|
|
|
1 | 2024-07-31T06:15:56.220Z | job assigned to worker 01J43PV5CGMDKQE5N30MFTVS8R (queued for 55 s) |
|
2 | 2024-07-31T06:16:03.124Z | starting task 0: "setup" |
3 | 2024-07-31T06:16:03.134Z | ++ uname -s |
4 | 2024-07-31T06:16:03.137Z | + kern=SunOS |
5 | 2024-07-31T06:16:03.137Z | + case "$kern" in |
6 | 2024-07-31T06:16:03.137Z | + groupadd -g 12345 build |
7 | 2024-07-31T06:16:03.140Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-31T06:16:05.149Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-31T06:16:05.240Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-31T06:16:05.243Z | + home_fs=zfs |
11 | 2024-07-31T06:16:05.243Z | + [[ zfs == autofs ]] |
12 | 2024-07-31T06:16:05.243Z | + mkdir -p /home/build |
13 | 2024-07-31T06:16:05.245Z | + chown build:build /home/build /work |
14 | 2024-07-31T06:16:07.247Z | + chmod 0700 /home/build /work |
15 | 2024-07-31T06:16:07.250Z | process exited: duration 4126 ms, exit code 0 |
|
16 | 2024-07-31T06:16:07.256Z | starting task 1: "rust-toolchain" |
17 | 2024-07-31T06:16:07.261Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-31T06:16:07.261Z | ' 1.78.0 |
19 | 2024-07-31T06:16:07.264Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-31T06:16:07.264Z | * toolchain channel = "1.78.0" |
21 | 2024-07-31T06:16:07.264Z | * toolchain profile = "default" |
22 | 2024-07-31T06:16:07.265Z | ' default |
23 | 2024-07-31T06:16:07.265Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-31T06:16:07.265Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-31T06:16:07.382Z | info: downloading installer |
26 | 2024-07-31T06:16:08.608Z | info: profile set to 'default' |
27 | 2024-07-31T06:16:08.608Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-31T06:16:08.611Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-31T06:16:08.757Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-31T06:16:08.757Z | info: downloading component 'cargo' |
31 | 2024-07-31T06:16:09.604Z | info: downloading component 'clippy' |
32 | 2024-07-31T06:16:09.885Z | info: downloading component 'rust-docs' |
33 | 2024-07-31T06:16:11.018Z | info: downloading component 'rust-std' |
34 | 2024-07-31T06:16:12.813Z | info: downloading component 'rustc' |
35 | 2024-07-31T06:16:17.394Z | info: downloading component 'rustfmt' |
36 | 2024-07-31T06:16:17.645Z | info: installing component 'cargo' |
37 | 2024-07-31T06:16:18.479Z | info: installing component 'clippy' |
38 | 2024-07-31T06:16:18.842Z | info: installing component 'rust-docs' |
39 | 2024-07-31T06:16:20.395Z | info: installing component 'rust-std' |
40 | 2024-07-31T06:16:22.162Z | info: installing component 'rustc' |
41 | 2024-07-31T06:16:26.307Z | info: installing component 'rustfmt' |
42 | 2024-07-31T06:16:26.640Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-31T06:16:26.640Z | |
44 | 2024-07-31T06:16:26.912Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-31T06:16:26.912Z | |
46 | 2024-07-31T06:16:26.915Z | |
47 | 2024-07-31T06:16:26.915Z | Rust is installed now. Great! |
48 | 2024-07-31T06:16:26.915Z | |
49 | 2024-07-31T06:16:26.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-31T06:16:26.915Z | environment variable. This has not been done automatically. |
51 | 2024-07-31T06:16:26.915Z | |
52 | 2024-07-31T06:16:26.915Z | To configure your current shell, you need to source |
53 | 2024-07-31T06:16:26.915Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-31T06:16:26.915Z | |
55 | 2024-07-31T06:16:26.915Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-31T06:16:26.915Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-31T06:16:26.915Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-31T06:16:26.967Z | + rustc --version |
59 | 2024-07-31T06:16:27.030Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-31T06:16:27.034Z | process exited: duration 19776 ms, exit code 0 |
|
61 | 2024-07-31T06:16:27.039Z | starting task 2: "authentication" |
62 | 2024-07-31T06:16:27.060Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-31T06:16:27.066Z | starting task 3: "clone repository" |
64 | 2024-07-31T06:16:27.071Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-31T06:16:27.074Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-31T06:16:27.114Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-31T06:16:34.271Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-31T06:16:34.271Z | + git fetch origin 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
69 | 2024-07-31T06:16:34.559Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-31T06:16:34.559Z | * branch 861cdc6952a2ee27ad779c9e7f999878ae626a4a -> FETCH_HEAD |
71 | 2024-07-31T06:16:34.569Z | + [[ -n renovate/assert_cmd-2.x ]] |
72 | 2024-07-31T06:16:34.572Z | ++ git branch --show-current |
73 | 2024-07-31T06:16:34.575Z | + current=main |
74 | 2024-07-31T06:16:34.575Z | + [[ main != renovate/assert_cmd-2.x ]] |
75 | 2024-07-31T06:16:34.575Z | + git branch -f renovate/assert_cmd-2.x 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
76 | 2024-07-31T06:16:34.578Z | + git checkout -f renovate/assert_cmd-2.x |
77 | 2024-07-31T06:16:34.718Z | Switched to branch 'renovate/assert_cmd-2.x' |
78 | 2024-07-31T06:16:34.720Z | + git reset --hard 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
79 | 2024-07-31T06:16:34.733Z | HEAD is now at 861cdc695 Update Rust crate assert_cmd to 2.0.15 |
80 | 2024-07-31T06:16:34.736Z | process exited: duration 7667 ms, exit code 0 |
|
81 | 2024-07-31T06:16:34.742Z | starting task 4: "build" |
82 | 2024-07-31T06:16:34.747Z | + cargo --version |
83 | 2024-07-31T06:16:34.803Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-31T06:16:34.805Z | + rustc --version |
85 | 2024-07-31T06:16:34.863Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-31T06:16:34.866Z | + source ./env.sh |
87 | 2024-07-31T06:16:34.866Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-31T06:16:34.866Z | ++ set -o xtrace |
89 | 2024-07-31T06:16:34.869Z | ++++ dirname ./env.sh |
90 | 2024-07-31T06:16:34.871Z | +++ readlink -f . |
91 | 2024-07-31T06:16:34.874Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ 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-07-31T06:16:34.874Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-31T06:16:34.875Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-31T06:16:34.875Z | + 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-07-31T06:16:34.875Z | + 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-07-31T06:16:34.875Z | + banner prerequisites |
105 | 2024-07-31T06:16:34.879Z | |
106 | 2024-07-31T06:16:34.879Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-31T06:16:34.879Z | # # # # # # # # # # # # # # # |
108 | 2024-07-31T06:16:34.879Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-31T06:16:34.879Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-31T06:16:34.879Z | # # # # # # # # # # # # # # # |
111 | 2024-07-31T06:16:34.879Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-31T06:16:34.879Z | |
113 | 2024-07-31T06:16:34.879Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-31T06:16:40.325Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-31T06:16:42.370Z | Startup: Caching catalogs ... Done |
116 | 2024-07-31T06:16:46.073Z | Planning: Solver setup ... Done (3.194s) |
117 | 2024-07-31T06:16:46.131Z | Planning: Running solver ... Done (0.058s) |
118 | 2024-07-31T06:16:46.182Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-07-31T06:16:46.199Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-31T06:16:46.488Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-31T06:16:46.541Z | Planning: Package planning ... Done (0.053s) |
122 | 2024-07-31T06:16:46.592Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-07-31T06:16:46.886Z | Planning: Checking for conflicting actions ... Done (0.295s) |
124 | 2024-07-31T06:16:46.898Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-07-31T06:16:47.853Z | Planning: Evaluating mediators ... Done (0.955s) |
126 | 2024-07-31T06:16:47.863Z | Planning: Planning completed in 5.43 seconds |
127 | 2024-07-31T06:16:47.878Z | Packages to install: 4 |
128 | 2024-07-31T06:16:47.878Z | Mediators to change: 2 |
129 | 2024-07-31T06:16:47.881Z | Services to change: 1 |
130 | 2024-07-31T06:16:47.881Z | Estimated space available: 155.77 GB |
131 | 2024-07-31T06:16:47.881Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-31T06:16:47.881Z | Create boot environment: No |
133 | 2024-07-31T06:16:47.881Z | Create backup boot environment: No |
134 | 2024-07-31T06:16:47.881Z | Rebuild boot archive: No |
135 | 2024-07-31T06:16:47.881Z | |
136 | 2024-07-31T06:16:47.882Z | Changed mediators: |
137 | 2024-07-31T06:16:47.882Z | mediator clang: |
138 | 2024-07-31T06:16:47.882Z | version: None -> 15 (system default) |
139 | 2024-07-31T06:16:47.882Z | |
140 | 2024-07-31T06:16:47.882Z | mediator llvm: |
141 | 2024-07-31T06:16:47.882Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-31T06:16:47.882Z | |
143 | 2024-07-31T06:16:47.882Z | Changed packages: |
144 | 2024-07-31T06:16:47.882Z | helios-dev |
145 | 2024-07-31T06:16:47.882Z | developer/build-essential |
146 | 2024-07-31T06:16:47.882Z | None -> 11-2.0 |
147 | 2024-07-31T06:16:47.882Z | library/libxmlsec1 |
148 | 2024-07-31T06:16:47.882Z | None -> 1.2.35-2.0 |
149 | 2024-07-31T06:16:47.882Z | ooce/developer/clang-15 |
150 | 2024-07-31T06:16:47.882Z | None -> 15.0.7-2.0 |
151 | 2024-07-31T06:16:47.882Z | ooce/developer/llvm-15 |
152 | 2024-07-31T06:16:47.882Z | None -> 15.0.7-2.0 |
153 | 2024-07-31T06:16:47.882Z | |
154 | 2024-07-31T06:16:47.882Z | Services: |
155 | 2024-07-31T06:16:47.882Z | restart_fmri: |
156 | 2024-07-31T06:16:47.882Z | svc:/system/update-man-index:default |
157 | 2024-07-31T06:16:47.929Z | |
158 | 2024-07-31T06:16:47.929Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-31T06:16:52.929Z | Download: 818/3290 items 18.7/212.6MB 8% complete (3.8M/s) |
160 | 2024-07-31T06:16:58.321Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (11.8M/s) |
161 | 2024-07-31T06:17:03.323Z | Download: 1951/3290 items 118.7/212.6MB 55% complete (10.0M/s) |
162 | 2024-07-31T06:17:08.325Z | Download: 2611/3290 items 120.5/212.6MB 56% complete (3.7M/s) |
163 | 2024-07-31T06:17:13.497Z | Download: 3286/3290 items 211.3/212.6MB 99% complete (9.2M/s) |
164 | 2024-07-31T06:17:14.447Z | Download: Completed 212.60 MB in 26.52 seconds (8.0M/s) |
165 | 2024-07-31T06:17:14.985Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-31T06:17:19.578Z | Actions: Completed 3689 actions in 4.59 seconds. |
167 | 2024-07-31T06:17:19.728Z | Done (0.145s) |
168 | 2024-07-31T06:17:19.728Z | Done (0.000s) |
169 | 2024-07-31T06:17:20.077Z | Done (0.349s) |
170 | 2024-07-31T06:17:24.540Z | Done (4.302s) |
171 | 2024-07-31T06:17:24.627Z | Done (0.019s) |
172 | 2024-07-31T06:17:24.630Z | Done (0.000s) |
173 | 2024-07-31T06:17:24.780Z | Done (0.000s) |
174 | 2024-07-31T06:17:25.382Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-07-31T06:17:25.546Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-07-31T06:17:25.548Z | Planning: Consolidating action changes ... Done |
177 | 2024-07-31T06:17:25.826Z | Planning: Evaluating mediators ... Done |
178 | 2024-07-31T06:17:25.836Z | Planning: Planning completed in 0.44 seconds |
179 | 2024-07-31T06:17:25.860Z | Mediators to change: 2 |
180 | 2024-07-31T06:17:25.860Z | Create boot environment: No |
181 | 2024-07-31T06:17:25.871Z | Create backup boot environment: No |
182 | 2024-07-31T06:17:25.921Z | Done |
183 | 2024-07-31T06:17:25.922Z | Done |
184 | 2024-07-31T06:17:26.151Z | Done |
185 | 2024-07-31T06:17:29.820Z | Done |
186 | 2024-07-31T06:17:29.907Z | Done |
187 | 2024-07-31T06:17:29.909Z | Done |
188 | 2024-07-31T06:17:30.013Z | Done |
189 | 2024-07-31T06:17:30.640Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-07-31T06:17:30.643Z | Planning: Merging actions ... Done |
191 | 2024-07-31T06:17:30.835Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-07-31T06:17:30.838Z | Planning: Consolidating action changes ... Done |
193 | 2024-07-31T06:17:31.113Z | Planning: Evaluating mediators ... Done |
194 | 2024-07-31T06:17:31.173Z | Planning: Planning completed in 0.78 seconds |
195 | 2024-07-31T06:17:31.211Z | Packages to change: 1 |
196 | 2024-07-31T06:17:31.211Z | Mediators to change: 1 |
197 | 2024-07-31T06:17:31.211Z | Services to change: 1 |
198 | 2024-07-31T06:17:31.213Z | Create boot environment: No |
199 | 2024-07-31T06:17:31.213Z | Create backup boot environment: Yes |
200 | 2024-07-31T06:17:33.142Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-07-31T06:17:33.145Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-07-31T06:17:33.145Z | Done |
203 | 2024-07-31T06:17:33.145Z | Done |
204 | 2024-07-31T06:17:33.218Z | Done |
205 | 2024-07-31T06:17:37.077Z | Done |
206 | 2024-07-31T06:17:37.165Z | Done |
207 | 2024-07-31T06:17:37.168Z | Done |
208 | 2024-07-31T06:17:37.273Z | Done |
209 | 2024-07-31T06:17:37.728Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-07-31T06:17:37.728Z | clang system 15 system |
211 | 2024-07-31T06:17:37.728Z | csh system system illumos |
212 | 2024-07-31T06:17:37.728Z | ctags system system illumos |
213 | 2024-07-31T06:17:37.728Z | gcc vendor 12 vendor |
214 | 2024-07-31T06:17:37.729Z | gcc system 10 system |
215 | 2024-07-31T06:17:37.729Z | gcc system 7 system |
216 | 2024-07-31T06:17:37.729Z | go system 1.20 system |
217 | 2024-07-31T06:17:37.729Z | go system 1.19 system |
218 | 2024-07-31T06:17:37.729Z | llvm system 15 system |
219 | 2024-07-31T06:17:37.729Z | llvm system 14 system |
220 | 2024-07-31T06:17:37.729Z | mariadb system 10.6 system |
221 | 2024-07-31T06:17:37.729Z | mta vendor vendor dma |
222 | 2024-07-31T06:17:37.729Z | openjdk system 17 system |
223 | 2024-07-31T06:17:37.729Z | openjdk system 11 system |
224 | 2024-07-31T06:17:37.729Z | openjdk system 1.8 system |
225 | 2024-07-31T06:17:37.729Z | openssl vendor 3 vendor |
226 | 2024-07-31T06:17:37.729Z | perl system 5.36 system |
227 | 2024-07-31T06:17:37.729Z | postgresql system 15 system |
228 | 2024-07-31T06:17:37.729Z | postgresql system 13 system |
229 | 2024-07-31T06:17:37.729Z | python vendor 3 vendor |
230 | 2024-07-31T06:17:37.729Z | python system 2 system |
231 | 2024-07-31T06:17:37.729Z | python3 system 3.11 system |
232 | 2024-07-31T06:17:37.729Z | ruby system 3.0 system |
233 | 2024-07-31T06:17:37.729Z | words vendor vendor american-english |
234 | 2024-07-31T06:17:37.729Z | words system system australian-english |
235 | 2024-07-31T06:17:37.729Z | words system system british-english |
236 | 2024-07-31T06:17:37.729Z | words system system canadian-english |
237 | 2024-07-31T06:17:37.729Z | words system system french |
238 | 2024-07-31T06:17:37.729Z | words system system italian |
239 | 2024-07-31T06:17:37.729Z | words system system ngerman |
240 | 2024-07-31T06:17:37.729Z | words system system ogerman |
241 | 2024-07-31T06:17:37.729Z | words system system spanish |
242 | 2024-07-31T06:17:38.075Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-07-31T06:17:38.075Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-07-31T06:17:39.742Z | FMRI IFO |
245 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-07-31T06:17:39.742Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-07-31T06:17:40.299Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-07-31T06:17:40.583Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-07-31T06:17:40.881Z | Updating crates.io index |
260 | 2024-07-31T06:17:40.990Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-07-31T06:17:41.796Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-07-31T06:17:42.563Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-07-31T06:17:42.826Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-07-31T06:17:45.032Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-07-31T06:17:45.548Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-07-31T06:17:45.834Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-07-31T06:17:46.906Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-07-31T06:17:48.972Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-07-31T06:17:50.125Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-07-31T06:17:50.848Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-07-31T06:17:51.475Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-07-31T06:17:51.753Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-07-31T06:17:52.010Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-07-31T06:17:52.330Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-07-31T06:17:52.600Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-07-31T06:17:52.840Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-07-31T06:17:53.081Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-07-31T06:17:53.382Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-07-31T06:17:53.651Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-07-31T06:17:54.036Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-07-31T06:17:54.296Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-07-31T06:17:54.902Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-07-31T06:17:55.257Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-31T06:17:55.658Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-31T06:17:57.785Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-31T06:17:58.106Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-31T06:17:58.380Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-31T06:17:58.885Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-31T06:17:59.918Z | Downloading crates ... |
290 | 2024-07-31T06:18:00.020Z | Downloaded autocfg v1.3.0 |
291 | 2024-07-31T06:18:00.022Z | Downloaded anstyle v1.0.8 |
292 | 2024-07-31T06:18:00.025Z | Downloaded anstyle-parse v0.2.4 |
293 | 2024-07-31T06:18:00.028Z | Downloaded anyhow v1.0.86 |
294 | 2024-07-31T06:18:00.030Z | Downloaded scroll_derive v0.12.0 |
295 | 2024-07-31T06:18:00.038Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-07-31T06:18:00.040Z | Downloaded equivalent v1.0.1 |
297 | 2024-07-31T06:18:00.047Z | Downloaded anstyle-query v1.0.3 |
298 | 2024-07-31T06:18:00.050Z | Downloaded swrite v0.1.0 |
299 | 2024-07-31T06:18:00.056Z | Downloaded byteorder v1.5.0 |
300 | 2024-07-31T06:18:00.067Z | Downloaded itoa v1.0.11 |
301 | 2024-07-31T06:18:00.070Z | Downloaded fnv v1.0.7 |
302 | 2024-07-31T06:18:00.070Z | Downloaded serde_spanned v0.6.6 |
303 | 2024-07-31T06:18:00.073Z | Downloaded memmap v0.7.0 |
304 | 2024-07-31T06:18:00.073Z | Downloaded heck v0.4.1 |
305 | 2024-07-31T06:18:00.073Z | Downloaded colorchoice v1.0.1 |
306 | 2024-07-31T06:18:00.076Z | Downloaded block-buffer v0.10.4 |
307 | 2024-07-31T06:18:00.076Z | Downloaded cargo-platform v0.1.8 |
308 | 2024-07-31T06:18:00.079Z | Downloaded tabled_derive v0.7.0 |
309 | 2024-07-31T06:18:00.079Z | Downloaded anstream v0.6.14 |
310 | 2024-07-31T06:18:00.082Z | Downloaded dof v0.3.0 |
311 | 2024-07-31T06:18:00.082Z | Downloaded crypto-common v0.1.6 |
312 | 2024-07-31T06:18:00.086Z | Downloaded is_terminal_polyfill v1.70.0 |
313 | 2024-07-31T06:18:00.090Z | Downloaded bytecount v0.6.8 |
314 | 2024-07-31T06:18:00.093Z | Downloaded utf8parse v0.2.1 |
315 | 2024-07-31T06:18:00.096Z | Downloaded cargo_toml v0.20.4 |
316 | 2024-07-31T06:18:00.096Z | Downloaded toml_datetime v0.6.6 |
317 | 2024-07-31T06:18:00.099Z | Downloaded plain v0.2.3 |
318 | 2024-07-31T06:18:00.099Z | Downloaded heck v0.5.0 |
319 | 2024-07-31T06:18:00.102Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-07-31T06:18:00.105Z | Downloaded fs-err v2.11.0 |
321 | 2024-07-31T06:18:00.105Z | Downloaded pest_derive v2.7.10 |
322 | 2024-07-31T06:18:00.108Z | Downloaded clap_derive v4.5.8 |
323 | 2024-07-31T06:18:00.111Z | Downloaded quote v1.0.36 |
324 | 2024-07-31T06:18:00.114Z | Downloaded zerocopy-derive v0.7.34 |
325 | 2024-07-31T06:18:00.117Z | Downloaded thiserror v1.0.63 |
326 | 2024-07-31T06:18:00.122Z | Downloaded bitflags v2.6.0 |
327 | 2024-07-31T06:18:00.127Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-07-31T06:18:00.132Z | Downloaded pest_generator v2.7.10 |
329 | 2024-07-31T06:18:00.132Z | Downloaded cargo_metadata v0.18.1 |
330 | 2024-07-31T06:18:00.132Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-07-31T06:18:00.132Z | Downloaded usdt v0.5.0 |
332 | 2024-07-31T06:18:00.136Z | Downloaded thread-id v4.2.1 |
333 | 2024-07-31T06:18:00.136Z | Downloaded scroll v0.12.0 |
334 | 2024-07-31T06:18:00.136Z | Downloaded macaddr v1.0.1 |
335 | 2024-07-31T06:18:00.136Z | Downloaded generic-array v0.14.7 |
336 | 2024-07-31T06:18:00.141Z | Downloaded errno v0.3.9 |
337 | 2024-07-31T06:18:00.141Z | Downloaded clap_lex v0.7.0 |
338 | 2024-07-31T06:18:00.141Z | Downloaded cfg-if v1.0.0 |
339 | 2024-07-31T06:18:00.141Z | Downloaded serde_tokenstream v0.2.1 |
340 | 2024-07-31T06:18:00.145Z | Downloaded cpufeatures v0.2.12 |
341 | 2024-07-31T06:18:00.145Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-07-31T06:18:00.145Z | Downloaded digest v0.10.7 |
343 | 2024-07-31T06:18:00.148Z | Downloaded clap v4.5.9 |
344 | 2024-07-31T06:18:00.156Z | Downloaded serde_derive v1.0.204 |
345 | 2024-07-31T06:18:00.161Z | Downloaded ryu v1.0.18 |
346 | 2024-07-31T06:18:00.164Z | Downloaded strsim v0.11.1 |
347 | 2024-07-31T06:18:00.164Z | Downloaded pest_meta v2.7.10 |
348 | 2024-07-31T06:18:00.164Z | Downloaded once_cell v1.19.0 |
349 | 2024-07-31T06:18:00.170Z | Downloaded log v0.4.21 |
350 | 2024-07-31T06:18:00.182Z | Downloaded thiserror-impl v1.0.63 |
351 | 2024-07-31T06:18:00.182Z | Downloaded typenum v1.17.0 |
352 | 2024-07-31T06:18:00.182Z | Downloaded terminal_size v0.3.0 |
353 | 2024-07-31T06:18:00.182Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-07-31T06:18:00.191Z | Downloaded sha2 v0.10.8 |
355 | 2024-07-31T06:18:00.191Z | Downloaded semver v1.0.23 |
356 | 2024-07-31T06:18:00.191Z | Downloaded papergrid v0.11.0 |
357 | 2024-07-31T06:18:00.191Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-07-31T06:18:00.191Z | Downloaded version_check v0.9.4 |
359 | 2024-07-31T06:18:00.191Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-07-31T06:18:00.196Z | Downloaded camino v1.1.7 |
361 | 2024-07-31T06:18:00.196Z | Downloaded proc-macro2 v1.0.86 |
362 | 2024-07-31T06:18:00.199Z | Downloaded indexmap v2.2.6 |
363 | 2024-07-31T06:18:00.203Z | Downloaded unicode-ident v1.0.12 |
364 | 2024-07-31T06:18:00.206Z | Downloaded toml v0.8.15 |
365 | 2024-07-31T06:18:00.216Z | Downloaded memchr v2.7.2 |
366 | 2024-07-31T06:18:00.226Z | Downloaded serde v1.0.204 |
367 | 2024-07-31T06:18:00.261Z | Downloaded toml_edit v0.22.16 |
368 | 2024-07-31T06:18:00.289Z | Downloaded pest v2.7.10 |
369 | 2024-07-31T06:18:00.294Z | Downloaded hashbrown v0.14.5 |
370 | 2024-07-31T06:18:00.294Z | Downloaded winnow v0.6.8 |
371 | 2024-07-31T06:18:00.308Z | Downloaded serde_json v1.0.120 |
372 | 2024-07-31T06:18:00.313Z | Downloaded zerocopy v0.7.34 |
373 | 2024-07-31T06:18:00.324Z | Downloaded clap_builder v4.5.9 |
374 | 2024-07-31T06:18:00.330Z | Downloaded goblin v0.8.2 |
375 | 2024-07-31T06:18:00.335Z | Downloaded tabled v0.15.0 |
376 | 2024-07-31T06:18:00.350Z | Downloaded syn v2.0.72 |
377 | 2024-07-31T06:18:00.361Z | Downloaded syn v1.0.109 |
378 | 2024-07-31T06:18:00.375Z | Downloaded rustix v0.38.34 |
379 | 2024-07-31T06:18:00.397Z | Downloaded unicode-width v0.1.13 |
380 | 2024-07-31T06:18:00.419Z | Downloaded libc v0.2.155 |
381 | 2024-07-31T06:18:00.711Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-07-31T06:18:00.711Z | Compiling unicode-ident v1.0.12 |
383 | 2024-07-31T06:18:00.714Z | Compiling version_check v0.9.4 |
384 | 2024-07-31T06:18:00.714Z | Compiling serde v1.0.204 |
385 | 2024-07-31T06:18:00.714Z | Compiling thiserror v1.0.63 |
386 | 2024-07-31T06:18:00.714Z | Compiling libc v0.2.155 |
387 | 2024-07-31T06:18:00.714Z | Compiling memchr v2.7.2 |
388 | 2024-07-31T06:18:00.743Z | Compiling itoa v1.0.11 |
389 | 2024-07-31T06:18:00.969Z | Compiling ryu v1.0.18 |
390 | 2024-07-31T06:18:01.007Z | Compiling ucd-trie v0.1.6 |
391 | 2024-07-31T06:18:01.427Z | Compiling once_cell v1.19.0 |
392 | 2024-07-31T06:18:01.519Z | Compiling byteorder v1.5.0 |
393 | 2024-07-31T06:18:01.578Z | Compiling serde_json v1.0.120 |
394 | 2024-07-31T06:18:01.858Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-07-31T06:18:01.933Z | Compiling usdt-impl v0.5.0 |
396 | 2024-07-31T06:18:01.963Z | Compiling syn v1.0.109 |
397 | 2024-07-31T06:18:02.129Z | Compiling rustix v0.38.34 |
398 | 2024-07-31T06:18:02.274Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-07-31T06:18:02.453Z | Compiling quote v1.0.36 |
400 | 2024-07-31T06:18:02.580Z | Compiling log v0.4.21 |
401 | 2024-07-31T06:18:02.686Z | Compiling bitflags v2.6.0 |
402 | 2024-07-31T06:18:02.710Z | Compiling hashbrown v0.14.5 |
403 | 2024-07-31T06:18:03.001Z | Compiling syn v2.0.72 |
404 | 2024-07-31T06:18:03.275Z | Compiling errno v0.3.9 |
405 | 2024-07-31T06:18:03.331Z | Compiling utf8parse v0.2.1 |
406 | 2024-07-31T06:18:03.358Z | Compiling plain v0.2.3 |
407 | 2024-07-31T06:18:03.361Z | Compiling thread-id v4.2.1 |
408 | 2024-07-31T06:18:03.472Z | Compiling equivalent v1.0.1 |
409 | 2024-07-31T06:18:03.498Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-07-31T06:18:03.701Z | Compiling colorchoice v1.0.1 |
411 | 2024-07-31T06:18:03.833Z | Compiling anstyle v1.0.8 |
412 | 2024-07-31T06:18:03.859Z | Compiling pretty-hex v0.4.1 |
413 | 2024-07-31T06:18:03.917Z | Compiling camino v1.1.7 |
414 | 2024-07-31T06:18:04.076Z | Compiling indexmap v2.2.6 |
415 | 2024-07-31T06:18:04.181Z | Compiling semver v1.0.23 |
416 | 2024-07-31T06:18:04.282Z | Compiling autocfg v1.3.0 |
417 | 2024-07-31T06:18:04.402Z | Compiling winnow v0.6.8 |
418 | 2024-07-31T06:18:04.512Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-07-31T06:18:04.638Z | Compiling anstyle-query v1.0.3 |
420 | 2024-07-31T06:18:04.741Z | Compiling terminal_size v0.3.0 |
421 | 2024-07-31T06:18:04.787Z | Compiling anstream v0.6.14 |
422 | 2024-07-31T06:18:05.203Z | Compiling clap_lex v0.7.0 |
423 | 2024-07-31T06:18:05.232Z | Compiling unicode-width v0.1.13 |
424 | 2024-07-31T06:18:05.281Z | Compiling fs-err v2.11.0 |
425 | 2024-07-31T06:18:05.442Z | Compiling heck v0.4.1 |
426 | 2024-07-31T06:18:05.464Z | Compiling strsim v0.11.1 |
427 | 2024-07-31T06:18:05.541Z | Compiling anyhow v1.0.86 |
428 | 2024-07-31T06:18:05.641Z | Compiling fnv v1.0.7 |
429 | 2024-07-31T06:18:05.759Z | Compiling bytecount v0.6.8 |
430 | 2024-07-31T06:18:05.788Z | Compiling heck v0.5.0 |
431 | 2024-07-31T06:18:05.897Z | Compiling papergrid v0.11.0 |
432 | 2024-07-31T06:18:05.972Z | Compiling clap_builder v4.5.9 |
433 | 2024-07-31T06:18:06.325Z | Compiling memmap v0.7.0 |
434 | 2024-07-31T06:18:07.082Z | Compiling swrite v0.1.0 |
435 | 2024-07-31T06:18:09.026Z | Compiling tabled_derive v0.7.0 |
436 | 2024-07-31T06:18:10.640Z | Compiling tabled v0.15.0 |
437 | 2024-07-31T06:18:12.289Z | Compiling serde_derive v1.0.204 |
438 | 2024-07-31T06:18:12.289Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-07-31T06:18:12.292Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-07-31T06:18:12.292Z | Compiling scroll_derive v0.12.0 |
441 | 2024-07-31T06:18:12.292Z | Compiling clap_derive v4.5.8 |
442 | 2024-07-31T06:18:13.578Z | Compiling scroll v0.12.0 |
443 | 2024-07-31T06:18:14.095Z | Compiling goblin v0.8.2 |
444 | 2024-07-31T06:18:14.157Z | Compiling zerocopy v0.7.34 |
445 | 2024-07-31T06:18:15.354Z | Compiling pest v2.7.10 |
446 | 2024-07-31T06:18:16.324Z | Compiling clap v4.5.9 |
447 | 2024-07-31T06:18:17.451Z | Compiling pest_meta v2.7.10 |
448 | 2024-07-31T06:18:18.367Z | Compiling pest_generator v2.7.10 |
449 | 2024-07-31T06:18:20.385Z | Compiling pest_derive v2.7.10 |
450 | 2024-07-31T06:18:21.046Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-07-31T06:18:22.907Z | Compiling toml_datetime v0.6.6 |
452 | 2024-07-31T06:18:22.907Z | Compiling serde_spanned v0.6.6 |
453 | 2024-07-31T06:18:22.911Z | Compiling cargo-platform v0.1.8 |
454 | 2024-07-31T06:18:23.198Z | Compiling macaddr v1.0.1 |
455 | 2024-07-31T06:18:23.295Z | Compiling toml_edit v0.22.16 |
456 | 2024-07-31T06:18:23.548Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-07-31T06:18:24.359Z | Compiling dof v0.3.0 |
458 | 2024-07-31T06:18:24.359Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-07-31T06:18:25.989Z | Compiling toml v0.8.15 |
460 | 2024-07-31T06:18:26.909Z | Compiling usdt-macro v0.5.0 |
461 | 2024-07-31T06:18:26.944Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-07-31T06:18:27.019Z | Compiling cargo_toml v0.20.4 |
463 | 2024-07-31T06:18:28.259Z | Compiling usdt v0.5.0 |
464 | 2024-07-31T06:18:31.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-07-31T06:18:35.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.73s |
466 | 2024-07-31T06:18:36.077Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-07-31T06:18:36.624Z | Downloading crates ... |
468 | 2024-07-31T06:18:36.751Z | Downloaded adler v1.0.2 |
469 | 2024-07-31T06:18:36.754Z | Downloaded aead v0.5.2 |
470 | 2024-07-31T06:18:36.757Z | Downloaded ahash v0.8.11 |
471 | 2024-07-31T06:18:36.760Z | Downloaded addr2line v0.21.0 |
472 | 2024-07-31T06:18:36.765Z | Downloaded crunchy v0.2.2 |
473 | 2024-07-31T06:18:36.768Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-07-31T06:18:36.772Z | Downloaded atomicwrites v0.4.3 |
475 | 2024-07-31T06:18:36.776Z | Downloaded is-terminal v0.4.12 |
476 | 2024-07-31T06:18:36.780Z | Downloaded instant v0.1.12 |
477 | 2024-07-31T06:18:36.783Z | Downloaded num_threads v0.1.7 |
478 | 2024-07-31T06:18:36.786Z | Downloaded bitstruct_derive v0.1.0 |
479 | 2024-07-31T06:18:36.789Z | Downloaded linked-hash-map v0.5.6 |
480 | 2024-07-31T06:18:36.789Z | Downloaded libefi-sys v0.1.0 |
481 | 2024-07-31T06:18:36.792Z | Downloaded indent_write v2.2.0 |
482 | 2024-07-31T06:18:36.793Z | Downloaded oso-derive v0.27.3 |
483 | 2024-07-31T06:18:36.796Z | Downloaded openssl-probe v0.1.5 |
484 | 2024-07-31T06:18:36.796Z | Downloaded normalize-line-endings v0.3.0 |
485 | 2024-07-31T06:18:36.796Z | Downloaded match_cfg v0.1.0 |
486 | 2024-07-31T06:18:36.799Z | Downloaded impl-trait-for-tuples v0.2.2 |
487 | 2024-07-31T06:18:36.802Z | Downloaded darling_macro v0.20.9 |
488 | 2024-07-31T06:18:36.802Z | Downloaded opaque-debug v0.3.1 |
489 | 2024-07-31T06:18:36.802Z | Downloaded cstr-argument v0.1.2 |
490 | 2024-07-31T06:18:36.805Z | Downloaded newtype_derive v0.1.6 |
491 | 2024-07-31T06:18:36.805Z | Downloaded is_ci v1.2.0 |
492 | 2024-07-31T06:18:36.808Z | Downloaded bitstruct v0.1.1 |
493 | 2024-07-31T06:18:36.808Z | Downloaded atty v0.2.14 |
494 | 2024-07-31T06:18:36.811Z | Downloaded nodrop v0.1.14 |
495 | 2024-07-31T06:18:36.811Z | Downloaded newline-converter v0.3.0 |
496 | 2024-07-31T06:18:36.814Z | Downloaded async-stream-impl v0.3.5 |
497 | 2024-07-31T06:18:36.815Z | Downloaded inout v0.1.3 |
498 | 2024-07-31T06:18:36.818Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-07-31T06:18:36.818Z | Downloaded indoc v1.0.9 |
500 | 2024-07-31T06:18:36.820Z | Downloaded kstat-rs v0.2.4 |
501 | 2024-07-31T06:18:36.823Z | Downloaded lazycell v1.3.0 |
502 | 2024-07-31T06:18:36.823Z | Downloaded lalrpop-util v0.19.12 |
503 | 2024-07-31T06:18:36.826Z | Downloaded mime v0.3.17 |
504 | 2024-07-31T06:18:36.830Z | Downloaded const_format_proc_macros v0.2.32 |
505 | 2024-07-31T06:18:36.830Z | Downloaded num-conv v0.1.0 |
506 | 2024-07-31T06:18:36.833Z | Downloaded matches v0.1.10 |
507 | 2024-07-31T06:18:36.833Z | Downloaded convert_case v0.4.0 |
508 | 2024-07-31T06:18:36.833Z | Downloaded array-init v0.0.4 |
509 | 2024-07-31T06:18:36.836Z | Downloaded openssl-macros v0.1.1 |
510 | 2024-07-31T06:18:36.836Z | Downloaded new_debug_unreachable v1.0.6 |
511 | 2024-07-31T06:18:36.839Z | Downloaded cipher v0.4.4 |
512 | 2024-07-31T06:18:36.842Z | Downloaded async-stream v0.3.5 |
513 | 2024-07-31T06:18:36.842Z | Downloaded number_prefix v0.4.0 |
514 | 2024-07-31T06:18:36.845Z | Downloaded assert_matches v1.5.0 |
515 | 2024-07-31T06:18:36.847Z | Downloaded crc-catalog v2.4.0 |
516 | 2024-07-31T06:18:36.847Z | Downloaded lru v0.12.3 |
517 | 2024-07-31T06:18:36.850Z | Downloaded cobs v0.2.3 |
518 | 2024-07-31T06:18:36.851Z | Downloaded num_cpus v1.16.0 |
519 | 2024-07-31T06:18:36.853Z | Downloaded managed v0.8.0 |
520 | 2024-07-31T06:18:36.858Z | Downloaded num v0.4.3 |
521 | 2024-07-31T06:18:36.858Z | Downloaded backoff v0.4.0 |
522 | 2024-07-31T06:18:36.861Z | Downloaded async-trait v0.1.81 |
523 | 2024-07-31T06:18:36.864Z | Downloaded mockall v0.12.1 |
524 | 2024-07-31T06:18:36.864Z | Downloaded keccak v0.1.5 |
525 | 2024-07-31T06:18:36.867Z | Downloaded nanorand v0.7.0 |
526 | 2024-07-31T06:18:36.870Z | Downloaded paste v1.0.15 |
527 | 2024-07-31T06:18:36.873Z | Downloaded parse-display-derive v0.9.1 |
528 | 2024-07-31T06:18:36.875Z | Downloaded lock_api v0.4.12 |
529 | 2024-07-31T06:18:36.878Z | Downloaded olpc-cjson v0.1.3 |
530 | 2024-07-31T06:18:36.878Z | Downloaded packed_struct_codegen v0.10.1 |
531 | 2024-07-31T06:18:36.881Z | Downloaded num_enum_derive v0.5.11 |
532 | 2024-07-31T06:18:36.881Z | Downloaded num-derive v0.4.2 |
533 | 2024-07-31T06:18:36.884Z | Downloaded sync_wrapper v0.1.2 |
534 | 2024-07-31T06:18:36.884Z | Downloaded ipnet v2.9.0 |
535 | 2024-07-31T06:18:36.886Z | Downloaded crossbeam-deque v0.8.5 |
536 | 2024-07-31T06:18:36.889Z | Downloaded num_enum v0.5.11 |
537 | 2024-07-31T06:18:36.893Z | Downloaded num-iter v0.1.45 |
538 | 2024-07-31T06:18:36.895Z | Downloaded parse-size v1.0.0 |
539 | 2024-07-31T06:18:36.895Z | Downloaded nibble_vec v0.1.0 |
540 | 2024-07-31T06:18:36.898Z | Downloaded signature v2.2.0 |
541 | 2024-07-31T06:18:36.901Z | Downloaded multimap v0.10.0 |
542 | 2024-07-31T06:18:36.901Z | Downloaded castaway v0.2.2 |
543 | 2024-07-31T06:18:36.904Z | Downloaded supports-color v3.0.0 |
544 | 2024-07-31T06:18:36.904Z | Downloaded waitgroup v0.1.2 |
545 | 2024-07-31T06:18:36.908Z | Downloaded try-lock v0.2.5 |
546 | 2024-07-31T06:18:36.908Z | Downloaded toolchain_find v0.4.0 |
547 | 2024-07-31T06:18:36.908Z | Downloaded base64ct v1.6.0 |
548 | 2024-07-31T06:18:36.910Z | Downloaded num-complex v0.4.6 |
549 | 2024-07-31T06:18:36.913Z | Downloaded chacha20 v0.9.1 |
550 | 2024-07-31T06:18:36.916Z | Downloaded num-integer v0.1.46 |
551 | 2024-07-31T06:18:36.919Z | Downloaded camino-tempfile v1.1.1 |
552 | 2024-07-31T06:18:36.922Z | Downloaded parse-display v0.9.1 |
553 | 2024-07-31T06:18:36.922Z | Downloaded curve25519-dalek-derive v0.1.1 |
554 | 2024-07-31T06:18:36.922Z | Downloaded async-recursion v1.1.1 |
555 | 2024-07-31T06:18:36.926Z | Downloaded parking_lot_core v0.9.10 |
556 | 2024-07-31T06:18:36.929Z | Downloaded password-hash v0.5.0 |
557 | 2024-07-31T06:18:36.932Z | Downloaded defmt-parser v0.3.4 |
558 | 2024-07-31T06:18:36.934Z | Downloaded defmt v0.3.8 |
559 | 2024-07-31T06:18:36.937Z | Downloaded indexmap v1.9.3 |
560 | 2024-07-31T06:18:36.940Z | Downloaded spin v0.5.2 |
561 | 2024-07-31T06:18:36.942Z | Downloaded darling v0.20.9 |
562 | 2024-07-31T06:18:36.946Z | Downloaded crossbeam-epoch v0.9.18 |
563 | 2024-07-31T06:18:36.950Z | Downloaded tls_codec_derive v0.4.1 |
564 | 2024-07-31T06:18:36.952Z | Downloaded http-range v0.1.5 |
565 | 2024-07-31T06:18:36.952Z | Downloaded signal-hook-tokio v0.3.1 |
566 | 2024-07-31T06:18:36.955Z | Downloaded owo-colors v4.0.0 |
567 | 2024-07-31T06:18:36.958Z | Downloaded shell-words v1.1.0 |
568 | 2024-07-31T06:18:36.958Z | Downloaded cancel-safe-futures v0.1.5 |
569 | 2024-07-31T06:18:36.962Z | Downloaded tls_codec v0.4.1 |
570 | 2024-07-31T06:18:36.964Z | Downloaded wait-timeout v0.2.0 |
571 | 2024-07-31T06:18:36.967Z | Downloaded cookie_store v0.20.0 |
572 | 2024-07-31T06:18:36.971Z | Downloaded cookie v0.17.0 |
573 | 2024-07-31T06:18:36.975Z | Downloaded constant_time_eq v0.3.0 |
574 | 2024-07-31T06:18:36.975Z | Downloaded strum v0.26.3 |
575 | 2024-07-31T06:18:36.975Z | Downloaded slog-envlogger v2.2.0 |
576 | 2024-07-31T06:18:36.981Z | Downloaded parking_lot v0.11.2 |
577 | 2024-07-31T06:18:36.983Z | Downloaded dirs-sys-next v0.1.2 |
578 | 2024-07-31T06:18:36.984Z | Downloaded rpassword v7.3.1 |
579 | 2024-07-31T06:18:36.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
580 | 2024-07-31T06:18:36.984Z | Downloaded ascii v1.1.0 |
581 | 2024-07-31T06:18:36.989Z | Downloaded blake2 v0.10.6 |
582 | 2024-07-31T06:18:36.992Z | Downloaded subtle v2.5.0 |
583 | 2024-07-31T06:18:36.992Z | Downloaded sqlparser_derive v0.2.2 |
584 | 2024-07-31T06:18:36.992Z | Downloaded data-encoding v2.6.0 |
585 | 2024-07-31T06:18:36.993Z | Downloaded argon2 v0.5.3 |
586 | 2024-07-31T06:18:36.996Z | Downloaded fixedbitset v0.4.2 |
587 | 2024-07-31T06:18:36.998Z | Downloaded der v0.7.9 |
588 | 2024-07-31T06:18:37.002Z | Downloaded cookie v0.18.1 |
589 | 2024-07-31T06:18:37.006Z | Downloaded derive_builder_macro v0.20.0 |
590 | 2024-07-31T06:18:37.008Z | Downloaded zeroize_derive v1.4.2 |
591 | 2024-07-31T06:18:37.008Z | Downloaded filetime v0.2.23 |
592 | 2024-07-31T06:18:37.011Z | Downloaded ff v0.13.0 |
593 | 2024-07-31T06:18:37.014Z | Downloaded peg v0.8.4 |
594 | 2024-07-31T06:18:37.017Z | Downloaded foreign-types-shared v0.1.1 |
595 | 2024-07-31T06:18:37.020Z | Downloaded num-traits v0.2.19 |
596 | 2024-07-31T06:18:37.023Z | Downloaded foreign-types v0.5.0 |
597 | 2024-07-31T06:18:37.023Z | Downloaded oso v0.27.3 |
598 | 2024-07-31T06:18:37.026Z | Downloaded crc32fast v1.4.0 |
599 | 2024-07-31T06:18:37.029Z | Downloaded http-body v0.4.6 |
600 | 2024-07-31T06:18:37.031Z | Downloaded headers-core v0.2.0 |
601 | 2024-07-31T06:18:37.034Z | Downloaded phf v0.11.2 |
602 | 2024-07-31T06:18:37.034Z | Downloaded crossbeam-utils v0.8.19 |
603 | 2024-07-31T06:18:37.037Z | Downloaded dirs-next v2.0.0 |
604 | 2024-07-31T06:18:37.040Z | Downloaded openssl-sys v0.9.103 |
605 | 2024-07-31T06:18:37.043Z | Downloaded rustls-pemfile v1.0.4 |
606 | 2024-07-31T06:18:37.046Z | Downloaded schemars_derive v0.8.21 |
607 | 2024-07-31T06:18:37.049Z | Downloaded predicates-tree v1.0.9 |
608 | 2024-07-31T06:18:37.052Z | Downloaded parking_lot v0.12.2 |
609 | 2024-07-31T06:18:37.055Z | Downloaded hostname v0.4.0 |
610 | 2024-07-31T06:18:37.055Z | Downloaded rand_xorshift v0.3.0 |
611 | 2024-07-31T06:18:37.058Z | Downloaded console v0.15.8 |
612 | 2024-07-31T06:18:37.060Z | Downloaded slab v0.4.9 |
613 | 2024-07-31T06:18:37.060Z | Downloaded siphasher v0.3.11 |
614 | 2024-07-31T06:18:37.063Z | Downloaded scheduled-thread-pool v0.2.7 |
615 | 2024-07-31T06:18:37.066Z | Downloaded structmeta-derive v0.3.0 |
616 | 2024-07-31T06:18:37.066Z | Downloaded strum_macros v0.24.3 |
617 | 2024-07-31T06:18:37.069Z | Downloaded time-macros v0.2.18 |
618 | 2024-07-31T06:18:37.072Z | Downloaded env_logger v0.9.3 |
619 | 2024-07-31T06:18:37.075Z | Downloaded want v0.3.1 |
620 | 2024-07-31T06:18:37.075Z | Downloaded stability v0.2.0 |
621 | 2024-07-31T06:18:37.078Z | Downloaded take_mut v0.2.2 |
622 | 2024-07-31T06:18:37.078Z | Downloaded structmeta v0.3.0 |
623 | 2024-07-31T06:18:37.078Z | Downloaded hash32 v0.2.1 |
624 | 2024-07-31T06:18:37.081Z | Downloaded same-file v1.0.6 |
625 | 2024-07-31T06:18:37.083Z | Downloaded fastrand v2.1.0 |
626 | 2024-07-31T06:18:37.083Z | Downloaded allocator-api2 v0.2.18 |
627 | 2024-07-31T06:18:37.087Z | Downloaded fallible-iterator v0.2.0 |
628 | 2024-07-31T06:18:37.089Z | Downloaded untrusted v0.9.0 |
629 | 2024-07-31T06:18:37.092Z | Downloaded foreign-types-macros v0.2.3 |
630 | 2024-07-31T06:18:37.092Z | Downloaded unicode-xid v0.2.4 |
631 | 2024-07-31T06:18:37.095Z | Downloaded hash32 v0.3.1 |
632 | 2024-07-31T06:18:37.095Z | Downloaded zerocopy v0.6.6 |
633 | 2024-07-31T06:18:37.098Z | Downloaded thread_local v1.1.8 |
634 | 2024-07-31T06:18:37.101Z | Downloaded ident_case v1.0.1 |
635 | 2024-07-31T06:18:37.101Z | Downloaded rand_chacha v0.3.1 |
636 | 2024-07-31T06:18:37.104Z | Downloaded home v0.5.9 |
637 | 2024-07-31T06:18:37.104Z | Downloaded crc-any v2.5.0 |
638 | 2024-07-31T06:18:37.107Z | Downloaded base64 v0.13.1 |
639 | 2024-07-31T06:18:37.109Z | Downloaded predicates v3.1.0 |
640 | 2024-07-31T06:18:37.112Z | Downloaded highway v1.1.0 |
641 | 2024-07-31T06:18:37.115Z | Downloaded cc v1.0.97 |
642 | 2024-07-31T06:18:37.118Z | Downloaded rand_seeder v0.2.3 |
643 | 2024-07-31T06:18:37.121Z | Downloaded resolv-conf v0.7.0 |
644 | 2024-07-31T06:18:37.124Z | Downloaded precomputed-hash v0.1.1 |
645 | 2024-07-31T06:18:37.124Z | Downloaded phf_shared v0.10.0 |
646 | 2024-07-31T06:18:37.126Z | Downloaded predicates-core v1.0.6 |
647 | 2024-07-31T06:18:37.126Z | Downloaded base64 v0.21.7 |
648 | 2024-07-31T06:18:37.129Z | Downloaded hex v0.4.3 |
649 | 2024-07-31T06:18:37.132Z | Downloaded itertools v0.10.5 |
650 | 2024-07-31T06:18:37.146Z | Downloaded portpicker v0.1.1 |
651 | 2024-07-31T06:18:37.149Z | Downloaded utf-8 v0.7.6 |
652 | 2024-07-31T06:18:37.149Z | Downloaded unicode-truncate v1.0.0 |
653 | 2024-07-31T06:18:37.152Z | Downloaded structmeta v0.2.0 |
654 | 2024-07-31T06:18:37.155Z | Downloaded signal-hook-mio v0.2.3 |
655 | 2024-07-31T06:18:37.155Z | Downloaded fxhash v0.2.1 |
656 | 2024-07-31T06:18:37.155Z | Downloaded shlex v1.3.0 |
657 | 2024-07-31T06:18:37.158Z | Downloaded sha1 v0.10.6 |
658 | 2024-07-31T06:18:37.160Z | Downloaded tap v1.0.1 |
659 | 2024-07-31T06:18:37.160Z | Downloaded derive_builder_core v0.20.0 |
660 | 2024-07-31T06:18:37.165Z | Downloaded derive_builder v0.20.0 |
661 | 2024-07-31T06:18:37.169Z | Downloaded tracing-attributes v0.1.27 |
662 | 2024-07-31T06:18:37.172Z | Downloaded peg-runtime v0.8.3 |
663 | 2024-07-31T06:18:37.172Z | Downloaded gethostname v0.4.3 |
664 | 2024-07-31T06:18:37.175Z | Downloaded display-error-chain v0.2.0 |
665 | 2024-07-31T06:18:37.175Z | Downloaded difflib v0.4.0 |
666 | 2024-07-31T06:18:37.178Z | Downloaded futures-core v0.3.30 |
667 | 2024-07-31T06:18:37.178Z | Downloaded xattr v1.3.1 |
668 | 2024-07-31T06:18:37.180Z | Downloaded const_format v0.2.32 |
669 | 2024-07-31T06:18:37.184Z | Downloaded backtrace v0.3.71 |
670 | 2024-07-31T06:18:37.190Z | Downloaded derive-where v1.2.7 |
671 | 2024-07-31T06:18:37.194Z | Downloaded fd-lock v4.0.2 |
672 | 2024-07-31T06:18:37.197Z | Downloaded powerfmt v0.2.0 |
673 | 2024-07-31T06:18:37.200Z | Downloaded humantime v2.1.0 |
674 | 2024-07-31T06:18:37.204Z | Downloaded percent-encoding v2.3.1 |
675 | 2024-07-31T06:18:37.204Z | Downloaded similar v2.5.0 |
676 | 2024-07-31T06:18:37.211Z | Downloaded serde_repr v0.1.19 |
677 | 2024-07-31T06:18:37.215Z | Downloaded deranged v0.3.11 |
678 | 2024-07-31T06:18:37.218Z | Downloaded unsafe-libyaml v0.2.11 |
679 | 2024-07-31T06:18:37.224Z | Downloaded serde_plain v1.0.2 |
680 | 2024-07-31T06:18:37.227Z | Downloaded form_urlencoded v1.2.1 |
681 | 2024-07-31T06:18:37.227Z | Downloaded smawk v0.3.2 |
682 | 2024-07-31T06:18:37.230Z | Downloaded flagset v0.4.5 |
683 | 2024-07-31T06:18:37.232Z | Downloaded tempfile v3.10.1 |
684 | 2024-07-31T06:18:37.235Z | Downloaded sigpipe v0.1.3 |
685 | 2024-07-31T06:18:37.238Z | Downloaded snafu-derive v0.8.2 |
686 | 2024-07-31T06:18:37.238Z | Downloaded base64 v0.22.1 |
687 | 2024-07-31T06:18:37.242Z | Downloaded rusty-fork v0.3.0 |
688 | 2024-07-31T06:18:37.244Z | Downloaded unicode-linebreak v0.1.5 |
689 | 2024-07-31T06:18:37.247Z | Downloaded ena v0.14.3 |
690 | 2024-07-31T06:18:37.247Z | Downloaded futures-task v0.3.30 |
691 | 2024-07-31T06:18:37.250Z | Downloaded iana-time-zone v0.1.60 |
692 | 2024-07-31T06:18:37.253Z | Downloaded slog-bunyan v2.5.0 |
693 | 2024-07-31T06:18:37.253Z | Downloaded yasna v0.5.2 |
694 | 2024-07-31T06:18:37.256Z | Downloaded textwrap v0.16.1 |
695 | 2024-07-31T06:18:37.258Z | Downloaded schemars v0.8.21 |
696 | 2024-07-31T06:18:37.271Z | Downloaded ppv-lite86 v0.2.17 |
697 | 2024-07-31T06:18:37.274Z | Downloaded endian-type v0.1.2 |
698 | 2024-07-31T06:18:37.274Z | Downloaded tokio-rustls v0.24.1 |
699 | 2024-07-31T06:18:37.277Z | Downloaded diesel_table_macro_syntax v0.1.0 |
700 | 2024-07-31T06:18:37.280Z | Downloaded futures-executor v0.3.30 |
701 | 2024-07-31T06:18:37.280Z | Downloaded tokio-stream v0.1.15 |
702 | 2024-07-31T06:18:37.284Z | Downloaded tokio-rustls v0.25.0 |
703 | 2024-07-31T06:18:37.287Z | Downloaded rtoolbox v0.0.2 |
704 | 2024-07-31T06:18:37.290Z | Downloaded phf_shared v0.11.2 |
705 | 2024-07-31T06:18:37.290Z | Downloaded hubpack v0.1.2 |
706 | 2024-07-31T06:18:37.293Z | Downloaded httpdate v1.0.3 |
707 | 2024-07-31T06:18:37.296Z | Downloaded uzers v0.11.3 |
708 | 2024-07-31T06:18:37.296Z | Downloaded zeroize v1.7.0 |
709 | 2024-07-31T06:18:37.299Z | Downloaded tinyvec_macros v0.1.1 |
710 | 2024-07-31T06:18:37.299Z | Downloaded tiny-keccak v2.0.2 |
711 | 2024-07-31T06:18:37.301Z | Downloaded spki v0.7.3 |
712 | 2024-07-31T06:18:37.305Z | Downloaded pin-project-lite v0.2.14 |
713 | 2024-07-31T06:18:37.308Z | Downloaded tokio-macros v2.3.0 |
714 | 2024-07-31T06:18:37.311Z | Downloaded rustls-pki-types v1.7.0 |
715 | 2024-07-31T06:18:37.314Z | Downloaded rsa v0.9.6 |
716 | 2024-07-31T06:18:37.318Z | Downloaded r2d2 v0.8.10 |
717 | 2024-07-31T06:18:37.321Z | Downloaded quick-error v1.2.3 |
718 | 2024-07-31T06:18:37.323Z | Downloaded either v1.12.0 |
719 | 2024-07-31T06:18:37.323Z | Downloaded topological-sort v0.2.2 |
720 | 2024-07-31T06:18:37.326Z | Downloaded tar v0.4.41 |
721 | 2024-07-31T06:18:37.329Z | Downloaded libm v0.2.8 |
722 | 2024-07-31T06:18:37.335Z | Downloaded float-ord v0.3.2 |
723 | 2024-07-31T06:18:37.338Z | Downloaded path-slash v0.1.5 |
724 | 2024-07-31T06:18:37.338Z | Downloaded embedded-io v0.4.0 |
725 | 2024-07-31T06:18:37.341Z | Downloaded serde_urlencoded v0.7.1 |
726 | 2024-07-31T06:18:37.343Z | Downloaded dyn-clone v1.0.17 |
727 | 2024-07-31T06:18:37.343Z | Downloaded termcolor v1.4.1 |
728 | 2024-07-31T06:18:37.346Z | Downloaded static_assertions v1.1.0 |
729 | 2024-07-31T06:18:37.349Z | Downloaded stable_deref_trait v1.2.0 |
730 | 2024-07-31T06:18:37.349Z | Downloaded socket2 v0.4.10 |
731 | 2024-07-31T06:18:37.352Z | Downloaded tracing-core v0.1.32 |
732 | 2024-07-31T06:18:37.355Z | Downloaded tracing v0.1.40 |
733 | 2024-07-31T06:18:37.358Z | Downloaded smf v0.2.3 |
734 | 2024-07-31T06:18:37.360Z | Downloaded hubpack_derive v0.1.1 |
735 | 2024-07-31T06:18:37.360Z | Downloaded headers v0.3.9 |
736 | 2024-07-31T06:18:37.367Z | Downloaded rand v0.8.5 |
737 | 2024-07-31T06:18:37.371Z | Downloaded rustc_version v0.4.0 |
738 | 2024-07-31T06:18:37.373Z | Downloaded which v4.4.2 |
739 | 2024-07-31T06:18:37.376Z | Downloaded rustc_version v0.1.7 |
740 | 2024-07-31T06:18:37.376Z | Downloaded itertools v0.13.0 |
741 | 2024-07-31T06:18:37.384Z | Downloaded spin v0.9.8 |
742 | 2024-07-31T06:18:37.387Z | Downloaded zone_cfg_derive v0.1.2 |
743 | 2024-07-31T06:18:37.389Z | Downloaded postcard v1.0.8 |
744 | 2024-07-31T06:18:37.392Z | Downloaded vte_generate_state_changes v0.1.1 |
745 | 2024-07-31T06:18:37.392Z | Downloaded env_logger v0.10.2 |
746 | 2024-07-31T06:18:37.395Z | Downloaded termtree v0.4.1 |
747 | 2024-07-31T06:18:37.398Z | Downloaded uuid v1.10.0 |
748 | 2024-07-31T06:18:37.402Z | Downloaded pem v3.0.4 |
749 | 2024-07-31T06:18:37.404Z | Downloaded tokio-tungstenite v0.20.1 |
750 | 2024-07-31T06:18:37.404Z | Downloaded scopeguard v1.2.0 |
751 | 2024-07-31T06:18:37.407Z | Downloaded ref-cast-impl v1.0.23 |
752 | 2024-07-31T06:18:37.407Z | Downloaded walkdir v2.5.0 |
753 | 2024-07-31T06:18:37.410Z | Downloaded unarray v0.1.4 |
754 | 2024-07-31T06:18:37.410Z | Downloaded rustc-hash v1.1.0 |
755 | 2024-07-31T06:18:37.413Z | Downloaded hyper-rustls v0.24.2 |
756 | 2024-07-31T06:18:37.416Z | Downloaded unicase v2.7.0 |
757 | 2024-07-31T06:18:37.416Z | Downloaded pin-project v1.1.5 |
758 | 2024-07-31T06:18:37.428Z | Downloaded slog-async v2.8.0 |
759 | 2024-07-31T06:18:37.431Z | Downloaded httparse v1.8.0 |
760 | 2024-07-31T06:18:37.433Z | Downloaded hostname v0.3.1 |
761 | 2024-07-31T06:18:37.436Z | Downloaded rustls-pemfile v2.1.2 |
762 | 2024-07-31T06:18:37.439Z | Downloaded hyper-staticfile v0.9.5 |
763 | 2024-07-31T06:18:37.439Z | Downloaded erased-serde v0.3.31 |
764 | 2024-07-31T06:18:37.442Z | Downloaded fatfs v0.3.6 |
765 | 2024-07-31T06:18:37.444Z | Downloaded termios v0.3.3 |
766 | 2024-07-31T06:18:37.447Z | Downloaded ref-cast v1.0.23 |
767 | 2024-07-31T06:18:37.450Z | Downloaded foreign-types-shared v0.3.1 |
768 | 2024-07-31T06:18:37.450Z | Downloaded ron v0.7.1 |
769 | 2024-07-31T06:18:37.454Z | Downloaded tui-tree-widget v0.21.0 |
770 | 2024-07-31T06:18:37.457Z | Downloaded fragile v2.0.0 |
771 | 2024-07-31T06:18:37.460Z | Downloaded smallvec v0.6.14 |
772 | 2024-07-31T06:18:37.460Z | Downloaded tokio-native-tls v0.3.1 |
773 | 2024-07-31T06:18:37.463Z | Downloaded float-cmp v0.9.0 |
774 | 2024-07-31T06:18:37.463Z | Downloaded crossterm v0.27.0 |
775 | 2024-07-31T06:18:37.469Z | Downloaded group v0.13.0 |
776 | 2024-07-31T06:18:37.472Z | Downloaded slog-scope v4.4.0 |
777 | 2024-07-31T06:18:37.475Z | Downloaded serde-big-array v0.5.1 |
778 | 2024-07-31T06:18:37.475Z | Downloaded vsss-rs v3.3.4 |
779 | 2024-07-31T06:18:37.478Z | Downloaded tabwriter v1.4.0 |
780 | 2024-07-31T06:18:37.478Z | Downloaded snafu v0.8.2 |
781 | 2024-07-31T06:18:37.484Z | Downloaded slog-stdlog v4.1.1 |
782 | 2024-07-31T06:18:37.487Z | Downloaded rustc-demangle v0.1.24 |
783 | 2024-07-31T06:18:37.489Z | Downloaded strum_macros v0.25.3 |
784 | 2024-07-31T06:18:37.492Z | Downloaded getrandom v0.2.14 |
785 | 2024-07-31T06:18:37.495Z | Downloaded pkcs8 v0.10.2 |
786 | 2024-07-31T06:18:37.498Z | Downloaded trust-dns-client v0.22.0 |
787 | 2024-07-31T06:18:37.501Z | Downloaded url v2.5.2 |
788 | 2024-07-31T06:18:37.504Z | Downloaded strum_macros v0.26.4 |
789 | 2024-07-31T06:18:37.507Z | Downloaded futures v0.3.30 |
790 | 2024-07-31T06:18:37.512Z | Downloaded elliptic-curve v0.13.8 |
791 | 2024-07-31T06:18:37.518Z | Downloaded sct v0.7.1 |
792 | 2024-07-31T06:18:37.521Z | Downloaded serde_yaml v0.9.34+deprecated |
793 | 2024-07-31T06:18:37.524Z | Downloaded serde-hex v0.1.0 |
794 | 2024-07-31T06:18:37.527Z | Downloaded rand_core v0.6.4 |
795 | 2024-07-31T06:18:37.530Z | Downloaded ron v0.8.1 |
796 | 2024-07-31T06:18:37.533Z | Downloaded toml v0.5.11 |
797 | 2024-07-31T06:18:37.536Z | Downloaded tungstenite v0.21.0 |
798 | 2024-07-31T06:18:37.539Z | Downloaded strip-ansi-escapes v0.2.0 |
799 | 2024-07-31T06:18:37.542Z | Downloaded stringprep v0.1.4 |
800 | 2024-07-31T06:18:37.542Z | Downloaded hyper-tls v0.5.0 |
801 | 2024-07-31T06:18:37.545Z | Downloaded slog-json v2.6.1 |
802 | 2024-07-31T06:18:37.548Z | Downloaded whoami v1.5.1 |
803 | 2024-07-31T06:18:37.550Z | Downloaded derive_more v0.99.18 |
804 | 2024-07-31T06:18:37.553Z | Downloaded tokio-postgres v0.7.11 |
805 | 2024-07-31T06:18:37.558Z | Downloaded subprocess v0.2.9 |
806 | 2024-07-31T06:18:37.561Z | Downloaded trust-dns-server v0.22.1 |
807 | 2024-07-31T06:18:37.567Z | Downloaded x509-cert v0.2.5 |
808 | 2024-07-31T06:18:37.574Z | Downloaded serde_with v3.8.3 |
809 | 2024-07-31T06:18:37.583Z | Downloaded term v0.7.0 |
810 | 2024-07-31T06:18:37.587Z | Downloaded pem-rfc7468 v0.7.0 |
811 | 2024-07-31T06:18:37.590Z | Downloaded vte v0.11.1 |
812 | 2024-07-31T06:18:37.593Z | Downloaded rayon-core v1.12.1 |
813 | 2024-07-31T06:18:37.596Z | Downloaded diesel_derives v2.1.4 |
814 | 2024-07-31T06:18:37.599Z | Downloaded unicode-segmentation v1.11.0 |
815 | 2024-07-31T06:18:37.602Z | Downloaded trust-dns-resolver v0.22.0 |
816 | 2024-07-31T06:18:37.607Z | Downloaded tungstenite v0.20.1 |
817 | 2024-07-31T06:18:37.610Z | Downloaded time v0.3.36 |
818 | 2024-07-31T06:18:37.618Z | Downloaded hashbrown v0.12.3 |
819 | 2024-07-31T06:18:37.623Z | Downloaded tinyvec v1.6.0 |
820 | 2024-07-31T06:18:37.626Z | Downloaded expectorate v1.1.0 |
821 | 2024-07-31T06:18:37.629Z | Downloaded reedline v0.31.0 |
822 | 2024-07-31T06:18:37.638Z | Downloaded toml v0.7.8 |
823 | 2024-07-31T06:18:37.641Z | Downloaded pkcs1 v0.7.5 |
824 | 2024-07-31T06:18:37.645Z | Downloaded pin-project-internal v1.1.5 |
825 | 2024-07-31T06:18:37.648Z | Downloaded peg-macros v0.8.4 |
826 | 2024-07-31T06:18:37.648Z | Downloaded flate2 v1.0.30 |
827 | 2024-07-31T06:18:37.654Z | Downloaded blake3 v1.5.1 |
828 | 2024-07-31T06:18:37.662Z | Downloaded tokio-util v0.7.11 |
829 | 2024-07-31T06:18:37.668Z | Downloaded hkdf v0.12.4 |
830 | 2024-07-31T06:18:37.671Z | Downloaded aho-corasick v1.1.3 |
831 | 2024-07-31T06:18:37.677Z | Downloaded tough v0.17.1 |
832 | 2024-07-31T06:18:37.685Z | Downloaded publicsuffix v2.2.3 |
833 | 2024-07-31T06:18:37.688Z | Downloaded rustyline v14.0.0 |
834 | 2024-07-31T06:18:37.693Z | Downloaded typed-path v0.7.1 |
835 | 2024-07-31T06:18:37.699Z | Downloaded zip v0.6.6 |
836 | 2024-07-31T06:18:37.703Z | Downloaded lalrpop v0.19.12 |
837 | 2024-07-31T06:18:37.717Z | Downloaded slog-term v2.9.1 |
838 | 2024-07-31T06:18:37.720Z | Downloaded portable-atomic v1.6.0 |
839 | 2024-07-31T06:18:37.725Z | Downloaded hashbrown v0.13.2 |
840 | 2024-07-31T06:18:37.729Z | Downloaded proc-macro-crate v1.3.1 |
841 | 2024-07-31T06:18:37.732Z | Downloaded unicode-normalization v0.1.23 |
842 | 2024-07-31T06:18:37.735Z | Downloaded openssl v0.10.66 |
843 | 2024-07-31T06:18:37.746Z | Downloaded diff v0.1.13 |
844 | 2024-07-31T06:18:37.749Z | Downloaded reqwest v0.11.27 |
845 | 2024-07-31T06:18:37.758Z | Downloaded object v0.30.4 |
846 | 2024-07-31T06:18:37.768Z | Downloaded regex-automata v0.1.10 |
847 | 2024-07-31T06:18:37.774Z | Downloaded nix v0.27.1 |
848 | 2024-07-31T06:18:37.787Z | Downloaded bindgen v0.69.4 |
849 | 2024-07-31T06:18:37.795Z | Downloaded winnow v0.5.40 |
850 | 2024-07-31T06:18:37.804Z | Downloaded object v0.32.2 |
851 | 2024-07-31T06:18:37.815Z | Downloaded h2 v0.3.26 |
852 | 2024-07-31T06:18:37.823Z | Downloaded rustls-webpki v0.101.7 |
853 | 2024-07-31T06:18:37.839Z | Downloaded futures-util v0.3.30 |
854 | 2024-07-31T06:18:37.850Z | Downloaded quick-xml v0.31.0 |
855 | 2024-07-31T06:18:37.856Z | Downloaded rustls-webpki v0.102.4 |
856 | 2024-07-31T06:18:37.877Z | Downloaded nix v0.28.0 |
857 | 2024-07-31T06:18:37.888Z | Downloaded regex v1.10.5 |
858 | 2024-07-31T06:18:37.903Z | Downloaded vcpkg v0.2.15 |
859 | 2024-07-31T06:18:37.945Z | Downloaded smoltcp v0.9.1 |
860 | 2024-07-31T06:18:37.956Z | Downloaded idna v0.3.0 |
861 | 2024-07-31T06:18:37.962Z | Downloaded hyper v0.14.28 |
862 | 2024-07-31T06:18:37.971Z | Downloaded proptest v1.4.0 |
863 | 2024-07-31T06:18:37.981Z | Downloaded gimli v0.28.1 |
864 | 2024-07-31T06:18:37.990Z | Downloaded curve25519-dalek v4.1.3 |
865 | 2024-07-31T06:18:38.000Z | Downloaded bstr v0.2.17 |
866 | 2024-07-31T06:18:38.010Z | Downloaded trust-dns-proto v0.22.0 |
867 | 2024-07-31T06:18:38.022Z | Downloaded ratatui v0.27.0 |
868 | 2024-07-31T06:18:38.043Z | Downloaded rustls v0.21.12 |
869 | 2024-07-31T06:18:38.055Z | Downloaded idna v0.2.3 |
870 | 2024-07-31T06:18:38.061Z | Downloaded smoltcp v0.11.0 |
871 | 2024-07-31T06:18:38.075Z | Downloaded bstr v1.9.1 |
872 | 2024-07-31T06:18:38.089Z | Downloaded regress v0.9.1 |
873 | 2024-07-31T06:18:38.098Z | Downloaded petgraph v0.6.5 |
874 | 2024-07-31T06:18:38.117Z | Downloaded finl_unicode v1.2.0 |
875 | 2024-07-31T06:18:38.133Z | Downloaded sha3 v0.10.8 |
876 | 2024-07-31T06:18:38.136Z | Downloaded tokio v1.38.1 |
877 | 2024-07-31T06:18:38.176Z | Downloaded rustls v0.22.4 |
878 | 2024-07-31T06:18:38.190Z | Downloaded sled v0.34.7 |
879 | 2024-07-31T06:18:38.202Z | Downloaded radix_trie v0.2.1 |
880 | 2024-07-31T06:18:38.208Z | Downloaded regex-syntax v0.8.3 |
881 | 2024-07-31T06:18:38.217Z | Downloaded zerocopy-derive v0.6.6 |
882 | 2024-07-31T06:18:38.228Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
883 | 2024-07-31T06:18:38.242Z | Downloaded openapiv3 v2.0.0 |
884 | 2024-07-31T06:18:38.257Z | Downloaded regex-automata v0.4.6 |
885 | 2024-07-31T06:18:38.275Z | Downloaded rayon v1.10.0 |
886 | 2024-07-31T06:18:38.285Z | Downloaded idna v0.5.0 |
887 | 2024-07-31T06:18:38.292Z | Downloaded webpki-roots v0.25.4 |
888 | 2024-07-31T06:18:38.297Z | Downloaded csv v1.3.0 |
889 | 2024-07-31T06:18:38.319Z | Downloaded regex-syntax v0.6.29 |
890 | 2024-07-31T06:18:38.326Z | Downloaded diesel v2.1.6 |
891 | 2024-07-31T06:18:38.347Z | Downloaded chrono v0.4.38 |
892 | 2024-07-31T06:18:38.354Z | Downloaded polar-core v0.27.3 |
893 | 2024-07-31T06:18:38.367Z | Downloaded sqlparser v0.45.0 |
894 | 2024-07-31T06:18:38.373Z | Downloaded bitvec v1.0.1 |
895 | 2024-07-31T06:18:38.390Z | Downloaded flume v0.11.0 |
896 | 2024-07-31T06:18:38.394Z | Downloaded encoding_rs v0.8.34 |
897 | 2024-07-31T06:18:38.418Z | Downloaded rcgen v0.12.1 |
898 | 2024-07-31T06:18:38.421Z | Downloaded heapless v0.8.0 |
899 | 2024-07-31T06:18:38.424Z | Downloaded http v1.1.0 |
900 | 2024-07-31T06:18:38.429Z | Downloaded http v0.2.12 |
901 | 2024-07-31T06:18:38.433Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2024-07-31T06:18:38.438Z | Downloaded signal-hook-registry v1.4.2 |
903 | 2024-07-31T06:18:38.441Z | Downloaded psl-types v2.0.11 |
904 | 2024-07-31T06:18:38.441Z | Downloaded funty v2.0.0 |
905 | 2024-07-31T06:18:38.444Z | Downloaded serde_arrays v0.1.0 |
906 | 2024-07-31T06:18:38.444Z | Downloaded test-strategy v0.3.1 |
907 | 2024-07-31T06:18:38.447Z | Downloaded prettyplease v0.2.20 |
908 | 2024-07-31T06:18:38.450Z | Downloaded smallvec v1.13.2 |
909 | 2024-07-31T06:18:38.452Z | Downloaded itertools v0.12.1 |
910 | 2024-07-31T06:18:38.459Z | Downloaded heapless v0.7.17 |
911 | 2024-07-31T06:18:38.463Z | Downloaded ring v0.17.8 |
912 | 2024-07-31T06:18:38.535Z | Downloaded samael v0.0.15 |
913 | 2024-07-31T06:18:38.540Z | Downloaded serde_with_macros v3.8.3 |
914 | 2024-07-31T06:18:38.542Z | Downloaded nom v7.1.3 |
915 | 2024-07-31T06:18:38.547Z | Downloaded postgres-protocol v0.6.7 |
916 | 2024-07-31T06:18:38.550Z | Downloaded signal-hook v0.3.17 |
917 | 2024-07-31T06:18:38.552Z | Downloaded unicode_categories v0.1.1 |
918 | 2024-07-31T06:18:38.555Z | Downloaded toml_edit v0.19.15 |
919 | 2024-07-31T06:18:38.570Z | Downloaded minimal-lexical v0.2.1 |
920 | 2024-07-31T06:18:38.575Z | Downloaded der_derive v0.7.2 |
921 | 2024-07-31T06:18:38.578Z | Downloaded steno v0.4.1 |
922 | 2024-07-31T06:18:38.581Z | Downloaded mio v0.8.11 |
923 | 2024-07-31T06:18:38.586Z | Downloaded sqlformat v0.2.4 |
924 | 2024-07-31T06:18:38.589Z | Downloaded serde_derive_internals v0.29.1 |
925 | 2024-07-31T06:18:38.592Z | Downloaded postgres-types v0.2.7 |
926 | 2024-07-31T06:18:38.592Z | Downloaded libxml v0.3.3 |
927 | 2024-07-31T06:18:38.598Z | Downloaded crypto-bigint v0.5.5 |
928 | 2024-07-31T06:18:38.605Z | Downloaded futures-channel v0.3.30 |
929 | 2024-07-31T06:18:38.607Z | Downloaded hmac v0.12.1 |
930 | 2024-07-31T06:18:38.611Z | Downloaded futures-sink v0.3.30 |
931 | 2024-07-31T06:18:38.611Z | Downloaded tokio-tungstenite v0.21.0 |
932 | 2024-07-31T06:18:38.613Z | Downloaded rustversion v1.0.17 |
933 | 2024-07-31T06:18:38.616Z | Downloaded pin-utils v0.1.0 |
934 | 2024-07-31T06:18:38.617Z | Downloaded half v2.4.1 |
935 | 2024-07-31T06:18:38.619Z | Downloaded serde_path_to_error v0.1.16 |
936 | 2024-07-31T06:18:38.619Z | Downloaded darling_core v0.20.9 |
937 | 2024-07-31T06:18:38.624Z | Downloaded globset v0.4.14 |
938 | 2024-07-31T06:18:38.627Z | Downloaded glob v0.3.1 |
939 | 2024-07-31T06:18:38.630Z | Downloaded slog v2.7.0 |
940 | 2024-07-31T06:18:38.632Z | Downloaded num-bigint v0.4.5 |
941 | 2024-07-31T06:18:38.635Z | Downloaded crossbeam-channel v0.5.12 |
942 | 2024-07-31T06:18:38.640Z | Downloaded unicode-bidi v0.3.15 |
943 | 2024-07-31T06:18:38.643Z | Downloaded semver v0.1.20 |
944 | 2024-07-31T06:18:38.643Z | Downloaded secrecy v0.8.0 |
945 | 2024-07-31T06:18:38.646Z | Downloaded sec1 v0.7.3 |
946 | 2024-07-31T06:18:38.646Z | Downloaded rustfmt-wrapper v0.2.1 |
947 | 2024-07-31T06:18:38.649Z | Downloaded wyz v0.5.1 |
948 | 2024-07-31T06:18:38.649Z | Downloaded socket2 v0.5.7 |
949 | 2024-07-31T06:18:38.653Z | Downloaded radium v0.7.0 |
950 | 2024-07-31T06:18:38.653Z | Downloaded getopts v0.2.21 |
951 | 2024-07-31T06:18:38.656Z | Downloaded downcast v0.11.0 |
952 | 2024-07-31T06:18:38.656Z | Downloaded poly1305 v0.8.0 |
953 | 2024-07-31T06:18:38.658Z | Downloaded parking_lot_core v0.8.6 |
954 | 2024-07-31T06:18:38.658Z | Downloaded chacha20poly1305 v0.10.1 |
955 | 2024-07-31T06:18:38.661Z | Downloaded arc-swap v1.7.1 |
956 | 2024-07-31T06:18:38.664Z | Downloaded clang-sys v1.7.0 |
957 | 2024-07-31T06:18:38.667Z | Downloaded omicron-zone-package v0.11.0 |
958 | 2024-07-31T06:18:38.670Z | Downloaded mockall_derive v0.12.1 |
959 | 2024-07-31T06:18:38.674Z | Downloaded ciborium v0.2.2 |
960 | 2024-07-31T06:18:38.676Z | Downloaded foreign-types v0.3.2 |
961 | 2024-07-31T06:18:38.676Z | Downloaded untrusted v0.7.1 |
962 | 2024-07-31T06:18:38.676Z | Downloaded pkg-config v0.3.30 |
963 | 2024-07-31T06:18:38.679Z | Downloaded heck v0.3.3 |
964 | 2024-07-31T06:18:38.679Z | Downloaded futures-macro v0.3.30 |
965 | 2024-07-31T06:18:38.679Z | Downloaded futures-io v0.3.30 |
966 | 2024-07-31T06:18:38.682Z | Downloaded tower-service v0.3.2 |
967 | 2024-07-31T06:18:38.683Z | Downloaded time-core v0.1.2 |
968 | 2024-07-31T06:18:38.683Z | Downloaded structmeta-derive v0.2.0 |
969 | 2024-07-31T06:18:38.686Z | Downloaded enum-as-inner v0.5.1 |
970 | 2024-07-31T06:18:38.686Z | Downloaded zone v0.1.8 |
971 | 2024-07-31T06:18:38.686Z | Downloaded universal-hash v0.5.1 |
972 | 2024-07-31T06:18:38.686Z | Downloaded csv-core v0.1.11 |
973 | 2024-07-31T06:18:38.689Z | Downloaded bytes v1.6.0 |
974 | 2024-07-31T06:18:38.692Z | Downloaded compact_str v0.7.1 |
975 | 2024-07-31T06:18:38.695Z | Downloaded indicatif v0.17.8 |
976 | 2024-07-31T06:18:38.698Z | Downloaded miniz_oxide v0.7.2 |
977 | 2024-07-31T06:18:38.701Z | Downloaded pretty-hex v0.2.1 |
978 | 2024-07-31T06:18:38.703Z | Downloaded const-oid v0.9.6 |
979 | 2024-07-31T06:18:38.703Z | Downloaded native-tls v0.2.11 |
980 | 2024-07-31T06:18:38.707Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-07-31T06:18:38.710Z | Downloaded ciborium-ll v0.2.2 |
982 | 2024-07-31T06:18:38.710Z | Downloaded nu-ansi-term v0.50.0 |
983 | 2024-07-31T06:18:38.713Z | Downloaded thiserror-no-std v2.0.2 |
984 | 2024-07-31T06:18:38.716Z | Downloaded string_cache v0.8.7 |
985 | 2024-07-31T06:18:38.716Z | Downloaded packed_struct v0.10.1 |
986 | 2024-07-31T06:18:38.719Z | Downloaded num-rational v0.4.2 |
987 | 2024-07-31T06:18:38.719Z | Downloaded multer v3.1.0 |
988 | 2024-07-31T06:18:38.722Z | Downloaded mime_guess v2.0.4 |
989 | 2024-07-31T06:18:38.725Z | Downloaded libsw v3.3.1 |
990 | 2024-07-31T06:18:38.725Z | Downloaded libloading v0.8.3 |
991 | 2024-07-31T06:18:38.728Z | Downloaded cassowary v0.3.0 |
992 | 2024-07-31T06:18:38.730Z | Downloaded block-padding v0.3.3 |
993 | 2024-07-31T06:18:38.730Z | Downloaded bcs v0.1.6 |
994 | 2024-07-31T06:18:38.733Z | Downloaded arrayvec v0.7.4 |
995 | 2024-07-31T06:18:38.733Z | Downloaded bzip2 v0.4.4 |
996 | 2024-07-31T06:18:38.736Z | Downloaded bitflags v1.3.2 |
997 | 2024-07-31T06:18:38.739Z | Downloaded memmap2 v0.9.4 |
998 | 2024-07-31T06:18:38.741Z | Downloaded buf-list v1.0.3 |
999 | 2024-07-31T06:18:38.745Z | Downloaded bitfield-struct v0.6.1 |
1000 | 2024-07-31T06:18:38.745Z | Downloaded newtype-uuid v1.1.0 |
1001 | 2024-07-31T06:18:38.745Z | Downloaded lru-cache v0.1.2 |
1002 | 2024-07-31T06:18:38.749Z | Downloaded maplit v1.0.2 |
1003 | 2024-07-31T06:18:38.750Z | Downloaded colored v2.1.0 |
1004 | 2024-07-31T06:18:38.750Z | Downloaded bb8 v0.8.5 |
1005 | 2024-07-31T06:18:38.750Z | Downloaded atomic-waker v1.1.2 |
1006 | 2024-07-31T06:18:38.755Z | Downloaded memoffset v0.9.1 |
1007 | 2024-07-31T06:18:38.755Z | Downloaded md-5 v0.10.6 |
1008 | 2024-07-31T06:18:38.755Z | Downloaded cexpr v0.6.0 |
1009 | 2024-07-31T06:18:38.755Z | Downloaded bit-vec v0.6.3 |
1010 | 2024-07-31T06:18:38.759Z | Downloaded ascii-canvas v3.0.0 |
1011 | 2024-07-31T06:18:38.759Z | Downloaded arrayref v0.3.7 |
1012 | 2024-07-31T06:18:38.759Z | Downloaded crucible-workspace-hack v0.1.0 |
1013 | 2024-07-31T06:18:38.759Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-07-31T06:18:38.761Z | Downloaded ipnetwork v0.20.0 |
1015 | 2024-07-31T06:18:38.762Z | Downloaded ring v0.16.20 |
1016 | 2024-07-31T06:18:38.844Z | Downloaded linear-map v1.2.0 |
1017 | 2024-07-31T06:18:38.847Z | Downloaded defmt-macros v0.3.9 |
1018 | 2024-07-31T06:18:38.850Z | Downloaded crc v3.2.1 |
1019 | 2024-07-31T06:18:38.853Z | Downloaded maybe-uninit v2.0.0 |
1020 | 2024-07-31T06:18:38.853Z | Downloaded lazy_static v1.5.0 |
1021 | 2024-07-31T06:18:38.856Z | Downloaded bitfield v0.14.0 |
1022 | 2024-07-31T06:18:38.856Z | Downloaded bit-set v0.5.3 |
1023 | 2024-07-31T06:18:38.856Z | Downloaded base16ct v0.2.0 |
1024 | 2024-07-31T06:18:38.937Z | Compiling cfg-if v1.0.0 |
1025 | 2024-07-31T06:18:38.937Z | Compiling serde v1.0.204 |
1026 | 2024-07-31T06:18:38.941Z | Compiling lock_api v0.4.12 |
1027 | 2024-07-31T06:18:38.941Z | Compiling scopeguard v1.2.0 |
1028 | 2024-07-31T06:18:39.058Z | Compiling log v0.4.21 |
1029 | 2024-07-31T06:18:39.104Z | Compiling syn v2.0.72 |
1030 | 2024-07-31T06:18:39.107Z | Compiling cc v1.0.97 |
1031 | 2024-07-31T06:18:39.107Z | Compiling parking_lot_core v0.9.10 |
1032 | 2024-07-31T06:18:39.145Z | Compiling getrandom v0.2.14 |
1033 | 2024-07-31T06:18:39.221Z | Compiling smallvec v1.13.2 |
1034 | 2024-07-31T06:18:39.478Z | Compiling rand_core v0.6.4 |
1035 | 2024-07-31T06:18:39.577Z | Compiling typenum v1.17.0 |
1036 | 2024-07-31T06:18:39.619Z | Compiling generic-array v0.14.7 |
1037 | 2024-07-31T06:18:39.622Z | Compiling pin-project-lite v0.2.14 |
1038 | 2024-07-31T06:18:39.754Z | Compiling signal-hook-registry v1.4.2 |
1039 | 2024-07-31T06:18:39.955Z | Compiling mio v0.8.11 |
1040 | 2024-07-31T06:18:39.970Z | Compiling serde_json v1.0.120 |
1041 | 2024-07-31T06:18:40.115Z | Compiling parking_lot v0.12.2 |
1042 | 2024-07-31T06:18:40.252Z | Compiling spin v0.9.8 |
1043 | 2024-07-31T06:18:40.280Z | Compiling libm v0.2.8 |
1044 | 2024-07-31T06:18:40.588Z | Compiling ahash v0.8.11 |
1045 | 2024-07-31T06:18:40.620Z | Compiling num-traits v0.2.19 |
1046 | 2024-07-31T06:18:40.635Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-07-31T06:18:40.720Z | Compiling futures-core v0.3.30 |
1048 | 2024-07-31T06:18:40.961Z | Compiling tinyvec v1.6.0 |
1049 | 2024-07-31T06:18:41.076Z | Compiling socket2 v0.5.7 |
1050 | 2024-07-31T06:18:41.093Z | Compiling num_cpus v1.16.0 |
1051 | 2024-07-31T06:18:41.205Z | Compiling subtle v2.5.0 |
1052 | 2024-07-31T06:18:41.222Z | Compiling const-oid v0.9.6 |
1053 | 2024-07-31T06:18:41.539Z | Compiling slab v0.4.9 |
1054 | 2024-07-31T06:18:41.818Z | Compiling unicode-bidi v0.3.15 |
1055 | 2024-07-31T06:18:42.400Z | Compiling futures-sink v0.3.30 |
1056 | 2024-07-31T06:18:42.427Z | Compiling allocator-api2 v0.2.18 |
1057 | 2024-07-31T06:18:42.523Z | Compiling unicode-normalization v0.1.23 |
1058 | 2024-07-31T06:18:42.771Z | Compiling futures-channel v0.3.30 |
1059 | 2024-07-31T06:18:42.993Z | Compiling vcpkg v0.2.15 |
1060 | 2024-07-31T06:18:43.222Z | Compiling pkg-config v0.3.30 |
1061 | 2024-07-31T06:18:43.273Z | Compiling futures-io v0.3.30 |
1062 | 2024-07-31T06:18:43.345Z | Compiling futures-task v0.3.30 |
1063 | 2024-07-31T06:18:43.463Z | Compiling pin-utils v0.1.0 |
1064 | 2024-07-31T06:18:43.560Z | Compiling ring v0.17.8 |
1065 | 2024-07-31T06:18:43.624Z | Compiling percent-encoding v2.3.1 |
1066 | 2024-07-31T06:18:43.658Z | Compiling ppv-lite86 v0.2.17 |
1067 | 2024-07-31T06:18:43.684Z | Compiling tracing-core v0.1.32 |
1068 | 2024-07-31T06:18:44.014Z | Compiling untrusted v0.9.0 |
1069 | 2024-07-31T06:18:44.203Z | Compiling rustix v0.38.34 |
1070 | 2024-07-31T06:18:44.466Z | Compiling syn v1.0.109 |
1071 | 2024-07-31T06:18:44.525Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-07-31T06:18:44.920Z | Compiling time-core v0.1.2 |
1073 | 2024-07-31T06:18:44.976Z | Compiling powerfmt v0.2.0 |
1074 | 2024-07-31T06:18:45.069Z | Compiling num-conv v0.1.0 |
1075 | 2024-07-31T06:18:45.160Z | Compiling rand v0.8.5 |
1076 | 2024-07-31T06:18:45.256Z | Compiling deranged v0.3.11 |
1077 | 2024-07-31T06:18:45.336Z | Compiling time-macros v0.2.18 |
1078 | 2024-07-31T06:18:45.352Z | Compiling openssl-sys v0.9.103 |
1079 | 2024-07-31T06:18:45.367Z | Compiling foreign-types-shared v0.1.1 |
1080 | 2024-07-31T06:18:45.464Z | Compiling iana-time-zone v0.1.60 |
1081 | 2024-07-31T06:18:45.981Z | Compiling rustversion v1.0.17 |
1082 | 2024-07-31T06:18:46.538Z | Compiling base64ct v1.6.0 |
1083 | 2024-07-31T06:18:46.671Z | Compiling num_threads v0.1.7 |
1084 | 2024-07-31T06:18:46.793Z | Compiling openssl v0.10.66 |
1085 | 2024-07-31T06:18:46.913Z | Compiling httparse v1.8.0 |
1086 | 2024-07-31T06:18:47.146Z | Compiling pem-rfc7468 v0.7.0 |
1087 | 2024-07-31T06:18:47.310Z | Compiling foreign-types v0.3.2 |
1088 | 2024-07-31T06:18:47.393Z | Compiling form_urlencoded v1.2.1 |
1089 | 2024-07-31T06:18:47.409Z | Compiling crossbeam-utils v0.8.19 |
1090 | 2024-07-31T06:18:47.711Z | Compiling rustls v0.21.12 |
1091 | 2024-07-31T06:18:47.949Z | Compiling siphasher v0.3.11 |
1092 | 2024-07-31T06:18:47.966Z | Compiling native-tls v0.2.11 |
1093 | 2024-07-31T06:18:48.013Z | Compiling flagset v0.4.5 |
1094 | 2024-07-31T06:18:48.213Z | Compiling try-lock v0.2.5 |
1095 | 2024-07-31T06:18:48.339Z | Compiling want v0.3.1 |
1096 | 2024-07-31T06:18:48.616Z | Compiling serde_derive_internals v0.29.1 |
1097 | 2024-07-31T06:18:48.657Z | Compiling idna v0.5.0 |
1098 | 2024-07-31T06:18:48.928Z | Compiling time v0.3.36 |
1099 | 2024-07-31T06:18:49.030Z | Compiling lazy_static v1.5.0 |
1100 | 2024-07-31T06:18:49.152Z | Compiling cookie v0.17.0 |
1101 | 2024-07-31T06:18:49.426Z | Compiling aho-corasick v1.1.3 |
1102 | 2024-07-31T06:18:49.930Z | Compiling tower-service v0.3.2 |
1103 | 2024-07-31T06:18:50.052Z | Compiling schemars v0.8.21 |
1104 | 2024-07-31T06:18:50.307Z | Compiling rustls-webpki v0.101.7 |
1105 | 2024-07-31T06:18:50.376Z | Compiling sct v0.7.1 |
1106 | 2024-07-31T06:18:50.699Z | Compiling regex-syntax v0.8.3 |
1107 | 2024-07-31T06:18:51.566Z | Compiling httpdate v1.0.3 |
1108 | 2024-07-31T06:18:52.055Z | Compiling signal-hook v0.3.17 |
1109 | 2024-07-31T06:18:52.130Z | Compiling adler v1.0.2 |
1110 | 2024-07-31T06:18:52.304Z | Compiling slog v2.7.0 |
1111 | 2024-07-31T06:18:52.321Z | Compiling cpufeatures v0.2.12 |
1112 | 2024-07-31T06:18:52.388Z | Compiling openssl-probe v0.1.5 |
1113 | 2024-07-31T06:18:52.419Z | Compiling finl_unicode v1.2.0 |
1114 | 2024-07-31T06:18:52.738Z | Compiling miniz_oxide v0.7.2 |
1115 | 2024-07-31T06:18:53.001Z | Compiling stringprep v0.1.4 |
1116 | 2024-07-31T06:18:54.247Z | Compiling regex-automata v0.4.6 |
1117 | 2024-07-31T06:18:54.265Z | Compiling serde_derive v1.0.204 |
1118 | 2024-07-31T06:18:54.364Z | Compiling zeroize_derive v1.4.2 |
1119 | 2024-07-31T06:18:54.466Z | Compiling zerocopy-derive v0.7.34 |
1120 | 2024-07-31T06:18:55.291Z | Compiling tokio-macros v2.3.0 |
1121 | 2024-07-31T06:18:56.066Z | Compiling zeroize v1.7.0 |
1122 | 2024-07-31T06:18:56.943Z | Compiling zerocopy v0.7.34 |
1123 | 2024-07-31T06:18:57.072Z | Compiling thiserror-impl v1.0.63 |
1124 | 2024-07-31T06:18:57.549Z | Compiling futures-macro v0.3.30 |
1125 | 2024-07-31T06:18:57.938Z | Compiling crypto-common v0.1.6 |
1126 | 2024-07-31T06:18:58.168Z | Compiling block-buffer v0.10.4 |
1127 | 2024-07-31T06:18:58.435Z | Compiling digest v0.10.7 |
1128 | 2024-07-31T06:18:58.934Z | Compiling tracing-attributes v0.1.27 |
1129 | 2024-07-31T06:18:59.323Z | Compiling hashbrown v0.14.5 |
1130 | 2024-07-31T06:18:59.743Z | Compiling futures-util v0.3.30 |
1131 | 2024-07-31T06:19:00.581Z | Compiling thiserror v1.0.63 |
1132 | 2024-07-31T06:19:00.720Z | Compiling pest v2.7.10 |
1133 | 2024-07-31T06:19:00.830Z | Compiling scroll_derive v0.12.0 |
1134 | 2024-07-31T06:19:02.350Z | Compiling hmac v0.12.1 |
1135 | 2024-07-31T06:19:02.406Z | Compiling openssl-macros v0.1.1 |
1136 | 2024-07-31T06:19:02.462Z | Compiling scroll v0.12.0 |
1137 | 2024-07-31T06:19:02.607Z | Compiling der_derive v0.7.2 |
1138 | 2024-07-31T06:19:03.053Z | Compiling goblin v0.8.2 |
1139 | 2024-07-31T06:19:03.092Z | Compiling tracing v0.1.40 |
1140 | 2024-07-31T06:19:03.163Z | Compiling pest_meta v2.7.10 |
1141 | 2024-07-31T06:19:03.611Z | Compiling sha2 v0.10.8 |
1142 | 2024-07-31T06:19:03.717Z | Compiling md-5 v0.10.6 |
1143 | 2024-07-31T06:19:03.981Z | Compiling schemars_derive v0.8.21 |
1144 | 2024-07-31T06:19:05.278Z | Compiling pest_generator v2.7.10 |
1145 | 2024-07-31T06:19:06.354Z | Compiling der v0.7.9 |
1146 | 2024-07-31T06:19:07.115Z | Compiling url v2.5.2 |
1147 | 2024-07-31T06:19:07.595Z | Compiling num-integer v0.1.46 |
1148 | 2024-07-31T06:19:07.966Z | Compiling idna v0.3.0 |
1149 | 2024-07-31T06:19:08.369Z | Compiling backtrace v0.3.71 |
1150 | 2024-07-31T06:19:08.584Z | Compiling pest_derive v2.7.10 |
1151 | 2024-07-31T06:19:08.767Z | Compiling spki v0.7.3 |
1152 | 2024-07-31T06:19:08.770Z | Compiling hash32 v0.2.1 |
1153 | 2024-07-31T06:19:09.082Z | Compiling psl-types v2.0.11 |
1154 | 2024-07-31T06:19:09.145Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-07-31T06:19:09.162Z | Compiling fallible-iterator v0.2.0 |
1156 | 2024-07-31T06:19:09.249Z | Compiling smoltcp v0.9.1 |
1157 | 2024-07-31T06:19:09.281Z | Compiling bytes v1.6.0 |
1158 | 2024-07-31T06:19:09.386Z | Compiling bitflags v2.6.0 |
1159 | 2024-07-31T06:19:09.690Z | Compiling indexmap v2.2.6 |
1160 | 2024-07-31T06:19:09.866Z | Compiling semver v1.0.23 |
1161 | 2024-07-31T06:19:09.869Z | Compiling uuid v1.10.0 |
1162 | 2024-07-31T06:19:09.959Z | Compiling chrono v0.4.38 |
1163 | 2024-07-31T06:19:10.577Z | Compiling tokio v1.38.1 |
1164 | 2024-07-31T06:19:10.593Z | Compiling http v0.2.12 |
1165 | 2024-07-31T06:19:11.091Z | Compiling rustc_version v0.4.0 |
1166 | 2024-07-31T06:19:11.873Z | Compiling heapless v0.7.17 |
1167 | 2024-07-31T06:19:12.342Z | Compiling http-body v0.4.6 |
1168 | 2024-07-31T06:19:12.769Z | Compiling dof v0.3.0 |
1169 | 2024-07-31T06:19:12.824Z | Compiling dtrace-parser v0.2.0 |
1170 | 2024-07-31T06:19:13.042Z | Compiling toml_datetime v0.6.6 |
1171 | 2024-07-31T06:19:13.317Z | Compiling serde_spanned v0.6.6 |
1172 | 2024-07-31T06:19:13.539Z | Compiling usdt-impl v0.5.0 |
1173 | 2024-07-31T06:19:13.555Z | Compiling serde_tokenstream v0.2.1 |
1174 | 2024-07-31T06:19:13.914Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1175 | 2024-07-31T06:19:13.983Z | Compiling gimli v0.28.1 |
1176 | 2024-07-31T06:19:14.084Z | Compiling dyn-clone v1.0.17 |
1177 | 2024-07-31T06:19:14.307Z | Compiling base64 v0.22.1 |
1178 | 2024-07-31T06:19:14.714Z | Compiling crc32fast v1.4.0 |
1179 | 2024-07-31T06:19:15.099Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-07-31T06:19:15.241Z | Compiling terminal_size v0.3.0 |
1181 | 2024-07-31T06:19:15.283Z | Compiling publicsuffix v2.2.3 |
1182 | 2024-07-31T06:19:15.425Z | Compiling pkcs8 v0.10.2 |
1183 | 2024-07-31T06:19:16.018Z | Compiling hubpack_derive v0.1.1 |
1184 | 2024-07-31T06:19:16.360Z | Compiling block-padding v0.3.3 |
1185 | 2024-07-31T06:19:16.458Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-07-31T06:19:16.614Z | Compiling async-trait v0.1.81 |
1187 | 2024-07-31T06:19:17.974Z | Compiling phf_shared v0.11.2 |
1188 | 2024-07-31T06:19:18.136Z | Compiling diesel_table_macro_syntax v0.1.0 |
1189 | 2024-07-31T06:19:18.351Z | Compiling addr2line v0.21.0 |
1190 | 2024-07-31T06:19:18.527Z | Compiling tokio-util v0.7.11 |
1191 | 2024-07-31T06:19:18.748Z | Compiling tokio-native-tls v0.3.1 |
1192 | 2024-07-31T06:19:19.006Z | Compiling tokio-rustls v0.24.1 |
1193 | 2024-07-31T06:19:19.023Z | Compiling ff v0.13.0 |
1194 | 2024-07-31T06:19:19.026Z | Compiling scheduled-thread-pool v0.2.7 |
1195 | 2024-07-31T06:19:19.057Z | Compiling object v0.32.2 |
1196 | 2024-07-31T06:19:19.247Z | Compiling fs-err v2.11.0 |
1197 | 2024-07-31T06:19:19.395Z | Compiling either v1.12.0 |
1198 | 2024-07-31T06:19:19.492Z | Compiling h2 v0.3.26 |
1199 | 2024-07-31T06:19:19.509Z | Compiling bit-vec v0.6.3 |
1200 | 2024-07-31T06:19:19.640Z | Compiling managed v0.8.0 |
1201 | 2024-07-31T06:19:19.800Z | Compiling base16ct v0.2.0 |
1202 | 2024-07-31T06:19:19.914Z | Compiling rustc-demangle v0.1.24 |
1203 | 2024-07-31T06:19:19.945Z | Compiling matches v0.1.10 |
1204 | 2024-07-31T06:19:20.035Z | Compiling regex-automata v0.1.10 |
1205 | 2024-07-31T06:19:20.074Z | Compiling base64 v0.21.7 |
1206 | 2024-07-31T06:19:20.106Z | Compiling bitflags v1.3.2 |
1207 | 2024-07-31T06:19:20.204Z | Compiling winnow v0.5.40 |
1208 | 2024-07-31T06:19:20.351Z | Compiling ipnet v2.9.0 |
1209 | 2024-07-31T06:19:20.506Z | Compiling anyhow v1.0.86 |
1210 | 2024-07-31T06:19:20.812Z | Compiling rustls-pemfile v1.0.4 |
1211 | 2024-07-31T06:19:20.902Z | Compiling bstr v0.2.17 |
1212 | 2024-07-31T06:19:21.216Z | Compiling clap_builder v4.5.9 |
1213 | 2024-07-31T06:19:21.660Z | Compiling idna v0.2.3 |
1214 | 2024-07-31T06:19:22.465Z | Compiling sec1 v0.7.3 |
1215 | 2024-07-31T06:19:23.217Z | Compiling r2d2 v0.8.10 |
1216 | 2024-07-31T06:19:23.382Z | Compiling group v0.13.0 |
1217 | 2024-07-31T06:19:23.489Z | Compiling zerocopy v0.6.6 |
1218 | 2024-07-31T06:19:23.586Z | Compiling diesel_derives v2.1.4 |
1219 | 2024-07-31T06:19:23.706Z | Compiling toml_edit v0.19.15 |
1220 | 2024-07-31T06:19:24.037Z | Compiling phf v0.11.2 |
1221 | 2024-07-31T06:19:24.326Z | Compiling signal-hook-mio v0.2.3 |
1222 | 2024-07-31T06:19:24.343Z | Compiling ipnetwork v0.20.0 |
1223 | 2024-07-31T06:19:24.482Z | Compiling hubpack v0.1.2 |
1224 | 2024-07-31T06:19:24.948Z | Compiling inout v0.1.3 |
1225 | 2024-07-31T06:19:25.216Z | Compiling cookie_store v0.20.0 |
1226 | 2024-07-31T06:19:25.281Z | Compiling postgres-types v0.2.7 |
1227 | 2024-07-31T06:19:26.367Z | Compiling hyper v0.14.28 |
1228 | 2024-07-31T06:19:26.864Z | Compiling usdt-attr-macro v0.5.0 |
1229 | 2024-07-31T06:19:27.150Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-07-31T06:19:28.671Z | Compiling serde_urlencoded v0.7.1 |
1231 | 2024-07-31T06:19:28.868Z | Compiling num-bigint v0.4.5 |
1232 | 2024-07-31T06:19:29.198Z | Compiling futures-executor v0.3.30 |
1233 | 2024-07-31T06:19:29.810Z | Compiling hkdf v0.12.4 |
1234 | 2024-07-31T06:19:29.911Z | Compiling enum-as-inner v0.5.1 |
1235 | 2024-07-31T06:19:30.076Z | Compiling regex v1.10.5 |
1236 | 2024-07-31T06:19:30.297Z | Compiling crypto-bigint v0.5.5 |
1237 | 2024-07-31T06:19:30.920Z | Compiling serde_repr v0.1.19 |
1238 | 2024-07-31T06:19:31.133Z | Compiling clap_derive v4.5.8 |
1239 | 2024-07-31T06:19:31.136Z | Compiling strum_macros v0.25.3 |
1240 | 2024-07-31T06:19:32.122Z | Compiling phf_shared v0.10.0 |
1241 | 2024-07-31T06:19:32.145Z | Compiling float-cmp v0.9.0 |
1242 | 2024-07-31T06:19:32.423Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-07-31T06:19:32.557Z | Compiling minimal-lexical v0.2.1 |
1244 | 2024-07-31T06:19:33.064Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-07-31T06:19:33.397Z | Compiling hyper-rustls v0.24.2 |
1246 | 2024-07-31T06:19:33.755Z | Compiling whoami v1.5.1 |
1247 | 2024-07-31T06:19:34.428Z | Compiling webpki-roots v0.25.4 |
1248 | 2024-07-31T06:19:34.583Z | Compiling precomputed-hash v0.1.1 |
1249 | 2024-07-31T06:19:34.700Z | Compiling sync_wrapper v0.1.2 |
1250 | 2024-07-31T06:19:34.829Z | Compiling mime v0.3.17 |
1251 | 2024-07-31T06:19:35.480Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-07-31T06:19:35.620Z | Compiling static_assertions v1.1.0 |
1253 | 2024-07-31T06:19:35.720Z | Compiling difflib v0.4.0 |
1254 | 2024-07-31T06:19:36.342Z | Compiling new_debug_unreachable v1.0.6 |
1255 | 2024-07-31T06:19:36.428Z | Compiling normalize-line-endings v0.3.0 |
1256 | 2024-07-31T06:19:36.443Z | Compiling predicates-core v1.0.6 |
1257 | 2024-07-31T06:19:36.463Z | Compiling data-encoding v2.6.0 |
1258 | 2024-07-31T06:19:36.528Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-07-31T06:19:36.545Z | Compiling toml_edit v0.22.16 |
1260 | 2024-07-31T06:19:36.806Z | Compiling petgraph v0.6.5 |
1261 | 2024-07-31T06:19:36.984Z | Compiling predicates v3.1.0 |
1262 | 2024-07-31T06:19:37.147Z | Compiling trust-dns-proto v0.22.0 |
1263 | 2024-07-31T06:19:37.206Z | Compiling diesel v2.1.6 |
1264 | 2024-07-31T06:19:37.388Z | Compiling clap v4.5.9 |
1265 | 2024-07-31T06:19:37.502Z | Compiling string_cache v0.8.7 |
1266 | 2024-07-31T06:19:37.996Z | Compiling console v0.15.8 |
1267 | 2024-07-31T06:19:38.798Z | Compiling similar v2.5.0 |
1268 | 2024-07-31T06:19:39.070Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-07-31T06:19:39.623Z | Compiling reqwest v0.11.27 |
1270 | 2024-07-31T06:19:39.785Z | Compiling tokio-postgres v0.7.11 |
1271 | 2024-07-31T06:19:40.865Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-07-31T06:19:41.444Z | Compiling nom v7.1.3 |
1273 | 2024-07-31T06:19:41.628Z | Compiling usdt v0.5.0 |
1274 | 2024-07-31T06:19:42.118Z | Compiling yasna v0.5.2 |
1275 | 2024-07-31T06:19:44.070Z | Compiling futures v0.3.30 |
1276 | 2024-07-31T06:19:44.189Z | Compiling flate2 v1.0.30 |
1277 | 2024-07-31T06:19:45.178Z | Compiling toml v0.7.8 |
1278 | 2024-07-31T06:19:45.432Z | Compiling cipher v0.4.4 |
1279 | 2024-07-31T06:19:45.628Z | Compiling crossterm v0.27.0 |
1280 | 2024-07-31T06:19:45.917Z | Compiling bit-set v0.5.3 |
1281 | 2024-07-31T06:19:45.938Z | Compiling itertools v0.10.5 |
1282 | 2024-07-31T06:19:46.076Z | Compiling itertools v0.12.1 |
1283 | 2024-07-31T06:19:46.182Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-07-31T06:19:46.459Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-07-31T06:19:46.911Z | Compiling hex v0.4.3 |
1286 | 2024-07-31T06:19:47.133Z | Compiling crossbeam-epoch v0.9.18 |
1287 | 2024-07-31T06:19:47.552Z | Compiling num-iter v0.1.45 |
1288 | 2024-07-31T06:19:47.739Z | Compiling bstr v1.9.1 |
1289 | 2024-07-31T06:19:47.937Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-07-31T06:19:48.624Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-07-31T06:19:48.760Z | Compiling lalrpop-util v0.19.12 |
1292 | 2024-07-31T06:19:49.120Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-07-31T06:19:49.295Z | Compiling dirs-next v2.0.0 |
1294 | 2024-07-31T06:19:49.323Z | Compiling thread_local v1.1.8 |
1295 | 2024-07-31T06:19:49.347Z | Compiling slog-async v2.8.0 |
1296 | 2024-07-31T06:19:49.476Z | Compiling term v0.7.0 |
1297 | 2024-07-31T06:19:49.571Z | Compiling xattr v1.3.1 |
1298 | 2024-07-31T06:19:49.588Z | Compiling crossbeam-channel v0.5.12 |
1299 | 2024-07-31T06:19:49.849Z | Compiling strum_macros v0.26.4 |
1300 | 2024-07-31T06:19:49.899Z | Compiling filetime v0.2.23 |
1301 | 2024-07-31T06:19:49.902Z | Compiling is-terminal v0.4.12 |
1302 | 2024-07-31T06:19:50.042Z | Compiling take_mut v0.2.2 |
1303 | 2024-07-31T06:19:50.188Z | Compiling tar v0.4.41 |
1304 | 2024-07-31T06:19:50.241Z | Compiling slog-term v2.9.1 |
1305 | 2024-07-31T06:19:51.000Z | Compiling camino v1.1.7 |
1306 | 2024-07-31T06:19:53.424Z | Compiling strum v0.26.3 |
1307 | 2024-07-31T06:20:06.002Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1308 | 2024-07-31T06:20:06.226Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1309 | 2024-07-31T06:20:11.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
1310 | 2024-07-31T06:20:11.616Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1311 | 2024-07-31T06:20:11.658Z | Jul 31 06:20:11.133 INFO Starting download, target: Clickhouse |
1312 | 2024-07-31T06:20:11.658Z | Jul 31 06:20:11.133 INFO Starting download, target: Console |
1313 | 2024-07-31T06:20:11.658Z | Jul 31 06:20:11.133 INFO Starting download, target: DendriteOpenapi |
1314 | 2024-07-31T06:20:11.658Z | Jul 31 06:20:11.133 INFO Starting download, target: Cockroach |
1315 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.133 INFO Starting download, target: DendriteStub |
1316 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.133 INFO Starting download, target: MaghemiteMgd |
1317 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.133 INFO Starting download, target: TransceiverControl |
1318 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1320 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1321 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1322 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1323 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1324 | 2024-07-31T06:20:11.661Z | Jul 31 06:20:11.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1325 | 2024-07-31T06:20:11.792Z | Jul 31 06:20:11.264 INFO Download complete, target: DendriteOpenapi |
1326 | 2024-07-31T06:20:11.927Z | Jul 31 06:20:11.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1327 | 2024-07-31T06:20:12.379Z | Jul 31 06:20:11.852 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1328 | 2024-07-31T06:20:12.446Z | Jul 31 06:20:11.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-07-31T06:20:12.459Z | Jul 31 06:20:11.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1330 | 2024-07-31T06:20:12.822Z | Jul 31 06:20:12.297 INFO Download complete, target: TransceiverControl |
1331 | 2024-07-31T06:20:12.836Z | Jul 31 06:20:12.311 INFO Download complete, target: Console |
1332 | 2024-07-31T06:20:13.765Z | Jul 31 06:20:13.239 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1333 | 2024-07-31T06:20:13.816Z | Jul 31 06:20:13.291 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1334 | 2024-07-31T06:20:13.816Z | Jul 31 06:20:13.291 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1335 | 2024-07-31T06:20:15.704Z | Jul 31 06:20:15.178 INFO Download complete, target: DendriteStub |
1336 | 2024-07-31T06:20:15.771Z | Jul 31 06:20:15.245 INFO Download complete, target: MaghemiteMgd |
1337 | 2024-07-31T06:20:22.435Z | Jul 31 06:20:21.909 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1338 | 2024-07-31T06:20:22.760Z | Jul 31 06:20:22.235 INFO Checking that binary works, target: Cockroach |
1339 | 2024-07-31T06:20:22.916Z | Jul 31 06:20:22.390 INFO Download complete, target: Cockroach |
1340 | 2024-07-31T06:20:28.417Z | Jul 31 06:20:27.891 INFO Checking that binary works, target: Clickhouse |
1341 | 2024-07-31T06:20:28.588Z | Jul 31 06:20:28.062 INFO Download complete, target: Clickhouse |
1342 | 2024-07-31T06:20:28.608Z | All builder prerequisites installed successfully, and PATH looks valid |
1343 | 2024-07-31T06:20:28.611Z | |
1344 | 2024-07-31T06:20:28.611Z | real 3:53.718242517 |
1345 | 2024-07-31T06:20:28.611Z | user 12:06.678611004 |
1346 | 2024-07-31T06:20:28.611Z | sys 2:34.795187330 |
1347 | 2024-07-31T06:20:28.611Z | trap 0.454702028 |
1348 | 2024-07-31T06:20:28.611Z | tflt 0.572600767 |
1349 | 2024-07-31T06:20:28.611Z | dflt 1.826477631 |
1350 | 2024-07-31T06:20:28.611Z | kflt 0.021335396 |
1351 | 2024-07-31T06:20:28.611Z | lock 25:05.111798520 |
1352 | 2024-07-31T06:20:28.611Z | slp 34:22.849668716 |
1353 | 2024-07-31T06:20:28.611Z | lat 43.105889211 |
1354 | 2024-07-31T06:20:28.611Z | stop 1:39.638869976 |
1355 | 2024-07-31T06:20:28.611Z | + banner hack-check |
1356 | 2024-07-31T06:20:28.614Z | |
1357 | 2024-07-31T06:20:28.614Z | # # ## #### # # #### # # ###### #### # # |
1358 | 2024-07-31T06:20:28.614Z | # # # # # # # # # # # # # # # # # |
1359 | 2024-07-31T06:20:28.614Z | ###### # # # #### ##### # ###### ##### # #### |
1360 | 2024-07-31T06:20:28.614Z | # # ###### # # # # # # # # # # |
1361 | 2024-07-31T06:20:28.614Z | # # # # # # # # # # # # # # # # # |
1362 | 2024-07-31T06:20:28.615Z | # # # # #### # # #### # # ###### #### # # |
1363 | 2024-07-31T06:20:28.615Z | |
1364 | 2024-07-31T06:20:28.615Z | + export CARGO_INCREMENTAL=0 |
1365 | 2024-07-31T06:20:28.615Z | + CARGO_INCREMENTAL=0 |
1366 | 2024-07-31T06:20:28.615Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1367 | 2024-07-31T06:20:29.167Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1368 | 2024-07-31T06:20:33.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
1369 | 2024-07-31T06:20:33.234Z | Running `target/debug/xtask check-features --ci` |
1370 | 2024-07-31T06:20:33.240Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1371 | 2024-07-31T06:20:33.240Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1372 | 2024-07-31T06:20:33.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1373 | 2024-07-31T06:20:33.731Z | Running `target/debug/xtask download cargo-hack` |
1374 | 2024-07-31T06:20:34.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1375 | 2024-07-31T06:20:34.822Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-07-31T06:20:39.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
1377 | 2024-07-31T06:20:39.485Z | Running `target/debug/xtask-downloader cargo-hack` |
1378 | 2024-07-31T06:20:39.515Z | Jul 31 06:20:38.988 INFO Starting download, target: CargoHack |
1379 | 2024-07-31T06:20:39.518Z | Jul 31 06:20:38.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1380 | 2024-07-31T06:20:40.117Z | Jul 31 06:20:39.590 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1381 | 2024-07-31T06:20:40.224Z | Jul 31 06:20:39.698 INFO Download complete, target: CargoHack |
1382 | 2024-07-31T06:20:40.229Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1383 | 2024-07-31T06:20:40.245Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1384 | 2024-07-31T06:20:40.391Z | info: running `cargo check --bins` on api_identity (1/142) |
1385 | 2024-07-31T06:20:40.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-07-31T06:20:40.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-07-31T06:20:40.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-07-31T06:20:40.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1389 | 2024-07-31T06:20:40.975Z | |
1390 | 2024-07-31T06:20:40.975Z | info: running `cargo check --bins` on bootstore (2/142) |
1391 | 2024-07-31T06:20:41.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-07-31T06:20:41.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-07-31T06:20:41.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-07-31T06:20:41.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1395 | 2024-07-31T06:20:41.596Z | |
1396 | 2024-07-31T06:20:41.596Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1397 | 2024-07-31T06:20:42.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-07-31T06:20:42.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-07-31T06:20:42.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-07-31T06:20:42.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1401 | 2024-07-31T06:20:42.185Z | |
1402 | 2024-07-31T06:20:42.185Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1403 | 2024-07-31T06:20:42.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-07-31T06:20:42.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-07-31T06:20:42.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-07-31T06:20:42.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1407 | 2024-07-31T06:20:42.797Z | |
1408 | 2024-07-31T06:20:42.797Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1409 | 2024-07-31T06:20:43.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-07-31T06:20:43.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-07-31T06:20:43.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-07-31T06:20:43.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1413 | 2024-07-31T06:20:43.244Z | |
1414 | 2024-07-31T06:20:43.244Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1415 | 2024-07-31T06:20:43.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-07-31T06:20:43.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-07-31T06:20:43.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-07-31T06:20:43.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1419 | 2024-07-31T06:20:43.694Z | |
1420 | 2024-07-31T06:20:43.694Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1421 | 2024-07-31T06:20:44.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-07-31T06:20:44.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-07-31T06:20:44.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-07-31T06:20:44.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1425 | 2024-07-31T06:20:44.154Z | |
1426 | 2024-07-31T06:20:44.154Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1427 | 2024-07-31T06:20:44.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-07-31T06:20:44.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-07-31T06:20:44.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-07-31T06:20:44.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1431 | 2024-07-31T06:20:44.613Z | |
1432 | 2024-07-31T06:20:44.613Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1433 | 2024-07-31T06:20:45.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-07-31T06:20:45.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-07-31T06:20:45.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-07-31T06:20:45.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1437 | 2024-07-31T06:20:45.063Z | |
1438 | 2024-07-31T06:20:45.063Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1439 | 2024-07-31T06:20:45.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-07-31T06:20:45.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-07-31T06:20:45.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-07-31T06:20:45.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1443 | 2024-07-31T06:20:45.503Z | |
1444 | 2024-07-31T06:20:45.503Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1445 | 2024-07-31T06:20:45.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-07-31T06:20:45.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-07-31T06:20:45.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-07-31T06:20:45.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1449 | 2024-07-31T06:20:45.948Z | |
1450 | 2024-07-31T06:20:45.948Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1451 | 2024-07-31T06:20:46.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-07-31T06:20:46.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-07-31T06:20:46.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-07-31T06:20:46.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1455 | 2024-07-31T06:20:46.395Z | |
1456 | 2024-07-31T06:20:46.395Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1457 | 2024-07-31T06:20:46.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-07-31T06:20:46.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-07-31T06:20:46.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-07-31T06:20:46.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1461 | 2024-07-31T06:20:46.844Z | |
1462 | 2024-07-31T06:20:46.844Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1463 | 2024-07-31T06:20:47.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-07-31T06:20:47.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-07-31T06:20:47.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-07-31T06:20:47.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1467 | 2024-07-31T06:20:47.288Z | |
1468 | 2024-07-31T06:20:47.288Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1469 | 2024-07-31T06:20:47.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-07-31T06:20:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-07-31T06:20:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-07-31T06:20:47.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1473 | 2024-07-31T06:20:47.735Z | |
1474 | 2024-07-31T06:20:47.735Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1475 | 2024-07-31T06:20:48.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-07-31T06:20:48.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-07-31T06:20:48.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-07-31T06:20:48.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1479 | 2024-07-31T06:20:48.182Z | |
1480 | 2024-07-31T06:20:48.182Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1481 | 2024-07-31T06:20:48.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-07-31T06:20:48.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-07-31T06:20:48.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-07-31T06:20:48.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1485 | 2024-07-31T06:20:48.622Z | |
1486 | 2024-07-31T06:20:48.622Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1487 | 2024-07-31T06:20:49.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-07-31T06:20:49.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-07-31T06:20:49.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-07-31T06:20:49.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1491 | 2024-07-31T06:20:49.072Z | |
1492 | 2024-07-31T06:20:49.072Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1493 | 2024-07-31T06:20:49.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-07-31T06:20:49.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-07-31T06:20:49.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-07-31T06:20:49.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1497 | 2024-07-31T06:20:49.527Z | |
1498 | 2024-07-31T06:20:49.527Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1499 | 2024-07-31T06:20:49.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-07-31T06:20:49.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-07-31T06:20:49.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-07-31T06:20:49.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1503 | 2024-07-31T06:20:49.975Z | |
1504 | 2024-07-31T06:20:49.975Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1505 | 2024-07-31T06:20:50.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-07-31T06:20:50.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-07-31T06:20:50.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-07-31T06:20:50.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1509 | 2024-07-31T06:20:50.423Z | |
1510 | 2024-07-31T06:20:50.423Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1511 | 2024-07-31T06:20:50.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-07-31T06:20:50.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-07-31T06:20:50.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-07-31T06:20:50.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1515 | 2024-07-31T06:20:50.877Z | |
1516 | 2024-07-31T06:20:50.878Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1517 | 2024-07-31T06:20:51.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-07-31T06:20:51.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-07-31T06:20:51.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-07-31T06:20:51.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1521 | 2024-07-31T06:20:51.332Z | |
1522 | 2024-07-31T06:20:51.332Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1523 | 2024-07-31T06:20:51.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-07-31T06:20:51.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-07-31T06:20:51.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-07-31T06:20:51.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1527 | 2024-07-31T06:20:51.775Z | |
1528 | 2024-07-31T06:20:51.775Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1529 | 2024-07-31T06:20:52.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-07-31T06:20:52.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-07-31T06:20:52.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-07-31T06:20:52.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1533 | 2024-07-31T06:20:52.376Z | |
1534 | 2024-07-31T06:20:52.376Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1535 | 2024-07-31T06:20:52.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-07-31T06:20:52.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-07-31T06:20:52.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-07-31T06:20:52.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1539 | 2024-07-31T06:20:52.988Z | |
1540 | 2024-07-31T06:20:52.988Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1541 | 2024-07-31T06:20:53.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-07-31T06:20:53.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-07-31T06:20:53.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-07-31T06:20:53.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1545 | 2024-07-31T06:20:53.593Z | |
1546 | 2024-07-31T06:20:53.593Z | info: running `cargo check --bins` on oxlog (28/142) |
1547 | 2024-07-31T06:20:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-07-31T06:20:54.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-07-31T06:20:54.177Z | Checking cfg-if v1.0.0 |
1550 | 2024-07-31T06:20:54.180Z | Checking libc v0.2.155 |
1551 | 2024-07-31T06:20:54.252Z | Checking scopeguard v1.2.0 |
1552 | 2024-07-31T06:20:54.267Z | Checking serde v1.0.204 |
1553 | 2024-07-31T06:20:54.276Z | Checking memchr v2.7.2 |
1554 | 2024-07-31T06:20:54.278Z | Checking log v0.4.21 |
1555 | 2024-07-31T06:20:54.278Z | Checking byteorder v1.5.0 |
1556 | 2024-07-31T06:20:54.302Z | Checking itoa v1.0.11 |
1557 | 2024-07-31T06:20:54.314Z | Checking zeroize v1.7.0 |
1558 | 2024-07-31T06:20:54.370Z | Checking lock_api v0.4.12 |
1559 | 2024-07-31T06:20:54.492Z | Checking smallvec v1.13.2 |
1560 | 2024-07-31T06:20:54.536Z | Checking once_cell v1.19.0 |
1561 | 2024-07-31T06:20:54.567Z | Checking pin-project-lite v0.2.14 |
1562 | 2024-07-31T06:20:54.663Z | Checking typenum v1.17.0 |
1563 | 2024-07-31T06:20:54.680Z | Checking zerocopy v0.7.34 |
1564 | 2024-07-31T06:20:54.787Z | Checking spin v0.9.8 |
1565 | 2024-07-31T06:20:54.802Z | Checking futures-core v0.3.30 |
1566 | 2024-07-31T06:20:54.814Z | Checking tinyvec_macros v0.1.1 |
1567 | 2024-07-31T06:20:54.891Z | Checking tinyvec v1.6.0 |
1568 | 2024-07-31T06:20:54.970Z | Checking libm v0.2.8 |
1569 | 2024-07-31T06:20:55.109Z | Checking subtle v2.5.0 |
1570 | 2024-07-31T06:20:55.125Z | Checking const-oid v0.9.6 |
1571 | 2024-07-31T06:20:55.347Z | Checking ryu v1.0.18 |
1572 | 2024-07-31T06:20:55.383Z | Checking getrandom v0.2.14 |
1573 | 2024-07-31T06:20:55.572Z | Checking parking_lot_core v0.9.10 |
1574 | 2024-07-31T06:20:55.622Z | Checking rand_core v0.6.4 |
1575 | 2024-07-31T06:20:55.869Z | Checking signal-hook-registry v1.4.2 |
1576 | 2024-07-31T06:20:55.887Z | Checking parking_lot v0.12.2 |
1577 | 2024-07-31T06:20:55.915Z | Checking mio v0.8.11 |
1578 | 2024-07-31T06:20:55.956Z | Checking generic-array v0.14.7 |
1579 | 2024-07-31T06:20:56.107Z | Checking num_cpus v1.16.0 |
1580 | 2024-07-31T06:20:56.131Z | Checking socket2 v0.5.7 |
1581 | 2024-07-31T06:20:56.166Z | Checking ahash v0.8.11 |
1582 | 2024-07-31T06:20:56.198Z | Checking unicode-normalization v0.1.23 |
1583 | 2024-07-31T06:20:56.211Z | Checking num-traits v0.2.19 |
1584 | 2024-07-31T06:20:56.488Z | Checking futures-sink v0.3.30 |
1585 | 2024-07-31T06:20:56.604Z | Checking unicode-bidi v0.3.15 |
1586 | 2024-07-31T06:20:56.625Z | Checking allocator-api2 v0.2.18 |
1587 | 2024-07-31T06:20:56.687Z | Checking equivalent v1.0.1 |
1588 | 2024-07-31T06:20:56.790Z | Checking futures-channel v0.3.30 |
1589 | 2024-07-31T06:20:56.939Z | Checking slab v0.4.9 |
1590 | 2024-07-31T06:20:57.042Z | Checking futures-task v0.3.30 |
1591 | 2024-07-31T06:20:57.064Z | Checking crypto-common v0.1.6 |
1592 | 2024-07-31T06:20:57.144Z | Checking pin-utils v0.1.0 |
1593 | 2024-07-31T06:20:57.164Z | Checking futures-io v0.3.30 |
1594 | 2024-07-31T06:20:57.200Z | Checking block-buffer v0.10.4 |
1595 | 2024-07-31T06:20:57.200Z | Checking hashbrown v0.14.5 |
1596 | 2024-07-31T06:20:57.229Z | Checking percent-encoding v2.3.1 |
1597 | 2024-07-31T06:20:57.241Z | Checking ppv-lite86 v0.2.17 |
1598 | 2024-07-31T06:20:57.262Z | Checking tracing-core v0.1.32 |
1599 | 2024-07-31T06:20:57.318Z | Checking futures-util v0.3.30 |
1600 | 2024-07-31T06:20:57.402Z | Checking digest v0.10.7 |
1601 | 2024-07-31T06:20:57.416Z | Checking fnv v1.0.7 |
1602 | 2024-07-31T06:20:57.524Z | Checking untrusted v0.9.0 |
1603 | 2024-07-31T06:20:57.661Z | Checking ring v0.17.8 |
1604 | 2024-07-31T06:20:57.766Z | Checking thiserror v1.0.63 |
1605 | 2024-07-31T06:20:57.878Z | Checking tracing v0.1.40 |
1606 | 2024-07-31T06:20:57.893Z | Checking iana-time-zone v0.1.60 |
1607 | 2024-07-31T06:20:57.935Z | Checking rand_chacha v0.3.1 |
1608 | 2024-07-31T06:20:57.975Z | Checking base64ct v1.6.0 |
1609 | 2024-07-31T06:20:58.020Z | Checking foreign-types-shared v0.1.1 |
1610 | 2024-07-31T06:20:58.116Z | Checking powerfmt v0.2.0 |
1611 | 2024-07-31T06:20:58.192Z | Checking foreign-types v0.3.2 |
1612 | 2024-07-31T06:20:58.276Z | Checking hmac v0.12.1 |
1613 | 2024-07-31T06:20:58.303Z | Checking rand v0.8.5 |
1614 | 2024-07-31T06:20:58.359Z | Checking deranged v0.3.11 |
1615 | 2024-07-31T06:20:58.404Z | Checking form_urlencoded v1.2.1 |
1616 | 2024-07-31T06:20:58.415Z | Checking pem-rfc7468 v0.7.0 |
1617 | 2024-07-31T06:20:58.458Z | Checking openssl-sys v0.9.103 |
1618 | 2024-07-31T06:20:58.575Z | Checking try-lock v0.2.5 |
1619 | 2024-07-31T06:20:58.669Z | Checking siphasher v0.3.11 |
1620 | 2024-07-31T06:20:58.695Z | Checking num-conv v0.1.0 |
1621 | 2024-07-31T06:20:58.940Z | Checking flagset v0.4.5 |
1622 | 2024-07-31T06:20:58.980Z | Checking num_threads v0.1.7 |
1623 | 2024-07-31T06:20:59.092Z | Checking unicode-ident v1.0.12 |
1624 | 2024-07-31T06:20:59.127Z | Checking time-core v0.1.2 |
1625 | 2024-07-31T06:20:59.236Z | Checking proc-macro2 v1.0.86 |
1626 | 2024-07-31T06:20:59.266Z | Checking der v0.7.9 |
1627 | 2024-07-31T06:20:59.434Z | Checking bytes v1.6.0 |
1628 | 2024-07-31T06:20:59.466Z | Checking bitflags v2.6.0 |
1629 | 2024-07-31T06:20:59.516Z | Checking serde_json v1.0.120 |
1630 | 2024-07-31T06:20:59.739Z | Checking indexmap v2.2.6 |
1631 | 2024-07-31T06:20:59.771Z | Checking uuid v1.10.0 |
1632 | 2024-07-31T06:20:59.897Z | Checking chrono v0.4.38 |
1633 | 2024-07-31T06:21:00.143Z | Checking time v0.3.36 |
1634 | 2024-07-31T06:21:00.242Z | Checking tokio v1.38.1 |
1635 | 2024-07-31T06:21:00.329Z | Checking http v0.2.12 |
1636 | 2024-07-31T06:21:00.957Z | Checking openssl v0.10.66 |
1637 | 2024-07-31T06:21:01.157Z | Checking rustls-webpki v0.101.7 |
1638 | 2024-07-31T06:21:01.240Z | Checking sct v0.7.1 |
1639 | 2024-07-31T06:21:01.429Z | Checking want v0.3.1 |
1640 | 2024-07-31T06:21:01.601Z | Checking idna v0.5.0 |
1641 | 2024-07-31T06:21:01.687Z | Checking http-body v0.4.6 |
1642 | 2024-07-31T06:21:01.856Z | Checking httparse v1.8.0 |
1643 | 2024-07-31T06:21:01.973Z | Checking errno v0.3.9 |
1644 | 2024-07-31T06:21:02.065Z | Checking aho-corasick v1.1.3 |
1645 | 2024-07-31T06:21:02.139Z | Checking lazy_static v1.5.0 |
1646 | 2024-07-31T06:21:02.248Z | Checking scroll v0.12.0 |
1647 | 2024-07-31T06:21:02.261Z | Checking finl_unicode v1.2.0 |
1648 | 2024-07-31T06:21:02.403Z | Checking ucd-trie v0.1.6 |
1649 | 2024-07-31T06:21:02.475Z | Checking anstyle v1.0.8 |
1650 | 2024-07-31T06:21:02.591Z | Checking regex-syntax v0.8.3 |
1651 | 2024-07-31T06:21:02.594Z | Checking adler v1.0.2 |
1652 | 2024-07-31T06:21:02.694Z | Checking plain v0.2.3 |
1653 | 2024-07-31T06:21:02.742Z | Checking httpdate v1.0.3 |
1654 | 2024-07-31T06:21:02.804Z | Checking openssl-probe v0.1.5 |
1655 | 2024-07-31T06:21:02.829Z | Checking cpufeatures v0.2.12 |
1656 | 2024-07-31T06:21:02.832Z | Checking tower-service v0.3.2 |
1657 | 2024-07-31T06:21:02.919Z | Checking utf8parse v0.2.1 |
1658 | 2024-07-31T06:21:02.932Z | Checking sha2 v0.10.8 |
1659 | 2024-07-31T06:21:02.948Z | Checking goblin v0.8.2 |
1660 | 2024-07-31T06:21:02.961Z | Checking stringprep v0.1.4 |
1661 | 2024-07-31T06:21:03.056Z | Checking anstyle-parse v0.2.4 |
1662 | 2024-07-31T06:21:03.208Z | Checking miniz_oxide v0.7.2 |
1663 | 2024-07-31T06:21:03.310Z | Checking pest v2.7.10 |
1664 | 2024-07-31T06:21:03.469Z | Checking url v2.5.2 |
1665 | 2024-07-31T06:21:03.719Z | Checking rustix v0.38.34 |
1666 | 2024-07-31T06:21:03.967Z | Checking rustls v0.21.12 |
1667 | 2024-07-31T06:21:04.239Z | Checking spki v0.7.3 |
1668 | 2024-07-31T06:21:04.514Z | Checking quote v1.0.36 |
1669 | 2024-07-31T06:21:04.850Z | Checking serde_spanned v0.6.6 |
1670 | 2024-07-31T06:21:05.031Z | Checking toml_datetime v0.6.6 |
1671 | 2024-07-31T06:21:05.294Z | Checking num-integer v0.1.46 |
1672 | 2024-07-31T06:21:05.723Z | Checking md-5 v0.10.6 |
1673 | 2024-07-31T06:21:05.735Z | Checking idna v0.3.0 |
1674 | 2024-07-31T06:21:05.748Z | Checking regex-automata v0.4.6 |
1675 | 2024-07-31T06:21:05.762Z | Checking hash32 v0.2.1 |
1676 | 2024-07-31T06:21:05.922Z | Checking dyn-clone v1.0.17 |
1677 | 2024-07-31T06:21:06.039Z | Checking gimli v0.28.1 |
1678 | 2024-07-31T06:21:06.052Z | Checking is_terminal_polyfill v1.70.0 |
1679 | 2024-07-31T06:21:06.160Z | Checking base64 v0.22.1 |
1680 | 2024-07-31T06:21:06.207Z | Checking native-tls v0.2.11 |
1681 | 2024-07-31T06:21:06.504Z | Checking pretty-hex v0.4.1 |
1682 | 2024-07-31T06:21:06.524Z | Checking psl-types v2.0.11 |
1683 | 2024-07-31T06:21:06.629Z | Checking colorchoice v1.0.1 |
1684 | 2024-07-31T06:21:06.659Z | Checking stable_deref_trait v1.2.0 |
1685 | 2024-07-31T06:21:06.684Z | Checking fallible-iterator v0.2.0 |
1686 | 2024-07-31T06:21:06.745Z | Checking anstyle-query v1.0.3 |
1687 | 2024-07-31T06:21:06.748Z | Checking heapless v0.7.17 |
1688 | 2024-07-31T06:21:06.855Z | Checking anstream v0.6.14 |
1689 | 2024-07-31T06:21:07.122Z | Checking publicsuffix v2.2.3 |
1690 | 2024-07-31T06:21:07.207Z | Checking tokio-util v0.7.11 |
1691 | 2024-07-31T06:21:07.222Z | Checking tokio-native-tls v0.3.1 |
1692 | 2024-07-31T06:21:07.225Z | Checking postgres-protocol v0.6.7 |
1693 | 2024-07-31T06:21:07.326Z | Checking tokio-rustls v0.24.1 |
1694 | 2024-07-31T06:21:07.453Z | Checking schemars v0.8.21 |
1695 | 2024-07-31T06:21:07.679Z | Checking terminal_size v0.3.0 |
1696 | 2024-07-31T06:21:07.775Z | Checking dtrace-parser v0.2.0 |
1697 | 2024-07-31T06:21:07.830Z | Checking dof v0.3.0 |
1698 | 2024-07-31T06:21:07.840Z | Checking syn v2.0.72 |
1699 | 2024-07-31T06:21:07.872Z | Checking pkcs8 v0.10.2 |
1700 | 2024-07-31T06:21:08.065Z | Checking h2 v0.3.26 |
1701 | 2024-07-31T06:21:08.118Z | Checking cookie v0.17.0 |
1702 | 2024-07-31T06:21:08.241Z | Checking phf_shared v0.11.2 |
1703 | 2024-07-31T06:21:08.404Z | Checking signal-hook v0.3.17 |
1704 | 2024-07-31T06:21:08.500Z | Checking block-padding v0.3.3 |
1705 | 2024-07-31T06:21:08.513Z | Checking scheduled-thread-pool v0.2.7 |
1706 | 2024-07-31T06:21:08.694Z | Checking ff v0.13.0 |
1707 | 2024-07-31T06:21:08.714Z | Checking thread-id v4.2.1 |
1708 | 2024-07-31T06:21:08.731Z | Checking object v0.32.2 |
1709 | 2024-07-31T06:21:08.810Z | Checking either v1.12.0 |
1710 | 2024-07-31T06:21:08.899Z | Checking clap_lex v0.7.0 |
1711 | 2024-07-31T06:21:09.053Z | Checking regex-automata v0.1.10 |
1712 | 2024-07-31T06:21:09.136Z | Checking winnow v0.5.40 |
1713 | 2024-07-31T06:21:09.172Z | Checking base16ct v0.2.0 |
1714 | 2024-07-31T06:21:09.355Z | Checking strsim v0.11.1 |
1715 | 2024-07-31T06:21:09.451Z | Checking base64 v0.21.7 |
1716 | 2024-07-31T06:21:09.605Z | Checking bitflags v1.3.2 |
1717 | 2024-07-31T06:21:09.692Z | Checking rustc-demangle v0.1.24 |
1718 | 2024-07-31T06:21:09.877Z | Checking addr2line v0.21.0 |
1719 | 2024-07-31T06:21:09.901Z | Checking managed v0.8.0 |
1720 | 2024-07-31T06:21:10.095Z | Checking bit-vec v0.6.3 |
1721 | 2024-07-31T06:21:10.183Z | Checking ipnet v2.9.0 |
1722 | 2024-07-31T06:21:10.254Z | Checking matches v0.1.10 |
1723 | 2024-07-31T06:21:10.337Z | Checking idna v0.2.3 |
1724 | 2024-07-31T06:21:10.361Z | Checking smoltcp v0.9.1 |
1725 | 2024-07-31T06:21:10.391Z | Checking regex v1.10.5 |
1726 | 2024-07-31T06:21:10.629Z | Checking rustls-pemfile v1.0.4 |
1727 | 2024-07-31T06:21:10.818Z | Checking clap_builder v4.5.9 |
1728 | 2024-07-31T06:21:10.995Z | Checking bstr v0.2.17 |
1729 | 2024-07-31T06:21:11.154Z | Checking sec1 v0.7.3 |
1730 | 2024-07-31T06:21:11.514Z | Checking ipnetwork v0.20.0 |
1731 | 2024-07-31T06:21:11.723Z | Checking group v0.13.0 |
1732 | 2024-07-31T06:21:11.785Z | Checking signal-hook-mio v0.2.3 |
1733 | 2024-07-31T06:21:11.852Z | Checking r2d2 v0.8.10 |
1734 | 2024-07-31T06:21:11.916Z | Checking inout v0.1.3 |
1735 | 2024-07-31T06:21:11.966Z | Checking cookie_store v0.20.0 |
1736 | 2024-07-31T06:21:12.135Z | Checking phf v0.11.2 |
1737 | 2024-07-31T06:21:12.156Z | Checking postgres-types v0.2.7 |
1738 | 2024-07-31T06:21:12.238Z | Checking toml_edit v0.19.15 |
1739 | 2024-07-31T06:21:12.397Z | Checking num-bigint v0.4.5 |
1740 | 2024-07-31T06:21:12.557Z | Checking futures-executor v0.3.30 |
1741 | 2024-07-31T06:21:12.777Z | Checking hubpack v0.1.2 |
1742 | 2024-07-31T06:21:12.826Z | Checking serde_urlencoded v0.7.1 |
1743 | 2024-07-31T06:21:13.085Z | Checking phf_shared v0.10.0 |
1744 | 2024-07-31T06:21:13.252Z | Checking hkdf v0.12.4 |
1745 | 2024-07-31T06:21:13.342Z | Checking float-cmp v0.9.0 |
1746 | 2024-07-31T06:21:13.441Z | Checking zerocopy v0.6.6 |
1747 | 2024-07-31T06:21:13.516Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1748 | 2024-07-31T06:21:13.755Z | Checking crossbeam-utils v0.8.19 |
1749 | 2024-07-31T06:21:13.812Z | Checking crc32fast v1.4.0 |
1750 | 2024-07-31T06:21:14.002Z | Checking usdt-impl v0.5.0 |
1751 | 2024-07-31T06:21:14.022Z | Checking crypto-bigint v0.5.5 |
1752 | 2024-07-31T06:21:14.101Z | Checking hyper v0.14.28 |
1753 | 2024-07-31T06:21:14.200Z | Checking memmap v0.7.0 |
1754 | 2024-07-31T06:21:14.395Z | Checking encoding_rs v0.8.34 |
1755 | 2024-07-31T06:21:14.452Z | Checking normalize-line-endings v0.3.0 |
1756 | 2024-07-31T06:21:14.527Z | Checking data-encoding v2.6.0 |
1757 | 2024-07-31T06:21:14.558Z | Checking unicode-segmentation v1.11.0 |
1758 | 2024-07-31T06:21:14.710Z | Checking static_assertions v1.1.0 |
1759 | 2024-07-31T06:21:14.796Z | Checking whoami v1.5.1 |
1760 | 2024-07-31T06:21:14.832Z | Checking backtrace v0.3.71 |
1761 | 2024-07-31T06:21:14.876Z | Checking unicode-width v0.1.13 |
1762 | 2024-07-31T06:21:15.053Z | Checking minimal-lexical v0.2.1 |
1763 | 2024-07-31T06:21:15.066Z | Checking fixedbitset v0.4.2 |
1764 | 2024-07-31T06:21:15.093Z | Checking predicates-core v1.0.6 |
1765 | 2024-07-31T06:21:15.160Z | Checking webpki-roots v0.25.4 |
1766 | 2024-07-31T06:21:15.258Z | Checking sync_wrapper v0.1.2 |
1767 | 2024-07-31T06:21:15.290Z | Checking mime v0.3.17 |
1768 | 2024-07-31T06:21:15.304Z | Checking precomputed-hash v0.1.1 |
1769 | 2024-07-31T06:21:15.368Z | Checking winnow v0.6.8 |
1770 | 2024-07-31T06:21:15.382Z | Checking difflib v0.4.0 |
1771 | 2024-07-31T06:21:15.395Z | Checking new_debug_unreachable v1.0.6 |
1772 | 2024-07-31T06:21:15.427Z | Checking nom v7.1.3 |
1773 | 2024-07-31T06:21:15.470Z | Checking string_cache v0.8.7 |
1774 | 2024-07-31T06:21:15.588Z | Checking anyhow v1.0.86 |
1775 | 2024-07-31T06:21:15.675Z | Checking predicates v3.1.0 |
1776 | 2024-07-31T06:21:15.734Z | Checking petgraph v0.6.5 |
1777 | 2024-07-31T06:21:15.933Z | Checking similar v2.5.0 |
1778 | 2024-07-31T06:21:16.302Z | Checking tokio-postgres v0.7.11 |
1779 | 2024-07-31T06:21:16.615Z | Checking trust-dns-proto v0.22.0 |
1780 | 2024-07-31T06:21:16.787Z | Checking console v0.15.8 |
1781 | 2024-07-31T06:21:16.839Z | Checking elliptic-curve v0.13.8 |
1782 | 2024-07-31T06:21:17.340Z | Checking yasna v0.5.2 |
1783 | 2024-07-31T06:21:17.506Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1784 | 2024-07-31T06:21:18.201Z | Checking toml v0.7.8 |
1785 | 2024-07-31T06:21:18.321Z | Checking usdt v0.5.0 |
1786 | 2024-07-31T06:21:18.336Z | Checking toml_edit v0.22.16 |
1787 | 2024-07-31T06:21:18.553Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-07-31T06:21:18.914Z | Checking flate2 v1.0.30 |
1789 | 2024-07-31T06:21:18.983Z | Checking clap v4.5.9 |
1790 | 2024-07-31T06:21:19.098Z | Checking diesel v2.1.6 |
1791 | 2024-07-31T06:21:19.101Z | Checking futures v0.3.30 |
1792 | 2024-07-31T06:21:19.171Z | Checking cipher v0.4.4 |
1793 | 2024-07-31T06:21:19.211Z | Checking crossterm v0.27.0 |
1794 | 2024-07-31T06:21:19.537Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1795 | 2024-07-31T06:21:19.560Z | Checking bit-set v0.5.3 |
1796 | 2024-07-31T06:21:19.578Z | Checking bstr v1.9.1 |
1797 | 2024-07-31T06:21:19.793Z | Checking itertools v0.10.5 |
1798 | 2024-07-31T06:21:20.005Z | Checking hyper-rustls v0.24.2 |
1799 | 2024-07-31T06:21:20.299Z | Checking hyper-tls v0.5.0 |
1800 | 2024-07-31T06:21:20.487Z | Checking itertools v0.12.1 |
1801 | 2024-07-31T06:21:20.551Z | Checking reqwest v0.11.27 |
1802 | 2024-07-31T06:21:20.572Z | Checking fs-err v2.11.0 |
1803 | 2024-07-31T06:21:20.946Z | Checking tokio-stream v0.1.15 |
1804 | 2024-07-31T06:21:20.968Z | Checking num-iter v0.1.45 |
1805 | 2024-07-31T06:21:21.102Z | Checking slog v2.7.0 |
1806 | 2024-07-31T06:21:21.119Z | Checking openapiv3 v2.0.0 |
1807 | 2024-07-31T06:21:21.567Z | Checking semver v1.0.23 |
1808 | 2024-07-31T06:21:21.699Z | Checking hex v0.4.3 |
1809 | 2024-07-31T06:21:21.970Z | Checking peg-runtime v0.8.3 |
1810 | 2024-07-31T06:21:22.025Z | Checking lalrpop-util v0.19.12 |
1811 | 2024-07-31T06:21:22.167Z | Checking camino v1.1.7 |
1812 | 2024-07-31T06:21:22.180Z | Checking sigpipe v0.1.3 |
1813 | 2024-07-31T06:21:40.120Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1814 | 2024-07-31T06:21:40.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.83s |
1815 | 2024-07-31T06:21:40.544Z | |
1816 | 2024-07-31T06:21:40.544Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1817 | 2024-07-31T06:21:41.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2024-07-31T06:21:41.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2024-07-31T06:21:41.190Z | Compiling regress v0.9.1 |
1820 | 2024-07-31T06:21:41.272Z | Checking sha1 v0.10.6 |
1821 | 2024-07-31T06:21:41.283Z | Checking strum v0.26.3 |
1822 | 2024-07-31T06:21:41.302Z | Checking heck v0.5.0 |
1823 | 2024-07-31T06:21:41.312Z | Compiling getopts v0.2.21 |
1824 | 2024-07-31T06:21:41.315Z | Checking dirs-sys-next v0.1.2 |
1825 | 2024-07-31T06:21:41.338Z | Compiling unsafe-libyaml v0.2.11 |
1826 | 2024-07-31T06:21:41.460Z | Checking http v1.1.0 |
1827 | 2024-07-31T06:21:41.476Z | Checking dirs-next v2.0.0 |
1828 | 2024-07-31T06:21:41.507Z | Checking thread_local v1.1.8 |
1829 | 2024-07-31T06:21:41.581Z | Checking rustls-pki-types v1.7.0 |
1830 | 2024-07-31T06:21:41.698Z | Compiling ident_case v1.0.1 |
1831 | 2024-07-31T06:21:41.762Z | Checking term v0.7.0 |
1832 | 2024-07-31T06:21:41.872Z | Compiling darling_core v0.20.9 |
1833 | 2024-07-31T06:21:41.992Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1834 | 2024-07-31T06:21:42.181Z | Checking crossbeam-channel v0.5.12 |
1835 | 2024-07-31T06:21:42.299Z | Checking atty v0.2.14 |
1836 | 2024-07-31T06:21:42.330Z | Checking is-terminal v0.4.12 |
1837 | 2024-07-31T06:21:42.408Z | Checking take_mut v0.2.2 |
1838 | 2024-07-31T06:21:42.441Z | Compiling paste v1.0.15 |
1839 | 2024-07-31T06:21:42.542Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1840 | 2024-07-31T06:21:42.814Z | Compiling serde_yaml v0.9.34+deprecated |
1841 | 2024-07-31T06:21:42.857Z | Checking termcolor v1.4.1 |
1842 | 2024-07-31T06:21:42.904Z | Checking utf-8 v0.7.6 |
1843 | 2024-07-31T06:21:42.923Z | Checking humantime v2.1.0 |
1844 | 2024-07-31T06:21:43.092Z | Compiling rustls v0.22.4 |
1845 | 2024-07-31T06:21:43.248Z | Checking env_logger v0.9.3 |
1846 | 2024-07-31T06:21:43.268Z | Checking slog-async v2.8.0 |
1847 | 2024-07-31T06:21:43.337Z | Checking slog-term v2.9.1 |
1848 | 2024-07-31T06:21:43.370Z | Checking rustls-webpki v0.102.4 |
1849 | 2024-07-31T06:21:43.534Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-07-31T06:21:43.689Z | Compiling proc-macro-crate v1.3.1 |
1851 | 2024-07-31T06:21:43.804Z | Compiling bitstruct_derive v0.1.0 |
1852 | 2024-07-31T06:21:43.898Z | Compiling structmeta-derive v0.3.0 |
1853 | 2024-07-31T06:21:44.156Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-07-31T06:21:44.274Z | Compiling multer v3.1.0 |
1855 | 2024-07-31T06:21:44.541Z | Checking match_cfg v0.1.0 |
1856 | 2024-07-31T06:21:44.627Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1857 | 2024-07-31T06:21:44.644Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1858 | 2024-07-31T06:21:44.870Z | Checking ascii v1.1.0 |
1859 | 2024-07-31T06:21:45.173Z | Checking bitstruct v0.1.1 |
1860 | 2024-07-31T06:21:45.237Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1861 | 2024-07-31T06:21:45.298Z | Compiling num_enum_derive v0.5.11 |
1862 | 2024-07-31T06:21:46.119Z | Checking hostname v0.3.1 |
1863 | 2024-07-31T06:21:46.306Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-07-31T06:21:46.455Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-07-31T06:21:46.983Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-07-31T06:21:47.063Z | Checking slog-json v2.6.1 |
1867 | 2024-07-31T06:21:47.129Z | Compiling structmeta v0.3.0 |
1868 | 2024-07-31T06:21:47.274Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-07-31T06:21:47.326Z | Checking erased-serde v0.3.31 |
1870 | 2024-07-31T06:21:47.517Z | Checking serde_arrays v0.1.0 |
1871 | 2024-07-31T06:21:47.585Z | Compiling async-stream-impl v0.3.5 |
1872 | 2024-07-31T06:21:47.666Z | Compiling foreign-types-macros v0.2.3 |
1873 | 2024-07-31T06:21:47.894Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1874 | 2024-07-31T06:21:48.082Z | Checking foreign-types-shared v0.3.1 |
1875 | 2024-07-31T06:21:48.171Z | Checking atomic-waker v1.1.2 |
1876 | 2024-07-31T06:21:48.190Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-07-31T06:21:48.293Z | Checking arc-swap v1.7.1 |
1878 | 2024-07-31T06:21:48.347Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-07-31T06:21:48.463Z | Checking waitgroup v0.1.2 |
1880 | 2024-07-31T06:21:48.652Z | Checking num_enum v0.5.11 |
1881 | 2024-07-31T06:21:48.680Z | Checking slog-scope v4.4.0 |
1882 | 2024-07-31T06:21:48.784Z | Compiling parse-display-derive v0.9.1 |
1883 | 2024-07-31T06:21:48.861Z | Checking slog-bunyan v2.5.0 |
1884 | 2024-07-31T06:21:49.016Z | Checking foreign-types v0.5.0 |
1885 | 2024-07-31T06:21:49.028Z | Checking async-stream v0.3.5 |
1886 | 2024-07-31T06:21:49.031Z | Compiling proc-macro-error v1.0.4 |
1887 | 2024-07-31T06:21:49.309Z | Compiling darling_macro v0.20.9 |
1888 | 2024-07-31T06:21:49.361Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1889 | 2024-07-31T06:21:49.465Z | Checking toml v0.8.15 |
1890 | 2024-07-31T06:21:49.657Z | Checking tungstenite v0.20.1 |
1891 | 2024-07-31T06:21:49.748Z | Checking rustls-pemfile v2.1.2 |
1892 | 2024-07-31T06:21:49.963Z | Compiling heck v0.3.3 |
1893 | 2024-07-31T06:21:50.048Z | Checking tokio-rustls v0.25.0 |
1894 | 2024-07-31T06:21:50.236Z | Checking newtype-uuid v1.1.0 |
1895 | 2024-07-31T06:21:50.324Z | Compiling darling v0.20.9 |
1896 | 2024-07-31T06:21:50.382Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1897 | 2024-07-31T06:21:50.396Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1898 | 2024-07-31T06:21:50.428Z | Compiling serde_with_macros v3.8.3 |
1899 | 2024-07-31T06:21:50.465Z | Checking cstr-argument v0.1.2 |
1900 | 2024-07-31T06:21:50.497Z | Checking serde_path_to_error v0.1.16 |
1901 | 2024-07-31T06:21:50.635Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1902 | 2024-07-31T06:21:51.120Z | Checking hostname v0.4.0 |
1903 | 2024-07-31T06:21:51.226Z | Checking instant v0.1.12 |
1904 | 2024-07-31T06:21:51.245Z | Checking debug-ignore v1.0.5 |
1905 | 2024-07-31T06:21:51.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1906 | 2024-07-31T06:21:51.372Z | Checking fastrand v2.1.0 |
1907 | 2024-07-31T06:21:51.386Z | Checking pretty-hex v0.2.1 |
1908 | 2024-07-31T06:21:51.537Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1909 | 2024-07-31T06:21:51.603Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-07-31T06:21:51.678Z | Checking tempfile v3.10.1 |
1911 | 2024-07-31T06:21:51.730Z | Checking backoff v0.4.0 |
1912 | 2024-07-31T06:21:51.941Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1913 | 2024-07-31T06:21:52.018Z | Checking tokio-tungstenite v0.20.1 |
1914 | 2024-07-31T06:21:52.021Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1915 | 2024-07-31T06:21:52.235Z | Compiling zone_cfg_derive v0.1.2 |
1916 | 2024-07-31T06:21:52.469Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1917 | 2024-07-31T06:21:52.490Z | Checking slog-stdlog v4.1.1 |
1918 | 2024-07-31T06:21:52.650Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-07-31T06:21:52.800Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1920 | 2024-07-31T06:21:53.151Z | Checking tungstenite v0.21.0 |
1921 | 2024-07-31T06:21:53.231Z | Checking colored v2.1.0 |
1922 | 2024-07-31T06:21:53.536Z | Checking macaddr v1.0.1 |
1923 | 2024-07-31T06:21:53.593Z | Checking serde_with v3.8.3 |
1924 | 2024-07-31T06:21:53.757Z | Checking socket2 v0.4.10 |
1925 | 2024-07-31T06:21:53.834Z | Checking parse-display v0.9.1 |
1926 | 2024-07-31T06:21:53.862Z | Checking base64 v0.13.1 |
1927 | 2024-07-31T06:21:54.055Z | Checking zone v0.1.8 |
1928 | 2024-07-31T06:21:54.077Z | Checking tokio-tungstenite v0.21.0 |
1929 | 2024-07-31T06:21:54.311Z | Checking ron v0.7.1 |
1930 | 2024-07-31T06:21:54.544Z | Checking slog-envlogger v2.2.0 |
1931 | 2024-07-31T06:21:54.682Z | Checking pem v3.0.4 |
1932 | 2024-07-31T06:21:54.749Z | Checking tabwriter v1.4.0 |
1933 | 2024-07-31T06:21:54.921Z | Checking xattr v1.3.1 |
1934 | 2024-07-31T06:21:54.975Z | Checking portpicker v0.1.1 |
1935 | 2024-07-31T06:21:55.097Z | Checking headers-core v0.2.0 |
1936 | 2024-07-31T06:21:55.100Z | Checking smf v0.2.3 |
1937 | 2024-07-31T06:21:55.228Z | Checking filetime v0.2.23 |
1938 | 2024-07-31T06:21:55.424Z | Checking same-file v1.0.6 |
1939 | 2024-07-31T06:21:55.442Z | Checking tar v0.4.41 |
1940 | 2024-07-31T06:21:55.543Z | Checking headers v0.3.9 |
1941 | 2024-07-31T06:21:55.585Z | Checking walkdir v2.5.0 |
1942 | 2024-07-31T06:21:55.845Z | Checking rcgen v0.12.1 |
1943 | 2024-07-31T06:21:55.968Z | Checking atomicwrites v0.4.3 |
1944 | 2024-07-31T06:21:56.154Z | Checking camino-tempfile v1.1.1 |
1945 | 2024-07-31T06:21:56.173Z | Checking subprocess v0.2.9 |
1946 | 2024-07-31T06:21:57.183Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-07-31T06:21:57.422Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-07-31T06:21:59.005Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-07-31T06:22:00.972Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1950 | 2024-07-31T06:22:01.037Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-07-31T06:22:04.374Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-07-31T06:22:11.603Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-07-31T06:22:11.731Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1954 | 2024-07-31T06:22:11.734Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-07-31T06:22:14.257Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1956 | 2024-07-31T06:22:14.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1957 | 2024-07-31T06:22:20.408Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1958 | 2024-07-31T06:22:21.782Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1959 | 2024-07-31T06:22:22.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.31s |
1960 | 2024-07-31T06:22:22.995Z | |
1961 | 2024-07-31T06:22:22.995Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1962 | 2024-07-31T06:22:23.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-07-31T06:22:23.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-07-31T06:22:23.627Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1965 | 2024-07-31T06:22:24.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
1966 | 2024-07-31T06:22:24.957Z | |
1967 | 2024-07-31T06:22:24.957Z | info: running `cargo check --bins` on nexus-config (31/142) |
1968 | 2024-07-31T06:22:25.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-07-31T06:22:25.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-07-31T06:22:25.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-07-31T06:22:25.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1972 | 2024-07-31T06:22:25.552Z | |
1973 | 2024-07-31T06:22:25.552Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1974 | 2024-07-31T06:22:26.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-07-31T06:22:26.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-07-31T06:22:26.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-07-31T06:22:26.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1978 | 2024-07-31T06:22:26.123Z | |
1979 | 2024-07-31T06:22:26.123Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1980 | 2024-07-31T06:22:26.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-07-31T06:22:26.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-07-31T06:22:26.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-07-31T06:22:26.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1984 | 2024-07-31T06:22:26.714Z | |
1985 | 2024-07-31T06:22:26.714Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1986 | 2024-07-31T06:22:27.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-07-31T06:22:27.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-07-31T06:22:27.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-07-31T06:22:27.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1990 | 2024-07-31T06:22:27.329Z | |
1991 | 2024-07-31T06:22:27.329Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1992 | 2024-07-31T06:22:27.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-07-31T06:22:27.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-07-31T06:22:27.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-07-31T06:22:27.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1996 | 2024-07-31T06:22:27.905Z | |
1997 | 2024-07-31T06:22:27.905Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
1998 | 2024-07-31T06:22:28.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-07-31T06:22:28.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-07-31T06:22:28.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-07-31T06:22:28.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2002 | 2024-07-31T06:22:28.521Z | |
2003 | 2024-07-31T06:22:28.521Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2004 | 2024-07-31T06:22:29.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-07-31T06:22:29.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-07-31T06:22:29.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-07-31T06:22:29.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2008 | 2024-07-31T06:22:29.101Z | |
2009 | 2024-07-31T06:22:29.101Z | info: running `cargo check --bins` on dpd-client (38/142) |
2010 | 2024-07-31T06:22:29.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-07-31T06:22:29.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-07-31T06:22:29.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-07-31T06:22:29.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2014 | 2024-07-31T06:22:29.693Z | |
2015 | 2024-07-31T06:22:29.693Z | info: running `cargo check --bins` on gateway-client (39/142) |
2016 | 2024-07-31T06:22:30.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-07-31T06:22:30.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-07-31T06:22:30.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-07-31T06:22:30.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2020 | 2024-07-31T06:22:30.269Z | |
2021 | 2024-07-31T06:22:30.269Z | info: running `cargo check --bins` on installinator-client (40/142) |
2022 | 2024-07-31T06:22:30.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-07-31T06:22:30.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-07-31T06:22:30.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-07-31T06:22:30.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2026 | 2024-07-31T06:22:30.878Z | |
2027 | 2024-07-31T06:22:30.878Z | info: running `cargo check --bins` on installinator-common (41/142) |
2028 | 2024-07-31T06:22:31.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-07-31T06:22:31.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-07-31T06:22:31.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-07-31T06:22:31.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2032 | 2024-07-31T06:22:31.485Z | |
2033 | 2024-07-31T06:22:31.485Z | info: running `cargo check --bins` on update-engine (42/142) |
2034 | 2024-07-31T06:22:32.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-07-31T06:22:32.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-07-31T06:22:32.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-07-31T06:22:32.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2038 | 2024-07-31T06:22:32.071Z | |
2039 | 2024-07-31T06:22:32.071Z | info: running `cargo check --bins` on nexus-client (43/142) |
2040 | 2024-07-31T06:22:32.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-07-31T06:22:32.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-07-31T06:22:32.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-07-31T06:22:32.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2044 | 2024-07-31T06:22:32.686Z | |
2045 | 2024-07-31T06:22:32.687Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2046 | 2024-07-31T06:22:33.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-07-31T06:22:33.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-07-31T06:22:33.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-07-31T06:22:33.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2050 | 2024-07-31T06:22:33.290Z | |
2051 | 2024-07-31T06:22:33.290Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2052 | 2024-07-31T06:22:33.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-07-31T06:22:33.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-07-31T06:22:33.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-07-31T06:22:33.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2056 | 2024-07-31T06:22:33.870Z | |
2057 | 2024-07-31T06:22:33.870Z | info: running `cargo check --bins` on nexus-types (46/142) |
2058 | 2024-07-31T06:22:34.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-07-31T06:22:34.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-07-31T06:22:34.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-07-31T06:22:34.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2062 | 2024-07-31T06:22:34.497Z | |
2063 | 2024-07-31T06:22:34.497Z | info: running `cargo check --bins` on oxide-client (47/142) |
2064 | 2024-07-31T06:22:35.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-07-31T06:22:35.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-07-31T06:22:35.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-07-31T06:22:35.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2068 | 2024-07-31T06:22:35.075Z | |
2069 | 2024-07-31T06:22:35.075Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2070 | 2024-07-31T06:22:35.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-07-31T06:22:35.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-07-31T06:22:35.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-07-31T06:22:35.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2074 | 2024-07-31T06:22:35.679Z | |
2075 | 2024-07-31T06:22:35.679Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2076 | 2024-07-31T06:22:36.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-07-31T06:22:36.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-07-31T06:22:36.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-07-31T06:22:36.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2080 | 2024-07-31T06:22:36.302Z | |
2081 | 2024-07-31T06:22:36.302Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2082 | 2024-07-31T06:22:36.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-07-31T06:22:36.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-07-31T06:22:36.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-07-31T06:22:36.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2086 | 2024-07-31T06:22:36.935Z | |
2087 | 2024-07-31T06:22:36.935Z | info: running `cargo check --bins` on wicket-common (51/142) |
2088 | 2024-07-31T06:22:37.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-07-31T06:22:37.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-07-31T06:22:37.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-07-31T06:22:37.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2092 | 2024-07-31T06:22:37.557Z | |
2093 | 2024-07-31T06:22:37.557Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2094 | 2024-07-31T06:22:38.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-07-31T06:22:38.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-07-31T06:22:38.195Z | Compiling heapless v0.8.0 |
2097 | 2024-07-31T06:22:38.198Z | Checking hash32 v0.3.1 |
2098 | 2024-07-31T06:22:38.273Z | Compiling smoltcp v0.11.0 |
2099 | 2024-07-31T06:22:38.292Z | Checking embedded-io v0.4.0 |
2100 | 2024-07-31T06:22:38.292Z | Checking cobs v0.2.3 |
2101 | 2024-07-31T06:22:38.311Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2102 | 2024-07-31T06:22:38.314Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2103 | 2024-07-31T06:22:38.335Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2104 | 2024-07-31T06:22:38.418Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2105 | 2024-07-31T06:22:38.444Z | Compiling crucible-workspace-hack v0.1.0 |
2106 | 2024-07-31T06:22:38.447Z | Checking csv-core v0.1.11 |
2107 | 2024-07-31T06:22:38.471Z | Checking postcard v1.0.8 |
2108 | 2024-07-31T06:22:38.634Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2024-07-31T06:22:38.743Z | Checking csv v1.3.0 |
2110 | 2024-07-31T06:22:38.798Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2111 | 2024-07-31T06:22:38.844Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2112 | 2024-07-31T06:22:38.969Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2113 | 2024-07-31T06:22:39.181Z | Compiling num-derive v0.4.2 |
2114 | 2024-07-31T06:22:39.196Z | Compiling slog-dtrace v0.3.0 |
2115 | 2024-07-31T06:22:39.208Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2116 | 2024-07-31T06:22:39.271Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2117 | 2024-07-31T06:22:39.550Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2118 | 2024-07-31T06:22:39.983Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2119 | 2024-07-31T06:22:40.121Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2120 | 2024-07-31T06:22:40.822Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2121 | 2024-07-31T06:22:41.972Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2122 | 2024-07-31T06:22:42.801Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2123 | 2024-07-31T06:22:43.844Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2124 | 2024-07-31T06:22:44.025Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2125 | 2024-07-31T06:22:46.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
2126 | 2024-07-31T06:22:46.622Z | |
2127 | 2024-07-31T06:22:46.622Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2128 | 2024-07-31T06:22:47.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-07-31T06:22:47.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-07-31T06:22:47.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-07-31T06:22:47.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2132 | 2024-07-31T06:22:47.233Z | |
2133 | 2024-07-31T06:22:47.233Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2134 | 2024-07-31T06:22:47.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-07-31T06:22:47.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-07-31T06:22:47.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-07-31T06:22:47.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2138 | 2024-07-31T06:22:47.837Z | |
2139 | 2024-07-31T06:22:47.837Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2140 | 2024-07-31T06:22:48.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-07-31T06:22:48.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-07-31T06:22:48.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-07-31T06:22:48.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2144 | 2024-07-31T06:22:48.544Z | |
2145 | 2024-07-31T06:22:48.544Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2146 | 2024-07-31T06:22:49.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-07-31T06:22:49.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-07-31T06:22:49.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-07-31T06:22:49.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2150 | 2024-07-31T06:22:49.256Z | |
2151 | 2024-07-31T06:22:49.256Z | info: running `cargo check --bins` on dns-server (57/142) |
2152 | 2024-07-31T06:22:49.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-07-31T06:22:49.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-07-31T06:22:49.869Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-07-31T06:22:49.947Z | Checking nibble_vec v0.1.0 |
2156 | 2024-07-31T06:22:49.950Z | Checking endian-type v0.1.2 |
2157 | 2024-07-31T06:22:49.965Z | Checking newline-converter v0.3.0 |
2158 | 2024-07-31T06:22:49.968Z | Checking quick-error v1.2.3 |
2159 | 2024-07-31T06:22:49.968Z | Checking linked-hash-map v0.5.6 |
2160 | 2024-07-31T06:22:49.975Z | Checking fxhash v0.2.1 |
2161 | 2024-07-31T06:22:49.983Z | Checking toml v0.5.11 |
2162 | 2024-07-31T06:22:50.087Z | Checking resolv-conf v0.7.0 |
2163 | 2024-07-31T06:22:50.087Z | Checking expectorate v1.1.0 |
2164 | 2024-07-31T06:22:50.114Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2165 | 2024-07-31T06:22:50.126Z | Checking radix_trie v0.2.1 |
2166 | 2024-07-31T06:22:50.232Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2167 | 2024-07-31T06:22:50.270Z | Checking lru-cache v0.1.2 |
2168 | 2024-07-31T06:22:50.432Z | Checking trust-dns-resolver v0.22.0 |
2169 | 2024-07-31T06:22:50.492Z | Checking trust-dns-client v0.22.0 |
2170 | 2024-07-31T06:22:50.598Z | Checking parking_lot v0.11.2 |
2171 | 2024-07-31T06:22:50.825Z | Checking sled v0.34.7 |
2172 | 2024-07-31T06:22:51.347Z | Checking trust-dns-server v0.22.1 |
2173 | 2024-07-31T06:22:52.899Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2174 | 2024-07-31T06:22:53.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2175 | 2024-07-31T06:22:54.084Z | |
2176 | 2024-07-31T06:22:54.084Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2177 | 2024-07-31T06:22:54.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-07-31T06:22:54.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-07-31T06:22:54.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-07-31T06:22:54.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2181 | 2024-07-31T06:22:54.669Z | |
2182 | 2024-07-31T06:22:54.669Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2183 | 2024-07-31T06:22:55.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-07-31T06:22:55.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-07-31T06:22:55.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-07-31T06:22:55.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2187 | 2024-07-31T06:22:55.311Z | |
2188 | 2024-07-31T06:22:55.311Z | info: running `cargo check --bins` on gateway-types (60/142) |
2189 | 2024-07-31T06:22:55.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-07-31T06:22:55.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-07-31T06:22:55.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-07-31T06:22:55.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2193 | 2024-07-31T06:22:55.909Z | |
2194 | 2024-07-31T06:22:55.909Z | info: running `cargo check --bins` on ipcc (61/142) |
2195 | 2024-07-31T06:22:56.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-07-31T06:22:56.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-07-31T06:22:56.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-07-31T06:22:56.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2199 | 2024-07-31T06:22:56.507Z | |
2200 | 2024-07-31T06:22:56.507Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2201 | 2024-07-31T06:22:57.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-07-31T06:22:57.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-07-31T06:22:57.157Z | Compiling radium v0.7.0 |
2204 | 2024-07-31T06:22:57.237Z | Compiling maybe-uninit v2.0.0 |
2205 | 2024-07-31T06:22:57.240Z | Checking tap v1.0.1 |
2206 | 2024-07-31T06:22:57.255Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2207 | 2024-07-31T06:22:57.258Z | Compiling num-bigint-dig v0.8.4 |
2208 | 2024-07-31T06:22:57.258Z | Checking funty v2.0.0 |
2209 | 2024-07-31T06:22:57.258Z | Checking crc-catalog v2.4.0 |
2210 | 2024-07-31T06:22:57.266Z | Compiling packed_struct v0.10.1 |
2211 | 2024-07-31T06:22:57.371Z | Checking wyz v0.5.1 |
2212 | 2024-07-31T06:22:57.385Z | Checking crc v3.2.1 |
2213 | 2024-07-31T06:22:57.564Z | Compiling packed_struct_codegen v0.10.1 |
2214 | 2024-07-31T06:22:57.738Z | Compiling indexmap v1.9.3 |
2215 | 2024-07-31T06:22:57.750Z | Checking half v2.4.1 |
2216 | 2024-07-31T06:22:57.800Z | Checking ciborium-io v0.2.2 |
2217 | 2024-07-31T06:22:57.816Z | Checking nodrop v0.1.14 |
2218 | 2024-07-31T06:22:57.900Z | Checking smallvec v0.6.14 |
2219 | 2024-07-31T06:22:57.916Z | Checking array-init v0.0.4 |
2220 | 2024-07-31T06:22:58.031Z | Checking pkcs1 v0.7.5 |
2221 | 2024-07-31T06:22:58.190Z | Checking ciborium-ll v0.2.2 |
2222 | 2024-07-31T06:22:58.212Z | Checking bitvec v1.0.1 |
2223 | 2024-07-31T06:22:58.269Z | Checking signature v2.2.0 |
2224 | 2024-07-31T06:22:58.408Z | Compiling memoffset v0.9.1 |
2225 | 2024-07-31T06:22:58.443Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2226 | 2024-07-31T06:22:58.474Z | Checking hashbrown v0.12.3 |
2227 | 2024-07-31T06:22:58.499Z | Checking bitfield v0.14.0 |
2228 | 2024-07-31T06:22:58.735Z | Checking env_logger v0.10.2 |
2229 | 2024-07-31T06:22:58.767Z | Checking bzip2 v0.4.4 |
2230 | 2024-07-31T06:22:58.810Z | Checking ciborium v0.2.2 |
2231 | 2024-07-31T06:22:58.916Z | Checking serde-hex v0.1.0 |
2232 | 2024-07-31T06:22:59.072Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-07-31T06:22:59.170Z | Checking ron v0.8.1 |
2234 | 2024-07-31T06:22:59.300Z | Checking x509-cert v0.2.5 |
2235 | 2024-07-31T06:22:59.805Z | Checking hashbrown v0.13.2 |
2236 | 2024-07-31T06:23:00.155Z | Checking crc-any v2.5.0 |
2237 | 2024-07-31T06:23:00.185Z | Checking rsa v0.9.6 |
2238 | 2024-07-31T06:23:00.406Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2239 | 2024-07-31T06:23:00.567Z | Checking zip v0.6.6 |
2240 | 2024-07-31T06:23:00.761Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2241 | 2024-07-31T06:23:00.803Z | Checking object v0.30.4 |
2242 | 2024-07-31T06:23:00.899Z | Checking path-slash v0.1.5 |
2243 | 2024-07-31T06:23:01.026Z | Checking nix v0.27.1 |
2244 | 2024-07-31T06:23:01.070Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2245 | 2024-07-31T06:23:01.087Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2246 | 2024-07-31T06:23:01.221Z | Checking serde-big-array v0.5.1 |
2247 | 2024-07-31T06:23:01.236Z | Checking signal-hook-tokio v0.3.1 |
2248 | 2024-07-31T06:23:03.250Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2249 | 2024-07-31T06:23:03.797Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2250 | 2024-07-31T06:23:10.564Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2251 | 2024-07-31T06:23:11.816Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2252 | 2024-07-31T06:23:13.526Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2253 | 2024-07-31T06:23:15.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s |
2254 | 2024-07-31T06:23:15.391Z | |
2255 | 2024-07-31T06:23:15.392Z | info: running `cargo check --bins` on gateway-api (63/142) |
2256 | 2024-07-31T06:23:15.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-07-31T06:23:15.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-07-31T06:23:15.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-07-31T06:23:15.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2260 | 2024-07-31T06:23:15.990Z | |
2261 | 2024-07-31T06:23:15.990Z | info: running `cargo check --bins` on sp-sim (64/142) |
2262 | 2024-07-31T06:23:16.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-07-31T06:23:16.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-07-31T06:23:16.606Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2265 | 2024-07-31T06:23:18.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
2266 | 2024-07-31T06:23:18.362Z | |
2267 | 2024-07-31T06:23:18.362Z | info: running `cargo check --bins` on internal-dns (65/142) |
2268 | 2024-07-31T06:23:18.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-07-31T06:23:18.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-07-31T06:23:18.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-07-31T06:23:18.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2272 | 2024-07-31T06:23:18.967Z | |
2273 | 2024-07-31T06:23:18.967Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2274 | 2024-07-31T06:23:19.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-07-31T06:23:19.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-07-31T06:23:19.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-07-31T06:23:19.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2278 | 2024-07-31T06:23:19.608Z | |
2279 | 2024-07-31T06:23:19.608Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2280 | 2024-07-31T06:23:20.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-07-31T06:23:20.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-07-31T06:23:20.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-07-31T06:23:20.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2284 | 2024-07-31T06:23:20.250Z | |
2285 | 2024-07-31T06:23:20.250Z | info: running `cargo check --bins` on db-macros (68/142) |
2286 | 2024-07-31T06:23:20.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-07-31T06:23:20.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-07-31T06:23:20.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-07-31T06:23:20.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2290 | 2024-07-31T06:23:20.824Z | |
2291 | 2024-07-31T06:23:20.824Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2292 | 2024-07-31T06:23:21.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-07-31T06:23:21.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-07-31T06:23:21.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-07-31T06:23:21.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2296 | 2024-07-31T06:23:21.419Z | |
2297 | 2024-07-31T06:23:21.419Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2298 | 2024-07-31T06:23:22.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-07-31T06:23:22.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-07-31T06:23:22.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-07-31T06:23:22.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2302 | 2024-07-31T06:23:22.074Z | |
2303 | 2024-07-31T06:23:22.074Z | info: running `cargo check --bins` on authz-macros (71/142) |
2304 | 2024-07-31T06:23:22.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-07-31T06:23:22.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-07-31T06:23:22.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-07-31T06:23:22.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2308 | 2024-07-31T06:23:22.660Z | |
2309 | 2024-07-31T06:23:22.660Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2310 | 2024-07-31T06:23:23.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-07-31T06:23:23.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-07-31T06:23:23.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-07-31T06:23:23.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2314 | 2024-07-31T06:23:23.300Z | |
2315 | 2024-07-31T06:23:23.300Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2316 | 2024-07-31T06:23:23.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-07-31T06:23:23.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-07-31T06:23:23.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-07-31T06:23:23.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2320 | 2024-07-31T06:23:23.925Z | |
2321 | 2024-07-31T06:23:23.925Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2322 | 2024-07-31T06:23:24.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-07-31T06:23:24.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-07-31T06:23:24.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-07-31T06:23:24.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2326 | 2024-07-31T06:23:24.520Z | |
2327 | 2024-07-31T06:23:24.520Z | info: running `cargo check --bins` on oximeter (75/142) |
2328 | 2024-07-31T06:23:25.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-07-31T06:23:25.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-07-31T06:23:25.138Z | Compiling rustls-pki-types v1.7.0 |
2331 | 2024-07-31T06:23:25.216Z | Compiling prettyplease v0.2.20 |
2332 | 2024-07-31T06:23:25.219Z | Compiling match_cfg v0.1.0 |
2333 | 2024-07-31T06:23:25.237Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2334 | 2024-07-31T06:23:25.240Z | Compiling slog-json v2.6.1 |
2335 | 2024-07-31T06:23:25.247Z | Compiling http v1.1.0 |
2336 | 2024-07-31T06:23:25.259Z | Compiling atomic-waker v1.1.2 |
2337 | 2024-07-31T06:23:25.279Z | Compiling async-stream v0.3.5 |
2338 | 2024-07-31T06:23:25.300Z | Compiling hostname v0.3.1 |
2339 | 2024-07-31T06:23:25.434Z | Compiling waitgroup v0.1.2 |
2340 | 2024-07-31T06:23:25.470Z | Compiling toml v0.8.15 |
2341 | 2024-07-31T06:23:25.540Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2342 | 2024-07-31T06:23:25.573Z | Compiling slog-bunyan v2.5.0 |
2343 | 2024-07-31T06:23:25.617Z | Compiling rustls-webpki v0.102.4 |
2344 | 2024-07-31T06:23:25.639Z | Compiling rustls-pemfile v2.1.2 |
2345 | 2024-07-31T06:23:25.653Z | Compiling sha1 v0.10.6 |
2346 | 2024-07-31T06:23:25.740Z | Compiling newtype-uuid v1.1.0 |
2347 | 2024-07-31T06:23:25.754Z | Compiling serde_path_to_error v0.1.16 |
2348 | 2024-07-31T06:23:26.009Z | Compiling hostname v0.4.0 |
2349 | 2024-07-31T06:23:26.028Z | Compiling instant v0.1.12 |
2350 | 2024-07-31T06:23:26.056Z | Compiling debug-ignore v1.0.5 |
2351 | 2024-07-31T06:23:26.091Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2352 | 2024-07-31T06:23:26.167Z | Compiling backoff v0.4.0 |
2353 | 2024-07-31T06:23:26.200Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2354 | 2024-07-31T06:23:26.251Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2355 | 2024-07-31T06:23:26.404Z | Compiling parse-display v0.9.1 |
2356 | 2024-07-31T06:23:26.418Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2357 | 2024-07-31T06:23:26.489Z | Compiling rustls v0.22.4 |
2358 | 2024-07-31T06:23:26.579Z | Compiling serde_with v3.8.3 |
2359 | 2024-07-31T06:23:27.084Z | Compiling multer v3.1.0 |
2360 | 2024-07-31T06:23:27.255Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2361 | 2024-07-31T06:23:27.416Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2362 | 2024-07-31T06:23:27.560Z | Compiling num-rational v0.4.2 |
2363 | 2024-07-31T06:23:27.762Z | Compiling num-complex v0.4.6 |
2364 | 2024-07-31T06:23:27.832Z | Compiling macaddr v1.0.1 |
2365 | 2024-07-31T06:23:28.819Z | Compiling num v0.4.3 |
2366 | 2024-07-31T06:23:28.833Z | Compiling float-ord v0.3.2 |
2367 | 2024-07-31T06:23:29.962Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2368 | 2024-07-31T06:23:30.384Z | Compiling tokio-rustls v0.25.0 |
2369 | 2024-07-31T06:23:30.644Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2370 | 2024-07-31T06:23:34.132Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2371 | 2024-07-31T06:23:45.943Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2024-07-31T06:23:49.039Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2373 | 2024-07-31T06:23:49.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s |
2374 | 2024-07-31T06:23:49.785Z | |
2375 | 2024-07-31T06:23:49.785Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2376 | 2024-07-31T06:23:50.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-07-31T06:23:50.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-07-31T06:23:50.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-07-31T06:23:50.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2380 | 2024-07-31T06:23:50.389Z | |
2381 | 2024-07-31T06:23:50.390Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2382 | 2024-07-31T06:23:50.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-07-31T06:23:50.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-07-31T06:23:50.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-07-31T06:23:50.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2386 | 2024-07-31T06:23:50.966Z | |
2387 | 2024-07-31T06:23:50.966Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2388 | 2024-07-31T06:23:51.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-07-31T06:23:51.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-07-31T06:23:51.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-07-31T06:23:51.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2392 | 2024-07-31T06:23:51.571Z | |
2393 | 2024-07-31T06:23:51.571Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2394 | 2024-07-31T06:23:52.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-07-31T06:23:52.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-07-31T06:23:52.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-07-31T06:23:52.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2398 | 2024-07-31T06:23:52.208Z | |
2399 | 2024-07-31T06:23:52.208Z | info: running `cargo check --bins` on typed-rng (80/142) |
2400 | 2024-07-31T06:23:52.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-07-31T06:23:52.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-07-31T06:23:52.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-07-31T06:23:52.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2404 | 2024-07-31T06:23:52.767Z | |
2405 | 2024-07-31T06:23:52.767Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2406 | 2024-07-31T06:23:53.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-07-31T06:23:53.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-07-31T06:23:53.475Z | Checking password-hash v0.5.0 |
2409 | 2024-07-31T06:23:53.475Z | Checking blake2 v0.10.6 |
2410 | 2024-07-31T06:23:53.479Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2411 | 2024-07-31T06:23:53.479Z | Compiling semver v0.1.20 |
2412 | 2024-07-31T06:23:53.479Z | Compiling rayon-core v1.12.1 |
2413 | 2024-07-31T06:23:53.479Z | Compiling convert_case v0.4.0 |
2414 | 2024-07-31T06:23:53.596Z | Compiling crossbeam-deque v0.8.5 |
2415 | 2024-07-31T06:23:53.669Z | Compiling unicase v2.7.0 |
2416 | 2024-07-31T06:23:53.841Z | Compiling rustc_version v0.1.7 |
2417 | 2024-07-31T06:23:53.912Z | Compiling fastrand v2.1.0 |
2418 | 2024-07-31T06:23:53.926Z | Compiling same-file v1.0.6 |
2419 | 2024-07-31T06:23:53.961Z | Compiling libefi-sys v0.1.0 |
2420 | 2024-07-31T06:23:53.987Z | Checking argon2 v0.5.3 |
2421 | 2024-07-31T06:23:54.173Z | Compiling walkdir v2.5.0 |
2422 | 2024-07-31T06:23:54.239Z | Compiling tempfile v3.10.1 |
2423 | 2024-07-31T06:23:54.332Z | Compiling newtype_derive v0.1.6 |
2424 | 2024-07-31T06:23:54.438Z | Compiling curve25519-dalek v4.1.3 |
2425 | 2024-07-31T06:23:54.454Z | Compiling derive-where v1.2.7 |
2426 | 2024-07-31T06:23:54.529Z | Compiling derive_more v0.99.18 |
2427 | 2024-07-31T06:23:54.655Z | Compiling bitfield-struct v0.6.1 |
2428 | 2024-07-31T06:23:54.670Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2429 | 2024-07-31T06:23:54.940Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2430 | 2024-07-31T06:23:54.953Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2431 | 2024-07-31T06:23:55.041Z | Compiling ring v0.16.20 |
2432 | 2024-07-31T06:23:55.123Z | Compiling blake3 v1.5.1 |
2433 | 2024-07-31T06:23:55.287Z | Checking keccak v0.1.5 |
2434 | 2024-07-31T06:23:55.595Z | Checking sha3 v0.10.8 |
2435 | 2024-07-31T06:23:56.098Z | Compiling rayon v1.10.0 |
2436 | 2024-07-31T06:23:56.127Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2437 | 2024-07-31T06:23:56.213Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2438 | 2024-07-31T06:23:56.353Z | Checking universal-hash v0.5.1 |
2439 | 2024-07-31T06:23:56.492Z | Compiling thiserror-impl-no-std v2.0.2 |
2440 | 2024-07-31T06:23:56.508Z | Checking secrecy v0.8.0 |
2441 | 2024-07-31T06:23:56.527Z | Compiling curve25519-dalek-derive v0.1.1 |
2442 | 2024-07-31T06:23:56.680Z | Compiling memmap2 v0.9.4 |
2443 | 2024-07-31T06:23:56.701Z | Checking opaque-debug v0.3.1 |
2444 | 2024-07-31T06:23:56.785Z | Compiling constant_time_eq v0.3.0 |
2445 | 2024-07-31T06:23:56.963Z | Compiling arrayref v0.3.7 |
2446 | 2024-07-31T06:23:57.065Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2447 | 2024-07-31T06:23:57.133Z | Compiling untrusted v0.7.1 |
2448 | 2024-07-31T06:23:57.170Z | Compiling arrayvec v0.7.4 |
2449 | 2024-07-31T06:23:57.319Z | Compiling home v0.5.9 |
2450 | 2024-07-31T06:23:57.591Z | Compiling spin v0.5.2 |
2451 | 2024-07-31T06:23:57.606Z | Compiling toolchain_find v0.4.0 |
2452 | 2024-07-31T06:23:57.810Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2453 | 2024-07-31T06:23:58.162Z | Checking poly1305 v0.8.0 |
2454 | 2024-07-31T06:23:58.233Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2455 | 2024-07-31T06:23:58.458Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2456 | 2024-07-31T06:23:58.473Z | Checking steno v0.4.1 |
2457 | 2024-07-31T06:23:58.651Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-07-31T06:23:59.167Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2459 | 2024-07-31T06:23:59.199Z | Checking chacha20 v0.9.1 |
2460 | 2024-07-31T06:23:59.551Z | Checking aead v0.5.2 |
2461 | 2024-07-31T06:23:59.780Z | Checking gethostname v0.4.3 |
2462 | 2024-07-31T06:23:59.919Z | Checking thiserror-no-std v2.0.2 |
2463 | 2024-07-31T06:23:59.934Z | Compiling cancel-safe-futures v0.1.5 |
2464 | 2024-07-31T06:23:59.963Z | Compiling topological-sort v0.2.2 |
2465 | 2024-07-31T06:24:00.022Z | Checking vsss-rs v3.3.4 |
2466 | 2024-07-31T06:24:00.164Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2467 | 2024-07-31T06:24:00.278Z | Checking chacha20poly1305 v0.10.1 |
2468 | 2024-07-31T06:24:00.463Z | Compiling mime_guess v2.0.4 |
2469 | 2024-07-31T06:24:01.021Z | Compiling rustfmt-wrapper v0.2.1 |
2470 | 2024-07-31T06:24:01.483Z | Compiling omicron-zone-package v0.11.0 |
2471 | 2024-07-31T06:24:01.620Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2472 | 2024-07-31T06:24:01.809Z | Checking glob v0.3.1 |
2473 | 2024-07-31T06:24:02.508Z | Checking libsw v3.3.1 |
2474 | 2024-07-31T06:24:02.609Z | Checking swrite v0.1.0 |
2475 | 2024-07-31T06:24:02.634Z | Checking owo-colors v4.0.0 |
2476 | 2024-07-31T06:24:02.725Z | Checking linear-map v1.2.0 |
2477 | 2024-07-31T06:24:02.781Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2478 | 2024-07-31T06:24:03.038Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2479 | 2024-07-31T06:24:03.346Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2480 | 2024-07-31T06:24:03.391Z | Checking kstat-rs v0.2.4 |
2481 | 2024-07-31T06:24:03.587Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2482 | 2024-07-31T06:24:03.601Z | Checking nanorand v0.7.0 |
2483 | 2024-07-31T06:24:03.670Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2484 | 2024-07-31T06:24:03.698Z | Checking http-range v0.1.5 |
2485 | 2024-07-31T06:24:03.890Z | Checking hyper-staticfile v0.9.5 |
2486 | 2024-07-31T06:24:03.973Z | Checking flume v0.11.0 |
2487 | 2024-07-31T06:24:04.142Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2488 | 2024-07-31T06:24:04.297Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2489 | 2024-07-31T06:24:04.445Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2490 | 2024-07-31T06:24:04.459Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2491 | 2024-07-31T06:24:04.837Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2492 | 2024-07-31T06:24:05.572Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2493 | 2024-07-31T06:24:05.850Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2494 | 2024-07-31T06:24:05.981Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2495 | 2024-07-31T06:24:07.568Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2496 | 2024-07-31T06:24:07.726Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2497 | 2024-07-31T06:24:08.258Z | Checking display-error-chain v0.2.0 |
2498 | 2024-07-31T06:24:08.385Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2499 | 2024-07-31T06:24:14.978Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2500 | 2024-07-31T06:24:20.161Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2501 | 2024-07-31T06:24:20.161Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2502 | 2024-07-31T06:24:20.820Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2024-07-31T06:24:34.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.46s |
2504 | 2024-07-31T06:24:34.363Z | |
2505 | 2024-07-31T06:24:34.363Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2506 | 2024-07-31T06:24:34.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-07-31T06:24:34.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-07-31T06:24:35.070Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-07-31T06:24:48.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
2510 | 2024-07-31T06:24:48.919Z | |
2511 | 2024-07-31T06:24:48.919Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2512 | 2024-07-31T06:24:49.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-07-31T06:24:49.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-07-31T06:24:49.637Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-07-31T06:25:03.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
2516 | 2024-07-31T06:25:03.561Z | |
2517 | 2024-07-31T06:25:03.561Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2518 | 2024-07-31T06:25:04.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-07-31T06:25:04.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-07-31T06:25:04.271Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-07-31T06:25:18.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s |
2522 | 2024-07-31T06:25:18.211Z | |
2523 | 2024-07-31T06:25:18.211Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2524 | 2024-07-31T06:25:18.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-07-31T06:25:18.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-07-31T06:25:18.923Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2024-07-31T06:25:32.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
2528 | 2024-07-31T06:25:32.703Z | |
2529 | 2024-07-31T06:25:32.703Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2530 | 2024-07-31T06:25:33.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-07-31T06:25:33.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-07-31T06:25:33.432Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-07-31T06:25:47.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
2534 | 2024-07-31T06:25:47.360Z | |
2535 | 2024-07-31T06:25:47.360Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2536 | 2024-07-31T06:25:47.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-07-31T06:25:47.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-07-31T06:25:48.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-07-31T06:26:01.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
2540 | 2024-07-31T06:26:01.782Z | |
2541 | 2024-07-31T06:26:01.782Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2542 | 2024-07-31T06:26:02.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-07-31T06:26:02.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-07-31T06:26:02.530Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2545 | 2024-07-31T06:26:16.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
2546 | 2024-07-31T06:26:16.252Z | |
2547 | 2024-07-31T06:26:16.252Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2548 | 2024-07-31T06:26:16.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-07-31T06:26:16.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-07-31T06:26:16.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-07-31T06:26:16.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2024-07-31T06:26:16.892Z | |
2553 | 2024-07-31T06:26:16.892Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2554 | 2024-07-31T06:26:17.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-07-31T06:26:17.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-07-31T06:26:17.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-07-31T06:26:17.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2558 | 2024-07-31T06:26:17.533Z | |
2559 | 2024-07-31T06:26:17.533Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2560 | 2024-07-31T06:26:18.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-07-31T06:26:18.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-07-31T06:26:18.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-07-31T06:26:18.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2564 | 2024-07-31T06:26:18.159Z | |
2565 | 2024-07-31T06:26:18.159Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2566 | 2024-07-31T06:26:18.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-07-31T06:26:18.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-07-31T06:26:18.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-07-31T06:26:18.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2570 | 2024-07-31T06:26:18.783Z | |
2571 | 2024-07-31T06:26:18.783Z | info: running `cargo check --bins` on key-manager (93/142) |
2572 | 2024-07-31T06:26:19.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-07-31T06:26:19.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-07-31T06:26:19.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-07-31T06:26:19.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2576 | 2024-07-31T06:26:19.395Z | |
2577 | 2024-07-31T06:26:19.395Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2578 | 2024-07-31T06:26:19.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-07-31T06:26:19.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-07-31T06:26:19.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-07-31T06:26:19.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2582 | 2024-07-31T06:26:20.015Z | |
2583 | 2024-07-31T06:26:20.015Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2584 | 2024-07-31T06:26:20.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-07-31T06:26:20.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-07-31T06:26:20.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-07-31T06:26:20.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2588 | 2024-07-31T06:26:20.595Z | |
2589 | 2024-07-31T06:26:20.595Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2590 | 2024-07-31T06:26:21.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-07-31T06:26:21.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-07-31T06:26:21.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-07-31T06:26:21.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2594 | 2024-07-31T06:26:21.207Z | |
2595 | 2024-07-31T06:26:21.207Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2596 | 2024-07-31T06:26:21.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-07-31T06:26:21.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-07-31T06:26:21.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-07-31T06:26:21.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2600 | 2024-07-31T06:26:21.821Z | |
2601 | 2024-07-31T06:26:21.821Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2602 | 2024-07-31T06:26:22.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-07-31T06:26:22.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-07-31T06:26:22.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-07-31T06:26:22.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2606 | 2024-07-31T06:26:22.434Z | |
2607 | 2024-07-31T06:26:22.434Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2608 | 2024-07-31T06:26:22.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-07-31T06:26:22.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-07-31T06:26:22.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-07-31T06:26:22.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2612 | 2024-07-31T06:26:23.043Z | |
2613 | 2024-07-31T06:26:23.043Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2614 | 2024-07-31T06:26:23.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-07-31T06:26:23.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-07-31T06:26:23.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-07-31T06:26:23.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2618 | 2024-07-31T06:26:23.655Z | |
2619 | 2024-07-31T06:26:23.655Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2620 | 2024-07-31T06:26:24.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-07-31T06:26:24.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-07-31T06:26:24.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-07-31T06:26:24.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2624 | 2024-07-31T06:26:24.266Z | |
2625 | 2024-07-31T06:26:24.266Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2626 | 2024-07-31T06:26:24.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-07-31T06:26:24.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-07-31T06:26:24.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-07-31T06:26:24.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2630 | 2024-07-31T06:26:24.901Z | |
2631 | 2024-07-31T06:26:24.901Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2632 | 2024-07-31T06:26:25.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-07-31T06:26:25.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-07-31T06:26:25.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-07-31T06:26:25.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2636 | 2024-07-31T06:26:25.526Z | |
2637 | 2024-07-31T06:26:25.526Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2638 | 2024-07-31T06:26:26.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-07-31T06:26:26.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-07-31T06:26:26.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-07-31T06:26:26.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2642 | 2024-07-31T06:26:26.153Z | |
2643 | 2024-07-31T06:26:26.153Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2644 | 2024-07-31T06:26:26.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-07-31T06:26:26.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-07-31T06:26:26.813Z | Checking bcs v0.1.6 |
2647 | 2024-07-31T06:26:26.813Z | Compiling async-recursion v1.1.1 |
2648 | 2024-07-31T06:26:26.816Z | Checking highway v1.1.0 |
2649 | 2024-07-31T06:26:26.816Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2650 | 2024-07-31T06:26:26.816Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2651 | 2024-07-31T06:26:27.883Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2652 | 2024-07-31T06:26:31.023Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2653 | 2024-07-31T06:26:32.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s |
2654 | 2024-07-31T06:26:32.777Z | |
2655 | 2024-07-31T06:26:32.777Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2656 | 2024-07-31T06:26:33.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-07-31T06:26:33.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-07-31T06:26:33.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-07-31T06:26:33.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2660 | 2024-07-31T06:26:33.401Z | |
2661 | 2024-07-31T06:26:33.401Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2662 | 2024-07-31T06:26:33.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-07-31T06:26:33.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-07-31T06:26:34.030Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-07-31T06:26:34.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
2666 | 2024-07-31T06:26:34.715Z | |
2667 | 2024-07-31T06:26:34.715Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2668 | 2024-07-31T06:26:35.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-07-31T06:26:35.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-07-31T06:26:35.370Z | Compiling cfg_aliases v0.1.1 |
2671 | 2024-07-31T06:26:35.373Z | Compiling vte_generate_state_changes v0.1.1 |
2672 | 2024-07-31T06:26:35.373Z | Checking fd-lock v4.0.2 |
2673 | 2024-07-31T06:26:35.459Z | Checking bytecount v0.6.8 |
2674 | 2024-07-31T06:26:35.465Z | Compiling tabled_derive v0.7.0 |
2675 | 2024-07-31T06:26:35.468Z | Compiling peg-macros v0.8.4 |
2676 | 2024-07-31T06:26:35.468Z | Compiling sqlparser_derive v0.2.2 |
2677 | 2024-07-31T06:26:35.475Z | Checking home v0.5.9 |
2678 | 2024-07-31T06:26:35.517Z | Compiling nix v0.28.0 |
2679 | 2024-07-31T06:26:35.586Z | Checking papergrid v0.11.0 |
2680 | 2024-07-31T06:26:35.606Z | Checking nu-ansi-term v0.50.0 |
2681 | 2024-07-31T06:26:35.618Z | Checking unicode_categories v0.1.1 |
2682 | 2024-07-31T06:26:35.882Z | Checking sqlformat v0.2.4 |
2683 | 2024-07-31T06:26:36.058Z | Checking vte v0.11.1 |
2684 | 2024-07-31T06:26:36.539Z | Checking sqlparser v0.45.0 |
2685 | 2024-07-31T06:26:37.403Z | Checking strip-ansi-escapes v0.2.0 |
2686 | 2024-07-31T06:26:37.528Z | Checking tabled v0.15.0 |
2687 | 2024-07-31T06:26:37.551Z | Checking reedline v0.31.0 |
2688 | 2024-07-31T06:26:38.242Z | Checking peg v0.8.4 |
2689 | 2024-07-31T06:26:38.646Z | Checking rustyline v14.0.0 |
2690 | 2024-07-31T06:26:42.844Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-07-31T06:26:48.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
2692 | 2024-07-31T06:26:48.504Z | |
2693 | 2024-07-31T06:26:48.504Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2694 | 2024-07-31T06:26:49.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-07-31T06:26:49.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-07-31T06:26:49.148Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-07-31T06:26:54.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s |
2698 | 2024-07-31T06:26:55.058Z | |
2699 | 2024-07-31T06:26:55.058Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2700 | 2024-07-31T06:26:55.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-07-31T06:26:55.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-07-31T06:26:55.690Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-07-31T06:27:01.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s |
2704 | 2024-07-31T06:27:01.228Z | |
2705 | 2024-07-31T06:27:01.228Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2706 | 2024-07-31T06:27:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-07-31T06:27:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-07-31T06:27:01.894Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2709 | 2024-07-31T06:27:06.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
2710 | 2024-07-31T06:27:06.248Z | |
2711 | 2024-07-31T06:27:06.248Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2712 | 2024-07-31T06:27:06.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-07-31T06:27:06.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-07-31T06:27:06.905Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2715 | 2024-07-31T06:27:07.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2716 | 2024-07-31T06:27:07.350Z | |
2717 | 2024-07-31T06:27:07.350Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2718 | 2024-07-31T06:27:07.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-07-31T06:27:07.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-07-31T06:27:07.953Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2721 | 2024-07-31T06:27:08.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2722 | 2024-07-31T06:27:08.850Z | |
2723 | 2024-07-31T06:27:08.850Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2724 | 2024-07-31T06:27:09.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-07-31T06:27:09.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-07-31T06:27:09.655Z | Compiling crunchy v0.2.2 |
2727 | 2024-07-31T06:27:09.655Z | Compiling glob v0.3.1 |
2728 | 2024-07-31T06:27:09.658Z | Compiling tiny-keccak v2.0.2 |
2729 | 2024-07-31T06:27:09.760Z | Compiling ascii-canvas v3.0.0 |
2730 | 2024-07-31T06:27:09.763Z | Compiling ena v0.14.3 |
2731 | 2024-07-31T06:27:09.763Z | Compiling libloading v0.8.3 |
2732 | 2024-07-31T06:27:09.785Z | Compiling bindgen v0.69.4 |
2733 | 2024-07-31T06:27:09.788Z | Compiling regex-syntax v0.6.29 |
2734 | 2024-07-31T06:27:10.018Z | Compiling diff v0.1.13 |
2735 | 2024-07-31T06:27:10.186Z | Compiling which v4.4.2 |
2736 | 2024-07-31T06:27:10.200Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2737 | 2024-07-31T06:27:10.288Z | Compiling cexpr v0.6.0 |
2738 | 2024-07-31T06:27:10.415Z | Compiling rustc-hash v1.1.0 |
2739 | 2024-07-31T06:27:10.495Z | Compiling lazycell v1.3.0 |
2740 | 2024-07-31T06:27:10.569Z | Compiling shlex v1.3.0 |
2741 | 2024-07-31T06:27:10.657Z | Compiling ref-cast v1.0.23 |
2742 | 2024-07-31T06:27:10.695Z | Compiling clang-sys v1.7.0 |
2743 | 2024-07-31T06:27:10.720Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2744 | 2024-07-31T06:27:10.789Z | Compiling derive_builder_core v0.20.0 |
2745 | 2024-07-31T06:27:10.949Z | Compiling libxml v0.3.3 |
2746 | 2024-07-31T06:27:10.976Z | Compiling ref-cast-impl v1.0.23 |
2747 | 2024-07-31T06:27:10.992Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2748 | 2024-07-31T06:27:11.257Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2749 | 2024-07-31T06:27:11.316Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2024-07-31T06:27:11.508Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2751 | 2024-07-31T06:27:11.579Z | Compiling strum_macros v0.24.3 |
2752 | 2024-07-31T06:27:11.899Z | Compiling cookie v0.18.1 |
2753 | 2024-07-31T06:27:12.157Z | Compiling indoc v1.0.9 |
2754 | 2024-07-31T06:27:12.290Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2755 | 2024-07-31T06:27:12.537Z | Compiling oso-derive v0.27.3 |
2756 | 2024-07-31T06:27:13.215Z | Compiling lalrpop v0.19.12 |
2757 | 2024-07-31T06:27:13.318Z | Compiling derive_builder_macro v0.20.0 |
2758 | 2024-07-31T06:27:13.611Z | Compiling impl-trait-for-tuples v0.2.2 |
2759 | 2024-07-31T06:27:14.188Z | Checking quick-xml v0.31.0 |
2760 | 2024-07-31T06:27:14.254Z | Checking derive_builder v0.20.0 |
2761 | 2024-07-31T06:27:14.403Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2762 | 2024-07-31T06:27:14.683Z | Checking maplit v1.0.2 |
2763 | 2024-07-31T06:27:15.752Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2764 | 2024-07-31T06:27:16.191Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2765 | 2024-07-31T06:27:16.293Z | Checking bb8 v0.8.5 |
2766 | 2024-07-31T06:27:16.448Z | Compiling const_format_proc_macros v0.2.32 |
2767 | 2024-07-31T06:27:16.778Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2768 | 2024-07-31T06:27:17.487Z | Checking crossbeam-deque v0.8.5 |
2769 | 2024-07-31T06:27:17.743Z | Compiling portable-atomic v1.6.0 |
2770 | 2024-07-31T06:27:17.790Z | Checking rayon-core v1.12.1 |
2771 | 2024-07-31T06:27:18.491Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2772 | 2024-07-31T06:27:18.758Z | Checking castaway v0.2.2 |
2773 | 2024-07-31T06:27:18.789Z | Checking const_format v0.2.32 |
2774 | 2024-07-31T06:27:18.943Z | Checking compact_str v0.7.1 |
2775 | 2024-07-31T06:27:19.346Z | Checking rayon v1.10.0 |
2776 | 2024-07-31T06:27:19.695Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2777 | 2024-07-31T06:27:19.874Z | Checking unicode-truncate v1.0.0 |
2778 | 2024-07-31T06:27:19.953Z | Checking itertools v0.13.0 |
2779 | 2024-07-31T06:27:20.083Z | Checking lru v0.12.3 |
2780 | 2024-07-31T06:27:20.389Z | Compiling stability v0.2.0 |
2781 | 2024-07-31T06:27:21.445Z | Checking cassowary v0.3.0 |
2782 | 2024-07-31T06:27:21.854Z | Checking number_prefix v0.4.0 |
2783 | 2024-07-31T06:27:22.056Z | Checking smawk v0.3.2 |
2784 | 2024-07-31T06:27:22.245Z | Checking unicode-linebreak v0.1.5 |
2785 | 2024-07-31T06:27:22.586Z | Checking ratatui v0.27.0 |
2786 | 2024-07-31T06:27:22.646Z | Checking textwrap v0.16.1 |
2787 | 2024-07-31T06:27:23.050Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2788 | 2024-07-31T06:27:23.296Z | Checking indicatif v0.17.8 |
2789 | 2024-07-31T06:27:23.767Z | Checking multimap v0.10.0 |
2790 | 2024-07-31T06:27:47.896Z | Compiling samael v0.0.15 |
2791 | 2024-07-31T06:27:58.463Z | Compiling polar-core v0.27.3 |
2792 | 2024-07-31T06:28:05.925Z | Checking oso v0.27.3 |
2793 | 2024-07-31T06:28:33.995Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2794 | 2024-07-31T06:28:38.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
2795 | 2024-07-31T06:28:38.839Z | |
2796 | 2024-07-31T06:28:38.839Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2797 | 2024-07-31T06:28:39.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-07-31T06:28:39.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-07-31T06:28:39.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-07-31T06:28:39.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2801 | 2024-07-31T06:28:39.503Z | |
2802 | 2024-07-31T06:28:39.503Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2803 | 2024-07-31T06:28:40.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-07-31T06:28:40.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-07-31T06:28:40.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-07-31T06:28:40.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2807 | 2024-07-31T06:28:40.148Z | |
2808 | 2024-07-31T06:28:40.148Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2809 | 2024-07-31T06:28:40.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-07-31T06:28:40.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-07-31T06:28:40.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-07-31T06:28:40.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2813 | 2024-07-31T06:28:40.731Z | |
2814 | 2024-07-31T06:28:40.731Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2815 | 2024-07-31T06:28:41.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-07-31T06:28:41.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-07-31T06:28:41.503Z | Compiling pin-project-internal v1.1.5 |
2818 | 2024-07-31T06:28:41.506Z | Compiling snafu-derive v0.8.2 |
2819 | 2024-07-31T06:28:41.599Z | Compiling buf-list v1.0.3 |
2820 | 2024-07-31T06:28:41.608Z | Checking globset v0.4.14 |
2821 | 2024-07-31T06:28:41.611Z | Checking olpc-cjson v0.1.3 |
2822 | 2024-07-31T06:28:41.611Z | Checking rand_seeder v0.2.3 |
2823 | 2024-07-31T06:28:41.611Z | Checking serde_plain v1.0.2 |
2824 | 2024-07-31T06:28:41.629Z | Checking typed-path v0.7.1 |
2825 | 2024-07-31T06:28:41.801Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2826 | 2024-07-31T06:28:41.863Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2827 | 2024-07-31T06:28:41.863Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2828 | 2024-07-31T06:28:42.063Z | Checking parse-size v1.0.0 |
2829 | 2024-07-31T06:28:42.095Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2830 | 2024-07-31T06:28:42.113Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2831 | 2024-07-31T06:28:42.167Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2832 | 2024-07-31T06:28:42.216Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2833 | 2024-07-31T06:28:42.516Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2834 | 2024-07-31T06:28:42.940Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2835 | 2024-07-31T06:28:42.979Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2836 | 2024-07-31T06:28:43.071Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2837 | 2024-07-31T06:28:43.293Z | Checking fatfs v0.3.6 |
2838 | 2024-07-31T06:28:43.486Z | Checking assert_matches v1.5.0 |
2839 | 2024-07-31T06:28:44.560Z | Checking pin-project v1.1.5 |
2840 | 2024-07-31T06:28:45.613Z | Checking snafu v0.8.2 |
2841 | 2024-07-31T06:28:45.910Z | Checking tough v0.17.1 |
2842 | 2024-07-31T06:28:48.772Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2843 | 2024-07-31T06:28:49.912Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2844 | 2024-07-31T06:29:27.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.64s |
2845 | 2024-07-31T06:29:27.525Z | |
2846 | 2024-07-31T06:29:27.525Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2847 | 2024-07-31T06:29:28.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-07-31T06:29:28.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-07-31T06:29:28.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-07-31T06:29:28.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2851 | 2024-07-31T06:29:28.159Z | |
2852 | 2024-07-31T06:29:28.159Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2853 | 2024-07-31T06:29:28.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-07-31T06:29:28.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-07-31T06:29:28.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-07-31T06:29:28.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2857 | 2024-07-31T06:29:28.811Z | |
2858 | 2024-07-31T06:29:28.811Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2859 | 2024-07-31T06:29:29.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-07-31T06:29:29.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-07-31T06:29:29.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-07-31T06:29:29.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2863 | 2024-07-31T06:29:29.471Z | |
2864 | 2024-07-31T06:29:29.471Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2865 | 2024-07-31T06:29:30.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-07-31T06:29:30.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-07-31T06:29:30.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-07-31T06:29:30.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2869 | 2024-07-31T06:29:30.122Z | |
2870 | 2024-07-31T06:29:30.122Z | info: running `cargo check --bins` on update-common (123/142) |
2871 | 2024-07-31T06:29:30.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-07-31T06:29:30.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-07-31T06:29:30.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-07-31T06:29:30.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2875 | 2024-07-31T06:29:30.760Z | |
2876 | 2024-07-31T06:29:30.760Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2877 | 2024-07-31T06:29:31.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-07-31T06:29:31.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-07-31T06:29:31.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-07-31T06:29:31.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2881 | 2024-07-31T06:29:31.404Z | |
2882 | 2024-07-31T06:29:31.404Z | info: running `cargo check --bins` on tufaceous (125/142) |
2883 | 2024-07-31T06:29:31.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-07-31T06:29:31.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-07-31T06:29:32.048Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2886 | 2024-07-31T06:29:32.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2887 | 2024-07-31T06:29:33.043Z | |
2888 | 2024-07-31T06:29:33.043Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2889 | 2024-07-31T06:29:33.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-07-31T06:29:33.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-07-31T06:29:33.863Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2892 | 2024-07-31T06:29:33.866Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2893 | 2024-07-31T06:29:33.866Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2894 | 2024-07-31T06:29:35.183Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2895 | 2024-07-31T06:29:37.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2896 | 2024-07-31T06:29:37.917Z | |
2897 | 2024-07-31T06:29:37.917Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2898 | 2024-07-31T06:29:38.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-07-31T06:29:38.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-07-31T06:29:38.599Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2901 | 2024-07-31T06:29:38.599Z | Checking is_ci v1.2.0 |
2902 | 2024-07-31T06:29:38.602Z | Checking heck v0.4.1 |
2903 | 2024-07-31T06:29:38.602Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2904 | 2024-07-31T06:29:38.602Z | Checking indent_write v2.2.0 |
2905 | 2024-07-31T06:29:38.818Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2906 | 2024-07-31T06:29:40.192Z | Checking supports-color v3.0.0 |
2907 | 2024-07-31T06:29:40.235Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2908 | 2024-07-31T06:29:41.064Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2909 | 2024-07-31T06:29:41.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
2910 | 2024-07-31T06:29:42.125Z | |
2911 | 2024-07-31T06:29:42.125Z | info: running `cargo check --bins` on installinator-api (128/142) |
2912 | 2024-07-31T06:29:42.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-07-31T06:29:42.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-07-31T06:29:42.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-07-31T06:29:42.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2916 | 2024-07-31T06:29:42.747Z | |
2917 | 2024-07-31T06:29:42.747Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2918 | 2024-07-31T06:29:43.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-07-31T06:29:43.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-07-31T06:29:43.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-07-31T06:29:43.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2922 | 2024-07-31T06:29:43.382Z | |
2923 | 2024-07-31T06:29:43.382Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2924 | 2024-07-31T06:29:43.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-07-31T06:29:43.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-07-31T06:29:44.087Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2927 | 2024-07-31T06:29:45.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2928 | 2024-07-31T06:29:45.390Z | |
2929 | 2024-07-31T06:29:45.390Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2930 | 2024-07-31T06:29:45.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-07-31T06:29:45.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-07-31T06:29:46.055Z | Checking memmap2 v0.9.4 |
2933 | 2024-07-31T06:29:46.055Z | Checking arrayref v0.3.7 |
2934 | 2024-07-31T06:29:46.055Z | Checking constant_time_eq v0.3.0 |
2935 | 2024-07-31T06:29:46.058Z | Checking spin v0.5.2 |
2936 | 2024-07-31T06:29:46.058Z | Checking untrusted v0.7.1 |
2937 | 2024-07-31T06:29:46.058Z | Checking arrayvec v0.7.4 |
2938 | 2024-07-31T06:29:46.164Z | Checking cargo-platform v0.1.8 |
2939 | 2024-07-31T06:29:46.174Z | Checking topological-sort v0.2.2 |
2940 | 2024-07-31T06:29:46.211Z | Checking shell-words v1.1.0 |
2941 | 2024-07-31T06:29:46.312Z | Checking ring v0.16.20 |
2942 | 2024-07-31T06:29:46.413Z | Checking cargo_metadata v0.18.1 |
2943 | 2024-07-31T06:29:46.469Z | Checking blake3 v1.5.1 |
2944 | 2024-07-31T06:29:47.481Z | Checking omicron-zone-package v0.11.0 |
2945 | 2024-07-31T06:29:48.558Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2946 | 2024-07-31T06:29:49.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
2947 | 2024-07-31T06:29:49.536Z | |
2948 | 2024-07-31T06:29:49.536Z | info: running `cargo check --bins` on xtask (132/142) |
2949 | 2024-07-31T06:29:49.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-07-31T06:29:49.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-07-31T06:29:49.997Z | Checking serde v1.0.204 |
2952 | 2024-07-31T06:29:50.000Z | Checking thiserror v1.0.63 |
2953 | 2024-07-31T06:29:50.000Z | Checking scroll v0.12.0 |
2954 | 2024-07-31T06:29:50.000Z | Checking log v0.4.21 |
2955 | 2024-07-31T06:29:50.000Z | Checking bitflags v2.6.0 |
2956 | 2024-07-31T06:29:50.069Z | Checking hashbrown v0.14.5 |
2957 | 2024-07-31T06:29:50.078Z | Checking zerocopy v0.7.34 |
2958 | 2024-07-31T06:29:50.114Z | Checking syn v2.0.72 |
2959 | 2024-07-31T06:29:50.163Z | Checking pest v2.7.10 |
2960 | 2024-07-31T06:29:50.310Z | Checking fs-err v2.11.0 |
2961 | 2024-07-31T06:29:50.342Z | Checking rustix v0.38.34 |
2962 | 2024-07-31T06:29:50.525Z | Checking goblin v0.8.2 |
2963 | 2024-07-31T06:29:50.576Z | Checking anyhow v1.0.86 |
2964 | 2024-07-31T06:29:50.929Z | Checking tabled v0.15.0 |
2965 | 2024-07-31T06:29:51.150Z | Checking indexmap v2.2.6 |
2966 | 2024-07-31T06:29:51.359Z | Checking terminal_size v0.3.0 |
2967 | 2024-07-31T06:29:51.517Z | Checking clap_builder v4.5.9 |
2968 | 2024-07-31T06:29:52.440Z | Checking dtrace-parser v0.2.0 |
2969 | 2024-07-31T06:29:53.960Z | Checking clap v4.5.9 |
2970 | 2024-07-31T06:29:54.329Z | Checking serde_json v1.0.120 |
2971 | 2024-07-31T06:29:54.329Z | Checking serde_spanned v0.6.6 |
2972 | 2024-07-31T06:29:54.332Z | Checking toml_datetime v0.6.6 |
2973 | 2024-07-31T06:29:54.332Z | Checking cargo-platform v0.1.8 |
2974 | 2024-07-31T06:29:54.332Z | Checking semver v1.0.23 |
2975 | 2024-07-31T06:29:54.332Z | Checking camino v1.1.7 |
2976 | 2024-07-31T06:29:54.332Z | Checking macaddr v1.0.1 |
2977 | 2024-07-31T06:29:54.578Z | Checking toml_edit v0.22.16 |
2978 | 2024-07-31T06:29:55.411Z | Checking dof v0.3.0 |
2979 | 2024-07-31T06:29:55.411Z | Checking cargo_metadata v0.18.1 |
2980 | 2024-07-31T06:29:55.804Z | Checking usdt-impl v0.5.0 |
2981 | 2024-07-31T06:29:56.164Z | Checking usdt v0.5.0 |
2982 | 2024-07-31T06:29:56.208Z | Checking toml v0.8.15 |
2983 | 2024-07-31T06:29:56.662Z | Checking cargo_toml v0.20.4 |
2984 | 2024-07-31T06:29:57.864Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2985 | 2024-07-31T06:29:58.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s |
2986 | 2024-07-31T06:29:58.499Z | |
2987 | 2024-07-31T06:29:58.499Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2988 | 2024-07-31T06:29:58.957Z | Downloading crates ... |
2989 | 2024-07-31T06:29:59.186Z | Downloaded option-ext v0.2.0 |
2990 | 2024-07-31T06:29:59.190Z | Downloaded russh-cryptovec v0.7.2 |
2991 | 2024-07-31T06:29:59.193Z | Downloaded md5 v0.7.0 |
2992 | 2024-07-31T06:29:59.196Z | Downloaded dhcproto-macros v0.1.0 |
2993 | 2024-07-31T06:29:59.196Z | Downloaded aes v0.8.4 |
2994 | 2024-07-31T06:29:59.198Z | Downloaded bcrypt-pbkdf v0.10.0 |
2995 | 2024-07-31T06:29:59.201Z | Downloaded rfc6979 v0.4.0 |
2996 | 2024-07-31T06:29:59.201Z | Downloaded pbkdf2 v0.12.2 |
2997 | 2024-07-31T06:29:59.204Z | Downloaded ghash v0.5.1 |
2998 | 2024-07-31T06:29:59.204Z | Downloaded dirs v5.0.1 |
2999 | 2024-07-31T06:29:59.204Z | Downloaded cbc v0.1.2 |
3000 | 2024-07-31T06:29:59.207Z | Downloaded primeorder v0.13.6 |
3001 | 2024-07-31T06:29:59.207Z | Downloaded rand_chacha v0.2.2 |
3002 | 2024-07-31T06:29:59.209Z | Downloaded internet-checksum v0.2.1 |
3003 | 2024-07-31T06:29:59.209Z | Downloaded polyval v0.6.2 |
3004 | 2024-07-31T06:29:59.212Z | Downloaded pbkdf2 v0.11.0 |
3005 | 2024-07-31T06:29:59.215Z | Downloaded hex-literal v0.4.1 |
3006 | 2024-07-31T06:29:59.215Z | Downloaded rand_core v0.5.1 |
3007 | 2024-07-31T06:29:59.215Z | Downloaded ed25519 v2.2.3 |
3008 | 2024-07-31T06:29:59.217Z | Downloaded password-hash v0.4.2 |
3009 | 2024-07-31T06:29:59.220Z | Downloaded blowfish v0.9.1 |
3010 | 2024-07-31T06:29:59.220Z | Downloaded ecdsa v0.16.9 |
3011 | 2024-07-31T06:29:59.223Z | Downloaded dirs-sys v0.4.1 |
3012 | 2024-07-31T06:29:59.223Z | Downloaded ctr v0.9.2 |
3013 | 2024-07-31T06:29:59.226Z | Downloaded getrandom v0.1.16 |
3014 | 2024-07-31T06:29:59.229Z | Downloaded dhcproto v0.11.0 |
3015 | 2024-07-31T06:29:59.231Z | Downloaded russh-keys v0.43.0 |
3016 | 2024-07-31T06:29:59.235Z | Downloaded p256 v0.13.2 |
3017 | 2024-07-31T06:29:59.238Z | Downloaded ed25519-dalek v2.1.1 |
3018 | 2024-07-31T06:29:59.241Z | Downloaded russh v0.43.0 |
3019 | 2024-07-31T06:29:59.246Z | Downloaded rand v0.7.3 |
3020 | 2024-07-31T06:29:59.250Z | Downloaded p521 v0.13.3 |
3021 | 2024-07-31T06:29:59.254Z | Downloaded aes-gcm v0.10.3 |
3022 | 2024-07-31T06:29:59.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-07-31T06:29:59.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-07-31T06:29:59.399Z | Compiling getrandom v0.1.16 |
3025 | 2024-07-31T06:29:59.489Z | Checking rfc6979 v0.4.0 |
3026 | 2024-07-31T06:29:59.503Z | Checking primeorder v0.13.6 |
3027 | 2024-07-31T06:29:59.506Z | Checking option-ext v0.2.0 |
3028 | 2024-07-31T06:29:59.522Z | Checking ed25519 v2.2.3 |
3029 | 2024-07-31T06:29:59.525Z | Checking polyval v0.6.2 |
3030 | 2024-07-31T06:29:59.525Z | Checking ctr v0.9.2 |
3031 | 2024-07-31T06:29:59.525Z | Checking aes v0.8.4 |
3032 | 2024-07-31T06:29:59.606Z | Checking dirs-sys v0.4.1 |
3033 | 2024-07-31T06:29:59.635Z | Checking ecdsa v0.16.9 |
3034 | 2024-07-31T06:29:59.733Z | Checking blowfish v0.9.1 |
3035 | 2024-07-31T06:29:59.771Z | Checking password-hash v0.4.2 |
3036 | 2024-07-31T06:29:59.804Z | Checking pbkdf2 v0.12.2 |
3037 | 2024-07-31T06:29:59.823Z | Checking ghash v0.5.1 |
3038 | 2024-07-31T06:29:59.947Z | Checking dirs v5.0.1 |
3039 | 2024-07-31T06:29:59.962Z | Checking ed25519-dalek v2.1.1 |
3040 | 2024-07-31T06:29:59.965Z | Checking bcrypt-pbkdf v0.10.0 |
3041 | 2024-07-31T06:29:59.990Z | Checking cbc v0.1.2 |
3042 | 2024-07-31T06:30:00.066Z | Checking russh-cryptovec v0.7.2 |
3043 | 2024-07-31T06:30:00.166Z | Checking pbkdf2 v0.11.0 |
3044 | 2024-07-31T06:30:00.182Z | Checking md5 v0.7.0 |
3045 | 2024-07-31T06:30:00.212Z | Compiling dhcproto-macros v0.1.0 |
3046 | 2024-07-31T06:30:00.254Z | Checking hex-literal v0.4.1 |
3047 | 2024-07-31T06:30:00.269Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3048 | 2024-07-31T06:30:00.357Z | Checking p521 v0.13.3 |
3049 | 2024-07-31T06:30:00.373Z | Checking p256 v0.13.2 |
3050 | 2024-07-31T06:30:00.427Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3051 | 2024-07-31T06:30:00.440Z | Checking internet-checksum v0.2.1 |
3052 | 2024-07-31T06:30:00.454Z | Checking aes-gcm v0.10.3 |
3053 | 2024-07-31T06:30:00.480Z | Checking rand_core v0.5.1 |
3054 | 2024-07-31T06:30:00.773Z | Checking rand_chacha v0.2.2 |
3055 | 2024-07-31T06:30:00.940Z | Checking dhcproto v0.11.0 |
3056 | 2024-07-31T06:30:01.011Z | Checking rand v0.7.3 |
3057 | 2024-07-31T06:30:01.945Z | Checking russh-keys v0.43.0 |
3058 | 2024-07-31T06:30:02.744Z | Checking russh v0.43.0 |
3059 | 2024-07-31T06:30:19.105Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3060 | 2024-07-31T06:30:20.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.89s |
3061 | 2024-07-31T06:30:20.542Z | |
3062 | 2024-07-31T06:30:20.542Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3063 | 2024-07-31T06:30:21.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-07-31T06:30:21.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-07-31T06:30:21.162Z | Checking termios v0.3.3 |
3066 | 2024-07-31T06:30:21.351Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3067 | 2024-07-31T06:30:22.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3068 | 2024-07-31T06:30:22.219Z | |
3069 | 2024-07-31T06:30:22.219Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3070 | 2024-07-31T06:30:22.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-07-31T06:30:22.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-07-31T06:30:22.906Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3073 | 2024-07-31T06:30:24.864Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3074 | 2024-07-31T06:30:26.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
3075 | 2024-07-31T06:30:26.721Z | |
3076 | 2024-07-31T06:30:26.721Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3077 | 2024-07-31T06:30:27.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-07-31T06:30:27.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-07-31T06:30:27.352Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3080 | 2024-07-31T06:30:27.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3081 | 2024-07-31T06:30:27.895Z | |
3082 | 2024-07-31T06:30:27.895Z | info: running `cargo check --bins` on omicron-package (137/142) |
3083 | 2024-07-31T06:30:28.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-07-31T06:30:28.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-07-31T06:30:28.545Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3086 | 2024-07-31T06:30:29.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
3087 | 2024-07-31T06:30:29.857Z | |
3088 | 2024-07-31T06:30:29.857Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3089 | 2024-07-31T06:30:30.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-07-31T06:30:30.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-07-31T06:30:30.530Z | Checking rtoolbox v0.0.2 |
3092 | 2024-07-31T06:30:30.530Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3093 | 2024-07-31T06:30:30.533Z | Checking tui-tree-widget v0.21.0 |
3094 | 2024-07-31T06:30:30.726Z | Checking rpassword v7.3.1 |
3095 | 2024-07-31T06:30:34.577Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3096 | 2024-07-31T06:30:37.343Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3097 | 2024-07-31T06:30:38.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
3098 | 2024-07-31T06:30:38.543Z | |
3099 | 2024-07-31T06:30:38.543Z | info: running `cargo check --bins` on wicket (139/142) |
3100 | 2024-07-31T06:30:39.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-07-31T06:30:39.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-07-31T06:30:39.218Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3103 | 2024-07-31T06:30:39.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3104 | 2024-07-31T06:30:39.700Z | |
3105 | 2024-07-31T06:30:39.700Z | info: running `cargo check --bins` on wicketd (140/142) |
3106 | 2024-07-31T06:30:40.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-07-31T06:30:40.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-07-31T06:30:40.386Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3109 | 2024-07-31T06:30:43.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3110 | 2024-07-31T06:30:43.967Z | |
3111 | 2024-07-31T06:30:43.967Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3112 | 2024-07-31T06:30:44.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-07-31T06:30:44.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-07-31T06:30:44.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2024-07-31T06:30:44.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3116 | 2024-07-31T06:30:44.553Z | |
3117 | 2024-07-31T06:30:44.553Z | info: running `cargo check --bins` on zone-setup (142/142) |
3118 | 2024-07-31T06:30:45.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-07-31T06:30:45.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-07-31T06:30:45.275Z | Checking uzers v0.11.3 |
3121 | 2024-07-31T06:30:45.556Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3122 | 2024-07-31T06:30:46.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3123 | 2024-07-31T06:30:46.742Z | |
3124 | 2024-07-31T06:30:46.742Z | real 10:18.098282389 |
3125 | 2024-07-31T06:30:46.742Z | user 22:12.482759979 |
3126 | 2024-07-31T06:30:46.742Z | sys 4:43.758411247 |
3127 | 2024-07-31T06:30:46.742Z | trap 0.505430714 |
3128 | 2024-07-31T06:30:46.742Z | tflt 1.733298143 |
3129 | 2024-07-31T06:30:46.742Z | dflt 1.998511129 |
3130 | 2024-07-31T06:30:46.742Z | kflt 0.001135555 |
3131 | 2024-07-31T06:30:46.745Z | lock 40:22.265112670 |
3132 | 2024-07-31T06:30:46.745Z | slp 1:27:49.276650400 |
3133 | 2024-07-31T06:30:46.745Z | lat 50.018439776 |
3134 | 2024-07-31T06:30:46.745Z | stop 2:17.729197779 |
3135 | 2024-07-31T06:30:46.745Z | process exited: duration 851961 ms, exit code 0 |
|
3136 | 2024-07-31T06:30:46.751Z | found 0 output files |