|
|
|
1 | 2024-11-28T00:50:10.224Z | job assigned to worker 01JDR3WFZ3FW0VX3PVBR73329G [factory aws, i-0d5b660012c7f0559] (queued for 1 m 4 s) |
|
2 | 2024-11-28T00:50:17.982Z | starting task 0: "setup" |
3 | 2024-11-28T00:50:17.990Z | ++ uname -s |
4 | 2024-11-28T00:50:17.995Z | + kern=SunOS |
5 | 2024-11-28T00:50:17.995Z | + case "$kern" in |
6 | 2024-11-28T00:50:17.995Z | + groupadd -g 12345 build |
7 | 2024-11-28T00:50:17.999Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T00:50:20.002Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T00:50:20.077Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T00:50:20.100Z | + home_fs=zfs |
11 | 2024-11-28T00:50:20.100Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T00:50:20.100Z | + mkdir -p /home/build |
13 | 2024-11-28T00:50:20.100Z | + chown build:build /home/build /work |
14 | 2024-11-28T00:50:22.065Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T00:50:22.069Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-11-28T00:50:22.074Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T00:50:22.079Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T00:50:22.079Z | ' 1.81.0 |
19 | 2024-11-28T00:50:22.079Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T00:50:22.079Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T00:50:22.079Z | ' default |
22 | 2024-11-28T00:50:22.079Z | * toolchain profile = "default" |
23 | 2024-11-28T00:50:22.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T00:50:22.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T00:50:22.205Z | info: downloading installer |
26 | 2024-11-28T00:50:23.571Z | info: profile set to 'default' |
27 | 2024-11-28T00:50:23.575Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T00:50:23.575Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T00:50:23.719Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T00:50:23.719Z | info: downloading component 'cargo' |
31 | 2024-11-28T00:50:24.496Z | info: downloading component 'clippy' |
32 | 2024-11-28T00:50:24.871Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T00:50:25.888Z | info: downloading component 'rust-std' |
34 | 2024-11-28T00:50:27.486Z | info: downloading component 'rustc' |
35 | 2024-11-28T00:50:33.263Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T00:50:33.475Z | info: installing component 'cargo' |
37 | 2024-11-28T00:50:34.258Z | info: installing component 'clippy' |
38 | 2024-11-28T00:50:34.612Z | info: installing component 'rust-docs' |
39 | 2024-11-28T00:50:36.192Z | info: installing component 'rust-std' |
40 | 2024-11-28T00:50:37.949Z | info: installing component 'rustc' |
41 | 2024-11-28T00:50:43.498Z | info: installing component 'rustfmt' |
42 | 2024-11-28T00:50:43.819Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T00:50:43.819Z | |
44 | 2024-11-28T00:50:44.189Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T00:50:44.189Z | |
46 | 2024-11-28T00:50:44.192Z | |
47 | 2024-11-28T00:50:44.192Z | Rust is installed now. Great! |
48 | 2024-11-28T00:50:44.192Z | |
49 | 2024-11-28T00:50:44.192Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T00:50:44.192Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T00:50:44.192Z | |
52 | 2024-11-28T00:50:44.192Z | To configure your current shell, you need to source |
53 | 2024-11-28T00:50:44.192Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T00:50:44.192Z | |
55 | 2024-11-28T00:50:44.192Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T00:50:44.192Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T00:50:44.192Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T00:50:44.263Z | + rustc --version |
59 | 2024-11-28T00:50:44.326Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T00:50:44.330Z | process exited: duration 22252 ms, exit code 0 |
|
61 | 2024-11-28T00:50:44.337Z | starting task 2: "authentication" |
62 | 2024-11-28T00:50:44.356Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T00:50:44.362Z | starting task 3: "clone repository" |
64 | 2024-11-28T00:50:44.365Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T00:50:44.368Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T00:50:44.400Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T00:50:51.597Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T00:50:51.597Z | + git fetch origin 4f6d2d277229bd23b8e46d0e30639770edb47afb |
69 | 2024-11-28T00:50:51.888Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T00:50:51.888Z | * branch 4f6d2d277229bd23b8e46d0e30639770edb47afb -> FETCH_HEAD |
71 | 2024-11-28T00:50:51.899Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-11-28T00:50:51.901Z | ++ git branch --show-current |
73 | 2024-11-28T00:50:51.903Z | + current=main |
74 | 2024-11-28T00:50:51.903Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-11-28T00:50:51.903Z | + git branch -f support-bundle-bg-task 4f6d2d277229bd23b8e46d0e30639770edb47afb |
76 | 2024-11-28T00:50:51.906Z | + git checkout -f support-bundle-bg-task |
77 | 2024-11-28T00:50:52.077Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-11-28T00:50:52.081Z | + git reset --hard 4f6d2d277229bd23b8e46d0e30639770edb47afb |
79 | 2024-11-28T00:50:52.105Z | HEAD is now at 4f6d2d277 Merge branch 'support-bundles-crdb' into support-bundle-bg-task |
80 | 2024-11-28T00:50:52.108Z | process exited: duration 7745 ms, exit code 0 |
|
81 | 2024-11-28T00:50:52.113Z | starting task 4: "build" |
82 | 2024-11-28T00:50:52.118Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T00:50:52.118Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T00:50:52.119Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T00:50:52.121Z | + cargo --version |
86 | 2024-11-28T00:50:52.174Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T00:50:52.177Z | + rustc --version |
88 | 2024-11-28T00:50:52.235Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T00:50:52.238Z | + source ./env.sh |
90 | 2024-11-28T00:50:52.238Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-28T00:50:52.238Z | ++ set -o xtrace |
92 | 2024-11-28T00:50:52.241Z | ++++ dirname ./env.sh |
93 | 2024-11-28T00:50:52.244Z | +++ readlink -f . |
94 | 2024-11-28T00:50:52.246Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-28T00:50:52.246Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-28T00:50:52.246Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-28T00:50:52.246Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-28T00:50:52.247Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-28T00:50:52.247Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-28T00:50:52.247Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-28T00:50:52.247Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-28T00:50:52.247Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-28T00:50:52.247Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-28T00:50:52.247Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-28T00:50:52.247Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-28T00:50:52.247Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-28T00:50:52.247Z | + banner prerequisites |
108 | 2024-11-28T00:50:52.250Z | |
109 | 2024-11-28T00:50:52.250Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-28T00:50:52.250Z | # # # # # # # # # # # # # # # |
111 | 2024-11-28T00:50:52.250Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-28T00:50:52.250Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-28T00:50:52.250Z | # # # # # # # # # # # # # # # |
114 | 2024-11-28T00:50:52.250Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-28T00:50:52.250Z | |
116 | 2024-11-28T00:50:52.250Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-28T00:50:58.217Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-28T00:51:01.906Z | Startup: Caching catalogs ... Done |
119 | 2024-11-28T00:51:10.954Z | Planning: Solver setup ... Done (8.188s) |
120 | 2024-11-28T00:51:11.070Z | Planning: Running solver ... Done (0.118s) |
121 | 2024-11-28T00:51:11.165Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-28T00:51:11.180Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-28T00:51:12.240Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-28T00:51:12.501Z | Planning: Package planning ... Done (0.261s) |
125 | 2024-11-28T00:51:12.559Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-28T00:51:12.749Z | Planning: Checking for conflicting actions ... Done (0.190s) |
127 | 2024-11-28T00:51:14.673Z | Planning: Consolidating action changes ... Done (1.923s) |
128 | 2024-11-28T00:51:15.085Z | Planning: Evaluating mediators ... Done (0.413s) |
129 | 2024-11-28T00:51:15.163Z | Planning: Planning completed in 13.16 seconds |
130 | 2024-11-28T00:51:15.178Z | Packages to install: 4 |
131 | 2024-11-28T00:51:15.181Z | Packages to update: 1 |
132 | 2024-11-28T00:51:15.181Z | Mediators to change: 2 |
133 | 2024-11-28T00:51:15.181Z | Services to change: 1 |
134 | 2024-11-28T00:51:15.182Z | Estimated space available: 155.64 GB |
135 | 2024-11-28T00:51:15.182Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-28T00:51:15.182Z | Create boot environment: No |
137 | 2024-11-28T00:51:15.182Z | Create backup boot environment: Yes |
138 | 2024-11-28T00:51:15.182Z | Rebuild boot archive: No |
139 | 2024-11-28T00:51:15.182Z | |
140 | 2024-11-28T00:51:15.182Z | Changed mediators: |
141 | 2024-11-28T00:51:15.182Z | mediator clang: |
142 | 2024-11-28T00:51:15.182Z | version: None -> 15 (system default) |
143 | 2024-11-28T00:51:15.182Z | |
144 | 2024-11-28T00:51:15.182Z | mediator llvm: |
145 | 2024-11-28T00:51:15.182Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-28T00:51:15.182Z | |
147 | 2024-11-28T00:51:15.182Z | Changed packages: |
148 | 2024-11-28T00:51:15.182Z | helios-dev |
149 | 2024-11-28T00:51:15.182Z | developer/build-essential |
150 | 2024-11-28T00:51:15.182Z | None -> 11-2.0 |
151 | 2024-11-28T00:51:15.182Z | library/libxmlsec1 |
152 | 2024-11-28T00:51:15.182Z | None -> 1.2.35-2.0 |
153 | 2024-11-28T00:51:15.182Z | ooce/developer/clang-15 |
154 | 2024-11-28T00:51:15.182Z | None -> 15.0.7-2.0 |
155 | 2024-11-28T00:51:15.182Z | ooce/developer/llvm-15 |
156 | 2024-11-28T00:51:15.182Z | None -> 15.0.7-2.0 |
157 | 2024-11-28T00:51:15.182Z | package/pkg |
158 | 2024-11-28T00:51:15.182Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-28T00:51:15.182Z | |
160 | 2024-11-28T00:51:15.182Z | Services: |
161 | 2024-11-28T00:51:15.183Z | restart_fmri: |
162 | 2024-11-28T00:51:15.183Z | svc:/system/update-man-index:default |
163 | 2024-11-28T00:51:15.183Z | |
164 | 2024-11-28T00:51:15.183Z | Editable files to change: |
165 | 2024-11-28T00:51:15.183Z | Update: |
166 | 2024-11-28T00:51:15.183Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-28T00:51:15.256Z | |
168 | 2024-11-28T00:51:15.256Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-28T00:51:20.312Z | Download: 1045/4281 items 19.7/220.6MB 8% complete (4.2M/s) |
170 | 2024-11-28T00:51:31.405Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (10.2M/s) |
171 | 2024-11-28T00:51:36.411Z | Download: 1560/4281 items 117.6/220.6MB 53% complete (7.2M/s) |
172 | 2024-11-28T00:51:41.413Z | Download: 1894/4281 items 118.6/220.6MB 53% complete (3.6M/s) |
173 | 2024-11-28T00:51:46.490Z | Download: 2216/4281 items 119.2/220.6MB 54% complete (160k/s) |
174 | 2024-11-28T00:51:51.526Z | Download: 2242/4281 items 119.3/220.6MB 54% complete (71.3k/s) |
175 | 2024-11-28T00:51:56.670Z | Download: 2526/4281 items 120.3/220.6MB 54% complete (115k/s) |
176 | 2024-11-28T00:52:01.675Z | Download: 2939/4281 items 121.2/220.6MB 54% complete (193k/s) |
177 | 2024-11-28T00:52:06.676Z | Download: 3225/4281 items 160.5/220.6MB 72% complete (4.0M/s) |
178 | 2024-11-28T00:52:12.397Z | Download: 3240/4281 items 165.2/220.6MB 74% complete (4.4M/s) |
179 | 2024-11-28T00:52:18.054Z | Download: 3241/4281 items 165.5/220.6MB 75% complete (4.3M/s) |
180 | 2024-11-28T00:52:23.900Z | Download: 3244/4281 items 165.8/220.6MB 75% complete (2.6M/s) |
181 | 2024-11-28T00:52:34.303Z | Download: 3244/4281 items 165.8/220.6MB 75% complete |
182 | 2024-11-28T00:52:40.277Z | Download: 3281/4281 items 209.4/220.6MB 94% complete (10.9M/s) |
183 | 2024-11-28T00:52:45.309Z | Download: 3336/4281 items 212.7/220.6MB 96% complete (4.2M/s) |
184 | 2024-11-28T00:52:50.318Z | Download: 3442/4281 items 215.1/220.6MB 97% complete (676k/s) |
185 | 2024-11-28T00:52:55.558Z | Download: 3611/4281 items 216.3/220.6MB 98% complete (363k/s) |
186 | 2024-11-28T00:53:00.619Z | Download: 3761/4281 items 217.8/220.6MB 98% complete (261k/s) |
187 | 2024-11-28T00:53:05.622Z | Download: 3985/4281 items 219.4/220.6MB 99% complete (315k/s) |
188 | 2024-11-28T00:53:11.158Z | Download: 4197/4281 items 220.6/220.6MB 99% complete (328k/s) |
189 | 2024-11-28T00:53:16.631Z | Download: 4239/4281 items 220.6/220.6MB 99% complete (163k/s) |
190 | 2024-11-28T00:53:19.856Z | Download: Completed 220.60 MB in 124.59 seconds (1.8M/s) |
191 | 2024-11-28T00:53:21.884Z | Actions: 1/5063 actions (Removing old actions) |
192 | 2024-11-28T00:53:21.900Z | Actions: 194/5063 actions (Installing new actions) |
193 | 2024-11-28T00:53:26.547Z | Actions: 4226/5063 actions (Updating modified actions) |
194 | 2024-11-28T00:53:26.848Z | Actions: Completed 5063 actions in 4.97 seconds. |
195 | 2024-11-28T00:53:27.238Z | Done (0.383s) |
196 | 2024-11-28T00:53:27.241Z | Done (0.000s) |
197 | 2024-11-28T00:53:27.776Z | Done (0.536s) |
198 | 2024-11-28T00:53:31.944Z | Done (3.950s) |
199 | 2024-11-28T00:53:32.030Z | Done (0.018s) |
200 | 2024-11-28T00:53:32.034Z | Done (0.000s) |
201 | 2024-11-28T00:53:32.216Z | Done (0.000s) |
202 | 2024-11-28T00:53:32.895Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-11-28T00:53:33.051Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-11-28T00:53:33.054Z | Planning: Consolidating action changes ... Done |
205 | 2024-11-28T00:53:33.319Z | Planning: Evaluating mediators ... Done |
206 | 2024-11-28T00:53:33.322Z | Planning: Planning completed in 0.43 seconds |
207 | 2024-11-28T00:53:33.358Z | Mediators to change: 2 |
208 | 2024-11-28T00:53:33.358Z | Create boot environment: No |
209 | 2024-11-28T00:53:33.361Z | Create backup boot environment: No |
210 | 2024-11-28T00:53:33.437Z | Done |
211 | 2024-11-28T00:53:33.437Z | Done |
212 | 2024-11-28T00:53:33.778Z | Done |
213 | 2024-11-28T00:53:37.363Z | Done |
214 | 2024-11-28T00:53:37.453Z | Done |
215 | 2024-11-28T00:53:37.456Z | Done |
216 | 2024-11-28T00:53:37.563Z | Done |
217 | 2024-11-28T00:53:38.198Z | Planning: Evaluating mediator changes ... Done |
218 | 2024-11-28T00:53:38.276Z | Planning: Merging actions ... Done |
219 | 2024-11-28T00:53:38.403Z | Planning: Checking for conflicting actions ... Done |
220 | 2024-11-28T00:53:38.424Z | Planning: Consolidating action changes ... Done |
221 | 2024-11-28T00:53:38.621Z | Planning: Evaluating mediators ... Done |
222 | 2024-11-28T00:53:38.681Z | Planning: Planning completed in 0.75 seconds |
223 | 2024-11-28T00:53:38.725Z | Packages to change: 1 |
224 | 2024-11-28T00:53:38.728Z | Mediators to change: 1 |
225 | 2024-11-28T00:53:38.728Z | Services to change: 1 |
226 | 2024-11-28T00:53:38.728Z | Create boot environment: No |
227 | 2024-11-28T00:53:38.728Z | Create backup boot environment: Yes |
228 | 2024-11-28T00:53:40.884Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2024-11-28T00:53:40.887Z | Actions: Completed 6 actions in 0.00 seconds. |
230 | 2024-11-28T00:53:40.887Z | Done |
231 | 2024-11-28T00:53:40.887Z | Done |
232 | 2024-11-28T00:53:41.001Z | Done |
233 | 2024-11-28T00:53:44.599Z | Done |
234 | 2024-11-28T00:53:44.692Z | Done |
235 | 2024-11-28T00:53:44.695Z | Done |
236 | 2024-11-28T00:53:44.817Z | Done |
237 | 2024-11-28T00:53:45.244Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2024-11-28T00:53:45.244Z | clang system 15 system |
239 | 2024-11-28T00:53:45.245Z | csh system system illumos |
240 | 2024-11-28T00:53:45.245Z | ctags system system illumos |
241 | 2024-11-28T00:53:45.245Z | gcc vendor 12 vendor |
242 | 2024-11-28T00:53:45.245Z | gcc system 10 system |
243 | 2024-11-28T00:53:45.245Z | gcc system 7 system |
244 | 2024-11-28T00:53:45.245Z | go system 1.20 system |
245 | 2024-11-28T00:53:45.245Z | go system 1.19 system |
246 | 2024-11-28T00:53:45.245Z | llvm system 15 system |
247 | 2024-11-28T00:53:45.245Z | llvm system 14 system |
248 | 2024-11-28T00:53:45.245Z | mariadb system 10.6 system |
249 | 2024-11-28T00:53:45.245Z | mta vendor vendor dma |
250 | 2024-11-28T00:53:45.245Z | openjdk system 17 system |
251 | 2024-11-28T00:53:45.245Z | openjdk system 11 system |
252 | 2024-11-28T00:53:45.245Z | openjdk system 1.8 system |
253 | 2024-11-28T00:53:45.245Z | openssl vendor 3 vendor |
254 | 2024-11-28T00:53:45.245Z | perl system 5.36 system |
255 | 2024-11-28T00:53:45.245Z | postgresql system 15 system |
256 | 2024-11-28T00:53:45.245Z | postgresql system 13 system |
257 | 2024-11-28T00:53:45.245Z | python vendor 3 vendor |
258 | 2024-11-28T00:53:45.245Z | python system 2 system |
259 | 2024-11-28T00:53:45.245Z | python3 system 3.11 system |
260 | 2024-11-28T00:53:45.245Z | ruby system 3.0 system |
261 | 2024-11-28T00:53:45.245Z | words vendor vendor american-english |
262 | 2024-11-28T00:53:45.245Z | words system system australian-english |
263 | 2024-11-28T00:53:45.245Z | words system system british-english |
264 | 2024-11-28T00:53:45.245Z | words system system canadian-english |
265 | 2024-11-28T00:53:45.245Z | words system system french |
266 | 2024-11-28T00:53:45.245Z | words system system italian |
267 | 2024-11-28T00:53:45.245Z | words system system ngerman |
268 | 2024-11-28T00:53:45.245Z | words system system ogerman |
269 | 2024-11-28T00:53:45.245Z | words system system spanish |
270 | 2024-11-28T00:53:45.571Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2024-11-28T00:53:45.571Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2024-11-28T00:53:48.165Z | FMRI IFO |
273 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
283 | 2024-11-28T00:53:48.165Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
284 | 2024-11-28T00:53:48.166Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2024-11-28T00:53:48.166Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
286 | 2024-11-28T00:53:48.166Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
287 | 2024-11-28T00:53:48.166Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2024-11-28T00:53:48.901Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2024-11-28T00:53:49.187Z | Updating crates.io index |
290 | 2024-11-28T00:53:49.190Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2024-11-28T00:53:49.802Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2024-11-28T00:53:50.069Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2024-11-28T00:53:50.339Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2024-11-28T00:53:50.573Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2024-11-28T00:53:51.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-28T00:53:53.776Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2024-11-28T00:53:54.957Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2024-11-28T00:53:55.799Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2024-11-28T00:53:56.074Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2024-11-28T00:53:56.360Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2024-11-28T00:53:56.951Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2024-11-28T00:53:57.268Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2024-11-28T00:53:57.583Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2024-11-28T00:53:57.799Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2024-11-28T00:53:58.185Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2024-11-28T00:53:58.457Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2024-11-28T00:53:58.709Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
308 | 2024-11-28T00:53:59.016Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2024-11-28T00:53:59.331Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2024-11-28T00:53:59.646Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2024-11-28T00:54:00.089Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2024-11-28T00:54:00.422Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2024-11-28T00:54:01.119Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2024-11-28T00:54:01.469Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
315 | 2024-11-28T00:54:01.920Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
316 | 2024-11-28T00:54:02.216Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
317 | 2024-11-28T00:54:02.571Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
318 | 2024-11-28T00:54:02.854Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
319 | 2024-11-28T00:54:04.085Z | Downloading crates ... |
320 | 2024-11-28T00:54:04.178Z | Downloaded colorchoice v1.0.2 |
321 | 2024-11-28T00:54:04.198Z | Downloaded generic-array v0.14.7 |
322 | 2024-11-28T00:54:04.200Z | Downloaded strsim v0.11.1 |
323 | 2024-11-28T00:54:04.202Z | Downloaded hashbrown v0.15.0 |
324 | 2024-11-28T00:54:04.207Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-11-28T00:54:04.209Z | Downloaded memchr v2.7.4 |
326 | 2024-11-28T00:54:04.221Z | Downloaded anstream v0.6.15 |
327 | 2024-11-28T00:54:04.233Z | Downloaded anstyle v1.0.10 |
328 | 2024-11-28T00:54:04.238Z | Downloaded anstyle-parse v0.2.5 |
329 | 2024-11-28T00:54:04.241Z | Downloaded bytecount v0.6.8 |
330 | 2024-11-28T00:54:04.243Z | Downloaded dtrace-parser v0.2.0 |
331 | 2024-11-28T00:54:04.245Z | Downloaded anyhow v1.0.93 |
332 | 2024-11-28T00:54:04.248Z | Downloaded equivalent v1.0.1 |
333 | 2024-11-28T00:54:04.251Z | Downloaded autocfg v1.4.0 |
334 | 2024-11-28T00:54:04.254Z | Downloaded clap v4.5.21 |
335 | 2024-11-28T00:54:04.261Z | Downloaded crypto-common v0.1.6 |
336 | 2024-11-28T00:54:04.263Z | Downloaded bitflags v2.6.0 |
337 | 2024-11-28T00:54:04.266Z | Downloaded errno v0.3.9 |
338 | 2024-11-28T00:54:04.269Z | Downloaded block-buffer v0.10.4 |
339 | 2024-11-28T00:54:04.269Z | Downloaded cpufeatures v0.2.14 |
340 | 2024-11-28T00:54:04.271Z | Downloaded clap_builder v4.5.21 |
341 | 2024-11-28T00:54:04.277Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-11-28T00:54:04.279Z | Downloaded byteorder v1.5.0 |
343 | 2024-11-28T00:54:04.283Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-11-28T00:54:04.283Z | Downloaded digest v0.10.7 |
345 | 2024-11-28T00:54:04.285Z | Downloaded dof v0.3.0 |
346 | 2024-11-28T00:54:04.285Z | Downloaded anstyle-query v1.1.1 |
347 | 2024-11-28T00:54:04.285Z | Downloaded clap_lex v0.7.2 |
348 | 2024-11-28T00:54:04.288Z | Downloaded cargo-platform v0.1.8 |
349 | 2024-11-28T00:54:04.288Z | Downloaded camino v1.1.9 |
350 | 2024-11-28T00:54:04.291Z | Downloaded pest_generator v2.7.14 |
351 | 2024-11-28T00:54:04.291Z | Downloaded clap_derive v4.5.18 |
352 | 2024-11-28T00:54:04.293Z | Downloaded once_cell v1.20.2 |
353 | 2024-11-28T00:54:04.295Z | Downloaded fastrand v2.1.1 |
354 | 2024-11-28T00:54:04.298Z | Downloaded camino-tempfile v1.1.1 |
355 | 2024-11-28T00:54:04.298Z | Downloaded scroll v0.12.0 |
356 | 2024-11-28T00:54:04.300Z | Downloaded papergrid v0.11.0 |
357 | 2024-11-28T00:54:04.304Z | Downloaded cfg-if v1.0.0 |
358 | 2024-11-28T00:54:04.307Z | Downloaded itoa v1.0.11 |
359 | 2024-11-28T00:54:04.316Z | Downloaded scroll_derive v0.12.0 |
360 | 2024-11-28T00:54:04.318Z | Downloaded goblin v0.8.2 |
361 | 2024-11-28T00:54:04.323Z | Downloaded pretty-hex v0.4.1 |
362 | 2024-11-28T00:54:04.332Z | Downloaded fs-err v2.11.0 |
363 | 2024-11-28T00:54:04.335Z | Downloaded usdt-macro v0.5.0 |
364 | 2024-11-28T00:54:04.335Z | Downloaded memmap v0.7.0 |
365 | 2024-11-28T00:54:04.338Z | Downloaded heck v0.4.1 |
366 | 2024-11-28T00:54:04.338Z | Downloaded fnv v1.0.7 |
367 | 2024-11-28T00:54:04.343Z | Downloaded swrite v0.1.0 |
368 | 2024-11-28T00:54:04.352Z | Downloaded macaddr v1.0.1 |
369 | 2024-11-28T00:54:04.357Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2024-11-28T00:54:04.361Z | Downloaded plain v0.2.3 |
371 | 2024-11-28T00:54:04.363Z | Downloaded smawk v0.3.2 |
372 | 2024-11-28T00:54:04.363Z | Downloaded terminal_size v0.4.0 |
373 | 2024-11-28T00:54:04.369Z | Downloaded quote v1.0.37 |
374 | 2024-11-28T00:54:04.371Z | Downloaded pest_derive v2.7.14 |
375 | 2024-11-28T00:54:04.373Z | Downloaded unicode-linebreak v0.1.5 |
376 | 2024-11-28T00:54:04.375Z | Downloaded serde_spanned v0.6.8 |
377 | 2024-11-28T00:54:04.378Z | Downloaded thiserror v1.0.69 |
378 | 2024-11-28T00:54:04.383Z | Downloaded version_check v0.9.5 |
379 | 2024-11-28T00:54:04.385Z | Downloaded heck v0.5.0 |
380 | 2024-11-28T00:54:04.385Z | Downloaded toml_datetime v0.6.8 |
381 | 2024-11-28T00:54:04.385Z | Downloaded thiserror-impl v1.0.69 |
382 | 2024-11-28T00:54:04.388Z | Downloaded usdt v0.5.0 |
383 | 2024-11-28T00:54:04.391Z | Downloaded is_terminal_polyfill v1.70.1 |
384 | 2024-11-28T00:54:04.395Z | Downloaded tabled_derive v0.7.0 |
385 | 2024-11-28T00:54:04.404Z | Downloaded proc-macro-error v1.0.4 |
386 | 2024-11-28T00:54:04.408Z | Downloaded thread-id v4.2.2 |
387 | 2024-11-28T00:54:04.411Z | Downloaded tempfile v3.13.0 |
388 | 2024-11-28T00:54:04.411Z | Downloaded serde_tokenstream v0.2.2 |
389 | 2024-11-28T00:54:04.413Z | Downloaded semver v1.0.23 |
390 | 2024-11-28T00:54:04.416Z | Downloaded utf8parse v0.2.2 |
391 | 2024-11-28T00:54:04.416Z | Downloaded log v0.4.22 |
392 | 2024-11-28T00:54:04.419Z | Downloaded usdt-impl v0.5.0 |
393 | 2024-11-28T00:54:04.422Z | Downloaded zerocopy-derive v0.7.35 |
394 | 2024-11-28T00:54:04.426Z | Downloaded typenum v1.17.0 |
395 | 2024-11-28T00:54:04.429Z | Downloaded proc-macro2 v1.0.89 |
396 | 2024-11-28T00:54:04.431Z | Downloaded ryu v1.0.18 |
397 | 2024-11-28T00:54:04.433Z | Downloaded unicode-ident v1.0.13 |
398 | 2024-11-28T00:54:04.436Z | Downloaded ucd-trie v0.1.7 |
399 | 2024-11-28T00:54:04.440Z | Downloaded toml v0.8.19 |
400 | 2024-11-28T00:54:04.442Z | Downloaded sha2 v0.10.8 |
401 | 2024-11-28T00:54:04.442Z | Downloaded textwrap v0.16.1 |
402 | 2024-11-28T00:54:04.445Z | Downloaded serde_derive v1.0.215 |
403 | 2024-11-28T00:54:04.448Z | Downloaded pest_meta v2.7.14 |
404 | 2024-11-28T00:54:04.451Z | Downloaded indexmap v2.6.0 |
405 | 2024-11-28T00:54:04.469Z | Downloaded serde v1.0.215 |
406 | 2024-11-28T00:54:04.485Z | Downloaded toml_edit v0.22.22 |
407 | 2024-11-28T00:54:04.505Z | Downloaded pest v2.7.14 |
408 | 2024-11-28T00:54:04.515Z | Downloaded zerocopy v0.7.35 |
409 | 2024-11-28T00:54:04.541Z | Downloaded winnow v0.6.20 |
410 | 2024-11-28T00:54:04.549Z | Downloaded serde_json v1.0.132 |
411 | 2024-11-28T00:54:04.555Z | Downloaded tabled v0.15.0 |
412 | 2024-11-28T00:54:04.569Z | Downloaded unicode-width v0.1.14 |
413 | 2024-11-28T00:54:04.574Z | Downloaded syn v1.0.109 |
414 | 2024-11-28T00:54:04.583Z | Downloaded syn v2.0.87 |
415 | 2024-11-28T00:54:04.593Z | Downloaded rustix v0.38.37 |
416 | 2024-11-28T00:54:04.631Z | Downloaded libc v0.2.162 |
417 | 2024-11-28T00:54:04.949Z | Compiling proc-macro2 v1.0.89 |
418 | 2024-11-28T00:54:04.949Z | Compiling unicode-ident v1.0.13 |
419 | 2024-11-28T00:54:04.951Z | Compiling version_check v0.9.5 |
420 | 2024-11-28T00:54:04.951Z | Compiling serde v1.0.215 |
421 | 2024-11-28T00:54:04.951Z | Compiling memchr v2.7.4 |
422 | 2024-11-28T00:54:04.951Z | Compiling thiserror v1.0.69 |
423 | 2024-11-28T00:54:04.951Z | Compiling libc v0.2.162 |
424 | 2024-11-28T00:54:04.984Z | Compiling itoa v1.0.11 |
425 | 2024-11-28T00:54:05.208Z | Compiling ucd-trie v0.1.7 |
426 | 2024-11-28T00:54:05.291Z | Compiling ryu v1.0.18 |
427 | 2024-11-28T00:54:05.667Z | Compiling once_cell v1.20.2 |
428 | 2024-11-28T00:54:05.856Z | Compiling byteorder v1.5.0 |
429 | 2024-11-28T00:54:05.998Z | Compiling rustix v0.38.37 |
430 | 2024-11-28T00:54:06.098Z | Compiling serde_json v1.0.132 |
431 | 2024-11-28T00:54:06.304Z | Compiling bitflags v2.6.0 |
432 | 2024-11-28T00:54:06.440Z | Compiling proc-macro-error-attr v1.0.4 |
433 | 2024-11-28T00:54:06.636Z | Compiling usdt-impl v0.5.0 |
434 | 2024-11-28T00:54:06.708Z | Compiling syn v1.0.109 |
435 | 2024-11-28T00:54:06.758Z | Compiling proc-macro-error v1.0.4 |
436 | 2024-11-28T00:54:06.805Z | Compiling quote v1.0.37 |
437 | 2024-11-28T00:54:06.971Z | Compiling equivalent v1.0.1 |
438 | 2024-11-28T00:54:07.053Z | Compiling hashbrown v0.15.0 |
439 | 2024-11-28T00:54:07.087Z | Compiling camino v1.1.9 |
440 | 2024-11-28T00:54:07.111Z | Compiling log v0.4.22 |
441 | 2024-11-28T00:54:07.318Z | Compiling syn v2.0.87 |
442 | 2024-11-28T00:54:07.431Z | Compiling errno v0.3.9 |
443 | 2024-11-28T00:54:07.519Z | Compiling thread-id v4.2.2 |
444 | 2024-11-28T00:54:07.544Z | Compiling plain v0.2.3 |
445 | 2024-11-28T00:54:07.664Z | Compiling utf8parse v0.2.2 |
446 | 2024-11-28T00:54:07.807Z | Compiling anstyle-parse v0.2.5 |
447 | 2024-11-28T00:54:07.855Z | Compiling colorchoice v1.0.2 |
448 | 2024-11-28T00:54:08.025Z | Compiling anstyle v1.0.10 |
449 | 2024-11-28T00:54:08.123Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2024-11-28T00:54:08.155Z | Compiling unicode-width v0.1.14 |
451 | 2024-11-28T00:54:08.261Z | Compiling indexmap v2.6.0 |
452 | 2024-11-28T00:54:08.265Z | Compiling winnow v0.6.20 |
453 | 2024-11-28T00:54:08.476Z | Compiling semver v1.0.23 |
454 | 2024-11-28T00:54:08.559Z | Compiling pretty-hex v0.4.1 |
455 | 2024-11-28T00:54:08.670Z | Compiling autocfg v1.4.0 |
456 | 2024-11-28T00:54:08.782Z | Compiling anstyle-query v1.1.1 |
457 | 2024-11-28T00:54:08.934Z | Compiling anstream v0.6.15 |
458 | 2024-11-28T00:54:09.376Z | Compiling heck v0.5.0 |
459 | 2024-11-28T00:54:09.618Z | Compiling bytecount v0.6.8 |
460 | 2024-11-28T00:54:09.699Z | Compiling fnv v1.0.7 |
461 | 2024-11-28T00:54:09.862Z | Compiling terminal_size v0.4.0 |
462 | 2024-11-28T00:54:09.888Z | Compiling fs-err v2.11.0 |
463 | 2024-11-28T00:54:09.909Z | Compiling fastrand v2.1.1 |
464 | 2024-11-28T00:54:09.912Z | Compiling heck v0.4.1 |
465 | 2024-11-28T00:54:10.053Z | Compiling anyhow v1.0.93 |
466 | 2024-11-28T00:54:10.171Z | Compiling strsim v0.11.1 |
467 | 2024-11-28T00:54:10.446Z | Compiling cfg-if v1.0.0 |
468 | 2024-11-28T00:54:10.611Z | Compiling clap_lex v0.7.2 |
469 | 2024-11-28T00:54:10.907Z | Compiling clap_builder v4.5.21 |
470 | 2024-11-28T00:54:11.063Z | Compiling tempfile v3.13.0 |
471 | 2024-11-28T00:54:11.132Z | Compiling papergrid v0.11.0 |
472 | 2024-11-28T00:54:11.208Z | Compiling memmap v0.7.0 |
473 | 2024-11-28T00:54:11.249Z | Compiling smawk v0.3.2 |
474 | 2024-11-28T00:54:11.461Z | Compiling unicode-linebreak v0.1.5 |
475 | 2024-11-28T00:54:11.956Z | Compiling textwrap v0.16.1 |
476 | 2024-11-28T00:54:12.144Z | Compiling swrite v0.1.0 |
477 | 2024-11-28T00:54:13.264Z | Compiling tabled_derive v0.7.0 |
478 | 2024-11-28T00:54:14.888Z | Compiling tabled v0.15.0 |
479 | 2024-11-28T00:54:16.344Z | Compiling serde_derive v1.0.215 |
480 | 2024-11-28T00:54:16.344Z | Compiling thiserror-impl v1.0.69 |
481 | 2024-11-28T00:54:16.349Z | Compiling zerocopy-derive v0.7.35 |
482 | 2024-11-28T00:54:16.349Z | Compiling scroll_derive v0.12.0 |
483 | 2024-11-28T00:54:16.568Z | Compiling clap_derive v4.5.18 |
484 | 2024-11-28T00:54:17.537Z | Compiling scroll v0.12.0 |
485 | 2024-11-28T00:54:18.016Z | Compiling goblin v0.8.2 |
486 | 2024-11-28T00:54:18.186Z | Compiling zerocopy v0.7.35 |
487 | 2024-11-28T00:54:18.991Z | Compiling pest v2.7.14 |
488 | 2024-11-28T00:54:20.419Z | Compiling clap v4.5.21 |
489 | 2024-11-28T00:54:21.252Z | Compiling pest_meta v2.7.14 |
490 | 2024-11-28T00:54:22.129Z | Compiling pest_generator v2.7.14 |
491 | 2024-11-28T00:54:24.132Z | Compiling pest_derive v2.7.14 |
492 | 2024-11-28T00:54:24.805Z | Compiling dtrace-parser v0.2.0 |
493 | 2024-11-28T00:54:26.548Z | Compiling serde_tokenstream v0.2.2 |
494 | 2024-11-28T00:54:26.720Z | Compiling toml_datetime v0.6.8 |
495 | 2024-11-28T00:54:26.720Z | Compiling serde_spanned v0.6.8 |
496 | 2024-11-28T00:54:27.011Z | Compiling cargo-platform v0.1.8 |
497 | 2024-11-28T00:54:27.105Z | Compiling toml_edit v0.22.22 |
498 | 2024-11-28T00:54:27.133Z | Compiling macaddr v1.0.1 |
499 | 2024-11-28T00:54:27.451Z | Compiling camino-tempfile v1.1.1 |
500 | 2024-11-28T00:54:27.981Z | Compiling dof v0.3.0 |
501 | 2024-11-28T00:54:28.311Z | Compiling cargo_metadata v0.18.1 |
502 | 2024-11-28T00:54:29.631Z | Compiling usdt-macro v0.5.0 |
503 | 2024-11-28T00:54:29.631Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2024-11-28T00:54:29.925Z | Compiling toml v0.8.19 |
505 | 2024-11-28T00:54:30.792Z | Compiling cargo_toml v0.20.5 |
506 | 2024-11-28T00:54:30.926Z | Compiling usdt v0.5.0 |
507 | 2024-11-28T00:54:34.242Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
508 | 2024-11-28T00:54:38.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s |
509 | 2024-11-28T00:54:38.596Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
510 | 2024-11-28T00:54:39.134Z | Downloading crates ... |
511 | 2024-11-28T00:54:39.290Z | Downloaded iana-time-zone v0.1.61 |
512 | 2024-11-28T00:54:39.298Z | Downloaded lazycell v1.3.0 |
513 | 2024-11-28T00:54:39.302Z | Downloaded internet-checksum v0.2.1 |
514 | 2024-11-28T00:54:39.302Z | Downloaded icu_locid_transform v1.5.0 |
515 | 2024-11-28T00:54:39.305Z | Downloaded headers-core v0.3.0 |
516 | 2024-11-28T00:54:39.309Z | Downloaded libm v0.2.8 |
517 | 2024-11-28T00:54:39.317Z | Downloaded icu_locid_transform_data v1.5.0 |
518 | 2024-11-28T00:54:39.321Z | Downloaded ipnetwork v0.20.0 |
519 | 2024-11-28T00:54:39.324Z | Downloaded darling v0.20.10 |
520 | 2024-11-28T00:54:39.345Z | Downloaded rayon v1.10.0 |
521 | 2024-11-28T00:54:39.405Z | Downloaded cexpr v0.6.0 |
522 | 2024-11-28T00:54:39.408Z | Downloaded http v1.1.0 |
523 | 2024-11-28T00:54:39.411Z | Downloaded chacha20 v0.9.1 |
524 | 2024-11-28T00:54:39.415Z | Downloaded aead v0.5.2 |
525 | 2024-11-28T00:54:39.417Z | Downloaded hostname v0.3.1 |
526 | 2024-11-28T00:54:39.417Z | Downloaded httparse v1.9.5 |
527 | 2024-11-28T00:54:39.420Z | Downloaded http-body v1.0.1 |
528 | 2024-11-28T00:54:39.420Z | Downloaded hubpack_derive v0.1.1 |
529 | 2024-11-28T00:54:39.423Z | Downloaded atty v0.2.14 |
530 | 2024-11-28T00:54:39.423Z | Downloaded atomicwrites v0.4.4 |
531 | 2024-11-28T00:54:39.426Z | Downloaded hostname v0.4.0 |
532 | 2024-11-28T00:54:39.426Z | Downloaded hubpack v0.1.2 |
533 | 2024-11-28T00:54:39.427Z | Downloaded adler2 v2.0.0 |
534 | 2024-11-28T00:54:39.429Z | Downloaded icu_locid v1.5.0 |
535 | 2024-11-28T00:54:39.433Z | Downloaded hyper-util v0.1.10 |
536 | 2024-11-28T00:54:39.437Z | Downloaded indoc v1.0.9 |
537 | 2024-11-28T00:54:39.440Z | Downloaded convert_case v0.4.0 |
538 | 2024-11-28T00:54:39.442Z | Downloaded cmake v0.1.51 |
539 | 2024-11-28T00:54:39.445Z | Downloaded ciborium-ll v0.2.2 |
540 | 2024-11-28T00:54:39.445Z | Downloaded async-recursion v1.1.1 |
541 | 2024-11-28T00:54:39.449Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2024-11-28T00:54:39.451Z | Downloaded httpdate v1.0.3 |
543 | 2024-11-28T00:54:39.452Z | Downloaded assert_matches v1.5.0 |
544 | 2024-11-28T00:54:39.452Z | Downloaded addr2line v0.24.2 |
545 | 2024-11-28T00:54:39.454Z | Downloaded async-bb8-diesel v0.2.1 |
546 | 2024-11-28T00:54:39.459Z | Downloaded impl-trait-for-tuples v0.2.2 |
547 | 2024-11-28T00:54:39.462Z | Downloaded async-stream-impl v0.3.6 |
548 | 2024-11-28T00:54:39.462Z | Downloaded arrayref v0.3.9 |
549 | 2024-11-28T00:54:39.462Z | Downloaded bitfield-struct v0.6.2 |
550 | 2024-11-28T00:54:39.465Z | Downloaded ident_case v1.0.1 |
551 | 2024-11-28T00:54:39.465Z | Downloaded is_ci v1.2.0 |
552 | 2024-11-28T00:54:39.465Z | Downloaded hyper-tls v0.6.0 |
553 | 2024-11-28T00:54:39.467Z | Downloaded cfg_aliases v0.1.1 |
554 | 2024-11-28T00:54:39.467Z | Downloaded bitflags v1.3.2 |
555 | 2024-11-28T00:54:39.470Z | Downloaded bit-set v0.5.3 |
556 | 2024-11-28T00:54:39.473Z | Downloaded bcrypt-pbkdf v0.10.0 |
557 | 2024-11-28T00:54:39.473Z | Downloaded atomic-waker v1.1.2 |
558 | 2024-11-28T00:54:39.476Z | Downloaded instant v0.1.13 |
559 | 2024-11-28T00:54:39.476Z | Downloaded crc v3.2.1 |
560 | 2024-11-28T00:54:39.478Z | Downloaded base16ct v0.2.0 |
561 | 2024-11-28T00:54:39.481Z | Downloaded indent_write v2.2.0 |
562 | 2024-11-28T00:54:39.484Z | Downloaded async-stream v0.3.6 |
563 | 2024-11-28T00:54:39.484Z | Downloaded array-init v0.0.4 |
564 | 2024-11-28T00:54:39.487Z | Downloaded hyper-staticfile v0.10.1 |
565 | 2024-11-28T00:54:39.487Z | Downloaded backoff v0.4.0 |
566 | 2024-11-28T00:54:39.490Z | Downloaded arrayvec v0.7.6 |
567 | 2024-11-28T00:54:39.492Z | Downloaded icu_properties v1.5.1 |
568 | 2024-11-28T00:54:39.496Z | Downloaded castaway v0.2.3 |
569 | 2024-11-28T00:54:39.496Z | Downloaded blowfish v0.9.1 |
570 | 2024-11-28T00:54:39.499Z | Downloaded ascii-canvas v3.0.0 |
571 | 2024-11-28T00:54:39.499Z | Downloaded kstat-rs v0.2.4 |
572 | 2024-11-28T00:54:39.502Z | Downloaded keccak v0.1.5 |
573 | 2024-11-28T00:54:39.502Z | Downloaded ciborium-io v0.2.2 |
574 | 2024-11-28T00:54:39.505Z | Downloaded matches v0.1.10 |
575 | 2024-11-28T00:54:39.505Z | Downloaded bitfield v0.14.0 |
576 | 2024-11-28T00:54:39.508Z | Downloaded instability v0.3.2 |
577 | 2024-11-28T00:54:39.508Z | Downloaded argon2 v0.5.3 |
578 | 2024-11-28T00:54:39.508Z | Downloaded idna_adapter v1.2.0 |
579 | 2024-11-28T00:54:39.511Z | Downloaded block-padding v0.3.3 |
580 | 2024-11-28T00:54:39.511Z | Downloaded cfg_aliases v0.2.1 |
581 | 2024-11-28T00:54:39.513Z | Downloaded bytes v1.8.0 |
582 | 2024-11-28T00:54:39.516Z | Downloaded constant_time_eq v0.3.1 |
583 | 2024-11-28T00:54:39.519Z | Downloaded md5 v0.7.0 |
584 | 2024-11-28T00:54:39.519Z | Downloaded match_cfg v0.1.0 |
585 | 2024-11-28T00:54:39.519Z | Downloaded cassowary v0.3.0 |
586 | 2024-11-28T00:54:39.521Z | Downloaded buf-list v1.0.3 |
587 | 2024-11-28T00:54:39.523Z | Downloaded cbc v0.1.2 |
588 | 2024-11-28T00:54:39.526Z | Downloaded allocator-api2 v0.2.18 |
589 | 2024-11-28T00:54:39.529Z | Downloaded lru-cache v0.1.2 |
590 | 2024-11-28T00:54:39.529Z | Downloaded lalrpop-util v0.19.12 |
591 | 2024-11-28T00:54:39.534Z | Downloaded base64ct v1.6.0 |
592 | 2024-11-28T00:54:39.537Z | Downloaded rustfmt-wrapper v0.2.1 |
593 | 2024-11-28T00:54:39.537Z | Downloaded managed v0.8.0 |
594 | 2024-11-28T00:54:39.537Z | Downloaded linear-map v1.2.0 |
595 | 2024-11-28T00:54:39.537Z | Downloaded lockfree-object-pool v0.1.6 |
596 | 2024-11-28T00:54:39.540Z | Downloaded bzip2 v0.4.4 |
597 | 2024-11-28T00:54:39.543Z | Downloaded linked-hash-map v0.5.6 |
598 | 2024-11-28T00:54:39.543Z | Downloaded libsw v3.3.1 |
599 | 2024-11-28T00:54:39.545Z | Downloaded icu_normalizer_data v1.5.0 |
600 | 2024-11-28T00:54:39.547Z | Downloaded lru v0.12.5 |
601 | 2024-11-28T00:54:39.550Z | Downloaded cipher v0.4.4 |
602 | 2024-11-28T00:54:39.550Z | Downloaded cstr-argument v0.1.2 |
603 | 2024-11-28T00:54:39.553Z | Downloaded home v0.5.9 |
604 | 2024-11-28T00:54:39.553Z | Downloaded indexmap v1.9.3 |
605 | 2024-11-28T00:54:39.557Z | Downloaded bcs v0.1.6 |
606 | 2024-11-28T00:54:39.559Z | Downloaded crucible-workspace-hack v0.1.0 |
607 | 2024-11-28T00:54:39.559Z | Downloaded icu_provider v1.5.0 |
608 | 2024-11-28T00:54:39.562Z | Downloaded maybe-uninit v2.0.0 |
609 | 2024-11-28T00:54:39.565Z | Downloaded heck v0.3.3 |
610 | 2024-11-28T00:54:39.565Z | Downloaded hex v0.4.3 |
611 | 2024-11-28T00:54:39.568Z | Downloaded colored v2.1.0 |
612 | 2024-11-28T00:54:39.568Z | Downloaded chrono-tz-build v0.4.0 |
613 | 2024-11-28T00:54:39.571Z | Downloaded ahash v0.8.11 |
614 | 2024-11-28T00:54:39.574Z | Downloaded mime v0.3.17 |
615 | 2024-11-28T00:54:39.574Z | Downloaded md-5 v0.10.6 |
616 | 2024-11-28T00:54:39.574Z | Downloaded memoffset v0.9.1 |
617 | 2024-11-28T00:54:39.577Z | Downloaded cancel-safe-futures v0.1.5 |
618 | 2024-11-28T00:54:39.579Z | Downloaded quinn-udp v0.5.5 |
619 | 2024-11-28T00:54:39.582Z | Downloaded secrecy v0.8.0 |
620 | 2024-11-28T00:54:39.582Z | Downloaded slog-async v2.8.0 |
621 | 2024-11-28T00:54:39.585Z | Downloaded async-trait v0.1.83 |
622 | 2024-11-28T00:54:39.587Z | Downloaded sec1 v0.7.3 |
623 | 2024-11-28T00:54:39.589Z | Downloaded smallvec v0.6.14 |
624 | 2024-11-28T00:54:39.592Z | Downloaded progenitor-macro v0.8.0 |
625 | 2024-11-28T00:54:39.592Z | Downloaded maplit v1.0.2 |
626 | 2024-11-28T00:54:39.595Z | Downloaded synstructure v0.13.1 |
627 | 2024-11-28T00:54:39.595Z | Downloaded crossbeam-deque v0.8.5 |
628 | 2024-11-28T00:54:39.598Z | Downloaded ctr v0.9.2 |
629 | 2024-11-28T00:54:39.598Z | Downloaded libefi-sys v0.1.0 |
630 | 2024-11-28T00:54:39.600Z | Downloaded libloading v0.8.5 |
631 | 2024-11-28T00:54:39.603Z | Downloaded curve25519-dalek-derive v0.1.1 |
632 | 2024-11-28T00:54:39.603Z | Downloaded crc-catalog v2.4.0 |
633 | 2024-11-28T00:54:39.606Z | Downloaded const_format v0.2.33 |
634 | 2024-11-28T00:54:39.609Z | Downloaded zone_cfg_derive v0.3.0 |
635 | 2024-11-28T00:54:39.611Z | Downloaded ciborium v0.2.2 |
636 | 2024-11-28T00:54:39.613Z | Downloaded utf16_iter v1.0.5 |
637 | 2024-11-28T00:54:39.616Z | Downloaded unicode-truncate v1.1.0 |
638 | 2024-11-28T00:54:39.616Z | Downloaded litemap v0.7.3 |
639 | 2024-11-28T00:54:39.619Z | Downloaded zone_cfg_derive v0.1.2 |
640 | 2024-11-28T00:54:39.619Z | Downloaded const_format_proc_macros v0.2.33 |
641 | 2024-11-28T00:54:39.622Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2024-11-28T00:54:39.624Z | Downloaded string_cache v0.8.7 |
643 | 2024-11-28T00:54:39.628Z | Downloaded stable_deref_trait v1.2.0 |
644 | 2024-11-28T00:54:39.628Z | Downloaded lock_api v0.4.12 |
645 | 2024-11-28T00:54:39.630Z | Downloaded cookie v0.18.1 |
646 | 2024-11-28T00:54:39.634Z | Downloaded blake2 v0.10.6 |
647 | 2024-11-28T00:54:39.634Z | Downloaded highway v1.2.0 |
648 | 2024-11-28T00:54:39.636Z | Downloaded rand_chacha v0.3.1 |
649 | 2024-11-28T00:54:39.639Z | Downloaded cookie_store v0.21.0 |
650 | 2024-11-28T00:54:39.642Z | Downloaded crossbeam-channel v0.5.13 |
651 | 2024-11-28T00:54:39.644Z | Downloaded smallvec v1.13.2 |
652 | 2024-11-28T00:54:39.647Z | Downloaded serde_with_macros v3.11.0 |
653 | 2024-11-28T00:54:39.651Z | Downloaded arc-swap v1.7.1 |
654 | 2024-11-28T00:54:39.653Z | Downloaded bumpalo v3.16.0 |
655 | 2024-11-28T00:54:39.656Z | Downloaded csv-core v0.1.11 |
656 | 2024-11-28T00:54:39.659Z | Downloaded backtrace v0.3.74 |
657 | 2024-11-28T00:54:39.672Z | Downloaded rpassword v7.3.1 |
658 | 2024-11-28T00:54:39.675Z | Downloaded scopeguard v1.2.0 |
659 | 2024-11-28T00:54:39.677Z | Downloaded aes v0.8.4 |
660 | 2024-11-28T00:54:39.680Z | Downloaded chacha20poly1305 v0.10.1 |
661 | 2024-11-28T00:54:39.682Z | Downloaded twox-hash v1.6.3 |
662 | 2024-11-28T00:54:39.685Z | Downloaded yoke-derive v0.7.4 |
663 | 2024-11-28T00:54:39.685Z | Downloaded password-hash v0.4.2 |
664 | 2024-11-28T00:54:39.687Z | Downloaded packed_struct v0.10.1 |
665 | 2024-11-28T00:54:39.690Z | Downloaded crc-any v2.5.0 |
666 | 2024-11-28T00:54:39.690Z | Downloaded ssh-cipher v0.2.0 |
667 | 2024-11-28T00:54:39.693Z | Downloaded strum v0.26.3 |
668 | 2024-11-28T00:54:39.695Z | Downloaded endian-type v0.1.2 |
669 | 2024-11-28T00:54:39.695Z | Downloaded num-iter v0.1.45 |
670 | 2024-11-28T00:54:39.695Z | Downloaded foldhash v0.1.3 |
671 | 2024-11-28T00:54:39.697Z | Downloaded float-ord v0.3.2 |
672 | 2024-11-28T00:54:39.697Z | Downloaded float-cmp v0.9.0 |
673 | 2024-11-28T00:54:39.701Z | Downloaded compact_str v0.8.0 |
674 | 2024-11-28T00:54:39.704Z | Downloaded fxhash v0.2.1 |
675 | 2024-11-28T00:54:39.704Z | Downloaded unicode-xid v0.2.6 |
676 | 2024-11-28T00:54:39.707Z | Downloaded tokio-stream v0.1.16 |
677 | 2024-11-28T00:54:39.712Z | Downloaded tokio-rustls v0.26.0 |
678 | 2024-11-28T00:54:39.715Z | Downloaded crypto-bigint v0.5.5 |
679 | 2024-11-28T00:54:39.719Z | Downloaded base64 v0.21.7 |
680 | 2024-11-28T00:54:39.724Z | Downloaded enum-as-inner v0.6.1 |
681 | 2024-11-28T00:54:39.724Z | Downloaded indicatif v0.17.9 |
682 | 2024-11-28T00:54:39.733Z | Downloaded signal-hook-tokio v0.3.1 |
683 | 2024-11-28T00:54:39.735Z | Downloaded rustc_version v0.1.7 |
684 | 2024-11-28T00:54:39.738Z | Downloaded pem v3.0.4 |
685 | 2024-11-28T00:54:39.741Z | Downloaded sync_wrapper v1.0.1 |
686 | 2024-11-28T00:54:39.741Z | Downloaded sync-ptr v0.1.1 |
687 | 2024-11-28T00:54:39.743Z | Downloaded pkg-config v0.3.31 |
688 | 2024-11-28T00:54:39.746Z | Downloaded rtoolbox v0.0.2 |
689 | 2024-11-28T00:54:39.748Z | Downloaded want v0.3.1 |
690 | 2024-11-28T00:54:39.751Z | Downloaded take_mut v0.2.2 |
691 | 2024-11-28T00:54:39.751Z | Downloaded static_assertions v1.1.0 |
692 | 2024-11-28T00:54:39.753Z | Downloaded rustc_version v0.4.1 |
693 | 2024-11-28T00:54:39.756Z | Downloaded num-rational v0.4.2 |
694 | 2024-11-28T00:54:39.759Z | Downloaded toml v0.7.8 |
695 | 2024-11-28T00:54:39.762Z | Downloaded tap v1.0.1 |
696 | 2024-11-28T00:54:39.762Z | Downloaded percent-encoding v2.3.1 |
697 | 2024-11-28T00:54:39.765Z | Downloaded ssh-encoding v0.2.0 |
698 | 2024-11-28T00:54:39.768Z | Downloaded dhcproto v0.12.0 |
699 | 2024-11-28T00:54:39.768Z | Downloaded spin v0.9.8 |
700 | 2024-11-28T00:54:39.771Z | Downloaded tokio-rustls v0.24.1 |
701 | 2024-11-28T00:54:39.774Z | Downloaded tls_codec_derive v0.4.1 |
702 | 2024-11-28T00:54:39.776Z | Downloaded pbkdf2 v0.12.2 |
703 | 2024-11-28T00:54:39.776Z | Downloaded aes-gcm v0.10.3 |
704 | 2024-11-28T00:54:39.780Z | Downloaded tokio-rustls v0.25.0 |
705 | 2024-11-28T00:54:39.782Z | Downloaded rayon-core v1.12.1 |
706 | 2024-11-28T00:54:39.786Z | Downloaded ref-cast v1.0.23 |
707 | 2024-11-28T00:54:39.789Z | Downloaded schemars v0.8.21 |
708 | 2024-11-28T00:54:39.801Z | Downloaded zeroize_derive v1.4.2 |
709 | 2024-11-28T00:54:39.803Z | Downloaded normalize-line-endings v0.3.0 |
710 | 2024-11-28T00:54:39.804Z | Downloaded utf-8 v0.7.6 |
711 | 2024-11-28T00:54:39.806Z | Downloaded opaque-debug v0.3.1 |
712 | 2024-11-28T00:54:39.806Z | Downloaded progenitor-impl v0.8.0 |
713 | 2024-11-28T00:54:39.809Z | Downloaded pem-rfc7468 v0.7.0 |
714 | 2024-11-28T00:54:39.812Z | Downloaded signature v2.2.0 |
715 | 2024-11-28T00:54:39.814Z | Downloaded rustc-hash v2.0.0 |
716 | 2024-11-28T00:54:39.814Z | Downloaded dirs-sys-next v0.1.2 |
717 | 2024-11-28T00:54:39.817Z | Downloaded defmt-parser v0.3.4 |
718 | 2024-11-28T00:54:39.817Z | Downloaded heapless v0.7.17 |
719 | 2024-11-28T00:54:39.821Z | Downloaded zerovec-derive v0.10.3 |
720 | 2024-11-28T00:54:39.824Z | Downloaded postgres-protocol v0.6.7 |
721 | 2024-11-28T00:54:39.827Z | Downloaded flagset v0.4.6 |
722 | 2024-11-28T00:54:39.829Z | Downloaded either v1.13.0 |
723 | 2024-11-28T00:54:39.831Z | Downloaded whoami v1.5.2 |
724 | 2024-11-28T00:54:39.834Z | Downloaded termtree v0.4.1 |
725 | 2024-11-28T00:54:39.834Z | Downloaded fixedbitset v0.4.2 |
726 | 2024-11-28T00:54:39.836Z | Downloaded futures-core v0.3.31 |
727 | 2024-11-28T00:54:39.836Z | Downloaded dhcproto-macros v0.1.0 |
728 | 2024-11-28T00:54:39.839Z | Downloaded stringprep v0.1.5 |
729 | 2024-11-28T00:54:39.842Z | Downloaded vte_generate_state_changes v0.1.2 |
730 | 2024-11-28T00:54:39.842Z | Downloaded hash32 v0.3.1 |
731 | 2024-11-28T00:54:39.844Z | Downloaded term v0.7.0 |
732 | 2024-11-28T00:54:39.847Z | Downloaded nanorand v0.7.0 |
733 | 2024-11-28T00:54:39.850Z | Downloaded multimap v0.10.0 |
734 | 2024-11-28T00:54:39.850Z | Downloaded mirai-annotations v1.12.0 |
735 | 2024-11-28T00:54:39.852Z | Downloaded ed25519 v2.2.3 |
736 | 2024-11-28T00:54:39.855Z | Downloaded futures-macro v0.3.31 |
737 | 2024-11-28T00:54:39.855Z | Downloaded sct v0.7.1 |
738 | 2024-11-28T00:54:39.858Z | Downloaded pin-project-internal v1.1.6 |
739 | 2024-11-28T00:54:39.860Z | Downloaded path-slash v0.1.5 |
740 | 2024-11-28T00:54:39.863Z | Downloaded futures-sink v0.3.31 |
741 | 2024-11-28T00:54:39.863Z | Downloaded heapless v0.8.0 |
742 | 2024-11-28T00:54:39.866Z | Downloaded wait-timeout v0.2.0 |
743 | 2024-11-28T00:54:39.868Z | Downloaded simd-adler32 v0.3.7 |
744 | 2024-11-28T00:54:39.871Z | Downloaded darling_macro v0.20.10 |
745 | 2024-11-28T00:54:39.874Z | Downloaded powerfmt v0.2.0 |
746 | 2024-11-28T00:54:39.874Z | Downloaded ppv-lite86 v0.2.20 |
747 | 2024-11-28T00:54:39.877Z | Downloaded salsa20 v0.10.2 |
748 | 2024-11-28T00:54:39.877Z | Downloaded ff v0.13.0 |
749 | 2024-11-28T00:54:39.880Z | Downloaded polyval v0.6.2 |
750 | 2024-11-28T00:54:39.882Z | Downloaded tungstenite v0.24.0 |
751 | 2024-11-28T00:54:39.885Z | Downloaded tungstenite v0.23.0 |
752 | 2024-11-28T00:54:39.887Z | Downloaded postcard v1.0.10 |
753 | 2024-11-28T00:54:39.890Z | Downloaded foreign-types v0.5.0 |
754 | 2024-11-28T00:54:39.893Z | Downloaded crossterm v0.28.1 |
755 | 2024-11-28T00:54:39.897Z | Downloaded spki v0.7.3 |
756 | 2024-11-28T00:54:39.901Z | Downloaded pbkdf2 v0.11.0 |
757 | 2024-11-28T00:54:39.904Z | Downloaded enum-as-inner v0.5.1 |
758 | 2024-11-28T00:54:39.904Z | Downloaded postgres-types v0.2.8 |
759 | 2024-11-28T00:54:39.907Z | Downloaded thiserror-impl-no-std v2.0.2 |
760 | 2024-11-28T00:54:39.907Z | Downloaded oso-derive v0.27.3 |
761 | 2024-11-28T00:54:39.909Z | Downloaded openssl-probe v0.1.5 |
762 | 2024-11-28T00:54:39.909Z | Downloaded number_prefix v0.4.0 |
763 | 2024-11-28T00:54:39.910Z | Downloaded termios v0.3.3 |
764 | 2024-11-28T00:54:39.912Z | Downloaded russh-cryptovec v0.7.3 |
765 | 2024-11-28T00:54:39.915Z | Downloaded openssl-macros v0.1.1 |
766 | 2024-11-28T00:54:39.915Z | Downloaded ecdsa v0.16.9 |
767 | 2024-11-28T00:54:39.917Z | Downloaded peg-runtime v0.8.3 |
768 | 2024-11-28T00:54:39.917Z | Downloaded native-tls v0.2.12 |
769 | 2024-11-28T00:54:39.919Z | Downloaded gethostname v0.5.0 |
770 | 2024-11-28T00:54:39.922Z | Downloaded olpc-cjson v0.1.4 |
771 | 2024-11-28T00:54:39.922Z | Downloaded fragile v2.0.0 |
772 | 2024-11-28T00:54:39.924Z | Downloaded nu-ansi-term v0.50.1 |
773 | 2024-11-28T00:54:39.927Z | Downloaded flume v0.11.1 |
774 | 2024-11-28T00:54:39.930Z | Downloaded derive_builder v0.20.2 |
775 | 2024-11-28T00:54:39.937Z | Downloaded password-hash v0.5.0 |
776 | 2024-11-28T00:54:39.939Z | Downloaded rsa v0.9.6 |
777 | 2024-11-28T00:54:39.943Z | Downloaded try-lock v0.2.5 |
778 | 2024-11-28T00:54:39.946Z | Downloaded blake3 v1.5.4 |
779 | 2024-11-28T00:54:39.956Z | Downloaded waitgroup v0.1.2 |
780 | 2024-11-28T00:54:39.961Z | Downloaded toolchain_find v0.4.0 |
781 | 2024-11-28T00:54:39.961Z | Downloaded dsl_auto_type v0.1.2 |
782 | 2024-11-28T00:54:39.961Z | Downloaded num-integer v0.1.46 |
783 | 2024-11-28T00:54:39.961Z | Downloaded rustls-pemfile v2.2.0 |
784 | 2024-11-28T00:54:39.963Z | Downloaded nodrop v0.1.14 |
785 | 2024-11-28T00:54:39.963Z | Downloaded futures-io v0.3.31 |
786 | 2024-11-28T00:54:39.966Z | Downloaded slog-scope v4.4.0 |
787 | 2024-11-28T00:54:39.966Z | Downloaded getrandom v0.2.15 |
788 | 2024-11-28T00:54:39.970Z | Downloaded rustls-pemfile v1.0.4 |
789 | 2024-11-28T00:54:39.973Z | Downloaded newtype-uuid v1.1.3 |
790 | 2024-11-28T00:54:39.973Z | Downloaded yoke v0.7.4 |
791 | 2024-11-28T00:54:39.976Z | Downloaded typify v0.2.0 |
792 | 2024-11-28T00:54:39.978Z | Downloaded precomputed-hash v0.1.1 |
793 | 2024-11-28T00:54:39.982Z | Downloaded rustversion v1.0.17 |
794 | 2024-11-28T00:54:39.982Z | Downloaded parse-size v1.1.0 |
795 | 2024-11-28T00:54:39.985Z | Downloaded derive_builder_macro v0.20.2 |
796 | 2024-11-28T00:54:39.985Z | Downloaded group v0.13.0 |
797 | 2024-11-28T00:54:39.988Z | Downloaded rustc-hash v1.1.0 |
798 | 2024-11-28T00:54:39.988Z | Downloaded r2d2 v0.8.10 |
799 | 2024-11-28T00:54:39.991Z | Downloaded num-complex v0.4.6 |
800 | 2024-11-28T00:54:39.991Z | Downloaded xattr v1.3.1 |
801 | 2024-11-28T00:54:39.994Z | Downloaded predicates-core v1.0.8 |
802 | 2024-11-28T00:54:39.994Z | Downloaded similar v2.6.0 |
803 | 2024-11-28T00:54:39.999Z | Downloaded oso v0.27.3 |
804 | 2024-11-28T00:54:40.003Z | Downloaded des v0.8.1 |
805 | 2024-11-28T00:54:40.006Z | Downloaded value-bag v1.9.0 |
806 | 2024-11-28T00:54:40.008Z | Downloaded pkcs8 v0.10.2 |
807 | 2024-11-28T00:54:40.013Z | Downloaded predicates-tree v1.0.11 |
808 | 2024-11-28T00:54:40.015Z | Downloaded strum_macros v0.25.3 |
809 | 2024-11-28T00:54:40.019Z | Downloaded fd-lock v4.0.2 |
810 | 2024-11-28T00:54:40.020Z | Downloaded bindgen v0.69.5 |
811 | 2024-11-28T00:54:40.028Z | Downloaded slog-dtrace v0.3.0 |
812 | 2024-11-28T00:54:40.034Z | Downloaded rustls-pki-types v1.9.0 |
813 | 2024-11-28T00:54:40.037Z | Downloaded env_logger v0.11.5 |
814 | 2024-11-28T00:54:40.037Z | Downloaded uzers v0.12.1 |
815 | 2024-11-28T00:54:40.037Z | Downloaded quinn v0.11.5 |
816 | 2024-11-28T00:54:40.041Z | Downloaded deranged v0.3.11 |
817 | 2024-11-28T00:54:40.045Z | Downloaded foreign-types-shared v0.1.1 |
818 | 2024-11-28T00:54:40.046Z | Downloaded test-strategy v0.3.1 |
819 | 2024-11-28T00:54:40.051Z | Downloaded predicates v3.1.2 |
820 | 2024-11-28T00:54:40.051Z | Downloaded phf_shared v0.11.2 |
821 | 2024-11-28T00:54:40.054Z | Downloaded rustc-demangle v0.1.24 |
822 | 2024-11-28T00:54:40.054Z | Downloaded fallible-iterator v0.3.0 |
823 | 2024-11-28T00:54:40.057Z | Downloaded fs_extra v1.3.0 |
824 | 2024-11-28T00:54:40.059Z | Downloaded derive_more v0.99.18 |
825 | 2024-11-28T00:54:40.062Z | Downloaded newtype_derive v0.1.6 |
826 | 2024-11-28T00:54:40.064Z | Downloaded hashlink v0.9.1 |
827 | 2024-11-28T00:54:40.066Z | Downloaded scheduled-thread-pool v0.2.7 |
828 | 2024-11-28T00:54:40.070Z | Downloaded unicode-properties v0.1.3 |
829 | 2024-11-28T00:54:40.073Z | Downloaded newline-converter v0.3.0 |
830 | 2024-11-28T00:54:40.073Z | Downloaded new_debug_unreachable v1.0.6 |
831 | 2024-11-28T00:54:40.073Z | Downloaded p256 v0.13.2 |
832 | 2024-11-28T00:54:40.077Z | Downloaded filetime v0.2.25 |
833 | 2024-11-28T00:54:40.080Z | Downloaded fallible-streaming-iterator v0.1.9 |
834 | 2024-11-28T00:54:40.080Z | Downloaded tracing v0.1.40 |
835 | 2024-11-28T00:54:40.082Z | Downloaded itertools v0.13.0 |
836 | 2024-11-28T00:54:40.089Z | Downloaded time-core v0.1.2 |
837 | 2024-11-28T00:54:40.091Z | Downloaded phf_shared v0.10.0 |
838 | 2024-11-28T00:54:40.091Z | Downloaded shlex v1.3.0 |
839 | 2024-11-28T00:54:40.094Z | Downloaded shell-words v1.1.0 |
840 | 2024-11-28T00:54:40.094Z | Downloaded write16 v1.0.0 |
841 | 2024-11-28T00:54:40.097Z | Downloaded itertools v0.12.1 |
842 | 2024-11-28T00:54:40.101Z | Downloaded sha1 v0.10.6 |
843 | 2024-11-28T00:54:40.104Z | Downloaded structmeta-derive v0.2.0 |
844 | 2024-11-28T00:54:40.106Z | Downloaded structmeta v0.3.0 |
845 | 2024-11-28T00:54:40.106Z | Downloaded derive_builder_core v0.20.2 |
846 | 2024-11-28T00:54:40.109Z | Downloaded dropshot_endpoint v0.13.0 |
847 | 2024-11-28T00:54:40.112Z | Downloaded num_threads v0.1.7 |
848 | 2024-11-28T00:54:40.114Z | Downloaded diesel_table_macro_syntax v0.2.0 |
849 | 2024-11-28T00:54:40.117Z | Downloaded futures-task v0.3.31 |
850 | 2024-11-28T00:54:40.117Z | Downloaded futures-executor v0.3.31 |
851 | 2024-11-28T00:54:40.120Z | Downloaded zone v0.1.8 |
852 | 2024-11-28T00:54:40.120Z | Downloaded tokio-native-tls v0.3.1 |
853 | 2024-11-28T00:54:40.125Z | Downloaded wyz v0.5.1 |
854 | 2024-11-28T00:54:40.125Z | Downloaded writeable v0.5.5 |
855 | 2024-11-28T00:54:40.125Z | Downloaded vte v0.11.1 |
856 | 2024-11-28T00:54:40.128Z | Downloaded idna v1.0.3 |
857 | 2024-11-28T00:54:40.131Z | Downloaded phf_codegen v0.11.2 |
858 | 2024-11-28T00:54:40.131Z | Downloaded half v2.4.1 |
859 | 2024-11-28T00:54:40.141Z | Downloaded rand_seeder v0.3.0 |
860 | 2024-11-28T00:54:40.141Z | Downloaded nibble_vec v0.1.0 |
861 | 2024-11-28T00:54:40.142Z | Downloaded zone v0.3.0 |
862 | 2024-11-28T00:54:40.142Z | Downloaded tracing-core v0.1.32 |
863 | 2024-11-28T00:54:40.142Z | Downloaded tokio-tungstenite v0.24.0 |
864 | 2024-11-28T00:54:40.148Z | Downloaded owo-colors v4.1.0 |
865 | 2024-11-28T00:54:40.152Z | Downloaded bitvec v1.0.1 |
866 | 2024-11-28T00:54:40.162Z | Downloaded tinyvec_macros v0.1.1 |
867 | 2024-11-28T00:54:40.164Z | Downloaded serde-big-array v0.5.1 |
868 | 2024-11-28T00:54:40.164Z | Downloaded serde-hex v0.1.0 |
869 | 2024-11-28T00:54:40.167Z | Downloaded schemars_derive v0.8.21 |
870 | 2024-11-28T00:54:40.169Z | Downloaded phf_generator v0.11.2 |
871 | 2024-11-28T00:54:40.170Z | Downloaded peg-macros v0.8.4 |
872 | 2024-11-28T00:54:40.172Z | Downloaded utf8_iter v1.0.4 |
873 | 2024-11-28T00:54:40.175Z | Downloaded semver v0.1.20 |
874 | 2024-11-28T00:54:40.175Z | Downloaded serde_derive_internals v0.29.1 |
875 | 2024-11-28T00:54:40.177Z | Downloaded paste v1.0.15 |
876 | 2024-11-28T00:54:40.180Z | Downloaded derive-where v1.2.7 |
877 | 2024-11-28T00:54:40.183Z | Downloaded num-conv v0.1.0 |
878 | 2024-11-28T00:54:40.186Z | Downloaded glob v0.3.1 |
879 | 2024-11-28T00:54:40.188Z | Downloaded embedded-io v0.6.1 |
880 | 2024-11-28T00:54:40.188Z | Downloaded embedded-io v0.4.0 |
881 | 2024-11-28T00:54:40.191Z | Downloaded futures-channel v0.3.31 |
882 | 2024-11-28T00:54:40.195Z | Downloaded tokio-tungstenite v0.23.1 |
883 | 2024-11-28T00:54:40.198Z | Downloaded fatfs v0.3.6 |
884 | 2024-11-28T00:54:40.198Z | Downloaded sqlparser_derive v0.2.2 |
885 | 2024-11-28T00:54:40.201Z | Downloaded openssl-sys v0.9.103 |
886 | 2024-11-28T00:54:40.205Z | Downloaded der v0.7.9 |
887 | 2024-11-28T00:54:40.211Z | Downloaded dunce v1.0.5 |
888 | 2024-11-28T00:54:40.216Z | Downloaded pkcs5 v0.7.1 |
889 | 2024-11-28T00:54:40.218Z | Downloaded elliptic-curve v0.13.8 |
890 | 2024-11-28T00:54:40.224Z | Downloaded sqlformat v0.2.6 |
891 | 2024-11-28T00:54:40.227Z | Downloaded slab v0.4.9 |
892 | 2024-11-28T00:54:40.227Z | Downloaded signal-hook-mio v0.2.4 |
893 | 2024-11-28T00:54:40.227Z | Downloaded time-macros v0.2.18 |
894 | 2024-11-28T00:54:40.232Z | Downloaded thread_local v1.1.8 |
895 | 2024-11-28T00:54:40.232Z | Downloaded untrusted v0.9.0 |
896 | 2024-11-28T00:54:40.232Z | Downloaded thiserror-no-std v2.0.2 |
897 | 2024-11-28T00:54:40.235Z | Downloaded zerofrom v0.1.4 |
898 | 2024-11-28T00:54:40.238Z | Downloaded primeorder v0.13.6 |
899 | 2024-11-28T00:54:40.238Z | Downloaded num v0.4.3 |
900 | 2024-11-28T00:54:40.240Z | Downloaded ghash v0.5.1 |
901 | 2024-11-28T00:54:40.240Z | Downloaded defmt v0.3.8 |
902 | 2024-11-28T00:54:40.244Z | Downloaded defmt-macros v0.3.9 |
903 | 2024-11-28T00:54:40.247Z | Downloaded xz2 v0.1.7 |
904 | 2024-11-28T00:54:40.250Z | Downloaded uuid v1.11.0 |
905 | 2024-11-28T00:54:40.254Z | Downloaded pretty-hex v0.2.1 |
906 | 2024-11-28T00:54:40.257Z | Downloaded serde_urlencoded v0.7.1 |
907 | 2024-11-28T00:54:40.257Z | Downloaded serde_repr v0.1.19 |
908 | 2024-11-28T00:54:40.262Z | Downloaded progenitor v0.8.0 |
909 | 2024-11-28T00:54:40.262Z | Downloaded proc-macro-crate v1.3.1 |
910 | 2024-11-28T00:54:40.264Z | Downloaded unsafe-libyaml v0.2.11 |
911 | 2024-11-28T00:54:40.267Z | Downloaded expectorate v1.1.0 |
912 | 2024-11-28T00:54:40.271Z | Downloaded num-bigint v0.4.6 |
913 | 2024-11-28T00:54:40.274Z | Downloaded strip-ansi-escapes v0.2.0 |
914 | 2024-11-28T00:54:40.276Z | Downloaded display-error-chain v0.2.2 |
915 | 2024-11-28T00:54:40.276Z | Downloaded dirs-next v2.0.0 |
916 | 2024-11-28T00:54:40.279Z | Downloaded unarray v0.1.4 |
917 | 2024-11-28T00:54:40.279Z | Downloaded difflib v0.4.0 |
918 | 2024-11-28T00:54:40.282Z | Downloaded mio v1.0.2 |
919 | 2024-11-28T00:54:40.285Z | Downloaded num_enum_derive v0.5.11 |
920 | 2024-11-28T00:54:40.288Z | Downloaded parking_lot v0.12.3 |
921 | 2024-11-28T00:54:40.291Z | Downloaded tower-service v0.3.3 |
922 | 2024-11-28T00:54:40.291Z | Downloaded psl-types v2.0.11 |
923 | 2024-11-28T00:54:40.294Z | Downloaded serde_with v3.11.0 |
924 | 2024-11-28T00:54:40.301Z | Downloaded untrusted v0.7.1 |
925 | 2024-11-28T00:54:40.304Z | Downloaded chrono v0.4.38 |
926 | 2024-11-28T00:54:40.310Z | Downloaded downcast v0.11.0 |
927 | 2024-11-28T00:54:40.312Z | Downloaded resolv-conf v0.7.0 |
928 | 2024-11-28T00:54:40.315Z | Downloaded parse-display-derive v0.10.0 |
929 | 2024-11-28T00:54:40.315Z | Downloaded zerofrom-derive v0.1.4 |
930 | 2024-11-28T00:54:40.319Z | Downloaded universal-hash v0.5.1 |
931 | 2024-11-28T00:54:40.319Z | Downloaded serde_plain v1.0.2 |
932 | 2024-11-28T00:54:40.324Z | Downloaded serde_path_to_error v0.1.16 |
933 | 2024-11-28T00:54:40.324Z | Downloaded foreign-types v0.3.2 |
934 | 2024-11-28T00:54:40.324Z | Downloaded rfc6979 v0.4.0 |
935 | 2024-11-28T00:54:40.324Z | Downloaded subprocess v0.2.9 |
936 | 2024-11-28T00:54:40.330Z | Downloaded serde_yaml v0.9.34+deprecated |
937 | 2024-11-28T00:54:40.333Z | Downloaded form_urlencoded v1.2.1 |
938 | 2024-11-28T00:54:40.333Z | Downloaded tokio-macros v2.4.0 |
939 | 2024-11-28T00:54:40.333Z | Downloaded globset v0.4.15 |
940 | 2024-11-28T00:54:40.333Z | Downloaded zeroize v1.8.1 |
941 | 2024-11-28T00:54:40.335Z | Downloaded qorb v0.2.0 |
942 | 2024-11-28T00:54:40.338Z | Downloaded pin-utils v0.1.0 |
943 | 2024-11-28T00:54:40.341Z | Downloaded pin-project v1.1.6 |
944 | 2024-11-28T00:54:40.350Z | Downloaded foreign-types-macros v0.2.3 |
945 | 2024-11-28T00:54:40.353Z | Downloaded slog-json v2.6.1 |
946 | 2024-11-28T00:54:40.353Z | Downloaded peg v0.8.4 |
947 | 2024-11-28T00:54:40.357Z | Downloaded quick-error v1.2.3 |
948 | 2024-11-28T00:54:40.360Z | Downloaded parking_lot v0.11.2 |
949 | 2024-11-28T00:54:40.364Z | Downloaded tui-tree-widget v0.22.0 |
950 | 2024-11-28T00:54:40.364Z | Downloaded slog-stdlog v4.1.1 |
951 | 2024-11-28T00:54:40.368Z | Downloaded env_logger v0.10.2 |
952 | 2024-11-28T00:54:40.372Z | Downloaded hkdf v0.12.4 |
953 | 2024-11-28T00:54:40.372Z | Downloaded p521 v0.13.3 |
954 | 2024-11-28T00:54:40.375Z | Downloaded foreign-types-shared v0.3.1 |
955 | 2024-11-28T00:54:40.375Z | Downloaded smf v0.2.3 |
956 | 2024-11-28T00:54:40.378Z | Downloaded num-derive v0.4.2 |
957 | 2024-11-28T00:54:40.380Z | Downloaded tinyvec v1.8.0 |
958 | 2024-11-28T00:54:40.383Z | Downloaded typify-macro v0.2.0 |
959 | 2024-11-28T00:54:40.383Z | Downloaded yasna v0.5.2 |
960 | 2024-11-28T00:54:40.386Z | Downloaded fallible-iterator v0.2.0 |
961 | 2024-11-28T00:54:40.388Z | Downloaded pkcs1 v0.7.5 |
962 | 2024-11-28T00:54:40.391Z | Downloaded winnow v0.5.40 |
963 | 2024-11-28T00:54:40.398Z | Downloaded tokio-postgres v0.7.12 |
964 | 2024-11-28T00:54:40.403Z | Downloaded structmeta v0.2.0 |
965 | 2024-11-28T00:54:40.406Z | Downloaded env_filter v0.1.2 |
966 | 2024-11-28T00:54:40.407Z | Downloaded tracing-attributes v0.1.27 |
967 | 2024-11-28T00:54:40.410Z | Downloaded funty v2.0.0 |
968 | 2024-11-28T00:54:40.410Z | Downloaded hash32 v0.2.1 |
969 | 2024-11-28T00:54:40.413Z | Downloaded ena v0.14.3 |
970 | 2024-11-28T00:54:40.413Z | Downloaded topological-sort v0.2.2 |
971 | 2024-11-28T00:54:40.413Z | Downloaded parking_lot_core v0.9.10 |
972 | 2024-11-28T00:54:40.416Z | Downloaded parse-display v0.10.0 |
973 | 2024-11-28T00:54:40.421Z | Downloaded slog-term v2.9.1 |
974 | 2024-11-28T00:54:40.421Z | Downloaded pin-project-lite v0.2.14 |
975 | 2024-11-28T00:54:40.425Z | Downloaded tls_codec v0.4.1 |
976 | 2024-11-28T00:54:40.428Z | Downloaded num_enum v0.5.11 |
977 | 2024-11-28T00:54:40.431Z | Downloaded unicode-normalization v0.1.24 |
978 | 2024-11-28T00:54:40.434Z | Downloaded diff v0.1.13 |
979 | 2024-11-28T00:54:40.437Z | Downloaded displaydoc v0.2.5 |
980 | 2024-11-28T00:54:40.442Z | Downloaded ssh-key v0.6.6 |
981 | 2024-11-28T00:54:40.447Z | Downloaded ron v0.7.1 |
982 | 2024-11-28T00:54:40.452Z | Downloaded parse-zoneinfo v0.3.1 |
983 | 2024-11-28T00:54:40.455Z | Downloaded flate2 v1.0.34 |
984 | 2024-11-28T00:54:40.460Z | Downloaded miniz_oxide v0.8.0 |
985 | 2024-11-28T00:54:40.463Z | Downloaded rusqlite v0.32.1 |
986 | 2024-11-28T00:54:40.470Z | Downloaded zerocopy v0.6.6 |
987 | 2024-11-28T00:54:40.473Z | Downloaded publicsuffix v2.2.3 |
988 | 2024-11-28T00:54:40.476Z | Downloaded parking_lot_core v0.8.6 |
989 | 2024-11-28T00:54:40.478Z | Downloaded rand v0.8.5 |
990 | 2024-11-28T00:54:40.482Z | Downloaded unicode-bidi v0.3.17 |
991 | 2024-11-28T00:54:40.484Z | Downloaded zerovec v0.10.4 |
992 | 2024-11-28T00:54:40.490Z | Downloaded russh v0.45.0 |
993 | 2024-11-28T00:54:40.496Z | Downloaded dropshot_endpoint v0.12.0 |
994 | 2024-11-28T00:54:40.499Z | Downloaded futures v0.3.31 |
995 | 2024-11-28T00:54:40.504Z | Downloaded ron v0.8.1 |
996 | 2024-11-28T00:54:40.510Z | Downloaded x509-cert v0.2.5 |
997 | 2024-11-28T00:54:40.516Z | Downloaded headers v0.4.0 |
998 | 2024-11-28T00:54:40.521Z | Downloaded num-traits v0.2.19 |
999 | 2024-11-28T00:54:40.524Z | Downloaded lalrpop v0.19.12 |
1000 | 2024-11-28T00:54:40.536Z | Downloaded samael v0.0.17 |
1001 | 2024-11-28T00:54:40.542Z | Downloaded time v0.3.36 |
1002 | 2024-11-28T00:54:40.549Z | Downloaded curve25519-dalek v4.1.3 |
1003 | 2024-11-28T00:54:40.558Z | Downloaded portable-atomic v1.9.0 |
1004 | 2024-11-28T00:54:40.568Z | Downloaded snafu v0.8.5 |
1005 | 2024-11-28T00:54:40.572Z | Downloaded zip v2.1.3 |
1006 | 2024-11-28T00:54:40.576Z | Downloaded unicode_categories v0.1.1 |
1007 | 2024-11-28T00:54:40.579Z | Downloaded bstr v1.10.0 |
1008 | 2024-11-28T00:54:40.590Z | Downloaded hashbrown v0.14.5 |
1009 | 2024-11-28T00:54:40.595Z | Downloaded slog v2.7.0 |
1010 | 2024-11-28T00:54:40.598Z | Downloaded quinn-proto v0.11.8 |
1011 | 2024-11-28T00:54:40.605Z | Downloaded tungstenite v0.21.0 |
1012 | 2024-11-28T00:54:40.608Z | Downloaded hashbrown v0.12.3 |
1013 | 2024-11-28T00:54:40.613Z | Downloaded idna v0.2.3 |
1014 | 2024-11-28T00:54:40.620Z | Downloaded git2 v0.19.0 |
1015 | 2024-11-28T00:54:40.629Z | Downloaded toml_edit v0.19.15 |
1016 | 2024-11-28T00:54:40.646Z | Downloaded tough v0.19.0 |
1017 | 2024-11-28T00:54:40.655Z | Downloaded idna v0.4.0 |
1018 | 2024-11-28T00:54:40.661Z | Downloaded chrono-tz v0.10.0 |
1019 | 2024-11-28T00:54:40.669Z | Downloaded h2 v0.4.6 |
1020 | 2024-11-28T00:54:40.675Z | Downloaded hashbrown v0.13.2 |
1021 | 2024-11-28T00:54:40.679Z | Downloaded rustyline v14.0.0 |
1022 | 2024-11-28T00:54:40.685Z | Downloaded nom v7.1.3 |
1023 | 2024-11-28T00:54:40.691Z | Downloaded idna v0.5.0 |
1024 | 2024-11-28T00:54:40.699Z | Downloaded futures-util v0.3.31 |
1025 | 2024-11-28T00:54:40.711Z | Downloaded vcpkg v0.2.15 |
1026 | 2024-11-28T00:54:40.749Z | Downloaded quick-xml v0.33.0 |
1027 | 2024-11-28T00:54:40.754Z | Downloaded nix v0.27.1 |
1028 | 2024-11-28T00:54:40.766Z | Downloaded reqwest v0.12.9 |
1029 | 2024-11-28T00:54:40.774Z | Downloaded smoltcp v0.9.1 |
1030 | 2024-11-28T00:54:40.786Z | Downloaded petname v2.0.2 |
1031 | 2024-11-28T00:54:40.791Z | Downloaded trust-dns-proto v0.22.0 |
1032 | 2024-11-28T00:54:40.804Z | Downloaded regex-syntax v0.6.29 |
1033 | 2024-11-28T00:54:40.812Z | Downloaded p384 v0.13.0 |
1034 | 2024-11-28T00:54:40.817Z | Downloaded polar-core v0.27.3 |
1035 | 2024-11-28T00:54:40.826Z | Downloaded salty v0.3.0 |
1036 | 2024-11-28T00:54:40.834Z | Downloaded radix_trie v0.2.1 |
1037 | 2024-11-28T00:54:40.840Z | Downloaded proptest v1.5.0 |
1038 | 2024-11-28T00:54:40.849Z | Downloaded gimli v0.31.1 |
1039 | 2024-11-28T00:54:40.858Z | Downloaded dropshot v0.13.0 |
1040 | 2024-11-28T00:54:40.880Z | Downloaded openssl v0.10.66 |
1041 | 2024-11-28T00:54:40.890Z | Downloaded zerocopy v0.8.10 |
1042 | 2024-11-28T00:54:40.913Z | Downloaded object v0.36.5 |
1043 | 2024-11-28T00:54:40.926Z | Downloaded diesel v2.2.4 |
1044 | 2024-11-28T00:54:40.943Z | Downloaded hickory-proto v0.24.1 |
1045 | 2024-11-28T00:54:40.960Z | Downloaded nix v0.29.0 |
1046 | 2024-11-28T00:54:40.970Z | Downloaded rustls v0.23.14 |
1047 | 2024-11-28T00:54:40.983Z | Downloaded ratatui v0.28.1 |
1048 | 2024-11-28T00:54:41.012Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1049 | 2024-11-28T00:54:41.015Z | Downloaded zerocopy-derive v0.6.6 |
1050 | 2024-11-28T00:54:41.025Z | Downloaded regress v0.9.1 |
1051 | 2024-11-28T00:54:41.034Z | Downloaded openapiv3 v2.0.0 |
1052 | 2024-11-28T00:54:41.046Z | Downloaded regex-syntax v0.8.5 |
1053 | 2024-11-28T00:54:41.055Z | Downloaded typify-impl v0.2.0 |
1054 | 2024-11-28T00:54:41.071Z | Downloaded rustls v0.22.4 |
1055 | 2024-11-28T00:54:41.084Z | Downloaded smoltcp v0.11.0 |
1056 | 2024-11-28T00:54:41.096Z | Downloaded object v0.30.4 |
1057 | 2024-11-28T00:54:41.107Z | Downloaded nix v0.28.0 |
1058 | 2024-11-28T00:54:41.119Z | Downloaded sqlparser v0.45.0 |
1059 | 2024-11-28T00:54:41.125Z | Downloaded dropshot v0.12.0 |
1060 | 2024-11-28T00:54:41.146Z | Downloaded regex v1.11.1 |
1061 | 2024-11-28T00:54:41.158Z | Downloaded regress v0.10.1 |
1062 | 2024-11-28T00:54:41.166Z | Downloaded rustls v0.21.12 |
1063 | 2024-11-28T00:54:41.179Z | Downloaded sled v0.34.7 |
1064 | 2024-11-28T00:54:41.188Z | Downloaded unicode-width v0.2.0 |
1065 | 2024-11-28T00:54:41.194Z | Downloaded rustls-webpki v0.102.8 |
1066 | 2024-11-28T00:54:41.212Z | Downloaded csv v1.3.0 |
1067 | 2024-11-28T00:54:41.232Z | Downloaded idna v0.3.0 |
1068 | 2024-11-28T00:54:41.239Z | Downloaded regex-automata v0.4.8 |
1069 | 2024-11-28T00:54:41.255Z | Downloaded petgraph v0.6.5 |
1070 | 2024-11-28T00:54:41.273Z | Downloaded reedline v0.35.0 |
1071 | 2024-11-28T00:54:41.280Z | Downloaded tokio-util v0.7.12 |
1072 | 2024-11-28T00:54:41.286Z | Downloaded webpki-roots v0.26.6 |
1073 | 2024-11-28T00:54:41.291Z | Downloaded unicode-segmentation v1.12.0 |
1074 | 2024-11-28T00:54:41.294Z | Downloaded rustls-webpki v0.101.7 |
1075 | 2024-11-28T00:54:41.307Z | Downloaded lzma-sys v0.1.20 |
1076 | 2024-11-28T00:54:41.336Z | Downloaded tokio v1.40.0 |
1077 | 2024-11-28T00:54:41.372Z | Downloaded libz-sys v1.1.20 |
1078 | 2024-11-28T00:54:41.392Z | Downloaded same-file v1.0.6 |
1079 | 2024-11-28T00:54:41.394Z | Downloaded radium v0.7.0 |
1080 | 2024-11-28T00:54:41.394Z | Downloaded rusty-fork v0.3.0 |
1081 | 2024-11-28T00:54:41.397Z | Downloaded tinystr v0.7.6 |
1082 | 2024-11-28T00:54:41.399Z | Downloaded socket2 v0.5.7 |
1083 | 2024-11-28T00:54:41.399Z | Downloaded snafu-derive v0.8.5 |
1084 | 2024-11-28T00:54:41.402Z | Downloaded typed-path v0.9.3 |
1085 | 2024-11-28T00:54:41.407Z | Downloaded sha3 v0.10.8 |
1086 | 2024-11-28T00:54:41.411Z | Downloaded packed_struct_codegen v0.10.1 |
1087 | 2024-11-28T00:54:41.416Z | Downloaded zopfli v0.8.1 |
1088 | 2024-11-28T00:54:41.418Z | Downloaded mockall_derive v0.13.0 |
1089 | 2024-11-28T00:54:41.418Z | Downloaded zerocopy-derive v0.8.10 |
1090 | 2024-11-28T00:54:41.422Z | Downloaded ed25519-dalek v2.1.1 |
1091 | 2024-11-28T00:54:41.425Z | Downloaded diesel-dtrace v0.3.0 |
1092 | 2024-11-28T00:54:41.428Z | Downloaded debug-ignore v1.0.5 |
1093 | 2024-11-28T00:54:41.431Z | Downloaded data-encoding v2.6.0 |
1094 | 2024-11-28T00:54:41.431Z | Downloaded darling_core v0.20.10 |
1095 | 2024-11-28T00:54:41.434Z | Downloaded multer v3.1.0 |
1096 | 2024-11-28T00:54:41.437Z | Downloaded signal-hook v0.3.17 |
1097 | 2024-11-28T00:54:41.440Z | Downloaded num-bigint-dig v0.8.4 |
1098 | 2024-11-28T00:54:41.444Z | Downloaded url v2.5.3 |
1099 | 2024-11-28T00:54:41.447Z | Downloaded rand_core v0.6.4 |
1100 | 2024-11-28T00:54:41.451Z | Downloaded unicase v2.7.0 |
1101 | 2024-11-28T00:54:41.455Z | Downloaded tokio-tungstenite v0.21.0 |
1102 | 2024-11-28T00:54:41.455Z | Downloaded strum_macros v0.26.4 |
1103 | 2024-11-28T00:54:41.457Z | Downloaded rand_xorshift v0.3.0 |
1104 | 2024-11-28T00:54:41.457Z | Downloaded phf v0.11.2 |
1105 | 2024-11-28T00:54:41.458Z | Downloaded tar v0.4.42 |
1106 | 2024-11-28T00:54:41.460Z | Downloaded omicron-zone-package v0.11.1 |
1107 | 2024-11-28T00:54:41.463Z | Downloaded vsss-rs v3.3.4 |
1108 | 2024-11-28T00:54:41.466Z | Downloaded libxml v0.3.3 |
1109 | 2024-11-28T00:54:41.471Z | Downloaded hyper v1.5.0 |
1110 | 2024-11-28T00:54:41.477Z | Downloaded hickory-resolver v0.24.1 |
1111 | 2024-11-28T00:54:41.482Z | Downloaded slog-bunyan v2.5.0 |
1112 | 2024-11-28T00:54:41.485Z | Downloaded der_derive v0.7.3 |
1113 | 2024-11-28T00:54:41.487Z | Downloaded zip v0.6.6 |
1114 | 2024-11-28T00:54:41.490Z | Downloaded itertools v0.10.5 |
1115 | 2024-11-28T00:54:41.495Z | Downloaded diesel_derives v2.2.3 |
1116 | 2024-11-28T00:54:41.499Z | Downloaded strum_macros v0.24.3 |
1117 | 2024-11-28T00:54:41.501Z | Downloaded encoding_rs v0.8.34 |
1118 | 2024-11-28T00:54:41.522Z | Downloaded structmeta-derive v0.3.0 |
1119 | 2024-11-28T00:54:41.526Z | Downloaded slog-envlogger v2.2.0 |
1120 | 2024-11-28T00:54:41.526Z | Downloaded steno v0.4.1 |
1121 | 2024-11-28T00:54:41.528Z | Downloaded siphasher v0.3.11 |
1122 | 2024-11-28T00:54:41.531Z | Downloaded poly1305 v0.8.0 |
1123 | 2024-11-28T00:54:41.534Z | Downloaded rcgen v0.12.1 |
1124 | 2024-11-28T00:54:41.542Z | Downloaded mockall v0.13.0 |
1125 | 2024-11-28T00:54:41.542Z | Downloaded termcolor v1.4.1 |
1126 | 2024-11-28T00:54:41.542Z | Downloaded subtle v2.6.1 |
1127 | 2024-11-28T00:54:41.542Z | Downloaded ref-cast-impl v1.0.23 |
1128 | 2024-11-28T00:54:41.542Z | Downloaded minimal-lexical v0.2.1 |
1129 | 2024-11-28T00:54:41.545Z | Downloaded icu_properties_data v1.5.0 |
1130 | 2024-11-28T00:54:41.553Z | Downloaded aws-lc-rs v1.10.0 |
1131 | 2024-11-28T00:54:41.562Z | Downloaded aho-corasick v1.1.3 |
1132 | 2024-11-28T00:54:41.567Z | Downloaded hickory-server v0.24.1 |
1133 | 2024-11-28T00:54:41.573Z | Downloaded dyn-clone v1.0.17 |
1134 | 2024-11-28T00:54:41.577Z | Downloaded walkdir v2.5.0 |
1135 | 2024-11-28T00:54:41.580Z | Downloaded scrypt v0.11.0 |
1136 | 2024-11-28T00:54:41.580Z | Downloaded sigpipe v0.1.3 |
1137 | 2024-11-28T00:54:41.581Z | Downloaded progenitor-client v0.8.0 |
1138 | 2024-11-28T00:54:41.581Z | Downloaded which v4.4.2 |
1139 | 2024-11-28T00:54:41.583Z | Downloaded vergen v8.3.2 |
1140 | 2024-11-28T00:54:41.583Z | Downloaded prettyplease v0.2.25 |
1141 | 2024-11-28T00:54:41.587Z | Downloaded tabwriter v1.4.0 |
1142 | 2024-11-28T00:54:41.590Z | Downloaded signal-hook-registry v1.4.2 |
1143 | 2024-11-28T00:54:41.590Z | Downloaded russh-keys v0.45.0 |
1144 | 2024-11-28T00:54:41.593Z | Downloaded tiny-keccak v2.0.2 |
1145 | 2024-11-28T00:54:41.593Z | Downloaded supports-color v3.0.1 |
1146 | 2024-11-28T00:54:41.596Z | Downloaded icu_collections v1.5.0 |
1147 | 2024-11-28T00:54:41.600Z | Downloaded hmac v0.12.1 |
1148 | 2024-11-28T00:54:41.602Z | Downloaded hickory-client v0.24.1 |
1149 | 2024-11-28T00:54:41.605Z | Downloaded crossbeam-utils v0.8.20 |
1150 | 2024-11-28T00:54:41.607Z | Downloaded const-oid v0.9.6 |
1151 | 2024-11-28T00:54:41.610Z | Downloaded console v0.15.8 |
1152 | 2024-11-28T00:54:41.612Z | Downloaded base64 v0.22.1 |
1153 | 2024-11-28T00:54:41.617Z | Downloaded mime_guess v2.0.5 |
1154 | 2024-11-28T00:54:41.619Z | Downloaded memmap2 v0.9.5 |
1155 | 2024-11-28T00:54:41.622Z | Downloaded base64 v0.13.1 |
1156 | 2024-11-28T00:54:41.624Z | Downloaded jobserver v0.1.32 |
1157 | 2024-11-28T00:54:41.627Z | Downloaded crc32fast v1.4.2 |
1158 | 2024-11-28T00:54:41.627Z | Downloaded clang-sys v1.8.1 |
1159 | 2024-11-28T00:54:41.630Z | Downloaded spin v0.5.2 |
1160 | 2024-11-28T00:54:41.631Z | Downloaded ipnet v2.10.1 |
1161 | 2024-11-28T00:54:41.633Z | Downloaded cc v1.1.30 |
1162 | 2024-11-28T00:54:41.636Z | Downloaded lazy_static v1.5.0 |
1163 | 2024-11-28T00:54:41.636Z | Downloaded crunchy v0.2.2 |
1164 | 2024-11-28T00:54:41.638Z | Downloaded icu_normalizer v1.5.0 |
1165 | 2024-11-28T00:54:41.640Z | Downloaded is-terminal v0.4.13 |
1166 | 2024-11-28T00:54:41.643Z | Downloaded inout v0.1.3 |
1167 | 2024-11-28T00:54:41.643Z | Downloaded hex-literal v0.4.1 |
1168 | 2024-11-28T00:54:41.643Z | Downloaded cobs v0.2.3 |
1169 | 2024-11-28T00:54:41.645Z | Downloaded bit-vec v0.6.3 |
1170 | 2024-11-28T00:54:41.646Z | Downloaded bb8 v0.8.5 |
1171 | 2024-11-28T00:54:41.648Z | Downloaded hyper-rustls v0.27.3 |
1172 | 2024-11-28T00:54:41.648Z | Downloaded humantime v2.1.0 |
1173 | 2024-11-28T00:54:41.651Z | Downloaded http-body-util v0.1.2 |
1174 | 2024-11-28T00:54:41.651Z | Downloaded http-range v0.1.5 |
1175 | 2024-11-28T00:54:41.654Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1176 | 2024-11-28T00:54:41.982Z | Downloaded ring v0.17.8 |
1177 | 2024-11-28T00:54:42.213Z | Downloaded ring v0.16.20 |
1178 | 2024-11-28T00:54:42.292Z | Downloaded libsqlite3-sys v0.30.1 |
1179 | 2024-11-28T00:54:42.442Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2024-11-28T00:54:42.749Z | Compiling serde v1.0.215 |
1181 | 2024-11-28T00:54:42.752Z | Compiling lock_api v0.4.12 |
1182 | 2024-11-28T00:54:42.752Z | Compiling scopeguard v1.2.0 |
1183 | 2024-11-28T00:54:42.752Z | Compiling value-bag v1.9.0 |
1184 | 2024-11-28T00:54:42.752Z | Compiling typenum v1.17.0 |
1185 | 2024-11-28T00:54:42.752Z | Compiling generic-array v0.14.7 |
1186 | 2024-11-28T00:54:42.942Z | Compiling syn v2.0.87 |
1187 | 2024-11-28T00:54:42.956Z | Compiling getrandom v0.2.15 |
1188 | 2024-11-28T00:54:43.055Z | Compiling shlex v1.3.0 |
1189 | 2024-11-28T00:54:43.224Z | Compiling rand_core v0.6.4 |
1190 | 2024-11-28T00:54:43.408Z | Compiling log v0.4.22 |
1191 | 2024-11-28T00:54:43.435Z | Compiling subtle v2.6.1 |
1192 | 2024-11-28T00:54:43.458Z | Compiling jobserver v0.1.32 |
1193 | 2024-11-28T00:54:43.542Z | Compiling const-oid v0.9.6 |
1194 | 2024-11-28T00:54:43.740Z | Compiling smallvec v1.13.2 |
1195 | 2024-11-28T00:54:43.760Z | Compiling spin v0.9.8 |
1196 | 2024-11-28T00:54:43.762Z | Compiling pin-project-lite v0.2.14 |
1197 | 2024-11-28T00:54:43.903Z | Compiling cc v1.1.30 |
1198 | 2024-11-28T00:54:44.117Z | Compiling rustix v0.38.37 |
1199 | 2024-11-28T00:54:44.147Z | Compiling parking_lot_core v0.9.10 |
1200 | 2024-11-28T00:54:44.276Z | Compiling futures-core v0.3.31 |
1201 | 2024-11-28T00:54:44.386Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2024-11-28T00:54:44.522Z | Compiling mio v1.0.2 |
1203 | 2024-11-28T00:54:45.161Z | Compiling parking_lot v0.12.3 |
1204 | 2024-11-28T00:54:45.332Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-11-28T00:54:45.350Z | Compiling regex-syntax v0.8.5 |
1206 | 2024-11-28T00:54:45.598Z | Compiling either v1.13.0 |
1207 | 2024-11-28T00:54:45.777Z | Compiling cpufeatures v0.2.14 |
1208 | 2024-11-28T00:54:45.885Z | Compiling lazy_static v1.5.0 |
1209 | 2024-11-28T00:54:45.905Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2024-11-28T00:54:46.008Z | Compiling futures-sink v0.3.31 |
1211 | 2024-11-28T00:54:46.025Z | Compiling glob v0.3.1 |
1212 | 2024-11-28T00:54:46.046Z | Compiling socket2 v0.5.7 |
1213 | 2024-11-28T00:54:46.119Z | Compiling slab v0.4.9 |
1214 | 2024-11-28T00:54:46.167Z | Compiling prettyplease v0.2.25 |
1215 | 2024-11-28T00:54:46.526Z | Compiling minimal-lexical v0.2.1 |
1216 | 2024-11-28T00:54:46.875Z | Compiling libloading v0.8.5 |
1217 | 2024-11-28T00:54:47.033Z | Compiling nom v7.1.3 |
1218 | 2024-11-28T00:54:47.053Z | Compiling home v0.5.9 |
1219 | 2024-11-28T00:54:47.081Z | Compiling clang-sys v1.8.1 |
1220 | 2024-11-28T00:54:47.302Z | Compiling bindgen v0.69.5 |
1221 | 2024-11-28T00:54:47.320Z | Compiling serde_json v1.0.132 |
1222 | 2024-11-28T00:54:47.663Z | Compiling futures-channel v0.3.31 |
1223 | 2024-11-28T00:54:48.188Z | Compiling itertools v0.12.1 |
1224 | 2024-11-28T00:54:48.199Z | Compiling lazycell v1.3.0 |
1225 | 2024-11-28T00:54:48.308Z | Compiling rustc-hash v1.1.0 |
1226 | 2024-11-28T00:54:48.365Z | Compiling futures-io v0.3.31 |
1227 | 2024-11-28T00:54:48.468Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-11-28T00:54:48.709Z | Compiling foldhash v0.1.3 |
1229 | 2024-11-28T00:54:49.010Z | Compiling regex-automata v0.4.8 |
1230 | 2024-11-28T00:54:49.295Z | Compiling pin-utils v0.1.0 |
1231 | 2024-11-28T00:54:49.391Z | Compiling futures-task v0.3.31 |
1232 | 2024-11-28T00:54:49.706Z | Compiling hashbrown v0.15.0 |
1233 | 2024-11-28T00:54:50.805Z | Compiling synstructure v0.13.1 |
1234 | 2024-11-28T00:54:51.117Z | Compiling cexpr v0.6.0 |
1235 | 2024-11-28T00:54:51.324Z | Compiling cmake v0.1.51 |
1236 | 2024-11-28T00:54:52.239Z | Compiling dunce v1.0.5 |
1237 | 2024-11-28T00:54:52.356Z | Compiling tinyvec_macros v0.1.1 |
1238 | 2024-11-28T00:54:52.376Z | Compiling fs_extra v1.3.0 |
1239 | 2024-11-28T00:54:52.450Z | Compiling pkg-config v0.3.31 |
1240 | 2024-11-28T00:54:52.485Z | Compiling libm v0.2.8 |
1241 | 2024-11-28T00:54:52.851Z | Compiling tinyvec v1.8.0 |
1242 | 2024-11-28T00:54:52.936Z | Compiling num-traits v0.2.19 |
1243 | 2024-11-28T00:54:53.412Z | Compiling ring v0.17.8 |
1244 | 2024-11-28T00:54:53.984Z | Compiling base64ct v1.6.0 |
1245 | 2024-11-28T00:54:54.199Z | Compiling unicode-bidi v0.3.17 |
1246 | 2024-11-28T00:54:54.329Z | Compiling unicode-normalization v0.1.24 |
1247 | 2024-11-28T00:54:54.349Z | Compiling paste v1.0.15 |
1248 | 2024-11-28T00:54:54.539Z | Compiling regex v1.11.1 |
1249 | 2024-11-28T00:54:54.580Z | Compiling litemap v0.7.3 |
1250 | 2024-11-28T00:54:54.903Z | Compiling writeable v0.5.5 |
1251 | 2024-11-28T00:54:55.469Z | Compiling pem-rfc7468 v0.7.0 |
1252 | 2024-11-28T00:54:55.649Z | Compiling httparse v1.9.5 |
1253 | 2024-11-28T00:54:55.677Z | Compiling aws-lc-rs v1.10.0 |
1254 | 2024-11-28T00:54:56.105Z | Compiling flagset v0.4.6 |
1255 | 2024-11-28T00:54:56.291Z | Compiling tracing-core v0.1.32 |
1256 | 2024-11-28T00:54:56.444Z | Compiling icu_locid_transform_data v1.5.0 |
1257 | 2024-11-28T00:54:56.555Z | Compiling percent-encoding v2.3.1 |
1258 | 2024-11-28T00:54:56.932Z | Compiling rustls-pki-types v1.9.0 |
1259 | 2024-11-28T00:54:57.314Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2024-11-28T00:54:57.644Z | Compiling time-core v0.1.2 |
1261 | 2024-11-28T00:54:57.661Z | Compiling serde_derive v1.0.215 |
1262 | 2024-11-28T00:54:57.806Z | Compiling zeroize_derive v1.4.2 |
1263 | 2024-11-28T00:54:57.854Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2024-11-28T00:54:58.041Z | Compiling tokio-macros v2.4.0 |
1265 | 2024-11-28T00:54:58.156Z | Compiling zerofrom-derive v0.1.4 |
1266 | 2024-11-28T00:54:59.369Z | Compiling zeroize v1.8.1 |
1267 | 2024-11-28T00:54:59.801Z | Compiling yoke-derive v0.7.4 |
1268 | 2024-11-28T00:54:59.865Z | Compiling thiserror-impl v1.0.69 |
1269 | 2024-11-28T00:55:00.135Z | Compiling zerocopy v0.7.35 |
1270 | 2024-11-28T00:55:00.881Z | Compiling zerovec-derive v0.10.3 |
1271 | 2024-11-28T00:55:01.127Z | Compiling crypto-common v0.1.6 |
1272 | 2024-11-28T00:55:01.375Z | Compiling block-buffer v0.10.4 |
1273 | 2024-11-28T00:55:01.635Z | Compiling digest v0.10.7 |
1274 | 2024-11-28T00:55:01.747Z | Compiling futures-macro v0.3.31 |
1275 | 2024-11-28T00:55:01.795Z | Compiling block-padding v0.3.3 |
1276 | 2024-11-28T00:55:02.034Z | Compiling displaydoc v0.2.5 |
1277 | 2024-11-28T00:55:02.117Z | Compiling hmac v0.12.1 |
1278 | 2024-11-28T00:55:02.365Z | Compiling inout v0.1.3 |
1279 | 2024-11-28T00:55:02.386Z | Compiling zerofrom v0.1.4 |
1280 | 2024-11-28T00:55:02.629Z | Compiling cipher v0.4.4 |
1281 | 2024-11-28T00:55:02.647Z | Compiling sha2 v0.10.8 |
1282 | 2024-11-28T00:55:02.861Z | Compiling yoke v0.7.4 |
1283 | 2024-11-28T00:55:03.146Z | Compiling ppv-lite86 v0.2.20 |
1284 | 2024-11-28T00:55:03.236Z | Compiling icu_provider_macros v1.5.0 |
1285 | 2024-11-28T00:55:03.332Z | Compiling thiserror v1.0.69 |
1286 | 2024-11-28T00:55:03.463Z | Compiling der_derive v0.7.3 |
1287 | 2024-11-28T00:55:03.649Z | Compiling zerovec v0.10.4 |
1288 | 2024-11-28T00:55:03.717Z | Compiling futures-util v0.3.31 |
1289 | 2024-11-28T00:55:03.738Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-11-28T00:55:04.005Z | Compiling rand_chacha v0.3.1 |
1291 | 2024-11-28T00:55:04.441Z | Compiling rand v0.8.5 |
1292 | 2024-11-28T00:55:05.905Z | Compiling tinystr v0.7.6 |
1293 | 2024-11-28T00:55:06.019Z | Compiling der v0.7.9 |
1294 | 2024-11-28T00:55:06.283Z | Compiling icu_collections v1.5.0 |
1295 | 2024-11-28T00:55:06.355Z | Compiling icu_locid v1.5.0 |
1296 | 2024-11-28T00:55:06.479Z | Compiling pest v2.7.14 |
1297 | 2024-11-28T00:55:06.689Z | Compiling salsa20 v0.10.2 |
1298 | 2024-11-28T00:55:06.928Z | Compiling pbkdf2 v0.12.2 |
1299 | 2024-11-28T00:55:07.138Z | Compiling vcpkg v0.2.15 |
1300 | 2024-11-28T00:55:07.589Z | Compiling icu_provider v1.5.0 |
1301 | 2024-11-28T00:55:07.754Z | Compiling tracing v0.1.40 |
1302 | 2024-11-28T00:55:08.261Z | Compiling spki v0.7.3 |
1303 | 2024-11-28T00:55:08.648Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2024-11-28T00:55:08.648Z | Compiling icu_properties_data v1.5.0 |
1305 | 2024-11-28T00:55:08.699Z | Compiling mirai-annotations v1.12.0 |
1306 | 2024-11-28T00:55:08.881Z | Compiling powerfmt v0.2.0 |
1307 | 2024-11-28T00:55:08.917Z | Compiling untrusted v0.9.0 |
1308 | 2024-11-28T00:55:09.100Z | Compiling untrusted v0.7.1 |
1309 | 2024-11-28T00:55:09.285Z | Compiling num-conv v0.1.0 |
1310 | 2024-11-28T00:55:09.306Z | Compiling deranged v0.3.11 |
1311 | 2024-11-28T00:55:09.334Z | Compiling openssl-sys v0.9.103 |
1312 | 2024-11-28T00:55:09.508Z | Compiling pest_meta v2.7.14 |
1313 | 2024-11-28T00:55:09.571Z | Compiling time-macros v0.2.18 |
1314 | 2024-11-28T00:55:10.040Z | Compiling icu_properties v1.5.1 |
1315 | 2024-11-28T00:55:11.263Z | Compiling scrypt v0.11.0 |
1316 | 2024-11-28T00:55:11.441Z | Compiling aes v0.8.4 |
1317 | 2024-11-28T00:55:11.749Z | Compiling cbc v0.1.2 |
1318 | 2024-11-28T00:55:11.844Z | Compiling scroll_derive v0.12.0 |
1319 | 2024-11-28T00:55:11.980Z | Compiling bitflags v2.6.0 |
1320 | 2024-11-28T00:55:12.311Z | Compiling bytes v1.8.0 |
1321 | 2024-11-28T00:55:13.178Z | Compiling tokio v1.40.0 |
1322 | 2024-11-28T00:55:13.325Z | Compiling indexmap v2.6.0 |
1323 | 2024-11-28T00:55:13.634Z | Compiling http v1.1.0 |
1324 | 2024-11-28T00:55:14.302Z | Compiling semver v1.0.23 |
1325 | 2024-11-28T00:55:14.677Z | Compiling atomic-waker v1.1.2 |
1326 | 2024-11-28T00:55:14.789Z | Compiling rustc_version v0.4.1 |
1327 | 2024-11-28T00:55:14.865Z | Compiling utf16_iter v1.0.5 |
1328 | 2024-11-28T00:55:14.993Z | Compiling write16 v1.0.0 |
1329 | 2024-11-28T00:55:15.057Z | Compiling utf8_iter v1.0.4 |
1330 | 2024-11-28T00:55:15.095Z | Compiling num_threads v0.1.7 |
1331 | 2024-11-28T00:55:15.123Z | Compiling icu_normalizer_data v1.5.0 |
1332 | 2024-11-28T00:55:15.228Z | Compiling time v0.3.36 |
1333 | 2024-11-28T00:55:15.230Z | Compiling http-body v1.0.1 |
1334 | 2024-11-28T00:55:15.323Z | Compiling icu_normalizer v1.5.0 |
1335 | 2024-11-28T00:55:15.504Z | Compiling scroll v0.12.0 |
1336 | 2024-11-28T00:55:15.587Z | Compiling pkcs5 v0.7.1 |
1337 | 2024-11-28T00:55:16.078Z | Compiling pest_generator v2.7.14 |
1338 | 2024-11-28T00:55:16.198Z | Compiling form_urlencoded v1.2.1 |
1339 | 2024-11-28T00:55:16.218Z | Compiling try-lock v0.2.5 |
1340 | 2024-11-28T00:55:16.467Z | Compiling which v4.4.2 |
1341 | 2024-11-28T00:55:16.524Z | Compiling slog v2.7.0 |
1342 | 2024-11-28T00:55:16.979Z | Compiling goblin v0.8.2 |
1343 | 2024-11-28T00:55:17.111Z | Compiling want v0.3.1 |
1344 | 2024-11-28T00:55:17.298Z | Compiling pkcs8 v0.10.2 |
1345 | 2024-11-28T00:55:17.403Z | Compiling idna_adapter v1.2.0 |
1346 | 2024-11-28T00:55:17.621Z | Compiling httpdate v1.0.3 |
1347 | 2024-11-28T00:55:17.814Z | Compiling idna v1.0.3 |
1348 | 2024-11-28T00:55:18.076Z | Compiling pest_derive v2.7.14 |
1349 | 2024-11-28T00:55:18.078Z | Compiling serde_spanned v0.6.8 |
1350 | 2024-11-28T00:55:18.328Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2024-11-28T00:55:18.833Z | Compiling toml_datetime v0.6.8 |
1352 | 2024-11-28T00:55:18.901Z | Compiling dtrace-parser v0.2.0 |
1353 | 2024-11-28T00:55:18.962Z | Compiling uuid v1.11.0 |
1354 | 2024-11-28T00:55:19.373Z | Compiling adler2 v2.0.0 |
1355 | 2024-11-28T00:55:19.582Z | Compiling match_cfg v0.1.0 |
1356 | 2024-11-28T00:55:19.647Z | Compiling openssl v0.10.66 |
1357 | 2024-11-28T00:55:19.682Z | Compiling rustversion v1.0.17 |
1358 | 2024-11-28T00:55:20.073Z | Compiling tower-service v0.3.3 |
1359 | 2024-11-28T00:55:20.208Z | Compiling iana-time-zone v0.1.61 |
1360 | 2024-11-28T00:55:20.418Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2024-11-28T00:55:20.438Z | Compiling base64 v0.22.1 |
1362 | 2024-11-28T00:55:20.521Z | Compiling foreign-types v0.3.2 |
1363 | 2024-11-28T00:55:20.609Z | Compiling chrono v0.4.38 |
1364 | 2024-11-28T00:55:20.656Z | Compiling hostname v0.3.1 |
1365 | 2024-11-28T00:55:20.677Z | Compiling miniz_oxide v0.8.0 |
1366 | 2024-11-28T00:55:20.910Z | Compiling url v2.5.3 |
1367 | 2024-11-28T00:55:21.169Z | Compiling openssl-macros v0.1.1 |
1368 | 2024-11-28T00:55:21.958Z | Compiling tokio-util v0.7.12 |
1369 | 2024-11-28T00:55:22.185Z | Compiling async-trait v0.1.83 |
1370 | 2024-11-28T00:55:22.509Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2024-11-28T00:55:22.955Z | Compiling h2 v0.4.6 |
1372 | 2024-11-28T00:55:23.159Z | Compiling dof v0.3.0 |
1373 | 2024-11-28T00:55:23.398Z | Compiling data-encoding v2.6.0 |
1374 | 2024-11-28T00:55:24.297Z | Compiling usdt-impl v0.5.0 |
1375 | 2024-11-28T00:55:24.962Z | Compiling siphasher v0.3.11 |
1376 | 2024-11-28T00:55:25.341Z | Compiling native-tls v0.2.12 |
1377 | 2024-11-28T00:55:25.363Z | Compiling rustls v0.23.14 |
1378 | 2024-11-28T00:55:25.638Z | Compiling syn v1.0.109 |
1379 | 2024-11-28T00:55:25.667Z | Compiling rustls v0.22.4 |
1380 | 2024-11-28T00:55:25.851Z | Compiling dirs-next v2.0.0 |
1381 | 2024-11-28T00:55:26.040Z | Compiling heapless v0.7.17 |
1382 | 2024-11-28T00:55:26.333Z | Compiling http-body-util v0.1.2 |
1383 | 2024-11-28T00:55:26.491Z | Compiling crossbeam-epoch v0.9.18 |
1384 | 2024-11-28T00:55:26.874Z | Compiling sha1 v0.10.6 |
1385 | 2024-11-28T00:55:27.257Z | Compiling signature v2.2.0 |
1386 | 2024-11-28T00:55:27.314Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1387 | 2024-11-28T00:55:27.317Z | Compiling serde_derive_internals v0.29.1 |
1388 | 2024-11-28T00:55:27.492Z | Compiling thread_local v1.1.8 |
1389 | 2024-11-28T00:55:27.535Z | Compiling encoding_rs v0.8.34 |
1390 | 2024-11-28T00:55:27.817Z | Compiling multer v3.1.0 |
1391 | 2024-11-28T00:55:28.026Z | Compiling cookie v0.18.1 |
1392 | 2024-11-28T00:55:28.101Z | Compiling gimli v0.31.1 |
1393 | 2024-11-28T00:55:28.320Z | Compiling ipnet v2.10.1 |
1394 | 2024-11-28T00:55:28.775Z | Compiling rayon-core v1.12.1 |
1395 | 2024-11-28T00:55:29.035Z | Compiling schemars v0.8.21 |
1396 | 2024-11-28T00:55:29.378Z | Compiling mime v0.3.17 |
1397 | 2024-11-28T00:55:29.608Z | Compiling signal-hook v0.3.17 |
1398 | 2024-11-28T00:55:29.926Z | Compiling hyper v1.5.0 |
1399 | 2024-11-28T00:55:30.014Z | Compiling slog-async v2.8.0 |
1400 | 2024-11-28T00:55:30.042Z | Compiling unicode-properties v0.1.3 |
1401 | 2024-11-28T00:55:30.467Z | Compiling openssl-probe v0.1.5 |
1402 | 2024-11-28T00:55:30.607Z | Compiling stringprep v0.1.5 |
1403 | 2024-11-28T00:55:30.832Z | Compiling schemars_derive v0.8.21 |
1404 | 2024-11-28T00:55:32.013Z | Compiling toml_edit v0.22.22 |
1405 | 2024-11-28T00:55:32.574Z | Compiling hyper-util v0.1.10 |
1406 | 2024-11-28T00:55:33.360Z | Compiling addr2line v0.24.2 |
1407 | 2024-11-28T00:55:34.077Z | Compiling usdt-macro v0.5.0 |
1408 | 2024-11-28T00:55:34.098Z | Compiling usdt-attr-macro v0.5.0 |
1409 | 2024-11-28T00:55:34.176Z | Compiling crossbeam-deque v0.8.5 |
1410 | 2024-11-28T00:55:34.614Z | Compiling term v0.7.0 |
1411 | 2024-11-28T00:55:35.380Z | Compiling slog-json v2.6.1 |
1412 | 2024-11-28T00:55:35.549Z | Compiling serde_urlencoded v0.7.1 |
1413 | 2024-11-28T00:55:35.714Z | Compiling curve25519-dalek v4.1.3 |
1414 | 2024-11-28T00:55:35.717Z | Compiling crossbeam-channel v0.5.13 |
1415 | 2024-11-28T00:55:35.757Z | Compiling futures-executor v0.3.31 |
1416 | 2024-11-28T00:55:36.077Z | Compiling enum-as-inner v0.6.1 |
1417 | 2024-11-28T00:55:36.094Z | Compiling md-5 v0.10.6 |
1418 | 2024-11-28T00:55:36.312Z | Compiling async-stream-impl v0.3.6 |
1419 | 2024-11-28T00:55:36.341Z | Compiling rustls-pemfile v2.2.0 |
1420 | 2024-11-28T00:55:36.371Z | Compiling num-integer v0.1.46 |
1421 | 2024-11-28T00:55:36.680Z | Compiling idna v0.4.0 |
1422 | 2024-11-28T00:55:36.826Z | Compiling idna v0.3.0 |
1423 | 2024-11-28T00:55:37.118Z | Compiling hash32 v0.2.1 |
1424 | 2024-11-28T00:55:37.151Z | Compiling ff v0.13.0 |
1425 | 2024-11-28T00:55:37.372Z | Compiling is-terminal v0.4.13 |
1426 | 2024-11-28T00:55:37.502Z | Compiling dropshot v0.12.0 |
1427 | 2024-11-28T00:55:37.522Z | Compiling object v0.36.5 |
1428 | 2024-11-28T00:55:37.697Z | Compiling anyhow v1.0.93 |
1429 | 2024-11-28T00:55:37.782Z | Compiling num-bigint-dig v0.8.4 |
1430 | 2024-11-28T00:55:38.073Z | Compiling portable-atomic v1.9.0 |
1431 | 2024-11-28T00:55:38.323Z | Compiling quick-error v1.2.3 |
1432 | 2024-11-28T00:55:38.340Z | Compiling rustc-demangle v0.1.24 |
1433 | 2024-11-28T00:55:38.467Z | Compiling base16ct v0.2.0 |
1434 | 2024-11-28T00:55:38.482Z | Compiling dyn-clone v1.0.17 |
1435 | 2024-11-28T00:55:38.695Z | Compiling psl-types v2.0.11 |
1436 | 2024-11-28T00:55:38.772Z | Compiling fallible-iterator v0.2.0 |
1437 | 2024-11-28T00:55:38.897Z | Compiling utf-8 v0.7.6 |
1438 | 2024-11-28T00:55:39.140Z | Compiling linked-hash-map v0.5.6 |
1439 | 2024-11-28T00:55:39.236Z | Compiling smoltcp v0.9.1 |
1440 | 2024-11-28T00:55:39.310Z | Compiling take_mut v0.2.2 |
1441 | 2024-11-28T00:55:39.469Z | Compiling lru-cache v0.1.2 |
1442 | 2024-11-28T00:55:39.490Z | Compiling postgres-protocol v0.6.7 |
1443 | 2024-11-28T00:55:39.731Z | Compiling tungstenite v0.24.0 |
1444 | 2024-11-28T00:55:40.028Z | Compiling publicsuffix v2.2.3 |
1445 | 2024-11-28T00:55:40.278Z | Compiling sec1 v0.7.3 |
1446 | 2024-11-28T00:55:40.781Z | Compiling resolv-conf v0.7.0 |
1447 | 2024-11-28T00:55:40.987Z | Compiling async-stream v0.3.6 |
1448 | 2024-11-28T00:55:41.229Z | Compiling usdt v0.5.0 |
1449 | 2024-11-28T00:55:41.304Z | Compiling hickory-proto v0.24.1 |
1450 | 2024-11-28T00:55:41.564Z | Compiling slog-term v2.9.1 |
1451 | 2024-11-28T00:55:42.128Z | Compiling group v0.13.0 |
1452 | 2024-11-28T00:55:42.446Z | Compiling num-iter v0.1.45 |
1453 | 2024-11-28T00:55:42.763Z | Compiling futures v0.3.31 |
1454 | 2024-11-28T00:55:42.820Z | Compiling slog-bunyan v2.5.0 |
1455 | 2024-11-28T00:55:42.938Z | Compiling toml v0.8.19 |
1456 | 2024-11-28T00:55:44.175Z | Compiling camino v1.1.9 |
1457 | 2024-11-28T00:55:44.699Z | Compiling tokio-native-tls v0.3.1 |
1458 | 2024-11-28T00:55:45.003Z | Compiling backtrace v0.3.74 |
1459 | 2024-11-28T00:55:45.193Z | Compiling phf_shared v0.11.2 |
1460 | 2024-11-28T00:55:45.263Z | Compiling dropshot_endpoint v0.12.0 |
1461 | 2024-11-28T00:55:45.583Z | Compiling terminal_size v0.4.0 |
1462 | 2024-11-28T00:55:45.712Z | Compiling openapiv3 v2.0.0 |
1463 | 2024-11-28T00:55:45.794Z | Compiling waitgroup v0.1.2 |
1464 | 2024-11-28T00:55:45.816Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-11-28T00:55:46.010Z | Compiling hkdf v0.12.4 |
1466 | 2024-11-28T00:55:46.266Z | Compiling crypto-bigint v0.5.5 |
1467 | 2024-11-28T00:55:46.654Z | Compiling curve25519-dalek-derive v0.1.1 |
1468 | 2024-11-28T00:55:48.232Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-11-28T00:55:48.743Z | Compiling webpki-roots v0.26.6 |
1470 | 2024-11-28T00:55:48.943Z | Compiling idna v0.5.0 |
1471 | 2024-11-28T00:55:49.009Z | Compiling hubpack_derive v0.1.1 |
1472 | 2024-11-28T00:55:49.935Z | Compiling hostname v0.4.0 |
1473 | 2024-11-28T00:55:49.972Z | Compiling crc32fast v1.4.2 |
1474 | 2024-11-28T00:55:50.179Z | Compiling ahash v0.8.11 |
1475 | 2024-11-28T00:55:50.215Z | Compiling fs-err v2.11.0 |
1476 | 2024-11-28T00:55:50.318Z | Compiling winnow v0.5.40 |
1477 | 2024-11-28T00:55:50.486Z | Compiling bitflags v1.3.2 |
1478 | 2024-11-28T00:55:50.507Z | Compiling debug-ignore v1.0.5 |
1479 | 2024-11-28T00:55:50.510Z | Compiling managed v0.8.0 |
1480 | 2024-11-28T00:55:50.585Z | Compiling clap_builder v4.5.21 |
1481 | 2024-11-28T00:55:50.644Z | Compiling strum_macros v0.25.3 |
1482 | 2024-11-28T00:55:50.720Z | Compiling console v0.15.8 |
1483 | 2024-11-28T00:55:52.052Z | Compiling zerocopy v0.6.6 |
1484 | 2024-11-28T00:55:52.363Z | Compiling flate2 v1.0.34 |
1485 | 2024-11-28T00:55:52.386Z | Compiling hubpack v0.1.2 |
1486 | 2024-11-28T00:55:52.835Z | Compiling cookie_store v0.21.0 |
1487 | 2024-11-28T00:55:52.949Z | Compiling elliptic-curve v0.13.8 |
1488 | 2024-11-28T00:55:53.340Z | Compiling hickory-resolver v0.24.1 |
1489 | 2024-11-28T00:55:53.819Z | Compiling toml_edit v0.19.15 |
1490 | 2024-11-28T00:55:54.428Z | Compiling phf v0.11.2 |
1491 | 2024-11-28T00:55:54.734Z | Compiling signal-hook-mio v0.2.4 |
1492 | 2024-11-28T00:55:54.875Z | Compiling hyper-tls v0.6.0 |
1493 | 2024-11-28T00:55:54.910Z | Compiling rayon v1.10.0 |
1494 | 2024-11-28T00:55:55.171Z | Compiling bzip2 v0.4.4 |
1495 | 2024-11-28T00:55:55.559Z | Compiling tokio-tungstenite v0.24.0 |
1496 | 2024-11-28T00:55:56.097Z | Compiling postgres-types v0.2.8 |
1497 | 2024-11-28T00:55:59.065Z | Compiling ed25519 v2.2.3 |
1498 | 2024-11-28T00:55:59.832Z | Compiling phf_shared v0.10.0 |
1499 | 2024-11-28T00:56:00.024Z | Compiling tokio-stream v0.1.16 |
1500 | 2024-11-28T00:56:00.233Z | Compiling pkcs1 v0.7.5 |
1501 | 2024-11-28T00:56:00.235Z | Compiling serde-big-array v0.5.1 |
1502 | 2024-11-28T00:56:00.466Z | Compiling clap_derive v4.5.18 |
1503 | 2024-11-28T00:56:00.965Z | Compiling rfc6979 v0.4.0 |
1504 | 2024-11-28T00:56:01.083Z | Compiling serde_repr v0.1.19 |
1505 | 2024-11-28T00:56:01.161Z | Compiling derive-where v1.2.7 |
1506 | 2024-11-28T00:56:01.247Z | Compiling float-cmp v0.9.0 |
1507 | 2024-11-28T00:56:01.280Z | Compiling bstr v1.10.0 |
1508 | 2024-11-28T00:56:01.483Z | Compiling sync_wrapper v1.0.1 |
1509 | 2024-11-28T00:56:01.640Z | Compiling unicode-width v0.2.0 |
1510 | 2024-11-28T00:56:01.929Z | Compiling whoami v1.5.2 |
1511 | 2024-11-28T00:56:02.170Z | Compiling new_debug_unreachable v1.0.6 |
1512 | 2024-11-28T00:56:02.271Z | Compiling number_prefix v0.4.0 |
1513 | 2024-11-28T00:56:02.308Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2024-11-28T00:56:02.492Z | Compiling difflib v0.4.0 |
1515 | 2024-11-28T00:56:02.559Z | Compiling static_assertions v1.1.0 |
1516 | 2024-11-28T00:56:02.666Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2024-11-28T00:56:02.795Z | Compiling predicates-core v1.0.8 |
1518 | 2024-11-28T00:56:03.130Z | Compiling fixedbitset v0.4.2 |
1519 | 2024-11-28T00:56:03.161Z | Compiling bit-vec v0.6.3 |
1520 | 2024-11-28T00:56:03.204Z | Compiling precomputed-hash v0.1.1 |
1521 | 2024-11-28T00:56:03.328Z | Compiling string_cache v0.8.7 |
1522 | 2024-11-28T00:56:03.641Z | Compiling bit-set v0.5.3 |
1523 | 2024-11-28T00:56:03.654Z | Compiling petgraph v0.6.5 |
1524 | 2024-11-28T00:56:03.799Z | Compiling similar v2.6.0 |
1525 | 2024-11-28T00:56:03.868Z | Compiling predicates v3.1.2 |
1526 | 2024-11-28T00:56:04.179Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1527 | 2024-11-28T00:56:04.737Z | Compiling indicatif v0.17.9 |
1528 | 2024-11-28T00:56:05.634Z | Compiling clap v4.5.21 |
1529 | 2024-11-28T00:56:05.658Z | Compiling tokio-postgres v0.7.12 |
1530 | 2024-11-28T00:56:05.762Z | Compiling ecdsa v0.16.9 |
1531 | 2024-11-28T00:56:06.329Z | Compiling rsa v0.9.6 |
1532 | 2024-11-28T00:56:06.613Z | Compiling ed25519-dalek v2.1.1 |
1533 | 2024-11-28T00:56:07.081Z | Compiling toml v0.7.8 |
1534 | 2024-11-28T00:56:07.905Z | Compiling zip v0.6.6 |
1535 | 2024-11-28T00:56:07.925Z | Compiling crossterm v0.28.1 |
1536 | 2024-11-28T00:56:09.656Z | Compiling hex v0.4.3 |
1537 | 2024-11-28T00:56:09.714Z | Compiling x509-cert v0.2.5 |
1538 | 2024-11-28T00:56:10.002Z | Compiling itertools v0.10.5 |
1539 | 2024-11-28T00:56:10.289Z | Compiling lalrpop-util v0.19.12 |
1540 | 2024-11-28T00:56:10.656Z | Compiling unicode-xid v0.2.6 |
1541 | 2024-11-28T00:56:10.830Z | Compiling peg-runtime v0.8.3 |
1542 | 2024-11-28T00:56:11.353Z | Compiling strum_macros v0.26.4 |
1543 | 2024-11-28T00:56:11.469Z | Compiling xattr v1.3.1 |
1544 | 2024-11-28T00:56:11.506Z | Compiling filetime v0.2.25 |
1545 | 2024-11-28T00:56:11.726Z | Compiling tar v0.4.42 |
1546 | 2024-11-28T00:56:16.541Z | Compiling strum v0.26.3 |
1547 | 2024-11-28T00:56:18.405Z | Compiling aws-lc-sys v0.22.0 |
1548 | 2024-11-28T00:56:46.047Z | Compiling rustls-webpki v0.102.8 |
1549 | 2024-11-28T00:56:49.424Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-11-28T00:56:50.989Z | Compiling tokio-rustls v0.26.0 |
1551 | 2024-11-28T00:56:51.353Z | Compiling hyper-rustls v0.27.3 |
1552 | 2024-11-28T00:56:51.773Z | Compiling reqwest v0.12.9 |
1553 | 2024-11-28T00:56:53.037Z | Compiling qorb v0.2.0 |
1554 | 2024-11-28T00:56:57.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2024-11-28T00:56:57.878Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1556 | 2024-11-28T00:57:03.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1557 | 2024-11-28T00:57:03.702Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1558 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.982 INFO Starting download, target: Clickhouse |
1559 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: Console |
1560 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: DendriteOpenapi |
1561 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: DendriteStub |
1562 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: Cockroach |
1563 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: MaghemiteMgd |
1564 | 2024-11-28T00:57:03.753Z | Nov 28 00:57:01.983 INFO Starting download, target: TransceiverControl |
1565 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.983 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1566 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.983 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1567 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.983 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.983 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1569 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.983 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.984 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2024-11-28T00:57:03.757Z | Nov 28 00:57:01.984 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2024-11-28T00:57:03.913Z | Nov 28 00:57:02.141 INFO Download complete, target: DendriteOpenapi |
1573 | 2024-11-28T00:57:04.217Z | Nov 28 00:57:02.437 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1574 | 2024-11-28T00:57:04.308Z | Nov 28 00:57:02.536 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2024-11-28T00:57:04.590Z | Nov 28 00:57:02.812 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1576 | 2024-11-28T00:57:04.695Z | Nov 28 00:57:02.920 INFO Download complete, target: Console |
1577 | 2024-11-28T00:57:04.884Z | Nov 28 00:57:03.109 INFO Download complete, target: TransceiverControl |
1578 | 2024-11-28T00:57:04.919Z | Nov 28 00:57:03.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2024-11-28T00:57:05.398Z | Nov 28 00:57:03.627 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1580 | 2024-11-28T00:57:05.398Z | Nov 28 00:57:03.627 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1581 | 2024-11-28T00:57:05.733Z | Nov 28 00:57:03.963 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1582 | 2024-11-28T00:57:07.446Z | Nov 28 00:57:05.673 INFO Download complete, target: DendriteStub |
1583 | 2024-11-28T00:57:07.764Z | Nov 28 00:57:05.992 INFO Download complete, target: MaghemiteMgd |
1584 | 2024-11-28T00:57:12.568Z | Nov 28 00:57:10.797 INFO Checking that binary works, target: Cockroach |
1585 | 2024-11-28T00:57:12.721Z | Nov 28 00:57:10.949 INFO Download complete, target: Cockroach |
1586 | 2024-11-28T00:57:17.764Z | Nov 28 00:57:15.992 INFO Checking that binary works, target: Clickhouse |
1587 | 2024-11-28T00:57:17.879Z | Nov 28 00:57:16.107 INFO Download complete, target: Clickhouse |
1588 | 2024-11-28T00:57:17.898Z | All builder prerequisites installed successfully, and PATH looks valid |
1589 | 2024-11-28T00:57:17.901Z | |
1590 | 2024-11-28T00:57:17.901Z | real 6:25.612855486 |
1591 | 2024-11-28T00:57:17.901Z | user 16:26.563740295 |
1592 | 2024-11-28T00:57:17.901Z | sys 3:13.288385149 |
1593 | 2024-11-28T00:57:17.901Z | trap 0.560563689 |
1594 | 2024-11-28T00:57:17.901Z | tflt 1.561829139 |
1595 | 2024-11-28T00:57:17.901Z | dflt 2.237470922 |
1596 | 2024-11-28T00:57:17.901Z | kflt 0.025307451 |
1597 | 2024-11-28T00:57:17.901Z | lock 29:43.839541344 |
1598 | 2024-11-28T00:57:17.901Z | slp 1:04:24.675543745 |
1599 | 2024-11-28T00:57:17.901Z | lat 57.095950227 |
1600 | 2024-11-28T00:57:17.901Z | stop 2:16.503749491 |
1601 | 2024-11-28T00:57:17.901Z | + banner hack-check |
1602 | 2024-11-28T00:57:17.904Z | |
1603 | 2024-11-28T00:57:17.904Z | # # ## #### # # #### # # ###### #### # # |
1604 | 2024-11-28T00:57:17.904Z | # # # # # # # # # # # # # # # # # |
1605 | 2024-11-28T00:57:17.904Z | ###### # # # #### ##### # ###### ##### # #### |
1606 | 2024-11-28T00:57:17.904Z | # # ###### # # # # # # # # # # |
1607 | 2024-11-28T00:57:17.904Z | # # # # # # # # # # # # # # # # # |
1608 | 2024-11-28T00:57:17.904Z | # # # # #### # # #### # # ###### #### # # |
1609 | 2024-11-28T00:57:17.904Z | |
1610 | 2024-11-28T00:57:17.904Z | + export CARGO_INCREMENTAL=0 |
1611 | 2024-11-28T00:57:17.904Z | + CARGO_INCREMENTAL=0 |
1612 | 2024-11-28T00:57:17.905Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1613 | 2024-11-28T00:57:18.431Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1614 | 2024-11-28T00:57:21.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1615 | 2024-11-28T00:57:21.990Z | Running `target/debug/xtask check-features --ci` |
1616 | 2024-11-28T00:57:22.018Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1617 | 2024-11-28T00:57:22.018Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1618 | 2024-11-28T00:57:22.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1619 | 2024-11-28T00:57:22.492Z | Running `target/debug/xtask download cargo-hack` |
1620 | 2024-11-28T00:57:23.322Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1621 | 2024-11-28T00:57:23.694Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1622 | 2024-11-28T00:57:28.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
1623 | 2024-11-28T00:57:28.879Z | Running `target/debug/xtask-downloader cargo-hack` |
1624 | 2024-11-28T00:57:28.916Z | Nov 28 00:57:27.143 INFO Starting download, target: CargoHack |
1625 | 2024-11-28T00:57:28.920Z | Nov 28 00:57:27.144 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1626 | 2024-11-28T00:57:29.530Z | Nov 28 00:57:27.758 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1627 | 2024-11-28T00:57:29.617Z | Nov 28 00:57:27.845 INFO Download complete, target: CargoHack |
1628 | 2024-11-28T00:57:29.621Z | 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" |
1629 | 2024-11-28T00:57:29.636Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1630 | 2024-11-28T00:57:29.798Z | info: running `cargo check --bins` on api_identity (1/173) |
1631 | 2024-11-28T00:57:30.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-28T00:57:30.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-28T00:57:30.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-28T00:57:30.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1635 | 2024-11-28T00:57:30.397Z | |
1636 | 2024-11-28T00:57:30.397Z | info: running `cargo check --bins` on bootstore (2/173) |
1637 | 2024-11-28T00:57:30.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-28T00:57:30.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-28T00:57:30.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-28T00:57:30.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1641 | 2024-11-28T00:57:31.026Z | |
1642 | 2024-11-28T00:57:31.026Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1643 | 2024-11-28T00:57:31.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-28T00:57:31.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-28T00:57:31.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-28T00:57:31.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1647 | 2024-11-28T00:57:31.633Z | |
1648 | 2024-11-28T00:57:31.633Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1649 | 2024-11-28T00:57:32.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-28T00:57:32.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-28T00:57:32.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-28T00:57:32.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1653 | 2024-11-28T00:57:32.246Z | |
1654 | 2024-11-28T00:57:32.246Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1655 | 2024-11-28T00:57:32.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-28T00:57:32.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-28T00:57:32.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-28T00:57:32.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1659 | 2024-11-28T00:57:32.662Z | |
1660 | 2024-11-28T00:57:32.662Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1661 | 2024-11-28T00:57:33.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-28T00:57:33.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-28T00:57:33.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-28T00:57:33.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-11-28T00:57:33.087Z | |
1666 | 2024-11-28T00:57:33.087Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1667 | 2024-11-28T00:57:33.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-28T00:57:33.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-28T00:57:33.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-28T00:57:33.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1671 | 2024-11-28T00:57:33.518Z | |
1672 | 2024-11-28T00:57:33.518Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1673 | 2024-11-28T00:57:33.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-28T00:57:33.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-28T00:57:33.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-28T00:57:33.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1677 | 2024-11-28T00:57:33.956Z | |
1678 | 2024-11-28T00:57:33.956Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1679 | 2024-11-28T00:57:34.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-28T00:57:34.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-28T00:57:34.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-28T00:57:34.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1683 | 2024-11-28T00:57:34.394Z | |
1684 | 2024-11-28T00:57:34.394Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1685 | 2024-11-28T00:57:34.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-28T00:57:34.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-28T00:57:34.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-28T00:57:34.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1689 | 2024-11-28T00:57:34.831Z | |
1690 | 2024-11-28T00:57:34.831Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1691 | 2024-11-28T00:57:35.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-28T00:57:35.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-28T00:57:35.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-11-28T00:57:35.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1695 | 2024-11-28T00:57:35.271Z | |
1696 | 2024-11-28T00:57:35.271Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1697 | 2024-11-28T00:57:35.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-11-28T00:57:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-11-28T00:57:35.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-11-28T00:57:35.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1701 | 2024-11-28T00:57:35.703Z | |
1702 | 2024-11-28T00:57:35.703Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1703 | 2024-11-28T00:57:36.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-11-28T00:57:36.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-11-28T00:57:36.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-11-28T00:57:36.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1707 | 2024-11-28T00:57:36.136Z | |
1708 | 2024-11-28T00:57:36.136Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1709 | 2024-11-28T00:57:36.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-11-28T00:57:36.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-11-28T00:57:36.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-11-28T00:57:36.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1713 | 2024-11-28T00:57:36.561Z | |
1714 | 2024-11-28T00:57:36.561Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1715 | 2024-11-28T00:57:36.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-11-28T00:57:36.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-11-28T00:57:36.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-11-28T00:57:36.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1719 | 2024-11-28T00:57:36.992Z | |
1720 | 2024-11-28T00:57:36.992Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1721 | 2024-11-28T00:57:37.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-11-28T00:57:37.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-11-28T00:57:37.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-11-28T00:57:37.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2024-11-28T00:57:37.423Z | |
1726 | 2024-11-28T00:57:37.423Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1727 | 2024-11-28T00:57:37.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-11-28T00:57:37.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-11-28T00:57:37.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-11-28T00:57:37.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1731 | 2024-11-28T00:57:37.854Z | |
1732 | 2024-11-28T00:57:37.854Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1733 | 2024-11-28T00:57:38.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-11-28T00:57:38.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-11-28T00:57:38.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-11-28T00:57:38.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-11-28T00:57:38.276Z | |
1738 | 2024-11-28T00:57:38.276Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1739 | 2024-11-28T00:57:38.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-11-28T00:57:38.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-11-28T00:57:38.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-11-28T00:57:38.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1743 | 2024-11-28T00:57:38.711Z | |
1744 | 2024-11-28T00:57:38.711Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1745 | 2024-11-28T00:57:39.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-11-28T00:57:39.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-11-28T00:57:39.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-11-28T00:57:39.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-11-28T00:57:39.131Z | |
1750 | 2024-11-28T00:57:39.131Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1751 | 2024-11-28T00:57:39.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-11-28T00:57:39.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-11-28T00:57:39.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-11-28T00:57:39.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-11-28T00:57:39.562Z | |
1756 | 2024-11-28T00:57:39.562Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1757 | 2024-11-28T00:57:39.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-11-28T00:57:39.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-11-28T00:57:39.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-11-28T00:57:39.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1761 | 2024-11-28T00:57:40.002Z | |
1762 | 2024-11-28T00:57:40.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1763 | 2024-11-28T00:57:40.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-11-28T00:57:40.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-11-28T00:57:40.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-11-28T00:57:40.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1767 | 2024-11-28T00:57:40.438Z | |
1768 | 2024-11-28T00:57:40.438Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1769 | 2024-11-28T00:57:40.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-11-28T00:57:40.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-11-28T00:57:40.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-11-28T00:57:40.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1773 | 2024-11-28T00:57:40.861Z | |
1774 | 2024-11-28T00:57:40.861Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1775 | 2024-11-28T00:57:41.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-11-28T00:57:41.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-11-28T00:57:41.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-11-28T00:57:41.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1779 | 2024-11-28T00:57:41.504Z | |
1780 | 2024-11-28T00:57:41.504Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1781 | 2024-11-28T00:57:42.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-11-28T00:57:42.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-11-28T00:57:42.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-11-28T00:57:42.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1785 | 2024-11-28T00:57:42.146Z | |
1786 | 2024-11-28T00:57:42.146Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1787 | 2024-11-28T00:57:42.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-11-28T00:57:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-11-28T00:57:42.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2024-11-28T00:57:42.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1791 | 2024-11-28T00:57:42.798Z | |
1792 | 2024-11-28T00:57:42.798Z | info: running `cargo check --bins` on oxlog (28/173) |
1793 | 2024-11-28T00:57:43.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2024-11-28T00:57:43.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2024-11-28T00:57:43.421Z | Checking cfg-if v1.0.0 |
1796 | 2024-11-28T00:57:43.423Z | Checking libc v0.2.162 |
1797 | 2024-11-28T00:57:43.532Z | Checking serde v1.0.215 |
1798 | 2024-11-28T00:57:43.534Z | Checking zeroize v1.8.1 |
1799 | 2024-11-28T00:57:43.550Z | Checking memchr v2.7.4 |
1800 | 2024-11-28T00:57:43.559Z | Checking typenum v1.17.0 |
1801 | 2024-11-28T00:57:43.571Z | Checking scopeguard v1.2.0 |
1802 | 2024-11-28T00:57:43.574Z | Checking subtle v2.6.1 |
1803 | 2024-11-28T00:57:43.597Z | Checking value-bag v1.9.0 |
1804 | 2024-11-28T00:57:43.701Z | Checking lock_api v0.4.12 |
1805 | 2024-11-28T00:57:43.785Z | Checking itoa v1.0.11 |
1806 | 2024-11-28T00:57:43.838Z | Checking smallvec v1.13.2 |
1807 | 2024-11-28T00:57:43.989Z | Checking log v0.4.22 |
1808 | 2024-11-28T00:57:44.004Z | Checking const-oid v0.9.6 |
1809 | 2024-11-28T00:57:44.081Z | Checking pin-project-lite v0.2.14 |
1810 | 2024-11-28T00:57:44.175Z | Checking byteorder v1.5.0 |
1811 | 2024-11-28T00:57:44.192Z | Checking futures-core v0.3.31 |
1812 | 2024-11-28T00:57:44.377Z | Checking once_cell v1.20.2 |
1813 | 2024-11-28T00:57:44.420Z | Checking cpufeatures v0.2.14 |
1814 | 2024-11-28T00:57:44.501Z | Checking futures-sink v0.3.31 |
1815 | 2024-11-28T00:57:44.515Z | Checking stable_deref_trait v1.2.0 |
1816 | 2024-11-28T00:57:44.570Z | Checking spin v0.9.8 |
1817 | 2024-11-28T00:57:44.605Z | Checking zerocopy v0.7.35 |
1818 | 2024-11-28T00:57:44.631Z | Checking slab v0.4.9 |
1819 | 2024-11-28T00:57:44.665Z | Checking zerofrom v0.1.4 |
1820 | 2024-11-28T00:57:44.702Z | Checking getrandom v0.2.15 |
1821 | 2024-11-28T00:57:44.855Z | Checking generic-array v0.14.7 |
1822 | 2024-11-28T00:57:44.887Z | Checking signal-hook-registry v1.4.2 |
1823 | 2024-11-28T00:57:44.903Z | Checking parking_lot_core v0.9.10 |
1824 | 2024-11-28T00:57:44.905Z | Checking mio v1.0.2 |
1825 | 2024-11-28T00:57:44.931Z | Checking rand_core v0.6.4 |
1826 | 2024-11-28T00:57:45.146Z | Checking socket2 v0.5.7 |
1827 | 2024-11-28T00:57:45.228Z | Checking yoke v0.7.4 |
1828 | 2024-11-28T00:57:45.244Z | Checking parking_lot v0.12.3 |
1829 | 2024-11-28T00:57:45.525Z | Checking futures-channel v0.3.31 |
1830 | 2024-11-28T00:57:45.576Z | Checking pin-utils v0.1.0 |
1831 | 2024-11-28T00:57:45.591Z | Checking futures-task v0.3.31 |
1832 | 2024-11-28T00:57:45.622Z | Checking allocator-api2 v0.2.18 |
1833 | 2024-11-28T00:57:45.655Z | Checking futures-io v0.3.31 |
1834 | 2024-11-28T00:57:45.810Z | Checking equivalent v1.0.1 |
1835 | 2024-11-28T00:57:45.824Z | Checking foldhash v0.1.3 |
1836 | 2024-11-28T00:57:45.826Z | Checking zerovec v0.10.4 |
1837 | 2024-11-28T00:57:45.861Z | Checking futures-util v0.3.31 |
1838 | 2024-11-28T00:57:45.911Z | Checking ryu v1.0.18 |
1839 | 2024-11-28T00:57:45.959Z | Checking crypto-common v0.1.6 |
1840 | 2024-11-28T00:57:46.000Z | Checking block-buffer v0.10.4 |
1841 | 2024-11-28T00:57:46.020Z | Checking block-padding v0.3.3 |
1842 | 2024-11-28T00:57:46.128Z | Checking tinyvec_macros v0.1.1 |
1843 | 2024-11-28T00:57:46.142Z | Checking fnv v1.0.7 |
1844 | 2024-11-28T00:57:46.209Z | Checking tinyvec v1.8.0 |
1845 | 2024-11-28T00:57:46.211Z | Checking inout v0.1.3 |
1846 | 2024-11-28T00:57:46.224Z | Checking digest v0.10.7 |
1847 | 2024-11-28T00:57:46.249Z | Checking hashbrown v0.15.0 |
1848 | 2024-11-28T00:57:46.262Z | Checking libm v0.2.8 |
1849 | 2024-11-28T00:57:46.427Z | Checking cipher v0.4.4 |
1850 | 2024-11-28T00:57:46.605Z | Checking hmac v0.12.1 |
1851 | 2024-11-28T00:57:46.809Z | Checking sha2 v0.10.8 |
1852 | 2024-11-28T00:57:46.825Z | Checking writeable v0.5.5 |
1853 | 2024-11-28T00:57:47.116Z | Checking litemap v0.7.3 |
1854 | 2024-11-28T00:57:47.174Z | Checking base64ct v1.6.0 |
1855 | 2024-11-28T00:57:47.364Z | Checking unicode-bidi v0.3.17 |
1856 | 2024-11-28T00:57:47.408Z | Checking num-traits v0.2.19 |
1857 | 2024-11-28T00:57:47.445Z | Checking ppv-lite86 v0.2.20 |
1858 | 2024-11-28T00:57:47.532Z | Checking unicode-normalization v0.1.24 |
1859 | 2024-11-28T00:57:47.547Z | Checking tinystr v0.7.6 |
1860 | 2024-11-28T00:57:47.629Z | Checking pem-rfc7468 v0.7.0 |
1861 | 2024-11-28T00:57:47.899Z | Checking flagset v0.4.6 |
1862 | 2024-11-28T00:57:47.933Z | Checking icu_locid v1.5.0 |
1863 | 2024-11-28T00:57:47.992Z | Checking tracing-core v0.1.32 |
1864 | 2024-11-28T00:57:48.090Z | Checking der v0.7.9 |
1865 | 2024-11-28T00:57:48.195Z | Checking rand_chacha v0.3.1 |
1866 | 2024-11-28T00:57:48.422Z | Checking thiserror v1.0.69 |
1867 | 2024-11-28T00:57:48.486Z | Checking bytes v1.8.0 |
1868 | 2024-11-28T00:57:48.555Z | Checking indexmap v2.6.0 |
1869 | 2024-11-28T00:57:48.619Z | Checking serde_json v1.0.132 |
1870 | 2024-11-28T00:57:48.637Z | Checking bitflags v2.6.0 |
1871 | 2024-11-28T00:57:48.926Z | Checking rustls-pki-types v1.9.0 |
1872 | 2024-11-28T00:57:48.975Z | Checking icu_provider v1.5.0 |
1873 | 2024-11-28T00:57:49.116Z | Checking percent-encoding v2.3.1 |
1874 | 2024-11-28T00:57:49.319Z | Checking tokio v1.40.0 |
1875 | 2024-11-28T00:57:49.335Z | Checking http v1.1.0 |
1876 | 2024-11-28T00:57:49.513Z | Checking icu_locid_transform_data v1.5.0 |
1877 | 2024-11-28T00:57:49.615Z | Checking tracing v0.1.40 |
1878 | 2024-11-28T00:57:49.651Z | Checking icu_locid_transform v1.5.0 |
1879 | 2024-11-28T00:57:49.877Z | Checking rand v0.8.5 |
1880 | 2024-11-28T00:57:49.945Z | Checking icu_collections v1.5.0 |
1881 | 2024-11-28T00:57:49.959Z | Checking spki v0.7.3 |
1882 | 2024-11-28T00:57:50.253Z | Checking pbkdf2 v0.12.2 |
1883 | 2024-11-28T00:57:50.339Z | Checking salsa20 v0.10.2 |
1884 | 2024-11-28T00:57:50.413Z | Checking aws-lc-sys v0.22.0 |
1885 | 2024-11-28T00:57:50.555Z | Checking httparse v1.9.5 |
1886 | 2024-11-28T00:57:50.608Z | Checking untrusted v0.9.0 |
1887 | 2024-11-28T00:57:50.623Z | Checking untrusted v0.7.1 |
1888 | 2024-11-28T00:57:50.649Z | Checking icu_properties_data v1.5.0 |
1889 | 2024-11-28T00:57:50.757Z | Checking powerfmt v0.2.0 |
1890 | 2024-11-28T00:57:50.778Z | Checking mirai-annotations v1.12.0 |
1891 | 2024-11-28T00:57:50.895Z | Checking icu_properties v1.5.1 |
1892 | 2024-11-28T00:57:50.947Z | Checking ring v0.17.8 |
1893 | 2024-11-28T00:57:50.968Z | Checking scrypt v0.11.0 |
1894 | 2024-11-28T00:57:51.014Z | Checking deranged v0.3.11 |
1895 | 2024-11-28T00:57:51.065Z | Checking aes v0.8.4 |
1896 | 2024-11-28T00:57:51.130Z | Checking cbc v0.1.2 |
1897 | 2024-11-28T00:57:51.176Z | Checking crossbeam-utils v0.8.20 |
1898 | 2024-11-28T00:57:51.342Z | Checking time-core v0.1.2 |
1899 | 2024-11-28T00:57:51.507Z | Checking num_threads v0.1.7 |
1900 | 2024-11-28T00:57:51.626Z | Checking num-conv v0.1.0 |
1901 | 2024-11-28T00:57:51.882Z | Checking utf8_iter v1.0.4 |
1902 | 2024-11-28T00:57:51.899Z | Checking write16 v1.0.0 |
1903 | 2024-11-28T00:57:51.950Z | Checking icu_normalizer_data v1.5.0 |
1904 | 2024-11-28T00:57:52.006Z | Checking utf16_iter v1.0.5 |
1905 | 2024-11-28T00:57:52.045Z | Checking atomic-waker v1.1.2 |
1906 | 2024-11-28T00:57:52.085Z | Checking pkcs5 v0.7.1 |
1907 | 2024-11-28T00:57:52.180Z | Checking http-body v1.0.1 |
1908 | 2024-11-28T00:57:52.196Z | Checking form_urlencoded v1.2.1 |
1909 | 2024-11-28T00:57:52.374Z | Checking try-lock v0.2.5 |
1910 | 2024-11-28T00:57:52.389Z | Checking unicode-ident v1.0.13 |
1911 | 2024-11-28T00:57:52.502Z | Checking want v0.3.1 |
1912 | 2024-11-28T00:57:52.544Z | Checking httpdate v1.0.3 |
1913 | 2024-11-28T00:57:52.618Z | Checking pkcs8 v0.10.2 |
1914 | 2024-11-28T00:57:52.671Z | Checking proc-macro2 v1.0.89 |
1915 | 2024-11-28T00:57:52.758Z | Checking serde_spanned v0.6.8 |
1916 | 2024-11-28T00:57:52.772Z | Checking uuid v1.11.0 |
1917 | 2024-11-28T00:57:52.817Z | Checking time v0.3.36 |
1918 | 2024-11-28T00:57:52.922Z | Checking toml_datetime v0.6.8 |
1919 | 2024-11-28T00:57:52.938Z | Checking slog v2.7.0 |
1920 | 2024-11-28T00:57:52.953Z | Checking aws-lc-rs v1.10.0 |
1921 | 2024-11-28T00:57:53.207Z | Checking scroll v0.12.0 |
1922 | 2024-11-28T00:57:53.354Z | Checking tower-service v0.3.3 |
1923 | 2024-11-28T00:57:53.354Z | Checking match_cfg v0.1.0 |
1924 | 2024-11-28T00:57:53.440Z | Checking base64 v0.22.1 |
1925 | 2024-11-28T00:57:53.454Z | Checking foreign-types-shared v0.1.1 |
1926 | 2024-11-28T00:57:53.485Z | Checking iana-time-zone v0.1.61 |
1927 | 2024-11-28T00:57:53.566Z | Checking adler2 v2.0.0 |
1928 | 2024-11-28T00:57:53.654Z | Checking ucd-trie v0.1.7 |
1929 | 2024-11-28T00:57:53.696Z | Checking plain v0.2.3 |
1930 | 2024-11-28T00:57:53.723Z | Checking miniz_oxide v0.8.0 |
1931 | 2024-11-28T00:57:53.843Z | Checking goblin v0.8.2 |
1932 | 2024-11-28T00:57:53.855Z | Checking pest v2.7.14 |
1933 | 2024-11-28T00:57:53.944Z | Checking chrono v0.4.38 |
1934 | 2024-11-28T00:57:54.271Z | Checking icu_normalizer v1.5.0 |
1935 | 2024-11-28T00:57:54.479Z | Checking foreign-types v0.3.2 |
1936 | 2024-11-28T00:57:54.572Z | Checking hostname v0.3.1 |
1937 | 2024-11-28T00:57:54.708Z | Checking quote v1.0.37 |
1938 | 2024-11-28T00:57:54.767Z | Checking rustls-webpki v0.102.8 |
1939 | 2024-11-28T00:57:55.016Z | Checking idna_adapter v1.2.0 |
1940 | 2024-11-28T00:57:55.073Z | Checking openssl-sys v0.9.103 |
1941 | 2024-11-28T00:57:55.206Z | Checking idna v1.0.3 |
1942 | 2024-11-28T00:57:55.268Z | Checking errno v0.3.9 |
1943 | 2024-11-28T00:57:55.440Z | Checking dirs-sys-next v0.1.2 |
1944 | 2024-11-28T00:57:55.551Z | Checking aho-corasick v1.1.3 |
1945 | 2024-11-28T00:57:55.625Z | Checking regex-syntax v0.8.5 |
1946 | 2024-11-28T00:57:55.718Z | Checking url v2.5.3 |
1947 | 2024-11-28T00:57:56.059Z | Checking data-encoding v2.6.0 |
1948 | 2024-11-28T00:57:56.361Z | Checking siphasher v0.3.11 |
1949 | 2024-11-28T00:57:56.375Z | Checking pretty-hex v0.4.1 |
1950 | 2024-11-28T00:57:56.547Z | Checking openssl v0.10.66 |
1951 | 2024-11-28T00:57:56.566Z | Checking dtrace-parser v0.2.0 |
1952 | 2024-11-28T00:57:56.582Z | Checking tokio-util v0.7.12 |
1953 | 2024-11-28T00:57:56.667Z | Checking dirs-next v2.0.0 |
1954 | 2024-11-28T00:57:56.699Z | Checking rustix v0.38.37 |
1955 | 2024-11-28T00:57:56.807Z | Checking syn v2.0.87 |
1956 | 2024-11-28T00:57:57.012Z | Checking http-body-util v0.1.2 |
1957 | 2024-11-28T00:57:57.141Z | Checking crossbeam-epoch v0.9.18 |
1958 | 2024-11-28T00:57:57.449Z | Checking sha1 v0.10.6 |
1959 | 2024-11-28T00:57:57.507Z | Checking h2 v0.4.6 |
1960 | 2024-11-28T00:57:57.568Z | Checking signature v2.2.0 |
1961 | 2024-11-28T00:57:57.725Z | Checking lazy_static v1.5.0 |
1962 | 2024-11-28T00:57:57.768Z | Checking thread-id v4.2.2 |
1963 | 2024-11-28T00:57:57.842Z | Checking thread_local v1.1.8 |
1964 | 2024-11-28T00:57:57.884Z | Checking encoding_rs v0.8.34 |
1965 | 2024-11-28T00:57:58.102Z | Checking anstyle v1.0.10 |
1966 | 2024-11-28T00:57:58.470Z | Checking ipnet v2.10.1 |
1967 | 2024-11-28T00:57:58.742Z | Checking dof v0.3.0 |
1968 | 2024-11-28T00:57:58.879Z | Checking regex-automata v0.4.8 |
1969 | 2024-11-28T00:57:58.950Z | Checking utf8parse v0.2.2 |
1970 | 2024-11-28T00:57:59.105Z | Checking unicode-properties v0.1.3 |
1971 | 2024-11-28T00:57:59.337Z | Checking mime v0.3.17 |
1972 | 2024-11-28T00:57:59.479Z | Checking either v1.13.0 |
1973 | 2024-11-28T00:57:59.649Z | Checking winnow v0.6.20 |
1974 | 2024-11-28T00:57:59.874Z | Checking gimli v0.31.1 |
1975 | 2024-11-28T00:58:00.171Z | Checking openssl-probe v0.1.5 |
1976 | 2024-11-28T00:58:00.301Z | Checking stringprep v0.1.5 |
1977 | 2024-11-28T00:58:00.325Z | Checking anstyle-parse v0.2.5 |
1978 | 2024-11-28T00:58:00.582Z | Checking crossbeam-deque v0.8.5 |
1979 | 2024-11-28T00:58:00.601Z | Checking term v0.7.0 |
1980 | 2024-11-28T00:58:00.918Z | Checking rustls v0.23.14 |
1981 | 2024-11-28T00:58:01.040Z | Checking rustls v0.22.4 |
1982 | 2024-11-28T00:58:01.900Z | Checking native-tls v0.2.12 |
1983 | 2024-11-28T00:58:02.229Z | Checking slog-json v2.6.1 |
1984 | 2024-11-28T00:58:02.467Z | Checking serde_urlencoded v0.7.1 |
1985 | 2024-11-28T00:58:02.576Z | Checking toml_edit v0.22.22 |
1986 | 2024-11-28T00:58:02.888Z | Checking crossbeam-channel v0.5.13 |
1987 | 2024-11-28T00:58:03.279Z | Checking usdt-impl v0.5.0 |
1988 | 2024-11-28T00:58:03.635Z | Checking futures-executor v0.3.31 |
1989 | 2024-11-28T00:58:03.708Z | Checking rustls-pemfile v2.2.0 |
1990 | 2024-11-28T00:58:03.722Z | Checking hyper v1.5.0 |
1991 | 2024-11-28T00:58:03.785Z | Checking num-integer v0.1.46 |
1992 | 2024-11-28T00:58:03.840Z | Checking idna v0.3.0 |
1993 | 2024-11-28T00:58:03.919Z | Checking idna v0.4.0 |
1994 | 2024-11-28T00:58:03.964Z | Checking addr2line v0.24.2 |
1995 | 2024-11-28T00:58:04.251Z | Checking md-5 v0.10.6 |
1996 | 2024-11-28T00:58:04.429Z | Checking ff v0.13.0 |
1997 | 2024-11-28T00:58:04.468Z | Checking is-terminal v0.4.13 |
1998 | 2024-11-28T00:58:04.592Z | Checking memmap v0.7.0 |
1999 | 2024-11-28T00:58:04.636Z | Checking hash32 v0.2.1 |
2000 | 2024-11-28T00:58:04.697Z | Checking object v0.36.5 |
2001 | 2024-11-28T00:58:04.781Z | Checking is_terminal_polyfill v1.70.1 |
2002 | 2024-11-28T00:58:04.796Z | Checking utf-8 v0.7.6 |
2003 | 2024-11-28T00:58:04.811Z | Checking fallible-iterator v0.2.0 |
2004 | 2024-11-28T00:58:04.892Z | Checking take_mut v0.2.2 |
2005 | 2024-11-28T00:58:04.938Z | Checking rustc-demangle v0.1.24 |
2006 | 2024-11-28T00:58:04.992Z | Checking base16ct v0.2.0 |
2007 | 2024-11-28T00:58:05.035Z | Checking quick-error v1.2.3 |
2008 | 2024-11-28T00:58:05.104Z | Checking colorchoice v1.0.2 |
2009 | 2024-11-28T00:58:05.174Z | Checking linked-hash-map v0.5.6 |
2010 | 2024-11-28T00:58:05.177Z | Checking psl-types v2.0.11 |
2011 | 2024-11-28T00:58:05.235Z | Checking anstyle-query v1.1.1 |
2012 | 2024-11-28T00:58:05.353Z | Checking dyn-clone v1.0.17 |
2013 | 2024-11-28T00:58:05.368Z | Checking publicsuffix v2.2.3 |
2014 | 2024-11-28T00:58:05.371Z | Checking anstream v0.6.15 |
2015 | 2024-11-28T00:58:05.398Z | Checking postgres-protocol v0.6.7 |
2016 | 2024-11-28T00:58:05.483Z | Checking lru-cache v0.1.2 |
2017 | 2024-11-28T00:58:05.486Z | Checking schemars v0.8.21 |
2018 | 2024-11-28T00:58:05.584Z | Checking sec1 v0.7.3 |
2019 | 2024-11-28T00:58:05.660Z | Checking resolv-conf v0.7.0 |
2020 | 2024-11-28T00:58:05.718Z | Checking toml v0.8.19 |
2021 | 2024-11-28T00:58:05.720Z | Checking hyper-util v0.1.10 |
2022 | 2024-11-28T00:58:05.960Z | Checking slog-async v2.8.0 |
2023 | 2024-11-28T00:58:05.995Z | Checking tungstenite v0.24.0 |
2024 | 2024-11-28T00:58:06.059Z | Checking heapless v0.7.17 |
2025 | 2024-11-28T00:58:06.227Z | Checking tokio-rustls v0.25.0 |
2026 | 2024-11-28T00:58:06.275Z | Checking tokio-rustls v0.26.0 |
2027 | 2024-11-28T00:58:06.459Z | Checking usdt v0.5.0 |
2028 | 2024-11-28T00:58:06.595Z | Checking hickory-proto v0.24.1 |
2029 | 2024-11-28T00:58:06.668Z | Checking group v0.13.0 |
2030 | 2024-11-28T00:58:06.718Z | Checking slog-term v2.9.1 |
2031 | 2024-11-28T00:58:06.911Z | Checking num-iter v0.1.45 |
2032 | 2024-11-28T00:58:06.925Z | Checking futures v0.3.31 |
2033 | 2024-11-28T00:58:07.033Z | Checking slog-bunyan v2.5.0 |
2034 | 2024-11-28T00:58:07.088Z | Checking tokio-native-tls v0.3.1 |
2035 | 2024-11-28T00:58:07.111Z | Checking rayon-core v1.12.1 |
2036 | 2024-11-28T00:58:07.128Z | Checking terminal_size v0.4.0 |
2037 | 2024-11-28T00:58:07.176Z | Checking multer v3.1.0 |
2038 | 2024-11-28T00:58:07.196Z | Checking phf_shared v0.11.2 |
2039 | 2024-11-28T00:58:07.283Z | Checking cookie v0.18.1 |
2040 | 2024-11-28T00:58:07.332Z | Checking async-stream v0.3.6 |
2041 | 2024-11-28T00:58:07.477Z | Checking bzip2-sys v0.1.11+1.0.8 |
2042 | 2024-11-28T00:58:07.528Z | Checking waitgroup v0.1.2 |
2043 | 2024-11-28T00:58:07.562Z | Checking camino v1.1.9 |
2044 | 2024-11-28T00:58:07.599Z | Checking signal-hook v0.3.17 |
2045 | 2024-11-28T00:58:07.673Z | Checking openapiv3 v2.0.0 |
2046 | 2024-11-28T00:58:07.726Z | Checking webpki-roots v0.26.6 |
2047 | 2024-11-28T00:58:07.742Z | Checking serde_path_to_error v0.1.16 |
2048 | 2024-11-28T00:58:07.785Z | Checking idna v0.5.0 |
2049 | 2024-11-28T00:58:07.960Z | Checking hkdf v0.12.4 |
2050 | 2024-11-28T00:58:08.023Z | Checking crypto-bigint v0.5.5 |
2051 | 2024-11-28T00:58:08.151Z | Checking hostname v0.4.0 |
2052 | 2024-11-28T00:58:08.208Z | Checking crc32fast v1.4.2 |
2053 | 2024-11-28T00:58:08.278Z | Checking unicode-width v0.1.14 |
2054 | 2024-11-28T00:58:08.366Z | Checking strsim v0.11.1 |
2055 | 2024-11-28T00:58:08.373Z | Checking managed v0.8.0 |
2056 | 2024-11-28T00:58:08.630Z | Checking winnow v0.5.40 |
2057 | 2024-11-28T00:58:08.649Z | Checking clap_lex v0.7.2 |
2058 | 2024-11-28T00:58:08.710Z | Checking debug-ignore v1.0.5 |
2059 | 2024-11-28T00:58:08.757Z | Checking bitflags v1.3.2 |
2060 | 2024-11-28T00:58:08.853Z | Checking console v0.15.8 |
2061 | 2024-11-28T00:58:08.869Z | Checking smoltcp v0.9.1 |
2062 | 2024-11-28T00:58:08.885Z | Checking clap_builder v4.5.21 |
2063 | 2024-11-28T00:58:09.461Z | Checking cookie_store v0.21.0 |
2064 | 2024-11-28T00:58:10.165Z | Checking flate2 v1.0.34 |
2065 | 2024-11-28T00:58:10.364Z | Checking hyper-rustls v0.27.3 |
2066 | 2024-11-28T00:58:10.726Z | Checking signal-hook-mio v0.2.4 |
2067 | 2024-11-28T00:58:10.803Z | Checking hyper-tls v0.6.0 |
2068 | 2024-11-28T00:58:10.837Z | Checking elliptic-curve v0.13.8 |
2069 | 2024-11-28T00:58:10.854Z | Checking rayon v1.10.0 |
2070 | 2024-11-28T00:58:11.098Z | Checking bzip2 v0.4.4 |
2071 | 2024-11-28T00:58:11.204Z | Checking dropshot v0.12.0 |
2072 | 2024-11-28T00:58:11.268Z | Checking backtrace v0.3.74 |
2073 | 2024-11-28T00:58:11.318Z | Checking hickory-resolver v0.24.1 |
2074 | 2024-11-28T00:58:11.367Z | Checking phf v0.11.2 |
2075 | 2024-11-28T00:58:11.460Z | Checking num-bigint-dig v0.8.4 |
2076 | 2024-11-28T00:58:11.601Z | Checking toml_edit v0.19.15 |
2077 | 2024-11-28T00:58:11.641Z | Checking tokio-tungstenite v0.24.0 |
2078 | 2024-11-28T00:58:11.712Z | Checking anyhow v1.0.93 |
2079 | 2024-11-28T00:58:11.974Z | Checking postgres-types v0.2.8 |
2080 | 2024-11-28T00:58:12.068Z | Checking regex v1.11.1 |
2081 | 2024-11-28T00:58:12.089Z | Checking bstr v1.10.0 |
2082 | 2024-11-28T00:58:12.666Z | Checking ed25519 v2.2.3 |
2083 | 2024-11-28T00:58:12.686Z | Checking tokio-stream v0.1.16 |
2084 | 2024-11-28T00:58:12.888Z | Checking phf_shared v0.10.0 |
2085 | 2024-11-28T00:58:12.953Z | Checking curve25519-dalek v4.1.3 |
2086 | 2024-11-28T00:58:13.059Z | Checking zerocopy v0.6.6 |
2087 | 2024-11-28T00:58:13.168Z | Checking pkcs1 v0.7.5 |
2088 | 2024-11-28T00:58:13.559Z | Checking hubpack v0.1.2 |
2089 | 2024-11-28T00:58:13.574Z | Checking portable-atomic v1.9.0 |
2090 | 2024-11-28T00:58:13.576Z | Checking float-cmp v0.9.0 |
2091 | 2024-11-28T00:58:13.754Z | Checking serde-big-array v0.5.1 |
2092 | 2024-11-28T00:58:13.844Z | Checking rfc6979 v0.4.0 |
2093 | 2024-11-28T00:58:13.883Z | Checking sync_wrapper v1.0.1 |
2094 | 2024-11-28T00:58:13.953Z | Checking normalize-line-endings v0.3.0 |
2095 | 2024-11-28T00:58:14.018Z | Checking number_prefix v0.4.0 |
2096 | 2024-11-28T00:58:14.021Z | Checking bit-vec v0.6.3 |
2097 | 2024-11-28T00:58:14.047Z | Checking unicode-segmentation v1.12.0 |
2098 | 2024-11-28T00:58:14.060Z | Checking fixedbitset v0.4.2 |
2099 | 2024-11-28T00:58:14.210Z | Checking predicates-core v1.0.8 |
2100 | 2024-11-28T00:58:14.330Z | Checking new_debug_unreachable v1.0.6 |
2101 | 2024-11-28T00:58:14.346Z | Checking precomputed-hash v0.1.1 |
2102 | 2024-11-28T00:58:14.386Z | Checking static_assertions v1.1.0 |
2103 | 2024-11-28T00:58:14.417Z | Checking difflib v0.4.0 |
2104 | 2024-11-28T00:58:14.448Z | Checking whoami v1.5.2 |
2105 | 2024-11-28T00:58:14.475Z | Checking minimal-lexical v0.2.1 |
2106 | 2024-11-28T00:58:14.616Z | Checking unicode-width v0.2.0 |
2107 | 2024-11-28T00:58:14.680Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2108 | 2024-11-28T00:58:14.720Z | Checking predicates v3.1.2 |
2109 | 2024-11-28T00:58:14.736Z | Checking tokio-postgres v0.7.12 |
2110 | 2024-11-28T00:58:14.739Z | Checking similar v2.6.0 |
2111 | 2024-11-28T00:58:14.825Z | Checking ed25519-dalek v2.1.1 |
2112 | 2024-11-28T00:58:14.852Z | Checking qorb v0.2.0 |
2113 | 2024-11-28T00:58:14.868Z | Checking nom v7.1.3 |
2114 | 2024-11-28T00:58:15.062Z | Checking indicatif v0.17.9 |
2115 | 2024-11-28T00:58:15.223Z | Checking string_cache v0.8.7 |
2116 | 2024-11-28T00:58:15.371Z | Checking bit-set v0.5.3 |
2117 | 2024-11-28T00:58:15.512Z | Checking petgraph v0.6.5 |
2118 | 2024-11-28T00:58:15.572Z | Checking toml v0.7.8 |
2119 | 2024-11-28T00:58:15.626Z | Checking ecdsa v0.16.9 |
2120 | 2024-11-28T00:58:15.835Z | Checking reqwest v0.12.9 |
2121 | 2024-11-28T00:58:16.335Z | Checking rsa v0.9.6 |
2122 | 2024-11-28T00:58:16.337Z | Checking clap v4.5.21 |
2123 | 2024-11-28T00:58:16.475Z | Checking zip v0.6.6 |
2124 | 2024-11-28T00:58:17.154Z | Checking crossterm v0.28.1 |
2125 | 2024-11-28T00:58:17.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2126 | 2024-11-28T00:58:17.367Z | Checking itertools v0.10.5 |
2127 | 2024-11-28T00:58:17.406Z | Checking itertools v0.12.1 |
2128 | 2024-11-28T00:58:17.652Z | Checking ahash v0.8.11 |
2129 | 2024-11-28T00:58:17.815Z | Checking fs-err v2.11.0 |
2130 | 2024-11-28T00:58:17.850Z | Checking x509-cert v0.2.5 |
2131 | 2024-11-28T00:58:18.200Z | Checking hex v0.4.3 |
2132 | 2024-11-28T00:58:18.379Z | Checking semver v1.0.23 |
2133 | 2024-11-28T00:58:18.737Z | Checking lalrpop-util v0.19.12 |
2134 | 2024-11-28T00:58:18.781Z | Checking peg-runtime v0.8.3 |
2135 | 2024-11-28T00:58:18.836Z | Checking sigpipe v0.1.3 |
2136 | 2024-11-28T00:58:19.680Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2024-11-28T00:58:19.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.18s |
2138 | 2024-11-28T00:58:20.150Z | |
2139 | 2024-11-28T00:58:20.150Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2140 | 2024-11-28T00:58:20.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-11-28T00:58:20.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-11-28T00:58:20.818Z | Compiling hashbrown v0.14.5 |
2143 | 2024-11-28T00:58:20.940Z | Checking heck v0.5.0 |
2144 | 2024-11-28T00:58:20.955Z | Compiling unsafe-libyaml v0.2.11 |
2145 | 2024-11-28T00:58:20.965Z | Compiling ident_case v1.0.1 |
2146 | 2024-11-28T00:58:20.976Z | Checking progenitor-client v0.8.0 |
2147 | 2024-11-28T00:58:20.994Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2148 | 2024-11-28T00:58:21.007Z | Compiling proc-macro-crate v1.3.1 |
2149 | 2024-11-28T00:58:21.106Z | Compiling darling_core v0.20.10 |
2150 | 2024-11-28T00:58:21.121Z | Checking ipnetwork v0.20.0 |
2151 | 2024-11-28T00:58:21.325Z | Compiling structmeta-derive v0.3.0 |
2152 | 2024-11-28T00:58:21.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2153 | 2024-11-28T00:58:21.457Z | Compiling newtype-uuid v1.1.3 |
2154 | 2024-11-28T00:58:21.683Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2155 | 2024-11-28T00:58:21.747Z | Compiling lzma-sys v0.1.20 |
2156 | 2024-11-28T00:58:22.023Z | Compiling foreign-types-macros v0.2.3 |
2157 | 2024-11-28T00:58:22.060Z | Checking regress v0.10.1 |
2158 | 2024-11-28T00:58:22.082Z | Compiling num_enum_derive v0.5.11 |
2159 | 2024-11-28T00:58:22.543Z | Compiling serde_yaml v0.9.34+deprecated |
2160 | 2024-11-28T00:58:22.881Z | Compiling dropshot v0.13.0 |
2161 | 2024-11-28T00:58:23.183Z | Checking arc-swap v1.7.1 |
2162 | 2024-11-28T00:58:23.437Z | Checking foreign-types-shared v0.3.1 |
2163 | 2024-11-28T00:58:23.610Z | Checking foreign-types v0.5.0 |
2164 | 2024-11-28T00:58:23.748Z | Checking slog-scope v4.4.0 |
2165 | 2024-11-28T00:58:23.748Z | Compiling proc-macro-error v1.0.4 |
2166 | 2024-11-28T00:58:24.443Z | Compiling structmeta v0.3.0 |
2167 | 2024-11-28T00:58:24.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-11-28T00:58:24.620Z | Checking tungstenite v0.21.0 |
2169 | 2024-11-28T00:58:24.621Z | Compiling heck v0.3.3 |
2170 | 2024-11-28T00:58:24.748Z | Checking num_enum v0.5.11 |
2171 | 2024-11-28T00:58:24.820Z | Compiling parse-display-derive v0.10.0 |
2172 | 2024-11-28T00:58:24.878Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2024-11-28T00:58:24.975Z | Compiling dropshot_endpoint v0.13.0 |
2174 | 2024-11-28T00:58:25.597Z | Checking cstr-argument v0.1.2 |
2175 | 2024-11-28T00:58:25.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-11-28T00:58:25.674Z | Checking typify-impl v0.2.0 |
2177 | 2024-11-28T00:58:25.688Z | Checking instant v0.1.13 |
2178 | 2024-11-28T00:58:25.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2179 | 2024-11-28T00:58:26.281Z | Checking fastrand v2.1.1 |
2180 | 2024-11-28T00:58:26.609Z | Checking pretty-hex v0.2.1 |
2181 | 2024-11-28T00:58:26.753Z | Checking base64 v0.21.7 |
2182 | 2024-11-28T00:58:26.781Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2183 | 2024-11-28T00:58:27.063Z | Checking tempfile v3.13.0 |
2184 | 2024-11-28T00:58:27.250Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2024-11-28T00:58:27.408Z | Checking backoff v0.4.0 |
2186 | 2024-11-28T00:58:27.430Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2187 | 2024-11-28T00:58:27.447Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2188 | 2024-11-28T00:58:27.573Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2024-11-28T00:58:27.735Z | Compiling zone_cfg_derive v0.1.2 |
2190 | 2024-11-28T00:58:27.795Z | Checking strum v0.26.3 |
2191 | 2024-11-28T00:58:27.934Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2192 | 2024-11-28T00:58:28.106Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2193 | 2024-11-28T00:58:28.106Z | Compiling darling_macro v0.20.10 |
2194 | 2024-11-28T00:58:28.132Z | Checking slog-stdlog v4.1.1 |
2195 | 2024-11-28T00:58:28.334Z | Checking regress v0.9.1 |
2196 | 2024-11-28T00:58:28.445Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2197 | 2024-11-28T00:58:28.646Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2024-11-28T00:58:28.664Z | Checking colored v2.1.0 |
2199 | 2024-11-28T00:58:28.929Z | Checking macaddr v1.0.1 |
2200 | 2024-11-28T00:58:28.966Z | Checking base64 v0.13.1 |
2201 | 2024-11-28T00:58:29.017Z | Compiling darling v0.20.10 |
2202 | 2024-11-28T00:58:29.153Z | Compiling serde_with_macros v3.11.0 |
2203 | 2024-11-28T00:58:29.236Z | Checking zone v0.1.8 |
2204 | 2024-11-28T00:58:29.343Z | Checking ron v0.7.1 |
2205 | 2024-11-28T00:58:29.418Z | Checking parse-display v0.10.0 |
2206 | 2024-11-28T00:58:29.661Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2024-11-28T00:58:29.870Z | Checking xz2 v0.1.7 |
2208 | 2024-11-28T00:58:30.133Z | Checking slog-envlogger v2.2.0 |
2209 | 2024-11-28T00:58:30.177Z | Checking tabwriter v1.4.0 |
2210 | 2024-11-28T00:58:30.351Z | Checking xattr v1.3.1 |
2211 | 2024-11-28T00:58:30.405Z | Checking pem v3.0.4 |
2212 | 2024-11-28T00:58:30.520Z | Checking yasna v0.5.2 |
2213 | 2024-11-28T00:58:30.545Z | Checking headers-core v0.3.0 |
2214 | 2024-11-28T00:58:30.675Z | Checking smf v0.2.3 |
2215 | 2024-11-28T00:58:30.688Z | Checking filetime v0.2.25 |
2216 | 2024-11-28T00:58:30.884Z | Checking same-file v1.0.6 |
2217 | 2024-11-28T00:58:31.046Z | Checking walkdir v2.5.0 |
2218 | 2024-11-28T00:58:31.131Z | Checking tar v0.4.42 |
2219 | 2024-11-28T00:58:31.185Z | Checking headers v0.4.0 |
2220 | 2024-11-28T00:58:31.312Z | Checking camino-tempfile v1.1.1 |
2221 | 2024-11-28T00:58:31.384Z | Checking rcgen v0.12.1 |
2222 | 2024-11-28T00:58:31.573Z | Checking atomicwrites v0.4.4 |
2223 | 2024-11-28T00:58:31.771Z | Checking subprocess v0.2.9 |
2224 | 2024-11-28T00:58:32.024Z | Checking serde_with v3.11.0 |
2225 | 2024-11-28T00:58:36.022Z | Compiling typify-macro v0.2.0 |
2226 | 2024-11-28T00:58:37.844Z | Compiling typify v0.2.0 |
2227 | 2024-11-28T00:58:37.913Z | Compiling progenitor-impl v0.8.0 |
2228 | 2024-11-28T00:58:41.065Z | Compiling progenitor-macro v0.8.0 |
2229 | 2024-11-28T00:58:46.311Z | Checking progenitor v0.8.0 |
2230 | 2024-11-28T00:58:46.462Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2231 | 2024-11-28T00:58:46.465Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2024-11-28T00:58:49.127Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2233 | 2024-11-28T00:58:49.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2234 | 2024-11-28T00:58:55.958Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2024-11-28T00:58:57.552Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-11-28T00:58:58.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.61s |
2237 | 2024-11-28T00:58:58.950Z | |
2238 | 2024-11-28T00:58:58.950Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2239 | 2024-11-28T00:58:59.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-28T00:58:59.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-28T00:58:59.611Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2024-11-28T00:59:00.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2243 | 2024-11-28T00:59:01.168Z | |
2244 | 2024-11-28T00:59:01.168Z | info: running `cargo check --bins` on nexus-config (31/173) |
2245 | 2024-11-28T00:59:01.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-11-28T00:59:01.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-11-28T00:59:01.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-11-28T00:59:01.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2249 | 2024-11-28T00:59:01.786Z | |
2250 | 2024-11-28T00:59:01.786Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2251 | 2024-11-28T00:59:02.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-11-28T00:59:02.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-11-28T00:59:02.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-11-28T00:59:02.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2255 | 2024-11-28T00:59:02.405Z | |
2256 | 2024-11-28T00:59:02.405Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2257 | 2024-11-28T00:59:02.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-11-28T00:59:02.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-11-28T00:59:02.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-11-28T00:59:02.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2261 | 2024-11-28T00:59:03.032Z | |
2262 | 2024-11-28T00:59:03.032Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2263 | 2024-11-28T00:59:03.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-11-28T00:59:03.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-11-28T00:59:03.715Z | Compiling zerocopy v0.8.10 |
2266 | 2024-11-28T00:59:03.715Z | Compiling progenitor-client v0.8.0 |
2267 | 2024-11-28T00:59:03.715Z | Compiling itertools v0.13.0 |
2268 | 2024-11-28T00:59:03.717Z | Compiling zerocopy-derive v0.8.10 |
2269 | 2024-11-28T00:59:03.717Z | Compiling heapless v0.8.0 |
2270 | 2024-11-28T00:59:03.717Z | Compiling newtype-uuid v1.1.3 |
2271 | 2024-11-28T00:59:03.717Z | Compiling ipnetwork v0.20.0 |
2272 | 2024-11-28T00:59:03.717Z | Checking hash32 v0.3.1 |
2273 | 2024-11-28T00:59:04.058Z | Compiling instant v0.1.13 |
2274 | 2024-11-28T00:59:04.101Z | Compiling smoltcp v0.11.0 |
2275 | 2024-11-28T00:59:04.206Z | Compiling progenitor v0.8.0 |
2276 | 2024-11-28T00:59:04.301Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2277 | 2024-11-28T00:59:04.463Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2278 | 2024-11-28T00:59:04.722Z | Compiling backoff v0.4.0 |
2279 | 2024-11-28T00:59:04.766Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2280 | 2024-11-28T00:59:04.781Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2281 | 2024-11-28T00:59:04.951Z | Compiling serde_with v3.11.0 |
2282 | 2024-11-28T00:59:04.993Z | Compiling dropshot v0.13.0 |
2283 | 2024-11-28T00:59:04.995Z | Compiling parse-display v0.10.0 |
2284 | 2024-11-28T00:59:05.114Z | Checking num-rational v0.4.2 |
2285 | 2024-11-28T00:59:05.695Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2286 | 2024-11-28T00:59:05.833Z | Compiling regress v0.9.1 |
2287 | 2024-11-28T00:59:06.734Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2288 | 2024-11-28T00:59:07.524Z | Compiling phf_generator v0.11.2 |
2289 | 2024-11-28T00:59:07.711Z | Checking num-complex v0.4.6 |
2290 | 2024-11-28T00:59:08.644Z | Compiling macaddr v1.0.1 |
2291 | 2024-11-28T00:59:08.967Z | Checking cobs v0.2.3 |
2292 | 2024-11-28T00:59:09.017Z | Compiling num v0.4.3 |
2293 | 2024-11-28T00:59:09.151Z | Checking postcard v1.0.10 |
2294 | 2024-11-28T00:59:09.208Z | Compiling phf_codegen v0.11.2 |
2295 | 2024-11-28T00:59:09.426Z | Compiling parse-zoneinfo v0.3.1 |
2296 | 2024-11-28T00:59:09.710Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2024-11-28T00:59:09.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2298 | 2024-11-28T00:59:10.235Z | Compiling float-ord v0.3.2 |
2299 | 2024-11-28T00:59:10.561Z | Compiling convert_case v0.4.0 |
2300 | 2024-11-28T00:59:11.014Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2301 | 2024-11-28T00:59:11.171Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2302 | 2024-11-28T00:59:11.531Z | Compiling chrono-tz-build v0.4.0 |
2303 | 2024-11-28T00:59:11.569Z | Compiling derive_more v0.99.18 |
2304 | 2024-11-28T00:59:12.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2305 | 2024-11-28T00:59:12.409Z | Compiling crucible-workspace-hack v0.1.0 |
2306 | 2024-11-28T00:59:12.761Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2307 | 2024-11-28T00:59:13.024Z | Compiling chrono-tz v0.10.0 |
2308 | 2024-11-28T00:59:13.043Z | Checking newline-converter v0.3.0 |
2309 | 2024-11-28T00:59:13.127Z | Checking prettyplease v0.2.25 |
2310 | 2024-11-28T00:59:13.186Z | Compiling slog-dtrace v0.3.0 |
2311 | 2024-11-28T00:59:13.475Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2312 | 2024-11-28T00:59:13.770Z | Checking expectorate v1.1.0 |
2313 | 2024-11-28T00:59:14.038Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2024-11-28T00:59:14.226Z | Compiling zone_cfg_derive v0.3.0 |
2315 | 2024-11-28T00:59:14.609Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2316 | 2024-11-28T00:59:14.670Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2317 | 2024-11-28T00:59:14.758Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2318 | 2024-11-28T00:59:14.893Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2319 | 2024-11-28T00:59:15.731Z | Compiling const_format_proc_macros v0.2.33 |
2320 | 2024-11-28T00:59:15.753Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2321 | 2024-11-28T00:59:15.788Z | Compiling num-derive v0.4.2 |
2322 | 2024-11-28T00:59:16.042Z | Checking highway v1.2.0 |
2323 | 2024-11-28T00:59:16.472Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2324 | 2024-11-28T00:59:16.783Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2325 | 2024-11-28T00:59:16.937Z | Checking zone v0.3.0 |
2326 | 2024-11-28T00:59:17.089Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2327 | 2024-11-28T00:59:17.680Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2328 | 2024-11-28T00:59:17.805Z | Checking const_format v0.2.33 |
2329 | 2024-11-28T00:59:18.136Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2330 | 2024-11-28T00:59:18.235Z | Checking gethostname v0.5.0 |
2331 | 2024-11-28T00:59:18.263Z | Checking bcs v0.1.6 |
2332 | 2024-11-28T00:59:18.332Z | Compiling async-recursion v1.1.1 |
2333 | 2024-11-28T00:59:18.565Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2334 | 2024-11-28T00:59:19.293Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2335 | 2024-11-28T00:59:19.296Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2336 | 2024-11-28T00:59:20.103Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2337 | 2024-11-28T00:59:20.997Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2338 | 2024-11-28T00:59:26.197Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2339 | 2024-11-28T00:59:29.602Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2340 | 2024-11-28T00:59:32.185Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2341 | 2024-11-28T00:59:33.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s |
2342 | 2024-11-28T00:59:33.558Z | |
2343 | 2024-11-28T00:59:33.559Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2344 | 2024-11-28T00:59:34.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-11-28T00:59:34.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-11-28T00:59:34.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-11-28T00:59:34.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2348 | 2024-11-28T00:59:34.202Z | |
2349 | 2024-11-28T00:59:34.203Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2350 | 2024-11-28T00:59:34.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-11-28T00:59:34.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-11-28T00:59:34.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-11-28T00:59:34.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2354 | 2024-11-28T00:59:34.833Z | |
2355 | 2024-11-28T00:59:34.833Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2356 | 2024-11-28T00:59:35.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-11-28T00:59:35.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-11-28T00:59:35.493Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2359 | 2024-11-28T00:59:36.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2360 | 2024-11-28T00:59:36.285Z | |
2361 | 2024-11-28T00:59:36.286Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2362 | 2024-11-28T00:59:36.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-11-28T00:59:36.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-11-28T00:59:36.961Z | Compiling cfg_aliases v0.1.1 |
2365 | 2024-11-28T00:59:36.963Z | Compiling vte_generate_state_changes v0.1.2 |
2366 | 2024-11-28T00:59:36.963Z | Checking fd-lock v4.0.2 |
2367 | 2024-11-28T00:59:37.064Z | Checking nibble_vec v0.1.0 |
2368 | 2024-11-28T00:59:37.073Z | Checking endian-type v0.1.2 |
2369 | 2024-11-28T00:59:37.082Z | Checking bytecount v0.6.8 |
2370 | 2024-11-28T00:59:37.097Z | Compiling tabled_derive v0.7.0 |
2371 | 2024-11-28T00:59:37.125Z | Compiling peg-macros v0.8.4 |
2372 | 2024-11-28T00:59:37.140Z | Compiling nix v0.28.0 |
2373 | 2024-11-28T00:59:37.211Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2374 | 2024-11-28T00:59:37.233Z | Checking papergrid v0.11.0 |
2375 | 2024-11-28T00:59:37.255Z | Compiling sqlparser_derive v0.2.2 |
2376 | 2024-11-28T00:59:37.257Z | Checking radix_trie v0.2.1 |
2377 | 2024-11-28T00:59:37.678Z | Checking home v0.5.9 |
2378 | 2024-11-28T00:59:37.681Z | Checking vte v0.11.1 |
2379 | 2024-11-28T00:59:37.855Z | Checking nu-ansi-term v0.50.1 |
2380 | 2024-11-28T00:59:38.261Z | Checking unicode_categories v0.1.1 |
2381 | 2024-11-28T00:59:38.342Z | Checking sqlparser v0.45.0 |
2382 | 2024-11-28T00:59:38.397Z | Checking display-error-chain v0.2.2 |
2383 | 2024-11-28T00:59:38.574Z | Checking sqlformat v0.2.6 |
2384 | 2024-11-28T00:59:39.074Z | Checking strip-ansi-escapes v0.2.0 |
2385 | 2024-11-28T00:59:39.223Z | Checking reedline v0.35.0 |
2386 | 2024-11-28T00:59:39.496Z | Checking tabled v0.15.0 |
2387 | 2024-11-28T00:59:39.997Z | Checking peg v0.8.4 |
2388 | 2024-11-28T00:59:40.344Z | Checking rustyline v14.0.0 |
2389 | 2024-11-28T00:59:48.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
2390 | 2024-11-28T00:59:48.957Z | |
2391 | 2024-11-28T00:59:48.957Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2392 | 2024-11-28T00:59:49.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-11-28T00:59:49.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-11-28T00:59:49.611Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-11-28T00:59:54.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2396 | 2024-11-28T00:59:54.730Z | |
2397 | 2024-11-28T00:59:54.730Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2398 | 2024-11-28T00:59:55.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-11-28T00:59:55.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-11-28T00:59:55.387Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-11-28T00:59:59.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2402 | 2024-11-28T00:59:59.255Z | |
2403 | 2024-11-28T00:59:59.255Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2404 | 2024-11-28T00:59:59.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-11-28T00:59:59.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-11-28T00:59:59.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-11-28T01:00:04.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2408 | 2024-11-28T01:00:04.757Z | |
2409 | 2024-11-28T01:00:04.757Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2410 | 2024-11-28T01:00:05.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-11-28T01:00:05.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-11-28T01:00:05.421Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-11-28T01:00:10.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2414 | 2024-11-28T01:00:10.337Z | |
2415 | 2024-11-28T01:00:10.337Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2416 | 2024-11-28T01:00:10.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-11-28T01:00:10.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-11-28T01:00:10.993Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2419 | 2024-11-28T01:00:14.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2420 | 2024-11-28T01:00:15.040Z | |
2421 | 2024-11-28T01:00:15.040Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2422 | 2024-11-28T01:00:15.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-11-28T01:00:15.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-11-28T01:00:15.696Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2425 | 2024-11-28T01:00:19.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2426 | 2024-11-28T01:00:19.776Z | |
2427 | 2024-11-28T01:00:19.776Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2428 | 2024-11-28T01:00:20.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-11-28T01:00:20.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-11-28T01:00:20.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2431 | 2024-11-28T01:00:25.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2432 | 2024-11-28T01:00:25.500Z | |
2433 | 2024-11-28T01:00:25.500Z | info: running `cargo check --bins` on oximeter (46/173) |
2434 | 2024-11-28T01:00:26.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-11-28T01:00:26.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-11-28T01:00:26.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-11-28T01:00:26.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2438 | 2024-11-28T01:00:26.128Z | |
2439 | 2024-11-28T01:00:26.128Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2440 | 2024-11-28T01:00:26.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-11-28T01:00:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-11-28T01:00:26.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-11-28T01:00:26.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2444 | 2024-11-28T01:00:26.742Z | |
2445 | 2024-11-28T01:00:26.742Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2446 | 2024-11-28T01:00:27.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-11-28T01:00:27.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-11-28T01:00:27.385Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2449 | 2024-11-28T01:00:27.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2450 | 2024-11-28T01:00:27.992Z | |
2451 | 2024-11-28T01:00:27.992Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2452 | 2024-11-28T01:00:28.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-11-28T01:00:28.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-11-28T01:00:28.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-11-28T01:00:28.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2456 | 2024-11-28T01:00:28.623Z | |
2457 | 2024-11-28T01:00:28.623Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2458 | 2024-11-28T01:00:29.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-11-28T01:00:29.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-11-28T01:00:29.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-11-28T01:00:29.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2462 | 2024-11-28T01:00:29.258Z | |
2463 | 2024-11-28T01:00:29.258Z | info: running `cargo check --bins` on oxql-types (51/173) |
2464 | 2024-11-28T01:00:29.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-11-28T01:00:29.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-11-28T01:00:29.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-11-28T01:00:29.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2468 | 2024-11-28T01:00:29.889Z | |
2469 | 2024-11-28T01:00:29.889Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2470 | 2024-11-28T01:00:30.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-11-28T01:00:30.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-11-28T01:00:30.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-11-28T01:00:30.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2474 | 2024-11-28T01:00:30.535Z | |
2475 | 2024-11-28T01:00:30.535Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2476 | 2024-11-28T01:00:31.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-11-28T01:00:31.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-11-28T01:00:31.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-11-28T01:00:31.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2480 | 2024-11-28T01:00:31.174Z | |
2481 | 2024-11-28T01:00:31.174Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2482 | 2024-11-28T01:00:31.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-11-28T01:00:31.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-11-28T01:00:31.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-11-28T01:00:31.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2486 | 2024-11-28T01:00:31.820Z | |
2487 | 2024-11-28T01:00:31.820Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2488 | 2024-11-28T01:00:32.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-11-28T01:00:32.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-11-28T01:00:32.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-11-28T01:00:32.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2492 | 2024-11-28T01:00:32.458Z | |
2493 | 2024-11-28T01:00:32.458Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2494 | 2024-11-28T01:00:33.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-11-28T01:00:33.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-11-28T01:00:33.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-11-28T01:00:33.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2498 | 2024-11-28T01:00:33.080Z | |
2499 | 2024-11-28T01:00:33.080Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2500 | 2024-11-28T01:00:33.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-11-28T01:00:33.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-11-28T01:00:33.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-11-28T01:00:33.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2504 | 2024-11-28T01:00:33.716Z | |
2505 | 2024-11-28T01:00:33.717Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2506 | 2024-11-28T01:00:34.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-11-28T01:00:34.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-11-28T01:00:34.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-11-28T01:00:34.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2510 | 2024-11-28T01:00:34.337Z | |
2511 | 2024-11-28T01:00:34.337Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2512 | 2024-11-28T01:00:34.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-11-28T01:00:34.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-11-28T01:00:34.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-11-28T01:00:34.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2516 | 2024-11-28T01:00:34.981Z | |
2517 | 2024-11-28T01:00:34.981Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2518 | 2024-11-28T01:00:35.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-11-28T01:00:35.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-11-28T01:00:35.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-11-28T01:00:35.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2522 | 2024-11-28T01:00:35.618Z | |
2523 | 2024-11-28T01:00:35.618Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2524 | 2024-11-28T01:00:36.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-11-28T01:00:36.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-11-28T01:00:36.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-11-28T01:00:36.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2528 | 2024-11-28T01:00:36.250Z | |
2529 | 2024-11-28T01:00:36.250Z | info: running `cargo check --bins` on dpd-client (62/173) |
2530 | 2024-11-28T01:00:36.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-11-28T01:00:36.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-11-28T01:00:36.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-11-28T01:00:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2024-11-28T01:00:36.881Z | |
2535 | 2024-11-28T01:00:36.881Z | info: running `cargo check --bins` on gateway-client (63/173) |
2536 | 2024-11-28T01:00:37.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-11-28T01:00:37.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-11-28T01:00:37.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-11-28T01:00:37.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2540 | 2024-11-28T01:00:37.508Z | |
2541 | 2024-11-28T01:00:37.508Z | info: running `cargo check --bins` on installinator-client (64/173) |
2542 | 2024-11-28T01:00:38.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-11-28T01:00:38.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-11-28T01:00:38.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-11-28T01:00:38.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2546 | 2024-11-28T01:00:38.155Z | |
2547 | 2024-11-28T01:00:38.156Z | info: running `cargo check --bins` on installinator-common (65/173) |
2548 | 2024-11-28T01:00:38.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-11-28T01:00:38.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-11-28T01:00:38.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-11-28T01:00:38.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2024-11-28T01:00:38.805Z | |
2553 | 2024-11-28T01:00:38.805Z | info: running `cargo check --bins` on update-engine (66/173) |
2554 | 2024-11-28T01:00:39.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-11-28T01:00:39.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-11-28T01:00:39.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-11-28T01:00:39.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2558 | 2024-11-28T01:00:39.424Z | |
2559 | 2024-11-28T01:00:39.425Z | info: running `cargo check --bins` on nexus-client (67/173) |
2560 | 2024-11-28T01:00:40.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-11-28T01:00:40.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-11-28T01:00:40.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-11-28T01:00:40.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2564 | 2024-11-28T01:00:40.081Z | |
2565 | 2024-11-28T01:00:40.081Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2566 | 2024-11-28T01:00:40.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-11-28T01:00:40.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-11-28T01:00:40.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-11-28T01:00:40.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2570 | 2024-11-28T01:00:40.731Z | |
2571 | 2024-11-28T01:00:40.731Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2572 | 2024-11-28T01:00:41.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-11-28T01:00:41.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-11-28T01:00:41.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-11-28T01:00:41.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2576 | 2024-11-28T01:00:41.349Z | |
2577 | 2024-11-28T01:00:41.349Z | info: running `cargo check --bins` on nexus-types (70/173) |
2578 | 2024-11-28T01:00:41.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-11-28T01:00:41.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-11-28T01:00:41.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-11-28T01:00:41.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2582 | 2024-11-28T01:00:42.009Z | |
2583 | 2024-11-28T01:00:42.009Z | info: running `cargo check --bins` on oxide-client (71/173) |
2584 | 2024-11-28T01:00:42.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-11-28T01:00:42.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-11-28T01:00:42.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-11-28T01:00:42.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2588 | 2024-11-28T01:00:42.628Z | |
2589 | 2024-11-28T01:00:42.628Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2590 | 2024-11-28T01:00:43.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-11-28T01:00:43.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-11-28T01:00:43.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-11-28T01:00:43.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2594 | 2024-11-28T01:00:43.264Z | |
2595 | 2024-11-28T01:00:43.264Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2596 | 2024-11-28T01:00:43.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-11-28T01:00:43.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-11-28T01:00:43.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-11-28T01:00:43.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2600 | 2024-11-28T01:00:43.869Z | |
2601 | 2024-11-28T01:00:43.869Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2602 | 2024-11-28T01:00:44.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-11-28T01:00:44.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-11-28T01:00:44.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-11-28T01:00:44.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2606 | 2024-11-28T01:00:44.502Z | |
2607 | 2024-11-28T01:00:44.502Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2608 | 2024-11-28T01:00:45.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-11-28T01:00:45.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-11-28T01:00:45.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-11-28T01:00:45.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2612 | 2024-11-28T01:00:45.154Z | |
2613 | 2024-11-28T01:00:45.154Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2614 | 2024-11-28T01:00:45.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-11-28T01:00:45.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-11-28T01:00:45.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-11-28T01:00:45.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2618 | 2024-11-28T01:00:45.808Z | |
2619 | 2024-11-28T01:00:45.808Z | info: running `cargo check --bins` on wicket-common (77/173) |
2620 | 2024-11-28T01:00:46.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-11-28T01:00:46.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-11-28T01:00:46.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-11-28T01:00:46.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2624 | 2024-11-28T01:00:46.448Z | |
2625 | 2024-11-28T01:00:46.448Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2626 | 2024-11-28T01:00:47.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-11-28T01:00:47.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-11-28T01:00:47.098Z | Checking csv-core v0.1.11 |
2629 | 2024-11-28T01:00:47.098Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2630 | 2024-11-28T01:00:47.101Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2631 | 2024-11-28T01:00:47.423Z | Checking csv v1.3.0 |
2632 | 2024-11-28T01:00:47.429Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2633 | 2024-11-28T01:00:47.979Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2634 | 2024-11-28T01:00:48.309Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2635 | 2024-11-28T01:00:49.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
2636 | 2024-11-28T01:00:49.729Z | |
2637 | 2024-11-28T01:00:49.729Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2638 | 2024-11-28T01:00:50.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-11-28T01:00:50.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-11-28T01:00:50.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-11-28T01:00:50.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2642 | 2024-11-28T01:00:50.350Z | |
2643 | 2024-11-28T01:00:50.350Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2644 | 2024-11-28T01:00:50.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-11-28T01:00:50.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-11-28T01:00:50.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-11-28T01:00:50.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2648 | 2024-11-28T01:00:50.978Z | |
2649 | 2024-11-28T01:00:50.979Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2650 | 2024-11-28T01:00:51.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-11-28T01:00:51.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-11-28T01:00:51.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-11-28T01:00:51.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2654 | 2024-11-28T01:00:51.710Z | |
2655 | 2024-11-28T01:00:51.710Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2656 | 2024-11-28T01:00:52.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-11-28T01:00:52.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-11-28T01:00:52.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-11-28T01:00:52.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2660 | 2024-11-28T01:00:52.437Z | |
2661 | 2024-11-28T01:00:52.438Z | info: running `cargo check --bins` on dns-server (83/173) |
2662 | 2024-11-28T01:00:52.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-11-28T01:00:52.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-11-28T01:00:53.075Z | Compiling parking_lot_core v0.8.6 |
2665 | 2024-11-28T01:00:53.077Z | Checking fxhash v0.2.1 |
2666 | 2024-11-28T01:00:53.077Z | Checking hickory-server v0.24.1 |
2667 | 2024-11-28T01:00:53.077Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2668 | 2024-11-28T01:00:53.178Z | Checking hickory-client v0.24.1 |
2669 | 2024-11-28T01:00:53.794Z | Checking parking_lot v0.11.2 |
2670 | 2024-11-28T01:00:53.921Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2671 | 2024-11-28T01:00:53.921Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2672 | 2024-11-28T01:00:54.030Z | Checking sled v0.34.7 |
2673 | 2024-11-28T01:00:55.808Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2674 | 2024-11-28T01:00:56.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2675 | 2024-11-28T01:00:57.164Z | |
2676 | 2024-11-28T01:00:57.165Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2677 | 2024-11-28T01:00:57.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-11-28T01:00:57.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-11-28T01:00:57.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-11-28T01:00:57.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2681 | 2024-11-28T01:00:57.785Z | |
2682 | 2024-11-28T01:00:57.785Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2683 | 2024-11-28T01:00:58.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-11-28T01:00:58.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-11-28T01:00:58.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-11-28T01:00:58.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2687 | 2024-11-28T01:00:58.455Z | |
2688 | 2024-11-28T01:00:58.455Z | info: running `cargo check --bins` on gateway-types (86/173) |
2689 | 2024-11-28T01:00:59.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-11-28T01:00:59.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-11-28T01:00:59.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2024-11-28T01:00:59.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2693 | 2024-11-28T01:00:59.079Z | |
2694 | 2024-11-28T01:00:59.079Z | info: running `cargo check --bins` on ipcc (87/173) |
2695 | 2024-11-28T01:00:59.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-11-28T01:00:59.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-11-28T01:00:59.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2024-11-28T01:00:59.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2699 | 2024-11-28T01:00:59.697Z | |
2700 | 2024-11-28T01:00:59.697Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2701 | 2024-11-28T01:01:00.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-11-28T01:01:00.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-11-28T01:01:00.386Z | Compiling semver v0.1.20 |
2704 | 2024-11-28T01:01:00.386Z | Compiling radium v0.7.0 |
2705 | 2024-11-28T01:01:00.501Z | Checking tap v1.0.1 |
2706 | 2024-11-28T01:01:00.503Z | Compiling maybe-uninit v2.0.0 |
2707 | 2024-11-28T01:01:00.518Z | Checking password-hash v0.5.0 |
2708 | 2024-11-28T01:01:00.521Z | Checking blake2 v0.10.6 |
2709 | 2024-11-28T01:01:00.521Z | Checking funty v2.0.0 |
2710 | 2024-11-28T01:01:00.521Z | Checking crc-catalog v2.4.0 |
2711 | 2024-11-28T01:01:00.624Z | Checking wyz v0.5.1 |
2712 | 2024-11-28T01:01:00.690Z | Compiling packed_struct v0.10.1 |
2713 | 2024-11-28T01:01:00.944Z | Compiling rustc_version v0.1.7 |
2714 | 2024-11-28T01:01:00.960Z | Compiling owo-colors v4.1.0 |
2715 | 2024-11-28T01:01:00.992Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-11-28T01:01:01.129Z | Checking argon2 v0.5.3 |
2717 | 2024-11-28T01:01:01.158Z | Checking crc v3.2.1 |
2718 | 2024-11-28T01:01:01.197Z | Compiling packed_struct_codegen v0.10.1 |
2719 | 2024-11-28T01:01:01.252Z | Checking half v2.4.1 |
2720 | 2024-11-28T01:01:01.335Z | Compiling indexmap v1.9.3 |
2721 | 2024-11-28T01:01:01.354Z | Checking nodrop v0.1.14 |
2722 | 2024-11-28T01:01:01.423Z | Compiling newtype_derive v0.1.6 |
2723 | 2024-11-28T01:01:01.455Z | Checking bitvec v1.0.1 |
2724 | 2024-11-28T01:01:01.474Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2725 | 2024-11-28T01:01:01.571Z | Checking ciborium-io v0.2.2 |
2726 | 2024-11-28T01:01:01.660Z | Checking array-init v0.0.4 |
2727 | 2024-11-28T01:01:01.697Z | Checking ciborium-ll v0.2.2 |
2728 | 2024-11-28T01:01:01.789Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-11-28T01:01:01.917Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2730 | 2024-11-28T01:01:01.984Z | Checking smallvec v0.6.14 |
2731 | 2024-11-28T01:01:02.086Z | Checking libsw v3.3.1 |
2732 | 2024-11-28T01:01:02.109Z | Compiling memoffset v0.9.1 |
2733 | 2024-11-28T01:01:02.364Z | Checking hashbrown v0.12.3 |
2734 | 2024-11-28T01:01:02.380Z | Checking linear-map v1.2.0 |
2735 | 2024-11-28T01:01:02.422Z | Checking indent_write v2.2.0 |
2736 | 2024-11-28T01:01:02.610Z | Checking termcolor v1.4.1 |
2737 | 2024-11-28T01:01:02.630Z | Checking swrite v0.1.0 |
2738 | 2024-11-28T01:01:02.679Z | Checking bitfield v0.14.0 |
2739 | 2024-11-28T01:01:02.700Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2740 | 2024-11-28T01:01:02.740Z | Checking serde-hex v0.1.0 |
2741 | 2024-11-28T01:01:03.054Z | Checking env_logger v0.10.2 |
2742 | 2024-11-28T01:01:03.097Z | Checking ron v0.8.1 |
2743 | 2024-11-28T01:01:03.472Z | Checking ciborium v0.2.2 |
2744 | 2024-11-28T01:01:03.577Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-28T01:01:04.038Z | Checking steno v0.4.1 |
2746 | 2024-11-28T01:01:04.242Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2747 | 2024-11-28T01:01:04.334Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2748 | 2024-11-28T01:01:04.353Z | Checking hashbrown v0.13.2 |
2749 | 2024-11-28T01:01:04.490Z | Checking humantime v2.1.0 |
2750 | 2024-11-28T01:01:04.514Z | Checking crc-any v2.5.0 |
2751 | 2024-11-28T01:01:04.797Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2752 | 2024-11-28T01:01:04.900Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2753 | 2024-11-28T01:01:05.257Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2754 | 2024-11-28T01:01:05.403Z | Checking object v0.30.4 |
2755 | 2024-11-28T01:01:05.429Z | Checking path-slash v0.1.5 |
2756 | 2024-11-28T01:01:05.563Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2757 | 2024-11-28T01:01:05.610Z | Checking nix v0.27.1 |
2758 | 2024-11-28T01:01:06.279Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2759 | 2024-11-28T01:01:06.581Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2760 | 2024-11-28T01:01:06.775Z | Checking tungstenite v0.23.0 |
2761 | 2024-11-28T01:01:06.833Z | Checking kstat-rs v0.2.4 |
2762 | 2024-11-28T01:01:06.848Z | Checking signal-hook-tokio v0.3.1 |
2763 | 2024-11-28T01:01:07.179Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2764 | 2024-11-28T01:01:07.492Z | Checking tokio-tungstenite v0.23.1 |
2765 | 2024-11-28T01:01:07.894Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2766 | 2024-11-28T01:01:08.149Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2767 | 2024-11-28T01:01:08.444Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2768 | 2024-11-28T01:01:14.901Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2769 | 2024-11-28T01:01:16.152Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2770 | 2024-11-28T01:01:19.376Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2771 | 2024-11-28T01:01:24.987Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2772 | 2024-11-28T01:01:25.678Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2773 | 2024-11-28T01:01:28.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.72s |
2774 | 2024-11-28T01:01:28.622Z | |
2775 | 2024-11-28T01:01:28.622Z | info: running `cargo check --bins` on gateway-api (89/173) |
2776 | 2024-11-28T01:01:29.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-11-28T01:01:29.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-11-28T01:01:29.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-11-28T01:01:29.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2024-11-28T01:01:29.254Z | |
2781 | 2024-11-28T01:01:29.254Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2782 | 2024-11-28T01:01:29.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-11-28T01:01:29.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-11-28T01:01:29.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-11-28T01:01:29.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2786 | 2024-11-28T01:01:29.859Z | |
2787 | 2024-11-28T01:01:29.859Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2788 | 2024-11-28T01:01:30.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-11-28T01:01:30.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-11-28T01:01:30.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-11-28T01:01:30.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2792 | 2024-11-28T01:01:30.480Z | |
2793 | 2024-11-28T01:01:30.480Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2794 | 2024-11-28T01:01:31.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-11-28T01:01:31.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-11-28T01:01:31.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-11-28T01:01:31.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2798 | 2024-11-28T01:01:31.102Z | |
2799 | 2024-11-28T01:01:31.102Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2800 | 2024-11-28T01:01:31.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-11-28T01:01:31.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-11-28T01:01:31.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-11-28T01:01:31.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2804 | 2024-11-28T01:01:31.723Z | |
2805 | 2024-11-28T01:01:31.723Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2806 | 2024-11-28T01:01:32.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-11-28T01:01:32.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-11-28T01:01:32.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-11-28T01:01:32.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2810 | 2024-11-28T01:01:32.346Z | |
2811 | 2024-11-28T01:01:32.346Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2812 | 2024-11-28T01:01:32.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-11-28T01:01:32.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-11-28T01:01:32.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-11-28T01:01:32.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2816 | 2024-11-28T01:01:32.976Z | |
2817 | 2024-11-28T01:01:32.976Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2818 | 2024-11-28T01:01:33.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-11-28T01:01:33.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-11-28T01:01:33.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-11-28T01:01:33.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2822 | 2024-11-28T01:01:33.613Z | |
2823 | 2024-11-28T01:01:33.613Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2824 | 2024-11-28T01:01:34.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-11-28T01:01:34.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-11-28T01:01:34.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-11-28T01:01:34.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2828 | 2024-11-28T01:01:34.266Z | |
2829 | 2024-11-28T01:01:34.266Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2830 | 2024-11-28T01:01:34.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-11-28T01:01:34.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-11-28T01:01:34.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-11-28T01:01:34.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2834 | 2024-11-28T01:01:34.899Z | |
2835 | 2024-11-28T01:01:34.899Z | info: running `cargo check --bins` on sp-sim (99/173) |
2836 | 2024-11-28T01:01:35.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-11-28T01:01:35.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-11-28T01:01:35.537Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2839 | 2024-11-28T01:01:37.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
2840 | 2024-11-28T01:01:37.552Z | |
2841 | 2024-11-28T01:01:37.552Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2842 | 2024-11-28T01:01:38.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-11-28T01:01:38.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-11-28T01:01:38.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-11-28T01:01:38.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2846 | 2024-11-28T01:01:38.225Z | |
2847 | 2024-11-28T01:01:38.225Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2848 | 2024-11-28T01:01:38.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-11-28T01:01:38.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-11-28T01:01:38.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-11-28T01:01:38.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2852 | 2024-11-28T01:01:38.922Z | |
2853 | 2024-11-28T01:01:38.922Z | info: running `cargo check --bins` on db-macros (102/173) |
2854 | 2024-11-28T01:01:39.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-11-28T01:01:39.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-11-28T01:01:39.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-11-28T01:01:39.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2858 | 2024-11-28T01:01:39.534Z | |
2859 | 2024-11-28T01:01:39.534Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2860 | 2024-11-28T01:01:40.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-11-28T01:01:40.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-11-28T01:01:40.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-11-28T01:01:40.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2864 | 2024-11-28T01:01:40.142Z | |
2865 | 2024-11-28T01:01:40.142Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2866 | 2024-11-28T01:01:40.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-11-28T01:01:40.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-11-28T01:01:40.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-11-28T01:01:40.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2870 | 2024-11-28T01:01:40.802Z | |
2871 | 2024-11-28T01:01:40.802Z | info: running `cargo check --bins` on authz-macros (105/173) |
2872 | 2024-11-28T01:01:41.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-11-28T01:01:41.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-11-28T01:01:41.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-11-28T01:01:41.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2876 | 2024-11-28T01:01:41.406Z | |
2877 | 2024-11-28T01:01:41.406Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2878 | 2024-11-28T01:01:41.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-11-28T01:01:41.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-11-28T01:01:41.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-11-28T01:01:41.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2882 | 2024-11-28T01:01:42.053Z | |
2883 | 2024-11-28T01:01:42.053Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2884 | 2024-11-28T01:01:42.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-11-28T01:01:42.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-11-28T01:01:42.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-11-28T01:01:42.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2888 | 2024-11-28T01:01:42.703Z | |
2889 | 2024-11-28T01:01:42.703Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2890 | 2024-11-28T01:01:43.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-11-28T01:01:43.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-11-28T01:01:43.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-11-28T01:01:43.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2894 | 2024-11-28T01:01:43.327Z | |
2895 | 2024-11-28T01:01:43.327Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2896 | 2024-11-28T01:01:43.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-11-28T01:01:43.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-11-28T01:01:43.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-11-28T01:01:43.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2900 | 2024-11-28T01:01:43.972Z | |
2901 | 2024-11-28T01:01:43.972Z | info: running `cargo check --bins` on typed-rng (110/173) |
2902 | 2024-11-28T01:01:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-11-28T01:01:44.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-11-28T01:01:44.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-11-28T01:01:44.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2906 | 2024-11-28T01:01:44.584Z | |
2907 | 2024-11-28T01:01:44.584Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2908 | 2024-11-28T01:01:45.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-11-28T01:01:45.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-11-28T01:01:45.339Z | Checking keccak v0.1.5 |
2911 | 2024-11-28T01:01:45.439Z | Checking secrecy v0.8.0 |
2912 | 2024-11-28T01:01:45.441Z | Compiling unicase v2.7.0 |
2913 | 2024-11-28T01:01:45.441Z | Compiling same-file v1.0.6 |
2914 | 2024-11-28T01:01:45.450Z | Compiling tempfile v3.13.0 |
2915 | 2024-11-28T01:01:45.479Z | Compiling thiserror-impl-no-std v2.0.2 |
2916 | 2024-11-28T01:01:45.481Z | Checking universal-hash v0.5.1 |
2917 | 2024-11-28T01:01:45.481Z | Compiling blake3 v1.5.4 |
2918 | 2024-11-28T01:01:45.637Z | Compiling walkdir v2.5.0 |
2919 | 2024-11-28T01:01:45.654Z | Compiling ring v0.16.20 |
2920 | 2024-11-28T01:01:45.709Z | Checking sha3 v0.10.8 |
2921 | 2024-11-28T01:01:45.739Z | Checking opaque-debug v0.3.1 |
2922 | 2024-11-28T01:01:45.848Z | Checking poly1305 v0.8.0 |
2923 | 2024-11-28T01:01:45.931Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2924 | 2024-11-28T01:01:46.115Z | Checking chacha20 v0.9.1 |
2925 | 2024-11-28T01:01:46.226Z | Checking aead v0.5.2 |
2926 | 2024-11-28T01:01:46.320Z | Compiling memmap2 v0.9.5 |
2927 | 2024-11-28T01:01:46.345Z | Compiling libefi-sys v0.1.0 |
2928 | 2024-11-28T01:01:46.361Z | Compiling salty v0.3.0 |
2929 | 2024-11-28T01:01:46.420Z | Compiling spin v0.5.2 |
2930 | 2024-11-28T01:01:46.459Z | Compiling constant_time_eq v0.3.1 |
2931 | 2024-11-28T01:01:46.598Z | Compiling arrayref v0.3.9 |
2932 | 2024-11-28T01:01:46.615Z | Compiling arrayvec v0.7.6 |
2933 | 2024-11-28T01:01:46.664Z | Checking chacha20poly1305 v0.10.1 |
2934 | 2024-11-28T01:01:46.761Z | Compiling toolchain_find v0.4.0 |
2935 | 2024-11-28T01:01:46.763Z | Compiling camino-tempfile v1.1.1 |
2936 | 2024-11-28T01:01:46.805Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2937 | 2024-11-28T01:01:46.833Z | Compiling bitfield-struct v0.6.2 |
2938 | 2024-11-28T01:01:47.129Z | Compiling topological-sort v0.2.2 |
2939 | 2024-11-28T01:01:47.243Z | Compiling mime_guess v2.0.5 |
2940 | 2024-11-28T01:01:47.288Z | Compiling rustfmt-wrapper v0.2.1 |
2941 | 2024-11-28T01:01:47.836Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2942 | 2024-11-28T01:01:47.873Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2943 | 2024-11-28T01:01:47.890Z | Checking primeorder v0.13.6 |
2944 | 2024-11-28T01:01:48.163Z | Checking env_filter v0.1.2 |
2945 | 2024-11-28T01:01:48.262Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2024-11-28T01:01:48.278Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2947 | 2024-11-28T01:01:48.360Z | Checking p384 v0.13.0 |
2948 | 2024-11-28T01:01:48.386Z | Checking env_logger v0.11.5 |
2949 | 2024-11-28T01:01:48.566Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2950 | 2024-11-28T01:01:48.640Z | Checking thiserror-no-std v2.0.2 |
2951 | 2024-11-28T01:01:48.659Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2952 | 2024-11-28T01:01:48.748Z | Checking vsss-rs v3.3.4 |
2953 | 2024-11-28T01:01:48.809Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2954 | 2024-11-28T01:01:48.873Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2955 | 2024-11-28T01:01:48.994Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2956 | 2024-11-28T01:01:49.209Z | Checking bumpalo v3.16.0 |
2957 | 2024-11-28T01:01:49.269Z | Checking simd-adler32 v0.3.7 |
2958 | 2024-11-28T01:01:49.285Z | Compiling zip v2.1.3 |
2959 | 2024-11-28T01:01:49.357Z | Checking http-range v0.1.5 |
2960 | 2024-11-28T01:01:49.473Z | Checking lockfree-object-pool v0.1.6 |
2961 | 2024-11-28T01:01:49.513Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2962 | 2024-11-28T01:01:49.543Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2963 | 2024-11-28T01:01:49.634Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2964 | 2024-11-28T01:01:49.699Z | Checking zopfli v0.8.1 |
2965 | 2024-11-28T01:01:49.818Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2966 | 2024-11-28T01:01:50.245Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2967 | 2024-11-28T01:01:50.264Z | Checking nanorand v0.7.0 |
2968 | 2024-11-28T01:01:50.352Z | Checking atty v0.2.14 |
2969 | 2024-11-28T01:01:50.401Z | Checking glob v0.3.1 |
2970 | 2024-11-28T01:01:50.474Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2971 | 2024-11-28T01:01:50.634Z | Checking flume v0.11.1 |
2972 | 2024-11-28T01:01:50.720Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2973 | 2024-11-28T01:01:51.021Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2974 | 2024-11-28T01:01:51.404Z | Compiling omicron-zone-package v0.11.1 |
2975 | 2024-11-28T01:01:52.224Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2976 | 2024-11-28T01:01:52.253Z | Checking hyper-staticfile v0.10.1 |
2977 | 2024-11-28T01:01:52.932Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2978 | 2024-11-28T01:01:52.949Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2979 | 2024-11-28T01:01:52.967Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2980 | 2024-11-28T01:01:53.310Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2981 | 2024-11-28T01:01:53.370Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2982 | 2024-11-28T01:01:53.443Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2983 | 2024-11-28T01:01:54.004Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2984 | 2024-11-28T01:01:54.644Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2985 | 2024-11-28T01:01:55.711Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2986 | 2024-11-28T01:01:57.597Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2987 | 2024-11-28T01:01:57.599Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2988 | 2024-11-28T01:02:07.290Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-11-28T01:02:20.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s |
2990 | 2024-11-28T01:02:20.773Z | |
2991 | 2024-11-28T01:02:20.773Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2992 | 2024-11-28T01:02:21.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-11-28T01:02:21.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-11-28T01:02:21.510Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-11-28T01:02:34.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
2996 | 2024-11-28T01:02:35.116Z | |
2997 | 2024-11-28T01:02:35.116Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2998 | 2024-11-28T01:02:35.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-28T01:02:35.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-28T01:02:35.850Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-11-28T01:02:49.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
3002 | 2024-11-28T01:02:49.551Z | |
3003 | 2024-11-28T01:02:49.551Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
3004 | 2024-11-28T01:02:50.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-11-28T01:02:50.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-11-28T01:02:50.297Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-11-28T01:03:03.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
3008 | 2024-11-28T01:03:03.928Z | |
3009 | 2024-11-28T01:03:03.928Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
3010 | 2024-11-28T01:03:04.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-11-28T01:03:04.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-11-28T01:03:04.651Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-11-28T01:03:18.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
3014 | 2024-11-28T01:03:18.381Z | |
3015 | 2024-11-28T01:03:18.381Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3016 | 2024-11-28T01:03:18.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-11-28T01:03:18.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-11-28T01:03:19.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-11-28T01:03:32.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
3020 | 2024-11-28T01:03:32.839Z | |
3021 | 2024-11-28T01:03:32.839Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3022 | 2024-11-28T01:03:33.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-11-28T01:03:33.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-11-28T01:03:33.570Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-11-28T01:03:47.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s |
3026 | 2024-11-28T01:03:47.521Z | |
3027 | 2024-11-28T01:03:47.521Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3028 | 2024-11-28T01:03:48.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-11-28T01:03:48.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-11-28T01:03:48.268Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2024-11-28T01:04:01.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3032 | 2024-11-28T01:04:01.954Z | |
3033 | 2024-11-28T01:04:01.955Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3034 | 2024-11-28T01:04:02.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-11-28T01:04:02.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-11-28T01:04:02.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-11-28T01:04:02.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3038 | 2024-11-28T01:04:02.621Z | |
3039 | 2024-11-28T01:04:02.621Z | info: running `cargo check --bins` on key-manager (120/173) |
3040 | 2024-11-28T01:04:03.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-11-28T01:04:03.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-11-28T01:04:03.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-11-28T01:04:03.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3044 | 2024-11-28T01:04:03.256Z | |
3045 | 2024-11-28T01:04:03.256Z | info: running `cargo check --bins` on range-requests (121/173) |
3046 | 2024-11-28T01:04:03.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-11-28T01:04:03.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-11-28T01:04:03.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-11-28T01:04:03.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3050 | 2024-11-28T01:04:03.876Z | |
3051 | 2024-11-28T01:04:03.876Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3052 | 2024-11-28T01:04:04.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-11-28T01:04:04.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-11-28T01:04:04.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-11-28T01:04:04.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3056 | 2024-11-28T01:04:04.512Z | |
3057 | 2024-11-28T01:04:04.512Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3058 | 2024-11-28T01:04:05.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-11-28T01:04:05.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-11-28T01:04:05.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-11-28T01:04:05.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3062 | 2024-11-28T01:04:05.174Z | |
3063 | 2024-11-28T01:04:05.174Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3064 | 2024-11-28T01:04:05.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-11-28T01:04:05.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-11-28T01:04:05.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-11-28T01:04:05.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3068 | 2024-11-28T01:04:05.819Z | |
3069 | 2024-11-28T01:04:05.819Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3070 | 2024-11-28T01:04:06.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-11-28T01:04:06.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-11-28T01:04:06.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-11-28T01:04:06.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3074 | 2024-11-28T01:04:06.455Z | |
3075 | 2024-11-28T01:04:06.455Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3076 | 2024-11-28T01:04:07.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-11-28T01:04:07.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-11-28T01:04:07.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-11-28T01:04:07.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3080 | 2024-11-28T01:04:07.094Z | |
3081 | 2024-11-28T01:04:07.094Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3082 | 2024-11-28T01:04:07.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-11-28T01:04:07.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-11-28T01:04:07.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-11-28T01:04:07.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3086 | 2024-11-28T01:04:07.744Z | |
3087 | 2024-11-28T01:04:07.744Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3088 | 2024-11-28T01:04:08.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-28T01:04:08.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-28T01:04:08.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-11-28T01:04:08.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3092 | 2024-11-28T01:04:08.397Z | |
3093 | 2024-11-28T01:04:08.397Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3094 | 2024-11-28T01:04:08.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-28T01:04:08.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-28T01:04:09.094Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3097 | 2024-11-28T01:04:09.094Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3098 | 2024-11-28T01:04:09.850Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3099 | 2024-11-28T01:04:11.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
3100 | 2024-11-28T01:04:11.962Z | |
3101 | 2024-11-28T01:04:11.962Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3102 | 2024-11-28T01:04:12.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-11-28T01:04:12.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-11-28T01:04:12.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-11-28T01:04:12.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3106 | 2024-11-28T01:04:12.587Z | |
3107 | 2024-11-28T01:04:12.587Z | info: running `cargo check --bins` on cert-dev (131/173) |
3108 | 2024-11-28T01:04:13.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-11-28T01:04:13.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-11-28T01:04:13.201Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3111 | 2024-11-28T01:04:13.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3112 | 2024-11-28T01:04:13.635Z | |
3113 | 2024-11-28T01:04:13.635Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3114 | 2024-11-28T01:04:14.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-11-28T01:04:14.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-11-28T01:04:14.315Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3117 | 2024-11-28T01:04:14.316Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3118 | 2024-11-28T01:04:14.889Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3119 | 2024-11-28T01:04:15.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3120 | 2024-11-28T01:04:15.420Z | |
3121 | 2024-11-28T01:04:15.420Z | info: running `cargo check --bins` on ch-dev (133/173) |
3122 | 2024-11-28T01:04:15.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-11-28T01:04:15.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-11-28T01:04:16.080Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3125 | 2024-11-28T01:04:16.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3126 | 2024-11-28T01:04:16.957Z | |
3127 | 2024-11-28T01:04:16.957Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3128 | 2024-11-28T01:04:17.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-11-28T01:04:17.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-11-28T01:04:17.619Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3131 | 2024-11-28T01:04:17.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3132 | 2024-11-28T01:04:18.155Z | |
3133 | 2024-11-28T01:04:18.155Z | info: running `cargo check --bins` on db-dev (135/173) |
3134 | 2024-11-28T01:04:18.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-11-28T01:04:18.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-11-28T01:04:18.835Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3137 | 2024-11-28T01:04:19.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3138 | 2024-11-28T01:04:19.731Z | |
3139 | 2024-11-28T01:04:19.731Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3140 | 2024-11-28T01:04:20.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-11-28T01:04:20.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-11-28T01:04:20.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2024-11-28T01:04:20.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3144 | 2024-11-28T01:04:20.389Z | |
3145 | 2024-11-28T01:04:20.389Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3146 | 2024-11-28T01:04:20.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-11-28T01:04:20.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-11-28T01:04:20.997Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3149 | 2024-11-28T01:04:21.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3150 | 2024-11-28T01:04:22.044Z | |
3151 | 2024-11-28T01:04:22.044Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3152 | 2024-11-28T01:04:22.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-11-28T01:04:22.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-11-28T01:04:22.659Z | Checking cargo-platform v0.1.8 |
3155 | 2024-11-28T01:04:22.926Z | Checking cargo_metadata v0.18.1 |
3156 | 2024-11-28T01:04:23.885Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3157 | 2024-11-28T01:04:24.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3158 | 2024-11-28T01:04:24.779Z | |
3159 | 2024-11-28T01:04:24.779Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3160 | 2024-11-28T01:04:25.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-11-28T01:04:25.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-11-28T01:04:25.488Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3163 | 2024-11-28T01:04:26.194Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3164 | 2024-11-28T01:04:26.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3165 | 2024-11-28T01:04:26.925Z | |
3166 | 2024-11-28T01:04:26.925Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3167 | 2024-11-28T01:04:27.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-11-28T01:04:27.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-11-28T01:04:27.692Z | Compiling crunchy v0.2.2 |
3170 | 2024-11-28T01:04:27.693Z | Compiling tiny-keccak v2.0.2 |
3171 | 2024-11-28T01:04:27.695Z | Compiling dsl_auto_type v0.1.2 |
3172 | 2024-11-28T01:04:27.695Z | Checking scheduled-thread-pool v0.2.7 |
3173 | 2024-11-28T01:04:27.695Z | Compiling diesel_table_macro_syntax v0.2.0 |
3174 | 2024-11-28T01:04:27.831Z | Compiling ascii-canvas v3.0.0 |
3175 | 2024-11-28T01:04:27.842Z | Compiling ena v0.14.3 |
3176 | 2024-11-28T01:04:27.844Z | Compiling regex-syntax v0.6.29 |
3177 | 2024-11-28T01:04:28.012Z | Checking r2d2 v0.8.10 |
3178 | 2024-11-28T01:04:28.092Z | Compiling diff v0.1.13 |
3179 | 2024-11-28T01:04:28.248Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3180 | 2024-11-28T01:04:28.250Z | Compiling ref-cast v1.0.23 |
3181 | 2024-11-28T01:04:28.331Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3182 | 2024-11-28T01:04:28.418Z | Compiling derive_builder_core v0.20.2 |
3183 | 2024-11-28T01:04:28.475Z | Compiling libxml v0.3.3 |
3184 | 2024-11-28T01:04:28.599Z | Compiling ref-cast-impl v1.0.23 |
3185 | 2024-11-28T01:04:28.751Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3186 | 2024-11-28T01:04:28.865Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3187 | 2024-11-28T01:04:28.883Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3188 | 2024-11-28T01:04:29.065Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3189 | 2024-11-28T01:04:29.146Z | Compiling strum_macros v0.24.3 |
3190 | 2024-11-28T01:04:29.291Z | Compiling samael v0.0.17 |
3191 | 2024-11-28T01:04:29.496Z | Compiling diesel_derives v2.2.3 |
3192 | 2024-11-28T01:04:29.518Z | Compiling indoc v1.0.9 |
3193 | 2024-11-28T01:04:30.502Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3194 | 2024-11-28T01:04:30.800Z | Compiling impl-trait-for-tuples v0.2.2 |
3195 | 2024-11-28T01:04:30.938Z | Compiling derive_builder_macro v0.20.2 |
3196 | 2024-11-28T01:04:31.108Z | Compiling lalrpop v0.19.12 |
3197 | 2024-11-28T01:04:31.844Z | Checking derive_builder v0.20.2 |
3198 | 2024-11-28T01:04:32.003Z | Compiling oso-derive v0.27.3 |
3199 | 2024-11-28T01:04:32.265Z | Checking quick-xml v0.33.0 |
3200 | 2024-11-28T01:04:32.788Z | Compiling diesel-dtrace v0.3.0 |
3201 | 2024-11-28T01:04:33.057Z | Checking maplit v1.0.2 |
3202 | 2024-11-28T01:04:33.180Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3203 | 2024-11-28T01:04:33.205Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3204 | 2024-11-28T01:04:33.495Z | Checking bb8 v0.8.5 |
3205 | 2024-11-28T01:04:33.746Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3206 | 2024-11-28T01:04:34.027Z | Checking castaway v0.2.3 |
3207 | 2024-11-28T01:04:34.088Z | Checking rand_seeder v0.3.0 |
3208 | 2024-11-28T01:04:34.152Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3209 | 2024-11-28T01:04:34.197Z | Checking compact_str v0.8.0 |
3210 | 2024-11-28T01:04:34.328Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3211 | 2024-11-28T01:04:34.518Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3212 | 2024-11-28T01:04:34.906Z | Checking unicode-truncate v1.1.0 |
3213 | 2024-11-28T01:04:35.097Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3214 | 2024-11-28T01:04:35.141Z | Checking lru v0.12.5 |
3215 | 2024-11-28T01:04:35.366Z | Compiling instability v0.3.2 |
3216 | 2024-11-28T01:04:35.431Z | Checking cassowary v0.3.0 |
3217 | 2024-11-28T01:04:35.862Z | Checking unicode-linebreak v0.1.5 |
3218 | 2024-11-28T01:04:36.007Z | Checking smawk v0.3.2 |
3219 | 2024-11-28T01:04:36.212Z | Checking is_ci v1.2.0 |
3220 | 2024-11-28T01:04:36.214Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3221 | 2024-11-28T01:04:36.268Z | Checking textwrap v0.16.1 |
3222 | 2024-11-28T01:04:36.360Z | Checking supports-color v3.0.1 |
3223 | 2024-11-28T01:04:36.397Z | Checking ratatui v0.28.1 |
3224 | 2024-11-28T01:04:36.592Z | Checking multimap v0.10.0 |
3225 | 2024-11-28T01:04:39.197Z | Checking diesel v2.2.4 |
3226 | 2024-11-28T01:05:04.395Z | Compiling polar-core v0.27.3 |
3227 | 2024-11-28T01:05:08.239Z | Checking async-bb8-diesel v0.2.1 |
3228 | 2024-11-28T01:05:11.811Z | Checking oso v0.27.3 |
3229 | 2024-11-28T01:06:18.236Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3230 | 2024-11-28T01:06:24.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3231 | 2024-11-28T01:06:24.412Z | |
3232 | 2024-11-28T01:06:24.412Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3233 | 2024-11-28T01:06:25.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-11-28T01:06:25.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-11-28T01:06:25.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-11-28T01:06:25.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3237 | 2024-11-28T01:06:25.099Z | |
3238 | 2024-11-28T01:06:25.099Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3239 | 2024-11-28T01:06:25.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-11-28T01:06:25.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-11-28T01:06:25.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2024-11-28T01:06:25.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3243 | 2024-11-28T01:06:25.784Z | |
3244 | 2024-11-28T01:06:25.784Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3245 | 2024-11-28T01:06:26.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2024-11-28T01:06:26.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2024-11-28T01:06:26.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2024-11-28T01:06:26.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3249 | 2024-11-28T01:06:26.409Z | |
3250 | 2024-11-28T01:06:26.409Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3251 | 2024-11-28T01:06:27.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-11-28T01:06:27.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-11-28T01:06:27.223Z | Compiling libz-sys v1.1.20 |
3254 | 2024-11-28T01:06:27.339Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3255 | 2024-11-28T01:06:27.350Z | Compiling vergen v8.3.2 |
3256 | 2024-11-28T01:06:27.353Z | Compiling cargo-platform v0.1.8 |
3257 | 2024-11-28T01:06:27.353Z | Compiling pin-project-internal v1.1.6 |
3258 | 2024-11-28T01:06:27.393Z | Compiling libsqlite3-sys v0.30.1 |
3259 | 2024-11-28T01:06:27.393Z | Compiling snafu-derive v0.8.5 |
3260 | 2024-11-28T01:06:27.396Z | Compiling cfg_aliases v0.2.1 |
3261 | 2024-11-28T01:06:27.534Z | Compiling buf-list v1.0.3 |
3262 | 2024-11-28T01:06:27.633Z | Compiling rustls v0.21.12 |
3263 | 2024-11-28T01:06:27.893Z | Compiling cargo_metadata v0.18.1 |
3264 | 2024-11-28T01:06:27.962Z | Compiling nix v0.29.0 |
3265 | 2024-11-28T01:06:28.024Z | Checking globset v0.4.15 |
3266 | 2024-11-28T01:06:28.252Z | Checking olpc-cjson v0.1.4 |
3267 | 2024-11-28T01:06:28.289Z | Checking sct v0.7.1 |
3268 | 2024-11-28T01:06:28.469Z | Checking rustls-webpki v0.101.7 |
3269 | 2024-11-28T01:06:28.488Z | Checking serde_plain v1.0.2 |
3270 | 2024-11-28T01:06:28.560Z | Checking typed-path v0.9.3 |
3271 | 2024-11-28T01:06:29.049Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3272 | 2024-11-28T01:06:29.317Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3273 | 2024-11-28T01:06:29.333Z | Checking hashlink v0.9.1 |
3274 | 2024-11-28T01:06:29.596Z | Checking parse-size v1.1.0 |
3275 | 2024-11-28T01:06:29.776Z | Checking fallible-streaming-iterator v0.1.9 |
3276 | 2024-11-28T01:06:29.973Z | Checking fallible-iterator v0.3.0 |
3277 | 2024-11-28T01:06:30.459Z | Checking pin-project v1.1.6 |
3278 | 2024-11-28T01:06:30.525Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3279 | 2024-11-28T01:06:30.549Z | Checking rusqlite v0.32.1 |
3280 | 2024-11-28T01:06:30.569Z | Checking rustls-pemfile v1.0.4 |
3281 | 2024-11-28T01:06:30.586Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3282 | 2024-11-28T01:06:30.766Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3283 | 2024-11-28T01:06:31.040Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3284 | 2024-11-28T01:06:31.310Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3285 | 2024-11-28T01:06:31.450Z | Checking twox-hash v1.6.3 |
3286 | 2024-11-28T01:06:31.554Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3287 | 2024-11-28T01:06:31.973Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3288 | 2024-11-28T01:06:32.115Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3289 | 2024-11-28T01:06:32.241Z | Checking tokio-rustls v0.24.1 |
3290 | 2024-11-28T01:06:32.574Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3291 | 2024-11-28T01:06:32.594Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3292 | 2024-11-28T01:06:32.671Z | Checking fatfs v0.3.6 |
3293 | 2024-11-28T01:06:32.804Z | Checking snafu v0.8.5 |
3294 | 2024-11-28T01:06:33.315Z | Checking tough v0.19.0 |
3295 | 2024-11-28T01:06:33.421Z | Checking assert_matches v1.5.0 |
3296 | 2024-11-28T01:06:37.523Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3297 | 2024-11-28T01:06:38.827Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3298 | 2024-11-28T01:06:39.520Z | Compiling git2 v0.19.0 |
3299 | 2024-11-28T01:06:44.241Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3300 | 2024-11-28T01:07:37.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3301 | 2024-11-28T01:07:38.038Z | |
3302 | 2024-11-28T01:07:38.038Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3303 | 2024-11-28T01:07:38.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-28T01:07:38.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-28T01:07:38.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-28T01:07:38.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3307 | 2024-11-28T01:07:38.734Z | |
3308 | 2024-11-28T01:07:38.734Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3309 | 2024-11-28T01:07:39.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-28T01:07:39.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-28T01:07:39.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-11-28T01:07:39.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3313 | 2024-11-28T01:07:39.339Z | |
3314 | 2024-11-28T01:07:39.339Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3315 | 2024-11-28T01:07:39.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-28T01:07:39.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-28T01:07:39.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-11-28T01:07:39.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3319 | 2024-11-28T01:07:39.986Z | |
3320 | 2024-11-28T01:07:39.986Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3321 | 2024-11-28T01:07:40.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-11-28T01:07:40.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-11-28T01:07:40.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-11-28T01:07:40.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3325 | 2024-11-28T01:07:40.653Z | |
3326 | 2024-11-28T01:07:40.653Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3327 | 2024-11-28T01:07:41.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-11-28T01:07:41.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-11-28T01:07:41.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-11-28T01:07:41.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3331 | 2024-11-28T01:07:41.319Z | |
3332 | 2024-11-28T01:07:41.319Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3333 | 2024-11-28T01:07:41.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-11-28T01:07:41.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-11-28T01:07:41.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-11-28T01:07:41.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3337 | 2024-11-28T01:07:41.982Z | |
3338 | 2024-11-28T01:07:41.982Z | info: running `cargo check --bins` on update-common (151/173) |
3339 | 2024-11-28T01:07:42.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-11-28T01:07:42.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-11-28T01:07:42.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-11-28T01:07:42.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3343 | 2024-11-28T01:07:42.636Z | |
3344 | 2024-11-28T01:07:42.636Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3345 | 2024-11-28T01:07:43.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-11-28T01:07:43.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-11-28T01:07:43.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-11-28T01:07:43.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3349 | 2024-11-28T01:07:43.288Z | |
3350 | 2024-11-28T01:07:43.288Z | info: running `cargo check --bins` on tufaceous (153/173) |
3351 | 2024-11-28T01:07:43.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-28T01:07:43.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-28T01:07:43.963Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3354 | 2024-11-28T01:07:44.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3355 | 2024-11-28T01:07:45.108Z | |
3356 | 2024-11-28T01:07:45.108Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3357 | 2024-11-28T01:07:45.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-28T01:07:45.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-28T01:07:45.943Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3360 | 2024-11-28T01:07:46.070Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3361 | 2024-11-28T01:07:46.073Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3362 | 2024-11-28T01:07:46.073Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3363 | 2024-11-28T01:08:11.719Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3364 | 2024-11-28T01:08:11.721Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3365 | 2024-11-28T01:08:11.722Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3366 | 2024-11-28T01:08:11.722Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3367 | 2024-11-28T01:08:11.722Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3368 | 2024-11-28T01:08:12.493Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3369 | 2024-11-28T01:08:13.748Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3370 | 2024-11-28T01:08:52.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3371 | 2024-11-28T01:08:52.840Z | |
3372 | 2024-11-28T01:08:52.840Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3373 | 2024-11-28T01:08:53.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2024-11-28T01:08:53.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2024-11-28T01:08:53.543Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3376 | 2024-11-28T01:08:53.543Z | Checking heck v0.4.1 |
3377 | 2024-11-28T01:08:53.546Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3378 | 2024-11-28T01:08:53.779Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3379 | 2024-11-28T01:08:55.215Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3380 | 2024-11-28T01:08:56.075Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3381 | 2024-11-28T01:08:57.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3382 | 2024-11-28T01:08:57.344Z | |
3383 | 2024-11-28T01:08:57.344Z | info: running `cargo check --bins` on installinator-api (156/173) |
3384 | 2024-11-28T01:08:57.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-11-28T01:08:57.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-11-28T01:08:57.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-11-28T01:08:57.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3388 | 2024-11-28T01:08:58.001Z | |
3389 | 2024-11-28T01:08:58.001Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3390 | 2024-11-28T01:08:58.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-11-28T01:08:58.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-11-28T01:08:58.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-11-28T01:08:58.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3394 | 2024-11-28T01:08:58.655Z | |
3395 | 2024-11-28T01:08:58.655Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3396 | 2024-11-28T01:08:59.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-11-28T01:08:59.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-11-28T01:08:59.347Z | Compiling petname v2.0.2 |
3399 | 2024-11-28T01:08:59.350Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3400 | 2024-11-28T01:08:59.350Z | Checking sync-ptr v0.1.1 |
3401 | 2024-11-28T01:09:00.803Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3402 | 2024-11-28T01:09:02.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3403 | 2024-11-28T01:09:02.510Z | |
3404 | 2024-11-28T01:09:02.510Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3405 | 2024-11-28T01:09:03.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-11-28T01:09:03.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-11-28T01:09:03.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2024-11-28T01:09:03.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3409 | 2024-11-28T01:09:03.185Z | |
3410 | 2024-11-28T01:09:03.185Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3411 | 2024-11-28T01:09:03.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2024-11-28T01:09:03.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2024-11-28T01:09:03.842Z | Checking memmap2 v0.9.5 |
3414 | 2024-11-28T01:09:03.842Z | Checking constant_time_eq v0.3.1 |
3415 | 2024-11-28T01:09:03.842Z | Checking arrayvec v0.7.6 |
3416 | 2024-11-28T01:09:03.845Z | Checking arrayref v0.3.9 |
3417 | 2024-11-28T01:09:03.845Z | Checking spin v0.5.2 |
3418 | 2024-11-28T01:09:03.845Z | Checking topological-sort v0.2.2 |
3419 | 2024-11-28T01:09:03.845Z | Checking shell-words v1.1.0 |
3420 | 2024-11-28T01:09:04.120Z | Checking ring v0.16.20 |
3421 | 2024-11-28T01:09:04.225Z | Checking blake3 v1.5.4 |
3422 | 2024-11-28T01:09:05.229Z | Checking omicron-zone-package v0.11.1 |
3423 | 2024-11-28T01:09:06.330Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3424 | 2024-11-28T01:09:07.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
3425 | 2024-11-28T01:09:07.387Z | |
3426 | 2024-11-28T01:09:07.387Z | info: running `cargo check --bins` on xtask (161/173) |
3427 | 2024-11-28T01:09:07.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2024-11-28T01:09:07.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2024-11-28T01:09:07.830Z | Checking bitflags v2.6.0 |
3430 | 2024-11-28T01:09:07.833Z | Checking serde v1.0.215 |
3431 | 2024-11-28T01:09:07.909Z | Checking thiserror v1.0.69 |
3432 | 2024-11-28T01:09:07.924Z | Checking scroll v0.12.0 |
3433 | 2024-11-28T01:09:07.926Z | Checking hashbrown v0.15.0 |
3434 | 2024-11-28T01:09:07.926Z | Checking log v0.4.22 |
3435 | 2024-11-28T01:09:07.943Z | Checking zerocopy v0.7.35 |
3436 | 2024-11-28T01:09:07.962Z | Checking syn v2.0.87 |
3437 | 2024-11-28T01:09:08.016Z | Checking pest v2.7.14 |
3438 | 2024-11-28T01:09:08.146Z | Checking rustix v0.38.37 |
3439 | 2024-11-28T01:09:08.194Z | Checking once_cell v1.20.2 |
3440 | 2024-11-28T01:09:08.360Z | Checking goblin v0.8.2 |
3441 | 2024-11-28T01:09:08.485Z | Checking fs-err v2.11.0 |
3442 | 2024-11-28T01:09:08.788Z | Checking anyhow v1.0.93 |
3443 | 2024-11-28T01:09:08.976Z | Checking indexmap v2.6.0 |
3444 | 2024-11-28T01:09:09.179Z | Checking tabled v0.15.0 |
3445 | 2024-11-28T01:09:10.147Z | Checking terminal_size v0.4.0 |
3446 | 2024-11-28T01:09:10.150Z | Checking tempfile v3.13.0 |
3447 | 2024-11-28T01:09:10.314Z | Checking clap_builder v4.5.21 |
3448 | 2024-11-28T01:09:10.444Z | Checking dtrace-parser v0.2.0 |
3449 | 2024-11-28T01:09:11.955Z | Checking serde_json v1.0.132 |
3450 | 2024-11-28T01:09:11.955Z | Checking toml_datetime v0.6.8 |
3451 | 2024-11-28T01:09:11.958Z | Checking serde_spanned v0.6.8 |
3452 | 2024-11-28T01:09:11.959Z | Checking camino v1.1.9 |
3453 | 2024-11-28T01:09:12.004Z | Checking cargo-platform v0.1.8 |
3454 | 2024-11-28T01:09:12.148Z | Checking semver v1.0.23 |
3455 | 2024-11-28T01:09:12.255Z | Checking toml_edit v0.22.22 |
3456 | 2024-11-28T01:09:12.278Z | Checking macaddr v1.0.1 |
3457 | 2024-11-28T01:09:12.546Z | Checking camino-tempfile v1.1.1 |
3458 | 2024-11-28T01:09:13.053Z | Checking clap v4.5.21 |
3459 | 2024-11-28T01:09:13.267Z | Checking dof v0.3.0 |
3460 | 2024-11-28T01:09:13.267Z | Checking cargo_metadata v0.18.1 |
3461 | 2024-11-28T01:09:13.666Z | Checking usdt-impl v0.5.0 |
3462 | 2024-11-28T01:09:14.014Z | Checking usdt v0.5.0 |
3463 | 2024-11-28T01:09:14.071Z | Checking toml v0.8.19 |
3464 | 2024-11-28T01:09:14.549Z | Checking cargo_toml v0.20.5 |
3465 | 2024-11-28T01:09:15.728Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3466 | 2024-11-28T01:09:16.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s |
3467 | 2024-11-28T01:09:16.425Z | |
3468 | 2024-11-28T01:09:16.426Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3469 | 2024-11-28T01:09:17.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2024-11-28T01:09:17.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2024-11-28T01:09:17.195Z | Checking polyval v0.6.2 |
3472 | 2024-11-28T01:09:17.308Z | Checking ctr v0.9.2 |
3473 | 2024-11-28T01:09:17.320Z | Checking ssh-encoding v0.2.0 |
3474 | 2024-11-28T01:09:17.322Z | Checking blowfish v0.9.1 |
3475 | 2024-11-28T01:09:17.345Z | Checking password-hash v0.4.2 |
3476 | 2024-11-28T01:09:17.348Z | Checking matches v0.1.10 |
3477 | 2024-11-28T01:09:17.375Z | Checking p256 v0.13.2 |
3478 | 2024-11-28T01:09:17.375Z | Checking p521 v0.13.3 |
3479 | 2024-11-28T01:09:17.448Z | Checking idna v0.2.3 |
3480 | 2024-11-28T01:09:17.523Z | Checking ghash v0.5.1 |
3481 | 2024-11-28T01:09:17.545Z | Checking bcrypt-pbkdf v0.10.0 |
3482 | 2024-11-28T01:09:17.562Z | Compiling enum-as-inner v0.5.1 |
3483 | 2024-11-28T01:09:17.622Z | Checking russh-cryptovec v0.7.3 |
3484 | 2024-11-28T01:09:17.692Z | Checking aes-gcm v0.10.3 |
3485 | 2024-11-28T01:09:17.747Z | Checking pbkdf2 v0.11.0 |
3486 | 2024-11-28T01:09:17.803Z | Checking md5 v0.7.0 |
3487 | 2024-11-28T01:09:17.829Z | Checking num-bigint v0.4.6 |
3488 | 2024-11-28T01:09:17.874Z | Checking des v0.8.1 |
3489 | 2024-11-28T01:09:17.921Z | Checking ssh-cipher v0.2.0 |
3490 | 2024-11-28T01:09:18.044Z | Compiling dhcproto-macros v0.1.0 |
3491 | 2024-11-28T01:09:18.090Z | Checking hex-literal v0.4.1 |
3492 | 2024-11-28T01:09:18.165Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3493 | 2024-11-28T01:09:18.213Z | Checking ssh-key v0.6.6 |
3494 | 2024-11-28T01:09:18.228Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3495 | 2024-11-28T01:09:18.294Z | Checking internet-checksum v0.2.1 |
3496 | 2024-11-28T01:09:18.556Z | Checking trust-dns-proto v0.22.0 |
3497 | 2024-11-28T01:09:19.571Z | Checking russh-keys v0.45.0 |
3498 | 2024-11-28T01:09:20.461Z | Checking russh v0.45.0 |
3499 | 2024-11-28T01:09:21.005Z | Checking dhcproto v0.12.0 |
3500 | 2024-11-28T01:09:38.379Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3501 | 2024-11-28T01:09:39.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.34s |
3502 | 2024-11-28T01:09:39.980Z | |
3503 | 2024-11-28T01:09:39.980Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3504 | 2024-11-28T01:09:40.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-11-28T01:09:40.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-11-28T01:09:40.614Z | Checking termios v0.3.3 |
3507 | 2024-11-28T01:09:40.831Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3508 | 2024-11-28T01:09:41.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3509 | 2024-11-28T01:09:41.791Z | |
3510 | 2024-11-28T01:09:41.791Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3511 | 2024-11-28T01:09:42.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2024-11-28T01:09:42.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2024-11-28T01:09:42.476Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3514 | 2024-11-28T01:09:44.474Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3515 | 2024-11-28T01:09:46.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3516 | 2024-11-28T01:09:46.509Z | |
3517 | 2024-11-28T01:09:46.509Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3518 | 2024-11-28T01:09:47.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-11-28T01:09:47.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-11-28T01:09:47.137Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3521 | 2024-11-28T01:09:47.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3522 | 2024-11-28T01:09:47.803Z | |
3523 | 2024-11-28T01:09:47.803Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3524 | 2024-11-28T01:09:48.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-11-28T01:09:48.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-11-28T01:09:48.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3527 | 2024-11-28T01:09:48.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3528 | 2024-11-28T01:09:48.423Z | |
3529 | 2024-11-28T01:09:48.423Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3530 | 2024-11-28T01:09:48.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-11-28T01:09:48.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-11-28T01:09:48.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3533 | 2024-11-28T01:09:48.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3534 | 2024-11-28T01:09:49.036Z | |
3535 | 2024-11-28T01:09:49.036Z | info: running `cargo check --bins` on omicron-package (168/173) |
3536 | 2024-11-28T01:09:49.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-11-28T01:09:49.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-11-28T01:09:49.697Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3539 | 2024-11-28T01:09:51.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3540 | 2024-11-28T01:09:51.183Z | |
3541 | 2024-11-28T01:09:51.183Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3542 | 2024-11-28T01:09:51.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-11-28T01:09:51.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-11-28T01:09:51.883Z | Checking rtoolbox v0.0.2 |
3545 | 2024-11-28T01:09:51.885Z | Checking tui-tree-widget v0.22.0 |
3546 | 2024-11-28T01:09:51.885Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3547 | 2024-11-28T01:09:52.113Z | Checking rpassword v7.3.1 |
3548 | 2024-11-28T01:09:56.183Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3549 | 2024-11-28T01:09:59.160Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3550 | 2024-11-28T01:10:00.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s |
3551 | 2024-11-28T01:10:00.582Z | |
3552 | 2024-11-28T01:10:00.582Z | info: running `cargo check --bins` on wicket (170/173) |
3553 | 2024-11-28T01:10:01.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-11-28T01:10:01.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-11-28T01:10:01.272Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3556 | 2024-11-28T01:10:01.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3557 | 2024-11-28T01:10:01.902Z | |
3558 | 2024-11-28T01:10:01.902Z | info: running `cargo check --bins` on wicketd (171/173) |
3559 | 2024-11-28T01:10:02.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-11-28T01:10:02.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-11-28T01:10:02.619Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3562 | 2024-11-28T01:10:06.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3563 | 2024-11-28T01:10:06.707Z | |
3564 | 2024-11-28T01:10:06.707Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3565 | 2024-11-28T01:10:07.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2024-11-28T01:10:07.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2024-11-28T01:10:07.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2024-11-28T01:10:07.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3569 | 2024-11-28T01:10:07.315Z | |
3570 | 2024-11-28T01:10:07.315Z | info: running `cargo check --bins` on zone-setup (173/173) |
3571 | 2024-11-28T01:10:07.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2024-11-28T01:10:07.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2024-11-28T01:10:08.042Z | Checking uzers v0.12.1 |
3574 | 2024-11-28T01:10:08.378Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3575 | 2024-11-28T01:10:09.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3576 | 2024-11-28T01:10:09.730Z | |
3577 | 2024-11-28T01:10:09.732Z | real 12:51.754470072 |
3578 | 2024-11-28T01:10:09.732Z | user 24:05.376802079 |
3579 | 2024-11-28T01:10:09.732Z | sys 5:22.264214760 |
3580 | 2024-11-28T01:10:09.732Z | trap 0.469249587 |
3581 | 2024-11-28T01:10:09.732Z | tflt 2.443858811 |
3582 | 2024-11-28T01:10:09.732Z | dflt 3.017034092 |
3583 | 2024-11-28T01:10:09.732Z | kflt 0.001184221 |
3584 | 2024-11-28T01:10:09.732Z | lock 45:51.120067287 |
3585 | 2024-11-28T01:10:09.733Z | slp 2:05:26.464525627 |
3586 | 2024-11-28T01:10:09.733Z | lat 59.668472945 |
3587 | 2024-11-28T01:10:09.733Z | stop 3:17.170705654 |
3588 | 2024-11-28T01:10:09.733Z | process exited: duration 1157510 ms, exit code 0 |
|
3589 | 2024-11-28T01:10:09.740Z | found 0 output files |