|
|
|
1 | 2024-08-27T22:45:08.918Z | job assigned to worker 01J6B061D6J5C3PAAXA5TR2H8E (queued for 49 s) |
|
2 | 2024-08-27T22:45:16.681Z | starting task 0: "setup" |
3 | 2024-08-27T22:45:16.692Z | ++ uname -s |
4 | 2024-08-27T22:45:16.695Z | + kern=SunOS |
5 | 2024-08-27T22:45:16.695Z | + case "$kern" in |
6 | 2024-08-27T22:45:16.695Z | + groupadd -g 12345 build |
7 | 2024-08-27T22:45:16.698Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T22:45:18.709Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T22:45:18.865Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T22:45:18.868Z | + home_fs=zfs |
11 | 2024-08-27T22:45:18.868Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T22:45:18.868Z | + mkdir -p /home/build |
13 | 2024-08-27T22:45:18.871Z | + chown build:build /home/build /work |
14 | 2024-08-27T22:45:20.872Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T22:45:20.875Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-08-27T22:45:20.881Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T22:45:20.886Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T22:45:20.886Z | * toolchain channel = "1.80.1" |
19 | 2024-08-27T22:45:20.886Z | ' 1.80.1 |
20 | 2024-08-27T22:45:20.886Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-27T22:45:20.886Z | ' default |
22 | 2024-08-27T22:45:20.886Z | * toolchain profile = "default" |
23 | 2024-08-27T22:45:20.889Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T22:45:20.889Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T22:45:20.991Z | info: downloading installer |
26 | 2024-08-27T22:45:22.241Z | info: profile set to 'default' |
27 | 2024-08-27T22:45:22.241Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T22:45:22.244Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T22:45:22.401Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T22:45:22.401Z | info: downloading component 'cargo' |
31 | 2024-08-27T22:45:23.332Z | info: downloading component 'clippy' |
32 | 2024-08-27T22:45:23.766Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T22:45:25.060Z | info: downloading component 'rust-std' |
34 | 2024-08-27T22:45:26.879Z | info: downloading component 'rustc' |
35 | 2024-08-27T22:45:31.974Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T22:45:32.245Z | info: installing component 'cargo' |
37 | 2024-08-27T22:45:33.094Z | info: installing component 'clippy' |
38 | 2024-08-27T22:45:33.481Z | info: installing component 'rust-docs' |
39 | 2024-08-27T22:45:35.120Z | info: installing component 'rust-std' |
40 | 2024-08-27T22:45:36.769Z | info: installing component 'rustc' |
41 | 2024-08-27T22:45:40.956Z | info: installing component 'rustfmt' |
42 | 2024-08-27T22:45:41.296Z | |
43 | 2024-08-27T22:45:41.296Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-27T22:45:41.565Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T22:45:41.565Z | |
46 | 2024-08-27T22:45:41.572Z | |
47 | 2024-08-27T22:45:41.572Z | Rust is installed now. Great! |
48 | 2024-08-27T22:45:41.572Z | |
49 | 2024-08-27T22:45:41.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T22:45:41.572Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T22:45:41.572Z | |
52 | 2024-08-27T22:45:41.572Z | To configure your current shell, you need to source |
53 | 2024-08-27T22:45:41.572Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T22:45:41.572Z | |
55 | 2024-08-27T22:45:41.572Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T22:45:41.572Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T22:45:41.572Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T22:45:41.601Z | + rustc --version |
59 | 2024-08-27T22:45:41.665Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T22:45:41.669Z | process exited: duration 20782 ms, exit code 0 |
|
61 | 2024-08-27T22:45:41.675Z | starting task 2: "authentication" |
62 | 2024-08-27T22:45:41.697Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-27T22:45:41.705Z | starting task 3: "clone repository" |
64 | 2024-08-27T22:45:41.710Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T22:45:41.713Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T22:45:41.751Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T22:45:48.175Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T22:45:48.175Z | + git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786 |
69 | 2024-08-27T22:45:48.450Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T22:45:48.450Z | * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD |
71 | 2024-08-27T22:45:48.461Z | + [[ -n dap/drafts/reconfigurator-tests ]] |
72 | 2024-08-27T22:45:48.464Z | ++ git branch --show-current |
73 | 2024-08-27T22:45:48.466Z | + current=main |
74 | 2024-08-27T22:45:48.467Z | + [[ main != dap/drafts/reconfigurator-tests ]] |
75 | 2024-08-27T22:45:48.467Z | + git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786 |
76 | 2024-08-27T22:45:48.469Z | + git checkout -f dap/drafts/reconfigurator-tests |
77 | 2024-08-27T22:45:48.620Z | Switched to branch 'dap/drafts/reconfigurator-tests' |
78 | 2024-08-27T22:45:48.623Z | + git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786 |
79 | 2024-08-27T22:45:48.768Z | HEAD is now at 665bcc177 rustfmt |
80 | 2024-08-27T22:45:48.771Z | process exited: duration 7062 ms, exit code 0 |
|
81 | 2024-08-27T22:45:48.779Z | starting task 4: "build" |
82 | 2024-08-27T22:45:48.788Z | + cargo --version |
83 | 2024-08-27T22:45:48.839Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T22:45:48.842Z | + rustc --version |
85 | 2024-08-27T22:45:48.899Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T22:45:48.902Z | + source ./env.sh |
87 | 2024-08-27T22:45:48.902Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-27T22:45:48.902Z | ++ set -o xtrace |
89 | 2024-08-27T22:45:48.905Z | ++++ dirname ./env.sh |
90 | 2024-08-27T22:45:48.907Z | +++ readlink -f . |
91 | 2024-08-27T22:45:48.911Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-27T22:45:48.914Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-27T22:45:48.914Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-27T22:45:48.914Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-27T22:45:48.914Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-27T22:45:48.914Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-27T22:45:48.914Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-27T22:45:48.914Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-27T22:45:48.914Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-27T22:45:48.914Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-27T22:45:48.914Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-27T22:45:48.914Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-27T22:45:48.914Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-27T22:45:48.914Z | + banner prerequisites |
105 | 2024-08-27T22:45:48.914Z | |
106 | 2024-08-27T22:45:48.914Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-27T22:45:48.914Z | # # # # # # # # # # # # # # # |
108 | 2024-08-27T22:45:48.914Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-27T22:45:48.914Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-27T22:45:48.914Z | # # # # # # # # # # # # # # # |
111 | 2024-08-27T22:45:48.914Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-27T22:45:48.914Z | |
113 | 2024-08-27T22:45:48.914Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-27T22:45:53.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-27T22:45:55.853Z | Startup: Caching catalogs ... Done |
116 | 2024-08-27T22:45:57.824Z | Planning: Solver setup ... Done (1.405s) |
117 | 2024-08-27T22:45:57.846Z | Planning: Running solver ... Done (0.022s) |
118 | 2024-08-27T22:45:57.889Z | Planning: Finding local manifests ... Done (0.005s) |
119 | 2024-08-27T22:45:58.335Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-27T22:45:58.575Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-27T22:45:58.675Z | Planning: Package planning ... Done (0.100s) |
122 | 2024-08-27T22:45:58.731Z | Planning: Merging actions ... Done (0.055s) |
123 | 2024-08-27T22:45:58.947Z | Planning: Checking for conflicting actions ... Done (0.215s) |
124 | 2024-08-27T22:46:01.161Z | Planning: Consolidating action changes ... Done (2.214s) |
125 | 2024-08-27T22:46:01.638Z | Planning: Evaluating mediators ... Done (0.476s) |
126 | 2024-08-27T22:46:01.719Z | Planning: Planning completed in 5.79 seconds |
127 | 2024-08-27T22:46:01.735Z | Packages to install: 4 |
128 | 2024-08-27T22:46:01.735Z | Packages to update: 1 |
129 | 2024-08-27T22:46:01.739Z | Mediators to change: 2 |
130 | 2024-08-27T22:46:01.739Z | Services to change: 1 |
131 | 2024-08-27T22:46:01.739Z | Estimated space available: 155.72 GB |
132 | 2024-08-27T22:46:01.739Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-27T22:46:01.739Z | Create boot environment: No |
134 | 2024-08-27T22:46:01.739Z | Create backup boot environment: Yes |
135 | 2024-08-27T22:46:01.740Z | Rebuild boot archive: No |
136 | 2024-08-27T22:46:01.740Z | |
137 | 2024-08-27T22:46:01.740Z | Changed mediators: |
138 | 2024-08-27T22:46:01.740Z | mediator clang: |
139 | 2024-08-27T22:46:01.740Z | version: None -> 15 (system default) |
140 | 2024-08-27T22:46:01.740Z | |
141 | 2024-08-27T22:46:01.740Z | mediator llvm: |
142 | 2024-08-27T22:46:01.740Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-27T22:46:01.740Z | |
144 | 2024-08-27T22:46:01.740Z | Changed packages: |
145 | 2024-08-27T22:46:01.740Z | helios-dev |
146 | 2024-08-27T22:46:01.740Z | developer/build-essential |
147 | 2024-08-27T22:46:01.740Z | None -> 11-2.0 |
148 | 2024-08-27T22:46:01.740Z | library/libxmlsec1 |
149 | 2024-08-27T22:46:01.740Z | None -> 1.2.35-2.0 |
150 | 2024-08-27T22:46:01.740Z | ooce/developer/clang-15 |
151 | 2024-08-27T22:46:01.740Z | None -> 15.0.7-2.0 |
152 | 2024-08-27T22:46:01.740Z | ooce/developer/llvm-15 |
153 | 2024-08-27T22:46:01.740Z | None -> 15.0.7-2.0 |
154 | 2024-08-27T22:46:01.740Z | package/pkg |
155 | 2024-08-27T22:46:01.740Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-27T22:46:01.740Z | |
157 | 2024-08-27T22:46:01.741Z | Services: |
158 | 2024-08-27T22:46:01.741Z | restart_fmri: |
159 | 2024-08-27T22:46:01.741Z | svc:/system/update-man-index:default |
160 | 2024-08-27T22:46:01.741Z | |
161 | 2024-08-27T22:46:01.741Z | Editable files to change: |
162 | 2024-08-27T22:46:01.741Z | Update: |
163 | 2024-08-27T22:46:01.741Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-27T22:46:01.819Z | |
165 | 2024-08-27T22:46:01.819Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-27T22:46:06.820Z | Download: 1109/4281 items 20.3/220.6MB 9% complete (4.0M/s) |
167 | 2024-08-27T22:46:15.531Z | Download: 1196/4281 items 82.9/220.6MB 37% complete (10.9M/s) |
168 | 2024-08-27T22:46:19.711Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.2M/s) |
169 | 2024-08-27T22:46:24.718Z | Download: 1904/4281 items 118.6/220.6MB 53% complete (4.3M/s) |
170 | 2024-08-27T22:46:29.722Z | Download: 2379/4281 items 119.7/220.6MB 54% complete (3.6M/s) |
171 | 2024-08-27T22:46:35.684Z | Download: 3244/4281 items 165.4/220.6MB 74% complete (4.6M/s) |
172 | 2024-08-27T22:46:44.072Z | Download: 3248/4281 items 166.1/220.6MB 75% complete (4.6M/s) |
173 | 2024-08-27T22:46:49.117Z | Download: 3283/4281 items 210.8/220.6MB 95% complete (4.8M/s) |
174 | 2024-08-27T22:47:00.299Z | Download: 3285/4281 items 211.1/220.6MB 95% complete (4.7M/s) |
175 | 2024-08-27T22:47:02.969Z | Download: Completed 220.60 MB in 61.14 seconds (3.6M/s) |
176 | 2024-08-27T22:47:04.955Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-08-27T22:47:04.971Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-08-27T22:47:09.762Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-08-27T22:47:10.026Z | Actions: Completed 5063 actions in 5.07 seconds. |
180 | 2024-08-27T22:47:10.309Z | Done (0.276s) |
181 | 2024-08-27T22:47:10.320Z | Done (0.000s) |
182 | 2024-08-27T22:47:10.866Z | Done (0.378s) |
183 | 2024-08-27T22:47:15.871Z | Done (4.315s) |
184 | 2024-08-27T22:47:15.968Z | Done (0.017s) |
185 | 2024-08-27T22:47:15.968Z | Done (0.000s) |
186 | 2024-08-27T22:47:15.968Z | Done (0.000s) |
187 | 2024-08-27T22:47:16.017Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-27T22:47:16.179Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-27T22:47:16.184Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-27T22:47:16.466Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-27T22:47:16.470Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-08-27T22:47:16.507Z | Mediators to change: 2 |
193 | 2024-08-27T22:47:16.512Z | Create boot environment: No |
194 | 2024-08-27T22:47:16.512Z | Create backup boot environment: No |
195 | 2024-08-27T22:47:16.580Z | Done |
196 | 2024-08-27T22:47:16.580Z | Done |
197 | 2024-08-27T22:47:16.814Z | Done |
198 | 2024-08-27T22:47:20.450Z | Done |
199 | 2024-08-27T22:47:20.541Z | Done |
200 | 2024-08-27T22:47:20.549Z | Done |
201 | 2024-08-27T22:47:20.637Z | Done |
202 | 2024-08-27T22:47:21.243Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-08-27T22:47:21.246Z | Planning: Merging actions ... Done |
204 | 2024-08-27T22:47:21.445Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-08-27T22:47:21.452Z | Planning: Consolidating action changes ... Done |
206 | 2024-08-27T22:47:21.699Z | Planning: Evaluating mediators ... Done |
207 | 2024-08-27T22:47:21.753Z | Planning: Planning completed in 0.75 seconds |
208 | 2024-08-27T22:47:21.817Z | Packages to change: 1 |
209 | 2024-08-27T22:47:21.817Z | Mediators to change: 1 |
210 | 2024-08-27T22:47:21.827Z | Services to change: 1 |
211 | 2024-08-27T22:47:21.827Z | Create boot environment: No |
212 | 2024-08-27T22:47:21.827Z | Create backup boot environment: Yes |
213 | 2024-08-27T22:47:22.771Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-08-27T22:47:22.775Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-08-27T22:47:22.775Z | Done |
216 | 2024-08-27T22:47:22.776Z | Done |
217 | 2024-08-27T22:47:22.863Z | Done |
218 | 2024-08-27T22:47:26.487Z | Done |
219 | 2024-08-27T22:47:26.585Z | Done |
220 | 2024-08-27T22:47:26.593Z | Done |
221 | 2024-08-27T22:47:26.684Z | Done |
222 | 2024-08-27T22:47:27.113Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-08-27T22:47:27.113Z | clang system 15 system |
224 | 2024-08-27T22:47:27.113Z | csh system system illumos |
225 | 2024-08-27T22:47:27.113Z | ctags system system illumos |
226 | 2024-08-27T22:47:27.113Z | gcc vendor 12 vendor |
227 | 2024-08-27T22:47:27.113Z | gcc system 10 system |
228 | 2024-08-27T22:47:27.113Z | gcc system 7 system |
229 | 2024-08-27T22:47:27.113Z | go system 1.20 system |
230 | 2024-08-27T22:47:27.113Z | go system 1.19 system |
231 | 2024-08-27T22:47:27.113Z | llvm system 15 system |
232 | 2024-08-27T22:47:27.113Z | llvm system 14 system |
233 | 2024-08-27T22:47:27.113Z | mariadb system 10.6 system |
234 | 2024-08-27T22:47:27.113Z | mta vendor vendor dma |
235 | 2024-08-27T22:47:27.113Z | openjdk system 17 system |
236 | 2024-08-27T22:47:27.113Z | openjdk system 11 system |
237 | 2024-08-27T22:47:27.113Z | openjdk system 1.8 system |
238 | 2024-08-27T22:47:27.113Z | openssl vendor 3 vendor |
239 | 2024-08-27T22:47:27.113Z | perl system 5.36 system |
240 | 2024-08-27T22:47:27.113Z | postgresql system 15 system |
241 | 2024-08-27T22:47:27.113Z | postgresql system 13 system |
242 | 2024-08-27T22:47:27.113Z | python vendor 3 vendor |
243 | 2024-08-27T22:47:27.113Z | python system 2 system |
244 | 2024-08-27T22:47:27.113Z | python3 system 3.11 system |
245 | 2024-08-27T22:47:27.113Z | ruby system 3.0 system |
246 | 2024-08-27T22:47:27.113Z | words vendor vendor american-english |
247 | 2024-08-27T22:47:27.113Z | words system system australian-english |
248 | 2024-08-27T22:47:27.113Z | words system system british-english |
249 | 2024-08-27T22:47:27.114Z | words system system canadian-english |
250 | 2024-08-27T22:47:27.114Z | words system system french |
251 | 2024-08-27T22:47:27.114Z | words system system italian |
252 | 2024-08-27T22:47:27.114Z | words system system ngerman |
253 | 2024-08-27T22:47:27.114Z | words system system ogerman |
254 | 2024-08-27T22:47:27.114Z | words system system spanish |
255 | 2024-08-27T22:47:27.444Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-08-27T22:47:27.444Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-08-27T22:47:29.282Z | FMRI IFO |
258 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-08-27T22:47:29.283Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-08-27T22:47:29.846Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-08-27T22:47:30.207Z | Updating git repository `https://github.com/oxidecomputer/zone` |
273 | 2024-08-27T22:47:30.388Z | Updating crates.io index |
274 | 2024-08-27T22:47:30.472Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
275 | 2024-08-27T22:47:31.192Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-08-27T22:47:31.939Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-08-27T22:47:32.170Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
278 | 2024-08-27T22:47:33.724Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-08-27T22:47:34.013Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-08-27T22:47:34.247Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-08-27T22:47:35.376Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-08-27T22:47:37.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-08-27T22:47:38.267Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-08-27T22:47:39.004Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-08-27T22:47:39.291Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-08-27T22:47:39.773Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-08-27T22:47:40.025Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
288 | 2024-08-27T22:47:40.380Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-08-27T22:47:40.703Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-08-27T22:47:40.909Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-08-27T22:47:41.148Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-08-27T22:47:41.402Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-08-27T22:47:41.710Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-08-27T22:47:42.001Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-08-27T22:47:42.276Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-08-27T22:47:42.542Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-08-27T22:47:42.932Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-08-27T22:47:43.203Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-08-27T22:47:43.609Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-08-27T22:47:45.982Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-08-27T22:47:46.213Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-08-27T22:47:46.454Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-08-27T22:47:46.743Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-08-27T22:47:48.051Z | Downloading crates ... |
305 | 2024-08-27T22:47:48.141Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-08-27T22:47:48.193Z | Downloaded fs-err v2.11.0 |
307 | 2024-08-27T22:47:48.194Z | Downloaded crypto-common v0.1.6 |
308 | 2024-08-27T22:47:48.194Z | Downloaded fastrand v2.1.0 |
309 | 2024-08-27T22:47:48.194Z | Downloaded indexmap v2.4.0 |
310 | 2024-08-27T22:47:48.194Z | Downloaded equivalent v1.0.1 |
311 | 2024-08-27T22:47:48.194Z | Downloaded colorchoice v1.0.1 |
312 | 2024-08-27T22:47:48.194Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-08-27T22:47:48.194Z | Downloaded camino v1.1.9 |
314 | 2024-08-27T22:47:48.194Z | Downloaded macaddr v1.0.1 |
315 | 2024-08-27T22:47:48.194Z | Downloaded autocfg v1.3.0 |
316 | 2024-08-27T22:47:48.194Z | Downloaded heck v0.4.1 |
317 | 2024-08-27T22:47:48.194Z | Downloaded bytecount v0.6.8 |
318 | 2024-08-27T22:47:48.194Z | Downloaded block-buffer v0.10.4 |
319 | 2024-08-27T22:47:48.194Z | Downloaded anstyle-query v1.0.3 |
320 | 2024-08-27T22:47:48.223Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-08-27T22:47:48.223Z | Downloaded anstyle v1.0.8 |
322 | 2024-08-27T22:47:48.223Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-08-27T22:47:48.223Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-08-27T22:47:48.223Z | Downloaded memmap v0.7.0 |
325 | 2024-08-27T22:47:48.223Z | Downloaded thiserror-impl v1.0.63 |
326 | 2024-08-27T22:47:48.223Z | Downloaded tempfile v3.10.1 |
327 | 2024-08-27T22:47:48.223Z | Downloaded sha2 v0.10.8 |
328 | 2024-08-27T22:47:48.224Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-08-27T22:47:48.224Z | Downloaded dof v0.3.0 |
330 | 2024-08-27T22:47:48.224Z | Downloaded usdt-impl v0.5.0 |
331 | 2024-08-27T22:47:48.224Z | Downloaded quote v1.0.36 |
332 | 2024-08-27T22:47:48.224Z | Downloaded toml v0.8.19 |
333 | 2024-08-27T22:47:48.224Z | Downloaded dtrace-parser v0.2.0 |
334 | 2024-08-27T22:47:48.224Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-08-27T22:47:48.224Z | Downloaded usdt-macro v0.5.0 |
336 | 2024-08-27T22:47:48.224Z | Downloaded strsim v0.11.1 |
337 | 2024-08-27T22:47:48.224Z | Downloaded pest_generator v2.7.10 |
338 | 2024-08-27T22:47:48.224Z | Downloaded ryu v1.0.18 |
339 | 2024-08-27T22:47:48.224Z | Downloaded clap v4.5.16 |
340 | 2024-08-27T22:47:48.242Z | Downloaded usdt v0.5.0 |
341 | 2024-08-27T22:47:48.243Z | Downloaded textwrap v0.16.1 |
342 | 2024-08-27T22:47:48.243Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2024-08-27T22:47:48.243Z | Downloaded swrite v0.1.0 |
344 | 2024-08-27T22:47:48.243Z | Downloaded clap_lex v0.7.0 |
345 | 2024-08-27T22:47:48.243Z | Downloaded byteorder v1.5.0 |
346 | 2024-08-27T22:47:48.243Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-08-27T22:47:48.243Z | Downloaded errno v0.3.9 |
348 | 2024-08-27T22:47:48.243Z | Downloaded cfg-if v1.0.0 |
349 | 2024-08-27T22:47:48.243Z | Downloaded digest v0.10.7 |
350 | 2024-08-27T22:47:48.244Z | Downloaded fnv v1.0.7 |
351 | 2024-08-27T22:47:48.244Z | Downloaded heck v0.5.0 |
352 | 2024-08-27T22:47:48.244Z | Downloaded generic-array v0.14.7 |
353 | 2024-08-27T22:47:48.244Z | Downloaded anstyle-parse v0.2.4 |
354 | 2024-08-27T22:47:48.244Z | Downloaded cpufeatures v0.2.12 |
355 | 2024-08-27T22:47:48.258Z | Downloaded serde v1.0.208 |
356 | 2024-08-27T22:47:48.258Z | Downloaded thread-id v4.2.1 |
357 | 2024-08-27T22:47:48.258Z | Downloaded plain v0.2.3 |
358 | 2024-08-27T22:47:48.258Z | Downloaded version_check v0.9.5 |
359 | 2024-08-27T22:47:48.258Z | Downloaded utf8parse v0.2.1 |
360 | 2024-08-27T22:47:48.258Z | Downloaded serde_spanned v0.6.7 |
361 | 2024-08-27T22:47:48.303Z | Downloaded terminal_size v0.3.0 |
362 | 2024-08-27T22:47:48.303Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-08-27T22:47:48.303Z | Downloaded smawk v0.3.2 |
364 | 2024-08-27T22:47:48.303Z | Downloaded thiserror v1.0.63 |
365 | 2024-08-27T22:47:48.303Z | Downloaded camino-tempfile v1.1.1 |
366 | 2024-08-27T22:47:48.303Z | Downloaded ucd-trie v0.1.6 |
367 | 2024-08-27T22:47:48.303Z | Downloaded itoa v1.0.11 |
368 | 2024-08-27T22:47:48.303Z | Downloaded cargo_metadata v0.18.1 |
369 | 2024-08-27T22:47:48.303Z | Downloaded cargo-platform v0.1.8 |
370 | 2024-08-27T22:47:48.304Z | Downloaded scroll v0.12.0 |
371 | 2024-08-27T22:47:48.304Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-08-27T22:47:48.321Z | Downloaded pest_derive v2.7.10 |
373 | 2024-08-27T22:47:48.321Z | Downloaded semver v1.0.23 |
374 | 2024-08-27T22:47:48.321Z | Downloaded once_cell v1.19.0 |
375 | 2024-08-27T22:47:48.321Z | Downloaded anstream v0.6.14 |
376 | 2024-08-27T22:47:48.321Z | Downloaded bitflags v2.6.0 |
377 | 2024-08-27T22:47:48.321Z | Downloaded anyhow v1.0.86 |
378 | 2024-08-27T22:47:48.321Z | Downloaded proc-macro2 v1.0.86 |
379 | 2024-08-27T22:47:48.321Z | Downloaded pest_meta v2.7.10 |
380 | 2024-08-27T22:47:48.321Z | Downloaded cargo_toml v0.20.4 |
381 | 2024-08-27T22:47:48.321Z | Downloaded clap_derive v4.5.13 |
382 | 2024-08-27T22:47:48.321Z | Downloaded unicode-ident v1.0.12 |
383 | 2024-08-27T22:47:48.321Z | Downloaded typenum v1.17.0 |
384 | 2024-08-27T22:47:48.321Z | Downloaded serde_derive v1.0.208 |
385 | 2024-08-27T22:47:48.321Z | Downloaded toml_edit v0.22.20 |
386 | 2024-08-27T22:47:48.338Z | Downloaded papergrid v0.11.0 |
387 | 2024-08-27T22:47:48.367Z | Downloaded memchr v2.7.2 |
388 | 2024-08-27T22:47:48.367Z | Downloaded log v0.4.21 |
389 | 2024-08-27T22:47:48.378Z | Downloaded pest v2.7.10 |
390 | 2024-08-27T22:47:48.385Z | Downloaded serde_json v1.0.125 |
391 | 2024-08-27T22:47:48.385Z | Downloaded hashbrown v0.14.5 |
392 | 2024-08-27T22:47:48.391Z | Downloaded winnow v0.6.18 |
393 | 2024-08-27T22:47:48.400Z | Downloaded zerocopy v0.7.34 |
394 | 2024-08-27T22:47:48.423Z | Downloaded tabled v0.15.0 |
395 | 2024-08-27T22:47:48.442Z | Downloaded syn v1.0.109 |
396 | 2024-08-27T22:47:48.476Z | Downloaded syn v2.0.74 |
397 | 2024-08-27T22:47:48.476Z | Downloaded goblin v0.8.2 |
398 | 2024-08-27T22:47:48.509Z | Downloaded rustix v0.38.34 |
399 | 2024-08-27T22:47:48.509Z | Downloaded clap_builder v4.5.15 |
400 | 2024-08-27T22:47:48.509Z | Downloaded unicode-width v0.1.13 |
401 | 2024-08-27T22:47:48.509Z | Downloaded libc v0.2.156 |
402 | 2024-08-27T22:47:51.997Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-08-27T22:47:51.997Z | Compiling unicode-ident v1.0.12 |
404 | 2024-08-27T22:47:51.997Z | Compiling version_check v0.9.5 |
405 | 2024-08-27T22:47:51.997Z | Compiling serde v1.0.208 |
406 | 2024-08-27T22:47:51.997Z | Compiling memchr v2.7.2 |
407 | 2024-08-27T22:47:51.998Z | Compiling thiserror v1.0.63 |
408 | 2024-08-27T22:47:51.998Z | Compiling libc v0.2.156 |
409 | 2024-08-27T22:47:51.998Z | Compiling ryu v1.0.18 |
410 | 2024-08-27T22:47:51.998Z | Compiling ucd-trie v0.1.6 |
411 | 2024-08-27T22:47:51.998Z | Compiling itoa v1.0.11 |
412 | 2024-08-27T22:47:51.998Z | Compiling once_cell v1.19.0 |
413 | 2024-08-27T22:47:51.998Z | Compiling byteorder v1.5.0 |
414 | 2024-08-27T22:47:51.998Z | Compiling serde_json v1.0.125 |
415 | 2024-08-27T22:47:51.998Z | Compiling rustix v0.38.34 |
416 | 2024-08-27T22:47:51.998Z | Compiling bitflags v2.6.0 |
417 | 2024-08-27T22:47:51.998Z | Compiling usdt-impl v0.5.0 |
418 | 2024-08-27T22:47:51.998Z | Compiling quote v1.0.36 |
419 | 2024-08-27T22:47:51.998Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-08-27T22:47:51.998Z | Compiling syn v1.0.109 |
421 | 2024-08-27T22:47:51.998Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-08-27T22:47:51.998Z | Compiling utf8parse v0.2.1 |
423 | 2024-08-27T22:47:51.998Z | Compiling syn v2.0.74 |
424 | 2024-08-27T22:47:51.998Z | Compiling errno v0.3.9 |
425 | 2024-08-27T22:47:51.998Z | Compiling camino v1.1.9 |
426 | 2024-08-27T22:47:51.998Z | Compiling plain v0.2.3 |
427 | 2024-08-27T22:47:51.998Z | Compiling equivalent v1.0.1 |
428 | 2024-08-27T22:47:51.998Z | Compiling hashbrown v0.14.5 |
429 | 2024-08-27T22:47:51.998Z | Compiling log v0.4.21 |
430 | 2024-08-27T22:47:51.998Z | Compiling thread-id v4.2.1 |
431 | 2024-08-27T22:47:51.998Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-08-27T22:47:52.212Z | Compiling colorchoice v1.0.1 |
433 | 2024-08-27T22:47:52.212Z | Compiling unicode-width v0.1.13 |
434 | 2024-08-27T22:47:52.212Z | Compiling anstyle v1.0.8 |
435 | 2024-08-27T22:47:52.212Z | Compiling autocfg v1.3.0 |
436 | 2024-08-27T22:47:52.247Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-08-27T22:47:52.332Z | Compiling anstyle-query v1.0.3 |
438 | 2024-08-27T22:47:52.429Z | Compiling semver v1.0.23 |
439 | 2024-08-27T22:47:52.497Z | Compiling winnow v0.6.18 |
440 | 2024-08-27T22:47:52.504Z | Compiling pretty-hex v0.4.1 |
441 | 2024-08-27T22:47:52.721Z | Compiling indexmap v2.4.0 |
442 | 2024-08-27T22:47:52.755Z | Compiling anstream v0.6.14 |
443 | 2024-08-27T22:47:53.103Z | Compiling fs-err v2.11.0 |
444 | 2024-08-27T22:47:53.283Z | Compiling terminal_size v0.3.0 |
445 | 2024-08-27T22:47:53.378Z | Compiling cfg-if v1.0.0 |
446 | 2024-08-27T22:47:53.465Z | Compiling anyhow v1.0.86 |
447 | 2024-08-27T22:47:53.493Z | Compiling strsim v0.11.1 |
448 | 2024-08-27T22:47:53.498Z | Compiling heck v0.4.1 |
449 | 2024-08-27T22:47:53.999Z | Compiling fastrand v2.1.0 |
450 | 2024-08-27T22:47:54.023Z | Compiling clap_lex v0.7.0 |
451 | 2024-08-27T22:47:54.075Z | Compiling heck v0.5.0 |
452 | 2024-08-27T22:47:54.103Z | Compiling fnv v1.0.7 |
453 | 2024-08-27T22:47:54.454Z | Compiling bytecount v0.6.8 |
454 | 2024-08-27T22:47:54.521Z | Compiling tempfile v3.10.1 |
455 | 2024-08-27T22:47:54.568Z | Compiling clap_builder v4.5.15 |
456 | 2024-08-27T22:47:54.704Z | Compiling papergrid v0.11.0 |
457 | 2024-08-27T22:47:54.951Z | Compiling memmap v0.7.0 |
458 | 2024-08-27T22:47:54.969Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-08-27T22:47:55.308Z | Compiling smawk v0.3.2 |
460 | 2024-08-27T22:47:55.528Z | Compiling textwrap v0.16.1 |
461 | 2024-08-27T22:47:55.953Z | Compiling swrite v0.1.0 |
462 | 2024-08-27T22:47:57.077Z | Compiling tabled_derive v0.7.0 |
463 | 2024-08-27T22:47:58.762Z | Compiling tabled v0.15.0 |
464 | 2024-08-27T22:47:59.611Z | Compiling serde_derive v1.0.208 |
465 | 2024-08-27T22:47:59.611Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-08-27T22:47:59.626Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-08-27T22:47:59.626Z | Compiling scroll_derive v0.12.0 |
468 | 2024-08-27T22:48:00.008Z | Compiling clap_derive v4.5.13 |
469 | 2024-08-27T22:48:04.043Z | Compiling scroll v0.12.0 |
470 | 2024-08-27T22:48:04.122Z | Compiling goblin v0.8.2 |
471 | 2024-08-27T22:48:04.122Z | Compiling zerocopy v0.7.34 |
472 | 2024-08-27T22:48:04.165Z | Compiling pest v2.7.10 |
473 | 2024-08-27T22:48:04.165Z | Compiling clap v4.5.16 |
474 | 2024-08-27T22:48:04.526Z | Compiling pest_meta v2.7.10 |
475 | 2024-08-27T22:48:05.330Z | Compiling pest_generator v2.7.10 |
476 | 2024-08-27T22:48:07.040Z | Compiling pest_derive v2.7.10 |
477 | 2024-08-27T22:48:07.787Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-08-27T22:48:09.780Z | Compiling serde_spanned v0.6.7 |
479 | 2024-08-27T22:48:09.780Z | Compiling toml_datetime v0.6.8 |
480 | 2024-08-27T22:48:09.783Z | Compiling cargo-platform v0.1.8 |
481 | 2024-08-27T22:48:10.162Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-08-27T22:48:10.218Z | Compiling toml_edit v0.22.20 |
483 | 2024-08-27T22:48:10.359Z | Compiling macaddr v1.0.1 |
484 | 2024-08-27T22:48:10.501Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-08-27T22:48:11.150Z | Compiling dof v0.3.0 |
486 | 2024-08-27T22:48:11.150Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-08-27T22:48:13.109Z | Compiling toml v0.8.19 |
488 | 2024-08-27T22:48:13.171Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-08-27T22:48:13.174Z | Compiling usdt-macro v0.5.0 |
490 | 2024-08-27T22:48:13.936Z | Compiling cargo_toml v0.20.4 |
491 | 2024-08-27T22:48:14.546Z | Compiling usdt v0.5.0 |
492 | 2024-08-27T22:48:17.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-08-27T22:48:21.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s |
494 | 2024-08-27T22:48:22.138Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-08-27T22:48:22.702Z | Downloading crates ... |
496 | 2024-08-27T22:48:22.826Z | Downloaded atty v0.2.14 |
497 | 2024-08-27T22:48:22.829Z | Downloaded assert_matches v1.5.0 |
498 | 2024-08-27T22:48:22.836Z | Downloaded ascii-canvas v3.0.0 |
499 | 2024-08-27T22:48:22.840Z | Downloaded async-stream-impl v0.3.5 |
500 | 2024-08-27T22:48:22.840Z | Downloaded aead v0.5.2 |
501 | 2024-08-27T22:48:22.843Z | Downloaded bitstruct_derive v0.1.0 |
502 | 2024-08-27T22:48:22.843Z | Downloaded hubpack_derive v0.1.1 |
503 | 2024-08-27T22:48:22.846Z | Downloaded crunchy v0.2.2 |
504 | 2024-08-27T22:48:22.850Z | Downloaded darling_macro v0.20.9 |
505 | 2024-08-27T22:48:22.852Z | Downloaded array-init v0.0.4 |
506 | 2024-08-27T22:48:22.855Z | Downloaded instability v0.3.2 |
507 | 2024-08-27T22:48:22.858Z | Downloaded indoc v1.0.9 |
508 | 2024-08-27T22:48:22.860Z | Downloaded async-recursion v1.1.1 |
509 | 2024-08-27T22:48:22.865Z | Downloaded iana-time-zone v0.1.60 |
510 | 2024-08-27T22:48:22.869Z | Downloaded is-terminal v0.4.12 |
511 | 2024-08-27T22:48:22.871Z | Downloaded convert_case v0.4.0 |
512 | 2024-08-27T22:48:22.874Z | Downloaded normalize-line-endings v0.3.0 |
513 | 2024-08-27T22:48:22.874Z | Downloaded newline-converter v0.3.0 |
514 | 2024-08-27T22:48:22.874Z | Downloaded buf-list v1.0.3 |
515 | 2024-08-27T22:48:22.877Z | Downloaded bitfield v0.14.0 |
516 | 2024-08-27T22:48:22.880Z | Downloaded openssl-macros v0.1.1 |
517 | 2024-08-27T22:48:22.880Z | Downloaded number_prefix v0.4.0 |
518 | 2024-08-27T22:48:22.883Z | Downloaded num-iter v0.1.45 |
519 | 2024-08-27T22:48:22.883Z | Downloaded cbc v0.1.2 |
520 | 2024-08-27T22:48:22.885Z | Downloaded block-padding v0.3.3 |
521 | 2024-08-27T22:48:22.885Z | Downloaded newtype_derive v0.1.6 |
522 | 2024-08-27T22:48:22.888Z | Downloaded indent_write v2.2.0 |
523 | 2024-08-27T22:48:22.891Z | Downloaded signal-hook-tokio v0.3.1 |
524 | 2024-08-27T22:48:22.891Z | Downloaded defmt-macros v0.3.9 |
525 | 2024-08-27T22:48:22.894Z | Downloaded debug-ignore v1.0.5 |
526 | 2024-08-27T22:48:22.897Z | Downloaded hyper-staticfile v0.9.5 |
527 | 2024-08-27T22:48:22.900Z | Downloaded num v0.4.3 |
528 | 2024-08-27T22:48:22.900Z | Downloaded nodrop v0.1.14 |
529 | 2024-08-27T22:48:22.903Z | Downloaded bzip2 v0.4.4 |
530 | 2024-08-27T22:48:22.905Z | Downloaded multimap v0.10.0 |
531 | 2024-08-27T22:48:22.905Z | Downloaded num_enum_derive v0.5.11 |
532 | 2024-08-27T22:48:22.908Z | Downloaded maybe-uninit v2.0.0 |
533 | 2024-08-27T22:48:22.908Z | Downloaded linear-map v1.2.0 |
534 | 2024-08-27T22:48:22.911Z | Downloaded ciborium v0.2.2 |
535 | 2024-08-27T22:48:22.915Z | Downloaded mime v0.3.17 |
536 | 2024-08-27T22:48:22.918Z | Downloaded ipnet v2.9.0 |
537 | 2024-08-27T22:48:22.918Z | Downloaded atomicwrites v0.4.3 |
538 | 2024-08-27T22:48:22.922Z | Downloaded addr2line v0.21.0 |
539 | 2024-08-27T22:48:22.925Z | Downloaded semver v0.1.20 |
540 | 2024-08-27T22:48:22.925Z | Downloaded native-tls v0.2.11 |
541 | 2024-08-27T22:48:22.928Z | Downloaded bitstruct v0.1.1 |
542 | 2024-08-27T22:48:22.928Z | Downloaded num-derive v0.4.2 |
543 | 2024-08-27T22:48:22.930Z | Downloaded ciborium-io v0.2.2 |
544 | 2024-08-27T22:48:22.930Z | Downloaded lock_api v0.4.12 |
545 | 2024-08-27T22:48:22.933Z | Downloaded num-complex v0.4.6 |
546 | 2024-08-27T22:48:22.936Z | Downloaded memmap2 v0.9.4 |
547 | 2024-08-27T22:48:22.940Z | Downloaded instant v0.1.12 |
548 | 2024-08-27T22:48:22.940Z | Downloaded async-stream v0.3.5 |
549 | 2024-08-27T22:48:22.943Z | Downloaded cfg_aliases v0.1.1 |
550 | 2024-08-27T22:48:22.943Z | Downloaded is_ci v1.2.0 |
551 | 2024-08-27T22:48:22.955Z | Downloaded match_cfg v0.1.0 |
552 | 2024-08-27T22:48:22.955Z | Downloaded cstr-argument v0.1.2 |
553 | 2024-08-27T22:48:22.955Z | Downloaded crucible-workspace-hack v0.1.0 |
554 | 2024-08-27T22:48:22.955Z | Downloaded sqlparser_derive v0.2.2 |
555 | 2024-08-27T22:48:22.956Z | Downloaded serde-big-array v0.5.1 |
556 | 2024-08-27T22:48:22.956Z | Downloaded ident_case v1.0.1 |
557 | 2024-08-27T22:48:22.956Z | Downloaded darling v0.20.9 |
558 | 2024-08-27T22:48:22.958Z | Downloaded num-conv v0.1.0 |
559 | 2024-08-27T22:48:22.959Z | Downloaded opaque-debug v0.3.1 |
560 | 2024-08-27T22:48:22.959Z | Downloaded crossbeam-epoch v0.9.18 |
561 | 2024-08-27T22:48:22.962Z | Downloaded openssl-probe v0.1.5 |
562 | 2024-08-27T22:48:22.964Z | Downloaded arc-swap v1.7.1 |
563 | 2024-08-27T22:48:22.967Z | Downloaded num_threads v0.1.7 |
564 | 2024-08-27T22:48:22.970Z | Downloaded zone_cfg_derive v0.1.2 |
565 | 2024-08-27T22:48:22.970Z | Downloaded hyper-tls v0.5.0 |
566 | 2024-08-27T22:48:22.973Z | Downloaded cookie v0.18.1 |
567 | 2024-08-27T22:48:22.975Z | Downloaded maplit v1.0.2 |
568 | 2024-08-27T22:48:22.978Z | Downloaded impl-trait-for-tuples v0.2.2 |
569 | 2024-08-27T22:48:22.981Z | Downloaded castaway v0.2.3 |
570 | 2024-08-27T22:48:22.981Z | Downloaded miniz_oxide v0.7.2 |
571 | 2024-08-27T22:48:22.983Z | Downloaded cipher v0.4.4 |
572 | 2024-08-27T22:48:22.987Z | Downloaded omicron-zone-package v0.11.0 |
573 | 2024-08-27T22:48:22.989Z | Downloaded bitfield-struct v0.6.1 |
574 | 2024-08-27T22:48:22.993Z | Downloaded downcast v0.11.0 |
575 | 2024-08-27T22:48:22.993Z | Downloaded blake2 v0.10.6 |
576 | 2024-08-27T22:48:22.996Z | Downloaded zone v0.1.8 |
577 | 2024-08-27T22:48:22.996Z | Downloaded slog-envlogger v2.2.0 |
578 | 2024-08-27T22:48:22.998Z | Downloaded float-ord v0.3.2 |
579 | 2024-08-27T22:48:22.998Z | Downloaded crossbeam-deque v0.8.5 |
580 | 2024-08-27T22:48:23.001Z | Downloaded constant_time_eq v0.3.0 |
581 | 2024-08-27T22:48:23.004Z | Downloaded headers-core v0.2.0 |
582 | 2024-08-27T22:48:23.004Z | Downloaded data-encoding v2.6.0 |
583 | 2024-08-27T22:48:23.007Z | Downloaded linked-hash-map v0.5.6 |
584 | 2024-08-27T22:48:23.007Z | Downloaded serde_urlencoded v0.7.1 |
585 | 2024-08-27T22:48:23.010Z | Downloaded same-file v1.0.6 |
586 | 2024-08-27T22:48:23.013Z | Downloaded memoffset v0.9.1 |
587 | 2024-08-27T22:48:23.013Z | Downloaded clang-sys v1.7.0 |
588 | 2024-08-27T22:48:23.016Z | Downloaded managed v0.8.0 |
589 | 2024-08-27T22:48:23.019Z | Downloaded parse-size v1.0.0 |
590 | 2024-08-27T22:48:23.019Z | Downloaded num-integer v0.1.46 |
591 | 2024-08-27T22:48:23.021Z | Downloaded stringprep v0.1.4 |
592 | 2024-08-27T22:48:23.024Z | Downloaded olpc-cjson v0.1.3 |
593 | 2024-08-27T22:48:23.024Z | Downloaded tokio-native-tls v0.3.1 |
594 | 2024-08-27T22:48:23.027Z | Downloaded tokio-macros v2.4.0 |
595 | 2024-08-27T22:48:23.027Z | Downloaded subtle v2.5.0 |
596 | 2024-08-27T22:48:23.030Z | Downloaded strip-ansi-escapes v0.2.0 |
597 | 2024-08-27T22:48:23.030Z | Downloaded backoff v0.4.0 |
598 | 2024-08-27T22:48:23.033Z | Downloaded thiserror-no-std v2.0.2 |
599 | 2024-08-27T22:48:23.037Z | Downloaded hyper-rustls v0.24.2 |
600 | 2024-08-27T22:48:23.040Z | Downloaded dropshot_endpoint v0.10.1 |
601 | 2024-08-27T22:48:23.058Z | Downloaded utf-8 v0.7.6 |
602 | 2024-08-27T22:48:23.058Z | Downloaded mockall_derive v0.13.0 |
603 | 2024-08-27T22:48:23.058Z | Downloaded tui-tree-widget v0.22.0 |
604 | 2024-08-27T22:48:23.058Z | Downloaded jobserver v0.1.32 |
605 | 2024-08-27T22:48:23.058Z | Downloaded colored v2.1.0 |
606 | 2024-08-27T22:48:23.058Z | Downloaded crc32fast v1.4.0 |
607 | 2024-08-27T22:48:23.058Z | Downloaded cookie v0.17.0 |
608 | 2024-08-27T22:48:23.063Z | Downloaded float-cmp v0.9.0 |
609 | 2024-08-27T22:48:23.063Z | Downloaded group v0.13.0 |
610 | 2024-08-27T22:48:23.067Z | Downloaded flagset v0.4.5 |
611 | 2024-08-27T22:48:23.067Z | Downloaded termtree v0.4.1 |
612 | 2024-08-27T22:48:23.067Z | Downloaded fixedbitset v0.4.2 |
613 | 2024-08-27T22:48:23.067Z | Downloaded shlex v1.3.0 |
614 | 2024-08-27T22:48:23.071Z | Downloaded num-rational v0.4.2 |
615 | 2024-08-27T22:48:23.074Z | Downloaded csv-core v0.1.11 |
616 | 2024-08-27T22:48:23.074Z | Downloaded newtype-uuid v1.1.0 |
617 | 2024-08-27T22:48:23.075Z | Downloaded md-5 v0.10.6 |
618 | 2024-08-27T22:48:23.081Z | Downloaded libsw v3.3.1 |
619 | 2024-08-27T22:48:23.084Z | Downloaded uzers v0.11.3 |
620 | 2024-08-27T22:48:23.084Z | Downloaded nu-ansi-term v0.50.0 |
621 | 2024-08-27T22:48:23.084Z | Downloaded tokio-rustls v0.24.1 |
622 | 2024-08-27T22:48:23.088Z | Downloaded pin-project-internal v1.1.5 |
623 | 2024-08-27T22:48:23.090Z | Downloaded password-hash v0.5.0 |
624 | 2024-08-27T22:48:23.090Z | Downloaded spin v0.9.8 |
625 | 2024-08-27T22:48:23.093Z | Downloaded display-error-chain v0.2.0 |
626 | 2024-08-27T22:48:23.096Z | Downloaded powerfmt v0.2.0 |
627 | 2024-08-27T22:48:23.096Z | Downloaded strum_macros v0.26.4 |
628 | 2024-08-27T22:48:23.099Z | Downloaded multer v3.1.0 |
629 | 2024-08-27T22:48:23.102Z | Downloaded untrusted v0.9.0 |
630 | 2024-08-27T22:48:23.104Z | Downloaded ahash v0.8.11 |
631 | 2024-08-27T22:48:23.107Z | Downloaded mime_guess v2.0.4 |
632 | 2024-08-27T22:48:23.110Z | Downloaded backtrace v0.3.71 |
633 | 2024-08-27T22:48:23.114Z | Downloaded defmt v0.3.8 |
634 | 2024-08-27T22:48:23.118Z | Downloaded heck v0.3.3 |
635 | 2024-08-27T22:48:23.121Z | Downloaded peg-runtime v0.8.3 |
636 | 2024-08-27T22:48:23.121Z | Downloaded packed_struct v0.10.1 |
637 | 2024-08-27T22:48:23.124Z | Downloaded compact_str v0.8.0 |
638 | 2024-08-27T22:48:23.127Z | Downloaded rtoolbox v0.0.2 |
639 | 2024-08-27T22:48:23.131Z | Downloaded sha1 v0.10.6 |
640 | 2024-08-27T22:48:23.133Z | Downloaded scrypt v0.11.0 |
641 | 2024-08-27T22:48:23.133Z | Downloaded structmeta v0.2.0 |
642 | 2024-08-27T22:48:23.136Z | Downloaded termios v0.3.3 |
643 | 2024-08-27T22:48:23.137Z | Downloaded structmeta v0.3.0 |
644 | 2024-08-27T22:48:23.139Z | Downloaded twox-hash v1.6.3 |
645 | 2024-08-27T22:48:23.142Z | Downloaded getrandom v0.2.14 |
646 | 2024-08-27T22:48:23.145Z | Downloaded httparse v1.8.0 |
647 | 2024-08-27T22:48:23.148Z | Downloaded tabwriter v1.4.0 |
648 | 2024-08-27T22:48:23.148Z | Downloaded signal-hook-mio v0.2.4 |
649 | 2024-08-27T22:48:23.152Z | Downloaded percent-encoding v2.3.1 |
650 | 2024-08-27T22:48:23.152Z | Downloaded waitgroup v0.1.2 |
651 | 2024-08-27T22:48:23.155Z | Downloaded vte_generate_state_changes v0.1.1 |
652 | 2024-08-27T22:48:23.155Z | Downloaded postgres-types v0.2.7 |
653 | 2024-08-27T22:48:23.158Z | Downloaded pin-project-lite v0.2.14 |
654 | 2024-08-27T22:48:23.161Z | Downloaded try-lock v0.2.5 |
655 | 2024-08-27T22:48:23.165Z | Downloaded deranged v0.3.11 |
656 | 2024-08-27T22:48:23.165Z | Downloaded which v4.4.2 |
657 | 2024-08-27T22:48:23.168Z | Downloaded fallible-iterator v0.3.0 |
658 | 2024-08-27T22:48:23.168Z | Downloaded futures-task v0.3.30 |
659 | 2024-08-27T22:48:23.171Z | Downloaded fd-lock v4.0.2 |
660 | 2024-08-27T22:48:23.174Z | Downloaded futures-core v0.3.30 |
661 | 2024-08-27T22:48:23.177Z | Downloaded itertools v0.12.1 |
662 | 2024-08-27T22:48:23.182Z | Downloaded glob v0.3.1 |
663 | 2024-08-27T22:48:23.185Z | Downloaded packed_struct_codegen v0.10.1 |
664 | 2024-08-27T22:48:23.189Z | Downloaded http-range v0.1.5 |
665 | 2024-08-27T22:48:23.189Z | Downloaded pretty-hex v0.2.1 |
666 | 2024-08-27T22:48:23.189Z | Downloaded oso-derive v0.27.3 |
667 | 2024-08-27T22:48:23.192Z | Downloaded allocator-api2 v0.2.18 |
668 | 2024-08-27T22:48:23.195Z | Downloaded hashlink v0.9.1 |
669 | 2024-08-27T22:48:23.198Z | Downloaded rand_xorshift v0.3.0 |
670 | 2024-08-27T22:48:23.198Z | Downloaded rand_seeder v0.3.0 |
671 | 2024-08-27T22:48:23.209Z | Downloaded proc-macro-crate v1.3.1 |
672 | 2024-08-27T22:48:23.212Z | Downloaded slog-scope v4.4.0 |
673 | 2024-08-27T22:48:23.212Z | Downloaded stable_deref_trait v1.2.0 |
674 | 2024-08-27T22:48:23.215Z | Downloaded static_assertions v1.1.0 |
675 | 2024-08-27T22:48:23.215Z | Downloaded vsss-rs v3.3.4 |
676 | 2024-08-27T22:48:23.218Z | Downloaded tungstenite v0.23.0 |
677 | 2024-08-27T22:48:23.222Z | Downloaded ff v0.13.0 |
678 | 2024-08-27T22:48:23.225Z | Downloaded untrusted v0.7.1 |
679 | 2024-08-27T22:48:23.228Z | Downloaded tungstenite v0.21.0 |
680 | 2024-08-27T22:48:23.231Z | Downloaded base64 v0.13.1 |
681 | 2024-08-27T22:48:23.240Z | Downloaded sigpipe v0.1.3 |
682 | 2024-08-27T22:48:23.243Z | Downloaded tungstenite v0.20.1 |
683 | 2024-08-27T22:48:23.243Z | Downloaded endian-type v0.1.2 |
684 | 2024-08-27T22:48:23.243Z | Downloaded sync_wrapper v0.1.2 |
685 | 2024-08-27T22:48:23.243Z | Downloaded derive_builder_macro v0.20.0 |
686 | 2024-08-27T22:48:23.243Z | Downloaded embedded-io v0.4.0 |
687 | 2024-08-27T22:48:23.246Z | Downloaded wait-timeout v0.2.0 |
688 | 2024-08-27T22:48:23.246Z | Downloaded hash32 v0.3.1 |
689 | 2024-08-27T22:48:23.249Z | Downloaded hash32 v0.2.1 |
690 | 2024-08-27T22:48:23.249Z | Downloaded futures-sink v0.3.30 |
691 | 2024-08-27T22:48:23.252Z | Downloaded futures-macro v0.3.30 |
692 | 2024-08-27T22:48:23.252Z | Downloaded filetime v0.2.24 |
693 | 2024-08-27T22:48:23.257Z | Downloaded httpdate v1.0.3 |
694 | 2024-08-27T22:48:23.257Z | Downloaded slog v2.7.0 |
695 | 2024-08-27T22:48:23.260Z | Downloaded similar v2.6.0 |
696 | 2024-08-27T22:48:23.267Z | Downloaded hmac v0.12.1 |
697 | 2024-08-27T22:48:23.270Z | Downloaded peg-macros v0.8.4 |
698 | 2024-08-27T22:48:23.270Z | Downloaded highway v1.2.0 |
699 | 2024-08-27T22:48:23.273Z | Downloaded tokio-tungstenite v0.23.1 |
700 | 2024-08-27T22:48:23.273Z | Downloaded tokio-tungstenite v0.21.0 |
701 | 2024-08-27T22:48:23.276Z | Downloaded tokio-stream v0.1.15 |
702 | 2024-08-27T22:48:23.281Z | Downloaded string_cache v0.8.7 |
703 | 2024-08-27T22:48:23.284Z | Downloaded fatfs v0.3.6 |
704 | 2024-08-27T22:48:23.287Z | Downloaded cc v1.0.97 |
705 | 2024-08-27T22:48:23.290Z | Downloaded diesel_table_macro_syntax v0.2.0 |
706 | 2024-08-27T22:48:23.293Z | Downloaded want v0.3.1 |
707 | 2024-08-27T22:48:23.293Z | Downloaded tower-service v0.3.2 |
708 | 2024-08-27T22:48:23.296Z | Downloaded futures-io v0.3.30 |
709 | 2024-08-27T22:48:23.296Z | Downloaded difflib v0.4.0 |
710 | 2024-08-27T22:48:23.299Z | Downloaded serde_plain v1.0.2 |
711 | 2024-08-27T22:48:23.299Z | Downloaded wyz v0.5.1 |
712 | 2024-08-27T22:48:23.302Z | Downloaded strum_macros v0.25.3 |
713 | 2024-08-27T22:48:23.305Z | Downloaded erased-serde v0.3.31 |
714 | 2024-08-27T22:48:23.305Z | Downloaded precomputed-hash v0.1.1 |
715 | 2024-08-27T22:48:23.308Z | Downloaded supports-color v3.0.0 |
716 | 2024-08-27T22:48:23.308Z | Downloaded env_logger v0.10.2 |
717 | 2024-08-27T22:48:23.310Z | Downloaded rcgen v0.12.1 |
718 | 2024-08-27T22:48:23.313Z | Downloaded portpicker v0.1.1 |
719 | 2024-08-27T22:48:23.317Z | Downloaded crossterm v0.28.1 |
720 | 2024-08-27T22:48:23.322Z | Downloaded foreign-types v0.3.2 |
721 | 2024-08-27T22:48:23.325Z | Downloaded strum v0.26.3 |
722 | 2024-08-27T22:48:23.325Z | Downloaded psl-types v2.0.11 |
723 | 2024-08-27T22:48:23.328Z | Downloaded r2d2 v0.8.10 |
724 | 2024-08-27T22:48:23.328Z | Downloaded salsa20 v0.10.2 |
725 | 2024-08-27T22:48:23.331Z | Downloaded rustversion v1.0.17 |
726 | 2024-08-27T22:48:23.338Z | Downloaded serde_derive_internals v0.29.1 |
727 | 2024-08-27T22:48:23.338Z | Downloaded pbkdf2 v0.12.2 |
728 | 2024-08-27T22:48:23.341Z | Downloaded serde_yaml v0.9.34+deprecated |
729 | 2024-08-27T22:48:23.341Z | Downloaded minimal-lexical v0.2.1 |
730 | 2024-08-27T22:48:23.345Z | Downloaded publicsuffix v2.2.3 |
731 | 2024-08-27T22:48:23.348Z | Downloaded either v1.13.0 |
732 | 2024-08-27T22:48:23.351Z | Downloaded dirs-sys-next v0.1.2 |
733 | 2024-08-27T22:48:23.354Z | Downloaded radium v0.7.0 |
734 | 2024-08-27T22:48:23.354Z | Downloaded toolchain_find v0.4.0 |
735 | 2024-08-27T22:48:23.357Z | Downloaded dirs-next v2.0.0 |
736 | 2024-08-27T22:48:23.357Z | Downloaded ena v0.14.3 |
737 | 2024-08-27T22:48:23.360Z | Downloaded tar v0.4.41 |
738 | 2024-08-27T22:48:23.362Z | Downloaded tokio-postgres v0.7.11 |
739 | 2024-08-27T22:48:23.367Z | Downloaded path-slash v0.1.5 |
740 | 2024-08-27T22:48:23.369Z | Downloaded termcolor v1.4.1 |
741 | 2024-08-27T22:48:23.373Z | Downloaded diff v0.1.13 |
742 | 2024-08-27T22:48:23.376Z | Downloaded predicates-core v1.0.6 |
743 | 2024-08-27T22:48:23.376Z | Downloaded ppv-lite86 v0.2.17 |
744 | 2024-08-27T22:48:23.379Z | Downloaded vte v0.11.1 |
745 | 2024-08-27T22:48:23.379Z | Downloaded unarray v0.1.4 |
746 | 2024-08-27T22:48:23.382Z | Downloaded oso v0.27.3 |
747 | 2024-08-27T22:48:23.385Z | Downloaded phf_shared v0.10.0 |
748 | 2024-08-27T22:48:23.387Z | Downloaded defmt-parser v0.3.4 |
749 | 2024-08-27T22:48:23.387Z | Downloaded strum_macros v0.24.3 |
750 | 2024-08-27T22:48:23.390Z | Downloaded hex v0.4.3 |
751 | 2024-08-27T22:48:23.390Z | Downloaded whoami v1.5.1 |
752 | 2024-08-27T22:48:23.393Z | Downloaded structmeta-derive v0.2.0 |
753 | 2024-08-27T22:48:23.396Z | Downloaded rand_chacha v0.3.1 |
754 | 2024-08-27T22:48:23.396Z | Downloaded quick-error v1.2.3 |
755 | 2024-08-27T22:48:23.399Z | Downloaded term v0.7.0 |
756 | 2024-08-27T22:48:23.402Z | Downloaded predicates-tree v1.0.9 |
757 | 2024-08-27T22:48:23.405Z | Downloaded parse-display-derive v0.10.0 |
758 | 2024-08-27T22:48:23.405Z | Downloaded tinyvec_macros v0.1.1 |
759 | 2024-08-27T22:48:23.405Z | Downloaded resolv-conf v0.7.0 |
760 | 2024-08-27T22:48:23.408Z | Downloaded rand v0.8.5 |
761 | 2024-08-27T22:48:23.411Z | Downloaded pem-rfc7468 v0.7.0 |
762 | 2024-08-27T22:48:23.413Z | Downloaded tls_codec v0.4.1 |
763 | 2024-08-27T22:48:23.417Z | Downloaded env_logger v0.9.3 |
764 | 2024-08-27T22:48:23.420Z | Downloaded expectorate v1.1.0 |
765 | 2024-08-27T22:48:23.423Z | Downloaded topological-sort v0.2.2 |
766 | 2024-08-27T22:48:23.423Z | Downloaded spin v0.5.2 |
767 | 2024-08-27T22:48:23.426Z | Downloaded thread_local v1.1.8 |
768 | 2024-08-27T22:48:23.426Z | Downloaded walkdir v2.5.0 |
769 | 2024-08-27T22:48:23.429Z | Downloaded itertools v0.13.0 |
770 | 2024-08-27T22:48:23.436Z | Downloaded foreign-types-macros v0.2.3 |
771 | 2024-08-27T22:48:23.439Z | Downloaded fxhash v0.2.1 |
772 | 2024-08-27T22:48:23.439Z | Downloaded pkcs1 v0.7.5 |
773 | 2024-08-27T22:48:23.442Z | Downloaded foreign-types-shared v0.3.1 |
774 | 2024-08-27T22:48:23.442Z | Downloaded pin-utils v0.1.0 |
775 | 2024-08-27T22:48:23.442Z | Downloaded unicode-segmentation v1.11.0 |
776 | 2024-08-27T22:48:23.445Z | Downloaded http-body v0.4.6 |
777 | 2024-08-27T22:48:23.448Z | Downloaded prettyplease v0.2.20 |
778 | 2024-08-27T22:48:23.451Z | Downloaded aho-corasick v1.1.3 |
779 | 2024-08-27T22:48:23.457Z | Downloaded shell-words v1.1.0 |
780 | 2024-08-27T22:48:23.460Z | Downloaded foreign-types-shared v0.1.1 |
781 | 2024-08-27T22:48:23.460Z | Downloaded universal-hash v0.5.1 |
782 | 2024-08-27T22:48:23.461Z | Downloaded toml v0.7.8 |
783 | 2024-08-27T22:48:23.464Z | Downloaded time-core v0.1.2 |
784 | 2024-08-27T22:48:23.466Z | Downloaded nom v7.1.3 |
785 | 2024-08-27T22:48:23.471Z | Downloaded phf_shared v0.11.2 |
786 | 2024-08-27T22:48:23.474Z | Downloaded scopeguard v1.2.0 |
787 | 2024-08-27T22:48:23.474Z | Downloaded ref-cast-impl v1.0.23 |
788 | 2024-08-27T22:48:23.477Z | Downloaded tracing-core v0.1.32 |
789 | 2024-08-27T22:48:23.481Z | Downloaded unicode-truncate v1.0.0 |
790 | 2024-08-27T22:48:23.481Z | Downloaded ref-cast v1.0.23 |
791 | 2024-08-27T22:48:23.484Z | Downloaded phf v0.11.2 |
792 | 2024-08-27T22:48:23.484Z | Downloaded tracing-attributes v0.1.27 |
793 | 2024-08-27T22:48:23.487Z | Downloaded libm v0.2.8 |
794 | 2024-08-27T22:48:23.495Z | Downloaded parking_lot_core v0.8.6 |
795 | 2024-08-27T22:48:23.497Z | Downloaded slog-stdlog v4.1.1 |
796 | 2024-08-27T22:48:23.500Z | Downloaded rustc-hash v1.1.0 |
797 | 2024-08-27T22:48:23.500Z | Downloaded serde_repr v0.1.19 |
798 | 2024-08-27T22:48:23.503Z | Downloaded tiny-keccak v2.0.2 |
799 | 2024-08-27T22:48:23.506Z | Downloaded sec1 v0.7.3 |
800 | 2024-08-27T22:48:23.509Z | Downloaded fragile v2.0.0 |
801 | 2024-08-27T22:48:23.509Z | Downloaded form_urlencoded v1.2.1 |
802 | 2024-08-27T22:48:23.512Z | Downloaded getopts v0.2.21 |
803 | 2024-08-27T22:48:23.512Z | Downloaded gethostname v0.5.0 |
804 | 2024-08-27T22:48:23.514Z | Downloaded scheduled-thread-pool v0.2.7 |
805 | 2024-08-27T22:48:23.515Z | Downloaded serde_with_macros v3.9.0 |
806 | 2024-08-27T22:48:23.517Z | Downloaded parking_lot_core v0.9.10 |
807 | 2024-08-27T22:48:23.520Z | Downloaded foreign-types v0.5.0 |
808 | 2024-08-27T22:48:23.520Z | Downloaded rand_core v0.6.4 |
809 | 2024-08-27T22:48:23.524Z | Downloaded parking_lot v0.11.2 |
810 | 2024-08-27T22:48:23.527Z | Downloaded globset v0.4.14 |
811 | 2024-08-27T22:48:23.527Z | Downloaded steno v0.4.1 |
812 | 2024-08-27T22:48:23.530Z | Downloaded spki v0.7.3 |
813 | 2024-08-27T22:48:23.533Z | Downloaded tap v1.0.1 |
814 | 2024-08-27T22:48:23.536Z | Downloaded take_mut v0.2.2 |
815 | 2024-08-27T22:48:23.536Z | Downloaded serde-hex v0.1.0 |
816 | 2024-08-27T22:48:23.536Z | Downloaded hickory-client v0.24.1 |
817 | 2024-08-27T22:48:23.539Z | Downloaded sqlformat v0.2.4 |
818 | 2024-08-27T22:48:23.541Z | Downloaded zerocopy v0.6.6 |
819 | 2024-08-27T22:48:23.544Z | Downloaded smf v0.2.3 |
820 | 2024-08-27T22:48:23.547Z | Downloaded tinyvec v1.6.0 |
821 | 2024-08-27T22:48:23.550Z | Downloaded ron v0.7.1 |
822 | 2024-08-27T22:48:23.554Z | Downloaded signal-hook-registry v1.4.2 |
823 | 2024-08-27T22:48:23.557Z | Downloaded secrecy v0.8.0 |
824 | 2024-08-27T22:48:23.557Z | Downloaded parking_lot v0.12.2 |
825 | 2024-08-27T22:48:23.562Z | Downloaded derive_builder v0.20.0 |
826 | 2024-08-27T22:48:23.565Z | Downloaded derive_builder_core v0.20.0 |
827 | 2024-08-27T22:48:23.568Z | Downloaded snafu-derive v0.8.2 |
828 | 2024-08-27T22:48:23.571Z | Downloaded slog-json v2.6.1 |
829 | 2024-08-27T22:48:23.571Z | Downloaded unicode-bidi v0.3.15 |
830 | 2024-08-27T22:48:23.574Z | Downloaded unicode-normalization v0.1.23 |
831 | 2024-08-27T22:48:23.577Z | Downloaded half v2.4.1 |
832 | 2024-08-27T22:48:23.581Z | Downloaded heapless v0.8.0 |
833 | 2024-08-27T22:48:23.584Z | Downloaded slog-dtrace v0.3.0 |
834 | 2024-08-27T22:48:23.587Z | Downloaded tracing v0.1.40 |
835 | 2024-08-27T22:48:23.591Z | Downloaded typed-path v0.7.1 |
836 | 2024-08-27T22:48:23.598Z | Downloaded hickory-server v0.24.1 |
837 | 2024-08-27T22:48:23.605Z | Downloaded futures v0.3.30 |
838 | 2024-08-27T22:48:23.610Z | Downloaded futures-channel v0.3.30 |
839 | 2024-08-27T22:48:23.612Z | Downloaded elliptic-curve v0.13.8 |
840 | 2024-08-27T22:48:23.616Z | Downloaded unsafe-libyaml v0.2.11 |
841 | 2024-08-27T22:48:23.620Z | Downloaded signal-hook v0.3.17 |
842 | 2024-08-27T22:48:23.623Z | Downloaded blake3 v1.5.1 |
843 | 2024-08-27T22:48:23.632Z | Downloaded hyper v0.14.30 |
844 | 2024-08-27T22:48:23.640Z | Downloaded schemars v0.8.21 |
845 | 2024-08-27T22:48:23.653Z | Downloaded unicode_categories v0.1.1 |
846 | 2024-08-27T22:48:23.656Z | Downloaded toml_edit v0.19.15 |
847 | 2024-08-27T22:48:23.673Z | Downloaded http v0.2.12 |
848 | 2024-08-27T22:48:23.677Z | Downloaded tokio-util v0.7.11 |
849 | 2024-08-27T22:48:23.684Z | Downloaded lalrpop v0.19.12 |
850 | 2024-08-27T22:48:23.696Z | Downloaded chrono v0.4.38 |
851 | 2024-08-27T22:48:23.704Z | Downloaded hickory-resolver v0.24.1 |
852 | 2024-08-27T22:48:23.709Z | Downloaded der v0.7.9 |
853 | 2024-08-27T22:48:23.715Z | Downloaded reedline v0.33.0 |
854 | 2024-08-27T22:48:23.723Z | Downloaded rustyline v14.0.0 |
855 | 2024-08-27T22:48:23.729Z | Downloaded bitvec v1.0.1 |
856 | 2024-08-27T22:48:23.747Z | Downloaded http v1.1.0 |
857 | 2024-08-27T22:48:23.750Z | Downloaded rustls-webpki v0.102.4 |
858 | 2024-08-27T22:48:23.768Z | Downloaded tough v0.17.1 |
859 | 2024-08-27T22:48:23.776Z | Downloaded futures-util v0.3.30 |
860 | 2024-08-27T22:48:23.790Z | Downloaded proptest v1.5.0 |
861 | 2024-08-27T22:48:23.800Z | Downloaded quick-xml v0.31.0 |
862 | 2024-08-27T22:48:23.806Z | Downloaded time v0.3.36 |
863 | 2024-08-27T22:48:23.813Z | Downloaded object v0.30.4 |
864 | 2024-08-27T22:48:23.824Z | Downloaded idna v0.4.0 |
865 | 2024-08-27T22:48:23.831Z | Downloaded reqwest v0.11.27 |
866 | 2024-08-27T22:48:23.839Z | Downloaded winnow v0.5.40 |
867 | 2024-08-27T22:48:23.851Z | Downloaded sqlparser v0.45.0 |
868 | 2024-08-27T22:48:23.855Z | Downloaded h2 v0.3.26 |
869 | 2024-08-27T22:48:23.865Z | Downloaded radix_trie v0.2.1 |
870 | 2024-08-27T22:48:23.868Z | Downloaded rayon v1.10.0 |
871 | 2024-08-27T22:48:23.878Z | Downloaded git2 v0.19.0 |
872 | 2024-08-27T22:48:23.888Z | Downloaded dropshot v0.10.1 |
873 | 2024-08-27T22:48:23.898Z | Downloaded polar-core v0.27.3 |
874 | 2024-08-27T22:48:23.908Z | Downloaded regex v1.10.6 |
875 | 2024-08-27T22:48:23.922Z | Downloaded regex-syntax v0.6.29 |
876 | 2024-08-27T22:48:23.930Z | Downloaded webpki-roots v0.25.4 |
877 | 2024-08-27T22:48:23.934Z | Downloaded rustls v0.22.4 |
878 | 2024-08-27T22:48:23.949Z | Downloaded openapiv3 v2.0.0 |
879 | 2024-08-27T22:48:23.962Z | Downloaded gimli v0.28.1 |
880 | 2024-08-27T22:48:23.971Z | Downloaded diesel v2.2.2 |
881 | 2024-08-27T22:48:23.991Z | Downloaded smoltcp v0.11.0 |
882 | 2024-08-27T22:48:24.004Z | Downloaded regex-syntax v0.8.4 |
883 | 2024-08-27T22:48:24.013Z | Downloaded regress v0.9.1 |
884 | 2024-08-27T22:48:24.022Z | Downloaded bstr v1.9.1 |
885 | 2024-08-27T22:48:24.034Z | Downloaded hickory-proto v0.24.1 |
886 | 2024-08-27T22:48:24.050Z | Downloaded sled v0.34.7 |
887 | 2024-08-27T22:48:24.061Z | Downloaded rustls v0.21.12 |
888 | 2024-08-27T22:48:24.073Z | Downloaded ratatui v0.28.0 |
889 | 2024-08-27T22:48:24.094Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
890 | 2024-08-27T22:48:24.106Z | Downloaded zerocopy-derive v0.6.6 |
891 | 2024-08-27T22:48:24.116Z | Downloaded regex-automata v0.4.6 |
892 | 2024-08-27T22:48:24.133Z | Downloaded smoltcp v0.9.1 |
893 | 2024-08-27T22:48:24.145Z | Downloaded nix v0.28.0 |
894 | 2024-08-27T22:48:24.157Z | Downloaded petgraph v0.6.5 |
895 | 2024-08-27T22:48:24.176Z | Downloaded serde_with v3.9.0 |
896 | 2024-08-27T22:48:24.184Z | Downloaded finl_unicode v1.2.0 |
897 | 2024-08-27T22:48:24.197Z | Downloaded csv v1.3.0 |
898 | 2024-08-27T22:48:24.217Z | Downloaded sha3 v0.10.8 |
899 | 2024-08-27T22:48:24.222Z | Downloaded tokio v1.39.3 |
900 | 2024-08-27T22:48:24.261Z | Downloaded nix v0.27.1 |
901 | 2024-08-27T22:48:24.272Z | Downloaded vcpkg v0.2.15 |
902 | 2024-08-27T22:48:24.312Z | Downloaded openssl v0.10.66 |
903 | 2024-08-27T22:48:24.322Z | Downloaded encoding_rs v0.8.34 |
904 | 2024-08-27T22:48:24.344Z | Downloaded object v0.32.2 |
905 | 2024-08-27T22:48:24.354Z | Downloaded curve25519-dalek v4.1.3 |
906 | 2024-08-27T22:48:24.365Z | Downloaded rusqlite v0.31.0 |
907 | 2024-08-27T22:48:24.370Z | Downloaded idna v0.3.0 |
908 | 2024-08-27T22:48:24.377Z | Downloaded bindgen v0.69.4 |
909 | 2024-08-27T22:48:24.384Z | Downloaded portable-atomic v1.6.0 |
910 | 2024-08-27T22:48:24.390Z | Downloaded hkdf v0.12.4 |
911 | 2024-08-27T22:48:24.393Z | Downloaded rustls-webpki v0.101.7 |
912 | 2024-08-27T22:48:24.408Z | Downloaded idna v0.5.0 |
913 | 2024-08-27T22:48:24.414Z | Downloaded socket2 v0.5.7 |
914 | 2024-08-27T22:48:24.417Z | Downloaded rsa v0.9.6 |
915 | 2024-08-27T22:48:24.421Z | Downloaded diesel_derives v2.2.2 |
916 | 2024-08-27T22:48:24.426Z | Downloaded x509-cert v0.2.5 |
917 | 2024-08-27T22:48:24.432Z | Downloaded funty v2.0.0 |
918 | 2024-08-27T22:48:24.435Z | Downloaded ron v0.8.1 |
919 | 2024-08-27T22:48:24.438Z | Downloaded num-bigint-dig v0.8.4 |
920 | 2024-08-27T22:48:24.443Z | Downloaded rayon-core v1.12.1 |
921 | 2024-08-27T22:48:24.447Z | Downloaded futures-executor v0.3.30 |
922 | 2024-08-27T22:48:24.450Z | Downloaded postcard v1.0.8 |
923 | 2024-08-27T22:48:24.453Z | Downloaded pkcs5 v0.7.1 |
924 | 2024-08-27T22:48:24.456Z | Downloaded rustc-demangle v0.1.24 |
925 | 2024-08-27T22:48:24.459Z | Downloaded hostname v0.4.0 |
926 | 2024-08-27T22:48:24.462Z | Downloaded schemars_derive v0.8.21 |
927 | 2024-08-27T22:48:24.462Z | Downloaded derive_more v0.99.18 |
928 | 2024-08-27T22:48:24.465Z | Downloaded openssl-sys v0.9.103 |
929 | 2024-08-27T22:48:24.471Z | Downloaded heapless v0.7.17 |
930 | 2024-08-27T22:48:24.474Z | Downloaded crossterm v0.27.0 |
931 | 2024-08-27T22:48:24.481Z | Downloaded yasna v0.5.2 |
932 | 2024-08-27T22:48:24.485Z | Downloaded flate2 v1.0.31 |
933 | 2024-08-27T22:48:24.503Z | Downloaded paste v1.0.15 |
934 | 2024-08-27T22:48:24.506Z | Downloaded socket2 v0.4.10 |
935 | 2024-08-27T22:48:24.506Z | Downloaded smallvec v1.13.2 |
936 | 2024-08-27T22:48:24.506Z | Downloaded slog-term v2.9.1 |
937 | 2024-08-27T22:48:24.506Z | Downloaded unicode-xid v0.2.4 |
938 | 2024-08-27T22:48:24.506Z | Downloaded hashbrown v0.13.2 |
939 | 2024-08-27T22:48:24.507Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
940 | 2024-08-27T22:48:24.564Z | Downloaded structmeta-derive v0.3.0 |
941 | 2024-08-27T22:48:24.567Z | Downloaded ring v0.17.8 |
942 | 2024-08-27T22:48:24.635Z | Downloaded hashbrown v0.12.3 |
943 | 2024-08-27T22:48:24.639Z | Downloaded libxml v0.3.3 |
944 | 2024-08-27T22:48:24.644Z | Downloaded rusty-fork v0.3.0 |
945 | 2024-08-27T22:48:24.647Z | Downloaded rustls-pemfile v1.0.4 |
946 | 2024-08-27T22:48:24.650Z | Downloaded rpassword v7.3.1 |
947 | 2024-08-27T22:48:24.650Z | Downloaded pem v3.0.4 |
948 | 2024-08-27T22:48:24.650Z | Downloaded hostname v0.3.1 |
949 | 2024-08-27T22:48:24.653Z | Downloaded home v0.5.9 |
950 | 2024-08-27T22:48:24.653Z | Downloaded enum-as-inner v0.6.0 |
951 | 2024-08-27T22:48:24.656Z | Downloaded poly1305 v0.8.0 |
952 | 2024-08-27T22:48:24.657Z | Downloaded predicates v3.1.2 |
953 | 2024-08-27T22:48:24.660Z | Downloaded serde_path_to_error v0.1.16 |
954 | 2024-08-27T22:48:24.662Z | Downloaded rustls-pki-types v1.7.0 |
955 | 2024-08-27T22:48:24.663Z | Downloaded rustls-pemfile v2.1.3 |
956 | 2024-08-27T22:48:24.665Z | Downloaded pkcs8 v0.10.2 |
957 | 2024-08-27T22:48:24.668Z | Downloaded unicase v2.7.0 |
958 | 2024-08-27T22:48:24.671Z | Downloaded zip v0.6.6 |
959 | 2024-08-27T22:48:24.673Z | Downloaded mio v0.8.11 |
960 | 2024-08-27T22:48:24.678Z | Downloaded signature v2.2.0 |
961 | 2024-08-27T22:48:24.681Z | Downloaded derive-where v1.2.7 |
962 | 2024-08-27T22:48:24.685Z | Downloaded vergen v8.3.2 |
963 | 2024-08-27T22:48:24.688Z | Downloaded url v2.5.2 |
964 | 2024-08-27T22:48:24.690Z | Downloaded base64 v0.22.1 |
965 | 2024-08-27T22:48:24.694Z | Downloaded headers v0.3.9 |
966 | 2024-08-27T22:48:24.698Z | Downloaded flume v0.11.0 |
967 | 2024-08-27T22:48:24.702Z | Downloaded crypto-bigint v0.5.5 |
968 | 2024-08-27T22:48:24.708Z | Downloaded const_format v0.2.32 |
969 | 2024-08-27T22:48:24.713Z | Downloaded chacha20poly1305 v0.10.1 |
970 | 2024-08-27T22:48:24.716Z | Downloaded mio v1.0.2 |
971 | 2024-08-27T22:48:24.721Z | Downloaded tls_codec_derive v0.4.1 |
972 | 2024-08-27T22:48:24.724Z | Downloaded time-macros v0.2.18 |
973 | 2024-08-27T22:48:24.724Z | Downloaded dyn-clone v1.0.17 |
974 | 2024-08-27T22:48:24.727Z | Downloaded der_derive v0.7.2 |
975 | 2024-08-27T22:48:24.727Z | Downloaded snafu v0.8.2 |
976 | 2024-08-27T22:48:24.733Z | Downloaded serde_arrays v0.1.0 |
977 | 2024-08-27T22:48:24.736Z | Downloaded rustfmt-wrapper v0.2.1 |
978 | 2024-08-27T22:48:24.736Z | Downloaded rustc_version v0.4.0 |
979 | 2024-08-27T22:48:24.739Z | Downloaded rustc_version v0.1.7 |
980 | 2024-08-27T22:48:24.739Z | Downloaded tokio-tungstenite v0.20.1 |
981 | 2024-08-27T22:48:24.739Z | Downloaded tokio-rustls v0.25.0 |
982 | 2024-08-27T22:48:24.741Z | Downloaded slog-async v2.8.0 |
983 | 2024-08-27T22:48:24.744Z | Downloaded postgres-protocol v0.6.7 |
984 | 2024-08-27T22:48:24.744Z | Downloaded pin-project v1.1.5 |
985 | 2024-08-27T22:48:24.755Z | Downloaded test-strategy v0.3.1 |
986 | 2024-08-27T22:48:24.758Z | Downloaded aes v0.8.4 |
987 | 2024-08-27T22:48:24.762Z | Downloaded pkg-config v0.3.30 |
988 | 2024-08-27T22:48:24.765Z | Downloaded peg v0.8.4 |
989 | 2024-08-27T22:48:24.768Z | Downloaded parse-display v0.10.0 |
990 | 2024-08-27T22:48:24.770Z | Downloaded siphasher v0.3.11 |
991 | 2024-08-27T22:48:24.770Z | Downloaded sct v0.7.1 |
992 | 2024-08-27T22:48:24.774Z | Downloaded samael v0.0.15 |
993 | 2024-08-27T22:48:24.777Z | Downloaded darling_core v0.20.9 |
994 | 2024-08-27T22:48:24.782Z | Downloaded crossbeam-utils v0.8.19 |
995 | 2024-08-27T22:48:24.785Z | Downloaded bytes v1.7.1 |
996 | 2024-08-27T22:48:24.788Z | Downloaded fallible-streaming-iterator v0.1.9 |
997 | 2024-08-27T22:48:24.791Z | Downloaded dsl_auto_type v0.1.2 |
998 | 2024-08-27T22:48:24.791Z | Downloaded crc-any v2.5.0 |
999 | 2024-08-27T22:48:24.794Z | Downloaded indicatif v0.17.8 |
1000 | 2024-08-27T22:48:24.797Z | Downloaded indexmap v1.9.3 |
1001 | 2024-08-27T22:48:24.800Z | Downloaded xattr v1.3.1 |
1002 | 2024-08-27T22:48:24.803Z | Downloaded subprocess v0.2.9 |
1003 | 2024-08-27T22:48:24.805Z | Downloaded owo-colors v4.0.0 |
1004 | 2024-08-27T22:48:24.808Z | Downloaded uuid v1.10.0 |
1005 | 2024-08-27T22:48:24.811Z | Downloaded crossbeam-channel v0.5.12 |
1006 | 2024-08-27T22:48:24.813Z | Downloaded base64 v0.21.7 |
1007 | 2024-08-27T22:48:24.817Z | Downloaded slab v0.4.9 |
1008 | 2024-08-27T22:48:24.820Z | Downloaded slog-bunyan v2.5.0 |
1009 | 2024-08-27T22:48:24.820Z | Downloaded libloading v0.8.3 |
1010 | 2024-08-27T22:48:24.823Z | Downloaded itertools v0.10.5 |
1011 | 2024-08-27T22:48:24.828Z | Downloaded cookie_store v0.20.0 |
1012 | 2024-08-27T22:48:24.831Z | Downloaded console v0.15.8 |
1013 | 2024-08-27T22:48:24.834Z | Downloaded fallible-iterator v0.2.0 |
1014 | 2024-08-27T22:48:24.836Z | Downloaded zeroize_derive v1.4.2 |
1015 | 2024-08-27T22:48:24.836Z | Downloaded zeroize v1.7.0 |
1016 | 2024-08-27T22:48:24.837Z | Downloaded cancel-safe-futures v0.1.5 |
1017 | 2024-08-27T22:48:24.839Z | Downloaded bit-vec v0.6.3 |
1018 | 2024-08-27T22:48:24.842Z | Downloaded num-traits v0.2.19 |
1019 | 2024-08-27T22:48:24.845Z | Downloaded humantime v2.1.0 |
1020 | 2024-08-27T22:48:24.845Z | Downloaded thiserror-impl-no-std v2.0.2 |
1021 | 2024-08-27T22:48:24.847Z | Downloaded num_enum v0.5.11 |
1022 | 2024-08-27T22:48:24.850Z | Downloaded lru v0.12.3 |
1023 | 2024-08-27T22:48:24.853Z | Downloaded adler v1.0.2 |
1024 | 2024-08-27T22:48:24.853Z | Downloaded nanorand v0.7.0 |
1025 | 2024-08-27T22:48:24.856Z | Downloaded smallvec v0.6.14 |
1026 | 2024-08-27T22:48:24.858Z | Downloaded lalrpop-util v0.19.12 |
1027 | 2024-08-27T22:48:24.858Z | Downloaded lazycell v1.3.0 |
1028 | 2024-08-27T22:48:24.858Z | Downloaded kstat-rs v0.2.4 |
1029 | 2024-08-27T22:48:24.861Z | Downloaded mockall v0.13.0 |
1030 | 2024-08-27T22:48:24.861Z | Downloaded arrayref v0.3.7 |
1031 | 2024-08-27T22:48:24.864Z | Downloaded argon2 v0.5.3 |
1032 | 2024-08-27T22:48:24.864Z | Downloaded async-trait v0.1.81 |
1033 | 2024-08-27T22:48:24.867Z | Downloaded ascii v1.1.0 |
1034 | 2024-08-27T22:48:24.871Z | Downloaded async-bb8-diesel v0.2.1 |
1035 | 2024-08-27T22:48:24.874Z | Downloaded bb8 v0.8.5 |
1036 | 2024-08-27T22:48:24.874Z | Downloaded libefi-sys v0.1.0 |
1037 | 2024-08-27T22:48:24.874Z | Downloaded ipnetwork v0.20.0 |
1038 | 2024-08-27T22:48:24.877Z | Downloaded inout v0.1.3 |
1039 | 2024-08-27T22:48:24.877Z | Downloaded const_format_proc_macros v0.2.32 |
1040 | 2024-08-27T22:48:24.880Z | Downloaded const-oid v0.9.6 |
1041 | 2024-08-27T22:48:24.880Z | Downloaded base64ct v1.6.0 |
1042 | 2024-08-27T22:48:24.883Z | Downloaded new_debug_unreachable v1.0.6 |
1043 | 2024-08-27T22:48:24.883Z | Downloaded hubpack v0.1.2 |
1044 | 2024-08-27T22:48:24.886Z | Downloaded bcs v0.1.6 |
1045 | 2024-08-27T22:48:24.886Z | Downloaded nibble_vec v0.1.0 |
1046 | 2024-08-27T22:48:24.889Z | Downloaded lru-cache v0.1.2 |
1047 | 2024-08-27T22:48:24.889Z | Downloaded lazy_static v1.5.0 |
1048 | 2024-08-27T22:48:24.892Z | Downloaded keccak v0.1.5 |
1049 | 2024-08-27T22:48:24.892Z | Downloaded curve25519-dalek-derive v0.1.1 |
1050 | 2024-08-27T22:48:24.892Z | Downloaded crc v3.2.1 |
1051 | 2024-08-27T22:48:24.895Z | Downloaded chacha20 v0.9.1 |
1052 | 2024-08-27T22:48:24.902Z | Downloaded arrayvec v0.7.4 |
1053 | 2024-08-27T22:48:24.902Z | Downloaded bitflags v1.3.2 |
1054 | 2024-08-27T22:48:24.907Z | Downloaded crc-catalog v2.4.0 |
1055 | 2024-08-27T22:48:24.908Z | Downloaded ciborium-ll v0.2.2 |
1056 | 2024-08-27T22:48:24.908Z | Downloaded cassowary v0.3.0 |
1057 | 2024-08-27T22:48:24.908Z | Downloaded cexpr v0.6.0 |
1058 | 2024-08-27T22:48:24.908Z | Downloaded bit-set v0.5.3 |
1059 | 2024-08-27T22:48:24.917Z | Downloaded cobs v0.2.3 |
1060 | 2024-08-27T22:48:24.917Z | Downloaded base16ct v0.2.0 |
1061 | 2024-08-27T22:48:24.917Z | Downloaded atomic-waker v1.1.2 |
1062 | 2024-08-27T22:48:25.040Z | Downloaded libz-sys v1.1.16 |
1063 | 2024-08-27T22:48:25.228Z | Downloaded libsqlite3-sys v0.28.0 |
1064 | 2024-08-27T22:48:25.312Z | Downloaded ring v0.16.20 |
1065 | 2024-08-27T22:48:25.479Z | Compiling serde v1.0.208 |
1066 | 2024-08-27T22:48:25.482Z | Compiling typenum v1.17.0 |
1067 | 2024-08-27T22:48:25.482Z | Compiling generic-array v0.14.7 |
1068 | 2024-08-27T22:48:25.482Z | Compiling lock_api v0.4.12 |
1069 | 2024-08-27T22:48:25.482Z | Compiling scopeguard v1.2.0 |
1070 | 2024-08-27T22:48:25.619Z | Compiling log v0.4.21 |
1071 | 2024-08-27T22:48:25.639Z | Compiling syn v2.0.74 |
1072 | 2024-08-27T22:48:25.651Z | Compiling getrandom v0.2.14 |
1073 | 2024-08-27T22:48:25.733Z | Compiling jobserver v0.1.32 |
1074 | 2024-08-27T22:48:25.933Z | Compiling rand_core v0.6.4 |
1075 | 2024-08-27T22:48:26.080Z | Compiling cc v1.0.97 |
1076 | 2024-08-27T22:48:26.129Z | Compiling subtle v2.5.0 |
1077 | 2024-08-27T22:48:26.177Z | Compiling const-oid v0.9.6 |
1078 | 2024-08-27T22:48:26.461Z | Compiling smallvec v1.13.2 |
1079 | 2024-08-27T22:48:26.513Z | Compiling pin-project-lite v0.2.14 |
1080 | 2024-08-27T22:48:26.668Z | Compiling parking_lot_core v0.9.10 |
1081 | 2024-08-27T22:48:26.795Z | Compiling signal-hook-registry v1.4.2 |
1082 | 2024-08-27T22:48:26.798Z | Compiling spin v0.9.8 |
1083 | 2024-08-27T22:48:27.018Z | Compiling mio v1.0.2 |
1084 | 2024-08-27T22:48:27.201Z | Compiling ahash v0.8.11 |
1085 | 2024-08-27T22:48:27.571Z | Compiling tinyvec_macros v0.1.1 |
1086 | 2024-08-27T22:48:27.662Z | Compiling parking_lot v0.12.2 |
1087 | 2024-08-27T22:48:27.676Z | Compiling tinyvec v1.6.0 |
1088 | 2024-08-27T22:48:28.028Z | Compiling socket2 v0.5.7 |
1089 | 2024-08-27T22:48:28.313Z | Compiling futures-sink v0.3.30 |
1090 | 2024-08-27T22:48:28.332Z | Compiling serde_json v1.0.125 |
1091 | 2024-08-27T22:48:28.472Z | Compiling cpufeatures v0.2.12 |
1092 | 2024-08-27T22:48:28.517Z | Compiling futures-core v0.3.30 |
1093 | 2024-08-27T22:48:28.570Z | Compiling libm v0.2.8 |
1094 | 2024-08-27T22:48:28.620Z | Compiling num-traits v0.2.19 |
1095 | 2024-08-27T22:48:28.713Z | Compiling slab v0.4.9 |
1096 | 2024-08-27T22:48:28.757Z | Compiling unicode-bidi v0.3.15 |
1097 | 2024-08-27T22:48:28.928Z | Compiling allocator-api2 v0.2.18 |
1098 | 2024-08-27T22:48:29.171Z | Compiling unicode-normalization v0.1.23 |
1099 | 2024-08-27T22:48:29.306Z | Compiling futures-channel v0.3.30 |
1100 | 2024-08-27T22:48:29.536Z | Compiling pin-utils v0.1.0 |
1101 | 2024-08-27T22:48:29.641Z | Compiling futures-task v0.3.30 |
1102 | 2024-08-27T22:48:29.742Z | Compiling pkg-config v0.3.30 |
1103 | 2024-08-27T22:48:29.779Z | Compiling futures-io v0.3.30 |
1104 | 2024-08-27T22:48:29.956Z | Compiling vcpkg v0.2.15 |
1105 | 2024-08-27T22:48:30.251Z | Compiling base64ct v1.6.0 |
1106 | 2024-08-27T22:48:30.301Z | Compiling flagset v0.4.5 |
1107 | 2024-08-27T22:48:30.419Z | Compiling percent-encoding v2.3.1 |
1108 | 2024-08-27T22:48:30.472Z | Compiling ring v0.17.8 |
1109 | 2024-08-27T22:48:30.507Z | Compiling ppv-lite86 v0.2.17 |
1110 | 2024-08-27T22:48:30.786Z | Compiling pem-rfc7468 v0.7.0 |
1111 | 2024-08-27T22:48:30.824Z | Compiling tracing-core v0.1.32 |
1112 | 2024-08-27T22:48:31.258Z | Compiling rand_chacha v0.3.1 |
1113 | 2024-08-27T22:48:31.285Z | Compiling untrusted v0.9.0 |
1114 | 2024-08-27T22:48:31.453Z | Compiling rustix v0.38.34 |
1115 | 2024-08-27T22:48:31.524Z | Compiling rustversion v1.0.17 |
1116 | 2024-08-27T22:48:32.126Z | Compiling openssl-sys v0.9.103 |
1117 | 2024-08-27T22:48:32.126Z | Compiling rand v0.8.5 |
1118 | 2024-08-27T22:48:32.218Z | Compiling foreign-types-shared v0.1.1 |
1119 | 2024-08-27T22:48:32.270Z | Compiling num-conv v0.1.0 |
1120 | 2024-08-27T22:48:32.315Z | Compiling time-core v0.1.2 |
1121 | 2024-08-27T22:48:32.318Z | Compiling httparse v1.8.0 |
1122 | 2024-08-27T22:48:32.480Z | Compiling powerfmt v0.2.0 |
1123 | 2024-08-27T22:48:32.523Z | Compiling openssl v0.10.66 |
1124 | 2024-08-27T22:48:32.764Z | Compiling deranged v0.3.11 |
1125 | 2024-08-27T22:48:32.860Z | Compiling time-macros v0.2.18 |
1126 | 2024-08-27T22:48:32.918Z | Compiling foreign-types v0.3.2 |
1127 | 2024-08-27T22:48:33.062Z | Compiling form_urlencoded v1.2.1 |
1128 | 2024-08-27T22:48:33.390Z | Compiling aho-corasick v1.1.3 |
1129 | 2024-08-27T22:48:33.542Z | Compiling native-tls v0.2.11 |
1130 | 2024-08-27T22:48:33.887Z | Compiling regex-syntax v0.8.4 |
1131 | 2024-08-27T22:48:34.039Z | Compiling num_threads v0.1.7 |
1132 | 2024-08-27T22:48:34.168Z | Compiling try-lock v0.2.5 |
1133 | 2024-08-27T22:48:34.317Z | Compiling siphasher v0.3.11 |
1134 | 2024-08-27T22:48:34.575Z | Compiling crossbeam-utils v0.8.19 |
1135 | 2024-08-27T22:48:34.593Z | Compiling syn v1.0.109 |
1136 | 2024-08-27T22:48:34.689Z | Compiling rustls v0.21.12 |
1137 | 2024-08-27T22:48:34.960Z | Compiling want v0.3.1 |
1138 | 2024-08-27T22:48:35.281Z | Compiling idna v0.5.0 |
1139 | 2024-08-27T22:48:35.914Z | Compiling cookie v0.17.0 |
1140 | 2024-08-27T22:48:35.946Z | Compiling time v0.3.36 |
1141 | 2024-08-27T22:48:36.207Z | Compiling slog v2.7.0 |
1142 | 2024-08-27T22:48:36.538Z | Compiling httpdate v1.0.3 |
1143 | 2024-08-27T22:48:36.735Z | Compiling openssl-probe v0.1.5 |
1144 | 2024-08-27T22:48:36.788Z | Compiling iana-time-zone v0.1.60 |
1145 | 2024-08-27T22:48:37.025Z | Compiling tower-service v0.3.2 |
1146 | 2024-08-27T22:48:37.066Z | Compiling adler v1.0.2 |
1147 | 2024-08-27T22:48:37.156Z | Compiling finl_unicode v1.2.0 |
1148 | 2024-08-27T22:48:37.235Z | Compiling regex-automata v0.4.6 |
1149 | 2024-08-27T22:48:37.292Z | Compiling miniz_oxide v0.7.2 |
1150 | 2024-08-27T22:48:37.787Z | Compiling stringprep v0.1.4 |
1151 | 2024-08-27T22:48:38.682Z | Compiling url v2.5.2 |
1152 | 2024-08-27T22:48:39.965Z | Compiling serde_derive v1.0.208 |
1153 | 2024-08-27T22:48:40.292Z | Compiling zeroize_derive v1.4.2 |
1154 | 2024-08-27T22:48:40.333Z | Compiling zerocopy-derive v0.7.34 |
1155 | 2024-08-27T22:48:40.531Z | Compiling tokio-macros v2.4.0 |
1156 | 2024-08-27T22:48:41.253Z | Compiling thiserror-impl v1.0.63 |
1157 | 2024-08-27T22:48:41.270Z | Compiling futures-macro v0.3.30 |
1158 | 2024-08-27T22:48:41.961Z | Compiling zeroize v1.7.0 |
1159 | 2024-08-27T22:48:42.364Z | Compiling der_derive v0.7.2 |
1160 | 2024-08-27T22:48:42.676Z | Compiling zerocopy v0.7.34 |
1161 | 2024-08-27T22:48:43.258Z | Compiling futures-util v0.3.30 |
1162 | 2024-08-27T22:48:43.657Z | Compiling crypto-common v0.1.6 |
1163 | 2024-08-27T22:48:43.890Z | Compiling block-buffer v0.10.4 |
1164 | 2024-08-27T22:48:44.144Z | Compiling digest v0.10.7 |
1165 | 2024-08-27T22:48:44.625Z | Compiling hmac v0.12.1 |
1166 | 2024-08-27T22:48:44.644Z | Compiling block-padding v0.3.3 |
1167 | 2024-08-27T22:48:44.861Z | Compiling hashbrown v0.14.5 |
1168 | 2024-08-27T22:48:44.879Z | Compiling inout v0.1.3 |
1169 | 2024-08-27T22:48:44.901Z | Compiling thiserror v1.0.63 |
1170 | 2024-08-27T22:48:44.922Z | Compiling sha2 v0.10.8 |
1171 | 2024-08-27T22:48:45.046Z | Compiling pest v2.7.10 |
1172 | 2024-08-27T22:48:45.137Z | Compiling cipher v0.4.4 |
1173 | 2024-08-27T22:48:45.685Z | Compiling salsa20 v0.10.2 |
1174 | 2024-08-27T22:48:45.909Z | Compiling der v0.7.9 |
1175 | 2024-08-27T22:48:46.286Z | Compiling pbkdf2 v0.12.2 |
1176 | 2024-08-27T22:48:46.463Z | Compiling tracing-attributes v0.1.27 |
1177 | 2024-08-27T22:48:48.068Z | Compiling pest_meta v2.7.10 |
1178 | 2024-08-27T22:48:48.621Z | Compiling scroll_derive v0.12.0 |
1179 | 2024-08-27T22:48:49.276Z | Compiling spki v0.7.3 |
1180 | 2024-08-27T22:48:49.387Z | Compiling pest_generator v2.7.10 |
1181 | 2024-08-27T22:48:49.640Z | Compiling scrypt v0.11.0 |
1182 | 2024-08-27T22:48:49.978Z | Compiling aes v0.8.4 |
1183 | 2024-08-27T22:48:50.170Z | Compiling scroll v0.12.0 |
1184 | 2024-08-27T22:48:50.190Z | Compiling cbc v0.1.2 |
1185 | 2024-08-27T22:48:50.352Z | Compiling tracing v0.1.40 |
1186 | 2024-08-27T22:48:50.421Z | Compiling openssl-macros v0.1.1 |
1187 | 2024-08-27T22:48:50.726Z | Compiling goblin v0.8.2 |
1188 | 2024-08-27T22:48:50.874Z | Compiling sct v0.7.1 |
1189 | 2024-08-27T22:48:51.199Z | Compiling pkcs5 v0.7.1 |
1190 | 2024-08-27T22:48:51.218Z | Compiling rustls-webpki v0.101.7 |
1191 | 2024-08-27T22:48:51.448Z | Compiling md-5 v0.10.6 |
1192 | 2024-08-27T22:48:51.744Z | Compiling num-integer v0.1.46 |
1193 | 2024-08-27T22:48:52.457Z | Compiling pkcs8 v0.10.2 |
1194 | 2024-08-27T22:48:52.788Z | Compiling backtrace v0.3.71 |
1195 | 2024-08-27T22:48:53.176Z | Compiling idna v0.3.0 |
1196 | 2024-08-27T22:48:53.180Z | Compiling pest_derive v2.7.10 |
1197 | 2024-08-27T22:48:53.180Z | Compiling lazy_static v1.5.0 |
1198 | 2024-08-27T22:48:53.230Z | Compiling hash32 v0.2.1 |
1199 | 2024-08-27T22:48:53.264Z | Compiling psl-types v2.0.11 |
1200 | 2024-08-27T22:48:53.326Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-08-27T22:48:53.432Z | Compiling smoltcp v0.9.1 |
1202 | 2024-08-27T22:48:53.466Z | Compiling num-bigint-dig v0.8.4 |
1203 | 2024-08-27T22:48:53.587Z | Compiling crc32fast v1.4.0 |
1204 | 2024-08-27T22:48:53.753Z | Compiling fallible-iterator v0.2.0 |
1205 | 2024-08-27T22:48:54.103Z | Compiling gimli v0.28.1 |
1206 | 2024-08-27T22:48:54.220Z | Compiling bytes v1.7.1 |
1207 | 2024-08-27T22:48:54.415Z | Compiling bitflags v2.6.0 |
1208 | 2024-08-27T22:48:54.703Z | Compiling indexmap v2.4.0 |
1209 | 2024-08-27T22:48:54.738Z | Compiling semver v1.0.23 |
1210 | 2024-08-27T22:48:55.454Z | Compiling tokio v1.39.3 |
1211 | 2024-08-27T22:48:55.511Z | Compiling http v0.2.12 |
1212 | 2024-08-27T22:48:56.216Z | Compiling rustc_version v0.4.0 |
1213 | 2024-08-27T22:48:56.996Z | Compiling heapless v0.7.17 |
1214 | 2024-08-27T22:48:57.473Z | Compiling http-body v0.4.6 |
1215 | 2024-08-27T22:48:57.771Z | Compiling dof v0.3.0 |
1216 | 2024-08-27T22:48:57.946Z | Compiling dtrace-parser v0.2.0 |
1217 | 2024-08-27T22:48:58.083Z | Compiling uuid v1.10.0 |
1218 | 2024-08-27T22:48:58.969Z | Compiling usdt-impl v0.5.0 |
1219 | 2024-08-27T22:48:59.628Z | Compiling toml_datetime v0.6.8 |
1220 | 2024-08-27T22:49:00.035Z | Compiling serde_tokenstream v0.2.2 |
1221 | 2024-08-27T22:49:00.137Z | Compiling chrono v0.4.38 |
1222 | 2024-08-27T22:49:00.140Z | Compiling serde_spanned v0.6.7 |
1223 | 2024-08-27T22:49:00.385Z | Compiling base64 v0.22.1 |
1224 | 2024-08-27T22:49:00.524Z | Compiling signal-hook v0.3.17 |
1225 | 2024-08-27T22:49:00.662Z | Compiling cfg_aliases v0.1.1 |
1226 | 2024-08-27T22:49:00.768Z | Compiling nix v0.28.0 |
1227 | 2024-08-27T22:49:01.058Z | Compiling postgres-protocol v0.6.7 |
1228 | 2024-08-27T22:49:01.129Z | Compiling addr2line v0.21.0 |
1229 | 2024-08-27T22:49:01.383Z | Compiling terminal_size v0.3.0 |
1230 | 2024-08-27T22:49:01.631Z | Compiling publicsuffix v2.2.3 |
1231 | 2024-08-27T22:49:01.765Z | Compiling hubpack_derive v0.1.1 |
1232 | 2024-08-27T22:49:01.784Z | Compiling num-iter v0.1.45 |
1233 | 2024-08-27T22:49:01.928Z | Compiling async-trait v0.1.81 |
1234 | 2024-08-27T22:49:01.974Z | Compiling zerocopy-derive v0.6.6 |
1235 | 2024-08-27T22:49:02.725Z | Compiling phf_shared v0.11.2 |
1236 | 2024-08-27T22:49:03.113Z | Compiling serde_derive_internals v0.29.1 |
1237 | 2024-08-27T22:49:03.162Z | Compiling ff v0.13.0 |
1238 | 2024-08-27T22:49:03.165Z | Compiling object v0.32.2 |
1239 | 2024-08-27T22:49:03.379Z | Compiling fs-err v2.11.0 |
1240 | 2024-08-27T22:49:03.677Z | Compiling bitflags v1.3.2 |
1241 | 2024-08-27T22:49:03.787Z | Compiling tokio-util v0.7.11 |
1242 | 2024-08-27T22:49:04.122Z | Compiling tokio-rustls v0.24.1 |
1243 | 2024-08-27T22:49:04.531Z | Compiling tokio-native-tls v0.3.1 |
1244 | 2024-08-27T22:49:04.548Z | Compiling winnow v0.5.40 |
1245 | 2024-08-27T22:49:04.703Z | Compiling anyhow v1.0.86 |
1246 | 2024-08-27T22:49:04.808Z | Compiling h2 v0.3.26 |
1247 | 2024-08-27T22:49:05.426Z | Compiling either v1.13.0 |
1248 | 2024-08-27T22:49:05.478Z | Compiling base16ct v0.2.0 |
1249 | 2024-08-27T22:49:05.563Z | Compiling ipnet v2.9.0 |
1250 | 2024-08-27T22:49:05.675Z | Compiling rustc-demangle v0.1.24 |
1251 | 2024-08-27T22:49:05.771Z | Compiling base64 v0.21.7 |
1252 | 2024-08-27T22:49:06.537Z | Compiling managed v0.8.0 |
1253 | 2024-08-27T22:49:06.555Z | Compiling schemars v0.8.21 |
1254 | 2024-08-27T22:49:06.617Z | Compiling rustls-pemfile v1.0.4 |
1255 | 2024-08-27T22:49:06.783Z | Compiling schemars_derive v0.8.21 |
1256 | 2024-08-27T22:49:07.022Z | Compiling clap_builder v4.5.15 |
1257 | 2024-08-27T22:49:07.099Z | Compiling sec1 v0.7.3 |
1258 | 2024-08-27T22:49:07.856Z | Compiling zerocopy v0.6.6 |
1259 | 2024-08-27T22:49:08.402Z | Compiling toml_edit v0.19.15 |
1260 | 2024-08-27T22:49:08.856Z | Compiling group v0.13.0 |
1261 | 2024-08-27T22:49:09.097Z | Compiling phf v0.11.2 |
1262 | 2024-08-27T22:49:09.179Z | Compiling hubpack v0.1.2 |
1263 | 2024-08-27T22:49:09.397Z | Compiling cookie_store v0.20.0 |
1264 | 2024-08-27T22:49:09.624Z | Compiling postgres-types v0.2.7 |
1265 | 2024-08-27T22:49:10.924Z | Compiling usdt-macro v0.5.0 |
1266 | 2024-08-27T22:49:11.029Z | Compiling usdt-attr-macro v0.5.0 |
1267 | 2024-08-27T22:49:12.157Z | Compiling hyper v0.14.30 |
1268 | 2024-08-27T22:49:12.452Z | Compiling serde_urlencoded v0.7.1 |
1269 | 2024-08-27T22:49:12.712Z | Compiling pkcs1 v0.7.5 |
1270 | 2024-08-27T22:49:12.987Z | Compiling futures-executor v0.3.30 |
1271 | 2024-08-27T22:49:13.550Z | Compiling hkdf v0.12.4 |
1272 | 2024-08-27T22:49:13.693Z | Compiling signature v2.2.0 |
1273 | 2024-08-27T22:49:13.712Z | Compiling crypto-bigint v0.5.5 |
1274 | 2024-08-27T22:49:13.810Z | Compiling bstr v1.9.1 |
1275 | 2024-08-27T22:49:13.989Z | Compiling regex v1.10.6 |
1276 | 2024-08-27T22:49:15.094Z | Compiling serde_repr v0.1.19 |
1277 | 2024-08-27T22:49:15.565Z | Compiling strum_macros v0.25.3 |
1278 | 2024-08-27T22:49:15.631Z | Compiling clap_derive v4.5.13 |
1279 | 2024-08-27T22:49:16.298Z | Compiling enum-as-inner v0.6.0 |
1280 | 2024-08-27T22:49:16.331Z | Compiling phf_shared v0.10.0 |
1281 | 2024-08-27T22:49:16.347Z | Compiling float-cmp v0.9.0 |
1282 | 2024-08-27T22:49:16.558Z | Compiling idna v0.4.0 |
1283 | 2024-08-27T22:49:16.767Z | Compiling mio v0.8.11 |
1284 | 2024-08-27T22:49:17.417Z | Compiling encoding_rs v0.8.34 |
1285 | 2024-08-27T22:49:18.073Z | Compiling fixedbitset v0.4.2 |
1286 | 2024-08-27T22:49:18.196Z | Compiling unicode-segmentation v1.11.0 |
1287 | 2024-08-27T22:49:18.531Z | Compiling data-encoding v2.6.0 |
1288 | 2024-08-27T22:49:19.023Z | Compiling new_debug_unreachable v1.0.6 |
1289 | 2024-08-27T22:49:19.119Z | Compiling precomputed-hash v0.1.1 |
1290 | 2024-08-27T22:49:19.239Z | Compiling predicates-core v1.0.6 |
1291 | 2024-08-27T22:49:19.598Z | Compiling hyper-rustls v0.24.2 |
1292 | 2024-08-27T22:49:19.762Z | Compiling hyper-tls v0.5.0 |
1293 | 2024-08-27T22:49:19.806Z | Compiling mime v0.3.17 |
1294 | 2024-08-27T22:49:19.966Z | Compiling bit-vec v0.6.3 |
1295 | 2024-08-27T22:49:20.109Z | Compiling whoami v1.5.1 |
1296 | 2024-08-27T22:49:20.416Z | Compiling static_assertions v1.1.0 |
1297 | 2024-08-27T22:49:20.436Z | Compiling webpki-roots v0.25.4 |
1298 | 2024-08-27T22:49:20.517Z | Compiling dyn-clone v1.0.17 |
1299 | 2024-08-27T22:49:20.604Z | Compiling difflib v0.4.0 |
1300 | 2024-08-27T22:49:20.670Z | Compiling minimal-lexical v0.2.1 |
1301 | 2024-08-27T22:49:20.728Z | Compiling sync_wrapper v0.1.2 |
1302 | 2024-08-27T22:49:20.745Z | Compiling normalize-line-endings v0.3.0 |
1303 | 2024-08-27T22:49:20.865Z | Compiling reqwest v0.11.27 |
1304 | 2024-08-27T22:49:20.882Z | Compiling clap v4.5.16 |
1305 | 2024-08-27T22:49:21.003Z | Compiling predicates v3.1.2 |
1306 | 2024-08-27T22:49:21.187Z | Compiling nom v7.1.3 |
1307 | 2024-08-27T22:49:21.868Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1308 | 2024-08-27T22:49:22.197Z | Compiling tokio-postgres v0.7.11 |
1309 | 2024-08-27T22:49:22.472Z | Compiling bit-set v0.5.3 |
1310 | 2024-08-27T22:49:22.752Z | Compiling console v0.15.8 |
1311 | 2024-08-27T22:49:22.808Z | Compiling hickory-proto v0.24.1 |
1312 | 2024-08-27T22:49:24.295Z | Compiling string_cache v0.8.7 |
1313 | 2024-08-27T22:49:24.736Z | Compiling similar v2.6.0 |
1314 | 2024-08-27T22:49:24.765Z | Compiling petgraph v0.6.5 |
1315 | 2024-08-27T22:49:24.897Z | Compiling toml_edit v0.22.20 |
1316 | 2024-08-27T22:49:25.378Z | Compiling signal-hook-mio v0.2.4 |
1317 | 2024-08-27T22:49:25.555Z | Compiling usdt v0.5.0 |
1318 | 2024-08-27T22:49:26.053Z | Compiling elliptic-curve v0.13.8 |
1319 | 2024-08-27T22:49:26.906Z | Compiling rsa v0.9.6 |
1320 | 2024-08-27T22:49:27.160Z | Compiling futures v0.3.30 |
1321 | 2024-08-27T22:49:27.279Z | Compiling toml v0.7.8 |
1322 | 2024-08-27T22:49:28.819Z | Compiling flate2 v1.0.31 |
1323 | 2024-08-27T22:49:28.984Z | Compiling itertools v0.12.1 |
1324 | 2024-08-27T22:49:29.709Z | Compiling itertools v0.10.5 |
1325 | 2024-08-27T22:49:29.815Z | Compiling tokio-stream v0.1.15 |
1326 | 2024-08-27T22:49:30.889Z | Compiling openapiv3 v2.0.0 |
1327 | 2024-08-27T22:49:32.194Z | Compiling hex v0.4.3 |
1328 | 2024-08-27T22:49:32.397Z | Compiling sha1 v0.10.6 |
1329 | 2024-08-27T22:49:32.580Z | Compiling crossbeam-epoch v0.9.18 |
1330 | 2024-08-27T22:49:32.799Z | Compiling dirs-sys-next v0.1.2 |
1331 | 2024-08-27T22:49:32.818Z | Compiling peg-runtime v0.8.3 |
1332 | 2024-08-27T22:49:33.166Z | Compiling lalrpop-util v0.19.12 |
1333 | 2024-08-27T22:49:33.276Z | Compiling unicode-xid v0.2.4 |
1334 | 2024-08-27T22:49:33.297Z | Compiling dirs-next v2.0.0 |
1335 | 2024-08-27T22:49:33.456Z | Compiling thread_local v1.1.8 |
1336 | 2024-08-27T22:49:33.476Z | Compiling slog-async v2.8.0 |
1337 | 2024-08-27T22:49:33.479Z | Compiling term v0.7.0 |
1338 | 2024-08-27T22:49:33.513Z | Compiling xattr v1.3.1 |
1339 | 2024-08-27T22:49:33.529Z | Compiling strum_macros v0.26.4 |
1340 | 2024-08-27T22:49:33.777Z | Compiling crossbeam-channel v0.5.12 |
1341 | 2024-08-27T22:49:34.018Z | Compiling is-terminal v0.4.12 |
1342 | 2024-08-27T22:49:34.119Z | Compiling filetime v0.2.24 |
1343 | 2024-08-27T22:49:34.156Z | Compiling take_mut v0.2.2 |
1344 | 2024-08-27T22:49:34.317Z | Compiling tar v0.4.41 |
1345 | 2024-08-27T22:49:34.439Z | Compiling slog-term v2.9.1 |
1346 | 2024-08-27T22:49:35.000Z | Compiling camino v1.1.9 |
1347 | 2024-08-27T22:49:35.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1348 | 2024-08-27T22:49:36.714Z | Compiling strum v0.26.3 |
1349 | 2024-08-27T22:49:36.795Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1350 | 2024-08-27T22:49:42.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1351 | 2024-08-27T22:49:42.285Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1352 | 2024-08-27T22:49:42.331Z | Aug 27 22:49:41.308 INFO Starting download, target: Clickhouse |
1353 | 2024-08-27T22:49:42.331Z | Aug 27 22:49:41.309 INFO Starting download, target: Cockroach |
1354 | 2024-08-27T22:49:42.331Z | Aug 27 22:49:41.309 INFO Starting download, target: Console |
1355 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Starting download, target: DendriteOpenapi |
1356 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Starting download, target: DendriteStub |
1357 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Starting download, target: MaghemiteMgd |
1358 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Starting download, target: TransceiverControl |
1359 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1360 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1361 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1362 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1363 | 2024-08-27T22:49:42.333Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1364 | 2024-08-27T22:49:42.334Z | Aug 27 22:49:41.309 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1365 | 2024-08-27T22:49:42.334Z | Aug 27 22:49:41.310 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1366 | 2024-08-27T22:49:42.522Z | Aug 27 22:49:41.493 INFO Download complete, target: DendriteOpenapi |
1367 | 2024-08-27T22:49:42.743Z | Aug 27 22:49:41.691 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1368 | 2024-08-27T22:49:42.933Z | Aug 27 22:49:41.901 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1369 | 2024-08-27T22:49:42.993Z | Aug 27 22:49:41.971 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1370 | 2024-08-27T22:49:43.003Z | Aug 27 22:49:41.981 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1371 | 2024-08-27T22:49:43.319Z | Aug 27 22:49:42.297 INFO Download complete, target: Console |
1372 | 2024-08-27T22:49:43.514Z | Aug 27 22:49:42.491 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1373 | 2024-08-27T22:49:43.514Z | Aug 27 22:49:42.491 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1374 | 2024-08-27T22:49:43.532Z | Aug 27 22:49:42.509 INFO Download complete, target: TransceiverControl |
1375 | 2024-08-27T22:49:44.778Z | Aug 27 22:49:43.755 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1376 | 2024-08-27T22:49:46.046Z | Aug 27 22:49:45.022 INFO Download complete, target: DendriteStub |
1377 | 2024-08-27T22:49:46.326Z | Aug 27 22:49:45.303 INFO Download complete, target: MaghemiteMgd |
1378 | 2024-08-27T22:49:51.893Z | Aug 27 22:49:50.868 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1379 | 2024-08-27T22:49:52.206Z | Aug 27 22:49:51.182 INFO Checking that binary works, target: Cockroach |
1380 | 2024-08-27T22:49:52.364Z | Aug 27 22:49:51.339 INFO Download complete, target: Cockroach |
1381 | 2024-08-27T22:49:58.634Z | Aug 27 22:49:57.608 INFO Checking that binary works, target: Clickhouse |
1382 | 2024-08-27T22:49:58.798Z | Aug 27 22:49:57.772 INFO Download complete, target: Clickhouse |
1383 | 2024-08-27T22:49:58.820Z | All builder prerequisites installed successfully, and PATH looks valid |
1384 | 2024-08-27T22:49:58.823Z | |
1385 | 2024-08-27T22:49:58.823Z | real 4:09.849158543 |
1386 | 2024-08-27T22:49:58.823Z | user 11:25.711553612 |
1387 | 2024-08-27T22:49:58.823Z | sys 2:26.226012829 |
1388 | 2024-08-27T22:49:58.823Z | trap 0.426945747 |
1389 | 2024-08-27T22:49:58.823Z | tflt 1.572936486 |
1390 | 2024-08-27T22:49:58.823Z | dflt 1.608753700 |
1391 | 2024-08-27T22:49:58.823Z | kflt 0.029420595 |
1392 | 2024-08-27T22:49:58.823Z | lock 23:22.120643275 |
1393 | 2024-08-27T22:49:58.823Z | slp 44:57.789498864 |
1394 | 2024-08-27T22:49:58.823Z | lat 43.339031529 |
1395 | 2024-08-27T22:49:58.823Z | stop 1:45.470419772 |
1396 | 2024-08-27T22:49:58.823Z | + banner hack-check |
1397 | 2024-08-27T22:49:58.826Z | |
1398 | 2024-08-27T22:49:58.826Z | # # ## #### # # #### # # ###### #### # # |
1399 | 2024-08-27T22:49:58.826Z | # # # # # # # # # # # # # # # # # |
1400 | 2024-08-27T22:49:58.826Z | ###### # # # #### ##### # ###### ##### # #### |
1401 | 2024-08-27T22:49:58.826Z | # # ###### # # # # # # # # # # |
1402 | 2024-08-27T22:49:58.826Z | # # # # # # # # # # # # # # # # # |
1403 | 2024-08-27T22:49:58.826Z | # # # # #### # # #### # # ###### #### # # |
1404 | 2024-08-27T22:49:58.826Z | |
1405 | 2024-08-27T22:49:58.826Z | + export CARGO_INCREMENTAL=0 |
1406 | 2024-08-27T22:49:58.826Z | + CARGO_INCREMENTAL=0 |
1407 | 2024-08-27T22:49:58.826Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1408 | 2024-08-27T22:49:59.416Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1409 | 2024-08-27T22:50:03.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1410 | 2024-08-27T22:50:03.250Z | Running `target/debug/xtask check-features --ci` |
1411 | 2024-08-27T22:50:03.269Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1412 | 2024-08-27T22:50:03.273Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1413 | 2024-08-27T22:50:03.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1414 | 2024-08-27T22:50:03.786Z | Running `target/debug/xtask download cargo-hack` |
1415 | 2024-08-27T22:50:04.618Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1416 | 2024-08-27T22:50:04.972Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1417 | 2024-08-27T22:50:09.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
1418 | 2024-08-27T22:50:09.692Z | Running `target/debug/xtask-downloader cargo-hack` |
1419 | 2024-08-27T22:50:09.727Z | Aug 27 22:50:08.698 INFO Starting download, target: CargoHack |
1420 | 2024-08-27T22:50:09.730Z | Aug 27 22:50:08.699 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1421 | 2024-08-27T22:50:10.331Z | Aug 27 22:50:09.302 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1422 | 2024-08-27T22:50:10.433Z | Aug 27 22:50:09.404 INFO Download complete, target: CargoHack |
1423 | 2024-08-27T22:50:10.437Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1424 | 2024-08-27T22:50:10.454Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1425 | 2024-08-27T22:50:10.608Z | info: running `cargo check --bins` on api_identity (1/156) |
1426 | 2024-08-27T22:50:11.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-27T22:50:11.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-27T22:50:11.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-27T22:50:11.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1430 | 2024-08-27T22:50:11.201Z | |
1431 | 2024-08-27T22:50:11.201Z | info: running `cargo check --bins` on bootstore (2/156) |
1432 | 2024-08-27T22:50:11.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-27T22:50:11.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-27T22:50:11.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-27T22:50:11.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1436 | 2024-08-27T22:50:11.836Z | |
1437 | 2024-08-27T22:50:11.836Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/156) |
1438 | 2024-08-27T22:50:12.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-27T22:50:12.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-27T22:50:12.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-27T22:50:12.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1442 | 2024-08-27T22:50:12.464Z | |
1443 | 2024-08-27T22:50:12.464Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/156) |
1444 | 2024-08-27T22:50:13.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-27T22:50:13.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-27T22:50:13.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-27T22:50:13.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1448 | 2024-08-27T22:50:13.087Z | |
1449 | 2024-08-27T22:50:13.087Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/156) |
1450 | 2024-08-27T22:50:13.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-27T22:50:13.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-27T22:50:13.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-27T22:50:13.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1454 | 2024-08-27T22:50:13.549Z | |
1455 | 2024-08-27T22:50:13.549Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/156) |
1456 | 2024-08-27T22:50:13.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-27T22:50:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-27T22:50:13.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-27T22:50:13.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1460 | 2024-08-27T22:50:14.011Z | |
1461 | 2024-08-27T22:50:14.011Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/156) |
1462 | 2024-08-27T22:50:14.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-27T22:50:14.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-27T22:50:14.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-27T22:50:14.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1466 | 2024-08-27T22:50:14.495Z | |
1467 | 2024-08-27T22:50:14.495Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/156) |
1468 | 2024-08-27T22:50:14.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-27T22:50:14.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-27T22:50:14.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-27T22:50:14.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1472 | 2024-08-27T22:50:14.970Z | |
1473 | 2024-08-27T22:50:14.971Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/156) |
1474 | 2024-08-27T22:50:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-27T22:50:15.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-27T22:50:15.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-27T22:50:15.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1478 | 2024-08-27T22:50:15.443Z | |
1479 | 2024-08-27T22:50:15.443Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/156) |
1480 | 2024-08-27T22:50:15.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-27T22:50:15.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-27T22:50:15.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-27T22:50:15.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1484 | 2024-08-27T22:50:15.911Z | |
1485 | 2024-08-27T22:50:15.911Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/156) |
1486 | 2024-08-27T22:50:16.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-27T22:50:16.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-27T22:50:16.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-27T22:50:16.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1490 | 2024-08-27T22:50:16.381Z | |
1491 | 2024-08-27T22:50:16.381Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/156) |
1492 | 2024-08-27T22:50:16.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-27T22:50:16.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-27T22:50:16.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-27T22:50:16.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1496 | 2024-08-27T22:50:16.846Z | |
1497 | 2024-08-27T22:50:16.846Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/156) |
1498 | 2024-08-27T22:50:17.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-27T22:50:17.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-27T22:50:17.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-27T22:50:17.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1502 | 2024-08-27T22:50:17.317Z | |
1503 | 2024-08-27T22:50:17.317Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/156) |
1504 | 2024-08-27T22:50:17.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-27T22:50:17.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-27T22:50:17.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-27T22:50:17.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1508 | 2024-08-27T22:50:17.779Z | |
1509 | 2024-08-27T22:50:17.779Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/156) |
1510 | 2024-08-27T22:50:18.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-27T22:50:18.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-27T22:50:18.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-27T22:50:18.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1514 | 2024-08-27T22:50:18.248Z | |
1515 | 2024-08-27T22:50:18.248Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/156) |
1516 | 2024-08-27T22:50:18.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-27T22:50:18.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-27T22:50:18.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-27T22:50:18.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1520 | 2024-08-27T22:50:18.717Z | |
1521 | 2024-08-27T22:50:18.717Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/156) |
1522 | 2024-08-27T22:50:19.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-27T22:50:19.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-27T22:50:19.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-27T22:50:19.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1526 | 2024-08-27T22:50:19.196Z | |
1527 | 2024-08-27T22:50:19.196Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/156) |
1528 | 2024-08-27T22:50:19.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-27T22:50:19.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-27T22:50:19.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-27T22:50:19.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1532 | 2024-08-27T22:50:19.667Z | |
1533 | 2024-08-27T22:50:19.667Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/156) |
1534 | 2024-08-27T22:50:20.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-27T22:50:20.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-27T22:50:20.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-27T22:50:20.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1538 | 2024-08-27T22:50:20.138Z | |
1539 | 2024-08-27T22:50:20.138Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/156) |
1540 | 2024-08-27T22:50:20.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-27T22:50:20.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-27T22:50:20.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-27T22:50:20.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1544 | 2024-08-27T22:50:20.601Z | |
1545 | 2024-08-27T22:50:20.601Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/156) |
1546 | 2024-08-27T22:50:21.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-27T22:50:21.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-27T22:50:21.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-27T22:50:21.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1550 | 2024-08-27T22:50:21.069Z | |
1551 | 2024-08-27T22:50:21.069Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/156) |
1552 | 2024-08-27T22:50:21.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-27T22:50:21.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-27T22:50:21.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-27T22:50:21.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1556 | 2024-08-27T22:50:21.542Z | |
1557 | 2024-08-27T22:50:21.542Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/156) |
1558 | 2024-08-27T22:50:21.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-27T22:50:21.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-27T22:50:21.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-27T22:50:21.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1562 | 2024-08-27T22:50:22.002Z | |
1563 | 2024-08-27T22:50:22.002Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/156) |
1564 | 2024-08-27T22:50:22.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-27T22:50:22.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-27T22:50:22.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-08-27T22:50:22.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1568 | 2024-08-27T22:50:22.479Z | |
1569 | 2024-08-27T22:50:22.479Z | info: running `cargo check --bins` on sled-hardware-types (25/156) |
1570 | 2024-08-27T22:50:23.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-08-27T22:50:23.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-08-27T22:50:23.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-08-27T22:50:23.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1574 | 2024-08-27T22:50:23.110Z | |
1575 | 2024-08-27T22:50:23.110Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/156) |
1576 | 2024-08-27T22:50:23.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-08-27T22:50:23.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-08-27T22:50:23.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-08-27T22:50:23.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1580 | 2024-08-27T22:50:23.929Z | |
1581 | 2024-08-27T22:50:23.929Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/156) |
1582 | 2024-08-27T22:50:24.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-08-27T22:50:24.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-08-27T22:50:24.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-08-27T22:50:24.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1586 | 2024-08-27T22:50:24.399Z | |
1587 | 2024-08-27T22:50:24.399Z | info: running `cargo check --bins` on oxlog (28/156) |
1588 | 2024-08-27T22:50:24.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-08-27T22:50:24.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-08-27T22:50:25.086Z | Checking cfg-if v1.0.0 |
1591 | 2024-08-27T22:50:25.115Z | Checking libc v0.2.156 |
1592 | 2024-08-27T22:50:25.115Z | Checking memchr v2.7.2 |
1593 | 2024-08-27T22:50:25.115Z | Checking serde v1.0.208 |
1594 | 2024-08-27T22:50:25.115Z | Checking zeroize v1.7.0 |
1595 | 2024-08-27T22:50:25.123Z | Checking typenum v1.17.0 |
1596 | 2024-08-27T22:50:25.123Z | Checking scopeguard v1.2.0 |
1597 | 2024-08-27T22:50:25.123Z | Checking byteorder v1.5.0 |
1598 | 2024-08-27T22:50:25.152Z | Checking log v0.4.21 |
1599 | 2024-08-27T22:50:25.255Z | Checking lock_api v0.4.12 |
1600 | 2024-08-27T22:50:25.343Z | Checking subtle v2.5.0 |
1601 | 2024-08-27T22:50:25.422Z | Checking const-oid v0.9.6 |
1602 | 2024-08-27T22:50:25.541Z | Checking once_cell v1.19.0 |
1603 | 2024-08-27T22:50:25.589Z | Checking itoa v1.0.11 |
1604 | 2024-08-27T22:50:25.654Z | Checking pin-project-lite v0.2.14 |
1605 | 2024-08-27T22:50:25.801Z | Checking smallvec v1.13.2 |
1606 | 2024-08-27T22:50:25.817Z | Checking zerocopy v0.7.34 |
1607 | 2024-08-27T22:50:25.832Z | Checking spin v0.9.8 |
1608 | 2024-08-27T22:50:25.894Z | Checking tinyvec_macros v0.1.1 |
1609 | 2024-08-27T22:50:25.983Z | Checking tinyvec v1.6.0 |
1610 | 2024-08-27T22:50:26.114Z | Checking cpufeatures v0.2.12 |
1611 | 2024-08-27T22:50:26.175Z | Checking getrandom v0.2.14 |
1612 | 2024-08-27T22:50:26.191Z | Checking signal-hook-registry v1.4.2 |
1613 | 2024-08-27T22:50:26.217Z | Checking parking_lot_core v0.9.10 |
1614 | 2024-08-27T22:50:26.410Z | Checking rand_core v0.6.4 |
1615 | 2024-08-27T22:50:26.434Z | Checking mio v1.0.2 |
1616 | 2024-08-27T22:50:26.456Z | Checking generic-array v0.14.7 |
1617 | 2024-08-27T22:50:26.509Z | Checking parking_lot v0.12.2 |
1618 | 2024-08-27T22:50:30.980Z | Checking socket2 v0.5.7 |
1619 | 2024-08-27T22:50:31.047Z | Checking futures-sink v0.3.30 |
1620 | 2024-08-27T22:50:31.048Z | Checking futures-core v0.3.30 |
1621 | 2024-08-27T22:50:31.048Z | Checking unicode-bidi v0.3.15 |
1622 | 2024-08-27T22:50:31.048Z | Checking ahash v0.8.11 |
1623 | 2024-08-27T22:50:31.048Z | Checking allocator-api2 v0.2.18 |
1624 | 2024-08-27T22:50:31.048Z | Checking libm v0.2.8 |
1625 | 2024-08-27T22:50:31.048Z | Checking unicode-normalization v0.1.23 |
1626 | 2024-08-27T22:50:31.048Z | Checking ryu v1.0.18 |
1627 | 2024-08-27T22:50:31.048Z | Checking equivalent v1.0.1 |
1628 | 2024-08-27T22:50:31.048Z | Checking crypto-common v0.1.6 |
1629 | 2024-08-27T22:50:31.048Z | Checking block-buffer v0.10.4 |
1630 | 2024-08-27T22:50:31.048Z | Checking block-padding v0.3.3 |
1631 | 2024-08-27T22:50:31.048Z | Checking futures-channel v0.3.30 |
1632 | 2024-08-27T22:50:31.048Z | Checking slab v0.4.9 |
1633 | 2024-08-27T22:50:31.048Z | Checking hashbrown v0.14.5 |
1634 | 2024-08-27T22:50:31.048Z | Checking digest v0.10.7 |
1635 | 2024-08-27T22:50:31.048Z | Checking inout v0.1.3 |
1636 | 2024-08-27T22:50:31.048Z | Checking futures-task v0.3.30 |
1637 | 2024-08-27T22:50:31.048Z | Checking futures-io v0.3.30 |
1638 | 2024-08-27T22:50:31.048Z | Checking cipher v0.4.4 |
1639 | 2024-08-27T22:50:31.048Z | Checking num-traits v0.2.19 |
1640 | 2024-08-27T22:50:31.048Z | Checking pin-utils v0.1.0 |
1641 | 2024-08-27T22:50:31.048Z | Checking hmac v0.12.1 |
1642 | 2024-08-27T22:50:31.048Z | Checking sha2 v0.10.8 |
1643 | 2024-08-27T22:50:31.048Z | Checking base64ct v1.6.0 |
1644 | 2024-08-27T22:50:31.048Z | Checking futures-util v0.3.30 |
1645 | 2024-08-27T22:50:31.048Z | Checking flagset v0.4.5 |
1646 | 2024-08-27T22:50:31.048Z | Checking percent-encoding v2.3.1 |
1647 | 2024-08-27T22:50:31.048Z | Checking ppv-lite86 v0.2.17 |
1648 | 2024-08-27T22:50:31.048Z | Checking salsa20 v0.10.2 |
1649 | 2024-08-27T22:50:31.048Z | Checking pem-rfc7468 v0.7.0 |
1650 | 2024-08-27T22:50:31.048Z | Checking pbkdf2 v0.12.2 |
1651 | 2024-08-27T22:50:31.048Z | Checking tracing-core v0.1.32 |
1652 | 2024-08-27T22:50:31.048Z | Checking der v0.7.9 |
1653 | 2024-08-27T22:50:31.049Z | Checking untrusted v0.9.0 |
1654 | 2024-08-27T22:50:31.049Z | Checking fnv v1.0.7 |
1655 | 2024-08-27T22:50:31.049Z | Checking ring v0.17.8 |
1656 | 2024-08-27T22:50:31.049Z | Checking scrypt v0.11.0 |
1657 | 2024-08-27T22:50:31.049Z | Checking rand_chacha v0.3.1 |
1658 | 2024-08-27T22:50:31.049Z | Checking aes v0.8.4 |
1659 | 2024-08-27T22:50:31.049Z | Checking tracing v0.1.40 |
1660 | 2024-08-27T22:50:31.049Z | Checking rand v0.8.5 |
1661 | 2024-08-27T22:50:31.049Z | Checking cbc v0.1.2 |
1662 | 2024-08-27T22:50:31.049Z | Checking thiserror v1.0.63 |
1663 | 2024-08-27T22:50:31.049Z | Checking foreign-types-shared v0.1.1 |
1664 | 2024-08-27T22:50:31.049Z | Checking form_urlencoded v1.2.1 |
1665 | 2024-08-27T22:50:31.049Z | Checking foreign-types v0.3.2 |
1666 | 2024-08-27T22:50:31.049Z | Checking bytes v1.7.1 |
1667 | 2024-08-27T22:50:31.049Z | Checking bitflags v2.6.0 |
1668 | 2024-08-27T22:50:31.049Z | Checking indexmap v2.4.0 |
1669 | 2024-08-27T22:50:31.049Z | Checking serde_json v1.0.125 |
1670 | 2024-08-27T22:50:31.049Z | Checking openssl-sys v0.9.103 |
1671 | 2024-08-27T22:50:31.049Z | Checking spki v0.7.3 |
1672 | 2024-08-27T22:50:31.049Z | Checking aho-corasick v1.1.3 |
1673 | 2024-08-27T22:50:31.049Z | Checking try-lock v0.2.5 |
1674 | 2024-08-27T22:50:31.049Z | Checking tokio v1.39.3 |
1675 | 2024-08-27T22:50:31.049Z | Checking http v0.2.12 |
1676 | 2024-08-27T22:50:31.087Z | Checking pkcs5 v0.7.1 |
1677 | 2024-08-27T22:50:31.392Z | Checking unicode-ident v1.0.12 |
1678 | 2024-08-27T22:50:31.485Z | Checking siphasher v0.3.11 |
1679 | 2024-08-27T22:50:31.537Z | Checking regex-syntax v0.8.4 |
1680 | 2024-08-27T22:50:31.697Z | Checking powerfmt v0.2.0 |
1681 | 2024-08-27T22:50:31.766Z | Checking openssl v0.10.66 |
1682 | 2024-08-27T22:50:31.847Z | Checking proc-macro2 v1.0.86 |
1683 | 2024-08-27T22:50:31.945Z | Checking deranged v0.3.11 |
1684 | 2024-08-27T22:50:32.293Z | Checking http-body v0.4.6 |
1685 | 2024-08-27T22:50:32.468Z | Checking pkcs8 v0.10.2 |
1686 | 2024-08-27T22:50:32.520Z | Checking want v0.3.1 |
1687 | 2024-08-27T22:50:32.670Z | Checking sct v0.7.1 |
1688 | 2024-08-27T22:50:32.689Z | Checking rustls-webpki v0.101.7 |
1689 | 2024-08-27T22:50:32.754Z | Checking uuid v1.10.0 |
1690 | 2024-08-27T22:50:32.859Z | Checking idna v0.5.0 |
1691 | 2024-08-27T22:50:33.224Z | Checking httparse v1.8.0 |
1692 | 2024-08-27T22:50:33.346Z | Checking errno v0.3.9 |
1693 | 2024-08-27T22:50:33.367Z | Checking scroll v0.12.0 |
1694 | 2024-08-27T22:50:33.516Z | Checking anstyle v1.0.8 |
1695 | 2024-08-27T22:50:33.629Z | Checking adler v1.0.2 |
1696 | 2024-08-27T22:50:33.644Z | Checking openssl-probe v0.1.5 |
1697 | 2024-08-27T22:50:33.657Z | Checking finl_unicode v1.2.0 |
1698 | 2024-08-27T22:50:33.773Z | Checking ucd-trie v0.1.6 |
1699 | 2024-08-27T22:50:33.787Z | Checking httpdate v1.0.3 |
1700 | 2024-08-27T22:50:33.801Z | Checking iana-time-zone v0.1.60 |
1701 | 2024-08-27T22:50:33.856Z | Checking num_threads v0.1.7 |
1702 | 2024-08-27T22:50:33.937Z | Checking utf8parse v0.2.1 |
1703 | 2024-08-27T22:50:33.970Z | Checking time-core v0.1.2 |
1704 | 2024-08-27T22:50:33.983Z | Checking tower-service v0.3.2 |
1705 | 2024-08-27T22:50:34.025Z | Checking plain v0.2.3 |
1706 | 2024-08-27T22:50:34.071Z | Checking num-conv v0.1.0 |
1707 | 2024-08-27T22:50:34.086Z | Checking anstyle-parse v0.2.4 |
1708 | 2024-08-27T22:50:34.116Z | Checking pest v2.7.10 |
1709 | 2024-08-27T22:50:34.173Z | Checking goblin v0.8.2 |
1710 | 2024-08-27T22:50:34.226Z | Checking stringprep v0.1.4 |
1711 | 2024-08-27T22:50:34.324Z | Checking time v0.3.36 |
1712 | 2024-08-27T22:50:34.344Z | Checking chrono v0.4.38 |
1713 | 2024-08-27T22:50:34.483Z | Checking miniz_oxide v0.7.2 |
1714 | 2024-08-27T22:50:34.761Z | Checking regex-automata v0.4.6 |
1715 | 2024-08-27T22:50:35.179Z | Checking url v2.5.2 |
1716 | 2024-08-27T22:50:35.948Z | Checking rustix v0.38.34 |
1717 | 2024-08-27T22:50:36.452Z | Checking rustls v0.21.12 |
1718 | 2024-08-27T22:50:36.570Z | Checking quote v1.0.36 |
1719 | 2024-08-27T22:50:36.774Z | Checking toml_datetime v0.6.8 |
1720 | 2024-08-27T22:50:36.886Z | Checking serde_spanned v0.6.7 |
1721 | 2024-08-27T22:50:37.065Z | Checking num-integer v0.1.46 |
1722 | 2024-08-27T22:50:37.079Z | Checking md-5 v0.10.6 |
1723 | 2024-08-27T22:50:37.239Z | Checking native-tls v0.2.11 |
1724 | 2024-08-27T22:50:37.291Z | Checking idna v0.3.0 |
1725 | 2024-08-27T22:50:37.512Z | Checking lazy_static v1.5.0 |
1726 | 2024-08-27T22:50:37.534Z | Checking hash32 v0.2.1 |
1727 | 2024-08-27T22:50:37.627Z | Checking pretty-hex v0.4.1 |
1728 | 2024-08-27T22:50:37.790Z | Checking anstyle-query v1.0.3 |
1729 | 2024-08-27T22:50:37.841Z | Checking stable_deref_trait v1.2.0 |
1730 | 2024-08-27T22:50:37.889Z | Checking colorchoice v1.0.1 |
1731 | 2024-08-27T22:50:37.905Z | Checking base64 v0.22.1 |
1732 | 2024-08-27T22:50:37.934Z | Checking tokio-util v0.7.11 |
1733 | 2024-08-27T22:50:37.939Z | Checking psl-types v2.0.11 |
1734 | 2024-08-27T22:50:38.015Z | Checking fallible-iterator v0.2.0 |
1735 | 2024-08-27T22:50:38.107Z | Checking gimli v0.28.1 |
1736 | 2024-08-27T22:50:38.121Z | Checking is_terminal_polyfill v1.70.0 |
1737 | 2024-08-27T22:50:38.227Z | Checking anstream v0.6.14 |
1738 | 2024-08-27T22:50:38.362Z | Checking publicsuffix v2.2.3 |
1739 | 2024-08-27T22:50:38.590Z | Checking heapless v0.7.17 |
1740 | 2024-08-27T22:50:38.593Z | Checking tokio-native-tls v0.3.1 |
1741 | 2024-08-27T22:50:38.620Z | Checking postgres-protocol v0.6.7 |
1742 | 2024-08-27T22:50:38.751Z | Checking h2 v0.3.26 |
1743 | 2024-08-27T22:50:38.840Z | Checking terminal_size v0.3.0 |
1744 | 2024-08-27T22:50:39.007Z | Checking num-iter v0.1.45 |
1745 | 2024-08-27T22:50:39.097Z | Checking dof v0.3.0 |
1746 | 2024-08-27T22:50:39.178Z | Checking syn v2.0.74 |
1747 | 2024-08-27T22:50:39.256Z | Checking cookie v0.17.0 |
1748 | 2024-08-27T22:50:39.320Z | Checking dtrace-parser v0.2.0 |
1749 | 2024-08-27T22:50:39.626Z | Checking tokio-rustls v0.24.1 |
1750 | 2024-08-27T22:50:39.642Z | Checking phf_shared v0.11.2 |
1751 | 2024-08-27T22:50:39.645Z | Checking ff v0.13.0 |
1752 | 2024-08-27T22:50:39.693Z | Checking thread-id v4.2.1 |
1753 | 2024-08-27T22:50:39.788Z | Checking object v0.32.2 |
1754 | 2024-08-27T22:50:39.803Z | Checking clap_lex v0.7.0 |
1755 | 2024-08-27T22:50:39.873Z | Checking ipnet v2.9.0 |
1756 | 2024-08-27T22:50:39.907Z | Checking base64 v0.21.7 |
1757 | 2024-08-27T22:50:40.010Z | Checking base16ct v0.2.0 |
1758 | 2024-08-27T22:50:40.040Z | Checking strsim v0.11.1 |
1759 | 2024-08-27T22:50:40.188Z | Checking either v1.13.0 |
1760 | 2024-08-27T22:50:40.329Z | Checking winnow v0.5.40 |
1761 | 2024-08-27T22:50:40.332Z | Checking rustc-demangle v0.1.24 |
1762 | 2024-08-27T22:50:40.336Z | Checking managed v0.8.0 |
1763 | 2024-08-27T22:50:40.533Z | Checking bitflags v1.3.2 |
1764 | 2024-08-27T22:50:40.625Z | Checking rustls-pemfile v1.0.4 |
1765 | 2024-08-27T22:50:40.700Z | Checking smoltcp v0.9.1 |
1766 | 2024-08-27T22:50:40.713Z | Checking clap_builder v4.5.15 |
1767 | 2024-08-27T22:50:40.802Z | Checking sec1 v0.7.3 |
1768 | 2024-08-27T22:50:41.170Z | Checking phf v0.11.2 |
1769 | 2024-08-27T22:50:41.452Z | Checking group v0.13.0 |
1770 | 2024-08-27T22:50:41.684Z | Checking cookie_store v0.20.0 |
1771 | 2024-08-27T22:50:41.984Z | Checking addr2line v0.21.0 |
1772 | 2024-08-27T22:50:42.215Z | Checking regex v1.10.6 |
1773 | 2024-08-27T22:50:42.310Z | Checking bstr v1.9.1 |
1774 | 2024-08-27T22:50:42.482Z | Checking postgres-types v0.2.7 |
1775 | 2024-08-27T22:50:42.838Z | Checking num-bigint-dig v0.8.4 |
1776 | 2024-08-27T22:50:43.185Z | Checking futures-executor v0.3.30 |
1777 | 2024-08-27T22:50:43.201Z | Checking pkcs1 v0.7.5 |
1778 | 2024-08-27T22:50:43.255Z | Checking toml_edit v0.19.15 |
1779 | 2024-08-27T22:50:43.404Z | Checking phf_shared v0.10.0 |
1780 | 2024-08-27T22:50:43.574Z | Checking serde_urlencoded v0.7.1 |
1781 | 2024-08-27T22:50:43.670Z | Checking hubpack v0.1.2 |
1782 | 2024-08-27T22:50:43.691Z | Checking zerocopy v0.6.6 |
1783 | 2024-08-27T22:50:43.987Z | Checking float-cmp v0.9.0 |
1784 | 2024-08-27T22:50:44.009Z | Checking crossbeam-utils v0.8.19 |
1785 | 2024-08-27T22:50:44.175Z | Checking signal-hook v0.3.17 |
1786 | 2024-08-27T22:50:44.437Z | Checking crc32fast v1.4.0 |
1787 | 2024-08-27T22:50:44.512Z | Checking hkdf v0.12.4 |
1788 | 2024-08-27T22:50:44.659Z | Checking signature v2.2.0 |
1789 | 2024-08-27T22:50:44.705Z | Checking idna v0.4.0 |
1790 | 2024-08-27T22:50:44.719Z | Checking crypto-bigint v0.5.5 |
1791 | 2024-08-27T22:50:44.835Z | Checking mio v0.8.11 |
1792 | 2024-08-27T22:50:44.848Z | Checking hyper v0.14.30 |
1793 | 2024-08-27T22:50:44.889Z | Checking memmap v0.7.0 |
1794 | 2024-08-27T22:50:45.085Z | Checking encoding_rs v0.8.34 |
1795 | 2024-08-27T22:50:45.403Z | Checking usdt-impl v0.5.0 |
1796 | 2024-08-27T22:50:45.418Z | Checking static_assertions v1.1.0 |
1797 | 2024-08-27T22:50:45.498Z | Checking minimal-lexical v0.2.1 |
1798 | 2024-08-27T22:50:45.531Z | Checking precomputed-hash v0.1.1 |
1799 | 2024-08-27T22:50:45.614Z | Checking fixedbitset v0.4.2 |
1800 | 2024-08-27T22:50:45.634Z | Checking bit-vec v0.6.3 |
1801 | 2024-08-27T22:50:45.857Z | Checking backtrace v0.3.71 |
1802 | 2024-08-27T22:50:45.874Z | Checking webpki-roots v0.25.4 |
1803 | 2024-08-27T22:50:45.877Z | Checking winnow v0.6.18 |
1804 | 2024-08-27T22:50:45.906Z | Checking dyn-clone v1.0.17 |
1805 | 2024-08-27T22:50:45.957Z | Checking unicode-segmentation v1.11.0 |
1806 | 2024-08-27T22:50:46.015Z | Checking sync_wrapper v0.1.2 |
1807 | 2024-08-27T22:50:46.032Z | Checking unicode-width v0.1.13 |
1808 | 2024-08-27T22:50:46.126Z | Checking whoami v1.5.1 |
1809 | 2024-08-27T22:50:46.209Z | Checking difflib v0.4.0 |
1810 | 2024-08-27T22:50:46.391Z | Checking normalize-line-endings v0.3.0 |
1811 | 2024-08-27T22:50:46.414Z | Checking mime v0.3.17 |
1812 | 2024-08-27T22:50:46.512Z | Checking new_debug_unreachable v1.0.6 |
1813 | 2024-08-27T22:50:46.512Z | Checking data-encoding v2.6.0 |
1814 | 2024-08-27T22:50:46.585Z | Checking predicates-core v1.0.6 |
1815 | 2024-08-27T22:50:46.601Z | Checking string_cache v0.8.7 |
1816 | 2024-08-27T22:50:46.720Z | Checking similar v2.6.0 |
1817 | 2024-08-27T22:50:46.751Z | Checking predicates v3.1.2 |
1818 | 2024-08-27T22:50:46.863Z | Checking tokio-postgres v0.7.11 |
1819 | 2024-08-27T22:50:47.196Z | Checking hickory-proto v0.24.1 |
1820 | 2024-08-27T22:50:47.344Z | Checking elliptic-curve v0.13.8 |
1821 | 2024-08-27T22:50:47.376Z | Checking anyhow v1.0.86 |
1822 | 2024-08-27T22:50:47.429Z | Checking console v0.15.8 |
1823 | 2024-08-27T22:50:47.545Z | Checking schemars v0.8.21 |
1824 | 2024-08-27T22:50:47.740Z | Checking bit-set v0.5.3 |
1825 | 2024-08-27T22:50:47.956Z | Checking usdt v0.5.0 |
1826 | 2024-08-27T22:50:47.974Z | Checking nom v7.1.3 |
1827 | 2024-08-27T22:50:48.014Z | Checking petgraph v0.6.5 |
1828 | 2024-08-27T22:50:48.196Z | Checking toml v0.7.8 |
1829 | 2024-08-27T22:50:48.825Z | Checking toml_edit v0.22.20 |
1830 | 2024-08-27T22:50:48.958Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1831 | 2024-08-27T22:50:49.223Z | Checking signal-hook-mio v0.2.4 |
1832 | 2024-08-27T22:50:49.371Z | Checking rsa v0.9.6 |
1833 | 2024-08-27T22:50:49.791Z | Checking crossbeam-epoch v0.9.18 |
1834 | 2024-08-27T22:50:50.247Z | Checking flate2 v1.0.31 |
1835 | 2024-08-27T22:50:50.404Z | Checking clap v4.5.16 |
1836 | 2024-08-27T22:50:50.527Z | Checking futures v0.3.30 |
1837 | 2024-08-27T22:50:50.646Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1838 | 2024-08-27T22:50:50.668Z | Checking itertools v0.12.1 |
1839 | 2024-08-27T22:50:50.847Z | Checking itertools v0.10.5 |
1840 | 2024-08-27T22:50:50.881Z | Checking tokio-stream v0.1.15 |
1841 | 2024-08-27T22:50:50.936Z | Checking hyper-tls v0.5.0 |
1842 | 2024-08-27T22:50:51.214Z | Checking hyper-rustls v0.24.2 |
1843 | 2024-08-27T22:50:51.257Z | Checking fs-err v2.11.0 |
1844 | 2024-08-27T22:50:51.429Z | Checking nix v0.28.0 |
1845 | 2024-08-27T22:50:51.498Z | Checking reqwest v0.11.27 |
1846 | 2024-08-27T22:50:51.758Z | Checking slog v2.7.0 |
1847 | 2024-08-27T22:50:51.813Z | Checking openapiv3 v2.0.0 |
1848 | 2024-08-27T22:50:51.853Z | Checking hex v0.4.3 |
1849 | 2024-08-27T22:50:52.214Z | Checking semver v1.0.23 |
1850 | 2024-08-27T22:50:52.369Z | Checking sha1 v0.10.6 |
1851 | 2024-08-27T22:50:52.628Z | Checking peg-runtime v0.8.3 |
1852 | 2024-08-27T22:50:52.645Z | Checking lalrpop-util v0.19.12 |
1853 | 2024-08-27T22:50:52.857Z | Checking camino v1.1.9 |
1854 | 2024-08-27T22:50:52.915Z | Checking sigpipe v0.1.3 |
1855 | 2024-08-27T22:50:54.588Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1856 | 2024-08-27T22:50:54.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.47s |
1857 | 2024-08-27T22:50:55.020Z | |
1858 | 2024-08-27T22:50:55.020Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/156) |
1859 | 2024-08-27T22:50:55.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2024-08-27T22:50:55.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2024-08-27T22:50:55.683Z | Compiling regress v0.9.1 |
1862 | 2024-08-27T22:50:55.778Z | Checking strum v0.26.3 |
1863 | 2024-08-27T22:50:55.794Z | Checking heck v0.5.0 |
1864 | 2024-08-27T22:50:55.801Z | Compiling getopts v0.2.21 |
1865 | 2024-08-27T22:50:55.811Z | Checking dirs-sys-next v0.1.2 |
1866 | 2024-08-27T22:50:55.822Z | Compiling unsafe-libyaml v0.2.11 |
1867 | 2024-08-27T22:50:55.898Z | Checking http v1.1.0 |
1868 | 2024-08-27T22:50:55.941Z | Checking thread_local v1.1.8 |
1869 | 2024-08-27T22:50:55.965Z | Checking dirs-next v2.0.0 |
1870 | 2024-08-27T22:50:56.076Z | Checking rustls-pki-types v1.7.0 |
1871 | 2024-08-27T22:50:56.125Z | Compiling ident_case v1.0.1 |
1872 | 2024-08-27T22:50:56.197Z | Checking term v0.7.0 |
1873 | 2024-08-27T22:50:56.293Z | Compiling darling_core v0.20.9 |
1874 | 2024-08-27T22:50:56.487Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1875 | 2024-08-27T22:50:56.605Z | Checking crossbeam-channel v0.5.12 |
1876 | 2024-08-27T22:50:56.717Z | Checking atty v0.2.14 |
1877 | 2024-08-27T22:50:56.789Z | Checking is-terminal v0.4.12 |
1878 | 2024-08-27T22:50:56.853Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1879 | 2024-08-27T22:50:56.909Z | Checking termcolor v1.4.1 |
1880 | 2024-08-27T22:50:57.186Z | Compiling serde_yaml v0.9.34+deprecated |
1881 | 2024-08-27T22:50:57.278Z | Checking utf-8 v0.7.6 |
1882 | 2024-08-27T22:50:57.290Z | Compiling paste v1.0.15 |
1883 | 2024-08-27T22:50:57.345Z | Checking take_mut v0.2.2 |
1884 | 2024-08-27T22:50:57.471Z | Checking humantime v2.1.0 |
1885 | 2024-08-27T22:50:57.489Z | Compiling rustls v0.22.4 |
1886 | 2024-08-27T22:50:57.737Z | Checking env_logger v0.9.3 |
1887 | 2024-08-27T22:50:57.740Z | Checking slog-async v2.8.0 |
1888 | 2024-08-27T22:50:57.840Z | Checking slog-term v2.9.1 |
1889 | 2024-08-27T22:50:57.860Z | Checking rustls-webpki v0.102.4 |
1890 | 2024-08-27T22:50:58.026Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-27T22:50:58.150Z | Compiling proc-macro-crate v1.3.1 |
1892 | 2024-08-27T22:50:58.344Z | Compiling bitstruct_derive v0.1.0 |
1893 | 2024-08-27T22:50:58.363Z | Compiling structmeta-derive v0.3.0 |
1894 | 2024-08-27T22:50:58.610Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-27T22:50:58.740Z | Compiling multer v3.1.0 |
1896 | 2024-08-27T22:50:59.037Z | Checking match_cfg v0.1.0 |
1897 | 2024-08-27T22:50:59.129Z | Checking ascii v1.1.0 |
1898 | 2024-08-27T22:50:59.164Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1899 | 2024-08-27T22:50:59.243Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-08-27T22:50:59.559Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-08-27T22:50:59.735Z | Checking bitstruct v0.1.1 |
1902 | 2024-08-27T22:50:59.865Z | Compiling num_enum_derive v0.5.11 |
1903 | 2024-08-27T22:51:00.444Z | Checking hostname v0.3.1 |
1904 | 2024-08-27T22:51:00.644Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-27T22:51:00.852Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-08-27T22:51:01.284Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-27T22:51:01.300Z | Compiling structmeta v0.3.0 |
1908 | 2024-08-27T22:51:01.537Z | Checking slog-json v2.6.1 |
1909 | 2024-08-27T22:51:01.558Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-27T22:51:01.741Z | Checking serde_arrays v0.1.0 |
1911 | 2024-08-27T22:51:01.789Z | Checking erased-serde v0.3.31 |
1912 | 2024-08-27T22:51:01.816Z | Compiling async-stream-impl v0.3.5 |
1913 | 2024-08-27T22:51:01.881Z | Compiling foreign-types-macros v0.2.3 |
1914 | 2024-08-27T22:51:02.328Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1915 | 2024-08-27T22:51:02.478Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1916 | 2024-08-27T22:51:02.633Z | Checking arc-swap v1.7.1 |
1917 | 2024-08-27T22:51:02.775Z | Checking atomic-waker v1.1.2 |
1918 | 2024-08-27T22:51:02.818Z | Checking foreign-types-shared v0.3.1 |
1919 | 2024-08-27T22:51:02.903Z | Checking waitgroup v0.1.2 |
1920 | 2024-08-27T22:51:02.921Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-08-27T22:51:03.033Z | Checking slog-scope v4.4.0 |
1922 | 2024-08-27T22:51:03.123Z | Checking foreign-types v0.5.0 |
1923 | 2024-08-27T22:51:03.140Z | Checking num_enum v0.5.11 |
1924 | 2024-08-27T22:51:03.202Z | Compiling darling_macro v0.20.9 |
1925 | 2024-08-27T22:51:03.218Z | Checking async-stream v0.3.5 |
1926 | 2024-08-27T22:51:03.233Z | Checking slog-bunyan v2.5.0 |
1927 | 2024-08-27T22:51:03.247Z | Compiling parse-display-derive v0.10.0 |
1928 | 2024-08-27T22:51:03.267Z | Compiling proc-macro-error v1.0.4 |
1929 | 2024-08-27T22:51:03.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1930 | 2024-08-27T22:51:03.779Z | Checking toml v0.8.19 |
1931 | 2024-08-27T22:51:03.820Z | Checking tungstenite v0.20.1 |
1932 | 2024-08-27T22:51:03.936Z | Checking rustls-pemfile v2.1.3 |
1933 | 2024-08-27T22:51:04.153Z | Compiling darling v0.20.9 |
1934 | 2024-08-27T22:51:04.229Z | Compiling heck v0.3.3 |
1935 | 2024-08-27T22:51:04.292Z | Compiling serde_with_macros v3.9.0 |
1936 | 2024-08-27T22:51:04.411Z | Checking tokio-rustls v0.25.0 |
1937 | 2024-08-27T22:51:04.576Z | Checking newtype-uuid v1.1.0 |
1938 | 2024-08-27T22:51:04.680Z | Checking ipnetwork v0.20.0 |
1939 | 2024-08-27T22:51:04.696Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1940 | 2024-08-27T22:51:04.758Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1941 | 2024-08-27T22:51:04.824Z | Checking serde_path_to_error v0.1.16 |
1942 | 2024-08-27T22:51:05.026Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1943 | 2024-08-27T22:51:05.398Z | Checking hostname v0.4.0 |
1944 | 2024-08-27T22:51:05.538Z | Checking cstr-argument v0.1.2 |
1945 | 2024-08-27T22:51:05.567Z | Checking instant v0.1.12 |
1946 | 2024-08-27T22:51:05.677Z | Checking fastrand v2.1.0 |
1947 | 2024-08-27T22:51:05.713Z | Checking pretty-hex v0.2.1 |
1948 | 2024-08-27T22:51:05.838Z | Checking debug-ignore v1.0.5 |
1949 | 2024-08-27T22:51:05.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1950 | 2024-08-27T22:51:05.968Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1951 | 2024-08-27T22:51:05.983Z | Checking tempfile v3.10.1 |
1952 | 2024-08-27T22:51:06.190Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1953 | 2024-08-27T22:51:06.225Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1954 | 2024-08-27T22:51:06.327Z | Checking backoff v0.4.0 |
1955 | 2024-08-27T22:51:06.475Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1956 | 2024-08-27T22:51:06.541Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1957 | 2024-08-27T22:51:06.602Z | Checking tokio-tungstenite v0.20.1 |
1958 | 2024-08-27T22:51:06.761Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-08-27T22:51:06.824Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1960 | 2024-08-27T22:51:07.053Z | Checking slog-stdlog v4.1.1 |
1961 | 2024-08-27T22:51:07.219Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1962 | 2024-08-27T22:51:07.292Z | Checking serde_with v3.9.0 |
1963 | 2024-08-27T22:51:07.370Z | Checking tungstenite v0.21.0 |
1964 | 2024-08-27T22:51:07.575Z | Checking colored v2.1.0 |
1965 | 2024-08-27T22:51:07.845Z | Checking parse-display v0.10.0 |
1966 | 2024-08-27T22:51:07.880Z | Checking macaddr v1.0.1 |
1967 | 2024-08-27T22:51:08.063Z | Checking socket2 v0.4.10 |
1968 | 2024-08-27T22:51:08.197Z | Checking base64 v0.13.1 |
1969 | 2024-08-27T22:51:08.213Z | Checking zone v0.1.8 |
1970 | 2024-08-27T22:51:08.266Z | Checking tokio-tungstenite v0.21.0 |
1971 | 2024-08-27T22:51:08.580Z | Checking ron v0.7.1 |
1972 | 2024-08-27T22:51:08.750Z | Checking slog-envlogger v2.2.0 |
1973 | 2024-08-27T22:51:08.858Z | Checking pem v3.0.4 |
1974 | 2024-08-27T22:51:08.974Z | Checking tabwriter v1.4.0 |
1975 | 2024-08-27T22:51:09.128Z | Checking xattr v1.3.1 |
1976 | 2024-08-27T22:51:09.252Z | Checking portpicker v0.1.1 |
1977 | 2024-08-27T22:51:09.321Z | Checking yasna v0.5.2 |
1978 | 2024-08-27T22:51:09.392Z | Checking headers-core v0.2.0 |
1979 | 2024-08-27T22:51:09.533Z | Checking smf v0.2.3 |
1980 | 2024-08-27T22:51:09.725Z | Checking filetime v0.2.24 |
1981 | 2024-08-27T22:51:09.940Z | Checking same-file v1.0.6 |
1982 | 2024-08-27T22:51:09.983Z | Checking tar v0.4.41 |
1983 | 2024-08-27T22:51:10.101Z | Checking walkdir v2.5.0 |
1984 | 2024-08-27T22:51:10.192Z | Checking headers v0.3.9 |
1985 | 2024-08-27T22:51:10.229Z | Checking rcgen v0.12.1 |
1986 | 2024-08-27T22:51:10.382Z | Checking camino-tempfile v1.1.1 |
1987 | 2024-08-27T22:51:10.607Z | Checking atomicwrites v0.4.3 |
1988 | 2024-08-27T22:51:10.646Z | Checking subprocess v0.2.9 |
1989 | 2024-08-27T22:51:11.810Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-08-27T22:51:12.099Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-08-27T22:51:13.648Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1992 | 2024-08-27T22:51:15.558Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1993 | 2024-08-27T22:51:15.623Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1994 | 2024-08-27T22:51:18.715Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1995 | 2024-08-27T22:51:24.582Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1996 | 2024-08-27T22:51:24.713Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1997 | 2024-08-27T22:51:24.715Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1998 | 2024-08-27T22:51:27.130Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1999 | 2024-08-27T22:51:27.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2000 | 2024-08-27T22:51:33.484Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2001 | 2024-08-27T22:51:34.959Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2002 | 2024-08-27T22:51:36.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s |
2003 | 2024-08-27T22:51:36.186Z | |
2004 | 2024-08-27T22:51:36.186Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/156) |
2005 | 2024-08-27T22:51:36.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-27T22:51:36.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-27T22:51:36.879Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2008 | 2024-08-27T22:51:38.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2009 | 2024-08-27T22:51:38.240Z | |
2010 | 2024-08-27T22:51:38.240Z | info: running `cargo check --bins` on nexus-config (31/156) |
2011 | 2024-08-27T22:51:38.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-08-27T22:51:38.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-08-27T22:51:38.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2024-08-27T22:51:38.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2015 | 2024-08-27T22:51:38.861Z | |
2016 | 2024-08-27T22:51:38.861Z | info: running `cargo check --bins` on omicron-rpaths (32/156) |
2017 | 2024-08-27T22:51:39.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2024-08-27T22:51:39.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2024-08-27T22:51:39.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2020 | 2024-08-27T22:51:39.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2021 | 2024-08-27T22:51:39.498Z | |
2022 | 2024-08-27T22:51:39.498Z | info: running `cargo check --bins` on omicron-certificates (33/156) |
2023 | 2024-08-27T22:51:40.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2024-08-27T22:51:40.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2024-08-27T22:51:40.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2026 | 2024-08-27T22:51:40.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2027 | 2024-08-27T22:51:40.096Z | |
2028 | 2024-08-27T22:51:40.096Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/156) |
2029 | 2024-08-27T22:51:44.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2030 | 2024-08-27T22:51:44.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2031 | 2024-08-27T22:51:44.457Z | Compiling heapless v0.8.0 |
2032 | 2024-08-27T22:51:44.457Z | Checking hash32 v0.3.1 |
2033 | 2024-08-27T22:51:44.457Z | Compiling smoltcp v0.11.0 |
2034 | 2024-08-27T22:51:44.457Z | Checking cobs v0.2.3 |
2035 | 2024-08-27T22:51:44.457Z | Checking embedded-io v0.4.0 |
2036 | 2024-08-27T22:51:44.457Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2037 | 2024-08-27T22:51:44.457Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2038 | 2024-08-27T22:51:44.457Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2039 | 2024-08-27T22:51:44.457Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-08-27T22:51:44.457Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2041 | 2024-08-27T22:51:44.457Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2042 | 2024-08-27T22:51:44.457Z | Checking postcard v1.0.8 |
2043 | 2024-08-27T22:51:44.457Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2044 | 2024-08-27T22:51:44.457Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2045 | 2024-08-27T22:51:44.457Z | Compiling num-derive v0.4.2 |
2046 | 2024-08-27T22:51:44.457Z | Compiling slog-dtrace v0.3.0 |
2047 | 2024-08-27T22:51:44.457Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2048 | 2024-08-27T22:51:44.457Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2049 | 2024-08-27T22:51:44.457Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2050 | 2024-08-27T22:51:44.457Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2051 | 2024-08-27T22:51:44.457Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2052 | 2024-08-27T22:51:44.457Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2053 | 2024-08-27T22:51:45.141Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2054 | 2024-08-27T22:51:46.169Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2055 | 2024-08-27T22:51:47.842Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2056 | 2024-08-27T22:51:48.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s |
2057 | 2024-08-27T22:51:48.662Z | |
2058 | 2024-08-27T22:51:48.662Z | info: running `cargo check --bins` on clickhouse-admin-api (35/156) |
2059 | 2024-08-27T22:51:49.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-27T22:51:49.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-27T22:51:49.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-27T22:51:49.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2063 | 2024-08-27T22:51:49.296Z | |
2064 | 2024-08-27T22:51:49.296Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/156) |
2065 | 2024-08-27T22:51:49.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-27T22:51:49.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-27T22:51:49.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-08-27T22:51:49.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2069 | 2024-08-27T22:51:50.046Z | |
2070 | 2024-08-27T22:51:50.046Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/156) |
2071 | 2024-08-27T22:51:50.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-08-27T22:51:50.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-08-27T22:51:50.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2074 | 2024-08-27T22:51:50.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2075 | 2024-08-27T22:51:50.791Z | |
2076 | 2024-08-27T22:51:50.791Z | info: running `cargo check --bins` on dns-server (38/156) |
2077 | 2024-08-27T22:51:51.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2078 | 2024-08-27T22:51:51.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2079 | 2024-08-27T22:51:51.424Z | Compiling parking_lot_core v0.8.6 |
2080 | 2024-08-27T22:51:51.514Z | Checking newline-converter v0.3.0 |
2081 | 2024-08-27T22:51:51.517Z | Checking nibble_vec v0.1.0 |
2082 | 2024-08-27T22:51:51.517Z | Checking quick-error v1.2.3 |
2083 | 2024-08-27T22:51:51.517Z | Checking linked-hash-map v0.5.6 |
2084 | 2024-08-27T22:51:51.517Z | Checking endian-type v0.1.2 |
2085 | 2024-08-27T22:51:51.522Z | Checking fxhash v0.2.1 |
2086 | 2024-08-27T22:51:51.544Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2087 | 2024-08-27T22:51:51.635Z | Checking expectorate v1.1.0 |
2088 | 2024-08-27T22:51:51.666Z | Checking resolv-conf v0.7.0 |
2089 | 2024-08-27T22:51:51.677Z | Checking hickory-server v0.24.1 |
2090 | 2024-08-27T22:51:51.711Z | Checking radix_trie v0.2.1 |
2091 | 2024-08-27T22:51:51.786Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2092 | 2024-08-27T22:51:51.809Z | Checking lru-cache v0.1.2 |
2093 | 2024-08-27T22:51:51.985Z | Checking hickory-resolver v0.24.1 |
2094 | 2024-08-27T22:51:52.045Z | Checking hickory-client v0.24.1 |
2095 | 2024-08-27T22:51:52.226Z | Checking parking_lot v0.11.2 |
2096 | 2024-08-27T22:51:52.472Z | Checking sled v0.34.7 |
2097 | 2024-08-27T22:51:54.211Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2098 | 2024-08-27T22:51:55.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2099 | 2024-08-27T22:51:55.426Z | |
2100 | 2024-08-27T22:51:55.426Z | info: running `cargo check --bins` on dns-server-api (39/156) |
2101 | 2024-08-27T22:51:55.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-08-27T22:51:55.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-08-27T22:51:55.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-08-27T22:51:55.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2105 | 2024-08-27T22:51:56.050Z | |
2106 | 2024-08-27T22:51:56.050Z | info: running `cargo check --bins` on dns-service-client (40/156) |
2107 | 2024-08-27T22:51:56.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-27T22:51:56.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-27T22:51:56.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2110 | 2024-08-27T22:51:56.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2111 | 2024-08-27T22:51:56.655Z | |
2112 | 2024-08-27T22:51:56.655Z | info: running `cargo check --bins` on gateway-test-utils (41/156) |
2113 | 2024-08-27T22:51:57.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-08-27T22:51:57.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-08-27T22:51:57.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-08-27T22:51:57.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2117 | 2024-08-27T22:51:57.360Z | |
2118 | 2024-08-27T22:51:57.360Z | info: running `cargo check --bins` on gateway-types (42/156) |
2119 | 2024-08-27T22:51:57.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-08-27T22:51:57.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-08-27T22:51:57.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-08-27T22:51:57.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2123 | 2024-08-27T22:51:57.995Z | |
2124 | 2024-08-27T22:51:57.995Z | info: running `cargo check --bins` on ipcc (43/156) |
2125 | 2024-08-27T22:51:58.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-08-27T22:51:58.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-08-27T22:51:58.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-08-27T22:51:58.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2129 | 2024-08-27T22:51:58.632Z | |
2130 | 2024-08-27T22:51:58.632Z | info: running `cargo check --bins` on omicron-gateway (44/156) |
2131 | 2024-08-27T22:51:59.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-08-27T22:51:59.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-08-27T22:51:59.345Z | Compiling rustls-pki-types v1.7.0 |
2134 | 2024-08-27T22:51:59.348Z | Compiling match_cfg v0.1.0 |
2135 | 2024-08-27T22:51:59.447Z | Checking num-rational v0.4.2 |
2136 | 2024-08-27T22:51:59.450Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2137 | 2024-08-27T22:51:59.450Z | Compiling slog-json v2.6.1 |
2138 | 2024-08-27T22:51:59.450Z | Compiling http v1.1.0 |
2139 | 2024-08-27T22:51:59.450Z | Checking num-complex v0.4.6 |
2140 | 2024-08-27T22:51:59.480Z | Compiling prettyplease v0.2.20 |
2141 | 2024-08-27T22:51:59.518Z | Compiling hostname v0.3.1 |
2142 | 2024-08-27T22:51:59.770Z | Compiling atomic-waker v1.1.2 |
2143 | 2024-08-27T22:51:59.839Z | Compiling rustls-webpki v0.102.4 |
2144 | 2024-08-27T22:51:59.855Z | Compiling rustls-pemfile v2.1.3 |
2145 | 2024-08-27T22:51:59.868Z | Compiling waitgroup v0.1.2 |
2146 | 2024-08-27T22:51:59.936Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2147 | 2024-08-27T22:52:00.036Z | Compiling slog-bunyan v2.5.0 |
2148 | 2024-08-27T22:52:00.080Z | Compiling async-stream v0.3.5 |
2149 | 2024-08-27T22:52:00.147Z | Compiling toml v0.8.19 |
2150 | 2024-08-27T22:52:00.227Z | Compiling ipnetwork v0.20.0 |
2151 | 2024-08-27T22:52:00.246Z | Compiling newtype-uuid v1.1.0 |
2152 | 2024-08-27T22:52:00.329Z | Compiling serde_path_to_error v0.1.16 |
2153 | 2024-08-27T22:52:00.374Z | Compiling hostname v0.4.0 |
2154 | 2024-08-27T22:52:00.399Z | Checking num v0.4.3 |
2155 | 2024-08-27T22:52:00.502Z | Compiling instant v0.1.12 |
2156 | 2024-08-27T22:52:00.531Z | Compiling semver v0.1.20 |
2157 | 2024-08-27T22:52:00.620Z | Checking float-ord v0.3.2 |
2158 | 2024-08-27T22:52:00.647Z | Compiling rustls v0.22.4 |
2159 | 2024-08-27T22:52:00.766Z | Compiling radium v0.7.0 |
2160 | 2024-08-27T22:52:01.107Z | Compiling multer v3.1.0 |
2161 | 2024-08-27T22:52:01.154Z | Compiling debug-ignore v1.0.5 |
2162 | 2024-08-27T22:52:01.173Z | Compiling rustc_version v0.1.7 |
2163 | 2024-08-27T22:52:01.297Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2164 | 2024-08-27T22:52:01.315Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2165 | 2024-08-27T22:52:01.679Z | Compiling backoff v0.4.0 |
2166 | 2024-08-27T22:52:01.903Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-08-27T22:52:01.920Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2168 | 2024-08-27T22:52:01.924Z | Compiling parse-display v0.10.0 |
2169 | 2024-08-27T22:52:02.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2170 | 2024-08-27T22:52:02.080Z | Compiling serde_with v3.9.0 |
2171 | 2024-08-27T22:52:02.179Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2024-08-27T22:52:02.345Z | Compiling macaddr v1.0.1 |
2173 | 2024-08-27T22:52:02.667Z | Checking tap v1.0.1 |
2174 | 2024-08-27T22:52:02.801Z | Compiling maybe-uninit v2.0.0 |
2175 | 2024-08-27T22:52:02.832Z | Checking wyz v0.5.1 |
2176 | 2024-08-27T22:52:03.284Z | Compiling newtype_derive v0.1.6 |
2177 | 2024-08-27T22:52:03.393Z | Checking password-hash v0.5.0 |
2178 | 2024-08-27T22:52:03.613Z | Checking blake2 v0.10.6 |
2179 | 2024-08-27T22:52:03.740Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2180 | 2024-08-27T22:52:03.835Z | Checking funty v2.0.0 |
2181 | 2024-08-27T22:52:04.008Z | Compiling packed_struct v0.10.1 |
2182 | 2024-08-27T22:52:04.237Z | Checking crc-catalog v2.4.0 |
2183 | 2024-08-27T22:52:04.378Z | Checking crc v3.2.1 |
2184 | 2024-08-27T22:52:04.537Z | Checking argon2 v0.5.3 |
2185 | 2024-08-27T22:52:04.740Z | Compiling tokio-rustls v0.25.0 |
2186 | 2024-08-27T22:52:04.788Z | Checking bitvec v1.0.1 |
2187 | 2024-08-27T22:52:05.142Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2188 | 2024-08-27T22:52:05.248Z | Compiling packed_struct_codegen v0.10.1 |
2189 | 2024-08-27T22:52:05.881Z | Checking half v2.4.1 |
2190 | 2024-08-27T22:52:05.898Z | Compiling cookie v0.18.1 |
2191 | 2024-08-27T22:52:06.209Z | Compiling indexmap v1.9.3 |
2192 | 2024-08-27T22:52:06.358Z | Checking nodrop v0.1.14 |
2193 | 2024-08-27T22:52:06.477Z | Checking ciborium-io v0.2.2 |
2194 | 2024-08-27T22:52:06.546Z | Checking array-init v0.0.4 |
2195 | 2024-08-27T22:52:06.594Z | Checking ciborium-ll v0.2.2 |
2196 | 2024-08-27T22:52:07.115Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2197 | 2024-08-27T22:52:07.413Z | Checking smallvec v0.6.14 |
2198 | 2024-08-27T22:52:07.654Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2199 | 2024-08-27T22:52:07.905Z | Compiling memoffset v0.9.1 |
2200 | 2024-08-27T22:52:08.069Z | Compiling convert_case v0.4.0 |
2201 | 2024-08-27T22:52:08.219Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2202 | 2024-08-27T22:52:08.302Z | Checking hashbrown v0.12.3 |
2203 | 2024-08-27T22:52:08.522Z | Checking highway v1.2.0 |
2204 | 2024-08-27T22:52:08.893Z | Checking bitfield v0.14.0 |
2205 | 2024-08-27T22:52:08.944Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2206 | 2024-08-27T22:52:09.035Z | Compiling derive_more v0.99.18 |
2207 | 2024-08-27T22:52:09.208Z | Checking env_logger v0.10.2 |
2208 | 2024-08-27T22:52:09.671Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2209 | 2024-08-27T22:52:09.846Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2210 | 2024-08-27T22:52:10.058Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2211 | 2024-08-27T22:52:10.566Z | Checking serde-hex v0.1.0 |
2212 | 2024-08-27T22:52:10.692Z | Checking steno v0.4.1 |
2213 | 2024-08-27T22:52:10.873Z | Checking bzip2 v0.4.4 |
2214 | 2024-08-27T22:52:11.287Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2215 | 2024-08-27T22:52:11.462Z | Checking ciborium v0.2.2 |
2216 | 2024-08-27T22:52:11.590Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2217 | 2024-08-27T22:52:11.855Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2218 | 2024-08-27T22:52:12.502Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2219 | 2024-08-27T22:52:12.970Z | Checking ron v0.8.1 |
2220 | 2024-08-27T22:52:13.741Z | Checking x509-cert v0.2.5 |
2221 | 2024-08-27T22:52:14.064Z | Checking hashbrown v0.13.2 |
2222 | 2024-08-27T22:52:14.260Z | Compiling derive-where v1.2.7 |
2223 | 2024-08-27T22:52:14.543Z | Checking crc-any v2.5.0 |
2224 | 2024-08-27T22:52:15.205Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2225 | 2024-08-27T22:52:15.230Z | Checking object v0.30.4 |
2226 | 2024-08-27T22:52:15.422Z | Checking zip v0.6.6 |
2227 | 2024-08-27T22:52:15.905Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2228 | 2024-08-27T22:52:16.123Z | Checking path-slash v0.1.5 |
2229 | 2024-08-27T22:52:16.264Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2230 | 2024-08-27T22:52:16.290Z | Checking nix v0.27.1 |
2231 | 2024-08-27T22:52:16.446Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2232 | 2024-08-27T22:52:17.012Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2233 | 2024-08-27T22:52:17.176Z | Checking kstat-rs v0.2.4 |
2234 | 2024-08-27T22:52:17.255Z | Checking serde-big-array v0.5.1 |
2235 | 2024-08-27T22:52:17.406Z | Checking signal-hook-tokio v0.3.1 |
2236 | 2024-08-27T22:52:17.775Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2024-08-27T22:52:18.891Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2238 | 2024-08-27T22:52:21.553Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2239 | 2024-08-27T22:52:22.922Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2240 | 2024-08-27T22:52:24.948Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2241 | 2024-08-27T22:52:28.047Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2242 | 2024-08-27T22:52:28.298Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2243 | 2024-08-27T22:52:28.500Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2244 | 2024-08-27T22:52:33.925Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-08-27T22:52:34.548Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2024-08-27T22:52:37.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.49s |
2247 | 2024-08-27T22:52:37.296Z | |
2248 | 2024-08-27T22:52:37.296Z | info: running `cargo check --bins` on gateway-api (45/156) |
2249 | 2024-08-27T22:52:37.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-27T22:52:37.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-27T22:52:37.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-27T22:52:37.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2253 | 2024-08-27T22:52:37.939Z | |
2254 | 2024-08-27T22:52:37.939Z | info: running `cargo check --bins` on oximeter (46/156) |
2255 | 2024-08-27T22:52:38.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-27T22:52:38.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-27T22:52:38.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-08-27T22:52:38.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2259 | 2024-08-27T22:52:38.583Z | |
2260 | 2024-08-27T22:52:38.583Z | info: running `cargo check --bins` on oximeter-macro-impl (47/156) |
2261 | 2024-08-27T22:52:39.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-27T22:52:39.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-27T22:52:39.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-27T22:52:39.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2265 | 2024-08-27T22:52:39.193Z | |
2266 | 2024-08-27T22:52:39.193Z | info: running `cargo check --bins` on oximeter-schema (48/156) |
2267 | 2024-08-27T22:52:39.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-27T22:52:39.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-27T22:52:39.827Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2270 | 2024-08-27T22:52:40.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2271 | 2024-08-27T22:52:40.367Z | |
2272 | 2024-08-27T22:52:40.367Z | info: running `cargo check --bins` on oximeter-types (49/156) |
2273 | 2024-08-27T22:52:40.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-27T22:52:40.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-27T22:52:40.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-27T22:52:40.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2277 | 2024-08-27T22:52:41.003Z | |
2278 | 2024-08-27T22:52:41.003Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/156) |
2279 | 2024-08-27T22:52:41.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-27T22:52:41.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-27T22:52:41.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-27T22:52:41.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2283 | 2024-08-27T22:52:41.639Z | |
2284 | 2024-08-27T22:52:41.639Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (51/156) |
2285 | 2024-08-27T22:52:42.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-27T22:52:42.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-27T22:52:42.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-08-27T22:52:42.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2289 | 2024-08-27T22:52:42.247Z | |
2290 | 2024-08-27T22:52:42.247Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/156) |
2291 | 2024-08-27T22:52:42.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-08-27T22:52:42.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-08-27T22:52:42.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-08-27T22:52:42.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2295 | 2024-08-27T22:52:42.889Z | |
2296 | 2024-08-27T22:52:42.889Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/156) |
2297 | 2024-08-27T22:52:43.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-27T22:52:43.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-27T22:52:43.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-08-27T22:52:43.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2301 | 2024-08-27T22:52:43.517Z | |
2302 | 2024-08-27T22:52:43.517Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/156) |
2303 | 2024-08-27T22:52:44.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-08-27T22:52:44.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-08-27T22:52:44.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-08-27T22:52:44.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2307 | 2024-08-27T22:52:44.163Z | |
2308 | 2024-08-27T22:52:44.163Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/156) |
2309 | 2024-08-27T22:52:44.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-27T22:52:44.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-27T22:52:44.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-27T22:52:44.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2313 | 2024-08-27T22:52:44.804Z | |
2314 | 2024-08-27T22:52:44.804Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/156) |
2315 | 2024-08-27T22:52:45.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-27T22:52:45.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-27T22:52:45.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2318 | 2024-08-27T22:52:45.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2319 | 2024-08-27T22:52:45.450Z | |
2320 | 2024-08-27T22:52:45.450Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/156) |
2321 | 2024-08-27T22:52:46.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2024-08-27T22:52:46.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2024-08-27T22:52:46.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2324 | 2024-08-27T22:52:46.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2325 | 2024-08-27T22:52:46.086Z | |
2326 | 2024-08-27T22:52:46.086Z | info: running `cargo check --bins` on oximeter-producer (58/156) |
2327 | 2024-08-27T22:52:46.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-08-27T22:52:46.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-08-27T22:52:46.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-08-27T22:52:46.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2331 | 2024-08-27T22:52:46.761Z | |
2332 | 2024-08-27T22:52:46.762Z | info: running `cargo check --bins` on internal-dns (59/156) |
2333 | 2024-08-27T22:52:47.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-08-27T22:52:47.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-08-27T22:52:47.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-08-27T22:52:47.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2337 | 2024-08-27T22:52:47.400Z | |
2338 | 2024-08-27T22:52:47.400Z | info: running `cargo check --bins` on nexus-client (60/156) |
2339 | 2024-08-27T22:52:47.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-08-27T22:52:47.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-08-27T22:52:47.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-08-27T22:52:47.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2343 | 2024-08-27T22:52:48.058Z | |
2344 | 2024-08-27T22:52:48.058Z | info: running `cargo check --bins` on nexus-sled-agent-shared (61/156) |
2345 | 2024-08-27T22:52:48.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-08-27T22:52:48.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-08-27T22:52:48.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2348 | 2024-08-27T22:52:48.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2349 | 2024-08-27T22:52:48.710Z | |
2350 | 2024-08-27T22:52:48.710Z | info: running `cargo check --bins` on omicron-passwords (62/156) |
2351 | 2024-08-27T22:52:49.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-08-27T22:52:49.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-08-27T22:52:49.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2354 | 2024-08-27T22:52:49.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2355 | 2024-08-27T22:52:49.335Z | |
2356 | 2024-08-27T22:52:49.335Z | info: running `cargo check --bins` on nexus-types (63/156) |
2357 | 2024-08-27T22:52:49.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2358 | 2024-08-27T22:52:49.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2359 | 2024-08-27T22:52:49.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2360 | 2024-08-27T22:52:49.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2361 | 2024-08-27T22:52:49.999Z | |
2362 | 2024-08-27T22:52:49.999Z | info: running `cargo check --bins` on gateway-client (64/156) |
2363 | 2024-08-27T22:52:50.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2024-08-27T22:52:50.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2024-08-27T22:52:50.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2366 | 2024-08-27T22:52:50.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2367 | 2024-08-27T22:52:50.612Z | |
2368 | 2024-08-27T22:52:50.612Z | info: running `cargo check --bins` on oxql-types (65/156) |
2369 | 2024-08-27T22:52:51.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-08-27T22:52:51.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-08-27T22:52:51.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-08-27T22:52:51.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2373 | 2024-08-27T22:52:51.246Z | |
2374 | 2024-08-27T22:52:51.246Z | info: running `cargo check --bins` on sp-sim (66/156) |
2375 | 2024-08-27T22:52:51.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-08-27T22:52:51.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-08-27T22:52:51.886Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2378 | 2024-08-27T22:52:53.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
2379 | 2024-08-27T22:52:53.781Z | |
2380 | 2024-08-27T22:52:53.781Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (67/156) |
2381 | 2024-08-27T22:52:54.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-08-27T22:52:54.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-08-27T22:52:54.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-08-27T22:52:54.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2385 | 2024-08-27T22:52:54.479Z | |
2386 | 2024-08-27T22:52:54.479Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/156) |
2387 | 2024-08-27T22:52:55.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-08-27T22:52:55.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-08-27T22:52:55.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-08-27T22:52:55.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2391 | 2024-08-27T22:52:56.186Z | |
2392 | 2024-08-27T22:52:56.186Z | info: running `cargo check --bins` on db-macros (69/156) |
2393 | 2024-08-27T22:52:56.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-08-27T22:52:56.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-08-27T22:52:56.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-08-27T22:52:56.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2397 | 2024-08-27T22:52:56.189Z | |
2398 | 2024-08-27T22:52:56.189Z | info: running `cargo check --bins` on nexus-macros-common (70/156) |
2399 | 2024-08-27T22:52:56.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-08-27T22:52:56.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-08-27T22:52:56.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2402 | 2024-08-27T22:52:56.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2403 | 2024-08-27T22:52:56.404Z | |
2404 | 2024-08-27T22:52:56.404Z | info: running `cargo check --bins` on nexus-auth (71/156) |
2405 | 2024-08-27T22:52:57.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-08-27T22:52:57.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-08-27T22:52:57.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2408 | 2024-08-27T22:52:57.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2409 | 2024-08-27T22:52:57.084Z | |
2410 | 2024-08-27T22:52:57.084Z | info: running `cargo check --bins` on authz-macros (72/156) |
2411 | 2024-08-27T22:52:57.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-08-27T22:52:57.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-08-27T22:52:57.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2414 | 2024-08-27T22:52:57.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2415 | 2024-08-27T22:52:57.697Z | |
2416 | 2024-08-27T22:52:57.697Z | info: running `cargo check --bins` on nexus-db-fixed-data (73/156) |
2417 | 2024-08-27T22:52:58.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-08-27T22:52:58.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-08-27T22:52:58.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-08-27T22:52:58.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2421 | 2024-08-27T22:52:58.356Z | |
2422 | 2024-08-27T22:52:58.356Z | info: running `cargo check --bins` on nexus-db-model (74/156) |
2423 | 2024-08-27T22:52:58.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-08-27T22:52:58.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-08-27T22:52:58.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-08-27T22:52:58.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2427 | 2024-08-27T22:52:59.018Z | |
2428 | 2024-08-27T22:52:59.019Z | info: running `cargo check --bins` on nexus-defaults (75/156) |
2429 | 2024-08-27T22:52:59.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-08-27T22:52:59.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-08-27T22:52:59.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2432 | 2024-08-27T22:52:59.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2433 | 2024-08-27T22:52:59.656Z | |
2434 | 2024-08-27T22:52:59.656Z | info: running `cargo check --bins` on sled-agent-client (76/156) |
2435 | 2024-08-27T22:53:00.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-08-27T22:53:00.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-08-27T22:53:00.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-08-27T22:53:00.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2439 | 2024-08-27T22:53:00.302Z | |
2440 | 2024-08-27T22:53:00.302Z | info: running `cargo check --bins` on nexus-inventory (77/156) |
2441 | 2024-08-27T22:53:00.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-08-27T22:53:00.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-08-27T22:53:00.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-08-27T22:53:00.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2445 | 2024-08-27T22:53:00.957Z | |
2446 | 2024-08-27T22:53:00.957Z | info: running `cargo check --bins` on typed-rng (78/156) |
2447 | 2024-08-27T22:53:01.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-08-27T22:53:01.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-08-27T22:53:01.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-08-27T22:53:01.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2451 | 2024-08-27T22:53:01.568Z | |
2452 | 2024-08-27T22:53:01.568Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/156) |
2453 | 2024-08-27T22:53:02.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-08-27T22:53:02.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-08-27T22:53:02.570Z | Compiling rayon-core v1.12.1 |
2456 | 2024-08-27T22:53:02.574Z | Compiling crossbeam-deque v0.8.5 |
2457 | 2024-08-27T22:53:02.574Z | Compiling curve25519-dalek v4.1.3 |
2458 | 2024-08-27T22:53:02.574Z | Compiling unicase v2.7.0 |
2459 | 2024-08-27T22:53:02.574Z | Checking keccak v0.1.5 |
2460 | 2024-08-27T22:53:02.574Z | Compiling same-file v1.0.6 |
2461 | 2024-08-27T22:53:02.574Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2462 | 2024-08-27T22:53:02.574Z | Compiling tempfile v3.10.1 |
2463 | 2024-08-27T22:53:02.683Z | Compiling walkdir v2.5.0 |
2464 | 2024-08-27T22:53:02.700Z | Checking sha3 v0.10.8 |
2465 | 2024-08-27T22:53:02.764Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2466 | 2024-08-27T22:53:02.896Z | Compiling thiserror-impl-no-std v2.0.2 |
2467 | 2024-08-27T22:53:03.063Z | Checking universal-hash v0.5.1 |
2468 | 2024-08-27T22:53:03.083Z | Checking secrecy v0.8.0 |
2469 | 2024-08-27T22:53:03.106Z | Compiling blake3 v1.5.1 |
2470 | 2024-08-27T22:53:03.249Z | Compiling ring v0.16.20 |
2471 | 2024-08-27T22:53:03.273Z | Compiling curve25519-dalek-derive v0.1.1 |
2472 | 2024-08-27T22:53:03.287Z | Checking opaque-debug v0.3.1 |
2473 | 2024-08-27T22:53:03.290Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2474 | 2024-08-27T22:53:03.374Z | Checking poly1305 v0.8.0 |
2475 | 2024-08-27T22:53:03.446Z | Checking chacha20 v0.9.1 |
2476 | 2024-08-27T22:53:03.610Z | Compiling rayon v1.10.0 |
2477 | 2024-08-27T22:53:03.834Z | Checking aead v0.5.2 |
2478 | 2024-08-27T22:53:03.875Z | Compiling memmap2 v0.9.4 |
2479 | 2024-08-27T22:53:04.052Z | Compiling home v0.5.9 |
2480 | 2024-08-27T22:53:04.300Z | Compiling arrayvec v0.7.4 |
2481 | 2024-08-27T22:53:04.325Z | Compiling arrayref v0.3.7 |
2482 | 2024-08-27T22:53:04.370Z | Compiling spin v0.5.2 |
2483 | 2024-08-27T22:53:04.434Z | Compiling untrusted v0.7.1 |
2484 | 2024-08-27T22:53:04.506Z | Compiling libefi-sys v0.1.0 |
2485 | 2024-08-27T22:53:04.614Z | Compiling constant_time_eq v0.3.0 |
2486 | 2024-08-27T22:53:04.631Z | Compiling toolchain_find v0.4.0 |
2487 | 2024-08-27T22:53:04.687Z | Checking chacha20poly1305 v0.10.1 |
2488 | 2024-08-27T22:53:04.864Z | Compiling camino-tempfile v1.1.1 |
2489 | 2024-08-27T22:53:05.092Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2490 | 2024-08-27T22:53:05.226Z | Compiling bitfield-struct v0.6.1 |
2491 | 2024-08-27T22:53:05.276Z | Compiling topological-sort v0.2.2 |
2492 | 2024-08-27T22:53:05.299Z | Compiling cancel-safe-futures v0.1.5 |
2493 | 2024-08-27T22:53:05.485Z | Compiling mime_guess v2.0.4 |
2494 | 2024-08-27T22:53:05.605Z | Compiling rustfmt-wrapper v0.2.1 |
2495 | 2024-08-27T22:53:06.051Z | Checking thiserror-no-std v2.0.2 |
2496 | 2024-08-27T22:53:06.070Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2497 | 2024-08-27T22:53:06.169Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2498 | 2024-08-27T22:53:06.189Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2499 | 2024-08-27T22:53:06.307Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2500 | 2024-08-27T22:53:06.626Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2501 | 2024-08-27T22:53:06.653Z | Checking vsss-rs v3.3.4 |
2502 | 2024-08-27T22:53:06.860Z | Checking gethostname v0.5.0 |
2503 | 2024-08-27T22:53:06.947Z | Checking libsw v3.3.1 |
2504 | 2024-08-27T22:53:06.970Z | Checking swrite v0.1.0 |
2505 | 2024-08-27T22:53:06.987Z | Checking owo-colors v4.0.0 |
2506 | 2024-08-27T22:53:07.081Z | Checking linear-map v1.2.0 |
2507 | 2024-08-27T22:53:07.182Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2508 | 2024-08-27T22:53:07.411Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2509 | 2024-08-27T22:53:07.648Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2510 | 2024-08-27T22:53:08.004Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2511 | 2024-08-27T22:53:08.386Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2512 | 2024-08-27T22:53:08.657Z | Checking nanorand v0.7.0 |
2513 | 2024-08-27T22:53:08.800Z | Compiling omicron-zone-package v0.11.0 |
2514 | 2024-08-27T22:53:09.019Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2515 | 2024-08-27T22:53:09.038Z | Checking http-range v0.1.5 |
2516 | 2024-08-27T22:53:09.140Z | Checking glob v0.3.1 |
2517 | 2024-08-27T22:53:09.177Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2518 | 2024-08-27T22:53:09.226Z | Checking hyper-staticfile v0.9.5 |
2519 | 2024-08-27T22:53:09.470Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2520 | 2024-08-27T22:53:09.661Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2521 | 2024-08-27T22:53:09.896Z | Checking flume v0.11.0 |
2522 | 2024-08-27T22:53:10.315Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2523 | 2024-08-27T22:53:10.356Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2524 | 2024-08-27T22:53:10.502Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2525 | 2024-08-27T22:53:11.263Z | Checking itertools v0.13.0 |
2526 | 2024-08-27T22:53:11.577Z | Checking display-error-chain v0.2.0 |
2527 | 2024-08-27T22:53:12.015Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2528 | 2024-08-27T22:53:12.729Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2529 | 2024-08-27T22:53:13.784Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2530 | 2024-08-27T22:53:15.514Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2531 | 2024-08-27T22:53:15.566Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2532 | 2024-08-27T22:53:25.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-08-27T22:53:36.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.05s |
2534 | 2024-08-27T22:53:36.795Z | |
2535 | 2024-08-27T22:53:36.795Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/156) |
2536 | 2024-08-27T22:53:37.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-27T22:53:37.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-27T22:53:37.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-08-27T22:53:48.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s |
2540 | 2024-08-27T22:53:48.748Z | |
2541 | 2024-08-27T22:53:48.748Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/156) |
2542 | 2024-08-27T22:53:49.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-27T22:53:49.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-27T22:53:49.487Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2545 | 2024-08-27T22:54:00.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.93s |
2546 | 2024-08-27T22:54:00.854Z | |
2547 | 2024-08-27T22:54:00.854Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/156) |
2548 | 2024-08-27T22:54:01.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-27T22:54:01.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-27T22:54:01.582Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2551 | 2024-08-27T22:54:12.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s |
2552 | 2024-08-27T22:54:12.837Z | |
2553 | 2024-08-27T22:54:12.837Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/156) |
2554 | 2024-08-27T22:54:13.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-27T22:54:13.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-27T22:54:13.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2557 | 2024-08-27T22:54:24.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s |
2558 | 2024-08-27T22:54:24.902Z | |
2559 | 2024-08-27T22:54:24.902Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/156) |
2560 | 2024-08-27T22:54:25.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-27T22:54:25.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-27T22:54:25.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2563 | 2024-08-27T22:54:36.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s |
2564 | 2024-08-27T22:54:36.869Z | |
2565 | 2024-08-27T22:54:36.869Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/156) |
2566 | 2024-08-27T22:54:37.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-27T22:54:37.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-27T22:54:37.602Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2569 | 2024-08-27T22:54:48.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s |
2570 | 2024-08-27T22:54:48.831Z | |
2571 | 2024-08-27T22:54:48.831Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/156) |
2572 | 2024-08-27T22:54:49.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-27T22:54:49.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-27T22:54:49.562Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2575 | 2024-08-27T22:55:00.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s |
2576 | 2024-08-27T22:55:00.854Z | |
2577 | 2024-08-27T22:55:00.854Z | info: running `cargo check --bins` on bootstrap-agent-api (87/156) |
2578 | 2024-08-27T22:55:01.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-27T22:55:01.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-27T22:55:01.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-27T22:55:01.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2582 | 2024-08-27T22:55:01.520Z | |
2583 | 2024-08-27T22:55:01.520Z | info: running `cargo check --bins` on sled-agent-types (88/156) |
2584 | 2024-08-27T22:55:02.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-27T22:55:02.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-27T22:55:02.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-27T22:55:02.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2588 | 2024-08-27T22:55:02.184Z | |
2589 | 2024-08-27T22:55:02.184Z | info: running `cargo check --bins` on bootstrap-agent-client (89/156) |
2590 | 2024-08-27T22:55:02.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-27T22:55:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-27T22:55:02.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-08-27T22:55:02.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2594 | 2024-08-27T22:55:02.829Z | |
2595 | 2024-08-27T22:55:02.829Z | info: running `cargo check --bins` on dpd-client (90/156) |
2596 | 2024-08-27T22:55:03.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-08-27T22:55:03.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-08-27T22:55:03.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-08-27T22:55:03.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2600 | 2024-08-27T22:55:03.453Z | |
2601 | 2024-08-27T22:55:03.453Z | info: running `cargo check --bins` on installinator-common (91/156) |
2602 | 2024-08-27T22:55:04.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-08-27T22:55:04.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-08-27T22:55:04.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-08-27T22:55:04.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2606 | 2024-08-27T22:55:04.110Z | |
2607 | 2024-08-27T22:55:04.110Z | info: running `cargo check --bins` on update-engine (92/156) |
2608 | 2024-08-27T22:55:04.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-08-27T22:55:04.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-08-27T22:55:04.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-08-27T22:55:04.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2612 | 2024-08-27T22:55:04.723Z | |
2613 | 2024-08-27T22:55:04.723Z | info: running `cargo check --bins` on key-manager (93/156) |
2614 | 2024-08-27T22:55:05.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-08-27T22:55:05.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-08-27T22:55:05.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-08-27T22:55:05.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2618 | 2024-08-27T22:55:05.365Z | |
2619 | 2024-08-27T22:55:05.365Z | info: running `cargo check --bins` on omicron-ddm-admin-client (94/156) |
2620 | 2024-08-27T22:55:05.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-08-27T22:55:05.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-08-27T22:55:05.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-08-27T22:55:05.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2624 | 2024-08-27T22:55:06.031Z | |
2625 | 2024-08-27T22:55:06.031Z | info: running `cargo check --bins` on sled-agent-api (95/156) |
2626 | 2024-08-27T22:55:06.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-08-27T22:55:06.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-08-27T22:55:06.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-08-27T22:55:06.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2630 | 2024-08-27T22:55:06.701Z | |
2631 | 2024-08-27T22:55:06.701Z | info: running `cargo check --bins` on sled-hardware (96/156) |
2632 | 2024-08-27T22:55:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-08-27T22:55:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-08-27T22:55:07.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-08-27T22:55:07.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2636 | 2024-08-27T22:55:07.344Z | |
2637 | 2024-08-27T22:55:07.344Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/156) |
2638 | 2024-08-27T22:55:07.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-27T22:55:07.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-27T22:55:07.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-08-27T22:55:07.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2642 | 2024-08-27T22:55:07.996Z | |
2643 | 2024-08-27T22:55:07.996Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/156) |
2644 | 2024-08-27T22:55:08.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-08-27T22:55:08.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-08-27T22:55:08.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-08-27T22:55:08.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2648 | 2024-08-27T22:55:08.648Z | |
2649 | 2024-08-27T22:55:08.648Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/156) |
2650 | 2024-08-27T22:55:09.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-27T22:55:09.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-27T22:55:09.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-27T22:55:09.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2654 | 2024-08-27T22:55:09.312Z | |
2655 | 2024-08-27T22:55:09.312Z | info: running `cargo check --bins` on nexus-test-interface (100/156) |
2656 | 2024-08-27T22:55:09.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-27T22:55:09.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-27T22:55:09.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-08-27T22:55:09.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2660 | 2024-08-27T22:55:09.974Z | |
2661 | 2024-08-27T22:55:09.974Z | info: running `cargo check --bins` on oximeter-collector (101/156) |
2662 | 2024-08-27T22:55:10.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-27T22:55:10.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-27T22:55:10.660Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2665 | 2024-08-27T22:55:10.660Z | Checking bcs v0.1.6 |
2666 | 2024-08-27T22:55:10.663Z | Compiling async-recursion v1.1.1 |
2667 | 2024-08-27T22:55:10.663Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2668 | 2024-08-27T22:55:10.663Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2669 | 2024-08-27T22:55:11.702Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2670 | 2024-08-27T22:55:14.753Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2671 | 2024-08-27T22:55:16.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
2672 | 2024-08-27T22:55:16.537Z | |
2673 | 2024-08-27T22:55:16.537Z | info: running `cargo check --bins` on oximeter-api (102/156) |
2674 | 2024-08-27T22:55:17.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-08-27T22:55:17.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-08-27T22:55:17.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-08-27T22:55:17.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2024-08-27T22:55:17.173Z | |
2679 | 2024-08-27T22:55:17.173Z | info: running `cargo check --bins` on oximeter-client (103/156) |
2680 | 2024-08-27T22:55:17.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-08-27T22:55:17.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-08-27T22:55:17.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-08-27T22:55:17.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2684 | 2024-08-27T22:55:17.808Z | |
2685 | 2024-08-27T22:55:17.808Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/156) |
2686 | 2024-08-27T22:55:18.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-08-27T22:55:18.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-08-27T22:55:18.455Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2689 | 2024-08-27T22:55:19.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2690 | 2024-08-27T22:55:19.165Z | |
2691 | 2024-08-27T22:55:19.165Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/156) |
2692 | 2024-08-27T22:55:19.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-08-27T22:55:19.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-08-27T22:55:19.838Z | Compiling vte_generate_state_changes v0.1.1 |
2695 | 2024-08-27T22:55:19.838Z | Checking fd-lock v4.0.2 |
2696 | 2024-08-27T22:55:19.841Z | Checking bytecount v0.6.8 |
2697 | 2024-08-27T22:55:19.841Z | Compiling tabled_derive v0.7.0 |
2698 | 2024-08-27T22:55:19.841Z | Checking crossterm v0.27.0 |
2699 | 2024-08-27T22:55:19.929Z | Compiling peg-macros v0.8.4 |
2700 | 2024-08-27T22:55:19.931Z | Compiling sqlparser_derive v0.2.2 |
2701 | 2024-08-27T22:55:19.931Z | Checking nu-ansi-term v0.50.0 |
2702 | 2024-08-27T22:55:20.047Z | Checking papergrid v0.11.0 |
2703 | 2024-08-27T22:55:20.076Z | Checking home v0.5.9 |
2704 | 2024-08-27T22:55:20.219Z | Checking unicode_categories v0.1.1 |
2705 | 2024-08-27T22:55:20.305Z | Checking rustyline v14.0.0 |
2706 | 2024-08-27T22:55:20.533Z | Checking sqlformat v0.2.4 |
2707 | 2024-08-27T22:55:20.557Z | Checking vte v0.11.1 |
2708 | 2024-08-27T22:55:21.096Z | Checking sqlparser v0.45.0 |
2709 | 2024-08-27T22:55:21.478Z | Checking crossterm v0.28.1 |
2710 | 2024-08-27T22:55:21.975Z | Checking strip-ansi-escapes v0.2.0 |
2711 | 2024-08-27T22:55:22.120Z | Checking reedline v0.33.0 |
2712 | 2024-08-27T22:55:22.392Z | Checking tabled v0.15.0 |
2713 | 2024-08-27T22:55:22.899Z | Checking peg v0.8.4 |
2714 | 2024-08-27T22:55:27.290Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2715 | 2024-08-27T22:55:32.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s |
2716 | 2024-08-27T22:55:32.478Z | |
2717 | 2024-08-27T22:55:32.478Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/156) |
2718 | 2024-08-27T22:55:33.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-27T22:55:33.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-27T22:55:33.143Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2721 | 2024-08-27T22:55:38.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2722 | 2024-08-27T22:55:38.431Z | |
2723 | 2024-08-27T22:55:38.431Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/156) |
2724 | 2024-08-27T22:55:39.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-27T22:55:39.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-27T22:55:39.092Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2727 | 2024-08-27T22:55:44.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2728 | 2024-08-27T22:55:44.174Z | |
2729 | 2024-08-27T22:55:44.174Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/156) |
2730 | 2024-08-27T22:55:44.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-27T22:55:44.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-27T22:55:44.833Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2024-08-27T22:55:48.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2734 | 2024-08-27T22:55:49.055Z | |
2735 | 2024-08-27T22:55:49.055Z | info: running `cargo check --bins` on oximeter-test-utils (109/156) |
2736 | 2024-08-27T22:55:49.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-27T22:55:49.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-27T22:55:49.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-08-27T22:55:49.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2740 | 2024-08-27T22:55:49.703Z | |
2741 | 2024-08-27T22:55:49.703Z | info: running `cargo check --bins` on cockroach-admin-client (110/156) |
2742 | 2024-08-27T22:55:50.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-08-27T22:55:50.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-08-27T22:55:50.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2024-08-27T22:55:50.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2746 | 2024-08-27T22:55:50.322Z | |
2747 | 2024-08-27T22:55:50.322Z | info: running `cargo check --bins` on installinator-client (111/156) |
2748 | 2024-08-27T22:55:50.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-08-27T22:55:50.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-08-27T22:55:50.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2024-08-27T22:55:50.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2752 | 2024-08-27T22:55:50.977Z | |
2753 | 2024-08-27T22:55:50.977Z | info: running `cargo check --bins` on oxide-client (112/156) |
2754 | 2024-08-27T22:55:51.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-08-27T22:55:51.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-08-27T22:55:51.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2024-08-27T22:55:51.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2758 | 2024-08-27T22:55:51.591Z | |
2759 | 2024-08-27T22:55:51.591Z | info: running `cargo check --bins` on wicketd-client (113/156) |
2760 | 2024-08-27T22:55:52.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-08-27T22:55:52.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-08-27T22:55:52.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2024-08-27T22:55:52.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2764 | 2024-08-27T22:55:52.260Z | |
2765 | 2024-08-27T22:55:52.260Z | info: running `cargo check --bins` on wicket-common (114/156) |
2766 | 2024-08-27T22:55:52.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-08-27T22:55:52.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-08-27T22:55:52.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-08-27T22:55:52.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2770 | 2024-08-27T22:55:52.918Z | |
2771 | 2024-08-27T22:55:52.918Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/156) |
2772 | 2024-08-27T22:55:53.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-08-27T22:55:53.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-08-27T22:55:53.584Z | Checking csv-core v0.1.11 |
2775 | 2024-08-27T22:55:53.586Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2776 | 2024-08-27T22:55:53.875Z | Checking csv v1.3.0 |
2777 | 2024-08-27T22:55:54.387Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2778 | 2024-08-27T22:55:54.716Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2779 | 2024-08-27T22:55:55.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
2780 | 2024-08-27T22:55:56.021Z | |
2781 | 2024-08-27T22:55:56.021Z | info: running `cargo check --bins` on cockroach-admin-api (116/156) |
2782 | 2024-08-27T22:55:56.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-08-27T22:55:56.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-08-27T22:55:56.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-08-27T22:55:56.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2786 | 2024-08-27T22:55:56.659Z | |
2787 | 2024-08-27T22:55:56.659Z | info: running `cargo check --bins` on cockroach-admin-types (117/156) |
2788 | 2024-08-27T22:55:57.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-08-27T22:55:57.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-08-27T22:55:57.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-08-27T22:55:57.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2792 | 2024-08-27T22:55:57.296Z | |
2793 | 2024-08-27T22:55:57.296Z | info: running `cargo check --bins` on cert-dev (118/156) |
2794 | 2024-08-27T22:55:57.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-08-27T22:55:57.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-08-27T22:55:57.910Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2797 | 2024-08-27T22:55:58.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2798 | 2024-08-27T22:55:58.296Z | |
2799 | 2024-08-27T22:55:58.296Z | info: running `cargo check --bins` on ch-dev (119/156) |
2800 | 2024-08-27T22:55:58.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-08-27T22:55:58.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-08-27T22:55:58.964Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2803 | 2024-08-27T22:55:59.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2804 | 2024-08-27T22:55:59.795Z | |
2805 | 2024-08-27T22:55:59.795Z | info: running `cargo check --bins` on crdb-seed (120/156) |
2806 | 2024-08-27T22:56:00.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-08-27T22:56:00.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-08-27T22:56:00.454Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2809 | 2024-08-27T22:56:00.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2810 | 2024-08-27T22:56:00.930Z | |
2811 | 2024-08-27T22:56:00.930Z | info: running `cargo check --bins` on db-dev (121/156) |
2812 | 2024-08-27T22:56:01.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-08-27T22:56:01.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-08-27T22:56:01.598Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2815 | 2024-08-27T22:56:02.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2816 | 2024-08-27T22:56:02.446Z | |
2817 | 2024-08-27T22:56:02.446Z | info: running `cargo check --bins` on omicron-dev-lib (122/156) |
2818 | 2024-08-27T22:56:03.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-08-27T22:56:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-08-27T22:56:03.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-08-27T22:56:03.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2822 | 2024-08-27T22:56:03.109Z | |
2823 | 2024-08-27T22:56:03.109Z | info: running `cargo check --bins` on xtask-downloader (123/156) |
2824 | 2024-08-27T22:56:03.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-08-27T22:56:03.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-08-27T22:56:03.724Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2827 | 2024-08-27T22:56:04.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
2828 | 2024-08-27T22:56:04.690Z | |
2829 | 2024-08-27T22:56:04.690Z | info: running `cargo check --bins` on mgs-dev (124/156) |
2830 | 2024-08-27T22:56:05.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-08-27T22:56:05.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-08-27T22:56:05.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2833 | 2024-08-27T22:56:06.054Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2834 | 2024-08-27T22:56:06.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2835 | 2024-08-27T22:56:06.701Z | |
2836 | 2024-08-27T22:56:06.701Z | info: running `cargo check --bins` on omicron-omdb (125/156) |
2837 | 2024-08-27T22:56:07.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-08-27T22:56:07.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-08-27T22:56:07.500Z | Compiling glob v0.3.1 |
2840 | 2024-08-27T22:56:07.500Z | Compiling crunchy v0.2.2 |
2841 | 2024-08-27T22:56:07.512Z | Compiling tiny-keccak v2.0.2 |
2842 | 2024-08-27T22:56:07.512Z | Compiling dsl_auto_type v0.1.2 |
2843 | 2024-08-27T22:56:07.613Z | Checking scheduled-thread-pool v0.2.7 |
2844 | 2024-08-27T22:56:07.615Z | Compiling diesel_table_macro_syntax v0.2.0 |
2845 | 2024-08-27T22:56:07.650Z | Compiling ascii-canvas v3.0.0 |
2846 | 2024-08-27T22:56:07.664Z | Compiling ena v0.14.3 |
2847 | 2024-08-27T22:56:07.857Z | Checking r2d2 v0.8.10 |
2848 | 2024-08-27T22:56:07.938Z | Compiling libloading v0.8.3 |
2849 | 2024-08-27T22:56:08.060Z | Compiling bindgen v0.69.4 |
2850 | 2024-08-27T22:56:08.060Z | Compiling regex-syntax v0.6.29 |
2851 | 2024-08-27T22:56:08.184Z | Compiling diff v0.1.13 |
2852 | 2024-08-27T22:56:08.202Z | Compiling which v4.4.2 |
2853 | 2024-08-27T22:56:08.316Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2854 | 2024-08-27T22:56:08.485Z | Compiling clang-sys v1.7.0 |
2855 | 2024-08-27T22:56:08.530Z | Compiling cexpr v0.6.0 |
2856 | 2024-08-27T22:56:08.806Z | Compiling rustc-hash v1.1.0 |
2857 | 2024-08-27T22:56:08.844Z | Compiling lazycell v1.3.0 |
2858 | 2024-08-27T22:56:08.897Z | Compiling shlex v1.3.0 |
2859 | 2024-08-27T22:56:08.960Z | Compiling ref-cast v1.0.23 |
2860 | 2024-08-27T22:56:09.017Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2861 | 2024-08-27T22:56:09.234Z | Compiling diesel_derives v2.2.2 |
2862 | 2024-08-27T22:56:09.269Z | Compiling derive_builder_core v0.20.0 |
2863 | 2024-08-27T22:56:09.318Z | Compiling libxml v0.3.3 |
2864 | 2024-08-27T22:56:09.347Z | Compiling ref-cast-impl v1.0.23 |
2865 | 2024-08-27T22:56:09.553Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2866 | 2024-08-27T22:56:09.774Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2867 | 2024-08-27T22:56:10.052Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2868 | 2024-08-27T22:56:10.334Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2869 | 2024-08-27T22:56:10.373Z | Compiling strum_macros v0.24.3 |
2870 | 2024-08-27T22:56:10.645Z | Compiling dropshot v0.10.1 |
2871 | 2024-08-27T22:56:10.731Z | Compiling indoc v1.0.9 |
2872 | 2024-08-27T22:56:12.013Z | Compiling lalrpop v0.19.12 |
2873 | 2024-08-27T22:56:12.019Z | Compiling derive_builder_macro v0.20.0 |
2874 | 2024-08-27T22:56:12.667Z | Checking derive_builder v0.20.0 |
2875 | 2024-08-27T22:56:12.871Z | Checking tungstenite v0.23.0 |
2876 | 2024-08-27T22:56:13.243Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2877 | 2024-08-27T22:56:13.561Z | Compiling dropshot_endpoint v0.10.1 |
2878 | 2024-08-27T22:56:13.780Z | Compiling impl-trait-for-tuples v0.2.2 |
2879 | 2024-08-27T22:56:13.902Z | Compiling oso-derive v0.27.3 |
2880 | 2024-08-27T22:56:14.005Z | Checking quick-xml v0.31.0 |
2881 | 2024-08-27T22:56:15.093Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2882 | 2024-08-27T22:56:15.422Z | Checking maplit v1.0.2 |
2883 | 2024-08-27T22:56:15.613Z | Checking tokio-tungstenite v0.23.1 |
2884 | 2024-08-27T22:56:16.116Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2885 | 2024-08-27T22:56:16.174Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2886 | 2024-08-27T22:56:16.479Z | Checking bb8 v0.8.5 |
2887 | 2024-08-27T22:56:16.959Z | Compiling const_format_proc_macros v0.2.32 |
2888 | 2024-08-27T22:56:17.870Z | Checking crossbeam-deque v0.8.5 |
2889 | 2024-08-27T22:56:18.191Z | Compiling portable-atomic v1.6.0 |
2890 | 2024-08-27T22:56:19.183Z | Checking const_format v0.2.32 |
2891 | 2024-08-27T22:56:19.367Z | Checking rayon-core v1.12.1 |
2892 | 2024-08-27T22:56:19.551Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2893 | 2024-08-27T22:56:19.720Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2894 | 2024-08-27T22:56:20.030Z | Checking castaway v0.2.3 |
2895 | 2024-08-27T22:56:20.079Z | Checking rayon v1.10.0 |
2896 | 2024-08-27T22:56:20.196Z | Checking compact_str v0.8.0 |
2897 | 2024-08-27T22:56:21.701Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2898 | 2024-08-27T22:56:21.737Z | Checking unicode-truncate v1.0.0 |
2899 | 2024-08-27T22:56:21.987Z | Checking lru v0.12.3 |
2900 | 2024-08-27T22:56:21.990Z | Compiling instability v0.3.2 |
2901 | 2024-08-27T22:56:22.118Z | Checking diesel v2.2.2 |
2902 | 2024-08-27T22:56:22.158Z | Checking smawk v0.3.2 |
2903 | 2024-08-27T22:56:22.249Z | Checking cassowary v0.3.0 |
2904 | 2024-08-27T22:56:22.278Z | Checking number_prefix v0.4.0 |
2905 | 2024-08-27T22:56:22.351Z | Checking unicode-linebreak v0.1.5 |
2906 | 2024-08-27T22:56:22.506Z | Checking multimap v0.10.0 |
2907 | 2024-08-27T22:56:22.776Z | Checking textwrap v0.16.1 |
2908 | 2024-08-27T22:56:23.089Z | Checking ratatui v0.28.0 |
2909 | 2024-08-27T22:56:23.865Z | Checking indicatif v0.17.8 |
2910 | 2024-08-27T22:56:43.509Z | Compiling samael v0.0.15 |
2911 | 2024-08-27T22:56:57.262Z | Compiling polar-core v0.27.3 |
2912 | 2024-08-27T22:56:57.638Z | Checking async-bb8-diesel v0.2.1 |
2913 | 2024-08-27T22:57:04.192Z | Checking oso v0.27.3 |
2914 | 2024-08-27T22:58:03.174Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2915 | 2024-08-27T22:58:08.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
2916 | 2024-08-27T22:58:08.572Z | |
2917 | 2024-08-27T22:58:08.572Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/156) |
2918 | 2024-08-27T22:58:09.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-27T22:58:09.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-27T22:58:09.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-08-27T22:58:09.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2922 | 2024-08-27T22:58:09.280Z | |
2923 | 2024-08-27T22:58:09.280Z | info: running `cargo check --bins` on nexus-saga-recovery (127/156) |
2924 | 2024-08-27T22:58:09.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-08-27T22:58:09.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-08-27T22:58:09.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2024-08-27T22:58:09.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2928 | 2024-08-27T22:58:09.978Z | |
2929 | 2024-08-27T22:58:09.978Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/156) |
2930 | 2024-08-27T22:58:10.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-08-27T22:58:10.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-08-27T22:58:10.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2024-08-27T22:58:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2934 | 2024-08-27T22:58:10.606Z | |
2935 | 2024-08-27T22:58:10.606Z | info: running `cargo check --bins` on omicron-nexus (129/156) |
2936 | 2024-08-27T22:58:11.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2024-08-27T22:58:11.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2024-08-27T22:58:11.408Z | Compiling libz-sys v1.1.16 |
2939 | 2024-08-27T22:58:11.510Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2940 | 2024-08-27T22:58:11.521Z | Compiling vergen v8.3.2 |
2941 | 2024-08-27T22:58:11.521Z | Compiling cargo-platform v0.1.8 |
2942 | 2024-08-27T22:58:11.524Z | Compiling pin-project-internal v1.1.5 |
2943 | 2024-08-27T22:58:11.555Z | Compiling snafu-derive v0.8.2 |
2944 | 2024-08-27T22:58:11.555Z | Compiling libsqlite3-sys v0.28.0 |
2945 | 2024-08-27T22:58:11.558Z | Compiling buf-list v1.0.3 |
2946 | 2024-08-27T22:58:11.847Z | Compiling cargo_metadata v0.18.1 |
2947 | 2024-08-27T22:58:12.051Z | Checking globset v0.4.14 |
2948 | 2024-08-27T22:58:12.120Z | Checking olpc-cjson v0.1.3 |
2949 | 2024-08-27T22:58:12.330Z | Checking rand_seeder v0.3.0 |
2950 | 2024-08-27T22:58:12.349Z | Checking serde_plain v1.0.2 |
2951 | 2024-08-27T22:58:12.453Z | Checking typed-path v0.7.1 |
2952 | 2024-08-27T22:58:12.558Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2953 | 2024-08-27T22:58:12.719Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2954 | 2024-08-27T22:58:12.835Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2955 | 2024-08-27T22:58:12.991Z | Checking hashlink v0.9.1 |
2956 | 2024-08-27T22:58:13.008Z | Checking fallible-streaming-iterator v0.1.9 |
2957 | 2024-08-27T22:58:13.120Z | Checking fallible-iterator v0.3.0 |
2958 | 2024-08-27T22:58:13.245Z | Checking parse-size v1.0.0 |
2959 | 2024-08-27T22:58:13.483Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2960 | 2024-08-27T22:58:13.645Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2961 | 2024-08-27T22:58:13.703Z | Checking rusqlite v0.31.0 |
2962 | 2024-08-27T22:58:14.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2963 | 2024-08-27T22:58:14.363Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2964 | 2024-08-27T22:58:14.555Z | Checking twox-hash v1.6.3 |
2965 | 2024-08-27T22:58:14.574Z | Checking pin-project v1.1.5 |
2966 | 2024-08-27T22:58:14.697Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2967 | 2024-08-27T22:58:15.019Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2968 | 2024-08-27T22:58:15.294Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2969 | 2024-08-27T22:58:15.426Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2970 | 2024-08-27T22:58:15.513Z | Checking fatfs v0.3.6 |
2971 | 2024-08-27T22:58:15.554Z | Checking assert_matches v1.5.0 |
2972 | 2024-08-27T22:58:16.789Z | Checking snafu v0.8.2 |
2973 | 2024-08-27T22:58:17.242Z | Checking tough v0.17.1 |
2974 | 2024-08-27T22:58:21.063Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2975 | 2024-08-27T22:58:22.212Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2976 | 2024-08-27T22:58:22.358Z | Compiling git2 v0.19.0 |
2977 | 2024-08-27T22:58:27.113Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2978 | 2024-08-27T22:59:24.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
2979 | 2024-08-27T22:59:24.792Z | |
2980 | 2024-08-27T22:59:24.792Z | info: running `cargo check --bins` on nexus-internal-api (130/156) |
2981 | 2024-08-27T22:59:25.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-08-27T22:59:25.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-08-27T22:59:25.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2024-08-27T22:59:25.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2985 | 2024-08-27T22:59:25.486Z | |
2986 | 2024-08-27T22:59:25.487Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/156) |
2987 | 2024-08-27T22:59:26.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-08-27T22:59:26.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-08-27T22:59:26.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2024-08-27T22:59:26.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2991 | 2024-08-27T22:59:26.171Z | |
2992 | 2024-08-27T22:59:26.171Z | info: running `cargo check --bins` on nexus-networking (132/156) |
2993 | 2024-08-27T22:59:26.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-08-27T22:59:26.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-08-27T22:59:26.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2024-08-27T22:59:26.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2997 | 2024-08-27T22:59:26.861Z | |
2998 | 2024-08-27T22:59:26.861Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/156) |
2999 | 2024-08-27T22:59:27.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-08-27T22:59:27.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-08-27T22:59:27.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2024-08-27T22:59:27.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3003 | 2024-08-27T22:59:27.547Z | |
3004 | 2024-08-27T22:59:27.547Z | info: running `cargo check --bins` on update-common (134/156) |
3005 | 2024-08-27T22:59:28.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-08-27T22:59:28.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-08-27T22:59:28.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2024-08-27T22:59:28.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3009 | 2024-08-27T22:59:28.211Z | |
3010 | 2024-08-27T22:59:28.211Z | info: running `cargo check --bins` on tufaceous-lib (135/156) |
3011 | 2024-08-27T22:59:28.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-08-27T22:59:28.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-08-27T22:59:28.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-08-27T22:59:28.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3015 | 2024-08-27T22:59:28.864Z | |
3016 | 2024-08-27T22:59:28.864Z | info: running `cargo check --bins` on tufaceous (136/156) |
3017 | 2024-08-27T22:59:29.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-08-27T22:59:29.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-08-27T22:59:29.539Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3020 | 2024-08-27T22:59:30.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3021 | 2024-08-27T22:59:30.587Z | |
3022 | 2024-08-27T22:59:30.587Z | info: running `cargo check --bins` on omicron-dev (137/156) |
3023 | 2024-08-27T22:59:31.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-08-27T22:59:31.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-08-27T22:59:31.436Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3026 | 2024-08-27T22:59:31.439Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3027 | 2024-08-27T22:59:31.439Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3028 | 2024-08-27T22:59:32.775Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3029 | 2024-08-27T22:59:35.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3030 | 2024-08-27T22:59:35.309Z | |
3031 | 2024-08-27T22:59:35.309Z | info: running `cargo check --bins` on openapi-manager (138/156) |
3032 | 2024-08-27T22:59:35.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-08-27T22:59:35.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-08-27T22:59:36.015Z | Checking heck v0.4.1 |
3035 | 2024-08-27T22:59:36.015Z | Checking is_ci v1.2.0 |
3036 | 2024-08-27T22:59:36.017Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3037 | 2024-08-27T22:59:36.017Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3038 | 2024-08-27T22:59:36.017Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3039 | 2024-08-27T22:59:36.017Z | Checking indent_write v2.2.0 |
3040 | 2024-08-27T22:59:36.242Z | Checking supports-color v3.0.0 |
3041 | 2024-08-27T22:59:36.254Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3042 | 2024-08-27T22:59:37.617Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3043 | 2024-08-27T22:59:38.397Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3044 | 2024-08-27T22:59:39.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3045 | 2024-08-27T22:59:39.520Z | |
3046 | 2024-08-27T22:59:39.520Z | info: running `cargo check --bins` on installinator-api (139/156) |
3047 | 2024-08-27T22:59:40.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-08-27T22:59:40.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-08-27T22:59:40.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-08-27T22:59:40.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3051 | 2024-08-27T22:59:40.172Z | |
3052 | 2024-08-27T22:59:40.172Z | info: running `cargo check --bins` on openapi-manager-types (140/156) |
3053 | 2024-08-27T22:59:40.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-08-27T22:59:40.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-08-27T22:59:40.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-08-27T22:59:40.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3057 | 2024-08-27T22:59:40.790Z | |
3058 | 2024-08-27T22:59:40.790Z | info: running `cargo check --bins` on wicketd-api (141/156) |
3059 | 2024-08-27T22:59:41.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-08-27T22:59:41.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-08-27T22:59:41.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-08-27T22:59:41.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3063 | 2024-08-27T22:59:41.456Z | |
3064 | 2024-08-27T22:59:41.456Z | info: running `cargo check --bins` on reconfigurator-cli (142/156) |
3065 | 2024-08-27T22:59:42.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-08-27T22:59:42.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-08-27T22:59:42.178Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3068 | 2024-08-27T22:59:43.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3069 | 2024-08-27T22:59:43.525Z | |
3070 | 2024-08-27T22:59:43.525Z | info: running `cargo check --bins` on omicron-releng (143/156) |
3071 | 2024-08-27T22:59:44.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-08-27T22:59:44.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-08-27T22:59:44.193Z | Checking memmap2 v0.9.4 |
3074 | 2024-08-27T22:59:44.193Z | Checking arrayvec v0.7.4 |
3075 | 2024-08-27T22:59:44.193Z | Checking untrusted v0.7.1 |
3076 | 2024-08-27T22:59:44.193Z | Checking constant_time_eq v0.3.0 |
3077 | 2024-08-27T22:59:44.196Z | Checking arrayref v0.3.7 |
3078 | 2024-08-27T22:59:44.196Z | Checking spin v0.5.2 |
3079 | 2024-08-27T22:59:44.196Z | Checking cargo-platform v0.1.8 |
3080 | 2024-08-27T22:59:44.196Z | Checking topological-sort v0.2.2 |
3081 | 2024-08-27T22:59:44.414Z | Checking shell-words v1.1.0 |
3082 | 2024-08-27T22:59:44.460Z | Checking ring v0.16.20 |
3083 | 2024-08-27T22:59:44.556Z | Checking cargo_metadata v0.18.1 |
3084 | 2024-08-27T22:59:44.636Z | Checking blake3 v1.5.1 |
3085 | 2024-08-27T22:59:45.612Z | Checking omicron-zone-package v0.11.0 |
3086 | 2024-08-27T22:59:46.654Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3087 | 2024-08-27T22:59:47.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
3088 | 2024-08-27T22:59:47.667Z | |
3089 | 2024-08-27T22:59:47.667Z | info: running `cargo check --bins` on xtask (144/156) |
3090 | 2024-08-27T22:59:48.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-08-27T22:59:48.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-08-27T22:59:48.155Z | Checking bitflags v2.6.0 |
3093 | 2024-08-27T22:59:48.158Z | Checking serde v1.0.208 |
3094 | 2024-08-27T22:59:48.158Z | Checking thiserror v1.0.63 |
3095 | 2024-08-27T22:59:48.242Z | Checking scroll v0.12.0 |
3096 | 2024-08-27T22:59:48.245Z | Checking hashbrown v0.14.5 |
3097 | 2024-08-27T22:59:48.253Z | Checking log v0.4.21 |
3098 | 2024-08-27T22:59:48.262Z | Checking zerocopy v0.7.34 |
3099 | 2024-08-27T22:59:48.273Z | Checking syn v2.0.74 |
3100 | 2024-08-27T22:59:48.334Z | Checking pest v2.7.10 |
3101 | 2024-08-27T22:59:48.470Z | Checking rustix v0.38.34 |
3102 | 2024-08-27T22:59:48.490Z | Checking fs-err v2.11.0 |
3103 | 2024-08-27T22:59:48.692Z | Checking goblin v0.8.2 |
3104 | 2024-08-27T22:59:48.778Z | Checking tabled v0.15.0 |
3105 | 2024-08-27T22:59:49.303Z | Checking indexmap v2.4.0 |
3106 | 2024-08-27T22:59:49.609Z | Checking anyhow v1.0.86 |
3107 | 2024-08-27T22:59:50.391Z | Checking terminal_size v0.3.0 |
3108 | 2024-08-27T22:59:50.393Z | Checking tempfile v3.10.1 |
3109 | 2024-08-27T22:59:50.560Z | Checking clap_builder v4.5.15 |
3110 | 2024-08-27T22:59:50.807Z | Checking dtrace-parser v0.2.0 |
3111 | 2024-08-27T22:59:52.494Z | Checking serde_json v1.0.125 |
3112 | 2024-08-27T22:59:52.494Z | Checking serde_spanned v0.6.7 |
3113 | 2024-08-27T22:59:52.497Z | Checking toml_datetime v0.6.8 |
3114 | 2024-08-27T22:59:52.497Z | Checking camino v1.1.9 |
3115 | 2024-08-27T22:59:52.497Z | Checking semver v1.0.23 |
3116 | 2024-08-27T22:59:52.497Z | Checking cargo-platform v0.1.8 |
3117 | 2024-08-27T22:59:52.653Z | Checking clap v4.5.16 |
3118 | 2024-08-27T22:59:52.713Z | Checking macaddr v1.0.1 |
3119 | 2024-08-27T22:59:52.796Z | Checking toml_edit v0.22.20 |
3120 | 2024-08-27T22:59:52.994Z | Checking camino-tempfile v1.1.1 |
3121 | 2024-08-27T22:59:53.610Z | Checking dof v0.3.0 |
3122 | 2024-08-27T22:59:53.610Z | Checking cargo_metadata v0.18.1 |
3123 | 2024-08-27T22:59:54.005Z | Checking usdt-impl v0.5.0 |
3124 | 2024-08-27T22:59:54.378Z | Checking usdt v0.5.0 |
3125 | 2024-08-27T22:59:54.545Z | Checking toml v0.8.19 |
3126 | 2024-08-27T22:59:54.997Z | Checking cargo_toml v0.20.4 |
3127 | 2024-08-27T22:59:56.164Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3128 | 2024-08-27T22:59:56.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
3129 | 2024-08-27T22:59:56.850Z | |
3130 | 2024-08-27T22:59:56.850Z | info: running `cargo check --bins` on end-to-end-tests (145/156) |
3131 | 2024-08-27T22:59:57.315Z | Downloading crates ... |
3132 | 2024-08-27T22:59:57.551Z | Downloaded bcrypt-pbkdf v0.10.0 |
3133 | 2024-08-27T22:59:57.553Z | Downloaded rfc6979 v0.4.0 |
3134 | 2024-08-27T22:59:57.558Z | Downloaded polyval v0.6.2 |
3135 | 2024-08-27T22:59:57.560Z | Downloaded dirs v5.0.1 |
3136 | 2024-08-27T22:59:57.568Z | Downloaded md5 v0.7.0 |
3137 | 2024-08-27T22:59:57.570Z | Downloaded dhcproto-macros v0.1.0 |
3138 | 2024-08-27T22:59:57.570Z | Downloaded russh-cryptovec v0.7.2 |
3139 | 2024-08-27T22:59:57.583Z | Downloaded hex-literal v0.4.1 |
3140 | 2024-08-27T22:59:57.586Z | Downloaded ed25519 v2.2.3 |
3141 | 2024-08-27T22:59:57.588Z | Downloaded ssh-cipher v0.2.0 |
3142 | 2024-08-27T22:59:57.588Z | Downloaded ghash v0.5.1 |
3143 | 2024-08-27T22:59:57.590Z | Downloaded dirs-sys v0.4.1 |
3144 | 2024-08-27T22:59:57.590Z | Downloaded blowfish v0.9.1 |
3145 | 2024-08-27T22:59:57.593Z | Downloaded password-hash v0.4.2 |
3146 | 2024-08-27T22:59:57.595Z | Downloaded option-ext v0.2.0 |
3147 | 2024-08-27T22:59:57.597Z | Downloaded ssh-encoding v0.2.0 |
3148 | 2024-08-27T22:59:57.597Z | Downloaded pbkdf2 v0.11.0 |
3149 | 2024-08-27T22:59:57.600Z | Downloaded primeorder v0.13.6 |
3150 | 2024-08-27T22:59:57.602Z | Downloaded internet-checksum v0.2.1 |
3151 | 2024-08-27T22:59:57.609Z | Downloaded ecdsa v0.16.9 |
3152 | 2024-08-27T22:59:57.618Z | Downloaded russh-keys v0.44.0 |
3153 | 2024-08-27T22:59:57.620Z | Downloaded dhcproto v0.12.0 |
3154 | 2024-08-27T22:59:57.623Z | Downloaded p256 v0.13.2 |
3155 | 2024-08-27T22:59:57.627Z | Downloaded ssh-key v0.6.6 |
3156 | 2024-08-27T22:59:57.634Z | Downloaded ed25519-dalek v2.1.1 |
3157 | 2024-08-27T22:59:57.637Z | Downloaded num-bigint v0.4.5 |
3158 | 2024-08-27T22:59:57.645Z | Downloaded aes-gcm v0.10.3 |
3159 | 2024-08-27T22:59:57.648Z | Downloaded russh v0.44.1 |
3160 | 2024-08-27T22:59:57.651Z | Downloaded p521 v0.13.3 |
3161 | 2024-08-27T22:59:57.656Z | Downloaded p384 v0.13.0 |
3162 | 2024-08-27T22:59:57.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-08-27T22:59:57.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-08-27T22:59:57.807Z | Checking polyval v0.6.2 |
3165 | 2024-08-27T22:59:57.809Z | Checking rfc6979 v0.4.0 |
3166 | 2024-08-27T22:59:57.921Z | Checking primeorder v0.13.6 |
3167 | 2024-08-27T22:59:57.923Z | Checking ctr v0.9.2 |
3168 | 2024-08-27T22:59:57.943Z | Checking ed25519 v2.2.3 |
3169 | 2024-08-27T22:59:57.945Z | Checking ssh-encoding v0.2.0 |
3170 | 2024-08-27T22:59:57.945Z | Checking blowfish v0.9.1 |
3171 | 2024-08-27T22:59:57.945Z | Checking option-ext v0.2.0 |
3172 | 2024-08-27T22:59:58.047Z | Checking ecdsa v0.16.9 |
3173 | 2024-08-27T22:59:58.107Z | Checking ghash v0.5.1 |
3174 | 2024-08-27T22:59:58.126Z | Checking dirs-sys v0.4.1 |
3175 | 2024-08-27T22:59:58.166Z | Checking password-hash v0.4.2 |
3176 | 2024-08-27T22:59:58.216Z | Checking bcrypt-pbkdf v0.10.0 |
3177 | 2024-08-27T22:59:58.262Z | Checking ed25519-dalek v2.1.1 |
3178 | 2024-08-27T22:59:58.264Z | Checking aes-gcm v0.10.3 |
3179 | 2024-08-27T22:59:58.301Z | Checking matches v0.1.10 |
3180 | 2024-08-27T22:59:58.328Z | Checking dirs v5.0.1 |
3181 | 2024-08-27T22:59:58.344Z | Compiling enum-as-inner v0.5.1 |
3182 | 2024-08-27T22:59:58.388Z | Checking idna v0.2.3 |
3183 | 2024-08-27T22:59:58.455Z | Checking russh-cryptovec v0.7.2 |
3184 | 2024-08-27T22:59:58.472Z | Checking md5 v0.7.0 |
3185 | 2024-08-27T22:59:58.496Z | Checking ssh-cipher v0.2.0 |
3186 | 2024-08-27T22:59:58.578Z | Checking pbkdf2 v0.11.0 |
3187 | 2024-08-27T22:59:58.597Z | Checking num-bigint v0.4.5 |
3188 | 2024-08-27T22:59:58.650Z | Checking hex-literal v0.4.1 |
3189 | 2024-08-27T22:59:58.731Z | Compiling dhcproto-macros v0.1.0 |
3190 | 2024-08-27T22:59:58.748Z | Checking p521 v0.13.3 |
3191 | 2024-08-27T22:59:58.773Z | Checking ssh-key v0.6.6 |
3192 | 2024-08-27T22:59:58.775Z | Checking p384 v0.13.0 |
3193 | 2024-08-27T22:59:58.849Z | Checking p256 v0.13.2 |
3194 | 2024-08-27T22:59:59.195Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3195 | 2024-08-27T22:59:59.314Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3196 | 2024-08-27T22:59:59.401Z | Checking trust-dns-proto v0.22.0 |
3197 | 2024-08-27T22:59:59.690Z | Checking internet-checksum v0.2.1 |
3198 | 2024-08-27T23:00:00.247Z | Checking russh-keys v0.44.0 |
3199 | 2024-08-27T23:00:01.156Z | Checking russh v0.44.1 |
3200 | 2024-08-27T23:00:02.142Z | Checking dhcproto v0.12.0 |
3201 | 2024-08-27T23:00:18.013Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3202 | 2024-08-27T23:00:19.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.43s |
3203 | 2024-08-27T23:00:19.473Z | |
3204 | 2024-08-27T23:00:19.473Z | info: running `cargo check --bins` on gateway-cli (146/156) |
3205 | 2024-08-27T23:00:20.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-08-27T23:00:20.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-08-27T23:00:20.128Z | Checking termios v0.3.3 |
3208 | 2024-08-27T23:00:20.330Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3209 | 2024-08-27T23:00:21.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3210 | 2024-08-27T23:00:21.203Z | |
3211 | 2024-08-27T23:00:21.203Z | info: running `cargo check --bins --no-default-features` on installinator (147/156) |
3212 | 2024-08-27T23:00:21.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-08-27T23:00:21.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-08-27T23:00:21.905Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3215 | 2024-08-27T23:00:23.847Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3216 | 2024-08-27T23:00:25.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3217 | 2024-08-27T23:00:25.722Z | |
3218 | 2024-08-27T23:00:25.722Z | info: running `cargo check --bins` on internal-dns-cli (148/156) |
3219 | 2024-08-27T23:00:26.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-08-27T23:00:26.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-08-27T23:00:26.366Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3222 | 2024-08-27T23:00:26.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3223 | 2024-08-27T23:00:26.951Z | |
3224 | 2024-08-27T23:00:26.951Z | info: running `cargo check --bins` on omicron-live-tests (149/156) |
3225 | 2024-08-27T23:00:27.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-08-27T23:00:27.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-08-27T23:00:27.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-08-27T23:00:27.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3229 | 2024-08-27T23:00:27.555Z | |
3230 | 2024-08-27T23:00:27.555Z | info: running `cargo check --bins` on live-tests-macros (150/156) |
3231 | 2024-08-27T23:00:28.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-08-27T23:00:28.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-08-27T23:00:28.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-08-27T23:00:28.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3235 | 2024-08-27T23:00:28.171Z | |
3236 | 2024-08-27T23:00:28.171Z | info: running `cargo check --bins` on omicron-package (151/156) |
3237 | 2024-08-27T23:00:28.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-08-27T23:00:28.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-08-27T23:00:28.840Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3240 | 2024-08-27T23:00:30.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3241 | 2024-08-27T23:00:30.196Z | |
3242 | 2024-08-27T23:00:30.196Z | info: running `cargo check --bins` on wicket-dbg (152/156) |
3243 | 2024-08-27T23:00:30.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-08-27T23:00:30.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-08-27T23:00:30.894Z | Checking rtoolbox v0.0.2 |
3246 | 2024-08-27T23:00:30.897Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3247 | 2024-08-27T23:00:30.897Z | Checking tui-tree-widget v0.22.0 |
3248 | 2024-08-27T23:00:31.101Z | Checking rpassword v7.3.1 |
3249 | 2024-08-27T23:00:35.002Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3250 | 2024-08-27T23:00:37.808Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3251 | 2024-08-27T23:00:38.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s |
3252 | 2024-08-27T23:00:39.014Z | |
3253 | 2024-08-27T23:00:39.014Z | info: running `cargo check --bins` on wicket (153/156) |
3254 | 2024-08-27T23:00:39.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-08-27T23:00:39.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-08-27T23:00:39.706Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3257 | 2024-08-27T23:00:40.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3258 | 2024-08-27T23:00:40.227Z | |
3259 | 2024-08-27T23:00:40.227Z | info: running `cargo check --bins` on wicketd (154/156) |
3260 | 2024-08-27T23:00:40.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-08-27T23:00:40.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-08-27T23:00:40.937Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3263 | 2024-08-27T23:00:44.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3264 | 2024-08-27T23:00:44.679Z | |
3265 | 2024-08-27T23:00:44.679Z | info: running `cargo check --bins` on omicron-workspace-hack (155/156) |
3266 | 2024-08-27T23:00:45.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2024-08-27T23:00:45.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2024-08-27T23:00:45.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3269 | 2024-08-27T23:00:45.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3270 | 2024-08-27T23:00:45.298Z | |
3271 | 2024-08-27T23:00:45.298Z | info: running `cargo check --bins` on zone-setup (156/156) |
3272 | 2024-08-27T23:00:45.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3273 | 2024-08-27T23:00:45.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3274 | 2024-08-27T23:00:46.037Z | Checking uzers v0.11.3 |
3275 | 2024-08-27T23:00:46.331Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3276 | 2024-08-27T23:00:47.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3277 | 2024-08-27T23:00:47.530Z | |
3278 | 2024-08-27T23:00:47.530Z | real 10:48.562086416 |
3279 | 2024-08-27T23:00:47.530Z | user 23:21.281132883 |
3280 | 2024-08-27T23:00:47.530Z | sys 5:03.845755003 |
3281 | 2024-08-27T23:00:47.530Z | trap 0.498778548 |
3282 | 2024-08-27T23:00:47.530Z | tflt 3.243922879 |
3283 | 2024-08-27T23:00:47.533Z | dflt 1.825428978 |
3284 | 2024-08-27T23:00:47.533Z | kflt 0.003009359 |
3285 | 2024-08-27T23:00:47.533Z | lock 41:46.850220454 |
3286 | 2024-08-27T23:00:47.533Z | slp 1:54:43.982507574 |
3287 | 2024-08-27T23:00:47.533Z | lat 1:00.471463140 |
3288 | 2024-08-27T23:00:47.533Z | stop 3:03.378650550 |
3289 | 2024-08-27T23:00:47.533Z | process exited: duration 898556 ms, exit code 0 |
|
3290 | 2024-08-27T23:00:47.541Z | found 0 output files |