|
|
|
1 | 2024-12-20T22:43:58.348Z | job assigned to worker 01JFK3T1ZBG6XEE7KSJRGH7S85 [factory aws, i-0bbb09c279a452447] (queued for 9 m 2 s) |
|
2 | 2024-12-20T22:44:06.969Z | starting task 0: "setup" |
3 | 2024-12-20T22:44:06.976Z | ++ uname -s |
4 | 2024-12-20T22:44:06.986Z | + kern=SunOS |
5 | 2024-12-20T22:44:06.986Z | + case "$kern" in |
6 | 2024-12-20T22:44:06.986Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:44:06.986Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:44:08.988Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:44:09.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:44:09.089Z | + home_fs=zfs |
11 | 2024-12-20T22:44:09.089Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:44:09.089Z | + mkdir -p /home/build |
13 | 2024-12-20T22:44:09.094Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:44:11.091Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:44:11.094Z | process exited: duration 4126 ms, exit code 0 |
|
16 | 2024-12-20T22:44:11.099Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:44:11.104Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:44:11.105Z | ' 1.81.0 |
19 | 2024-12-20T22:44:11.105Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:44:11.105Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T22:44:11.105Z | ' default |
22 | 2024-12-20T22:44:11.108Z | * toolchain profile = "default" |
23 | 2024-12-20T22:44:11.108Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:44:11.108Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:44:11.223Z | info: downloading installer |
26 | 2024-12-20T22:44:12.758Z | info: profile set to 'default' |
27 | 2024-12-20T22:44:12.758Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:44:12.761Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:44:12.897Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:44:12.897Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:44:13.669Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:44:14.046Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:44:15.056Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:44:16.633Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:44:22.379Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:44:22.596Z | info: installing component 'cargo' |
37 | 2024-12-20T22:44:23.413Z | info: installing component 'clippy' |
38 | 2024-12-20T22:44:23.780Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:44:25.349Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:44:27.127Z | info: installing component 'rustc' |
41 | 2024-12-20T22:44:32.882Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:44:33.202Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:44:33.202Z | |
44 | 2024-12-20T22:44:33.576Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:44:33.576Z | |
46 | 2024-12-20T22:44:33.579Z | |
47 | 2024-12-20T22:44:33.579Z | Rust is installed now. Great! |
48 | 2024-12-20T22:44:33.579Z | |
49 | 2024-12-20T22:44:33.579Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:44:33.579Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:44:33.579Z | |
52 | 2024-12-20T22:44:33.579Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:44:33.579Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:44:33.579Z | |
55 | 2024-12-20T22:44:33.579Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:44:33.580Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:44:33.580Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:44:33.647Z | + rustc --version |
59 | 2024-12-20T22:44:33.714Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:44:33.718Z | process exited: duration 22612 ms, exit code 0 |
|
61 | 2024-12-20T22:44:33.725Z | starting task 2: "authentication" |
62 | 2024-12-20T22:44:33.751Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2024-12-20T22:44:33.760Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:44:33.763Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:44:33.766Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:44:35.008Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:44:41.902Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:44:41.902Z | + git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
69 | 2024-12-20T22:44:42.221Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:44:42.221Z | * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD |
71 | 2024-12-20T22:44:42.233Z | + [[ -n diffus ]] |
72 | 2024-12-20T22:44:42.236Z | ++ git branch --show-current |
73 | 2024-12-20T22:44:42.240Z | + current=main |
74 | 2024-12-20T22:44:42.240Z | + [[ main != diffus ]] |
75 | 2024-12-20T22:44:42.240Z | + git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
76 | 2024-12-20T22:44:42.243Z | + git checkout -f diffus |
77 | 2024-12-20T22:44:42.418Z | Switched to branch 'diffus' |
78 | 2024-12-20T22:44:42.421Z | + git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
79 | 2024-12-20T22:44:42.593Z | HEAD is now at 3aafc3f05 Merge branch 'main' into diffus |
80 | 2024-12-20T22:44:42.596Z | process exited: duration 8835 ms, exit code 0 |
|
81 | 2024-12-20T22:44:42.603Z | starting task 4: "build" |
82 | 2024-12-20T22:44:42.606Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:44:42.609Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:44:42.609Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:44:42.609Z | + cargo --version |
86 | 2024-12-20T22:44:42.665Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:44:42.668Z | + rustc --version |
88 | 2024-12-20T22:44:42.728Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:44:42.731Z | + source ./env.sh |
90 | 2024-12-20T22:44:42.731Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T22:44:42.731Z | ++ set -o xtrace |
92 | 2024-12-20T22:44:42.734Z | ++++ dirname ./env.sh |
93 | 2024-12-20T22:44:42.736Z | +++ readlink -f . |
94 | 2024-12-20T22:44:42.810Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T22:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.813Z | ++ 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:44:42.815Z | ++ 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:44:42.815Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T22:44:42.815Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T22:44:42.815Z | + 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:44:42.815Z | + 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:44:42.815Z | + banner prerequisites |
108 | 2024-12-20T22:44:42.931Z | |
109 | 2024-12-20T22:44:42.932Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T22:44:42.932Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T22:44:42.932Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T22:44:42.932Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T22:44:42.932Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T22:44:42.932Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T22:44:42.932Z | |
116 | 2024-12-20T22:44:42.934Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T22:44:58.481Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T22:45:02.693Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T22:45:13.559Z | Planning: Solver setup ... Done (9.878s) |
120 | 2024-12-20T22:45:13.693Z | Planning: Running solver ... Done (0.134s) |
121 | 2024-12-20T22:45:13.950Z | Planning: Finding local manifests ... Done (0.149s) |
122 | 2024-12-20T22:45:13.964Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T22:45:14.186Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T22:45:14.459Z | Planning: Package planning ... Done (0.273s) |
125 | 2024-12-20T22:45:14.516Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-20T22:45:15.832Z | Planning: Checking for conflicting actions ... Done (1.315s) |
127 | 2024-12-20T22:45:23.782Z | Planning: Consolidating action changes ... Done (7.948s) |
128 | 2024-12-20T22:45:24.185Z | Planning: Evaluating mediators ... Done (0.403s) |
129 | 2024-12-20T22:45:24.341Z | Planning: Planning completed in 21.55 seconds |
130 | 2024-12-20T22:45:24.873Z | Packages to install: 4 |
131 | 2024-12-20T22:45:24.873Z | Packages to update: 1 |
132 | 2024-12-20T22:45:24.873Z | Mediators to change: 2 |
133 | 2024-12-20T22:45:24.873Z | Services to change: 1 |
134 | 2024-12-20T22:45:24.876Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T22:45:24.876Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T22:45:24.876Z | Create boot environment: No |
137 | 2024-12-20T22:45:24.876Z | Create backup boot environment: Yes |
138 | 2024-12-20T22:45:24.876Z | Rebuild boot archive: No |
139 | 2024-12-20T22:45:24.876Z | |
140 | 2024-12-20T22:45:24.876Z | Changed mediators: |
141 | 2024-12-20T22:45:24.876Z | mediator clang: |
142 | 2024-12-20T22:45:24.876Z | version: None -> 15 (system default) |
143 | 2024-12-20T22:45:24.876Z | |
144 | 2024-12-20T22:45:24.876Z | mediator llvm: |
145 | 2024-12-20T22:45:24.877Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T22:45:24.877Z | |
147 | 2024-12-20T22:45:24.877Z | Changed packages: |
148 | 2024-12-20T22:45:24.877Z | helios-dev |
149 | 2024-12-20T22:45:24.877Z | developer/build-essential |
150 | 2024-12-20T22:45:24.877Z | None -> 11-2.0 |
151 | 2024-12-20T22:45:24.877Z | library/libxmlsec1 |
152 | 2024-12-20T22:45:24.877Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T22:45:24.877Z | ooce/developer/clang-15 |
154 | 2024-12-20T22:45:24.877Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T22:45:24.877Z | ooce/developer/llvm-15 |
156 | 2024-12-20T22:45:24.877Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T22:45:24.877Z | package/pkg |
158 | 2024-12-20T22:45:24.877Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T22:45:24.877Z | |
160 | 2024-12-20T22:45:24.877Z | Services: |
161 | 2024-12-20T22:45:24.877Z | restart_fmri: |
162 | 2024-12-20T22:45:24.877Z | svc:/system/update-man-index:default |
163 | 2024-12-20T22:45:24.877Z | |
164 | 2024-12-20T22:45:24.877Z | Editable files to change: |
165 | 2024-12-20T22:45:24.877Z | Update: |
166 | 2024-12-20T22:45:24.877Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T22:45:25.179Z | |
168 | 2024-12-20T22:45:25.179Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T22:45:30.201Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (17.2M/s) |
170 | 2024-12-20T22:45:35.205Z | Download: 2958/4281 items 121.0/220.6MB 54% complete (12.2M/s) |
171 | 2024-12-20T22:45:40.730Z | Download: 3277/4281 items 209.1/220.6MB 94% complete (18.7M/s) |
172 | 2024-12-20T22:45:45.867Z | Download: 4207/4281 items 220.5/220.6MB 99% complete (10.1M/s) |
173 | 2024-12-20T22:45:45.970Z | Download: Completed 220.60 MB in 20.79 seconds (10.6M/s) |
174 | 2024-12-20T22:45:47.886Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-20T22:45:47.904Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-20T22:45:52.908Z | Actions: 4091/5063 actions (Installing new actions) |
177 | 2024-12-20T22:45:53.519Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-20T22:45:53.908Z | Actions: Completed 5063 actions in 6.02 seconds. |
179 | 2024-12-20T22:45:54.318Z | Done (0.401s) |
180 | 2024-12-20T22:45:54.320Z | Done (0.000s) |
181 | 2024-12-20T22:45:54.898Z | Done (0.579s) |
182 | 2024-12-20T22:46:01.756Z | Done (6.635s) |
183 | 2024-12-20T22:46:02.124Z | Done (0.292s) |
184 | 2024-12-20T22:46:02.127Z | Done (0.000s) |
185 | 2024-12-20T22:46:02.296Z | Done (0.000s) |
186 | 2024-12-20T22:46:03.005Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-20T22:46:03.174Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-20T22:46:03.177Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-20T22:46:03.455Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-20T22:46:03.457Z | Planning: Planning completed in 0.45 seconds |
191 | 2024-12-20T22:46:03.494Z | Mediators to change: 2 |
192 | 2024-12-20T22:46:03.494Z | Create boot environment: No |
193 | 2024-12-20T22:46:03.497Z | Create backup boot environment: No |
194 | 2024-12-20T22:46:03.574Z | Done |
195 | 2024-12-20T22:46:03.574Z | Done |
196 | 2024-12-20T22:46:03.939Z | Done |
197 | 2024-12-20T22:46:07.697Z | Done |
198 | 2024-12-20T22:46:07.789Z | Done |
199 | 2024-12-20T22:46:07.792Z | Done |
200 | 2024-12-20T22:46:07.989Z | Done |
201 | 2024-12-20T22:46:08.622Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-20T22:46:08.625Z | Planning: Merging actions ... Done |
203 | 2024-12-20T22:46:08.817Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-20T22:46:08.820Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-20T22:46:09.095Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-20T22:46:09.154Z | Planning: Planning completed in 0.79 seconds |
207 | 2024-12-20T22:46:09.195Z | Packages to change: 1 |
208 | 2024-12-20T22:46:09.195Z | Mediators to change: 1 |
209 | 2024-12-20T22:46:09.198Z | Services to change: 1 |
210 | 2024-12-20T22:46:09.198Z | Create boot environment: No |
211 | 2024-12-20T22:46:09.198Z | Create backup boot environment: Yes |
212 | 2024-12-20T22:46:11.652Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-20T22:46:11.704Z | Actions: Completed 6 actions in 0.05 seconds. |
214 | 2024-12-20T22:46:11.707Z | Done |
215 | 2024-12-20T22:46:11.707Z | Done |
216 | 2024-12-20T22:46:11.821Z | Done |
217 | 2024-12-20T22:46:15.773Z | Done |
218 | 2024-12-20T22:46:15.779Z | Done |
219 | 2024-12-20T22:46:15.779Z | Done |
220 | 2024-12-20T22:46:15.873Z | Done |
221 | 2024-12-20T22:46:16.322Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-20T22:46:16.322Z | clang system 15 system |
223 | 2024-12-20T22:46:16.322Z | csh system system illumos |
224 | 2024-12-20T22:46:16.322Z | ctags system system illumos |
225 | 2024-12-20T22:46:16.322Z | gcc vendor 12 vendor |
226 | 2024-12-20T22:46:16.322Z | gcc system 10 system |
227 | 2024-12-20T22:46:16.322Z | gcc system 7 system |
228 | 2024-12-20T22:46:16.322Z | go system 1.20 system |
229 | 2024-12-20T22:46:16.322Z | go system 1.19 system |
230 | 2024-12-20T22:46:16.322Z | llvm system 15 system |
231 | 2024-12-20T22:46:16.322Z | llvm system 14 system |
232 | 2024-12-20T22:46:16.322Z | mariadb system 10.6 system |
233 | 2024-12-20T22:46:16.322Z | mta vendor vendor dma |
234 | 2024-12-20T22:46:16.323Z | openjdk system 17 system |
235 | 2024-12-20T22:46:16.323Z | openjdk system 11 system |
236 | 2024-12-20T22:46:16.323Z | openjdk system 1.8 system |
237 | 2024-12-20T22:46:16.323Z | openssl vendor 3 vendor |
238 | 2024-12-20T22:46:16.323Z | perl system 5.36 system |
239 | 2024-12-20T22:46:16.323Z | postgresql system 15 system |
240 | 2024-12-20T22:46:16.323Z | postgresql system 13 system |
241 | 2024-12-20T22:46:16.323Z | python vendor 3 vendor |
242 | 2024-12-20T22:46:16.323Z | python system 2 system |
243 | 2024-12-20T22:46:16.323Z | python3 system 3.11 system |
244 | 2024-12-20T22:46:16.323Z | ruby system 3.0 system |
245 | 2024-12-20T22:46:16.323Z | words vendor vendor american-english |
246 | 2024-12-20T22:46:16.323Z | words system system australian-english |
247 | 2024-12-20T22:46:16.323Z | words system system british-english |
248 | 2024-12-20T22:46:16.323Z | words system system canadian-english |
249 | 2024-12-20T22:46:16.323Z | words system system french |
250 | 2024-12-20T22:46:16.323Z | words system system italian |
251 | 2024-12-20T22:46:16.323Z | words system system ngerman |
252 | 2024-12-20T22:46:16.323Z | words system system ogerman |
253 | 2024-12-20T22:46:16.323Z | words system system spanish |
254 | 2024-12-20T22:46:16.657Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-20T22:46:16.657Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-20T22:46:19.419Z | FMRI IFO |
257 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-20T22:46:19.420Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-20T22:46:20.208Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-20T22:46:20.530Z | Updating crates.io index |
274 | 2024-12-20T22:46:20.594Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
275 | 2024-12-20T22:46:20.845Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-20T22:46:21.307Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-20T22:46:21.589Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-20T22:46:21.822Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-20T22:46:22.168Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-20T22:46:23.041Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-20T22:46:24.576Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-20T22:46:25.308Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-20T22:46:26.091Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-20T22:46:26.365Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-20T22:46:26.703Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-20T22:46:27.303Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-20T22:46:27.604Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-20T22:46:27.933Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-20T22:46:28.197Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-20T22:46:28.444Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-20T22:46:28.851Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-20T22:46:29.167Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-20T22:46:29.548Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-20T22:46:30.068Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-20T22:46:30.294Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-20T22:46:30.869Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-20T22:46:31.255Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-20T22:46:31.664Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-20T22:46:32.108Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-20T22:46:32.411Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-20T22:46:32.682Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-20T22:46:32.943Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-20T22:46:34.338Z | Downloading crates ... |
304 | 2024-12-20T22:46:34.388Z | Downloaded anstyle v1.0.10 |
305 | 2024-12-20T22:46:34.394Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-12-20T22:46:34.396Z | Downloaded autocfg v1.4.0 |
307 | 2024-12-20T22:46:34.398Z | Downloaded anyhow v1.0.93 |
308 | 2024-12-20T22:46:34.401Z | Downloaded bytecount v0.6.8 |
309 | 2024-12-20T22:46:34.417Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-12-20T22:46:34.421Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-12-20T22:46:34.424Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-12-20T22:46:34.427Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-12-20T22:46:34.432Z | Downloaded equivalent v1.0.1 |
314 | 2024-12-20T22:46:34.438Z | Downloaded clap_lex v0.7.2 |
315 | 2024-12-20T22:46:34.441Z | Downloaded anstream v0.6.15 |
316 | 2024-12-20T22:46:34.444Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-12-20T22:46:34.446Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-12-20T22:46:34.449Z | Downloaded crypto-common v0.1.6 |
319 | 2024-12-20T22:46:34.449Z | Downloaded colorchoice v1.0.2 |
320 | 2024-12-20T22:46:34.449Z | Downloaded cfg-if v1.0.0 |
321 | 2024-12-20T22:46:34.452Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-20T22:46:34.452Z | Downloaded block-buffer v0.10.4 |
323 | 2024-12-20T22:46:34.455Z | Downloaded macaddr v1.0.1 |
324 | 2024-12-20T22:46:34.455Z | Downloaded strsim v0.11.1 |
325 | 2024-12-20T22:46:34.457Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-12-20T22:46:34.458Z | Downloaded itoa v1.0.11 |
327 | 2024-12-20T22:46:34.460Z | Downloaded heck v0.5.0 |
328 | 2024-12-20T22:46:34.460Z | Downloaded fs-err v2.11.0 |
329 | 2024-12-20T22:46:34.463Z | Downloaded digest v0.10.7 |
330 | 2024-12-20T22:46:34.465Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-12-20T22:46:34.465Z | Downloaded terminal_size v0.4.0 |
332 | 2024-12-20T22:46:34.467Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-12-20T22:46:34.468Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-12-20T22:46:34.471Z | Downloaded smawk v0.3.2 |
335 | 2024-12-20T22:46:34.473Z | Downloaded generic-array v0.14.7 |
336 | 2024-12-20T22:46:34.473Z | Downloaded errno v0.3.9 |
337 | 2024-12-20T22:46:34.476Z | Downloaded dof v0.3.0 |
338 | 2024-12-20T22:46:34.476Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-12-20T22:46:34.478Z | Downloaded swrite v0.1.0 |
340 | 2024-12-20T22:46:34.478Z | Downloaded plain v0.2.3 |
341 | 2024-12-20T22:46:34.481Z | Downloaded memmap v0.7.0 |
342 | 2024-12-20T22:46:34.485Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-12-20T22:46:34.487Z | Downloaded utf8parse v0.2.2 |
344 | 2024-12-20T22:46:34.488Z | Downloaded unicode-linebreak v0.1.5 |
345 | 2024-12-20T22:46:34.490Z | Downloaded thiserror v1.0.69 |
346 | 2024-12-20T22:46:34.492Z | Downloaded version_check v0.9.5 |
347 | 2024-12-20T22:46:34.495Z | Downloaded thread-id v4.2.2 |
348 | 2024-12-20T22:46:34.495Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-12-20T22:46:34.497Z | Downloaded heck v0.4.1 |
350 | 2024-12-20T22:46:34.498Z | Downloaded fnv v1.0.7 |
351 | 2024-12-20T22:46:34.500Z | Downloaded fastrand v2.1.1 |
352 | 2024-12-20T22:46:34.500Z | Downloaded cargo_toml v0.20.5 |
353 | 2024-12-20T22:46:34.500Z | Downloaded thiserror-impl v1.0.69 |
354 | 2024-12-20T22:46:34.503Z | Downloaded semver v1.0.23 |
355 | 2024-12-20T22:46:34.505Z | Downloaded anstyle-query v1.1.1 |
356 | 2024-12-20T22:46:34.505Z | Downloaded camino-tempfile v1.1.1 |
357 | 2024-12-20T22:46:34.508Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-12-20T22:46:34.508Z | Downloaded clap_derive v4.5.18 |
359 | 2024-12-20T22:46:34.510Z | Downloaded tempfile v3.13.0 |
360 | 2024-12-20T22:46:34.513Z | Downloaded quote v1.0.37 |
361 | 2024-12-20T22:46:34.515Z | Downloaded serde_spanned v0.6.8 |
362 | 2024-12-20T22:46:34.515Z | Downloaded clap v4.5.21 |
363 | 2024-12-20T22:46:34.522Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2024-12-20T22:46:34.526Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-12-20T22:46:34.529Z | Downloaded pest_generator v2.7.14 |
366 | 2024-12-20T22:46:34.532Z | Downloaded camino v1.1.9 |
367 | 2024-12-20T22:46:34.536Z | Downloaded usdt v0.5.0 |
368 | 2024-12-20T22:46:34.536Z | Downloaded sha2 v0.10.8 |
369 | 2024-12-20T22:46:34.536Z | Downloaded scroll v0.12.0 |
370 | 2024-12-20T22:46:34.539Z | Downloaded proc-macro2 v1.0.89 |
371 | 2024-12-20T22:46:34.539Z | Downloaded pest_derive v2.7.14 |
372 | 2024-12-20T22:46:34.542Z | Downloaded ryu v1.0.18 |
373 | 2024-12-20T22:46:34.545Z | Downloaded once_cell v1.20.2 |
374 | 2024-12-20T22:46:34.548Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-20T22:46:34.552Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-20T22:46:34.554Z | Downloaded log v0.4.22 |
377 | 2024-12-20T22:46:34.554Z | Downloaded toml v0.8.19 |
378 | 2024-12-20T22:46:34.557Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-12-20T22:46:34.558Z | Downloaded typenum v1.17.0 |
380 | 2024-12-20T22:46:34.560Z | Downloaded pest_meta v2.7.14 |
381 | 2024-12-20T22:46:34.563Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-20T22:46:34.566Z | Downloaded papergrid v0.11.0 |
383 | 2024-12-20T22:46:34.569Z | Downloaded textwrap v0.16.1 |
384 | 2024-12-20T22:46:34.577Z | Downloaded serde v1.0.215 |
385 | 2024-12-20T22:46:34.585Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-20T22:46:34.598Z | Downloaded memchr v2.7.4 |
387 | 2024-12-20T22:46:34.608Z | Downloaded toml_edit v0.22.22 |
388 | 2024-12-20T22:46:34.627Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-20T22:46:34.644Z | Downloaded serde_json v1.0.133 |
390 | 2024-12-20T22:46:34.650Z | Downloaded clap_builder v4.5.21 |
391 | 2024-12-20T22:46:34.656Z | Downloaded zerocopy v0.7.35 |
392 | 2024-12-20T22:46:34.670Z | Downloaded winnow v0.6.20 |
393 | 2024-12-20T22:46:34.678Z | Downloaded goblin v0.8.2 |
394 | 2024-12-20T22:46:34.683Z | Downloaded pest v2.7.14 |
395 | 2024-12-20T22:46:34.691Z | Downloaded tabled v0.15.0 |
396 | 2024-12-20T22:46:34.709Z | Downloaded syn v1.0.109 |
397 | 2024-12-20T22:46:34.714Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-20T22:46:34.719Z | Downloaded syn v2.0.87 |
399 | 2024-12-20T22:46:34.729Z | Downloaded rustix v0.38.37 |
400 | 2024-12-20T22:46:34.764Z | Downloaded libc v0.2.162 |
401 | 2024-12-20T22:46:35.075Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-20T22:46:35.075Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-20T22:46:35.079Z | Compiling version_check v0.9.5 |
404 | 2024-12-20T22:46:35.079Z | Compiling serde v1.0.215 |
405 | 2024-12-20T22:46:35.079Z | Compiling thiserror v1.0.69 |
406 | 2024-12-20T22:46:35.079Z | Compiling memchr v2.7.4 |
407 | 2024-12-20T22:46:35.150Z | Compiling libc v0.2.162 |
408 | 2024-12-20T22:46:35.171Z | Compiling itoa v1.0.11 |
409 | 2024-12-20T22:46:35.336Z | Compiling ryu v1.0.18 |
410 | 2024-12-20T22:46:35.455Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-20T22:46:35.667Z | Compiling once_cell v1.20.2 |
412 | 2024-12-20T22:46:36.021Z | Compiling byteorder v1.5.0 |
413 | 2024-12-20T22:46:36.420Z | Compiling serde_json v1.0.133 |
414 | 2024-12-20T22:46:36.648Z | Compiling rustix v0.38.37 |
415 | 2024-12-20T22:46:37.009Z | Compiling bitflags v2.6.0 |
416 | 2024-12-20T22:46:37.012Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-20T22:46:37.207Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-20T22:46:37.277Z | Compiling syn v1.0.109 |
419 | 2024-12-20T22:46:37.398Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-20T22:46:37.433Z | Compiling hashbrown v0.15.1 |
421 | 2024-12-20T22:46:37.458Z | Compiling log v0.4.22 |
422 | 2024-12-20T22:46:37.678Z | Compiling equivalent v1.0.1 |
423 | 2024-12-20T22:46:37.706Z | Compiling thread-id v4.2.2 |
424 | 2024-12-20T22:46:37.793Z | Compiling camino v1.1.9 |
425 | 2024-12-20T22:46:37.821Z | Compiling utf8parse v0.2.2 |
426 | 2024-12-20T22:46:37.824Z | Compiling plain v0.2.3 |
427 | 2024-12-20T22:46:37.970Z | Compiling quote v1.0.37 |
428 | 2024-12-20T22:46:37.997Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-20T22:46:38.043Z | Compiling anstyle v1.0.10 |
430 | 2024-12-20T22:46:38.338Z | Compiling syn v2.0.87 |
431 | 2024-12-20T22:46:38.364Z | Compiling errno v0.3.9 |
432 | 2024-12-20T22:46:38.576Z | Compiling indexmap v2.6.0 |
433 | 2024-12-20T22:46:38.602Z | Compiling colorchoice v1.0.2 |
434 | 2024-12-20T22:46:38.625Z | Compiling autocfg v1.4.0 |
435 | 2024-12-20T22:46:38.668Z | Compiling semver v1.0.23 |
436 | 2024-12-20T22:46:38.760Z | Compiling pretty-hex v0.4.1 |
437 | 2024-12-20T22:46:38.973Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-12-20T22:46:39.109Z | Compiling winnow v0.6.20 |
439 | 2024-12-20T22:46:39.208Z | Compiling anstyle-query v1.1.1 |
440 | 2024-12-20T22:46:39.378Z | Compiling unicode-width v0.1.14 |
441 | 2024-12-20T22:46:39.817Z | Compiling fs-err v2.11.0 |
442 | 2024-12-20T22:46:39.876Z | Compiling anstream v0.6.15 |
443 | 2024-12-20T22:46:40.105Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-20T22:46:40.178Z | Compiling fastrand v2.1.1 |
445 | 2024-12-20T22:46:40.206Z | Compiling fnv v1.0.7 |
446 | 2024-12-20T22:46:40.345Z | Compiling bytecount v0.6.8 |
447 | 2024-12-20T22:46:40.579Z | Compiling heck v0.4.1 |
448 | 2024-12-20T22:46:40.616Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-20T22:46:40.619Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-20T22:46:40.778Z | Compiling anyhow v1.0.93 |
451 | 2024-12-20T22:46:40.873Z | Compiling strsim v0.11.1 |
452 | 2024-12-20T22:46:41.170Z | Compiling heck v0.5.0 |
453 | 2024-12-20T22:46:41.203Z | Compiling tempfile v3.13.0 |
454 | 2024-12-20T22:46:41.712Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-20T22:46:41.831Z | Compiling papergrid v0.11.0 |
456 | 2024-12-20T22:46:42.008Z | Compiling memmap v0.7.0 |
457 | 2024-12-20T22:46:42.083Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-20T22:46:42.136Z | Compiling smawk v0.3.2 |
459 | 2024-12-20T22:46:42.570Z | Compiling textwrap v0.16.1 |
460 | 2024-12-20T22:46:42.905Z | Compiling swrite v0.1.0 |
461 | 2024-12-20T22:46:44.030Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-20T22:46:45.598Z | Compiling tabled v0.15.0 |
463 | 2024-12-20T22:46:47.452Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-20T22:46:47.452Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-20T22:46:47.455Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-20T22:46:47.455Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-20T22:46:47.455Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-20T22:46:48.794Z | Compiling scroll v0.12.0 |
469 | 2024-12-20T22:46:49.271Z | Compiling goblin v0.8.2 |
470 | 2024-12-20T22:46:49.396Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-20T22:46:49.955Z | Compiling pest v2.7.14 |
472 | 2024-12-20T22:46:51.559Z | Compiling clap v4.5.21 |
473 | 2024-12-20T22:46:52.248Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-20T22:46:53.130Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-20T22:46:54.791Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-20T22:46:55.454Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-20T22:46:57.448Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-20T22:46:57.539Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-20T22:46:57.539Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-20T22:46:57.796Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-20T22:46:57.939Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-20T22:46:58.072Z | Compiling macaddr v1.0.1 |
483 | 2024-12-20T22:46:58.314Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-20T22:46:58.979Z | Compiling dof v0.3.0 |
485 | 2024-12-20T22:46:59.021Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-20T22:47:00.754Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-12-20T22:47:00.761Z | Compiling usdt-macro v0.5.0 |
488 | 2024-12-20T22:47:00.788Z | Compiling toml v0.8.19 |
489 | 2024-12-20T22:47:01.706Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-20T22:47:02.180Z | Compiling usdt v0.5.0 |
491 | 2024-12-20T22:47:05.187Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-20T22:47:09.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s |
493 | 2024-12-20T22:47:09.697Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-20T22:47:10.252Z | Downloading crates ... |
495 | 2024-12-20T22:47:10.405Z | Downloaded headers-core v0.3.0 |
496 | 2024-12-20T22:47:10.409Z | Downloaded darling v0.20.10 |
497 | 2024-12-20T22:47:10.431Z | Downloaded aes v0.8.4 |
498 | 2024-12-20T22:47:10.435Z | Downloaded aead v0.5.2 |
499 | 2024-12-20T22:47:10.437Z | Downloaded adler2 v2.0.0 |
500 | 2024-12-20T22:47:10.445Z | Downloaded hickory-resolver v0.24.1 |
501 | 2024-12-20T22:47:10.452Z | Downloaded ahash v0.8.11 |
502 | 2024-12-20T22:47:10.456Z | Downloaded heapless v0.8.0 |
503 | 2024-12-20T22:47:10.461Z | Downloaded addr2line v0.24.2 |
504 | 2024-12-20T22:47:10.463Z | Downloaded heck v0.3.3 |
505 | 2024-12-20T22:47:10.467Z | Downloaded allocator-api2 v0.2.18 |
506 | 2024-12-20T22:47:10.469Z | Downloaded hostname v0.4.0 |
507 | 2024-12-20T22:47:10.472Z | Downloaded hickory-client v0.24.1 |
508 | 2024-12-20T22:47:10.475Z | Downloaded aho-corasick v1.1.3 |
509 | 2024-12-20T22:47:10.481Z | Downloaded atty v0.2.14 |
510 | 2024-12-20T22:47:10.484Z | Downloaded argon2 v0.5.3 |
511 | 2024-12-20T22:47:10.487Z | Downloaded async-stream-impl v0.3.6 |
512 | 2024-12-20T22:47:10.489Z | Downloaded hmac v0.12.1 |
513 | 2024-12-20T22:47:10.489Z | Downloaded atomicwrites v0.4.4 |
514 | 2024-12-20T22:47:10.492Z | Downloaded heapless v0.7.17 |
515 | 2024-12-20T22:47:10.496Z | Downloaded hickory-server v0.24.1 |
516 | 2024-12-20T22:47:10.503Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-12-20T22:47:10.506Z | Downloaded hubpack_derive v0.1.1 |
518 | 2024-12-20T22:47:10.506Z | Downloaded http-range v0.1.5 |
519 | 2024-12-20T22:47:10.508Z | Downloaded http-body v1.0.1 |
520 | 2024-12-20T22:47:10.508Z | Downloaded http v1.1.0 |
521 | 2024-12-20T22:47:10.514Z | Downloaded cstr-argument v0.1.2 |
522 | 2024-12-20T22:47:10.517Z | Downloaded icu_provider_macros v1.5.0 |
523 | 2024-12-20T22:47:10.517Z | Downloaded hkdf v0.12.4 |
524 | 2024-12-20T22:47:10.520Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-12-20T22:47:10.522Z | Downloaded ciborium-io v0.2.2 |
526 | 2024-12-20T22:47:10.523Z | Downloaded arrayref v0.3.9 |
527 | 2024-12-20T22:47:10.525Z | Downloaded instant v0.1.13 |
528 | 2024-12-20T22:47:10.527Z | Downloaded ascii-canvas v3.0.0 |
529 | 2024-12-20T22:47:10.528Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-12-20T22:47:10.530Z | Downloaded ident_case v1.0.1 |
531 | 2024-12-20T22:47:10.530Z | Downloaded is_ci v1.2.0 |
532 | 2024-12-20T22:47:10.533Z | Downloaded bb8 v0.8.5 |
533 | 2024-12-20T22:47:10.535Z | Downloaded async-stream v0.3.6 |
534 | 2024-12-20T22:47:10.535Z | Downloaded crucible-workspace-hack v0.1.0 |
535 | 2024-12-20T22:47:10.538Z | Downloaded bcrypt-pbkdf v0.10.0 |
536 | 2024-12-20T22:47:10.538Z | Downloaded async-recursion v1.1.1 |
537 | 2024-12-20T22:47:10.542Z | Downloaded crunchy v0.2.2 |
538 | 2024-12-20T22:47:10.544Z | Downloaded async-bb8-diesel v0.2.1 |
539 | 2024-12-20T22:47:10.548Z | Downloaded base16ct v0.2.0 |
540 | 2024-12-20T22:47:10.548Z | Downloaded humantime v2.1.0 |
541 | 2024-12-20T22:47:10.550Z | Downloaded http-body-util v0.1.2 |
542 | 2024-12-20T22:47:10.553Z | Downloaded httpdate v1.0.3 |
543 | 2024-12-20T22:47:10.553Z | Downloaded buf-list v1.0.3 |
544 | 2024-12-20T22:47:10.556Z | Downloaded cbc v0.1.2 |
545 | 2024-12-20T22:47:10.558Z | Downloaded matches v0.1.10 |
546 | 2024-12-20T22:47:10.561Z | Downloaded md5 v0.7.0 |
547 | 2024-12-20T22:47:10.561Z | Downloaded match_cfg v0.1.0 |
548 | 2024-12-20T22:47:10.563Z | Downloaded chacha20 v0.9.1 |
549 | 2024-12-20T22:47:10.566Z | Downloaded cexpr v0.6.0 |
550 | 2024-12-20T22:47:10.566Z | Downloaded block-padding v0.3.3 |
551 | 2024-12-20T22:47:10.568Z | Downloaded colored v2.1.0 |
552 | 2024-12-20T22:47:10.571Z | Downloaded strum v0.26.3 |
553 | 2024-12-20T22:47:10.573Z | Downloaded cmake v0.1.51 |
554 | 2024-12-20T22:47:10.573Z | Downloaded cipher v0.4.4 |
555 | 2024-12-20T22:47:10.576Z | Downloaded ciborium-ll v0.2.2 |
556 | 2024-12-20T22:47:10.579Z | Downloaded ctr v0.9.2 |
557 | 2024-12-20T22:47:10.582Z | Downloaded cobs v0.2.3 |
558 | 2024-12-20T22:47:10.582Z | Downloaded crc-catalog v2.4.0 |
559 | 2024-12-20T22:47:10.585Z | Downloaded cassowary v0.3.0 |
560 | 2024-12-20T22:47:10.585Z | Downloaded indoc v1.0.9 |
561 | 2024-12-20T22:47:10.587Z | Downloaded ipnetwork v0.20.0 |
562 | 2024-12-20T22:47:10.590Z | Downloaded lru-cache v0.1.2 |
563 | 2024-12-20T22:47:10.592Z | Downloaded async-trait v0.1.83 |
564 | 2024-12-20T22:47:10.595Z | Downloaded internet-checksum v0.2.1 |
565 | 2024-12-20T22:47:10.598Z | Downloaded lru v0.12.5 |
566 | 2024-12-20T22:47:10.598Z | Downloaded linked-hash-map v0.5.6 |
567 | 2024-12-20T22:47:10.601Z | Downloaded linear-map v1.2.0 |
568 | 2024-12-20T22:47:10.604Z | Downloaded keccak v0.1.5 |
569 | 2024-12-20T22:47:10.604Z | Downloaded lalrpop-util v0.19.12 |
570 | 2024-12-20T22:47:10.607Z | Downloaded instability v0.3.2 |
571 | 2024-12-20T22:47:10.607Z | Downloaded indent_write v2.2.0 |
572 | 2024-12-20T22:47:10.610Z | Downloaded convert_case v0.4.0 |
573 | 2024-12-20T22:47:10.610Z | Downloaded base64ct v1.6.0 |
574 | 2024-12-20T22:47:10.613Z | Downloaded lockfree-object-pool v0.1.6 |
575 | 2024-12-20T22:47:10.616Z | Downloaded toolchain_find v0.4.0 |
576 | 2024-12-20T22:47:10.616Z | Downloaded time-core v0.1.2 |
577 | 2024-12-20T22:47:10.619Z | Downloaded hyper-rustls v0.27.3 |
578 | 2024-12-20T22:47:10.621Z | Downloaded memoffset v0.9.1 |
579 | 2024-12-20T22:47:10.624Z | Downloaded rustc_version v0.1.7 |
580 | 2024-12-20T22:47:10.624Z | Downloaded mime v0.3.17 |
581 | 2024-12-20T22:47:10.627Z | Downloaded crc v3.2.1 |
582 | 2024-12-20T22:47:10.630Z | Downloaded ciborium v0.2.2 |
583 | 2024-12-20T22:47:10.632Z | Downloaded console v0.15.8 |
584 | 2024-12-20T22:47:10.636Z | Downloaded iana-time-zone v0.1.61 |
585 | 2024-12-20T22:47:10.639Z | Downloaded serde_urlencoded v0.7.1 |
586 | 2024-12-20T22:47:10.641Z | Downloaded csv-core v0.1.11 |
587 | 2024-12-20T22:47:10.645Z | Downloaded stable_deref_trait v1.2.0 |
588 | 2024-12-20T22:47:10.645Z | Downloaded serde_repr v0.1.19 |
589 | 2024-12-20T22:47:10.647Z | Downloaded serde_plain v1.0.2 |
590 | 2024-12-20T22:47:10.650Z | Downloaded serde_path_to_error v0.1.16 |
591 | 2024-12-20T22:47:10.652Z | Downloaded icu_locid_transform v1.5.0 |
592 | 2024-12-20T22:47:10.656Z | Downloaded blake2 v0.10.6 |
593 | 2024-12-20T22:47:10.659Z | Downloaded ipnet v2.10.1 |
594 | 2024-12-20T22:47:10.659Z | Downloaded crc32fast v1.4.2 |
595 | 2024-12-20T22:47:10.661Z | Downloaded lock_api v0.4.12 |
596 | 2024-12-20T22:47:10.664Z | Downloaded slog-scope v4.4.0 |
597 | 2024-12-20T22:47:10.666Z | Downloaded slog-envlogger v2.2.0 |
598 | 2024-12-20T22:47:10.668Z | Downloaded strip-ansi-escapes v0.2.0 |
599 | 2024-12-20T22:47:10.671Z | Downloaded litemap v0.7.3 |
600 | 2024-12-20T22:47:10.674Z | Downloaded curve25519-dalek-derive v0.1.1 |
601 | 2024-12-20T22:47:10.674Z | Downloaded lazycell v1.3.0 |
602 | 2024-12-20T22:47:10.677Z | Downloaded supports-color v3.0.1 |
603 | 2024-12-20T22:47:10.677Z | Downloaded oso-derive v0.27.3 |
604 | 2024-12-20T22:47:10.680Z | Downloaded newline-converter v0.3.0 |
605 | 2024-12-20T22:47:10.680Z | Downloaded tiny-keccak v2.0.2 |
606 | 2024-12-20T22:47:10.682Z | Downloaded thread_local v1.1.8 |
607 | 2024-12-20T22:47:10.685Z | Downloaded mime_guess v2.0.5 |
608 | 2024-12-20T22:47:10.689Z | Downloaded writeable v0.5.5 |
609 | 2024-12-20T22:47:10.689Z | Downloaded normalize-line-endings v0.3.0 |
610 | 2024-12-20T22:47:10.692Z | Downloaded subtle v2.6.1 |
611 | 2024-12-20T22:47:10.692Z | Downloaded new_debug_unreachable v1.0.6 |
612 | 2024-12-20T22:47:10.692Z | Downloaded phf_shared v0.10.0 |
613 | 2024-12-20T22:47:10.695Z | Downloaded memmap2 v0.9.5 |
614 | 2024-12-20T22:47:10.697Z | Downloaded libloading v0.8.5 |
615 | 2024-12-20T22:47:10.701Z | Downloaded clang-sys v1.8.1 |
616 | 2024-12-20T22:47:10.704Z | Downloaded utf-8 v0.7.6 |
617 | 2024-12-20T22:47:10.704Z | Downloaded cancel-safe-futures v0.1.5 |
618 | 2024-12-20T22:47:10.707Z | Downloaded parse-size v1.1.0 |
619 | 2024-12-20T22:47:10.710Z | Downloaded base64 v0.13.1 |
620 | 2024-12-20T22:47:10.713Z | Downloaded defmt-macros v0.3.9 |
621 | 2024-12-20T22:47:10.716Z | Downloaded icu_normalizer_data v1.5.0 |
622 | 2024-12-20T22:47:10.719Z | Downloaded data-encoding v2.6.0 |
623 | 2024-12-20T22:47:10.721Z | Downloaded crossbeam-utils v0.8.20 |
624 | 2024-12-20T22:47:10.724Z | Downloaded display-error-chain v0.2.2 |
625 | 2024-12-20T22:47:10.727Z | Downloaded serde-big-array v0.5.1 |
626 | 2024-12-20T22:47:10.727Z | Downloaded sqlparser_derive v0.2.2 |
627 | 2024-12-20T22:47:10.730Z | Downloaded dirs-sys-next v0.1.2 |
628 | 2024-12-20T22:47:10.730Z | Downloaded dirs-next v2.0.0 |
629 | 2024-12-20T22:47:10.733Z | Downloaded take_mut v0.2.2 |
630 | 2024-12-20T22:47:10.733Z | Downloaded debug-ignore v1.0.5 |
631 | 2024-12-20T22:47:10.736Z | Downloaded sqlformat v0.2.6 |
632 | 2024-12-20T22:47:10.738Z | Downloaded termcolor v1.4.1 |
633 | 2024-12-20T22:47:10.739Z | Downloaded enum-as-inner v0.5.1 |
634 | 2024-12-20T22:47:10.741Z | Downloaded funty v2.0.0 |
635 | 2024-12-20T22:47:10.744Z | Downloaded sigpipe v0.1.3 |
636 | 2024-12-20T22:47:10.744Z | Downloaded fragile v2.0.0 |
637 | 2024-12-20T22:47:10.747Z | Downloaded num-iter v0.1.45 |
638 | 2024-12-20T22:47:10.747Z | Downloaded term v0.7.0 |
639 | 2024-12-20T22:47:10.750Z | Downloaded value-bag v1.9.0 |
640 | 2024-12-20T22:47:10.754Z | Downloaded progenitor-impl v0.8.0 |
641 | 2024-12-20T22:47:10.761Z | Downloaded tracing-attributes v0.1.27 |
642 | 2024-12-20T22:47:10.765Z | Downloaded phf_codegen v0.11.2 |
643 | 2024-12-20T22:47:10.781Z | Downloaded foreign-types v0.3.2 |
644 | 2024-12-20T22:47:10.783Z | Downloaded hyper-util v0.1.10 |
645 | 2024-12-20T22:47:10.787Z | Downloaded float-ord v0.3.2 |
646 | 2024-12-20T22:47:10.790Z | Downloaded secrecy v0.8.0 |
647 | 2024-12-20T22:47:10.794Z | Downloaded ed25519 v2.2.3 |
648 | 2024-12-20T22:47:10.794Z | Downloaded icu_properties v1.5.1 |
649 | 2024-12-20T22:47:10.797Z | Downloaded icu_normalizer v1.5.0 |
650 | 2024-12-20T22:47:10.800Z | Downloaded peg-runtime v0.8.3 |
651 | 2024-12-20T22:47:10.802Z | Downloaded indicatif v0.17.9 |
652 | 2024-12-20T22:47:10.805Z | Downloaded semver v0.1.20 |
653 | 2024-12-20T22:47:10.808Z | Downloaded tabwriter v1.4.0 |
654 | 2024-12-20T22:47:10.810Z | Downloaded utf16_iter v1.0.5 |
655 | 2024-12-20T22:47:10.811Z | Downloaded untrusted v0.9.0 |
656 | 2024-12-20T22:47:10.813Z | Downloaded synstructure v0.13.1 |
657 | 2024-12-20T22:47:10.813Z | Downloaded strum_macros v0.25.3 |
658 | 2024-12-20T22:47:10.816Z | Downloaded ssh-cipher v0.2.0 |
659 | 2024-12-20T22:47:10.816Z | Downloaded fs_extra v1.3.0 |
660 | 2024-12-20T22:47:10.820Z | Downloaded indexmap v1.9.3 |
661 | 2024-12-20T22:47:10.825Z | Downloaded opaque-debug v0.3.1 |
662 | 2024-12-20T22:47:10.828Z | Downloaded compact_str v0.8.0 |
663 | 2024-12-20T22:47:10.828Z | Downloaded tap v1.0.1 |
664 | 2024-12-20T22:47:10.828Z | Downloaded siphasher v0.3.11 |
665 | 2024-12-20T22:47:10.832Z | Downloaded unarray v0.1.4 |
666 | 2024-12-20T22:47:10.834Z | Downloaded tokio-native-tls v0.3.1 |
667 | 2024-12-20T22:47:10.835Z | Downloaded tokio-macros v2.4.0 |
668 | 2024-12-20T22:47:10.835Z | Downloaded prettyplease v0.2.25 |
669 | 2024-12-20T22:47:10.837Z | Downloaded psl-types v2.0.11 |
670 | 2024-12-20T22:47:10.840Z | Downloaded owo-colors v4.1.0 |
671 | 2024-12-20T22:47:10.843Z | Downloaded password-hash v0.4.2 |
672 | 2024-12-20T22:47:10.845Z | Downloaded num_enum v0.5.11 |
673 | 2024-12-20T22:47:10.848Z | Downloaded sync_wrapper v1.0.1 |
674 | 2024-12-20T22:47:10.850Z | Downloaded zone v0.1.8 |
675 | 2024-12-20T22:47:10.850Z | Downloaded sync-ptr v0.1.1 |
676 | 2024-12-20T22:47:10.853Z | Downloaded zerovec-derive v0.10.3 |
677 | 2024-12-20T22:47:10.855Z | Downloaded fallible-iterator v0.3.0 |
678 | 2024-12-20T22:47:10.855Z | Downloaded ghash v0.5.1 |
679 | 2024-12-20T22:47:10.858Z | Downloaded vergen v8.3.2 |
680 | 2024-12-20T22:47:10.861Z | Downloaded ena v0.14.3 |
681 | 2024-12-20T22:47:10.861Z | Downloaded embedded-io v0.6.1 |
682 | 2024-12-20T22:47:10.864Z | Downloaded gethostname v0.5.0 |
683 | 2024-12-20T22:47:10.868Z | Downloaded yoke-derive v0.7.4 |
684 | 2024-12-20T22:47:10.868Z | Downloaded vte_generate_state_changes v0.1.2 |
685 | 2024-12-20T22:47:10.868Z | Downloaded qorb v0.2.1 |
686 | 2024-12-20T22:47:10.871Z | Downloaded const_format v0.2.33 |
687 | 2024-12-20T22:47:10.876Z | Downloaded newtype-uuid v1.1.3 |
688 | 2024-12-20T22:47:10.878Z | Downloaded unicode-properties v0.1.3 |
689 | 2024-12-20T22:47:10.881Z | Downloaded typify-macro v0.2.0 |
690 | 2024-12-20T22:47:10.881Z | Downloaded percent-encoding v2.3.1 |
691 | 2024-12-20T22:47:10.883Z | Downloaded pem v3.0.4 |
692 | 2024-12-20T22:47:10.886Z | Downloaded rustls-pemfile v2.2.0 |
693 | 2024-12-20T22:47:10.886Z | Downloaded fatfs v0.3.6 |
694 | 2024-12-20T22:47:10.890Z | Downloaded num_enum_derive v0.5.11 |
695 | 2024-12-20T22:47:10.892Z | Downloaded miniz_oxide v0.8.0 |
696 | 2024-12-20T22:47:10.895Z | Downloaded darling_macro v0.20.10 |
697 | 2024-12-20T22:47:10.895Z | Downloaded zerofrom v0.1.4 |
698 | 2024-12-20T22:47:10.898Z | Downloaded waitgroup v0.1.2 |
699 | 2024-12-20T22:47:10.898Z | Downloaded futures-channel v0.3.31 |
700 | 2024-12-20T22:47:10.901Z | Downloaded foreign-types-shared v0.3.1 |
701 | 2024-12-20T22:47:10.904Z | Downloaded rand_core v0.6.4 |
702 | 2024-12-20T22:47:10.904Z | Downloaded phf v0.11.2 |
703 | 2024-12-20T22:47:10.906Z | Downloaded parse-display-derive v0.10.0 |
704 | 2024-12-20T22:47:10.906Z | Downloaded zone_cfg_derive v0.3.0 |
705 | 2024-12-20T22:47:10.906Z | Downloaded zone_cfg_derive v0.1.2 |
706 | 2024-12-20T22:47:10.909Z | Downloaded tokio-rustls v0.24.1 |
707 | 2024-12-20T22:47:10.912Z | Downloaded rustc-hash v2.0.0 |
708 | 2024-12-20T22:47:10.915Z | Downloaded password-hash v0.5.0 |
709 | 2024-12-20T22:47:10.915Z | Downloaded num-traits v0.2.19 |
710 | 2024-12-20T22:47:10.918Z | Downloaded path-slash v0.1.5 |
711 | 2024-12-20T22:47:10.921Z | Downloaded num_threads v0.1.7 |
712 | 2024-12-20T22:47:10.922Z | Downloaded mirai-annotations v1.12.0 |
713 | 2024-12-20T22:47:10.922Z | Downloaded dropshot_endpoint v0.12.0 |
714 | 2024-12-20T22:47:10.924Z | Downloaded yasna v0.5.2 |
715 | 2024-12-20T22:47:10.927Z | Downloaded signal-hook-mio v0.2.4 |
716 | 2024-12-20T22:47:10.929Z | Downloaded spin v0.5.2 |
717 | 2024-12-20T22:47:10.929Z | Downloaded untrusted v0.7.1 |
718 | 2024-12-20T22:47:10.932Z | Downloaded static_assertions v1.1.0 |
719 | 2024-12-20T22:47:10.932Z | Downloaded rusty-fork v0.3.0 |
720 | 2024-12-20T22:47:10.934Z | Downloaded rustversion v1.0.17 |
721 | 2024-12-20T22:47:10.937Z | Downloaded progenitor-client v0.8.0 |
722 | 2024-12-20T22:47:10.939Z | Downloaded getrandom v0.2.15 |
723 | 2024-12-20T22:47:10.942Z | Downloaded des v0.8.1 |
724 | 2024-12-20T22:47:10.944Z | Downloaded zip v0.6.6 |
725 | 2024-12-20T22:47:10.948Z | Downloaded wait-timeout v0.2.0 |
726 | 2024-12-20T22:47:10.951Z | Downloaded twox-hash v1.6.3 |
727 | 2024-12-20T22:47:10.954Z | Downloaded rand_seeder v0.3.0 |
728 | 2024-12-20T22:47:10.956Z | Downloaded pem-rfc7468 v0.7.0 |
729 | 2024-12-20T22:47:10.956Z | Downloaded peg-macros v0.8.4 |
730 | 2024-12-20T22:47:10.959Z | Downloaded hashlink v0.9.1 |
731 | 2024-12-20T22:47:10.962Z | Downloaded rand_chacha v0.3.1 |
732 | 2024-12-20T22:47:10.964Z | Downloaded rustls-pki-types v1.10.0 |
733 | 2024-12-20T22:47:10.967Z | Downloaded similar v2.6.0 |
734 | 2024-12-20T22:47:10.972Z | Downloaded crypto-bigint v0.5.5 |
735 | 2024-12-20T22:47:10.978Z | Downloaded defmt-parser v0.3.4 |
736 | 2024-12-20T22:47:10.981Z | Downloaded zerofrom-derive v0.1.4 |
737 | 2024-12-20T22:47:10.983Z | Downloaded futures-task v0.3.31 |
738 | 2024-12-20T22:47:10.983Z | Downloaded dropshot_endpoint v0.13.0 |
739 | 2024-12-20T22:47:10.986Z | Downloaded futures-sink v0.3.31 |
740 | 2024-12-20T22:47:10.995Z | Downloaded nodrop v0.1.14 |
741 | 2024-12-20T22:47:10.995Z | Downloaded zerocopy-derive v0.8.10 |
742 | 2024-12-20T22:47:10.997Z | Downloaded pretty-hex v0.2.1 |
743 | 2024-12-20T22:47:10.997Z | Downloaded paste v1.0.15 |
744 | 2024-12-20T22:47:11.000Z | Downloaded scrypt v0.11.0 |
745 | 2024-12-20T22:47:11.003Z | Downloaded scopeguard v1.2.0 |
746 | 2024-12-20T22:47:11.006Z | Downloaded schemars_derive v0.8.21 |
747 | 2024-12-20T22:47:11.006Z | Downloaded resolv-conf v0.7.0 |
748 | 2024-12-20T22:47:11.009Z | Downloaded tokio-rustls v0.25.0 |
749 | 2024-12-20T22:47:11.011Z | Downloaded number_prefix v0.4.0 |
750 | 2024-12-20T22:47:11.011Z | Downloaded num-conv v0.1.0 |
751 | 2024-12-20T22:47:11.014Z | Downloaded strum_macros v0.26.4 |
752 | 2024-12-20T22:47:11.017Z | Downloaded dhcproto v0.12.0 |
753 | 2024-12-20T22:47:11.022Z | Downloaded precomputed-hash v0.1.1 |
754 | 2024-12-20T22:47:11.022Z | Downloaded derive_more v0.99.18 |
755 | 2024-12-20T22:47:11.025Z | Downloaded crossbeam-channel v0.5.13 |
756 | 2024-12-20T22:47:11.030Z | Downloaded want v0.3.1 |
757 | 2024-12-20T22:47:11.033Z | Downloaded spki v0.7.3 |
758 | 2024-12-20T22:47:11.036Z | Downloaded smallvec v0.6.14 |
759 | 2024-12-20T22:47:11.036Z | Downloaded ssh-encoding v0.2.0 |
760 | 2024-12-20T22:47:11.038Z | Downloaded tungstenite v0.23.0 |
761 | 2024-12-20T22:47:11.041Z | Downloaded tinystr v0.7.6 |
762 | 2024-12-20T22:47:11.043Z | Downloaded oso v0.27.3 |
763 | 2024-12-20T22:47:11.047Z | Downloaded downcast v0.11.0 |
764 | 2024-12-20T22:47:11.050Z | Downloaded rsa v0.9.6 |
765 | 2024-12-20T22:47:11.054Z | Downloaded ref-cast v1.0.23 |
766 | 2024-12-20T22:47:11.057Z | Downloaded foreign-types-shared v0.1.1 |
767 | 2024-12-20T22:47:11.060Z | Downloaded multimap v0.10.0 |
768 | 2024-12-20T22:47:11.060Z | Downloaded ron v0.7.1 |
769 | 2024-12-20T22:47:11.065Z | Downloaded openssl-probe v0.1.5 |
770 | 2024-12-20T22:47:11.068Z | Downloaded openssl-macros v0.1.1 |
771 | 2024-12-20T22:47:11.068Z | Downloaded newtype_derive v0.1.6 |
772 | 2024-12-20T22:47:11.071Z | Downloaded rustc-hash v1.1.0 |
773 | 2024-12-20T22:47:11.071Z | Downloaded flume v0.11.1 |
774 | 2024-12-20T22:47:11.075Z | Downloaded futures-core v0.3.31 |
775 | 2024-12-20T22:47:11.078Z | Downloaded fallible-iterator v0.2.0 |
776 | 2024-12-20T22:47:11.080Z | Downloaded smallvec v1.13.2 |
777 | 2024-12-20T22:47:11.083Z | Downloaded glob v0.3.1 |
778 | 2024-12-20T22:47:11.083Z | Downloaded postcard v1.0.10 |
779 | 2024-12-20T22:47:11.086Z | Downloaded subprocess v0.2.9 |
780 | 2024-12-20T22:47:11.089Z | Downloaded signal-hook v0.3.17 |
781 | 2024-12-20T22:47:11.091Z | Downloaded smf v0.2.3 |
782 | 2024-12-20T22:47:11.094Z | Downloaded universal-hash v0.5.1 |
783 | 2024-12-20T22:47:11.096Z | Downloaded libxml v0.3.3 |
784 | 2024-12-20T22:47:11.101Z | Downloaded progenitor-macro v0.8.0 |
785 | 2024-12-20T22:47:11.104Z | Downloaded utf8_iter v1.0.4 |
786 | 2024-12-20T22:47:11.104Z | Downloaded zerocopy v0.6.6 |
787 | 2024-12-20T22:47:11.107Z | Downloaded thiserror-impl v2.0.3 |
788 | 2024-12-20T22:47:11.109Z | Downloaded thiserror-impl-no-std v2.0.2 |
789 | 2024-12-20T22:47:11.109Z | Downloaded url v2.5.3 |
790 | 2024-12-20T22:47:11.112Z | Downloaded embedded-io v0.4.0 |
791 | 2024-12-20T22:47:11.115Z | Downloaded spin v0.9.8 |
792 | 2024-12-20T22:47:11.118Z | Downloaded tokio-tungstenite v0.24.0 |
793 | 2024-12-20T22:47:11.121Z | Downloaded tokio-postgres v0.7.12 |
794 | 2024-12-20T22:47:11.125Z | Downloaded foreign-types-macros v0.2.3 |
795 | 2024-12-20T22:47:11.127Z | Downloaded der_derive v0.7.3 |
796 | 2024-12-20T22:47:11.130Z | Downloaded endian-type v0.1.2 |
797 | 2024-12-20T22:47:11.130Z | Downloaded uzers v0.12.1 |
798 | 2024-12-20T22:47:11.132Z | Downloaded foreign-types v0.5.0 |
799 | 2024-12-20T22:47:11.132Z | Downloaded tokio-tungstenite v0.23.1 |
800 | 2024-12-20T22:47:11.135Z | Downloaded pin-project-internal v1.1.6 |
801 | 2024-12-20T22:47:11.138Z | Downloaded tokio-tungstenite v0.21.0 |
802 | 2024-12-20T22:47:11.141Z | Downloaded tokio-stream v0.1.16 |
803 | 2024-12-20T22:47:11.145Z | Downloaded nibble_vec v0.1.0 |
804 | 2024-12-20T22:47:11.149Z | Downloaded flagset v0.4.6 |
805 | 2024-12-20T22:47:11.151Z | Downloaded globset v0.4.15 |
806 | 2024-12-20T22:47:11.151Z | Downloaded parking_lot_core v0.9.10 |
807 | 2024-12-20T22:47:11.154Z | Downloaded ppv-lite86 v0.2.20 |
808 | 2024-12-20T22:47:11.156Z | Downloaded ed25519-dalek v2.1.1 |
809 | 2024-12-20T22:47:11.159Z | Downloaded predicates v3.1.2 |
810 | 2024-12-20T22:47:11.162Z | Downloaded structmeta-derive v0.3.0 |
811 | 2024-12-20T22:47:11.165Z | Downloaded structmeta-derive v0.2.0 |
812 | 2024-12-20T22:47:11.168Z | Downloaded itertools v0.12.1 |
813 | 2024-12-20T22:47:11.173Z | Downloaded tower-service v0.3.3 |
814 | 2024-12-20T22:47:11.176Z | Downloaded unicode-xid v0.2.6 |
815 | 2024-12-20T22:47:11.176Z | Downloaded unicode-truncate v1.1.0 |
816 | 2024-12-20T22:47:11.178Z | Downloaded same-file v1.0.6 |
817 | 2024-12-20T22:47:11.181Z | Downloaded flate2 v1.0.34 |
818 | 2024-12-20T22:47:11.186Z | Downloaded which v4.4.2 |
819 | 2024-12-20T22:47:11.191Z | Downloaded topological-sort v0.2.2 |
820 | 2024-12-20T22:47:11.191Z | Downloaded serde-hex v0.1.0 |
821 | 2024-12-20T22:47:11.193Z | Downloaded vte v0.11.1 |
822 | 2024-12-20T22:47:11.193Z | Downloaded vsss-rs v3.3.4 |
823 | 2024-12-20T22:47:11.196Z | Downloaded darling_core v0.20.10 |
824 | 2024-12-20T22:47:11.200Z | Downloaded p256 v0.13.2 |
825 | 2024-12-20T22:47:11.204Z | Downloaded diesel_table_macro_syntax v0.2.0 |
826 | 2024-12-20T22:47:11.207Z | Downloaded dyn-clone v1.0.17 |
827 | 2024-12-20T22:47:11.207Z | Downloaded try-lock v0.2.5 |
828 | 2024-12-20T22:47:11.209Z | Downloaded either v1.13.0 |
829 | 2024-12-20T22:47:11.212Z | Downloaded slog v2.7.0 |
830 | 2024-12-20T22:47:11.215Z | Downloaded mio v1.0.2 |
831 | 2024-12-20T22:47:11.220Z | Downloaded hyper v1.5.0 |
832 | 2024-12-20T22:47:11.227Z | Downloaded zopfli v0.8.1 |
833 | 2024-12-20T22:47:11.230Z | Downloaded walkdir v2.5.0 |
834 | 2024-12-20T22:47:11.233Z | Downloaded thiserror-no-std v2.0.2 |
835 | 2024-12-20T22:47:11.236Z | Downloaded signal-hook-tokio v0.3.1 |
836 | 2024-12-20T22:47:11.239Z | Downloaded structmeta v0.3.0 |
837 | 2024-12-20T22:47:11.239Z | Downloaded test-strategy v0.3.1 |
838 | 2024-12-20T22:47:11.242Z | Downloaded dhcproto-macros v0.1.0 |
839 | 2024-12-20T22:47:11.244Z | Downloaded derive_builder_macro v0.20.2 |
840 | 2024-12-20T22:47:11.244Z | Downloaded sct v0.7.1 |
841 | 2024-12-20T22:47:11.247Z | Downloaded futures-io v0.3.31 |
842 | 2024-12-20T22:47:11.249Z | Downloaded xz2 v0.1.7 |
843 | 2024-12-20T22:47:11.250Z | Downloaded xattr v1.3.1 |
844 | 2024-12-20T22:47:11.252Z | Downloaded scheduled-thread-pool v0.2.7 |
845 | 2024-12-20T22:47:11.252Z | Downloaded futures-executor v0.3.31 |
846 | 2024-12-20T22:47:11.255Z | Downloaded russh-cryptovec v0.7.3 |
847 | 2024-12-20T22:47:11.255Z | Downloaded fixedbitset v0.4.2 |
848 | 2024-12-20T22:47:11.257Z | Downloaded uuid v1.11.0 |
849 | 2024-12-20T22:47:11.260Z | Downloaded filetime v0.2.25 |
850 | 2024-12-20T22:47:11.263Z | Downloaded whoami v1.5.2 |
851 | 2024-12-20T22:47:11.267Z | Downloaded ff v0.13.0 |
852 | 2024-12-20T22:47:11.267Z | Downloaded fxhash v0.2.1 |
853 | 2024-12-20T22:47:11.267Z | Downloaded shell-words v1.1.0 |
854 | 2024-12-20T22:47:11.269Z | Downloaded schemars v0.8.21 |
855 | 2024-12-20T22:47:11.277Z | Downloaded num v0.4.3 |
856 | 2024-12-20T22:47:11.280Z | Downloaded fd-lock v4.0.2 |
857 | 2024-12-20T22:47:11.283Z | Downloaded ecdsa v0.16.9 |
858 | 2024-12-20T22:47:11.283Z | Downloaded write16 v1.0.0 |
859 | 2024-12-20T22:47:11.285Z | Downloaded idna v1.0.3 |
860 | 2024-12-20T22:47:11.288Z | Downloaded env_filter v0.1.2 |
861 | 2024-12-20T22:47:11.291Z | Downloaded mockall v0.13.0 |
862 | 2024-12-20T22:47:11.291Z | Downloaded sha1 v0.10.6 |
863 | 2024-12-20T22:47:11.294Z | Downloaded native-tls v0.2.12 |
864 | 2024-12-20T22:47:11.294Z | Downloaded itertools v0.13.0 |
865 | 2024-12-20T22:47:11.300Z | Downloaded string_cache v0.8.7 |
866 | 2024-12-20T22:47:11.307Z | Downloaded slog-term v2.9.1 |
867 | 2024-12-20T22:47:11.311Z | Downloaded postgres-protocol v0.6.7 |
868 | 2024-12-20T22:47:11.311Z | Downloaded multer v3.1.0 |
869 | 2024-12-20T22:47:11.311Z | Downloaded signal-hook-registry v1.4.2 |
870 | 2024-12-20T22:47:11.311Z | Downloaded tui-tree-widget v0.22.0 |
871 | 2024-12-20T22:47:11.313Z | Downloaded steno v0.4.1 |
872 | 2024-12-20T22:47:11.316Z | Downloaded tinyvec_macros v0.1.1 |
873 | 2024-12-20T22:47:11.316Z | Downloaded time v0.3.36 |
874 | 2024-12-20T22:47:11.324Z | Downloaded stringprep v0.1.5 |
875 | 2024-12-20T22:47:11.327Z | Downloaded aws-lc-rs v1.10.0 |
876 | 2024-12-20T22:47:11.332Z | Downloaded termtree v0.4.1 |
877 | 2024-12-20T22:47:11.335Z | Downloaded elliptic-curve v0.13.8 |
878 | 2024-12-20T22:47:11.337Z | Downloaded diesel_derives v2.2.3 |
879 | 2024-12-20T22:47:11.341Z | Downloaded polyval v0.6.2 |
880 | 2024-12-20T22:47:11.343Z | Downloaded pbkdf2 v0.11.0 |
881 | 2024-12-20T22:47:11.346Z | Downloaded poly1305 v0.8.0 |
882 | 2024-12-20T22:47:11.349Z | Downloaded typed-path v0.9.3 |
883 | 2024-12-20T22:47:11.353Z | Downloaded termios v0.3.3 |
884 | 2024-12-20T22:47:11.356Z | Downloaded futures-macro v0.3.31 |
885 | 2024-12-20T22:47:11.358Z | Downloaded deranged v0.3.11 |
886 | 2024-12-20T22:47:11.358Z | Downloaded fallible-streaming-iterator v0.1.9 |
887 | 2024-12-20T22:47:11.361Z | Downloaded env_logger v0.11.5 |
888 | 2024-12-20T22:47:11.364Z | Downloaded pkg-config v0.3.31 |
889 | 2024-12-20T22:47:11.364Z | Downloaded pin-utils v0.1.0 |
890 | 2024-12-20T22:47:11.366Z | Downloaded rtoolbox v0.0.2 |
891 | 2024-12-20T22:47:11.366Z | Downloaded signature v2.2.0 |
892 | 2024-12-20T22:47:11.369Z | Downloaded strum_macros v0.24.3 |
893 | 2024-12-20T22:47:11.369Z | Downloaded structmeta v0.2.0 |
894 | 2024-12-20T22:47:11.371Z | Downloaded env_logger v0.10.2 |
895 | 2024-12-20T22:47:11.374Z | Downloaded serde_with_macros v3.11.0 |
896 | 2024-12-20T22:47:11.377Z | Downloaded mockall_derive v0.13.0 |
897 | 2024-12-20T22:47:11.380Z | Downloaded hickory-proto v0.24.1 |
898 | 2024-12-20T22:47:11.392Z | Downloaded slog-bunyan v2.5.0 |
899 | 2024-12-20T22:47:11.395Z | Downloaded slog-async v2.8.0 |
900 | 2024-12-20T22:47:11.395Z | Downloaded typify v0.2.0 |
901 | 2024-12-20T22:47:11.398Z | Downloaded difflib v0.4.0 |
902 | 2024-12-20T22:47:11.401Z | Downloaded derive_builder_core v0.20.2 |
903 | 2024-12-20T22:47:11.401Z | Downloaded derive_builder v0.20.2 |
904 | 2024-12-20T22:47:11.405Z | Downloaded hash32 v0.3.1 |
905 | 2024-12-20T22:47:11.408Z | Downloaded tls_codec_derive v0.4.1 |
906 | 2024-12-20T22:47:11.408Z | Downloaded num-bigint-dig v0.8.4 |
907 | 2024-12-20T22:47:11.413Z | Downloaded packed_struct v0.10.1 |
908 | 2024-12-20T22:47:11.417Z | Downloaded hash32 v0.2.1 |
909 | 2024-12-20T22:47:11.420Z | Downloaded group v0.13.0 |
910 | 2024-12-20T22:47:11.420Z | Downloaded postgres-types v0.2.8 |
911 | 2024-12-20T22:47:11.423Z | Downloaded hashbrown v0.13.2 |
912 | 2024-12-20T22:47:11.425Z | Downloaded diff v0.1.13 |
913 | 2024-12-20T22:47:11.429Z | Downloaded tokio-rustls v0.26.0 |
914 | 2024-12-20T22:47:11.432Z | Downloaded olpc-cjson v0.1.4 |
915 | 2024-12-20T22:47:11.432Z | Downloaded pkcs1 v0.7.5 |
916 | 2024-12-20T22:47:11.434Z | Downloaded pin-project-lite v0.2.14 |
917 | 2024-12-20T22:47:11.437Z | Downloaded parking_lot_core v0.8.6 |
918 | 2024-12-20T22:47:11.440Z | Downloaded yoke v0.7.4 |
919 | 2024-12-20T22:47:11.443Z | Downloaded displaydoc v0.2.5 |
920 | 2024-12-20T22:47:11.445Z | Downloaded der v0.7.9 |
921 | 2024-12-20T22:47:11.449Z | Downloaded slog-stdlog v4.1.1 |
922 | 2024-12-20T22:47:11.451Z | Downloaded packed_struct_codegen v0.10.1 |
923 | 2024-12-20T22:47:11.454Z | Downloaded expectorate v1.1.0 |
924 | 2024-12-20T22:47:11.454Z | Downloaded pkcs8 v0.10.2 |
925 | 2024-12-20T22:47:11.457Z | Downloaded tungstenite v0.21.0 |
926 | 2024-12-20T22:47:11.460Z | Downloaded parking_lot v0.11.2 |
927 | 2024-12-20T22:47:11.462Z | Downloaded derive-where v1.2.7 |
928 | 2024-12-20T22:47:11.465Z | Downloaded pkcs5 v0.7.1 |
929 | 2024-12-20T22:47:11.469Z | Downloaded unicase v2.7.0 |
930 | 2024-12-20T22:47:11.471Z | Downloaded rand_xorshift v0.3.0 |
931 | 2024-12-20T22:47:11.474Z | Downloaded tokio-util v0.7.12 |
932 | 2024-12-20T22:47:11.478Z | Downloaded russh-keys v0.45.0 |
933 | 2024-12-20T22:47:11.481Z | Downloaded unsafe-libyaml v0.2.11 |
934 | 2024-12-20T22:47:11.483Z | Downloaded zerovec v0.10.4 |
935 | 2024-12-20T22:47:11.489Z | Downloaded tls_codec v0.4.1 |
936 | 2024-12-20T22:47:11.491Z | Downloaded bitvec v1.0.1 |
937 | 2024-12-20T22:47:11.505Z | Downloaded rustc-demangle v0.1.24 |
938 | 2024-12-20T22:47:11.508Z | Downloaded rustls-webpki v0.101.7 |
939 | 2024-12-20T22:47:11.520Z | Downloaded omicron-zone-package v0.11.1 |
940 | 2024-12-20T22:47:11.523Z | Downloaded blake3 v1.5.4 |
941 | 2024-12-20T22:47:11.530Z | Downloaded p521 v0.13.3 |
942 | 2024-12-20T22:47:11.536Z | Downloaded samael v0.0.17 |
943 | 2024-12-20T22:47:11.539Z | Downloaded chrono v0.4.38 |
944 | 2024-12-20T22:47:11.547Z | Downloaded half v2.4.1 |
945 | 2024-12-20T22:47:11.549Z | Downloaded winnow v0.5.40 |
946 | 2024-12-20T22:47:11.557Z | Downloaded tracing v0.1.40 |
947 | 2024-12-20T22:47:11.562Z | Downloaded rayon-core v1.12.1 |
948 | 2024-12-20T22:47:11.565Z | Downloaded unicode-bidi v0.3.17 |
949 | 2024-12-20T22:47:11.569Z | Downloaded rustyline v14.0.0 |
950 | 2024-12-20T22:47:11.573Z | Downloaded ron v0.8.1 |
951 | 2024-12-20T22:47:11.578Z | Downloaded quinn v0.11.5 |
952 | 2024-12-20T22:47:11.581Z | Downloaded openssl-sys v0.9.103 |
953 | 2024-12-20T22:47:11.586Z | Downloaded publicsuffix v2.2.3 |
954 | 2024-12-20T22:47:11.589Z | Downloaded toml_edit v0.19.15 |
955 | 2024-12-20T22:47:11.604Z | Downloaded hashbrown v0.12.3 |
956 | 2024-12-20T22:47:11.607Z | Downloaded num-bigint v0.4.6 |
957 | 2024-12-20T22:47:11.612Z | Downloaded rustls-webpki v0.102.8 |
958 | 2024-12-20T22:47:11.629Z | Downloaded russh v0.45.0 |
959 | 2024-12-20T22:47:11.634Z | Downloaded futures-util v0.3.31 |
960 | 2024-12-20T22:47:11.645Z | Downloaded tar v0.4.42 |
961 | 2024-12-20T22:47:11.648Z | Downloaded nom v7.1.3 |
962 | 2024-12-20T22:47:11.653Z | Downloaded x509-cert v0.2.5 |
963 | 2024-12-20T22:47:11.658Z | Downloaded reedline v0.35.0 |
964 | 2024-12-20T22:47:11.666Z | Downloaded tough v0.19.0 |
965 | 2024-12-20T22:47:11.673Z | Downloaded ssh-key v0.6.6 |
966 | 2024-12-20T22:47:11.681Z | Downloaded idna v0.5.0 |
967 | 2024-12-20T22:47:11.687Z | Downloaded unicode-segmentation v1.12.0 |
968 | 2024-12-20T22:47:11.690Z | Downloaded reqwest v0.12.9 |
969 | 2024-12-20T22:47:11.698Z | Downloaded idna v0.4.0 |
970 | 2024-12-20T22:47:11.705Z | Downloaded idna v0.3.0 |
971 | 2024-12-20T22:47:11.712Z | Downloaded idna v0.2.3 |
972 | 2024-12-20T22:47:11.718Z | Downloaded sqlparser v0.45.0 |
973 | 2024-12-20T22:47:11.724Z | Downloaded salty v0.3.0 |
974 | 2024-12-20T22:47:11.731Z | Downloaded rusqlite v0.32.1 |
975 | 2024-12-20T22:47:11.737Z | Downloaded petname v2.0.2 |
976 | 2024-12-20T22:47:11.743Z | Downloaded rustls v0.21.12 |
977 | 2024-12-20T22:47:11.753Z | Downloaded unicode-normalization v0.1.24 |
978 | 2024-12-20T22:47:11.757Z | Downloaded zerocopy v0.8.10 |
979 | 2024-12-20T22:47:11.780Z | Downloaded radix_trie v0.2.1 |
980 | 2024-12-20T22:47:11.785Z | Downloaded curve25519-dalek v4.1.3 |
981 | 2024-12-20T22:47:11.794Z | Downloaded regex v1.11.1 |
982 | 2024-12-20T22:47:11.806Z | Downloaded trust-dns-proto v0.22.0 |
983 | 2024-12-20T22:47:11.817Z | Downloaded object v0.30.4 |
984 | 2024-12-20T22:47:11.826Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-12-20T22:47:11.833Z | Downloaded rustls v0.23.19 |
986 | 2024-12-20T22:47:11.844Z | Downloaded rustls v0.22.4 |
987 | 2024-12-20T22:47:11.856Z | Downloaded p384 v0.13.0 |
988 | 2024-12-20T22:47:11.862Z | Downloaded serde_with v3.11.0 |
989 | 2024-12-20T22:47:11.872Z | Downloaded regress v0.9.1 |
990 | 2024-12-20T22:47:11.878Z | Downloaded smoltcp v0.9.1 |
991 | 2024-12-20T22:47:11.889Z | Downloaded quick-xml v0.33.0 |
992 | 2024-12-20T22:47:11.895Z | Downloaded unicode-width v0.2.0 |
993 | 2024-12-20T22:47:11.904Z | Downloaded git2 v0.19.0 |
994 | 2024-12-20T22:47:11.909Z | Downloaded webpki-roots v0.26.6 |
995 | 2024-12-20T22:47:11.912Z | Downloaded openssl v0.10.66 |
996 | 2024-12-20T22:47:11.921Z | Downloaded nix v0.29.0 |
997 | 2024-12-20T22:47:11.933Z | Downloaded regress v0.10.1 |
998 | 2024-12-20T22:47:11.942Z | Downloaded smoltcp v0.11.0 |
999 | 2024-12-20T22:47:11.954Z | Downloaded nix v0.27.1 |
1000 | 2024-12-20T22:47:11.964Z | Downloaded bstr v1.10.0 |
1001 | 2024-12-20T22:47:11.974Z | Downloaded gimli v0.31.1 |
1002 | 2024-12-20T22:47:11.983Z | Downloaded nix v0.28.0 |
1003 | 2024-12-20T22:47:11.994Z | Downloaded dropshot v0.13.0 |
1004 | 2024-12-20T22:47:12.014Z | Downloaded openapiv3 v2.0.0 |
1005 | 2024-12-20T22:47:12.026Z | Downloaded diesel v2.2.6 |
1006 | 2024-12-20T22:47:12.046Z | Downloaded object v0.36.5 |
1007 | 2024-12-20T22:47:12.056Z | Downloaded typify-impl v0.2.0 |
1008 | 2024-12-20T22:47:12.070Z | Downloaded sled v0.34.7 |
1009 | 2024-12-20T22:47:12.080Z | Downloaded dropshot v0.12.0 |
1010 | 2024-12-20T22:47:12.099Z | Downloaded polar-core v0.27.3 |
1011 | 2024-12-20T22:47:12.107Z | Downloaded regex-syntax v0.8.5 |
1012 | 2024-12-20T22:47:12.118Z | Downloaded chrono-tz v0.10.0 |
1013 | 2024-12-20T22:47:12.123Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2024-12-20T22:47:12.132Z | Downloaded portable-atomic v1.9.0 |
1015 | 2024-12-20T22:47:12.139Z | Downloaded proptest v1.5.0 |
1016 | 2024-12-20T22:47:12.148Z | Downloaded hashbrown v0.14.5 |
1017 | 2024-12-20T22:47:12.153Z | Downloaded ratatui v0.28.1 |
1018 | 2024-12-20T22:47:12.171Z | Downloaded icu_properties_data v1.5.0 |
1019 | 2024-12-20T22:47:12.181Z | Downloaded regex-automata v0.4.8 |
1020 | 2024-12-20T22:47:12.198Z | Downloaded vcpkg v0.2.15 |
1021 | 2024-12-20T22:47:12.234Z | Downloaded lzma-sys v0.1.20 |
1022 | 2024-12-20T22:47:12.264Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2024-12-20T22:47:12.276Z | Downloaded lalrpop v0.19.12 |
1024 | 2024-12-20T22:47:12.286Z | Downloaded bindgen v0.69.5 |
1025 | 2024-12-20T22:47:12.293Z | Downloaded parking_lot v0.12.3 |
1026 | 2024-12-20T22:47:12.295Z | Downloaded libz-sys v1.1.20 |
1027 | 2024-12-20T22:47:12.316Z | Downloaded petgraph v0.6.5 |
1028 | 2024-12-20T22:47:12.333Z | Downloaded rcgen v0.12.1 |
1029 | 2024-12-20T22:47:12.336Z | Downloaded quinn-proto v0.11.8 |
1030 | 2024-12-20T22:47:12.341Z | Downloaded h2 v0.4.6 |
1031 | 2024-12-20T22:47:12.347Z | Downloaded rayon v1.10.0 |
1032 | 2024-12-20T22:47:12.356Z | Downloaded tokio v1.40.0 |
1033 | 2024-12-20T22:47:12.392Z | Downloaded tinyvec v1.8.0 |
1034 | 2024-12-20T22:47:12.395Z | Downloaded snafu v0.8.5 |
1035 | 2024-12-20T22:47:12.400Z | Downloaded csv v1.3.0 |
1036 | 2024-12-20T22:47:12.420Z | Downloaded shlex v1.3.0 |
1037 | 2024-12-20T22:47:12.422Z | Downloaded quick-error v1.2.3 |
1038 | 2024-12-20T22:47:12.423Z | Downloaded form_urlencoded v1.2.1 |
1039 | 2024-12-20T22:47:12.423Z | Downloaded socket2 v0.5.7 |
1040 | 2024-12-20T22:47:12.425Z | Downloaded crossterm v0.28.1 |
1041 | 2024-12-20T22:47:12.430Z | Downloaded progenitor v0.8.0 |
1042 | 2024-12-20T22:47:12.433Z | Downloaded thiserror v2.0.3 |
1043 | 2024-12-20T22:47:12.437Z | Downloaded tungstenite v0.24.0 |
1044 | 2024-12-20T22:47:12.440Z | Downloaded num-complex v0.4.6 |
1045 | 2024-12-20T22:47:12.443Z | Downloaded sha3 v0.10.8 |
1046 | 2024-12-20T22:47:12.445Z | Downloaded powerfmt v0.2.0 |
1047 | 2024-12-20T22:47:12.449Z | Downloaded serde_yaml v0.9.34+deprecated |
1048 | 2024-12-20T22:47:12.451Z | Downloaded snafu-derive v0.8.5 |
1049 | 2024-12-20T22:47:12.451Z | Downloaded parse-zoneinfo v0.3.1 |
1050 | 2024-12-20T22:47:12.454Z | Downloaded toml v0.7.8 |
1051 | 2024-12-20T22:47:12.457Z | Downloaded libm v0.2.8 |
1052 | 2024-12-20T22:47:12.463Z | Downloaded itertools v0.10.5 |
1053 | 2024-12-20T22:47:12.469Z | Downloaded salsa20 v0.10.2 |
1054 | 2024-12-20T22:47:12.474Z | Downloaded predicates-tree v1.0.11 |
1055 | 2024-12-20T22:47:12.475Z | Downloaded zip v2.1.3 |
1056 | 2024-12-20T22:47:12.478Z | Downloaded proc-macro-crate v1.3.1 |
1057 | 2024-12-20T22:47:12.478Z | Downloaded primeorder v0.13.6 |
1058 | 2024-12-20T22:47:12.478Z | Downloaded peg v0.8.4 |
1059 | 2024-12-20T22:47:12.481Z | Downloaded pbkdf2 v0.12.2 |
1060 | 2024-12-20T22:47:12.483Z | Downloaded nanorand v0.7.0 |
1061 | 2024-12-20T22:47:12.486Z | Downloaded dunce v1.0.5 |
1062 | 2024-12-20T22:47:12.486Z | Downloaded dsl_auto_type v0.1.2 |
1063 | 2024-12-20T22:47:12.486Z | Downloaded parse-display v0.10.0 |
1064 | 2024-12-20T22:47:12.488Z | Downloaded num-integer v0.1.46 |
1065 | 2024-12-20T22:47:12.489Z | Downloaded num-derive v0.4.2 |
1066 | 2024-12-20T22:47:12.491Z | Downloaded pin-project v1.1.6 |
1067 | 2024-12-20T22:47:12.499Z | Downloaded zeroize_derive v1.4.2 |
1068 | 2024-12-20T22:47:12.502Z | Downloaded zeroize v1.8.1 |
1069 | 2024-12-20T22:47:12.502Z | Downloaded minimal-lexical v0.2.1 |
1070 | 2024-12-20T22:47:12.505Z | Downloaded headers v0.4.0 |
1071 | 2024-12-20T22:47:12.510Z | Downloaded unicode_categories v0.1.1 |
1072 | 2024-12-20T22:47:12.513Z | Downloaded icu_collections v1.5.0 |
1073 | 2024-12-20T22:47:12.517Z | Downloaded foldhash v0.1.3 |
1074 | 2024-12-20T22:47:12.520Z | Downloaded rand v0.8.5 |
1075 | 2024-12-20T22:47:12.523Z | Downloaded cc v1.1.30 |
1076 | 2024-12-20T22:47:12.530Z | Downloaded backtrace v0.3.74 |
1077 | 2024-12-20T22:47:12.531Z | Downloaded futures v0.3.31 |
1078 | 2024-12-20T22:47:12.535Z | Downloaded num-rational v0.4.2 |
1079 | 2024-12-20T22:47:12.537Z | Downloaded nu-ansi-term v0.50.1 |
1080 | 2024-12-20T22:47:12.540Z | Downloaded tracing-core v0.1.32 |
1081 | 2024-12-20T22:47:12.543Z | Downloaded simd-adler32 v0.3.7 |
1082 | 2024-12-20T22:47:12.543Z | Downloaded bumpalo v3.16.0 |
1083 | 2024-12-20T22:47:12.545Z | Downloaded sec1 v0.7.3 |
1084 | 2024-12-20T22:47:12.548Z | Downloaded defmt v0.3.8 |
1085 | 2024-12-20T22:47:12.551Z | Downloaded zone v0.3.0 |
1086 | 2024-12-20T22:47:12.552Z | Downloaded radium v0.7.0 |
1087 | 2024-12-20T22:47:12.552Z | Downloaded r2d2 v0.8.10 |
1088 | 2024-12-20T22:47:12.554Z | Downloaded quinn-udp v0.5.5 |
1089 | 2024-12-20T22:47:12.554Z | Downloaded predicates-core v1.0.8 |
1090 | 2024-12-20T22:47:12.554Z | Downloaded phf_shared v0.11.2 |
1091 | 2024-12-20T22:47:12.557Z | Downloaded phf_generator v0.11.2 |
1092 | 2024-12-20T22:47:12.557Z | Downloaded slab v0.4.9 |
1093 | 2024-12-20T22:47:12.557Z | Downloaded icu_provider v1.5.0 |
1094 | 2024-12-20T22:47:12.560Z | Downloaded base64 v0.22.1 |
1095 | 2024-12-20T22:47:12.563Z | Downloaded base64 v0.21.7 |
1096 | 2024-12-20T22:47:12.566Z | Downloaded encoding_rs v0.8.34 |
1097 | 2024-12-20T22:47:12.588Z | Downloaded chacha20poly1305 v0.10.1 |
1098 | 2024-12-20T22:47:12.590Z | Downloaded bytes v1.8.0 |
1099 | 2024-12-20T22:47:12.593Z | Downloaded time-macros v0.2.18 |
1100 | 2024-12-20T22:47:12.596Z | Downloaded float-cmp v0.9.0 |
1101 | 2024-12-20T22:47:12.596Z | Downloaded enum-as-inner v0.6.1 |
1102 | 2024-12-20T22:47:12.599Z | Downloaded diesel-dtrace v0.4.2 |
1103 | 2024-12-20T22:47:12.599Z | Downloaded icu_locid_transform_data v1.5.0 |
1104 | 2024-12-20T22:47:12.601Z | Downloaded icu_locid v1.5.0 |
1105 | 2024-12-20T22:47:12.605Z | Downloaded wyz v0.5.1 |
1106 | 2024-12-20T22:47:12.608Z | Downloaded serde_derive_internals v0.29.1 |
1107 | 2024-12-20T22:47:12.608Z | Downloaded crossbeam-epoch v0.9.18 |
1108 | 2024-12-20T22:47:12.611Z | Downloaded crc-any v2.5.0 |
1109 | 2024-12-20T22:47:12.614Z | Downloaded cookie v0.18.1 |
1110 | 2024-12-20T22:47:12.614Z | Downloaded const-oid v0.9.6 |
1111 | 2024-12-20T22:47:12.616Z | Downloaded httparse v1.9.5 |
1112 | 2024-12-20T22:47:12.618Z | Downloaded slog-json v2.6.1 |
1113 | 2024-12-20T22:47:12.621Z | Downloaded slog-dtrace v0.3.0 |
1114 | 2024-12-20T22:47:12.621Z | Downloaded libefi-sys v0.1.0 |
1115 | 2024-12-20T22:47:12.623Z | Downloaded jobserver v0.1.32 |
1116 | 2024-12-20T22:47:12.623Z | Downloaded cookie_store v0.21.0 |
1117 | 2024-12-20T22:47:12.626Z | Downloaded hyper-staticfile v0.10.1 |
1118 | 2024-12-20T22:47:12.629Z | Downloaded rustls-pemfile v1.0.4 |
1119 | 2024-12-20T22:47:12.629Z | Downloaded rustfmt-wrapper v0.2.1 |
1120 | 2024-12-20T22:47:12.632Z | Downloaded rustc_version v0.4.1 |
1121 | 2024-12-20T22:47:12.632Z | Downloaded crossbeam-deque v0.8.5 |
1122 | 2024-12-20T22:47:12.635Z | Downloaded const_format_proc_macros v0.2.33 |
1123 | 2024-12-20T22:47:12.635Z | Downloaded castaway v0.2.3 |
1124 | 2024-12-20T22:47:12.638Z | Downloaded bzip2 v0.4.4 |
1125 | 2024-12-20T22:47:12.638Z | Downloaded bcs v0.1.6 |
1126 | 2024-12-20T22:47:12.642Z | Downloaded md-5 v0.10.6 |
1127 | 2024-12-20T22:47:12.642Z | Downloaded maplit v1.0.2 |
1128 | 2024-12-20T22:47:12.642Z | Downloaded lazy_static v1.5.0 |
1129 | 2024-12-20T22:47:12.645Z | Downloaded is-terminal v0.4.13 |
1130 | 2024-12-20T22:47:12.645Z | Downloaded rpassword v7.3.1 |
1131 | 2024-12-20T22:47:12.645Z | Downloaded rfc6979 v0.4.0 |
1132 | 2024-12-20T22:47:12.645Z | Downloaded ref-cast-impl v1.0.23 |
1133 | 2024-12-20T22:47:12.648Z | Downloaded maybe-uninit v2.0.0 |
1134 | 2024-12-20T22:47:12.648Z | Downloaded managed v0.8.0 |
1135 | 2024-12-20T22:47:12.648Z | Downloaded libsw v3.3.1 |
1136 | 2024-12-20T22:47:12.650Z | Downloaded bit-vec v0.6.3 |
1137 | 2024-12-20T22:47:12.650Z | Downloaded kstat-rs v0.2.4 |
1138 | 2024-12-20T22:47:12.653Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2024-12-20T22:47:12.707Z | Downloaded impl-trait-for-tuples v0.2.2 |
1140 | 2024-12-20T22:47:12.709Z | Downloaded backoff v0.4.0 |
1141 | 2024-12-20T22:47:12.712Z | Downloaded arrayvec v0.7.6 |
1142 | 2024-12-20T22:47:12.715Z | Downloaded inout v0.1.3 |
1143 | 2024-12-20T22:47:12.715Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-12-20T22:47:12.717Z | Downloaded constant_time_eq v0.3.1 |
1145 | 2024-12-20T22:47:12.717Z | Downloaded hyper-tls v0.6.0 |
1146 | 2024-12-20T22:47:12.717Z | Downloaded chrono-tz-build v0.4.0 |
1147 | 2024-12-20T22:47:12.720Z | Downloaded blowfish v0.9.1 |
1148 | 2024-12-20T22:47:12.720Z | Downloaded bitfield-struct v0.6.2 |
1149 | 2024-12-20T22:47:12.720Z | Downloaded bitflags v1.3.2 |
1150 | 2024-12-20T22:47:12.723Z | Downloaded bitfield v0.14.0 |
1151 | 2024-12-20T22:47:12.726Z | Downloaded bit-set v0.5.3 |
1152 | 2024-12-20T22:47:12.726Z | Downloaded hubpack v0.1.2 |
1153 | 2024-12-20T22:47:12.726Z | Downloaded assert_matches v1.5.0 |
1154 | 2024-12-20T22:47:12.728Z | Downloaded array-init v0.0.4 |
1155 | 2024-12-20T22:47:12.729Z | Downloaded aes-gcm v0.10.3 |
1156 | 2024-12-20T22:47:12.731Z | Downloaded hostname v0.3.1 |
1157 | 2024-12-20T22:47:12.734Z | Downloaded home v0.5.9 |
1158 | 2024-12-20T22:47:12.734Z | Downloaded highway v1.2.0 |
1159 | 2024-12-20T22:47:12.736Z | Downloaded hex-literal v0.4.1 |
1160 | 2024-12-20T22:47:12.736Z | Downloaded hex v0.4.3 |
1161 | 2024-12-20T22:47:12.736Z | Downloaded arc-swap v1.7.1 |
1162 | 2024-12-20T22:47:13.011Z | Downloaded ring v0.17.8 |
1163 | 2024-12-20T22:47:13.238Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2024-12-20T22:47:13.318Z | Downloaded ring v0.16.20 |
1165 | 2024-12-20T22:47:13.472Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-12-20T22:47:13.776Z | Compiling serde v1.0.215 |
1167 | 2024-12-20T22:47:13.778Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-20T22:47:13.778Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-20T22:47:13.778Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-20T22:47:13.778Z | Compiling typenum v1.17.0 |
1171 | 2024-12-20T22:47:13.778Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-20T22:47:13.968Z | Compiling syn v2.0.87 |
1173 | 2024-12-20T22:47:13.984Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-20T22:47:14.079Z | Compiling shlex v1.3.0 |
1175 | 2024-12-20T22:47:14.255Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-20T22:47:14.457Z | Compiling log v0.4.22 |
1177 | 2024-12-20T22:47:14.477Z | Compiling subtle v2.6.1 |
1178 | 2024-12-20T22:47:14.495Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-20T22:47:14.601Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-20T22:47:14.782Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-20T22:47:14.806Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-20T22:47:14.935Z | Compiling cc v1.1.30 |
1183 | 2024-12-20T22:47:14.993Z | Compiling spin v0.9.8 |
1184 | 2024-12-20T22:47:15.032Z | Compiling rustix v0.38.37 |
1185 | 2024-12-20T22:47:15.305Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-20T22:47:15.375Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-20T22:47:15.408Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-20T22:47:15.635Z | Compiling mio v1.0.2 |
1189 | 2024-12-20T22:47:16.074Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-20T22:47:16.382Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-20T22:47:16.607Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-20T22:47:16.829Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-20T22:47:16.873Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-20T22:47:16.951Z | Compiling futures-sink v0.3.31 |
1195 | 2024-12-20T22:47:16.999Z | Compiling glob v0.3.1 |
1196 | 2024-12-20T22:47:17.058Z | Compiling either v1.13.0 |
1197 | 2024-12-20T22:47:17.106Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-20T22:47:17.223Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-20T22:47:17.401Z | Compiling slab v0.4.9 |
1200 | 2024-12-20T22:47:17.517Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-20T22:47:17.859Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-20T22:47:17.885Z | Compiling serde_json v1.0.133 |
1203 | 2024-12-20T22:47:18.042Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-20T22:47:18.258Z | Compiling libloading v0.8.5 |
1205 | 2024-12-20T22:47:18.407Z | Compiling nom v7.1.3 |
1206 | 2024-12-20T22:47:18.559Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-20T22:47:18.724Z | Compiling home v0.5.9 |
1208 | 2024-12-20T22:47:18.985Z | Compiling itertools v0.10.5 |
1209 | 2024-12-20T22:47:19.384Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-20T22:47:19.519Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-20T22:47:19.619Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-20T22:47:19.806Z | Compiling libm v0.2.8 |
1213 | 2024-12-20T22:47:19.916Z | Compiling rustc-hash v1.1.0 |
1214 | 2024-12-20T22:47:20.066Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-20T22:47:20.121Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-20T22:47:20.424Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-20T22:47:20.912Z | Compiling futures-io v0.3.31 |
1218 | 2024-12-20T22:47:21.246Z | Compiling lazycell v1.3.0 |
1219 | 2024-12-20T22:47:21.422Z | Compiling hashbrown v0.15.1 |
1220 | 2024-12-20T22:47:21.824Z | Compiling synstructure v0.13.1 |
1221 | 2024-12-20T22:47:22.077Z | Compiling cexpr v0.6.0 |
1222 | 2024-12-20T22:47:22.814Z | Compiling cmake v0.1.51 |
1223 | 2024-12-20T22:47:23.568Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-20T22:47:23.571Z | Compiling dunce v1.0.5 |
1225 | 2024-12-20T22:47:23.718Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-20T22:47:23.815Z | Compiling fs_extra v1.3.0 |
1227 | 2024-12-20T22:47:23.818Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-20T22:47:23.901Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-20T22:47:24.395Z | Compiling ring v0.17.8 |
1230 | 2024-12-20T22:47:25.408Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-12-20T22:47:25.466Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-20T22:47:25.511Z | Compiling paste v1.0.15 |
1233 | 2024-12-20T22:47:25.538Z | Compiling writeable v0.5.5 |
1234 | 2024-12-20T22:47:26.029Z | Compiling litemap v0.7.3 |
1235 | 2024-12-20T22:47:26.152Z | Compiling regex v1.11.1 |
1236 | 2024-12-20T22:47:26.462Z | Compiling base64ct v1.6.0 |
1237 | 2024-12-20T22:47:26.949Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-20T22:47:26.990Z | Compiling flagset v0.4.6 |
1239 | 2024-12-20T22:47:27.180Z | Compiling httparse v1.9.5 |
1240 | 2024-12-20T22:47:27.198Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-20T22:47:27.596Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-20T22:47:27.649Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-20T22:47:27.749Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-20T22:47:27.971Z | Compiling percent-encoding v2.3.1 |
1245 | 2024-12-20T22:47:28.322Z | Compiling rustls-pki-types v1.10.0 |
1246 | 2024-12-20T22:47:28.551Z | Compiling powerfmt v0.2.0 |
1247 | 2024-12-20T22:47:28.843Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-20T22:47:28.893Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-20T22:47:28.915Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-20T22:47:29.070Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-20T22:47:29.415Z | Compiling zerofrom-derive v0.1.4 |
1252 | 2024-12-20T22:47:30.435Z | Compiling zeroize v1.8.1 |
1253 | 2024-12-20T22:47:30.663Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-20T22:47:30.861Z | Compiling yoke-derive v0.7.4 |
1255 | 2024-12-20T22:47:31.214Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-20T22:47:32.209Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-20T22:47:32.457Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-20T22:47:32.726Z | Compiling digest v0.10.7 |
1259 | 2024-12-20T22:47:32.781Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-20T22:47:33.212Z | Compiling hmac v0.12.1 |
1261 | 2024-12-20T22:47:33.353Z | Compiling zerovec-derive v0.10.3 |
1262 | 2024-12-20T22:47:33.447Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-20T22:47:33.584Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-20T22:47:33.693Z | Compiling displaydoc v0.2.5 |
1265 | 2024-12-20T22:47:33.812Z | Compiling inout v0.1.3 |
1266 | 2024-12-20T22:47:33.861Z | Compiling yoke v0.7.4 |
1267 | 2024-12-20T22:47:33.985Z | Compiling thiserror v1.0.69 |
1268 | 2024-12-20T22:47:34.081Z | Compiling cipher v0.4.4 |
1269 | 2024-12-20T22:47:34.125Z | Compiling sha2 v0.10.8 |
1270 | 2024-12-20T22:47:34.194Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-20T22:47:34.594Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-12-20T22:47:34.749Z | Compiling futures-util v0.3.31 |
1273 | 2024-12-20T22:47:34.979Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-20T22:47:35.361Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-20T22:47:35.747Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-20T22:47:35.977Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-20T22:47:37.395Z | Compiling der v0.7.9 |
1278 | 2024-12-20T22:47:37.442Z | Compiling rand v0.8.5 |
1279 | 2024-12-20T22:47:37.728Z | Compiling salsa20 v0.10.2 |
1280 | 2024-12-20T22:47:37.965Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-20T22:47:38.261Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-20T22:47:38.416Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-20T22:47:39.545Z | Compiling icu_provider v1.5.0 |
1284 | 2024-12-20T22:47:39.605Z | Compiling tracing v0.1.40 |
1285 | 2024-12-20T22:47:39.627Z | Compiling spki v0.7.3 |
1286 | 2024-12-20T22:47:39.715Z | Compiling pest v2.7.14 |
1287 | 2024-12-20T22:47:39.993Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-12-20T22:47:40.146Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-12-20T22:47:40.174Z | Compiling num-conv v0.1.0 |
1290 | 2024-12-20T22:47:40.347Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-20T22:47:40.481Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-20T22:47:40.604Z | Compiling untrusted v0.7.1 |
1293 | 2024-12-20T22:47:40.674Z | Compiling untrusted v0.9.0 |
1294 | 2024-12-20T22:47:40.786Z | Compiling icu_properties_data v1.5.0 |
1295 | 2024-12-20T22:47:40.833Z | Compiling time-core v0.1.2 |
1296 | 2024-12-20T22:47:40.877Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-20T22:47:41.014Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-20T22:47:41.063Z | Compiling cbc v0.1.2 |
1299 | 2024-12-20T22:47:41.307Z | Compiling aes v0.8.4 |
1300 | 2024-12-20T22:47:41.456Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-12-20T22:47:42.738Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-20T22:47:42.777Z | Compiling bytes v1.8.0 |
1303 | 2024-12-20T22:47:42.995Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-20T22:47:43.042Z | Compiling semver v1.0.23 |
1305 | 2024-12-20T22:47:43.805Z | Compiling tokio v1.40.0 |
1306 | 2024-12-20T22:47:44.068Z | Compiling http v1.1.0 |
1307 | 2024-12-20T22:47:44.170Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-20T22:47:44.388Z | Compiling openssl-sys v0.9.103 |
1309 | 2024-12-20T22:47:44.420Z | Compiling pest_meta v2.7.14 |
1310 | 2024-12-20T22:47:44.757Z | Compiling icu_properties v1.5.1 |
1311 | 2024-12-20T22:47:44.938Z | Compiling deranged v0.3.11 |
1312 | 2024-12-20T22:47:46.308Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-12-20T22:47:46.505Z | Compiling num_threads v0.1.7 |
1314 | 2024-12-20T22:47:46.606Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-20T22:47:46.641Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-20T22:47:46.748Z | Compiling write16 v1.0.0 |
1317 | 2024-12-20T22:47:46.816Z | Compiling utf8_iter v1.0.4 |
1318 | 2024-12-20T22:47:46.878Z | Compiling time v0.3.36 |
1319 | 2024-12-20T22:47:46.900Z | Compiling pest_generator v2.7.14 |
1320 | 2024-12-20T22:47:46.950Z | Compiling http-body v1.0.1 |
1321 | 2024-12-20T22:47:47.195Z | Compiling which v4.4.2 |
1322 | 2024-12-20T22:47:47.284Z | Compiling scroll v0.12.0 |
1323 | 2024-12-20T22:47:47.851Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-20T22:47:48.556Z | Compiling icu_normalizer v1.5.0 |
1325 | 2024-12-20T22:47:48.915Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-20T22:47:49.097Z | Compiling slog v2.7.0 |
1327 | 2024-12-20T22:47:49.272Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-20T22:47:49.420Z | Compiling want v0.3.1 |
1329 | 2024-12-20T22:47:49.573Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-20T22:47:49.697Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-20T22:47:49.700Z | Compiling goblin v0.8.2 |
1332 | 2024-12-20T22:47:49.842Z | Compiling pkcs8 v0.10.2 |
1333 | 2024-12-20T22:47:49.929Z | Compiling uuid v1.11.0 |
1334 | 2024-12-20T22:47:50.760Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-20T22:47:50.780Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-12-20T22:47:50.780Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-12-20T22:47:50.859Z | Compiling chrono v0.4.38 |
1338 | 2024-12-20T22:47:50.979Z | Compiling idna v1.0.3 |
1339 | 2024-12-20T22:47:52.211Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2024-12-20T22:47:52.252Z | Compiling toml_datetime v0.6.8 |
1341 | 2024-12-20T22:47:52.782Z | Compiling tokio-util v0.7.12 |
1342 | 2024-12-20T22:47:52.843Z | Compiling serde_spanned v0.6.8 |
1343 | 2024-12-20T22:47:52.881Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-20T22:47:52.900Z | Compiling adler2 v2.0.0 |
1345 | 2024-12-20T22:47:53.076Z | Compiling tower-service v0.3.3 |
1346 | 2024-12-20T22:47:53.113Z | Compiling openssl v0.10.66 |
1347 | 2024-12-20T22:47:53.204Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-20T22:47:53.323Z | Compiling base64 v0.22.1 |
1349 | 2024-12-20T22:47:53.533Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-20T22:47:53.643Z | Compiling hostname v0.3.1 |
1351 | 2024-12-20T22:47:53.729Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-20T22:47:53.832Z | Compiling h2 v0.4.6 |
1353 | 2024-12-20T22:47:53.900Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-12-20T22:47:54.095Z | Compiling url v2.5.3 |
1355 | 2024-12-20T22:47:54.675Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-20T22:47:55.512Z | Compiling dof v0.3.0 |
1357 | 2024-12-20T22:47:55.621Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-20T22:47:56.185Z | Compiling serde_derive_internals v0.29.1 |
1359 | 2024-12-20T22:47:56.426Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-20T22:47:57.516Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-12-20T22:47:57.760Z | Compiling native-tls v0.2.12 |
1362 | 2024-12-20T22:47:58.040Z | Compiling schemars v0.8.21 |
1363 | 2024-12-20T22:47:58.092Z | Compiling rustls v0.23.19 |
1364 | 2024-12-20T22:47:58.175Z | Compiling rustls v0.22.4 |
1365 | 2024-12-20T22:47:58.348Z | Compiling syn v1.0.109 |
1366 | 2024-12-20T22:47:58.369Z | Compiling siphasher v0.3.11 |
1367 | 2024-12-20T22:47:58.435Z | Compiling data-encoding v2.6.0 |
1368 | 2024-12-20T22:47:58.863Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-20T22:47:59.045Z | Compiling schemars_derive v0.8.21 |
1370 | 2024-12-20T22:47:59.571Z | Compiling http-body-util v0.1.2 |
1371 | 2024-12-20T22:48:00.128Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-20T22:48:00.273Z | Compiling heapless v0.7.17 |
1373 | 2024-12-20T22:48:00.679Z | Compiling hyper v1.5.0 |
1374 | 2024-12-20T22:48:00.870Z | Compiling sha1 v0.10.6 |
1375 | 2024-12-20T22:48:00.931Z | Compiling signature v2.2.0 |
1376 | 2024-12-20T22:48:01.216Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2024-12-20T22:48:01.306Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-20T22:48:01.726Z | Compiling cookie v0.18.1 |
1379 | 2024-12-20T22:48:01.889Z | Compiling multer v3.1.0 |
1380 | 2024-12-20T22:48:02.011Z | Compiling encoding_rs v0.8.34 |
1381 | 2024-12-20T22:48:02.148Z | Compiling mime v0.3.17 |
1382 | 2024-12-20T22:48:02.371Z | Compiling slog-async v2.8.0 |
1383 | 2024-12-20T22:48:02.686Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-12-20T22:48:02.886Z | Compiling rayon-core v1.12.1 |
1385 | 2024-12-20T22:48:03.019Z | Compiling hyper-util v0.1.10 |
1386 | 2024-12-20T22:48:03.158Z | Compiling signal-hook v0.3.17 |
1387 | 2024-12-20T22:48:03.352Z | Compiling dyn-clone v1.0.17 |
1388 | 2024-12-20T22:48:03.573Z | Compiling gimli v0.31.1 |
1389 | 2024-12-20T22:48:04.065Z | Compiling ipnet v2.10.1 |
1390 | 2024-12-20T22:48:04.631Z | Compiling unicode-properties v0.1.3 |
1391 | 2024-12-20T22:48:05.030Z | Compiling toml_edit v0.22.22 |
1392 | 2024-12-20T22:48:05.169Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-20T22:48:06.810Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-12-20T22:48:07.165Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-20T22:48:07.448Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-20T22:48:07.524Z | Compiling addr2line v0.24.2 |
1397 | 2024-12-20T22:48:08.198Z | Compiling term v0.7.0 |
1398 | 2024-12-20T22:48:08.276Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-20T22:48:08.676Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-20T22:48:08.769Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-20T22:48:08.977Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-20T22:48:09.205Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-20T22:48:09.603Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-20T22:48:09.674Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-20T22:48:09.737Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-20T22:48:09.887Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-20T22:48:09.937Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-20T22:48:10.058Z | Compiling idna v0.4.0 |
1409 | 2024-12-20T22:48:10.189Z | Compiling idna v0.3.0 |
1410 | 2024-12-20T22:48:10.332Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-20T22:48:10.694Z | Compiling ff v0.13.0 |
1412 | 2024-12-20T22:48:10.756Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-20T22:48:10.905Z | Compiling object v0.36.5 |
1414 | 2024-12-20T22:48:10.941Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-20T22:48:11.239Z | Compiling anyhow v1.0.93 |
1416 | 2024-12-20T22:48:11.393Z | Compiling quick-error v1.2.3 |
1417 | 2024-12-20T22:48:11.555Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-20T22:48:11.796Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-20T22:48:11.881Z | Compiling utf-8 v0.7.6 |
1420 | 2024-12-20T22:48:11.934Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-20T22:48:11.979Z | Compiling fallible-iterator v0.2.0 |
1422 | 2024-12-20T22:48:12.206Z | Compiling rustc-demangle v0.1.24 |
1423 | 2024-12-20T22:48:12.260Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-12-20T22:48:12.551Z | Compiling take_mut v0.2.2 |
1425 | 2024-12-20T22:48:12.640Z | Compiling linked-hash-map v0.5.6 |
1426 | 2024-12-20T22:48:12.716Z | Compiling smoltcp v0.9.1 |
1427 | 2024-12-20T22:48:12.738Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-12-20T22:48:13.023Z | Compiling lru-cache v0.1.2 |
1429 | 2024-12-20T22:48:13.333Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-20T22:48:13.399Z | Compiling tungstenite v0.24.0 |
1431 | 2024-12-20T22:48:13.453Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-20T22:48:13.885Z | Compiling resolv-conf v0.7.0 |
1433 | 2024-12-20T22:48:14.074Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-20T22:48:14.189Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-20T22:48:14.366Z | Compiling usdt v0.5.0 |
1436 | 2024-12-20T22:48:14.423Z | Compiling group v0.13.0 |
1437 | 2024-12-20T22:48:14.655Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-20T22:48:14.884Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-20T22:48:15.089Z | Compiling futures v0.3.31 |
1440 | 2024-12-20T22:48:15.348Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-20T22:48:15.574Z | Compiling toml v0.8.19 |
1442 | 2024-12-20T22:48:17.080Z | Compiling camino v1.1.9 |
1443 | 2024-12-20T22:48:17.140Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-20T22:48:17.432Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-20T22:48:17.782Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-20T22:48:17.836Z | Compiling terminal_size v0.4.0 |
1447 | 2024-12-20T22:48:18.058Z | Compiling waitgroup v0.1.2 |
1448 | 2024-12-20T22:48:18.078Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-12-20T22:48:18.286Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-12-20T22:48:18.359Z | Compiling hkdf v0.12.4 |
1451 | 2024-12-20T22:48:18.634Z | Compiling backtrace v0.3.74 |
1452 | 2024-12-20T22:48:19.131Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-20T22:48:19.220Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-20T22:48:19.435Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-20T22:48:21.761Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-20T22:48:22.380Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-12-20T22:48:22.405Z | Compiling idna v0.5.0 |
1458 | 2024-12-20T22:48:22.583Z | Compiling hostname v0.4.0 |
1459 | 2024-12-20T22:48:22.707Z | Compiling ahash v0.8.11 |
1460 | 2024-12-20T22:48:22.860Z | Compiling crc32fast v1.4.2 |
1461 | 2024-12-20T22:48:23.038Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-20T22:48:23.229Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-12-20T22:48:23.265Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-20T22:48:23.303Z | Compiling newtype-uuid v1.1.3 |
1465 | 2024-12-20T22:48:23.352Z | Compiling managed v0.8.0 |
1466 | 2024-12-20T22:48:23.372Z | Compiling winnow v0.5.40 |
1467 | 2024-12-20T22:48:23.392Z | Compiling console v0.15.8 |
1468 | 2024-12-20T22:48:23.591Z | Compiling clap_builder v4.5.21 |
1469 | 2024-12-20T22:48:24.248Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-20T22:48:24.720Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-20T22:48:25.038Z | Compiling strum_macros v0.25.3 |
1472 | 2024-12-20T22:48:25.374Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-20T22:48:26.078Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-20T22:48:26.371Z | Compiling zerocopy v0.6.6 |
1475 | 2024-12-20T22:48:26.463Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-20T22:48:26.919Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-20T22:48:27.255Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-20T22:48:27.446Z | Compiling phf v0.11.2 |
1479 | 2024-12-20T22:48:27.753Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-20T22:48:28.176Z | Compiling rayon v1.10.0 |
1481 | 2024-12-20T22:48:28.180Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-20T22:48:29.228Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-20T22:48:29.793Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-20T22:48:32.769Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-20T22:48:33.076Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-20T22:48:33.112Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-20T22:48:33.169Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-20T22:48:33.498Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-20T22:48:33.520Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-20T22:48:33.740Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-20T22:48:33.947Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-20T22:48:34.179Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-20T22:48:34.217Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-20T22:48:34.453Z | Compiling bstr v1.10.0 |
1495 | 2024-12-20T22:48:34.727Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-20T22:48:34.886Z | Compiling static_assertions v1.1.0 |
1497 | 2024-12-20T22:48:34.992Z | Compiling whoami v1.5.2 |
1498 | 2024-12-20T22:48:35.072Z | Compiling difflib v0.4.0 |
1499 | 2024-12-20T22:48:35.430Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2024-12-20T22:48:35.602Z | Compiling unicode-width v0.2.0 |
1501 | 2024-12-20T22:48:36.186Z | Compiling predicates-core v1.0.8 |
1502 | 2024-12-20T22:48:36.346Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-20T22:48:36.367Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-12-20T22:48:36.501Z | Compiling precomputed-hash v0.1.1 |
1505 | 2024-12-20T22:48:36.544Z | Compiling fixedbitset v0.4.2 |
1506 | 2024-12-20T22:48:36.615Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2024-12-20T22:48:36.718Z | Compiling number_prefix v0.4.0 |
1508 | 2024-12-20T22:48:36.783Z | Compiling string_cache v0.8.7 |
1509 | 2024-12-20T22:48:36.824Z | Compiling bit-set v0.5.3 |
1510 | 2024-12-20T22:48:36.935Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-20T22:48:37.011Z | Compiling petgraph v0.6.5 |
1512 | 2024-12-20T22:48:37.108Z | Compiling predicates v3.1.2 |
1513 | 2024-12-20T22:48:37.259Z | Compiling similar v2.6.0 |
1514 | 2024-12-20T22:48:37.643Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1515 | 2024-12-20T22:48:38.705Z | Compiling clap v4.5.21 |
1516 | 2024-12-20T22:48:38.838Z | Compiling tokio-postgres v0.7.12 |
1517 | 2024-12-20T22:48:38.972Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-20T22:48:39.194Z | Compiling rsa v0.9.6 |
1519 | 2024-12-20T22:48:39.811Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-20T22:48:39.858Z | Compiling toml v0.7.8 |
1521 | 2024-12-20T22:48:41.153Z | Compiling zip v0.6.6 |
1522 | 2024-12-20T22:48:41.177Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-20T22:48:42.926Z | Compiling hex v0.4.3 |
1524 | 2024-12-20T22:48:43.150Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-20T22:48:43.233Z | Compiling peg-runtime v0.8.3 |
1526 | 2024-12-20T22:48:43.559Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-20T22:48:43.917Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-20T22:48:43.938Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-20T22:48:44.106Z | Compiling xattr v1.3.1 |
1530 | 2024-12-20T22:48:44.380Z | Compiling filetime v0.2.25 |
1531 | 2024-12-20T22:48:44.667Z | Compiling tar v0.4.42 |
1532 | 2024-12-20T22:48:49.226Z | Compiling strum v0.26.3 |
1533 | 2024-12-20T22:48:51.973Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-20T22:49:27.343Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-20T22:49:30.729Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-20T22:49:32.440Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-20T22:49:32.774Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-20T22:49:33.139Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-20T22:49:34.311Z | Compiling qorb v0.2.1 |
1540 | 2024-12-20T22:49:39.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-20T22:49:39.393Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-20T22:49:45.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1543 | 2024-12-20T22:49:45.507Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-20T22:49:45.561Z | Dec 20 22:49:44.826 INFO Starting download, target: Cockroach |
1545 | 2024-12-20T22:49:45.561Z | Dec 20 22:49:44.826 INFO Starting download, target: Clickhouse |
1546 | 2024-12-20T22:49:45.561Z | Dec 20 22:49:44.826 INFO Starting download, target: Console |
1547 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.826 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.826 INFO Starting download, target: DendriteStub |
1549 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.826 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.826 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-20T22:49:45.567Z | Dec 20 22:49:44.827 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-20T22:49:45.792Z | Dec 20 22:49:45.043 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-20T22:49:46.060Z | Dec 20 22:49:45.280 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-20T22:49:46.124Z | Dec 20 22:49:45.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-12-20T22:49:46.450Z | Dec 20 22:49:45.700 INFO Download complete, target: Console |
1562 | 2024-12-20T22:49:46.501Z | Dec 20 22:49:45.765 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-20T22:49:46.553Z | Dec 20 22:49:45.812 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2024-12-20T22:49:46.711Z | Dec 20 22:49:45.974 INFO Download complete, target: TransceiverControl |
1565 | 2024-12-20T22:49:47.269Z | Dec 20 22:49:46.534 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-12-20T22:49:47.269Z | Dec 20 22:49:46.534 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-12-20T22:49:47.602Z | Dec 20 22:49:46.867 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1568 | 2024-12-20T22:49:49.445Z | Dec 20 22:49:48.710 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-20T22:49:49.467Z | Dec 20 22:49:48.732 INFO Download complete, target: DendriteStub |
1570 | 2024-12-20T22:49:54.816Z | Dec 20 22:49:54.080 INFO Checking that binary works, target: Cockroach |
1571 | 2024-12-20T22:49:55.093Z | Dec 20 22:49:54.357 INFO Download complete, target: Cockroach |
1572 | 2024-12-20T22:50:00.428Z | Dec 20 22:49:59.690 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-20T22:50:01.201Z | Dec 20 22:50:00.463 INFO Download complete, target: Clickhouse |
1574 | 2024-12-20T22:50:01.266Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-20T22:50:01.268Z | |
1576 | 2024-12-20T22:50:01.268Z | real 5:18.267100628 |
1577 | 2024-12-20T22:50:01.268Z | user 16:33.646773331 |
1578 | 2024-12-20T22:50:01.268Z | sys 3:13.666470460 |
1579 | 2024-12-20T22:50:01.268Z | trap 0.544936017 |
1580 | 2024-12-20T22:50:01.268Z | tflt 7.310195239 |
1581 | 2024-12-20T22:50:01.268Z | dflt 7.136657022 |
1582 | 2024-12-20T22:50:01.269Z | kflt 0.409843656 |
1583 | 2024-12-20T22:50:01.269Z | lock 31:02.688056306 |
1584 | 2024-12-20T22:50:01.269Z | slp 1:03:33.782758212 |
1585 | 2024-12-20T22:50:01.269Z | lat 52.659497102 |
1586 | 2024-12-20T22:50:01.269Z | stop 2:20.600305519 |
1587 | 2024-12-20T22:50:01.269Z | + banner hack-check |
1588 | 2024-12-20T22:50:01.271Z | |
1589 | 2024-12-20T22:50:01.271Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-12-20T22:50:01.271Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-20T22:50:01.271Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-12-20T22:50:01.271Z | # # ###### # # # # # # # # # # |
1593 | 2024-12-20T22:50:01.271Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-12-20T22:50:01.271Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-12-20T22:50:01.271Z | |
1596 | 2024-12-20T22:50:01.271Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-20T22:50:01.271Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-20T22:50:01.271Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-12-20T22:50:01.820Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-20T22:50:05.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
1601 | 2024-12-20T22:50:05.470Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-12-20T22:50:05.493Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-12-20T22:50:05.493Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-12-20T22:50:05.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1605 | 2024-12-20T22:50:05.966Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-12-20T22:50:06.807Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-12-20T22:50:07.184Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-12-20T22:50:12.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s |
1609 | 2024-12-20T22:50:12.509Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-12-20T22:50:12.547Z | Dec 20 22:50:11.807 INFO Starting download, target: CargoHack |
1611 | 2024-12-20T22:50:12.549Z | Dec 20 22:50:11.808 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-12-20T22:50:13.285Z | Dec 20 22:50:12.387 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-12-20T22:50:13.319Z | Dec 20 22:50:12.476 INFO Download complete, target: CargoHack |
1614 | 2024-12-20T22:50:13.319Z | 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" |
1615 | 2024-12-20T22:50:13.319Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-12-20T22:50:13.413Z | info: running `cargo check --bins` on api_identity (1/176) |
1617 | 2024-12-20T22:50:13.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-12-20T22:50:13.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-12-20T22:50:13.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-12-20T22:50:13.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1621 | 2024-12-20T22:50:14.043Z | |
1622 | 2024-12-20T22:50:14.043Z | info: running `cargo check --bins` on bootstore (2/176) |
1623 | 2024-12-20T22:50:14.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-12-20T22:50:14.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-12-20T22:50:14.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-12-20T22:50:14.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1627 | 2024-12-20T22:50:14.713Z | |
1628 | 2024-12-20T22:50:14.713Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1629 | 2024-12-20T22:50:15.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-12-20T22:50:15.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-12-20T22:50:15.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-12-20T22:50:15.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1633 | 2024-12-20T22:50:15.357Z | |
1634 | 2024-12-20T22:50:15.357Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1635 | 2024-12-20T22:50:15.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-12-20T22:50:15.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-12-20T22:50:15.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-12-20T22:50:15.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1639 | 2024-12-20T22:50:15.992Z | |
1640 | 2024-12-20T22:50:15.992Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1641 | 2024-12-20T22:50:16.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-12-20T22:50:16.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-12-20T22:50:16.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-12-20T22:50:16.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1645 | 2024-12-20T22:50:16.430Z | |
1646 | 2024-12-20T22:50:16.430Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1647 | 2024-12-20T22:50:16.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-12-20T22:50:16.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-12-20T22:50:16.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-12-20T22:50:16.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1651 | 2024-12-20T22:50:16.865Z | |
1652 | 2024-12-20T22:50:16.865Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1653 | 2024-12-20T22:50:17.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-12-20T22:50:17.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-12-20T22:50:17.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-12-20T22:50:17.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1657 | 2024-12-20T22:50:17.309Z | |
1658 | 2024-12-20T22:50:17.309Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1659 | 2024-12-20T22:50:17.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-12-20T22:50:17.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-12-20T22:50:17.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-12-20T22:50:17.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1663 | 2024-12-20T22:50:17.740Z | |
1664 | 2024-12-20T22:50:17.740Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1665 | 2024-12-20T22:50:18.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-12-20T22:50:18.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-12-20T22:50:18.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-12-20T22:50:18.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1669 | 2024-12-20T22:50:18.173Z | |
1670 | 2024-12-20T22:50:18.174Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1671 | 2024-12-20T22:50:18.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-12-20T22:50:18.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-12-20T22:50:18.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-12-20T22:50:18.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1675 | 2024-12-20T22:50:18.607Z | |
1676 | 2024-12-20T22:50:18.608Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1677 | 2024-12-20T22:50:18.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-12-20T22:50:19.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-12-20T22:50:19.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-12-20T22:50:19.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1681 | 2024-12-20T22:50:19.045Z | |
1682 | 2024-12-20T22:50:19.045Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1683 | 2024-12-20T22:50:19.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-12-20T22:50:19.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-12-20T22:50:19.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-12-20T22:50:19.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1687 | 2024-12-20T22:50:19.482Z | |
1688 | 2024-12-20T22:50:19.482Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1689 | 2024-12-20T22:50:19.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-12-20T22:50:19.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-12-20T22:50:19.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-12-20T22:50:19.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1693 | 2024-12-20T22:50:19.921Z | |
1694 | 2024-12-20T22:50:19.921Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1695 | 2024-12-20T22:50:20.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-12-20T22:50:20.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-12-20T22:50:20.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-12-20T22:50:20.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1699 | 2024-12-20T22:50:20.368Z | |
1700 | 2024-12-20T22:50:20.368Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1701 | 2024-12-20T22:50:20.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-12-20T22:50:20.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-12-20T22:50:20.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-12-20T22:50:20.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1705 | 2024-12-20T22:50:20.807Z | |
1706 | 2024-12-20T22:50:20.807Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1707 | 2024-12-20T22:50:21.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-12-20T22:50:21.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-12-20T22:50:21.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-12-20T22:50:21.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1711 | 2024-12-20T22:50:21.253Z | |
1712 | 2024-12-20T22:50:21.253Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1713 | 2024-12-20T22:50:21.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-12-20T22:50:21.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-12-20T22:50:21.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-12-20T22:50:21.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1717 | 2024-12-20T22:50:21.693Z | |
1718 | 2024-12-20T22:50:21.693Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1719 | 2024-12-20T22:50:22.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-12-20T22:50:22.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-12-20T22:50:22.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-12-20T22:50:22.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1723 | 2024-12-20T22:50:22.130Z | |
1724 | 2024-12-20T22:50:22.131Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1725 | 2024-12-20T22:50:22.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-12-20T22:50:22.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-12-20T22:50:22.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-12-20T22:50:22.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1729 | 2024-12-20T22:50:22.571Z | |
1730 | 2024-12-20T22:50:22.571Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1731 | 2024-12-20T22:50:22.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-12-20T22:50:22.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-12-20T22:50:22.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-12-20T22:50:22.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1735 | 2024-12-20T22:50:23.007Z | |
1736 | 2024-12-20T22:50:23.007Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1737 | 2024-12-20T22:50:23.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-12-20T22:50:23.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-12-20T22:50:23.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-12-20T22:50:23.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1741 | 2024-12-20T22:50:23.448Z | |
1742 | 2024-12-20T22:50:23.448Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1743 | 2024-12-20T22:50:23.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-12-20T22:50:23.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-12-20T22:50:23.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-12-20T22:50:23.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1747 | 2024-12-20T22:50:23.886Z | |
1748 | 2024-12-20T22:50:23.886Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1749 | 2024-12-20T22:50:24.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-12-20T22:50:24.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-12-20T22:50:24.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-12-20T22:50:24.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1753 | 2024-12-20T22:50:24.329Z | |
1754 | 2024-12-20T22:50:24.329Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1755 | 2024-12-20T22:50:24.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-12-20T22:50:24.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-12-20T22:50:24.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-12-20T22:50:24.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1759 | 2024-12-20T22:50:24.770Z | |
1760 | 2024-12-20T22:50:24.771Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1761 | 2024-12-20T22:50:25.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-12-20T22:50:25.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-12-20T22:50:25.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-12-20T22:50:25.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1765 | 2024-12-20T22:50:25.427Z | |
1766 | 2024-12-20T22:50:25.427Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1767 | 2024-12-20T22:50:25.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-12-20T22:50:25.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-12-20T22:50:25.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-12-20T22:50:26.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1771 | 2024-12-20T22:50:26.076Z | |
1772 | 2024-12-20T22:50:26.076Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1773 | 2024-12-20T22:50:26.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-12-20T22:50:26.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-12-20T22:50:26.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-12-20T22:50:26.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1777 | 2024-12-20T22:50:26.739Z | |
1778 | 2024-12-20T22:50:26.739Z | info: running `cargo check --bins` on oxlog (28/176) |
1779 | 2024-12-20T22:50:27.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-12-20T22:50:27.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-12-20T22:50:27.379Z | Checking cfg-if v1.0.0 |
1782 | 2024-12-20T22:50:27.382Z | Checking libc v0.2.162 |
1783 | 2024-12-20T22:50:27.489Z | Checking serde v1.0.215 |
1784 | 2024-12-20T22:50:27.493Z | Checking zeroize v1.8.1 |
1785 | 2024-12-20T22:50:27.509Z | Checking memchr v2.7.4 |
1786 | 2024-12-20T22:50:27.513Z | Checking typenum v1.17.0 |
1787 | 2024-12-20T22:50:27.529Z | Checking scopeguard v1.2.0 |
1788 | 2024-12-20T22:50:27.532Z | Checking subtle v2.6.1 |
1789 | 2024-12-20T22:50:27.555Z | Checking value-bag v1.9.0 |
1790 | 2024-12-20T22:50:27.661Z | Checking lock_api v0.4.12 |
1791 | 2024-12-20T22:50:27.750Z | Checking itoa v1.0.11 |
1792 | 2024-12-20T22:50:27.797Z | Checking smallvec v1.13.2 |
1793 | 2024-12-20T22:50:27.951Z | Checking log v0.4.22 |
1794 | 2024-12-20T22:50:28.000Z | Checking const-oid v0.9.6 |
1795 | 2024-12-20T22:50:28.072Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-12-20T22:50:28.154Z | Checking byteorder v1.5.0 |
1797 | 2024-12-20T22:50:28.191Z | Checking futures-core v0.3.31 |
1798 | 2024-12-20T22:50:28.356Z | Checking once_cell v1.20.2 |
1799 | 2024-12-20T22:50:28.382Z | Checking cpufeatures v0.2.14 |
1800 | 2024-12-20T22:50:28.471Z | Checking futures-sink v0.3.31 |
1801 | 2024-12-20T22:50:28.471Z | Checking stable_deref_trait v1.2.0 |
1802 | 2024-12-20T22:50:28.564Z | Checking spin v0.9.8 |
1803 | 2024-12-20T22:50:28.585Z | Checking zerocopy v0.7.35 |
1804 | 2024-12-20T22:50:28.598Z | Checking getrandom v0.2.15 |
1805 | 2024-12-20T22:50:28.610Z | Checking signal-hook-registry v1.4.2 |
1806 | 2024-12-20T22:50:28.646Z | Checking parking_lot_core v0.9.10 |
1807 | 2024-12-20T22:50:28.834Z | Checking rand_core v0.6.4 |
1808 | 2024-12-20T22:50:28.848Z | Checking generic-array v0.14.7 |
1809 | 2024-12-20T22:50:28.862Z | Checking mio v1.0.2 |
1810 | 2024-12-20T22:50:28.909Z | Checking socket2 v0.5.7 |
1811 | 2024-12-20T22:50:28.975Z | Checking parking_lot v0.12.3 |
1812 | 2024-12-20T22:50:29.156Z | Checking zerofrom v0.1.4 |
1813 | 2024-12-20T22:50:29.411Z | Checking slab v0.4.9 |
1814 | 2024-12-20T22:50:29.451Z | Checking yoke v0.7.4 |
1815 | 2024-12-20T22:50:29.451Z | Checking futures-channel v0.3.31 |
1816 | 2024-12-20T22:50:29.477Z | Checking futures-io v0.3.31 |
1817 | 2024-12-20T22:50:29.633Z | Checking allocator-api2 v0.2.18 |
1818 | 2024-12-20T22:50:29.675Z | Checking futures-task v0.3.31 |
1819 | 2024-12-20T22:50:29.724Z | Checking pin-utils v0.1.0 |
1820 | 2024-12-20T22:50:29.768Z | Checking foldhash v0.1.3 |
1821 | 2024-12-20T22:50:29.791Z | Checking equivalent v1.0.1 |
1822 | 2024-12-20T22:50:29.821Z | Checking zerovec v0.10.4 |
1823 | 2024-12-20T22:50:29.861Z | Checking futures-util v0.3.31 |
1824 | 2024-12-20T22:50:29.887Z | Checking ryu v1.0.18 |
1825 | 2024-12-20T22:50:29.967Z | Checking tinyvec_macros v0.1.1 |
1826 | 2024-12-20T22:50:29.984Z | Checking fnv v1.0.7 |
1827 | 2024-12-20T22:50:30.017Z | Checking crypto-common v0.1.6 |
1828 | 2024-12-20T22:50:30.049Z | Checking block-buffer v0.10.4 |
1829 | 2024-12-20T22:50:30.099Z | Checking block-padding v0.3.3 |
1830 | 2024-12-20T22:50:30.111Z | Checking tinyvec v1.8.0 |
1831 | 2024-12-20T22:50:30.193Z | Checking libm v0.2.8 |
1832 | 2024-12-20T22:50:30.261Z | Checking digest v0.10.7 |
1833 | 2024-12-20T22:50:30.265Z | Checking hashbrown v0.15.1 |
1834 | 2024-12-20T22:50:30.310Z | Checking inout v0.1.3 |
1835 | 2024-12-20T22:50:30.546Z | Checking cipher v0.4.4 |
1836 | 2024-12-20T22:50:30.642Z | Checking hmac v0.12.1 |
1837 | 2024-12-20T22:50:30.864Z | Checking sha2 v0.10.8 |
1838 | 2024-12-20T22:50:30.944Z | Checking writeable v0.5.5 |
1839 | 2024-12-20T22:50:31.142Z | Checking base64ct v1.6.0 |
1840 | 2024-12-20T22:50:31.252Z | Checking litemap v0.7.3 |
1841 | 2024-12-20T22:50:31.392Z | Checking unicode-bidi v0.3.17 |
1842 | 2024-12-20T22:50:31.428Z | Checking unicode-normalization v0.1.24 |
1843 | 2024-12-20T22:50:31.443Z | Checking num-traits v0.2.19 |
1844 | 2024-12-20T22:50:31.508Z | Checking tinystr v0.7.6 |
1845 | 2024-12-20T22:50:31.566Z | Checking ppv-lite86 v0.2.20 |
1846 | 2024-12-20T22:50:31.594Z | Checking pem-rfc7468 v0.7.0 |
1847 | 2024-12-20T22:50:31.846Z | Checking flagset v0.4.6 |
1848 | 2024-12-20T22:50:31.881Z | Checking icu_locid v1.5.0 |
1849 | 2024-12-20T22:50:32.009Z | Checking tracing-core v0.1.32 |
1850 | 2024-12-20T22:50:32.050Z | Checking der v0.7.9 |
1851 | 2024-12-20T22:50:32.357Z | Checking thiserror v1.0.69 |
1852 | 2024-12-20T22:50:32.381Z | Checking rand_chacha v0.3.1 |
1853 | 2024-12-20T22:50:32.441Z | Checking bytes v1.8.0 |
1854 | 2024-12-20T22:50:32.480Z | Checking indexmap v2.6.0 |
1855 | 2024-12-20T22:50:32.686Z | Checking serde_json v1.0.133 |
1856 | 2024-12-20T22:50:32.785Z | Checking bitflags v2.6.0 |
1857 | 2024-12-20T22:50:32.898Z | Checking icu_provider v1.5.0 |
1858 | 2024-12-20T22:50:33.100Z | Checking icu_locid_transform_data v1.5.0 |
1859 | 2024-12-20T22:50:33.155Z | Checking rustls-pki-types v1.10.0 |
1860 | 2024-12-20T22:50:33.199Z | Checking percent-encoding v2.3.1 |
1861 | 2024-12-20T22:50:33.241Z | Checking tokio v1.40.0 |
1862 | 2024-12-20T22:50:33.413Z | Checking http v1.1.0 |
1863 | 2024-12-20T22:50:33.601Z | Checking icu_locid_transform v1.5.0 |
1864 | 2024-12-20T22:50:33.729Z | Checking rand v0.8.5 |
1865 | 2024-12-20T22:50:33.800Z | Checking tracing v0.1.40 |
1866 | 2024-12-20T22:50:33.916Z | Checking spki v0.7.3 |
1867 | 2024-12-20T22:50:34.158Z | Checking icu_collections v1.5.0 |
1868 | 2024-12-20T22:50:34.204Z | Checking salsa20 v0.10.2 |
1869 | 2024-12-20T22:50:34.390Z | Checking pbkdf2 v0.12.2 |
1870 | 2024-12-20T22:50:34.423Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-20T22:50:34.545Z | Checking httparse v1.9.5 |
1872 | 2024-12-20T22:50:34.561Z | Checking icu_properties_data v1.5.0 |
1873 | 2024-12-20T22:50:34.759Z | Checking untrusted v0.9.0 |
1874 | 2024-12-20T22:50:34.807Z | Checking untrusted v0.7.1 |
1875 | 2024-12-20T22:50:34.870Z | Checking mirai-annotations v1.12.0 |
1876 | 2024-12-20T22:50:34.917Z | Checking powerfmt v0.2.0 |
1877 | 2024-12-20T22:50:34.975Z | Checking ring v0.17.8 |
1878 | 2024-12-20T22:50:34.975Z | Checking icu_properties v1.5.1 |
1879 | 2024-12-20T22:50:35.039Z | Checking scrypt v0.11.0 |
1880 | 2024-12-20T22:50:35.056Z | Checking cbc v0.1.2 |
1881 | 2024-12-20T22:50:35.077Z | Checking aes v0.8.4 |
1882 | 2024-12-20T22:50:35.164Z | Checking deranged v0.3.11 |
1883 | 2024-12-20T22:50:35.250Z | Checking crossbeam-utils v0.8.20 |
1884 | 2024-12-20T22:50:35.266Z | Checking write16 v1.0.0 |
1885 | 2024-12-20T22:50:35.386Z | Checking atomic-waker v1.1.2 |
1886 | 2024-12-20T22:50:35.525Z | Checking icu_normalizer_data v1.5.0 |
1887 | 2024-12-20T22:50:35.626Z | Checking utf8_iter v1.0.4 |
1888 | 2024-12-20T22:50:35.823Z | Checking num-conv v0.1.0 |
1889 | 2024-12-20T22:50:35.981Z | Checking num_threads v0.1.7 |
1890 | 2024-12-20T22:50:36.014Z | Checking utf16_iter v1.0.5 |
1891 | 2024-12-20T22:50:36.068Z | Checking time-core v0.1.2 |
1892 | 2024-12-20T22:50:36.098Z | Checking pkcs5 v0.7.1 |
1893 | 2024-12-20T22:50:36.173Z | Checking http-body v1.0.1 |
1894 | 2024-12-20T22:50:36.228Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-12-20T22:50:36.387Z | Checking try-lock v0.2.5 |
1896 | 2024-12-20T22:50:36.441Z | Checking uuid v1.11.0 |
1897 | 2024-12-20T22:50:36.522Z | Checking want v0.3.1 |
1898 | 2024-12-20T22:50:36.599Z | Checking pkcs8 v0.10.2 |
1899 | 2024-12-20T22:50:36.693Z | Checking unicode-ident v1.0.13 |
1900 | 2024-12-20T22:50:36.840Z | Checking httpdate v1.0.3 |
1901 | 2024-12-20T22:50:36.856Z | Checking proc-macro2 v1.0.89 |
1902 | 2024-12-20T22:50:36.893Z | Checking toml_datetime v0.6.8 |
1903 | 2024-12-20T22:50:36.954Z | Checking time v0.3.36 |
1904 | 2024-12-20T22:50:37.036Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-12-20T22:50:37.052Z | Checking serde_spanned v0.6.8 |
1906 | 2024-12-20T22:50:37.056Z | Checking slog v2.7.0 |
1907 | 2024-12-20T22:50:37.170Z | Checking scroll v0.12.0 |
1908 | 2024-12-20T22:50:37.245Z | Checking plain v0.2.3 |
1909 | 2024-12-20T22:50:37.395Z | Checking foreign-types-shared v0.1.1 |
1910 | 2024-12-20T22:50:37.504Z | Checking tower-service v0.3.3 |
1911 | 2024-12-20T22:50:37.523Z | Checking match_cfg v0.1.0 |
1912 | 2024-12-20T22:50:37.545Z | Checking iana-time-zone v0.1.61 |
1913 | 2024-12-20T22:50:37.611Z | Checking adler2 v2.0.0 |
1914 | 2024-12-20T22:50:37.627Z | Checking base64 v0.22.1 |
1915 | 2024-12-20T22:50:37.641Z | Checking ucd-trie v0.1.7 |
1916 | 2024-12-20T22:50:37.693Z | Checking chrono v0.4.38 |
1917 | 2024-12-20T22:50:37.767Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-12-20T22:50:37.832Z | Checking pest v2.7.14 |
1919 | 2024-12-20T22:50:38.101Z | Checking goblin v0.8.2 |
1920 | 2024-12-20T22:50:38.373Z | Checking icu_normalizer v1.5.0 |
1921 | 2024-12-20T22:50:38.478Z | Checking hostname v0.3.1 |
1922 | 2024-12-20T22:50:38.611Z | Checking quote v1.0.37 |
1923 | 2024-12-20T22:50:38.855Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-12-20T22:50:38.942Z | Checking foreign-types v0.3.2 |
1925 | 2024-12-20T22:50:39.035Z | Checking openssl-sys v0.9.103 |
1926 | 2024-12-20T22:50:39.146Z | Checking idna_adapter v1.2.0 |
1927 | 2024-12-20T22:50:39.349Z | Checking idna v1.0.3 |
1928 | 2024-12-20T22:50:39.486Z | Checking errno v0.3.9 |
1929 | 2024-12-20T22:50:39.665Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-12-20T22:50:39.690Z | Checking aho-corasick v1.1.3 |
1931 | 2024-12-20T22:50:39.802Z | Checking regex-syntax v0.8.5 |
1932 | 2024-12-20T22:50:39.828Z | Checking url v2.5.3 |
1933 | 2024-12-20T22:50:39.845Z | Checking siphasher v0.3.11 |
1934 | 2024-12-20T22:50:40.155Z | Checking pretty-hex v0.4.1 |
1935 | 2024-12-20T22:50:40.317Z | Compiling newtype-uuid v1.1.3 |
1936 | 2024-12-20T22:50:40.335Z | Checking data-encoding v2.6.0 |
1937 | 2024-12-20T22:50:40.405Z | Checking dtrace-parser v0.2.0 |
1938 | 2024-12-20T22:50:40.482Z | Checking tokio-util v0.7.12 |
1939 | 2024-12-20T22:50:40.608Z | Checking openssl v0.10.66 |
1940 | 2024-12-20T22:50:40.695Z | Checking dirs-next v2.0.0 |
1941 | 2024-12-20T22:50:40.830Z | Checking rustix v0.38.37 |
1942 | 2024-12-20T22:50:40.860Z | Checking syn v2.0.87 |
1943 | 2024-12-20T22:50:40.984Z | Checking http-body-util v0.1.2 |
1944 | 2024-12-20T22:50:41.376Z | Checking h2 v0.4.6 |
1945 | 2024-12-20T22:50:41.378Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-20T22:50:41.435Z | Checking sha1 v0.10.6 |
1947 | 2024-12-20T22:50:41.702Z | Checking signature v2.2.0 |
1948 | 2024-12-20T22:50:41.833Z | Checking lazy_static v1.5.0 |
1949 | 2024-12-20T22:50:41.900Z | Checking thread_local v1.1.8 |
1950 | 2024-12-20T22:50:41.956Z | Checking thread-id v4.2.2 |
1951 | 2024-12-20T22:50:42.066Z | Checking encoding_rs v0.8.34 |
1952 | 2024-12-20T22:50:42.188Z | Checking gimli v0.31.1 |
1953 | 2024-12-20T22:50:43.044Z | Checking dof v0.3.0 |
1954 | 2024-12-20T22:50:43.069Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-20T22:50:43.646Z | Checking winnow v0.6.20 |
1956 | 2024-12-20T22:50:44.363Z | Checking anstyle v1.0.10 |
1957 | 2024-12-20T22:50:44.403Z | Checking mime v0.3.17 |
1958 | 2024-12-20T22:50:44.728Z | Checking openssl-probe v0.1.5 |
1959 | 2024-12-20T22:50:44.743Z | Checking ipnet v2.10.1 |
1960 | 2024-12-20T22:50:44.889Z | Checking unicode-properties v0.1.3 |
1961 | 2024-12-20T22:50:45.228Z | Checking utf8parse v0.2.2 |
1962 | 2024-12-20T22:50:45.287Z | Checking stringprep v0.1.5 |
1963 | 2024-12-20T22:50:45.382Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-12-20T22:50:45.565Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-12-20T22:50:45.642Z | Checking term v0.7.0 |
1966 | 2024-12-20T22:50:45.865Z | Checking rustls v0.22.4 |
1967 | 2024-12-20T22:50:46.077Z | Checking rustls v0.23.19 |
1968 | 2024-12-20T22:50:46.080Z | Checking native-tls v0.2.12 |
1969 | 2024-12-20T22:50:46.356Z | Checking addr2line v0.24.2 |
1970 | 2024-12-20T22:50:46.405Z | Checking slog-json v2.6.1 |
1971 | 2024-12-20T22:50:46.653Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-12-20T22:50:46.689Z | Checking toml_edit v0.22.22 |
1973 | 2024-12-20T22:50:46.863Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-12-20T22:50:47.105Z | Checking futures-executor v0.3.31 |
1975 | 2024-12-20T22:50:47.336Z | Checking rustls-pemfile v2.2.0 |
1976 | 2024-12-20T22:50:47.408Z | Checking usdt-impl v0.5.0 |
1977 | 2024-12-20T22:50:47.525Z | Checking hyper v1.5.0 |
1978 | 2024-12-20T22:50:47.558Z | Checking num-integer v0.1.46 |
1979 | 2024-12-20T22:50:47.594Z | Checking idna v0.4.0 |
1980 | 2024-12-20T22:50:47.666Z | Checking idna v0.3.0 |
1981 | 2024-12-20T22:50:47.958Z | Checking md-5 v0.10.6 |
1982 | 2024-12-20T22:50:48.022Z | Checking ff v0.13.0 |
1983 | 2024-12-20T22:50:48.195Z | Checking is-terminal v0.4.13 |
1984 | 2024-12-20T22:50:48.223Z | Checking memmap v0.7.0 |
1985 | 2024-12-20T22:50:48.321Z | Checking hash32 v0.2.1 |
1986 | 2024-12-20T22:50:48.431Z | Checking object v0.36.5 |
1987 | 2024-12-20T22:50:48.447Z | Checking anstyle-query v1.1.1 |
1988 | 2024-12-20T22:50:48.510Z | Checking linked-hash-map v0.5.6 |
1989 | 2024-12-20T22:50:48.563Z | Checking is_terminal_polyfill v1.70.1 |
1990 | 2024-12-20T22:50:48.624Z | Checking either v1.13.0 |
1991 | 2024-12-20T22:50:48.683Z | Checking colorchoice v1.0.2 |
1992 | 2024-12-20T22:50:48.824Z | Checking rustc-demangle v0.1.24 |
1993 | 2024-12-20T22:50:48.839Z | Checking psl-types v2.0.11 |
1994 | 2024-12-20T22:50:49.000Z | Checking dyn-clone v1.0.17 |
1995 | 2024-12-20T22:50:49.023Z | Checking utf-8 v0.7.6 |
1996 | 2024-12-20T22:50:49.141Z | Checking base16ct v0.2.0 |
1997 | 2024-12-20T22:50:49.222Z | Checking fallible-iterator v0.2.0 |
1998 | 2024-12-20T22:50:49.238Z | Checking take_mut v0.2.2 |
1999 | 2024-12-20T22:50:49.265Z | Checking quick-error v1.2.3 |
2000 | 2024-12-20T22:50:49.322Z | Checking sec1 v0.7.3 |
2001 | 2024-12-20T22:50:49.377Z | Checking slog-async v2.8.0 |
2002 | 2024-12-20T22:50:49.395Z | Checking resolv-conf v0.7.0 |
2003 | 2024-12-20T22:50:49.546Z | Checking tokio-rustls v0.25.0 |
2004 | 2024-12-20T22:50:49.564Z | Checking hyper-util v0.1.10 |
2005 | 2024-12-20T22:50:49.658Z | Checking toml v0.8.19 |
2006 | 2024-12-20T22:50:49.705Z | Checking tungstenite v0.24.0 |
2007 | 2024-12-20T22:50:49.744Z | Checking schemars v0.8.21 |
2008 | 2024-12-20T22:50:49.832Z | Checking postgres-protocol v0.6.7 |
2009 | 2024-12-20T22:50:49.939Z | Checking publicsuffix v2.2.3 |
2010 | 2024-12-20T22:50:50.198Z | Checking lru-cache v0.1.2 |
2011 | 2024-12-20T22:50:50.391Z | Checking anstream v0.6.15 |
2012 | 2024-12-20T22:50:50.420Z | Checking heapless v0.7.17 |
2013 | 2024-12-20T22:50:50.516Z | Checking hickory-proto v0.24.1 |
2014 | 2024-12-20T22:50:50.662Z | Checking usdt v0.5.0 |
2015 | 2024-12-20T22:50:50.754Z | Checking slog-term v2.9.1 |
2016 | 2024-12-20T22:50:50.908Z | Checking group v0.13.0 |
2017 | 2024-12-20T22:50:51.171Z | Checking num-iter v0.1.45 |
2018 | 2024-12-20T22:50:51.274Z | Checking futures v0.3.31 |
2019 | 2024-12-20T22:50:51.342Z | Checking slog-bunyan v2.5.0 |
2020 | 2024-12-20T22:50:51.380Z | Checking tokio-native-tls v0.3.1 |
2021 | 2024-12-20T22:50:51.446Z | Checking rayon-core v1.12.1 |
2022 | 2024-12-20T22:50:51.463Z | Checking multer v3.1.0 |
2023 | 2024-12-20T22:50:51.501Z | Checking terminal_size v0.4.0 |
2024 | 2024-12-20T22:50:51.621Z | Checking phf_shared v0.11.2 |
2025 | 2024-12-20T22:50:51.669Z | Checking cookie v0.18.1 |
2026 | 2024-12-20T22:50:51.714Z | Checking tokio-rustls v0.26.0 |
2027 | 2024-12-20T22:50:51.853Z | Checking async-stream v0.3.6 |
2028 | 2024-12-20T22:50:51.876Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2024-12-20T22:50:51.894Z | Checking camino v1.1.9 |
2030 | 2024-12-20T22:50:51.998Z | Checking signal-hook v0.3.17 |
2031 | 2024-12-20T22:50:52.041Z | Checking waitgroup v0.1.2 |
2032 | 2024-12-20T22:50:52.080Z | Checking openapiv3 v2.0.0 |
2033 | 2024-12-20T22:50:52.127Z | Checking webpki-roots v0.26.6 |
2034 | 2024-12-20T22:50:52.130Z | Checking serde_path_to_error v0.1.16 |
2035 | 2024-12-20T22:50:52.167Z | Checking idna v0.5.0 |
2036 | 2024-12-20T22:50:52.325Z | Checking hkdf v0.12.4 |
2037 | 2024-12-20T22:50:52.340Z | Checking crypto-bigint v0.5.5 |
2038 | 2024-12-20T22:50:52.464Z | Checking hostname v0.4.0 |
2039 | 2024-12-20T22:50:52.545Z | Checking crc32fast v1.4.2 |
2040 | 2024-12-20T22:50:52.604Z | Checking managed v0.8.0 |
2041 | 2024-12-20T22:50:52.733Z | Checking unicode-width v0.1.14 |
2042 | 2024-12-20T22:50:52.778Z | Checking strsim v0.11.1 |
2043 | 2024-12-20T22:50:52.987Z | Checking clap_lex v0.7.2 |
2044 | 2024-12-20T22:50:53.052Z | Checking winnow v0.5.40 |
2045 | 2024-12-20T22:50:53.083Z | Checking bitflags v1.3.2 |
2046 | 2024-12-20T22:50:53.186Z | Checking debug-ignore v1.0.5 |
2047 | 2024-12-20T22:50:53.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2048 | 2024-12-20T22:50:53.233Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-20T22:50:53.329Z | Checking console v0.15.8 |
2050 | 2024-12-20T22:50:53.499Z | Checking smoltcp v0.9.1 |
2051 | 2024-12-20T22:50:53.907Z | Checking cookie_store v0.21.0 |
2052 | 2024-12-20T22:50:54.643Z | Checking flate2 v1.0.34 |
2053 | 2024-12-20T22:50:54.987Z | Checking backtrace v0.3.74 |
2054 | 2024-12-20T22:50:55.041Z | Checking hyper-rustls v0.27.3 |
2055 | 2024-12-20T22:50:55.232Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-20T22:50:55.300Z | Checking signal-hook-mio v0.2.4 |
2057 | 2024-12-20T22:50:55.317Z | Checking hickory-resolver v0.24.1 |
2058 | 2024-12-20T22:50:55.360Z | Checking rayon v1.10.0 |
2059 | 2024-12-20T22:50:55.436Z | Checking bzip2 v0.4.4 |
2060 | 2024-12-20T22:50:55.578Z | Checking anyhow v1.0.93 |
2061 | 2024-12-20T22:50:55.685Z | Checking dropshot v0.12.0 |
2062 | 2024-12-20T22:50:55.715Z | Checking phf v0.11.2 |
2063 | 2024-12-20T22:50:55.848Z | Checking hyper-tls v0.6.0 |
2064 | 2024-12-20T22:50:55.948Z | Checking num-bigint-dig v0.8.4 |
2065 | 2024-12-20T22:50:55.979Z | Checking tokio-tungstenite v0.24.0 |
2066 | 2024-12-20T22:50:56.117Z | Checking toml_edit v0.19.15 |
2067 | 2024-12-20T22:50:56.136Z | Checking postgres-types v0.2.8 |
2068 | 2024-12-20T22:50:56.268Z | Checking regex v1.11.1 |
2069 | 2024-12-20T22:50:56.447Z | Checking bstr v1.10.0 |
2070 | 2024-12-20T22:50:56.888Z | Checking ed25519 v2.2.3 |
2071 | 2024-12-20T22:50:56.918Z | Checking tokio-stream v0.1.16 |
2072 | 2024-12-20T22:50:56.934Z | Checking phf_shared v0.10.0 |
2073 | 2024-12-20T22:50:57.184Z | Checking zerocopy v0.6.6 |
2074 | 2024-12-20T22:50:57.223Z | Checking curve25519-dalek v4.1.3 |
2075 | 2024-12-20T22:50:57.402Z | Checking hubpack v0.1.2 |
2076 | 2024-12-20T22:50:57.737Z | Checking portable-atomic v1.9.0 |
2077 | 2024-12-20T22:50:57.777Z | Checking pkcs1 v0.7.5 |
2078 | 2024-12-20T22:50:57.934Z | Checking float-cmp v0.9.0 |
2079 | 2024-12-20T22:50:58.137Z | Checking serde-big-array v0.5.1 |
2080 | 2024-12-20T22:50:58.154Z | Checking rfc6979 v0.4.0 |
2081 | 2024-12-20T22:50:58.193Z | Checking sync_wrapper v1.0.1 |
2082 | 2024-12-20T22:50:58.338Z | Checking number_prefix v0.4.0 |
2083 | 2024-12-20T22:50:58.341Z | Checking unicode-segmentation v1.12.0 |
2084 | 2024-12-20T22:50:58.366Z | Checking fixedbitset v0.4.2 |
2085 | 2024-12-20T22:50:58.519Z | Checking predicates-core v1.0.8 |
2086 | 2024-12-20T22:50:58.610Z | Checking bit-vec v0.6.3 |
2087 | 2024-12-20T22:50:58.636Z | Checking unicode-width v0.2.0 |
2088 | 2024-12-20T22:50:58.708Z | Checking precomputed-hash v0.1.1 |
2089 | 2024-12-20T22:50:58.792Z | Checking difflib v0.4.0 |
2090 | 2024-12-20T22:50:58.820Z | Checking whoami v1.5.2 |
2091 | 2024-12-20T22:50:58.924Z | Checking minimal-lexical v0.2.1 |
2092 | 2024-12-20T22:50:59.012Z | Checking new_debug_unreachable v1.0.6 |
2093 | 2024-12-20T22:51:00.082Z | Checking static_assertions v1.1.0 |
2094 | 2024-12-20T22:51:00.085Z | Checking normalize-line-endings v0.3.0 |
2095 | 2024-12-20T22:51:00.085Z | Checking string_cache v0.8.7 |
2096 | 2024-12-20T22:51:00.085Z | Checking tokio-postgres v0.7.12 |
2097 | 2024-12-20T22:51:00.085Z | Checking ed25519-dalek v2.1.1 |
2098 | 2024-12-20T22:51:00.085Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2099 | 2024-12-20T22:51:00.085Z | Checking indicatif v0.17.9 |
2100 | 2024-12-20T22:51:00.085Z | Checking predicates v3.1.2 |
2101 | 2024-12-20T22:51:00.085Z | Checking nom v7.1.3 |
2102 | 2024-12-20T22:51:00.085Z | Checking similar v2.6.0 |
2103 | 2024-12-20T22:51:00.085Z | Checking qorb v0.2.1 |
2104 | 2024-12-20T22:51:00.085Z | Checking bit-set v0.5.3 |
2105 | 2024-12-20T22:51:00.085Z | Checking petgraph v0.6.5 |
2106 | 2024-12-20T22:51:00.085Z | Checking toml v0.7.8 |
2107 | 2024-12-20T22:51:00.085Z | Checking ecdsa v0.16.9 |
2108 | 2024-12-20T22:51:00.248Z | Checking reqwest v0.12.9 |
2109 | 2024-12-20T22:51:00.828Z | Checking rsa v0.9.6 |
2110 | 2024-12-20T22:51:00.838Z | Checking clap v4.5.21 |
2111 | 2024-12-20T22:51:00.838Z | Checking zip v0.6.6 |
2112 | 2024-12-20T22:51:01.518Z | Checking crossterm v0.28.1 |
2113 | 2024-12-20T22:51:01.713Z | Checking itertools v0.10.5 |
2114 | 2024-12-20T22:51:02.045Z | Checking ahash v0.8.11 |
2115 | 2024-12-20T22:51:02.169Z | Checking fs-err v2.11.0 |
2116 | 2024-12-20T22:51:02.379Z | Checking x509-cert v0.2.5 |
2117 | 2024-12-20T22:51:02.523Z | Checking hex v0.4.3 |
2118 | 2024-12-20T22:51:02.637Z | Checking semver v1.0.23 |
2119 | 2024-12-20T22:51:02.706Z | Checking lalrpop-util v0.19.12 |
2120 | 2024-12-20T22:51:02.997Z | Checking peg-runtime v0.8.3 |
2121 | 2024-12-20T22:51:03.029Z | Checking heck v0.4.1 |
2122 | 2024-12-20T22:51:03.056Z | Checking sigpipe v0.1.3 |
2123 | 2024-12-20T22:51:04.132Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2024-12-20T22:51:04.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s |
2125 | 2024-12-20T22:51:04.612Z | |
2126 | 2024-12-20T22:51:04.612Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2127 | 2024-12-20T22:51:05.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-12-20T22:51:05.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-12-20T22:51:05.306Z | Compiling hashbrown v0.14.5 |
2130 | 2024-12-20T22:51:05.434Z | Checking heck v0.5.0 |
2131 | 2024-12-20T22:51:05.443Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2024-12-20T22:51:05.453Z | Checking ipnetwork v0.20.0 |
2133 | 2024-12-20T22:51:05.463Z | Compiling ident_case v1.0.1 |
2134 | 2024-12-20T22:51:05.478Z | Checking progenitor-client v0.8.0 |
2135 | 2024-12-20T22:51:05.493Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2136 | 2024-12-20T22:51:05.587Z | Checking newtype-uuid v1.1.3 |
2137 | 2024-12-20T22:51:05.634Z | Compiling darling_core v0.20.10 |
2138 | 2024-12-20T22:51:05.798Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2139 | 2024-12-20T22:51:05.821Z | Compiling proc-macro-crate v1.3.1 |
2140 | 2024-12-20T22:51:05.823Z | Compiling structmeta-derive v0.3.0 |
2141 | 2024-12-20T22:51:05.890Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2142 | 2024-12-20T22:51:06.134Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2143 | 2024-12-20T22:51:06.175Z | Compiling lzma-sys v0.1.20 |
2144 | 2024-12-20T22:51:06.558Z | Checking regress v0.10.1 |
2145 | 2024-12-20T22:51:06.948Z | Compiling serde_yaml v0.9.34+deprecated |
2146 | 2024-12-20T22:51:06.966Z | Compiling num_enum_derive v0.5.11 |
2147 | 2024-12-20T22:51:07.331Z | Compiling foreign-types-macros v0.2.3 |
2148 | 2024-12-20T22:51:07.416Z | Compiling dropshot v0.13.0 |
2149 | 2024-12-20T22:51:07.712Z | Checking arc-swap v1.7.1 |
2150 | 2024-12-20T22:51:08.161Z | Checking foreign-types-shared v0.3.1 |
2151 | 2024-12-20T22:51:08.277Z | Checking slog-scope v4.4.0 |
2152 | 2024-12-20T22:51:08.525Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2153 | 2024-12-20T22:51:08.723Z | Checking foreign-types v0.5.0 |
2154 | 2024-12-20T22:51:08.868Z | Compiling structmeta v0.3.0 |
2155 | 2024-12-20T22:51:09.036Z | Compiling proc-macro-error v1.0.4 |
2156 | 2024-12-20T22:51:09.277Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2157 | 2024-12-20T22:51:09.310Z | Compiling parse-display-derive v0.10.0 |
2158 | 2024-12-20T22:51:09.386Z | Checking tungstenite v0.21.0 |
2159 | 2024-12-20T22:51:09.551Z | Checking num_enum v0.5.11 |
2160 | 2024-12-20T22:51:09.708Z | Compiling heck v0.3.3 |
2161 | 2024-12-20T22:51:09.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2162 | 2024-12-20T22:51:10.147Z | Compiling dropshot_endpoint v0.13.0 |
2163 | 2024-12-20T22:51:10.181Z | Checking typify-impl v0.2.0 |
2164 | 2024-12-20T22:51:10.317Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2165 | 2024-12-20T22:51:11.085Z | Checking cstr-argument v0.1.2 |
2166 | 2024-12-20T22:51:11.268Z | Checking instant v0.1.13 |
2167 | 2024-12-20T22:51:11.282Z | Checking base64 v0.21.7 |
2168 | 2024-12-20T22:51:11.385Z | Checking fastrand v2.1.1 |
2169 | 2024-12-20T22:51:11.725Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2170 | 2024-12-20T22:51:11.761Z | Checking pretty-hex v0.2.1 |
2171 | 2024-12-20T22:51:11.932Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2172 | 2024-12-20T22:51:12.014Z | Checking tempfile v3.13.0 |
2173 | 2024-12-20T22:51:12.031Z | Checking backoff v0.4.0 |
2174 | 2024-12-20T22:51:12.213Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2175 | 2024-12-20T22:51:12.347Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-12-20T22:51:12.381Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2177 | 2024-12-20T22:51:12.496Z | Checking tokio-tungstenite v0.21.0 |
2178 | 2024-12-20T22:51:12.533Z | Compiling zone_cfg_derive v0.1.2 |
2179 | 2024-12-20T22:51:12.549Z | Checking strum v0.26.3 |
2180 | 2024-12-20T22:51:12.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2181 | 2024-12-20T22:51:12.641Z | Compiling darling_macro v0.20.10 |
2182 | 2024-12-20T22:51:12.700Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2183 | 2024-12-20T22:51:13.030Z | Checking slog-stdlog v4.1.1 |
2184 | 2024-12-20T22:51:13.146Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2185 | 2024-12-20T22:51:13.202Z | Checking regress v0.9.1 |
2186 | 2024-12-20T22:51:13.309Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2024-12-20T22:51:13.369Z | Checking colored v2.1.0 |
2188 | 2024-12-20T22:51:13.609Z | Compiling darling v0.20.10 |
2189 | 2024-12-20T22:51:13.625Z | Checking macaddr v1.0.1 |
2190 | 2024-12-20T22:51:13.673Z | Checking base64 v0.13.1 |
2191 | 2024-12-20T22:51:13.728Z | Compiling serde_with_macros v3.11.0 |
2192 | 2024-12-20T22:51:13.955Z | Checking parse-display v0.10.0 |
2193 | 2024-12-20T22:51:14.023Z | Checking zone v0.1.8 |
2194 | 2024-12-20T22:51:14.064Z | Checking ron v0.7.1 |
2195 | 2024-12-20T22:51:14.169Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2196 | 2024-12-20T22:51:14.668Z | Checking slog-envlogger v2.2.0 |
2197 | 2024-12-20T22:51:14.774Z | Checking xz2 v0.1.7 |
2198 | 2024-12-20T22:51:14.914Z | Checking tabwriter v1.4.0 |
2199 | 2024-12-20T22:51:15.091Z | Checking xattr v1.3.1 |
2200 | 2024-12-20T22:51:15.158Z | Checking pem v3.0.4 |
2201 | 2024-12-20T22:51:15.280Z | Checking yasna v0.5.2 |
2202 | 2024-12-20T22:51:15.297Z | Checking headers-core v0.3.0 |
2203 | 2024-12-20T22:51:15.427Z | Checking smf v0.2.3 |
2204 | 2024-12-20T22:51:15.446Z | Checking filetime v0.2.25 |
2205 | 2024-12-20T22:51:15.670Z | Checking same-file v1.0.6 |
2206 | 2024-12-20T22:51:15.854Z | Checking walkdir v2.5.0 |
2207 | 2024-12-20T22:51:15.929Z | Checking tar v0.4.42 |
2208 | 2024-12-20T22:51:15.942Z | Checking headers v0.4.0 |
2209 | 2024-12-20T22:51:16.128Z | Checking camino-tempfile v1.1.1 |
2210 | 2024-12-20T22:51:16.128Z | Checking rcgen v0.12.1 |
2211 | 2024-12-20T22:51:16.409Z | Checking atomicwrites v0.4.4 |
2212 | 2024-12-20T22:51:16.616Z | Checking subprocess v0.2.9 |
2213 | 2024-12-20T22:51:16.699Z | Checking serde_with v3.11.0 |
2214 | 2024-12-20T22:51:20.907Z | Compiling typify-macro v0.2.0 |
2215 | 2024-12-20T22:51:22.793Z | Compiling typify v0.2.0 |
2216 | 2024-12-20T22:51:22.863Z | Compiling progenitor-impl v0.8.0 |
2217 | 2024-12-20T22:51:26.145Z | Compiling progenitor-macro v0.8.0 |
2218 | 2024-12-20T22:51:30.986Z | Checking progenitor v0.8.0 |
2219 | 2024-12-20T22:51:31.143Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2220 | 2024-12-20T22:51:31.145Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2221 | 2024-12-20T22:51:33.969Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2222 | 2024-12-20T22:51:34.197Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2223 | 2024-12-20T22:51:40.888Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2224 | 2024-12-20T22:51:42.446Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-12-20T22:51:43.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s |
2226 | 2024-12-20T22:51:43.941Z | |
2227 | 2024-12-20T22:51:43.941Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2228 | 2024-12-20T22:51:44.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-12-20T22:51:44.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-12-20T22:51:44.609Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2231 | 2024-12-20T22:51:46.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2232 | 2024-12-20T22:51:46.226Z | |
2233 | 2024-12-20T22:51:46.226Z | info: running `cargo check --bins` on nexus-config (31/176) |
2234 | 2024-12-20T22:51:46.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-20T22:51:46.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-20T22:51:46.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-12-20T22:51:46.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2238 | 2024-12-20T22:51:46.860Z | |
2239 | 2024-12-20T22:51:46.860Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2240 | 2024-12-20T22:51:47.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-20T22:51:47.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-20T22:51:47.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-20T22:51:47.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2244 | 2024-12-20T22:51:47.479Z | |
2245 | 2024-12-20T22:51:47.479Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2246 | 2024-12-20T22:51:48.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-20T22:51:48.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-20T22:51:48.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2249 | 2024-12-20T22:51:48.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2250 | 2024-12-20T22:51:48.368Z | |
2251 | 2024-12-20T22:51:48.368Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2252 | 2024-12-20T22:51:48.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-12-20T22:51:48.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-12-20T22:51:48.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2255 | 2024-12-20T22:51:48.918Z | Compiling ipnetwork v0.20.0 |
2256 | 2024-12-20T22:51:48.918Z | Compiling zerocopy v0.8.10 |
2257 | 2024-12-20T22:51:48.920Z | Compiling progenitor-client v0.8.0 |
2258 | 2024-12-20T22:51:48.921Z | Compiling itertools v0.13.0 |
2259 | 2024-12-20T22:51:48.921Z | Compiling zerocopy-derive v0.8.10 |
2260 | 2024-12-20T22:51:48.921Z | Compiling heapless v0.8.0 |
2261 | 2024-12-20T22:51:48.921Z | Checking hash32 v0.3.1 |
2262 | 2024-12-20T22:51:49.103Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2263 | 2024-12-20T22:51:49.245Z | Compiling instant v0.1.13 |
2264 | 2024-12-20T22:51:49.393Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2265 | 2024-12-20T22:51:49.409Z | Compiling progenitor v0.8.0 |
2266 | 2024-12-20T22:51:49.666Z | Compiling smoltcp v0.11.0 |
2267 | 2024-12-20T22:51:49.809Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2268 | 2024-12-20T22:51:49.856Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2269 | 2024-12-20T22:51:49.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2270 | 2024-12-20T22:51:50.188Z | Compiling backoff v0.4.0 |
2271 | 2024-12-20T22:51:50.451Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2272 | 2024-12-20T22:51:50.554Z | Compiling dropshot v0.13.0 |
2273 | 2024-12-20T22:51:50.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2274 | 2024-12-20T22:51:50.868Z | Compiling serde_with v3.11.0 |
2275 | 2024-12-20T22:51:50.929Z | Compiling parse-display v0.10.0 |
2276 | 2024-12-20T22:51:50.957Z | Checking num-rational v0.4.2 |
2277 | 2024-12-20T22:51:51.589Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2278 | 2024-12-20T22:51:51.746Z | Compiling regress v0.9.1 |
2279 | 2024-12-20T22:51:52.106Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2280 | 2024-12-20T22:51:53.421Z | Compiling phf_generator v0.11.2 |
2281 | 2024-12-20T22:51:53.612Z | Checking num-complex v0.4.6 |
2282 | 2024-12-20T22:51:55.008Z | Compiling macaddr v1.0.1 |
2283 | 2024-12-20T22:51:55.133Z | Checking cobs v0.2.3 |
2284 | 2024-12-20T22:51:55.326Z | Checking postcard v1.0.10 |
2285 | 2024-12-20T22:51:55.442Z | Checking num v0.4.3 |
2286 | 2024-12-20T22:51:55.705Z | Compiling phf_codegen v0.11.2 |
2287 | 2024-12-20T22:51:55.925Z | Compiling parse-zoneinfo v0.3.1 |
2288 | 2024-12-20T22:51:57.038Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-20T22:51:57.347Z | Checking float-ord v0.3.2 |
2290 | 2024-12-20T22:51:57.687Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-20T22:51:57.842Z | Compiling convert_case v0.4.0 |
2292 | 2024-12-20T22:51:58.070Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2024-12-20T22:51:58.288Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2294 | 2024-12-20T22:51:58.859Z | Compiling derive_more v0.99.18 |
2295 | 2024-12-20T22:51:58.955Z | Compiling crucible-workspace-hack v0.1.0 |
2296 | 2024-12-20T22:51:59.222Z | Compiling thiserror v2.0.3 |
2297 | 2024-12-20T22:51:59.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2298 | 2024-12-20T22:51:59.509Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2024-12-20T22:51:59.542Z | Compiling chrono-tz v0.10.0 |
2300 | 2024-12-20T22:51:59.562Z | Checking newline-converter v0.3.0 |
2301 | 2024-12-20T22:52:00.253Z | Checking prettyplease v0.2.25 |
2302 | 2024-12-20T22:52:00.273Z | Compiling thiserror-impl v2.0.3 |
2303 | 2024-12-20T22:52:00.302Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2024-12-20T22:52:00.339Z | Compiling slog-dtrace v0.3.0 |
2305 | 2024-12-20T22:52:00.631Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2306 | 2024-12-20T22:52:00.954Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2307 | 2024-12-20T22:52:02.373Z | Checking expectorate v1.1.0 |
2308 | 2024-12-20T22:52:02.522Z | Compiling zone_cfg_derive v0.3.0 |
2309 | 2024-12-20T22:52:02.643Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2310 | 2024-12-20T22:52:02.661Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2311 | 2024-12-20T22:52:03.021Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2312 | 2024-12-20T22:52:03.398Z | Compiling const_format_proc_macros v0.2.33 |
2313 | 2024-12-20T22:52:03.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2314 | 2024-12-20T22:52:03.993Z | Compiling num-derive v0.4.2 |
2315 | 2024-12-20T22:52:04.147Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2024-12-20T22:52:04.258Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2317 | 2024-12-20T22:52:04.538Z | Checking highway v1.2.0 |
2318 | 2024-12-20T22:52:04.555Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2319 | 2024-12-20T22:52:04.991Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2320 | 2024-12-20T22:52:05.042Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2321 | 2024-12-20T22:52:05.302Z | Checking zone v0.3.0 |
2322 | 2024-12-20T22:52:05.613Z | Checking const_format v0.2.33 |
2323 | 2024-12-20T22:52:05.630Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-20T22:52:06.026Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2325 | 2024-12-20T22:52:06.070Z | Checking gethostname v0.5.0 |
2326 | 2024-12-20T22:52:06.206Z | Checking bcs v0.1.6 |
2327 | 2024-12-20T22:52:06.361Z | Compiling async-recursion v1.1.1 |
2328 | 2024-12-20T22:52:06.385Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2329 | 2024-12-20T22:52:06.779Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2330 | 2024-12-20T22:52:06.779Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2024-12-20T22:52:09.243Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2332 | 2024-12-20T22:52:13.088Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2333 | 2024-12-20T22:52:16.532Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2334 | 2024-12-20T22:52:19.205Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2335 | 2024-12-20T22:52:20.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.36s |
2336 | 2024-12-20T22:52:20.677Z | |
2337 | 2024-12-20T22:52:20.677Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2338 | 2024-12-20T22:52:21.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-12-20T22:52:21.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-12-20T22:52:21.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-12-20T22:52:21.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2342 | 2024-12-20T22:52:21.324Z | |
2343 | 2024-12-20T22:52:21.324Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2344 | 2024-12-20T22:52:21.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-12-20T22:52:21.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-12-20T22:52:21.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-12-20T22:52:21.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2348 | 2024-12-20T22:52:21.965Z | |
2349 | 2024-12-20T22:52:21.965Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2350 | 2024-12-20T22:52:22.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-12-20T22:52:22.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-12-20T22:52:22.646Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-12-20T22:52:23.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2354 | 2024-12-20T22:52:23.490Z | |
2355 | 2024-12-20T22:52:23.490Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2356 | 2024-12-20T22:52:24.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-12-20T22:52:24.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-12-20T22:52:24.174Z | Compiling cfg_aliases v0.1.1 |
2359 | 2024-12-20T22:52:24.176Z | Compiling vte_generate_state_changes v0.1.2 |
2360 | 2024-12-20T22:52:24.176Z | Checking fd-lock v4.0.2 |
2361 | 2024-12-20T22:52:24.176Z | Checking nibble_vec v0.1.0 |
2362 | 2024-12-20T22:52:24.176Z | Checking endian-type v0.1.2 |
2363 | 2024-12-20T22:52:24.289Z | Checking bytecount v0.6.8 |
2364 | 2024-12-20T22:52:24.313Z | Compiling tabled_derive v0.7.0 |
2365 | 2024-12-20T22:52:24.324Z | Checking itertools v0.12.1 |
2366 | 2024-12-20T22:52:24.364Z | Compiling nix v0.28.0 |
2367 | 2024-12-20T22:52:24.435Z | Checking papergrid v0.11.0 |
2368 | 2024-12-20T22:52:24.452Z | Compiling peg-macros v0.8.4 |
2369 | 2024-12-20T22:52:24.468Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2024-12-20T22:52:24.522Z | Checking radix_trie v0.2.1 |
2371 | 2024-12-20T22:52:24.898Z | Checking vte v0.11.1 |
2372 | 2024-12-20T22:52:24.930Z | Compiling sqlparser_derive v0.2.2 |
2373 | 2024-12-20T22:52:25.649Z | Checking unicode_categories v0.1.1 |
2374 | 2024-12-20T22:52:25.926Z | Checking nu-ansi-term v0.50.1 |
2375 | 2024-12-20T22:52:25.944Z | Checking home v0.5.9 |
2376 | 2024-12-20T22:52:26.063Z | Checking sqlparser v0.45.0 |
2377 | 2024-12-20T22:52:26.086Z | Checking sqlformat v0.2.6 |
2378 | 2024-12-20T22:52:26.275Z | Checking strip-ansi-escapes v0.2.0 |
2379 | 2024-12-20T22:52:26.365Z | Checking display-error-chain v0.2.2 |
2380 | 2024-12-20T22:52:26.940Z | Checking tabled v0.15.0 |
2381 | 2024-12-20T22:52:26.973Z | Checking reedline v0.35.0 |
2382 | 2024-12-20T22:52:27.581Z | Checking peg v0.8.4 |
2383 | 2024-12-20T22:52:27.704Z | Checking rustyline v14.0.0 |
2384 | 2024-12-20T22:52:36.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s |
2385 | 2024-12-20T22:52:37.065Z | |
2386 | 2024-12-20T22:52:37.065Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2387 | 2024-12-20T22:52:37.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-12-20T22:52:37.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-12-20T22:52:37.742Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-12-20T22:52:42.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2391 | 2024-12-20T22:52:43.097Z | |
2392 | 2024-12-20T22:52:43.097Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2393 | 2024-12-20T22:52:43.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-12-20T22:52:43.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-12-20T22:52:43.781Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-12-20T22:52:47.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2397 | 2024-12-20T22:52:47.882Z | |
2398 | 2024-12-20T22:52:47.882Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2399 | 2024-12-20T22:52:48.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-12-20T22:52:48.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-12-20T22:52:48.555Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-12-20T22:52:53.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2403 | 2024-12-20T22:52:53.674Z | |
2404 | 2024-12-20T22:52:53.674Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2405 | 2024-12-20T22:52:54.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-12-20T22:52:54.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-12-20T22:52:54.350Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-12-20T22:52:59.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2409 | 2024-12-20T22:52:59.461Z | |
2410 | 2024-12-20T22:52:59.461Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2411 | 2024-12-20T22:53:00.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-12-20T22:53:00.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-12-20T22:53:00.149Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-12-20T22:53:04.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
2415 | 2024-12-20T22:53:04.533Z | |
2416 | 2024-12-20T22:53:04.533Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2417 | 2024-12-20T22:53:05.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-12-20T22:53:05.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-12-20T22:53:05.218Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2024-12-20T22:53:09.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
2421 | 2024-12-20T22:53:09.496Z | |
2422 | 2024-12-20T22:53:09.496Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2423 | 2024-12-20T22:53:10.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-12-20T22:53:10.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-12-20T22:53:10.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2024-12-20T22:53:15.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
2427 | 2024-12-20T22:53:15.419Z | |
2428 | 2024-12-20T22:53:15.419Z | info: running `cargo check --bins` on oximeter (46/176) |
2429 | 2024-12-20T22:53:15.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-12-20T22:53:15.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-12-20T22:53:15.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-12-20T22:53:15.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2433 | 2024-12-20T22:53:16.055Z | |
2434 | 2024-12-20T22:53:16.055Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2435 | 2024-12-20T22:53:16.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-12-20T22:53:16.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-12-20T22:53:16.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-12-20T22:53:16.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2439 | 2024-12-20T22:53:16.689Z | |
2440 | 2024-12-20T22:53:16.689Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2441 | 2024-12-20T22:53:17.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-12-20T22:53:17.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-12-20T22:53:17.335Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2444 | 2024-12-20T22:53:19.526Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2024-12-20T22:53:20.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
2446 | 2024-12-20T22:53:20.749Z | |
2447 | 2024-12-20T22:53:20.750Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2448 | 2024-12-20T22:53:21.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-20T22:53:21.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-20T22:53:21.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-20T22:53:21.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2452 | 2024-12-20T22:53:21.392Z | |
2453 | 2024-12-20T22:53:21.392Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2454 | 2024-12-20T22:53:21.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-20T22:53:21.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-20T22:53:21.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-20T22:53:21.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2458 | 2024-12-20T22:53:22.027Z | |
2459 | 2024-12-20T22:53:22.027Z | info: running `cargo check --bins` on oxql-types (51/176) |
2460 | 2024-12-20T22:53:22.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-20T22:53:22.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-20T22:53:22.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-20T22:53:22.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2464 | 2024-12-20T22:53:22.666Z | |
2465 | 2024-12-20T22:53:22.666Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2466 | 2024-12-20T22:53:23.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-20T22:53:23.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-20T22:53:23.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-20T22:53:23.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2470 | 2024-12-20T22:53:23.437Z | |
2471 | 2024-12-20T22:53:23.437Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2472 | 2024-12-20T22:53:23.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-20T22:53:23.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-20T22:53:23.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-20T22:53:23.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2476 | 2024-12-20T22:53:23.971Z | |
2477 | 2024-12-20T22:53:23.971Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2478 | 2024-12-20T22:53:24.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-20T22:53:24.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-20T22:53:24.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-20T22:53:24.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2482 | 2024-12-20T22:53:24.622Z | |
2483 | 2024-12-20T22:53:24.623Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2484 | 2024-12-20T22:53:25.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-20T22:53:25.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-20T22:53:25.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-20T22:53:25.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2488 | 2024-12-20T22:53:25.273Z | |
2489 | 2024-12-20T22:53:25.273Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2490 | 2024-12-20T22:53:25.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-20T22:53:25.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-20T22:53:25.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-20T22:53:25.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2494 | 2024-12-20T22:53:25.915Z | |
2495 | 2024-12-20T22:53:25.915Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2496 | 2024-12-20T22:53:26.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-20T22:53:26.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-20T22:53:26.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-20T22:53:26.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2500 | 2024-12-20T22:53:26.562Z | |
2501 | 2024-12-20T22:53:26.562Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2502 | 2024-12-20T22:53:27.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-20T22:53:27.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-20T22:53:27.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-20T22:53:27.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2506 | 2024-12-20T22:53:27.193Z | |
2507 | 2024-12-20T22:53:27.193Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2508 | 2024-12-20T22:53:27.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-20T22:53:27.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-20T22:53:27.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-20T22:53:27.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2512 | 2024-12-20T22:53:27.849Z | |
2513 | 2024-12-20T22:53:27.849Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2514 | 2024-12-20T22:53:28.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-20T22:53:28.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-20T22:53:28.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-20T22:53:28.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2024-12-20T22:53:28.485Z | |
2519 | 2024-12-20T22:53:28.485Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2520 | 2024-12-20T22:53:29.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-20T22:53:29.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-20T22:53:29.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-20T22:53:29.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2524 | 2024-12-20T22:53:29.124Z | |
2525 | 2024-12-20T22:53:29.124Z | info: running `cargo check --bins` on dpd-client (62/176) |
2526 | 2024-12-20T22:53:29.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-20T22:53:29.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-20T22:53:29.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-20T22:53:29.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2530 | 2024-12-20T22:53:29.760Z | |
2531 | 2024-12-20T22:53:29.760Z | info: running `cargo check --bins` on gateway-client (63/176) |
2532 | 2024-12-20T22:53:30.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-20T22:53:30.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-20T22:53:30.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-20T22:53:30.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2536 | 2024-12-20T22:53:30.393Z | |
2537 | 2024-12-20T22:53:30.393Z | info: running `cargo check --bins` on installinator-client (64/176) |
2538 | 2024-12-20T22:53:30.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-20T22:53:30.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-20T22:53:30.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-20T22:53:30.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2542 | 2024-12-20T22:53:31.046Z | |
2543 | 2024-12-20T22:53:31.046Z | info: running `cargo check --bins` on installinator-common (65/176) |
2544 | 2024-12-20T22:53:31.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-20T22:53:31.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-20T22:53:31.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-20T22:53:31.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2548 | 2024-12-20T22:53:31.697Z | |
2549 | 2024-12-20T22:53:31.697Z | info: running `cargo check --bins` on update-engine (66/176) |
2550 | 2024-12-20T22:53:32.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-20T22:53:32.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-20T22:53:32.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-20T22:53:32.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2554 | 2024-12-20T22:53:32.321Z | |
2555 | 2024-12-20T22:53:32.321Z | info: running `cargo check --bins` on nexus-client (67/176) |
2556 | 2024-12-20T22:53:32.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-20T22:53:32.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-20T22:53:32.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-20T22:53:32.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2560 | 2024-12-20T22:53:32.990Z | |
2561 | 2024-12-20T22:53:32.990Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2562 | 2024-12-20T22:53:33.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-20T22:53:33.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-20T22:53:33.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-20T22:53:33.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2566 | 2024-12-20T22:53:33.643Z | |
2567 | 2024-12-20T22:53:33.643Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2568 | 2024-12-20T22:53:34.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-20T22:53:34.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-20T22:53:34.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-20T22:53:34.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2572 | 2024-12-20T22:53:34.277Z | |
2573 | 2024-12-20T22:53:34.277Z | info: running `cargo check --bins` on nexus-types (70/176) |
2574 | 2024-12-20T22:53:34.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-20T22:53:34.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-20T22:53:34.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-20T22:53:34.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2578 | 2024-12-20T22:53:34.951Z | |
2579 | 2024-12-20T22:53:34.951Z | info: running `cargo check --bins` on oxide-client (71/176) |
2580 | 2024-12-20T22:53:35.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-20T22:53:35.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-20T22:53:35.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-20T22:53:35.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2584 | 2024-12-20T22:53:35.584Z | |
2585 | 2024-12-20T22:53:35.584Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2586 | 2024-12-20T22:53:36.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-20T22:53:36.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-20T22:53:36.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-20T22:53:36.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2590 | 2024-12-20T22:53:36.224Z | |
2591 | 2024-12-20T22:53:36.224Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2592 | 2024-12-20T22:53:36.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-20T22:53:36.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-20T22:53:36.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-20T22:53:36.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2596 | 2024-12-20T22:53:36.852Z | |
2597 | 2024-12-20T22:53:36.852Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2598 | 2024-12-20T22:53:37.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-20T22:53:37.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-20T22:53:37.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-20T22:53:37.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2602 | 2024-12-20T22:53:37.515Z | |
2603 | 2024-12-20T22:53:37.515Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2604 | 2024-12-20T22:53:38.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-20T22:53:38.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-20T22:53:38.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-20T22:53:38.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2608 | 2024-12-20T22:53:38.196Z | |
2609 | 2024-12-20T22:53:38.196Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2610 | 2024-12-20T22:53:38.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-20T22:53:38.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-20T22:53:38.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-20T22:53:38.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2614 | 2024-12-20T22:53:38.871Z | |
2615 | 2024-12-20T22:53:38.871Z | info: running `cargo check --bins` on wicket-common (77/176) |
2616 | 2024-12-20T22:53:39.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-20T22:53:39.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-20T22:53:39.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-12-20T22:53:39.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2620 | 2024-12-20T22:53:39.542Z | |
2621 | 2024-12-20T22:53:39.542Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2622 | 2024-12-20T22:53:40.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-12-20T22:53:40.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-12-20T22:53:40.223Z | Checking csv-core v0.1.11 |
2625 | 2024-12-20T22:53:40.223Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2024-12-20T22:53:40.226Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2024-12-20T22:53:40.226Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2628 | 2024-12-20T22:53:40.501Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2629 | 2024-12-20T22:53:40.553Z | Checking csv v1.3.0 |
2630 | 2024-12-20T22:53:40.575Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2631 | 2024-12-20T22:53:41.132Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2632 | 2024-12-20T22:53:41.494Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2633 | 2024-12-20T22:53:43.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
2634 | 2024-12-20T22:53:43.458Z | |
2635 | 2024-12-20T22:53:43.458Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2636 | 2024-12-20T22:53:44.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-20T22:53:44.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-20T22:53:44.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-20T22:53:44.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2640 | 2024-12-20T22:53:44.107Z | |
2641 | 2024-12-20T22:53:44.107Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2642 | 2024-12-20T22:53:44.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-20T22:53:44.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-20T22:53:44.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-20T22:53:44.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2646 | 2024-12-20T22:53:44.755Z | |
2647 | 2024-12-20T22:53:44.755Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2648 | 2024-12-20T22:53:45.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-20T22:53:45.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-20T22:53:45.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-12-20T22:53:45.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2652 | 2024-12-20T22:53:45.521Z | |
2653 | 2024-12-20T22:53:45.521Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2654 | 2024-12-20T22:53:46.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-12-20T22:53:46.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-12-20T22:53:46.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-12-20T22:53:46.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2658 | 2024-12-20T22:53:46.279Z | |
2659 | 2024-12-20T22:53:46.279Z | info: running `cargo check --bins` on dns-server (83/176) |
2660 | 2024-12-20T22:53:46.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-12-20T22:53:46.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-12-20T22:53:46.943Z | Compiling parking_lot_core v0.8.6 |
2663 | 2024-12-20T22:53:46.945Z | Checking fxhash v0.2.1 |
2664 | 2024-12-20T22:53:46.945Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2665 | 2024-12-20T22:53:47.045Z | Checking hickory-server v0.24.1 |
2666 | 2024-12-20T22:53:47.066Z | Checking hickory-client v0.24.1 |
2667 | 2024-12-20T22:53:47.641Z | Checking parking_lot v0.11.2 |
2668 | 2024-12-20T22:53:47.796Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2669 | 2024-12-20T22:53:47.798Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2670 | 2024-12-20T22:53:47.872Z | Checking sled v0.34.7 |
2671 | 2024-12-20T22:53:49.689Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2672 | 2024-12-20T22:53:51.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2673 | 2024-12-20T22:53:51.177Z | |
2674 | 2024-12-20T22:53:51.177Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2675 | 2024-12-20T22:53:51.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-20T22:53:51.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-20T22:53:51.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-20T22:53:51.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2679 | 2024-12-20T22:53:51.810Z | |
2680 | 2024-12-20T22:53:51.810Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2681 | 2024-12-20T22:53:52.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-20T22:53:52.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-20T22:53:52.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-20T22:53:52.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2685 | 2024-12-20T22:53:52.502Z | |
2686 | 2024-12-20T22:53:52.502Z | info: running `cargo check --bins` on gateway-types (86/176) |
2687 | 2024-12-20T22:53:53.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-20T22:53:53.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-20T22:53:53.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-12-20T22:53:53.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2691 | 2024-12-20T22:53:53.141Z | |
2692 | 2024-12-20T22:53:53.141Z | info: running `cargo check --bins` on ipcc (87/176) |
2693 | 2024-12-20T22:53:53.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-12-20T22:53:53.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-12-20T22:53:53.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-12-20T22:53:53.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2697 | 2024-12-20T22:53:53.783Z | |
2698 | 2024-12-20T22:53:53.783Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2699 | 2024-12-20T22:53:54.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-12-20T22:53:54.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-12-20T22:53:54.500Z | Compiling radium v0.7.0 |
2702 | 2024-12-20T22:53:54.500Z | Compiling semver v0.1.20 |
2703 | 2024-12-20T22:53:54.606Z | Compiling maybe-uninit v2.0.0 |
2704 | 2024-12-20T22:53:54.609Z | Checking tap v1.0.1 |
2705 | 2024-12-20T22:53:54.629Z | Checking password-hash v0.5.0 |
2706 | 2024-12-20T22:53:54.638Z | Checking blake2 v0.10.6 |
2707 | 2024-12-20T22:53:54.641Z | Checking crc-catalog v2.4.0 |
2708 | 2024-12-20T22:53:54.641Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2024-12-20T22:53:54.778Z | Checking wyz v0.5.1 |
2710 | 2024-12-20T22:53:54.801Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-20T22:53:55.018Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-20T22:53:55.074Z | Checking funty v2.0.0 |
2713 | 2024-12-20T22:53:55.074Z | Compiling packed_struct v0.10.1 |
2714 | 2024-12-20T22:53:55.085Z | Checking argon2 v0.5.3 |
2715 | 2024-12-20T22:53:55.205Z | Checking crc v3.2.1 |
2716 | 2024-12-20T22:53:55.224Z | Compiling packed_struct_codegen v0.10.1 |
2717 | 2024-12-20T22:53:55.317Z | Checking half v2.4.1 |
2718 | 2024-12-20T22:53:55.514Z | Compiling indexmap v1.9.3 |
2719 | 2024-12-20T22:53:55.532Z | Compiling newtype_derive v0.1.6 |
2720 | 2024-12-20T22:53:55.575Z | Checking ciborium-io v0.2.2 |
2721 | 2024-12-20T22:53:55.643Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2722 | 2024-12-20T22:53:55.698Z | Checking nodrop v0.1.14 |
2723 | 2024-12-20T22:53:55.775Z | Checking ciborium-ll v0.2.2 |
2724 | 2024-12-20T22:53:55.833Z | Checking array-init v0.0.4 |
2725 | 2024-12-20T22:53:55.836Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2726 | 2024-12-20T22:53:55.861Z | Checking smallvec v0.6.14 |
2727 | 2024-12-20T22:53:55.939Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2728 | 2024-12-20T22:53:56.047Z | Checking bitvec v1.0.1 |
2729 | 2024-12-20T22:53:56.127Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2730 | 2024-12-20T22:53:56.235Z | Checking libsw v3.3.1 |
2731 | 2024-12-20T22:53:56.462Z | Compiling memoffset v0.9.1 |
2732 | 2024-12-20T22:53:56.506Z | Checking indent_write v2.2.0 |
2733 | 2024-12-20T22:53:56.688Z | Checking hashbrown v0.12.3 |
2734 | 2024-12-20T22:53:56.710Z | Checking bitfield v0.14.0 |
2735 | 2024-12-20T22:53:56.773Z | Checking linear-map v1.2.0 |
2736 | 2024-12-20T22:53:56.823Z | Checking swrite v0.1.0 |
2737 | 2024-12-20T22:53:56.948Z | Checking termcolor v1.4.1 |
2738 | 2024-12-20T22:53:56.980Z | Checking ron v0.8.1 |
2739 | 2024-12-20T22:53:57.127Z | Checking serde-hex v0.1.0 |
2740 | 2024-12-20T22:53:57.344Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2741 | 2024-12-20T22:53:57.407Z | Checking env_logger v0.10.2 |
2742 | 2024-12-20T22:53:57.813Z | Checking ciborium v0.2.2 |
2743 | 2024-12-20T22:53:57.948Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-20T22:53:58.072Z | Checking steno v0.4.1 |
2745 | 2024-12-20T22:53:58.409Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2746 | 2024-12-20T22:53:58.443Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2747 | 2024-12-20T22:53:58.665Z | Checking hashbrown v0.13.2 |
2748 | 2024-12-20T22:53:58.822Z | Checking humantime v2.1.0 |
2749 | 2024-12-20T22:53:58.950Z | Checking crc-any v2.5.0 |
2750 | 2024-12-20T22:53:59.129Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2751 | 2024-12-20T22:53:59.339Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2752 | 2024-12-20T22:53:59.730Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2753 | 2024-12-20T22:53:59.760Z | Checking path-slash v0.1.5 |
2754 | 2024-12-20T22:53:59.822Z | Checking object v0.30.4 |
2755 | 2024-12-20T22:53:59.915Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2756 | 2024-12-20T22:54:00.094Z | Checking nix v0.27.1 |
2757 | 2024-12-20T22:54:00.359Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2758 | 2024-12-20T22:54:00.967Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2759 | 2024-12-20T22:54:01.098Z | Checking tungstenite v0.23.0 |
2760 | 2024-12-20T22:54:01.175Z | Checking kstat-rs v0.2.4 |
2761 | 2024-12-20T22:54:01.238Z | Checking signal-hook-tokio v0.3.1 |
2762 | 2024-12-20T22:54:01.489Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2024-12-20T22:54:01.854Z | Checking tokio-tungstenite v0.23.1 |
2764 | 2024-12-20T22:54:02.514Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2024-12-20T22:54:02.712Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2766 | 2024-12-20T22:54:02.724Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2767 | 2024-12-20T22:54:09.702Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2768 | 2024-12-20T22:54:11.029Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2769 | 2024-12-20T22:54:13.769Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2770 | 2024-12-20T22:54:19.673Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2771 | 2024-12-20T22:54:20.411Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2772 | 2024-12-20T22:54:23.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.55s |
2773 | 2024-12-20T22:54:23.532Z | |
2774 | 2024-12-20T22:54:23.532Z | info: running `cargo check --bins` on gateway-api (89/176) |
2775 | 2024-12-20T22:54:24.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-12-20T22:54:24.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-12-20T22:54:24.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-12-20T22:54:24.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2779 | 2024-12-20T22:54:24.174Z | |
2780 | 2024-12-20T22:54:24.174Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2781 | 2024-12-20T22:54:24.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-20T22:54:24.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-20T22:54:24.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-20T22:54:24.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2785 | 2024-12-20T22:54:24.802Z | |
2786 | 2024-12-20T22:54:24.802Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2787 | 2024-12-20T22:54:25.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-20T22:54:25.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-20T22:54:25.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-20T22:54:25.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2791 | 2024-12-20T22:54:25.441Z | |
2792 | 2024-12-20T22:54:25.441Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2793 | 2024-12-20T22:54:26.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-20T22:54:26.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-20T22:54:26.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-20T22:54:26.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2797 | 2024-12-20T22:54:26.081Z | |
2798 | 2024-12-20T22:54:26.081Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2799 | 2024-12-20T22:54:26.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-20T22:54:26.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-20T22:54:26.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-20T22:54:26.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2803 | 2024-12-20T22:54:26.731Z | |
2804 | 2024-12-20T22:54:26.731Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2805 | 2024-12-20T22:54:27.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-20T22:54:27.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-20T22:54:27.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-20T22:54:27.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2809 | 2024-12-20T22:54:27.377Z | |
2810 | 2024-12-20T22:54:27.377Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2811 | 2024-12-20T22:54:27.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-20T22:54:27.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-20T22:54:27.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-20T22:54:27.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2024-12-20T22:54:28.012Z | |
2816 | 2024-12-20T22:54:28.012Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2817 | 2024-12-20T22:54:28.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-20T22:54:28.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-20T22:54:28.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-20T22:54:28.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2821 | 2024-12-20T22:54:28.661Z | |
2822 | 2024-12-20T22:54:28.661Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2823 | 2024-12-20T22:54:29.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-20T22:54:29.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-20T22:54:29.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-20T22:54:29.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2827 | 2024-12-20T22:54:29.340Z | |
2828 | 2024-12-20T22:54:29.340Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2829 | 2024-12-20T22:54:29.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-20T22:54:29.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-20T22:54:29.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-20T22:54:29.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2833 | 2024-12-20T22:54:29.955Z | |
2834 | 2024-12-20T22:54:29.955Z | info: running `cargo check --bins` on sp-sim (99/176) |
2835 | 2024-12-20T22:54:30.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-20T22:54:30.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-20T22:54:30.613Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2838 | 2024-12-20T22:54:31.092Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2839 | 2024-12-20T22:54:32.940Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2840 | 2024-12-20T22:54:34.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2841 | 2024-12-20T22:54:34.922Z | |
2842 | 2024-12-20T22:54:34.922Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2843 | 2024-12-20T22:54:35.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-12-20T22:54:35.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-12-20T22:54:35.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-12-20T22:54:35.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2847 | 2024-12-20T22:54:35.606Z | |
2848 | 2024-12-20T22:54:35.606Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2849 | 2024-12-20T22:54:36.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-12-20T22:54:36.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-12-20T22:54:36.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-12-20T22:54:36.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2853 | 2024-12-20T22:54:36.301Z | |
2854 | 2024-12-20T22:54:36.301Z | info: running `cargo check --bins` on db-macros (102/176) |
2855 | 2024-12-20T22:54:36.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-12-20T22:54:36.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-12-20T22:54:36.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-12-20T22:54:36.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2859 | 2024-12-20T22:54:36.928Z | |
2860 | 2024-12-20T22:54:36.928Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2861 | 2024-12-20T22:54:37.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-12-20T22:54:37.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-12-20T22:54:37.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-12-20T22:54:37.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2865 | 2024-12-20T22:54:37.551Z | |
2866 | 2024-12-20T22:54:37.551Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2867 | 2024-12-20T22:54:38.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-12-20T22:54:38.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-12-20T22:54:38.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-12-20T22:54:38.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2871 | 2024-12-20T22:54:38.234Z | |
2872 | 2024-12-20T22:54:38.234Z | info: running `cargo check --bins` on authz-macros (105/176) |
2873 | 2024-12-20T22:54:38.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-12-20T22:54:38.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-12-20T22:54:38.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-12-20T22:54:38.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2877 | 2024-12-20T22:54:38.853Z | |
2878 | 2024-12-20T22:54:38.853Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2879 | 2024-12-20T22:54:39.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-12-20T22:54:40.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-12-20T22:54:40.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-12-20T22:54:40.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2883 | 2024-12-20T22:54:40.449Z | |
2884 | 2024-12-20T22:54:40.449Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2885 | 2024-12-20T22:54:40.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-12-20T22:54:40.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-12-20T22:54:40.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-12-20T22:54:40.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2889 | 2024-12-20T22:54:40.449Z | |
2890 | 2024-12-20T22:54:40.449Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2891 | 2024-12-20T22:54:40.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-12-20T22:54:40.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-12-20T22:54:40.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-12-20T22:54:40.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2895 | 2024-12-20T22:54:40.846Z | |
2896 | 2024-12-20T22:54:40.846Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2897 | 2024-12-20T22:54:41.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-12-20T22:54:41.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-12-20T22:54:41.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-12-20T22:54:41.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2901 | 2024-12-20T22:54:41.521Z | |
2902 | 2024-12-20T22:54:41.521Z | info: running `cargo check --bins` on typed-rng (110/176) |
2903 | 2024-12-20T22:54:42.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-12-20T22:54:42.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-12-20T22:54:42.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-12-20T22:54:42.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2907 | 2024-12-20T22:54:42.144Z | |
2908 | 2024-12-20T22:54:42.144Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2909 | 2024-12-20T22:54:42.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-12-20T22:54:42.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-12-20T22:54:42.901Z | Checking keccak v0.1.5 |
2912 | 2024-12-20T22:54:43.012Z | Checking secrecy v0.8.0 |
2913 | 2024-12-20T22:54:43.021Z | Compiling unicase v2.7.0 |
2914 | 2024-12-20T22:54:43.021Z | Compiling same-file v1.0.6 |
2915 | 2024-12-20T22:54:43.047Z | Compiling tempfile v3.13.0 |
2916 | 2024-12-20T22:54:43.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2917 | 2024-12-20T22:54:43.064Z | Compiling thiserror-impl-no-std v2.0.2 |
2918 | 2024-12-20T22:54:43.064Z | Checking universal-hash v0.5.1 |
2919 | 2024-12-20T22:54:43.207Z | Compiling walkdir v2.5.0 |
2920 | 2024-12-20T22:54:43.269Z | Compiling ring v0.16.20 |
2921 | 2024-12-20T22:54:43.304Z | Checking sha3 v0.10.8 |
2922 | 2024-12-20T22:54:43.320Z | Compiling blake3 v1.5.4 |
2923 | 2024-12-20T22:54:43.360Z | Checking opaque-debug v0.3.1 |
2924 | 2024-12-20T22:54:43.457Z | Checking poly1305 v0.8.0 |
2925 | 2024-12-20T22:54:43.476Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2926 | 2024-12-20T22:54:43.696Z | Checking chacha20 v0.9.1 |
2927 | 2024-12-20T22:54:43.765Z | Checking aead v0.5.2 |
2928 | 2024-12-20T22:54:43.942Z | Compiling memmap2 v0.9.5 |
2929 | 2024-12-20T22:54:43.944Z | Compiling constant_time_eq v0.3.1 |
2930 | 2024-12-20T22:54:43.983Z | Compiling libefi-sys v0.1.0 |
2931 | 2024-12-20T22:54:43.999Z | Compiling salty v0.3.0 |
2932 | 2024-12-20T22:54:44.048Z | Compiling spin v0.5.2 |
2933 | 2024-12-20T22:54:44.118Z | Compiling arrayvec v0.7.6 |
2934 | 2024-12-20T22:54:44.250Z | Compiling arrayref v0.3.9 |
2935 | 2024-12-20T22:54:44.297Z | Checking chacha20poly1305 v0.10.1 |
2936 | 2024-12-20T22:54:44.387Z | Compiling toolchain_find v0.4.0 |
2937 | 2024-12-20T22:54:44.449Z | Compiling camino-tempfile v1.1.1 |
2938 | 2024-12-20T22:54:44.475Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2939 | 2024-12-20T22:54:44.518Z | Compiling bitfield-struct v0.6.2 |
2940 | 2024-12-20T22:54:44.803Z | Compiling topological-sort v0.2.2 |
2941 | 2024-12-20T22:54:44.921Z | Compiling mime_guess v2.0.5 |
2942 | 2024-12-20T22:54:45.012Z | Compiling rustfmt-wrapper v0.2.1 |
2943 | 2024-12-20T22:54:45.481Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2944 | 2024-12-20T22:54:45.589Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2945 | 2024-12-20T22:54:45.611Z | Checking primeorder v0.13.6 |
2946 | 2024-12-20T22:54:45.885Z | Checking env_filter v0.1.2 |
2947 | 2024-12-20T22:54:45.923Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2948 | 2024-12-20T22:54:46.012Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2949 | 2024-12-20T22:54:46.056Z | Checking p384 v0.13.0 |
2950 | 2024-12-20T22:54:46.111Z | Checking env_logger v0.11.5 |
2951 | 2024-12-20T22:54:46.227Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2024-12-20T22:54:46.259Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2953 | 2024-12-20T22:54:46.276Z | Checking thiserror-no-std v2.0.2 |
2954 | 2024-12-20T22:54:46.390Z | Checking vsss-rs v3.3.4 |
2955 | 2024-12-20T22:54:46.492Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2956 | 2024-12-20T22:54:46.579Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2024-12-20T22:54:46.700Z | Checking simd-adler32 v0.3.7 |
2958 | 2024-12-20T22:54:46.820Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2959 | 2024-12-20T22:54:46.917Z | Checking http-range v0.1.5 |
2960 | 2024-12-20T22:54:47.033Z | Checking lockfree-object-pool v0.1.6 |
2961 | 2024-12-20T22:54:47.052Z | Compiling zip v2.1.3 |
2962 | 2024-12-20T22:54:47.097Z | Checking bumpalo v3.16.0 |
2963 | 2024-12-20T22:54:47.138Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2964 | 2024-12-20T22:54:47.178Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2965 | 2024-12-20T22:54:47.381Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2966 | 2024-12-20T22:54:47.408Z | Checking zopfli v0.8.1 |
2967 | 2024-12-20T22:54:47.477Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2968 | 2024-12-20T22:54:47.938Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2969 | 2024-12-20T22:54:48.076Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2970 | 2024-12-20T22:54:48.096Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2971 | 2024-12-20T22:54:48.261Z | Checking nanorand v0.7.0 |
2972 | 2024-12-20T22:54:48.362Z | Checking atty v0.2.14 |
2973 | 2024-12-20T22:54:48.496Z | Checking glob v0.3.1 |
2974 | 2024-12-20T22:54:48.631Z | Checking flume v0.11.1 |
2975 | 2024-12-20T22:54:48.673Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2976 | 2024-12-20T22:54:48.692Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2977 | 2024-12-20T22:54:48.810Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2978 | 2024-12-20T22:54:49.155Z | Compiling omicron-zone-package v0.11.1 |
2979 | 2024-12-20T22:54:49.244Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2980 | 2024-12-20T22:54:49.829Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2981 | 2024-12-20T22:54:50.580Z | Checking hyper-staticfile v0.10.1 |
2982 | 2024-12-20T22:54:51.106Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2983 | 2024-12-20T22:54:51.129Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2984 | 2024-12-20T22:54:51.216Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2985 | 2024-12-20T22:54:51.322Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2986 | 2024-12-20T22:54:51.517Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2987 | 2024-12-20T22:54:51.709Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2988 | 2024-12-20T22:54:52.286Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2989 | 2024-12-20T22:54:52.417Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2990 | 2024-12-20T22:54:52.514Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2991 | 2024-12-20T22:54:52.631Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2992 | 2024-12-20T22:54:53.998Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2993 | 2024-12-20T22:54:55.691Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2994 | 2024-12-20T22:54:55.691Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2995 | 2024-12-20T22:55:06.375Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-12-20T22:55:20.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.20s |
2997 | 2024-12-20T22:55:20.540Z | |
2998 | 2024-12-20T22:55:20.540Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2999 | 2024-12-20T22:55:21.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-12-20T22:55:21.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-12-20T22:55:21.309Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-12-20T22:55:35.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3003 | 2024-12-20T22:55:35.600Z | |
3004 | 2024-12-20T22:55:35.600Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3005 | 2024-12-20T22:55:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-12-20T22:55:36.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-12-20T22:55:36.365Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-12-20T22:55:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s |
3009 | 2024-12-20T22:55:50.826Z | |
3010 | 2024-12-20T22:55:50.826Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3011 | 2024-12-20T22:55:51.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-12-20T22:55:51.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-12-20T22:55:51.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-12-20T22:56:05.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3015 | 2024-12-20T22:56:05.636Z | |
3016 | 2024-12-20T22:56:05.636Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3017 | 2024-12-20T22:56:06.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-12-20T22:56:06.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-12-20T22:56:06.401Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-12-20T22:56:20.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s |
3021 | 2024-12-20T22:56:20.934Z | |
3022 | 2024-12-20T22:56:20.934Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3023 | 2024-12-20T22:56:21.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-12-20T22:56:21.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-12-20T22:56:21.691Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2024-12-20T22:56:35.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3027 | 2024-12-20T22:56:35.748Z | |
3028 | 2024-12-20T22:56:35.748Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3029 | 2024-12-20T22:56:36.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-12-20T22:56:36.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-12-20T22:56:36.500Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3032 | 2024-12-20T22:56:50.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
3033 | 2024-12-20T22:56:50.656Z | |
3034 | 2024-12-20T22:56:50.656Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3035 | 2024-12-20T22:56:51.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-12-20T22:56:51.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-12-20T22:56:51.417Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3038 | 2024-12-20T22:57:05.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s |
3039 | 2024-12-20T22:57:05.787Z | |
3040 | 2024-12-20T22:57:05.787Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3041 | 2024-12-20T22:57:06.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-12-20T22:57:06.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-12-20T22:57:06.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-12-20T22:57:06.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3045 | 2024-12-20T22:57:06.456Z | |
3046 | 2024-12-20T22:57:06.456Z | info: running `cargo check --bins` on key-manager (120/176) |
3047 | 2024-12-20T22:57:07.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-12-20T22:57:07.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-12-20T22:57:07.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-12-20T22:57:07.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3051 | 2024-12-20T22:57:07.110Z | |
3052 | 2024-12-20T22:57:07.110Z | info: running `cargo check --bins` on range-requests (121/176) |
3053 | 2024-12-20T22:57:07.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-12-20T22:57:07.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-12-20T22:57:07.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-12-20T22:57:07.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3057 | 2024-12-20T22:57:07.734Z | |
3058 | 2024-12-20T22:57:07.734Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3059 | 2024-12-20T22:57:08.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-12-20T22:57:08.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-12-20T22:57:08.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-12-20T22:57:08.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3063 | 2024-12-20T22:57:08.375Z | |
3064 | 2024-12-20T22:57:08.375Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3065 | 2024-12-20T22:57:08.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-12-20T22:57:08.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-12-20T22:57:08.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-12-20T22:57:08.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3069 | 2024-12-20T22:57:09.044Z | |
3070 | 2024-12-20T22:57:09.044Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3071 | 2024-12-20T22:57:09.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-12-20T22:57:09.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-12-20T22:57:09.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-12-20T22:57:09.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3075 | 2024-12-20T22:57:09.664Z | |
3076 | 2024-12-20T22:57:09.665Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3077 | 2024-12-20T22:57:10.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-12-20T22:57:10.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-12-20T22:57:10.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-12-20T22:57:10.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3081 | 2024-12-20T22:57:10.323Z | |
3082 | 2024-12-20T22:57:10.323Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3083 | 2024-12-20T22:57:10.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-20T22:57:10.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-20T22:57:10.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-20T22:57:10.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3087 | 2024-12-20T22:57:10.977Z | |
3088 | 2024-12-20T22:57:10.977Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3089 | 2024-12-20T22:57:11.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-20T22:57:11.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-20T22:57:11.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2024-12-20T22:57:11.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3093 | 2024-12-20T22:57:11.636Z | |
3094 | 2024-12-20T22:57:11.636Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3095 | 2024-12-20T22:57:12.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-20T22:57:12.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-20T22:57:12.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2024-12-20T22:57:12.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3099 | 2024-12-20T22:57:12.305Z | |
3100 | 2024-12-20T22:57:12.306Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3101 | 2024-12-20T22:57:12.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-20T22:57:12.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-20T22:57:12.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2024-12-20T22:57:12.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3105 | 2024-12-20T22:57:12.980Z | |
3106 | 2024-12-20T22:57:12.980Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3107 | 2024-12-20T22:57:13.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-20T22:57:13.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-20T22:57:13.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-12-20T22:57:13.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3111 | 2024-12-20T22:57:13.650Z | |
3112 | 2024-12-20T22:57:13.650Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3113 | 2024-12-20T22:57:14.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-12-20T22:57:14.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-12-20T22:57:14.352Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3116 | 2024-12-20T22:57:14.352Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3117 | 2024-12-20T22:57:15.258Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3118 | 2024-12-20T22:57:17.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
3119 | 2024-12-20T22:57:17.536Z | |
3120 | 2024-12-20T22:57:17.536Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3121 | 2024-12-20T22:57:18.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-20T22:57:18.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-20T22:57:18.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2024-12-20T22:57:18.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3125 | 2024-12-20T22:57:18.181Z | |
3126 | 2024-12-20T22:57:18.181Z | info: running `cargo check --bins` on cert-dev (133/176) |
3127 | 2024-12-20T22:57:18.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2024-12-20T22:57:18.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2024-12-20T22:57:18.827Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3130 | 2024-12-20T22:57:19.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3131 | 2024-12-20T22:57:19.273Z | |
3132 | 2024-12-20T22:57:19.273Z | info: running `cargo check --bins` on clickana (134/176) |
3133 | 2024-12-20T22:57:19.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2024-12-20T22:57:19.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2024-12-20T22:57:19.931Z | Checking castaway v0.2.3 |
3136 | 2024-12-20T22:57:19.934Z | Checking unicode-truncate v1.1.0 |
3137 | 2024-12-20T22:57:19.934Z | Checking lru v0.12.5 |
3138 | 2024-12-20T22:57:19.934Z | Compiling instability v0.3.2 |
3139 | 2024-12-20T22:57:19.934Z | Checking cassowary v0.3.0 |
3140 | 2024-12-20T22:57:19.934Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3141 | 2024-12-20T22:57:20.156Z | Checking compact_str v0.8.0 |
3142 | 2024-12-20T22:57:21.240Z | Checking ratatui v0.28.1 |
3143 | 2024-12-20T22:57:21.830Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3144 | 2024-12-20T22:57:22.880Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3145 | 2024-12-20T22:57:23.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
3146 | 2024-12-20T22:57:23.905Z | |
3147 | 2024-12-20T22:57:23.905Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3148 | 2024-12-20T22:57:24.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-20T22:57:24.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-20T22:57:24.596Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3151 | 2024-12-20T22:57:24.596Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3152 | 2024-12-20T22:57:25.694Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3153 | 2024-12-20T22:57:26.225Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3154 | 2024-12-20T22:57:26.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
3155 | 2024-12-20T22:57:26.791Z | |
3156 | 2024-12-20T22:57:26.791Z | info: running `cargo check --bins` on ch-dev (136/176) |
3157 | 2024-12-20T22:57:27.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-20T22:57:27.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-20T22:57:27.473Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3160 | 2024-12-20T22:57:28.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3161 | 2024-12-20T22:57:28.382Z | |
3162 | 2024-12-20T22:57:28.382Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3163 | 2024-12-20T22:57:28.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-12-20T22:57:28.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-12-20T22:57:29.048Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3166 | 2024-12-20T22:57:29.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3167 | 2024-12-20T22:57:29.600Z | |
3168 | 2024-12-20T22:57:29.600Z | info: running `cargo check --bins` on db-dev (138/176) |
3169 | 2024-12-20T22:57:30.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-12-20T22:57:30.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-12-20T22:57:30.290Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3172 | 2024-12-20T22:57:31.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3173 | 2024-12-20T22:57:31.200Z | |
3174 | 2024-12-20T22:57:31.200Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3175 | 2024-12-20T22:57:31.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-12-20T22:57:31.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-12-20T22:57:31.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2024-12-20T22:57:31.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3179 | 2024-12-20T22:57:31.859Z | |
3180 | 2024-12-20T22:57:31.859Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3181 | 2024-12-20T22:57:32.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-12-20T22:57:32.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-12-20T22:57:32.492Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3184 | 2024-12-20T22:57:33.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3185 | 2024-12-20T22:57:33.563Z | |
3186 | 2024-12-20T22:57:33.563Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3187 | 2024-12-20T22:57:34.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-12-20T22:57:34.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-12-20T22:57:34.186Z | Checking cargo-platform v0.1.8 |
3190 | 2024-12-20T22:57:34.460Z | Checking cargo_metadata v0.18.1 |
3191 | 2024-12-20T22:57:35.463Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3192 | 2024-12-20T22:57:36.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s |
3193 | 2024-12-20T22:57:36.479Z | |
3194 | 2024-12-20T22:57:36.480Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3195 | 2024-12-20T22:57:37.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-12-20T22:57:37.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-12-20T22:57:37.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3198 | 2024-12-20T22:57:38.743Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3199 | 2024-12-20T22:57:39.386Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3200 | 2024-12-20T22:57:39.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
3201 | 2024-12-20T22:57:40.179Z | |
3202 | 2024-12-20T22:57:40.179Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3203 | 2024-12-20T22:57:40.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-12-20T22:57:40.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-12-20T22:57:40.980Z | Compiling crunchy v0.2.2 |
3206 | 2024-12-20T22:57:40.980Z | Compiling tiny-keccak v2.0.2 |
3207 | 2024-12-20T22:57:40.981Z | Compiling dsl_auto_type v0.1.2 |
3208 | 2024-12-20T22:57:40.984Z | Checking scheduled-thread-pool v0.2.7 |
3209 | 2024-12-20T22:57:40.984Z | Compiling diesel_table_macro_syntax v0.2.0 |
3210 | 2024-12-20T22:57:40.984Z | Compiling ascii-canvas v3.0.0 |
3211 | 2024-12-20T22:57:40.984Z | Compiling ena v0.14.3 |
3212 | 2024-12-20T22:57:40.984Z | Compiling diff v0.1.13 |
3213 | 2024-12-20T22:57:41.363Z | Compiling regex-syntax v0.6.29 |
3214 | 2024-12-20T22:57:41.380Z | Checking r2d2 v0.8.10 |
3215 | 2024-12-20T22:57:41.489Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3216 | 2024-12-20T22:57:41.548Z | Compiling ref-cast v1.0.23 |
3217 | 2024-12-20T22:57:41.688Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3218 | 2024-12-20T22:57:41.705Z | Compiling derive_builder_core v0.20.2 |
3219 | 2024-12-20T22:57:41.724Z | Compiling libxml v0.3.3 |
3220 | 2024-12-20T22:57:41.824Z | Compiling ref-cast-impl v1.0.23 |
3221 | 2024-12-20T22:57:41.961Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3222 | 2024-12-20T22:57:42.137Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3223 | 2024-12-20T22:57:42.163Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3224 | 2024-12-20T22:57:42.406Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3225 | 2024-12-20T22:57:42.434Z | Compiling strum_macros v0.24.3 |
3226 | 2024-12-20T22:57:42.526Z | Compiling samael v0.0.17 |
3227 | 2024-12-20T22:57:42.747Z | Compiling diesel_derives v2.2.3 |
3228 | 2024-12-20T22:57:42.835Z | Compiling indoc v1.0.9 |
3229 | 2024-12-20T22:57:43.841Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3230 | 2024-12-20T22:57:44.150Z | Compiling oso-derive v0.27.3 |
3231 | 2024-12-20T22:57:44.191Z | Compiling derive_builder_macro v0.20.2 |
3232 | 2024-12-20T22:57:44.972Z | Compiling lalrpop v0.19.12 |
3233 | 2024-12-20T22:57:45.123Z | Checking derive_builder v0.20.2 |
3234 | 2024-12-20T22:57:45.252Z | Compiling impl-trait-for-tuples v0.2.2 |
3235 | 2024-12-20T22:57:45.278Z | Checking quick-xml v0.33.0 |
3236 | 2024-12-20T22:57:45.616Z | Compiling diesel-dtrace v0.4.2 |
3237 | 2024-12-20T22:57:45.915Z | Checking maplit v1.0.2 |
3238 | 2024-12-20T22:57:46.111Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3239 | 2024-12-20T22:57:46.135Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3240 | 2024-12-20T22:57:46.407Z | Checking bb8 v0.8.5 |
3241 | 2024-12-20T22:57:46.896Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3242 | 2024-12-20T22:57:46.898Z | Checking rand_seeder v0.3.0 |
3243 | 2024-12-20T22:57:47.167Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3244 | 2024-12-20T22:57:47.216Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3245 | 2024-12-20T22:57:47.374Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3246 | 2024-12-20T22:57:47.414Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3247 | 2024-12-20T22:57:47.702Z | Checking is_ci v1.2.0 |
3248 | 2024-12-20T22:57:47.814Z | Checking unicode-linebreak v0.1.5 |
3249 | 2024-12-20T22:57:47.845Z | Checking smawk v0.3.2 |
3250 | 2024-12-20T22:57:48.063Z | Checking supports-color v3.0.1 |
3251 | 2024-12-20T22:57:48.252Z | Checking textwrap v0.16.1 |
3252 | 2024-12-20T22:57:48.301Z | Checking multimap v0.10.0 |
3253 | 2024-12-20T22:57:49.206Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3254 | 2024-12-20T22:57:51.929Z | Checking diesel v2.2.6 |
3255 | 2024-12-20T22:58:18.512Z | Compiling polar-core v0.27.3 |
3256 | 2024-12-20T22:58:21.595Z | Checking async-bb8-diesel v0.2.1 |
3257 | 2024-12-20T22:58:26.051Z | Checking oso v0.27.3 |
3258 | 2024-12-20T22:59:38.632Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3259 | 2024-12-20T22:59:45.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
3260 | 2024-12-20T22:59:45.314Z | |
3261 | 2024-12-20T22:59:45.314Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3262 | 2024-12-20T22:59:45.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2024-12-20T22:59:45.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2024-12-20T22:59:45.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2024-12-20T22:59:45.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3266 | 2024-12-20T22:59:46.008Z | |
3267 | 2024-12-20T22:59:46.009Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3268 | 2024-12-20T22:59:46.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2024-12-20T22:59:46.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2024-12-20T22:59:46.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2024-12-20T22:59:46.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3272 | 2024-12-20T22:59:46.708Z | |
3273 | 2024-12-20T22:59:46.708Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3274 | 2024-12-20T22:59:47.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2024-12-20T22:59:47.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2024-12-20T22:59:47.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2024-12-20T22:59:47.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3278 | 2024-12-20T22:59:47.350Z | |
3279 | 2024-12-20T22:59:47.350Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3280 | 2024-12-20T22:59:47.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2024-12-20T22:59:47.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2024-12-20T22:59:48.163Z | Compiling libz-sys v1.1.20 |
3283 | 2024-12-20T22:59:48.278Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3284 | 2024-12-20T22:59:48.292Z | Compiling vergen v8.3.2 |
3285 | 2024-12-20T22:59:48.294Z | Compiling cargo-platform v0.1.8 |
3286 | 2024-12-20T22:59:48.295Z | Compiling pin-project-internal v1.1.6 |
3287 | 2024-12-20T22:59:48.333Z | Compiling snafu-derive v0.8.5 |
3288 | 2024-12-20T22:59:48.336Z | Compiling libsqlite3-sys v0.30.1 |
3289 | 2024-12-20T22:59:48.336Z | Compiling buf-list v1.0.3 |
3290 | 2024-12-20T22:59:48.571Z | Compiling rustls v0.21.12 |
3291 | 2024-12-20T22:59:48.840Z | Compiling cargo_metadata v0.18.1 |
3292 | 2024-12-20T22:59:48.858Z | Compiling cfg_aliases v0.2.1 |
3293 | 2024-12-20T22:59:48.959Z | Checking globset v0.4.15 |
3294 | 2024-12-20T22:59:48.977Z | Compiling nix v0.29.0 |
3295 | 2024-12-20T22:59:49.065Z | Checking olpc-cjson v0.1.4 |
3296 | 2024-12-20T22:59:49.200Z | Checking sct v0.7.1 |
3297 | 2024-12-20T22:59:49.294Z | Checking rustls-webpki v0.101.7 |
3298 | 2024-12-20T22:59:49.421Z | Checking serde_plain v1.0.2 |
3299 | 2024-12-20T22:59:49.467Z | Checking typed-path v0.9.3 |
3300 | 2024-12-20T22:59:50.020Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3301 | 2024-12-20T22:59:50.298Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3302 | 2024-12-20T22:59:50.313Z | Checking hashlink v0.9.1 |
3303 | 2024-12-20T22:59:50.544Z | Checking fallible-streaming-iterator v0.1.9 |
3304 | 2024-12-20T22:59:50.786Z | Checking parse-size v1.1.0 |
3305 | 2024-12-20T22:59:50.950Z | Checking fallible-iterator v0.3.0 |
3306 | 2024-12-20T22:59:51.346Z | Checking pin-project v1.1.6 |
3307 | 2024-12-20T22:59:51.508Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3308 | 2024-12-20T22:59:51.513Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3309 | 2024-12-20T22:59:51.513Z | Checking rustls-pemfile v1.0.4 |
3310 | 2024-12-20T22:59:51.579Z | Checking rusqlite v0.32.1 |
3311 | 2024-12-20T22:59:51.720Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3312 | 2024-12-20T22:59:52.421Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3313 | 2024-12-20T22:59:52.440Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3314 | 2024-12-20T22:59:52.554Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3315 | 2024-12-20T22:59:52.618Z | Checking twox-hash v1.6.3 |
3316 | 2024-12-20T22:59:52.682Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3317 | 2024-12-20T22:59:53.047Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3318 | 2024-12-20T22:59:53.184Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3319 | 2024-12-20T22:59:53.229Z | Checking tokio-rustls v0.24.1 |
3320 | 2024-12-20T22:59:53.599Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3321 | 2024-12-20T22:59:53.731Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3322 | 2024-12-20T22:59:53.754Z | Checking fatfs v0.3.6 |
3323 | 2024-12-20T22:59:53.835Z | Checking snafu v0.8.5 |
3324 | 2024-12-20T22:59:54.329Z | Checking tough v0.19.0 |
3325 | 2024-12-20T22:59:54.677Z | Checking assert_matches v1.5.0 |
3326 | 2024-12-20T22:59:58.565Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3327 | 2024-12-20T22:59:59.957Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3328 | 2024-12-20T23:00:00.832Z | Compiling git2 v0.19.0 |
3329 | 2024-12-20T23:00:05.671Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3330 | 2024-12-20T23:01:01.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3331 | 2024-12-20T23:01:01.265Z | |
3332 | 2024-12-20T23:01:01.265Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3333 | 2024-12-20T23:01:01.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-20T23:01:01.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-20T23:01:01.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-20T23:01:01.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3337 | 2024-12-20T23:01:02.035Z | |
3338 | 2024-12-20T23:01:02.035Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3339 | 2024-12-20T23:01:02.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-20T23:01:02.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-20T23:01:02.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-20T23:01:02.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3343 | 2024-12-20T23:01:02.695Z | |
3344 | 2024-12-20T23:01:02.696Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3345 | 2024-12-20T23:01:03.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-20T23:01:03.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-20T23:01:03.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-12-20T23:01:03.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3349 | 2024-12-20T23:01:03.391Z | |
3350 | 2024-12-20T23:01:03.391Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3351 | 2024-12-20T23:01:04.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-20T23:01:04.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-20T23:01:04.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-12-20T23:01:04.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3355 | 2024-12-20T23:01:04.100Z | |
3356 | 2024-12-20T23:01:04.100Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3357 | 2024-12-20T23:01:04.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-12-20T23:01:04.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-12-20T23:01:04.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2024-12-20T23:01:04.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3361 | 2024-12-20T23:01:04.805Z | |
3362 | 2024-12-20T23:01:04.805Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3363 | 2024-12-20T23:01:05.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-12-20T23:01:05.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-12-20T23:01:05.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2024-12-20T23:01:05.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3367 | 2024-12-20T23:01:05.519Z | |
3368 | 2024-12-20T23:01:05.519Z | info: running `cargo check --bins` on update-common (154/176) |
3369 | 2024-12-20T23:01:06.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-20T23:01:06.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-20T23:01:06.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2024-12-20T23:01:06.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3373 | 2024-12-20T23:01:06.193Z | |
3374 | 2024-12-20T23:01:06.193Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3375 | 2024-12-20T23:01:06.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-12-20T23:01:06.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-12-20T23:01:06.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2024-12-20T23:01:06.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3379 | 2024-12-20T23:01:06.862Z | |
3380 | 2024-12-20T23:01:06.862Z | info: running `cargo check --bins` on tufaceous (156/176) |
3381 | 2024-12-20T23:01:07.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-12-20T23:01:07.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-12-20T23:01:07.555Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3384 | 2024-12-20T23:01:08.818Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3385 | 2024-12-20T23:01:09.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
3386 | 2024-12-20T23:01:09.906Z | |
3387 | 2024-12-20T23:01:09.906Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3388 | 2024-12-20T23:01:10.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-12-20T23:01:10.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-12-20T23:01:10.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3391 | 2024-12-20T23:01:10.791Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3392 | 2024-12-20T23:01:10.930Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3393 | 2024-12-20T23:01:10.933Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3394 | 2024-12-20T23:01:11.984Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3395 | 2024-12-20T23:01:38.728Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3396 | 2024-12-20T23:01:38.730Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3397 | 2024-12-20T23:01:38.730Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3398 | 2024-12-20T23:01:38.730Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3399 | 2024-12-20T23:01:38.730Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3400 | 2024-12-20T23:01:39.704Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3401 | 2024-12-20T23:01:41.012Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3402 | 2024-12-20T23:02:21.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3403 | 2024-12-20T23:02:21.562Z | |
3404 | 2024-12-20T23:02:21.562Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3405 | 2024-12-20T23:02:22.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-20T23:02:22.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-20T23:02:22.286Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3408 | 2024-12-20T23:02:22.286Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3409 | 2024-12-20T23:02:22.289Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3410 | 2024-12-20T23:02:22.424Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3411 | 2024-12-20T23:02:22.427Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3412 | 2024-12-20T23:02:22.453Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3413 | 2024-12-20T23:02:22.455Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3414 | 2024-12-20T23:02:22.466Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3415 | 2024-12-20T23:02:22.616Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3416 | 2024-12-20T23:02:22.662Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3417 | 2024-12-20T23:02:22.718Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3418 | 2024-12-20T23:02:23.148Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3419 | 2024-12-20T23:02:23.173Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3420 | 2024-12-20T23:02:23.700Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3421 | 2024-12-20T23:02:23.719Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3422 | 2024-12-20T23:02:25.394Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3423 | 2024-12-20T23:02:25.959Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3424 | 2024-12-20T23:02:26.321Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3425 | 2024-12-20T23:02:26.425Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3426 | 2024-12-20T23:02:28.475Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3427 | 2024-12-20T23:02:28.475Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3428 | 2024-12-20T23:02:29.548Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3429 | 2024-12-20T23:02:31.162Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3430 | 2024-12-20T23:02:37.534Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3431 | 2024-12-20T23:02:37.534Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3432 | 2024-12-20T23:02:38.753Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3433 | 2024-12-20T23:02:39.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s |
3434 | 2024-12-20T23:02:40.079Z | |
3435 | 2024-12-20T23:02:40.079Z | info: running `cargo check --bins` on installinator-api (159/176) |
3436 | 2024-12-20T23:02:40.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2024-12-20T23:02:40.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2024-12-20T23:02:40.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3439 | 2024-12-20T23:02:40.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3440 | 2024-12-20T23:02:40.745Z | |
3441 | 2024-12-20T23:02:40.745Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3442 | 2024-12-20T23:02:41.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2024-12-20T23:02:41.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2024-12-20T23:02:41.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3445 | 2024-12-20T23:02:41.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3446 | 2024-12-20T23:02:41.415Z | |
3447 | 2024-12-20T23:02:41.415Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3448 | 2024-12-20T23:02:42.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2024-12-20T23:02:42.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2024-12-20T23:02:42.122Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3451 | 2024-12-20T23:02:42.122Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3452 | 2024-12-20T23:02:42.124Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3453 | 2024-12-20T23:02:42.124Z | Compiling petname v2.0.2 |
3454 | 2024-12-20T23:02:42.125Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3455 | 2024-12-20T23:02:42.125Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3456 | 2024-12-20T23:02:42.228Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3457 | 2024-12-20T23:02:42.258Z | Checking sync-ptr v0.1.1 |
3458 | 2024-12-20T23:02:47.837Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3459 | 2024-12-20T23:02:48.477Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3460 | 2024-12-20T23:02:49.698Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3461 | 2024-12-20T23:02:51.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s |
3462 | 2024-12-20T23:02:51.498Z | |
3463 | 2024-12-20T23:02:51.498Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3464 | 2024-12-20T23:02:52.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2024-12-20T23:02:52.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2024-12-20T23:02:52.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3467 | 2024-12-20T23:02:52.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3468 | 2024-12-20T23:02:52.184Z | |
3469 | 2024-12-20T23:02:52.184Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3470 | 2024-12-20T23:02:52.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3471 | 2024-12-20T23:02:52.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3472 | 2024-12-20T23:02:52.863Z | Checking memmap2 v0.9.5 |
3473 | 2024-12-20T23:02:52.863Z | Checking arrayref v0.3.9 |
3474 | 2024-12-20T23:02:52.866Z | Checking arrayvec v0.7.6 |
3475 | 2024-12-20T23:02:52.866Z | Checking constant_time_eq v0.3.1 |
3476 | 2024-12-20T23:02:52.866Z | Checking spin v0.5.2 |
3477 | 2024-12-20T23:02:52.866Z | Checking topological-sort v0.2.2 |
3478 | 2024-12-20T23:02:52.866Z | Checking shell-words v1.1.0 |
3479 | 2024-12-20T23:02:53.155Z | Checking ring v0.16.20 |
3480 | 2024-12-20T23:02:53.717Z | Checking blake3 v1.5.4 |
3481 | 2024-12-20T23:02:54.349Z | Checking omicron-zone-package v0.11.1 |
3482 | 2024-12-20T23:02:55.494Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3483 | 2024-12-20T23:02:56.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
3484 | 2024-12-20T23:02:56.624Z | |
3485 | 2024-12-20T23:02:56.624Z | info: running `cargo check --bins` on xtask (164/176) |
3486 | 2024-12-20T23:02:57.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2024-12-20T23:02:57.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2024-12-20T23:02:57.063Z | Checking bitflags v2.6.0 |
3489 | 2024-12-20T23:02:57.066Z | Checking serde v1.0.215 |
3490 | 2024-12-20T23:02:57.066Z | Checking thiserror v1.0.69 |
3491 | 2024-12-20T23:02:57.158Z | Checking scroll v0.12.0 |
3492 | 2024-12-20T23:02:57.161Z | Checking hashbrown v0.15.1 |
3493 | 2024-12-20T23:02:57.175Z | Checking log v0.4.22 |
3494 | 2024-12-20T23:02:57.178Z | Checking zerocopy v0.7.35 |
3495 | 2024-12-20T23:02:57.198Z | Checking syn v2.0.87 |
3496 | 2024-12-20T23:02:57.261Z | Checking pest v2.7.14 |
3497 | 2024-12-20T23:02:57.397Z | Checking rustix v0.38.37 |
3498 | 2024-12-20T23:02:57.421Z | Checking once_cell v1.20.2 |
3499 | 2024-12-20T23:02:57.610Z | Checking goblin v0.8.2 |
3500 | 2024-12-20T23:02:57.716Z | Checking fs-err v2.11.0 |
3501 | 2024-12-20T23:02:58.010Z | Checking anyhow v1.0.93 |
3502 | 2024-12-20T23:02:58.223Z | Checking indexmap v2.6.0 |
3503 | 2024-12-20T23:02:58.395Z | Checking tabled v0.15.0 |
3504 | 2024-12-20T23:02:59.288Z | Checking terminal_size v0.4.0 |
3505 | 2024-12-20T23:02:59.288Z | Checking tempfile v3.13.0 |
3506 | 2024-12-20T23:02:59.471Z | Checking clap_builder v4.5.21 |
3507 | 2024-12-20T23:02:59.722Z | Checking dtrace-parser v0.2.0 |
3508 | 2024-12-20T23:03:01.452Z | Checking serde_json v1.0.133 |
3509 | 2024-12-20T23:03:01.452Z | Checking toml_datetime v0.6.8 |
3510 | 2024-12-20T23:03:01.455Z | Checking serde_spanned v0.6.8 |
3511 | 2024-12-20T23:03:01.455Z | Checking camino v1.1.9 |
3512 | 2024-12-20T23:03:01.455Z | Checking cargo-platform v0.1.8 |
3513 | 2024-12-20T23:03:01.669Z | Checking semver v1.0.23 |
3514 | 2024-12-20T23:03:01.733Z | Checking macaddr v1.0.1 |
3515 | 2024-12-20T23:03:01.759Z | Checking clap v4.5.21 |
3516 | 2024-12-20T23:03:01.780Z | Checking toml_edit v0.22.22 |
3517 | 2024-12-20T23:03:02.011Z | Checking camino-tempfile v1.1.1 |
3518 | 2024-12-20T23:03:02.706Z | Checking dof v0.3.0 |
3519 | 2024-12-20T23:03:02.709Z | Checking cargo_metadata v0.18.1 |
3520 | 2024-12-20T23:03:03.140Z | Checking usdt-impl v0.5.0 |
3521 | 2024-12-20T23:03:03.506Z | Checking usdt v0.5.0 |
3522 | 2024-12-20T23:03:03.606Z | Checking toml v0.8.19 |
3523 | 2024-12-20T23:03:04.105Z | Checking cargo_toml v0.20.5 |
3524 | 2024-12-20T23:03:05.339Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3525 | 2024-12-20T23:03:05.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
3526 | 2024-12-20T23:03:06.071Z | |
3527 | 2024-12-20T23:03:06.071Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3528 | 2024-12-20T23:03:06.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-20T23:03:06.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-20T23:03:06.842Z | Checking polyval v0.6.2 |
3531 | 2024-12-20T23:03:06.955Z | Checking ctr v0.9.2 |
3532 | 2024-12-20T23:03:06.969Z | Checking ssh-encoding v0.2.0 |
3533 | 2024-12-20T23:03:06.972Z | Checking blowfish v0.9.1 |
3534 | 2024-12-20T23:03:06.995Z | Checking password-hash v0.4.2 |
3535 | 2024-12-20T23:03:06.997Z | Checking matches v0.1.10 |
3536 | 2024-12-20T23:03:07.026Z | Checking p521 v0.13.3 |
3537 | 2024-12-20T23:03:07.026Z | Checking p256 v0.13.2 |
3538 | 2024-12-20T23:03:07.101Z | Checking idna v0.2.3 |
3539 | 2024-12-20T23:03:07.179Z | Checking ghash v0.5.1 |
3540 | 2024-12-20T23:03:07.179Z | Checking bcrypt-pbkdf v0.10.0 |
3541 | 2024-12-20T23:03:07.237Z | Compiling enum-as-inner v0.5.1 |
3542 | 2024-12-20T23:03:07.307Z | Checking russh-cryptovec v0.7.3 |
3543 | 2024-12-20T23:03:07.356Z | Checking aes-gcm v0.10.3 |
3544 | 2024-12-20T23:03:07.399Z | Checking pbkdf2 v0.11.0 |
3545 | 2024-12-20T23:03:07.444Z | Checking md5 v0.7.0 |
3546 | 2024-12-20T23:03:07.492Z | Checking num-bigint v0.4.6 |
3547 | 2024-12-20T23:03:07.518Z | Checking des v0.8.1 |
3548 | 2024-12-20T23:03:07.589Z | Checking ssh-cipher v0.2.0 |
3549 | 2024-12-20T23:03:07.678Z | Checking hex-literal v0.4.1 |
3550 | 2024-12-20T23:03:07.726Z | Compiling dhcproto-macros v0.1.0 |
3551 | 2024-12-20T23:03:07.791Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3552 | 2024-12-20T23:03:07.818Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3553 | 2024-12-20T23:03:07.876Z | Checking ssh-key v0.6.6 |
3554 | 2024-12-20T23:03:07.929Z | Checking internet-checksum v0.2.1 |
3555 | 2024-12-20T23:03:08.273Z | Checking trust-dns-proto v0.22.0 |
3556 | 2024-12-20T23:03:09.185Z | Checking russh-keys v0.45.0 |
3557 | 2024-12-20T23:03:10.121Z | Checking russh v0.45.0 |
3558 | 2024-12-20T23:03:10.875Z | Checking dhcproto v0.12.0 |
3559 | 2024-12-20T23:03:28.431Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3560 | 2024-12-20T23:03:29.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.82s |
3561 | 2024-12-20T23:03:30.099Z | |
3562 | 2024-12-20T23:03:30.099Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3563 | 2024-12-20T23:03:30.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2024-12-20T23:03:30.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2024-12-20T23:03:30.755Z | Checking termios v0.3.3 |
3566 | 2024-12-20T23:03:30.983Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3567 | 2024-12-20T23:03:31.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3568 | 2024-12-20T23:03:31.945Z | |
3569 | 2024-12-20T23:03:31.945Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3570 | 2024-12-20T23:03:32.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2024-12-20T23:03:32.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2024-12-20T23:03:32.656Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3573 | 2024-12-20T23:03:32.656Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3574 | 2024-12-20T23:03:32.659Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3575 | 2024-12-20T23:03:32.659Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3576 | 2024-12-20T23:03:33.736Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3577 | 2024-12-20T23:03:35.081Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3578 | 2024-12-20T23:03:37.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s |
3579 | 2024-12-20T23:03:37.207Z | |
3580 | 2024-12-20T23:03:37.207Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3581 | 2024-12-20T23:03:37.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3582 | 2024-12-20T23:03:37.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3583 | 2024-12-20T23:03:37.861Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3584 | 2024-12-20T23:03:38.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3585 | 2024-12-20T23:03:38.538Z | |
3586 | 2024-12-20T23:03:38.538Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3587 | 2024-12-20T23:03:39.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2024-12-20T23:03:39.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2024-12-20T23:03:39.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3590 | 2024-12-20T23:03:39.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3591 | 2024-12-20T23:03:39.166Z | |
3592 | 2024-12-20T23:03:39.166Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3593 | 2024-12-20T23:03:39.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2024-12-20T23:03:39.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2024-12-20T23:03:39.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3596 | 2024-12-20T23:03:39.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3597 | 2024-12-20T23:03:39.794Z | |
3598 | 2024-12-20T23:03:39.794Z | info: running `cargo check --bins` on omicron-package (171/176) |
3599 | 2024-12-20T23:03:40.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2024-12-20T23:03:40.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2024-12-20T23:03:40.499Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3602 | 2024-12-20T23:03:41.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3603 | 2024-12-20T23:03:42.099Z | |
3604 | 2024-12-20T23:03:42.099Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3605 | 2024-12-20T23:03:42.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3606 | 2024-12-20T23:03:42.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3607 | 2024-12-20T23:03:42.824Z | Checking rtoolbox v0.0.2 |
3608 | 2024-12-20T23:03:42.827Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3609 | 2024-12-20T23:03:42.827Z | Checking tui-tree-widget v0.22.0 |
3610 | 2024-12-20T23:03:43.056Z | Checking rpassword v7.3.1 |
3611 | 2024-12-20T23:03:47.229Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3612 | 2024-12-20T23:03:50.366Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3613 | 2024-12-20T23:03:51.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
3614 | 2024-12-20T23:03:51.760Z | |
3615 | 2024-12-20T23:03:51.760Z | info: running `cargo check --bins` on wicket (173/176) |
3616 | 2024-12-20T23:03:52.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2024-12-20T23:03:52.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2024-12-20T23:03:52.473Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3619 | 2024-12-20T23:03:52.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3620 | 2024-12-20T23:03:53.132Z | |
3621 | 2024-12-20T23:03:53.132Z | info: running `cargo check --bins` on wicketd (174/176) |
3622 | 2024-12-20T23:03:53.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2024-12-20T23:03:53.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2024-12-20T23:03:53.870Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3625 | 2024-12-20T23:03:53.873Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3626 | 2024-12-20T23:03:54.756Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3627 | 2024-12-20T23:03:58.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
3628 | 2024-12-20T23:03:58.920Z | |
3629 | 2024-12-20T23:03:58.920Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3630 | 2024-12-20T23:03:59.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2024-12-20T23:03:59.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2024-12-20T23:03:59.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3633 | 2024-12-20T23:03:59.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3634 | 2024-12-20T23:03:59.547Z | |
3635 | 2024-12-20T23:03:59.547Z | info: running `cargo check --bins` on zone-setup (176/176) |
3636 | 2024-12-20T23:04:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2024-12-20T23:04:00.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2024-12-20T23:04:00.311Z | Checking uzers v0.12.1 |
3639 | 2024-12-20T23:04:00.659Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3640 | 2024-12-20T23:04:01.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3641 | 2024-12-20T23:04:02.091Z | |
3642 | 2024-12-20T23:04:02.091Z | real 14:00.654939144 |
3643 | 2024-12-20T23:04:02.091Z | user 26:03.305696483 |
3644 | 2024-12-20T23:04:02.091Z | sys 5:56.262919705 |
3645 | 2024-12-20T23:04:02.092Z | trap 0.518654674 |
3646 | 2024-12-20T23:04:02.092Z | tflt 2.501907809 |
3647 | 2024-12-20T23:04:02.095Z | dflt 2.952827349 |
3648 | 2024-12-20T23:04:02.095Z | kflt 0.000987404 |
3649 | 2024-12-20T23:04:02.095Z | lock 49:40.995181264 |
3650 | 2024-12-20T23:04:02.095Z | slp 2:16:55.670953602 |
3651 | 2024-12-20T23:04:02.095Z | lat 1:03.393592470 |
3652 | 2024-12-20T23:04:02.095Z | stop 3:35.355376316 |
3653 | 2024-12-20T23:04:02.095Z | process exited: duration 1159265 ms, exit code 0 |
|
3654 | 2024-12-20T23:04:02.106Z | found 0 output files |