|
|
|
1 | 2024-11-06T23:13:56.272Z | job assigned to worker 01JC1W1RNXQ5FN821QM6EMACEH (queued for 45 s) |
|
2 | 2024-11-06T23:14:03.942Z | starting task 0: "setup" |
3 | 2024-11-06T23:14:03.950Z | ++ uname -s |
4 | 2024-11-06T23:14:03.954Z | + kern=SunOS |
5 | 2024-11-06T23:14:03.954Z | + case "$kern" in |
6 | 2024-11-06T23:14:03.954Z | + groupadd -g 12345 build |
7 | 2024-11-06T23:14:03.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-06T23:14:05.966Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-06T23:14:06.044Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-06T23:14:06.047Z | + home_fs=zfs |
11 | 2024-11-06T23:14:06.047Z | + [[ zfs == autofs ]] |
12 | 2024-11-06T23:14:06.047Z | + mkdir -p /home/build |
13 | 2024-11-06T23:14:06.049Z | + chown build:build /home/build /work |
14 | 2024-11-06T23:14:08.050Z | + chmod 0700 /home/build /work |
15 | 2024-11-06T23:14:08.053Z | process exited: duration 4112 ms, exit code 0 |
|
16 | 2024-11-06T23:14:08.059Z | starting task 1: "rust-toolchain" |
17 | 2024-11-06T23:14:08.064Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-06T23:14:08.064Z | * toolchain channel = "1.82.0" |
19 | 2024-11-06T23:14:08.064Z | * toolchain profile = "default" |
20 | 2024-11-06T23:14:08.064Z | ' 1.82.0 |
21 | 2024-11-06T23:14:08.064Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-06T23:14:08.064Z | ' default |
23 | 2024-11-06T23:14:08.067Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-06T23:14:08.067Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-06T23:14:08.185Z | info: downloading installer |
26 | 2024-11-06T23:14:09.352Z | info: profile set to 'default' |
27 | 2024-11-06T23:14:09.352Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-06T23:14:09.354Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-06T23:14:09.484Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-06T23:14:09.484Z | info: downloading component 'cargo' |
31 | 2024-11-06T23:14:10.090Z | info: downloading component 'clippy' |
32 | 2024-11-06T23:14:10.323Z | info: downloading component 'rust-docs' |
33 | 2024-11-06T23:14:11.198Z | info: downloading component 'rust-std' |
34 | 2024-11-06T23:14:12.541Z | info: downloading component 'rustc' |
35 | 2024-11-06T23:14:17.347Z | info: downloading component 'rustfmt' |
36 | 2024-11-06T23:14:17.522Z | info: installing component 'cargo' |
37 | 2024-11-06T23:14:18.353Z | info: installing component 'clippy' |
38 | 2024-11-06T23:14:18.754Z | info: installing component 'rust-docs' |
39 | 2024-11-06T23:14:20.434Z | info: installing component 'rust-std' |
40 | 2024-11-06T23:14:22.360Z | info: installing component 'rustc' |
41 | 2024-11-06T23:14:28.385Z | info: installing component 'rustfmt' |
42 | 2024-11-06T23:14:28.723Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-06T23:14:28.723Z | |
44 | 2024-11-06T23:14:29.106Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-06T23:14:29.106Z | |
46 | 2024-11-06T23:14:29.111Z | |
47 | 2024-11-06T23:14:29.111Z | Rust is installed now. Great! |
48 | 2024-11-06T23:14:29.111Z | |
49 | 2024-11-06T23:14:29.111Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-06T23:14:29.111Z | environment variable. This has not been done automatically. |
51 | 2024-11-06T23:14:29.111Z | |
52 | 2024-11-06T23:14:29.111Z | To configure your current shell, you need to source |
53 | 2024-11-06T23:14:29.111Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-06T23:14:29.111Z | |
55 | 2024-11-06T23:14:29.111Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-06T23:14:29.111Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-06T23:14:29.111Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-06T23:14:29.184Z | + rustc --version |
59 | 2024-11-06T23:14:29.251Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-06T23:14:29.254Z | process exited: duration 21190 ms, exit code 0 |
|
61 | 2024-11-06T23:14:29.260Z | starting task 2: "authentication" |
62 | 2024-11-06T23:14:29.284Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-06T23:14:29.290Z | starting task 3: "clone repository" |
64 | 2024-11-06T23:14:29.296Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-06T23:14:29.299Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-06T23:14:29.348Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-06T23:14:36.578Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-06T23:14:36.578Z | + git fetch origin 1c1bd7603a37475614e108e723e55453f8816026 |
69 | 2024-11-06T23:14:36.916Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-06T23:14:36.916Z | * branch 1c1bd7603a37475614e108e723e55453f8816026 -> FETCH_HEAD |
71 | 2024-11-06T23:14:36.926Z | + [[ -n manipulate-schema-with-native-client ]] |
72 | 2024-11-06T23:14:36.929Z | ++ git branch --show-current |
73 | 2024-11-06T23:14:36.932Z | + current=main |
74 | 2024-11-06T23:14:36.932Z | + [[ main != manipulate-schema-with-native-client ]] |
75 | 2024-11-06T23:14:36.932Z | + git branch -f manipulate-schema-with-native-client 1c1bd7603a37475614e108e723e55453f8816026 |
76 | 2024-11-06T23:14:36.934Z | + git checkout -f manipulate-schema-with-native-client |
77 | 2024-11-06T23:14:37.100Z | Switched to branch 'manipulate-schema-with-native-client' |
78 | 2024-11-06T23:14:37.102Z | + git reset --hard 1c1bd7603a37475614e108e723e55453f8816026 |
79 | 2024-11-06T23:14:37.119Z | HEAD is now at 1c1bd7603 Merge remote-tracking branch 'origin/main' into manipulate-schema-with-native-client |
80 | 2024-11-06T23:14:37.121Z | process exited: duration 7828 ms, exit code 0 |
|
81 | 2024-11-06T23:14:37.126Z | starting task 4: "build" |
82 | 2024-11-06T23:14:37.132Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-06T23:14:37.135Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-06T23:14:37.135Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-06T23:14:37.135Z | + cargo --version |
86 | 2024-11-06T23:14:37.188Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-06T23:14:37.191Z | + rustc --version |
88 | 2024-11-06T23:14:37.253Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-06T23:14:37.255Z | + source ./env.sh |
90 | 2024-11-06T23:14:37.256Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-06T23:14:37.256Z | ++ set -o xtrace |
92 | 2024-11-06T23:14:37.258Z | ++++ dirname ./env.sh |
93 | 2024-11-06T23:14:37.258Z | +++ readlink -f . |
94 | 2024-11-06T23:14:37.262Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-06T23:14:37.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-06T23:14:37.265Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-06T23:14:37.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-06T23:14:37.265Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-06T23:14:37.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-06T23:14:37.265Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-06T23:14:37.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-06T23:14:37.265Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-06T23:14:37.265Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-06T23:14:37.265Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-06T23:14:37.265Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-06T23:14:37.265Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-06T23:14:37.265Z | + banner prerequisites |
108 | 2024-11-06T23:14:37.268Z | |
109 | 2024-11-06T23:14:37.268Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-06T23:14:37.268Z | # # # # # # # # # # # # # # # |
111 | 2024-11-06T23:14:37.268Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-06T23:14:37.268Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-06T23:14:37.268Z | # # # # # # # # # # # # # # # |
114 | 2024-11-06T23:14:37.268Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-06T23:14:37.268Z | |
116 | 2024-11-06T23:14:37.268Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-06T23:14:46.871Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-06T23:14:50.382Z | Startup: Caching catalogs ... Done |
119 | 2024-11-06T23:14:58.606Z | Planning: Solver setup ... Done (7.513s) |
120 | 2024-11-06T23:14:58.712Z | Planning: Running solver ... Done (0.105s) |
121 | 2024-11-06T23:14:58.806Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-06T23:14:58.819Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-06T23:14:59.039Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-06T23:14:59.144Z | Planning: Package planning ... Done (0.105s) |
125 | 2024-11-06T23:14:59.199Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-06T23:14:59.396Z | Planning: Checking for conflicting actions ... Done (0.197s) |
127 | 2024-11-06T23:15:01.170Z | Planning: Consolidating action changes ... Done (1.772s) |
128 | 2024-11-06T23:15:01.582Z | Planning: Evaluating mediators ... Done (0.412s) |
129 | 2024-11-06T23:15:01.668Z | Planning: Planning completed in 11.20 seconds |
130 | 2024-11-06T23:15:01.684Z | Packages to install: 4 |
131 | 2024-11-06T23:15:01.684Z | Packages to update: 1 |
132 | 2024-11-06T23:15:01.687Z | Mediators to change: 2 |
133 | 2024-11-06T23:15:01.687Z | Services to change: 1 |
134 | 2024-11-06T23:15:01.687Z | Estimated space available: 155.61 GB |
135 | 2024-11-06T23:15:01.687Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-06T23:15:01.687Z | Create boot environment: No |
137 | 2024-11-06T23:15:01.687Z | Create backup boot environment: Yes |
138 | 2024-11-06T23:15:01.687Z | Rebuild boot archive: No |
139 | 2024-11-06T23:15:01.687Z | |
140 | 2024-11-06T23:15:01.687Z | Changed mediators: |
141 | 2024-11-06T23:15:01.687Z | mediator clang: |
142 | 2024-11-06T23:15:01.687Z | version: None -> 15 (system default) |
143 | 2024-11-06T23:15:01.687Z | |
144 | 2024-11-06T23:15:01.687Z | mediator llvm: |
145 | 2024-11-06T23:15:01.687Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-06T23:15:01.687Z | |
147 | 2024-11-06T23:15:01.687Z | Changed packages: |
148 | 2024-11-06T23:15:01.687Z | helios-dev |
149 | 2024-11-06T23:15:01.687Z | developer/build-essential |
150 | 2024-11-06T23:15:01.687Z | None -> 11-2.0 |
151 | 2024-11-06T23:15:01.687Z | library/libxmlsec1 |
152 | 2024-11-06T23:15:01.687Z | None -> 1.2.35-2.0 |
153 | 2024-11-06T23:15:01.687Z | ooce/developer/clang-15 |
154 | 2024-11-06T23:15:01.687Z | None -> 15.0.7-2.0 |
155 | 2024-11-06T23:15:01.687Z | ooce/developer/llvm-15 |
156 | 2024-11-06T23:15:01.687Z | None -> 15.0.7-2.0 |
157 | 2024-11-06T23:15:01.687Z | package/pkg |
158 | 2024-11-06T23:15:01.687Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-06T23:15:01.687Z | |
160 | 2024-11-06T23:15:01.687Z | Services: |
161 | 2024-11-06T23:15:01.687Z | restart_fmri: |
162 | 2024-11-06T23:15:01.687Z | svc:/system/update-man-index:default |
163 | 2024-11-06T23:15:01.687Z | |
164 | 2024-11-06T23:15:01.687Z | Editable files to change: |
165 | 2024-11-06T23:15:01.687Z | Update: |
166 | 2024-11-06T23:15:01.687Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-06T23:15:01.876Z | |
168 | 2024-11-06T23:15:01.876Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-06T23:15:06.877Z | Download: 766/4281 items 18.3/220.6MB 8% complete (3.7M/s) |
170 | 2024-11-06T23:15:11.878Z | Download: 1659/4281 items 117.5/220.6MB 53% complete (11.8M/s) |
171 | 2024-11-06T23:15:22.295Z | Download: 2223/4281 items 119.0/220.6MB 53% complete (12.6M/s) |
172 | 2024-11-06T23:15:27.264Z | Download: 3118/4281 items 152.0/220.6MB 68% complete (6.5M/s) |
173 | 2024-11-06T23:15:32.909Z | Download: 3277/4281 items 209.0/220.6MB 94% complete (10.9M/s) |
174 | 2024-11-06T23:15:37.913Z | Download: 3997/4281 items 219.1/220.6MB 99% complete (4.8M/s) |
175 | 2024-11-06T23:15:43.689Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (1.8M/s) |
176 | 2024-11-06T23:15:43.793Z | Download: Completed 220.60 MB in 41.91 seconds (5.3M/s) |
177 | 2024-11-06T23:15:45.760Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-11-06T23:15:45.779Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-11-06T23:15:50.720Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-11-06T23:15:51.036Z | Actions: Completed 5063 actions in 5.27 seconds. |
181 | 2024-11-06T23:15:51.425Z | Done (0.380s) |
182 | 2024-11-06T23:15:51.427Z | Done (0.000s) |
183 | 2024-11-06T23:15:51.951Z | Done (0.524s) |
184 | 2024-11-06T23:15:56.358Z | Done (4.191s) |
185 | 2024-11-06T23:15:56.442Z | Done (0.018s) |
186 | 2024-11-06T23:15:56.445Z | Done (0.000s) |
187 | 2024-11-06T23:15:56.628Z | Done (0.000s) |
188 | 2024-11-06T23:15:57.294Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-11-06T23:15:57.461Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-06T23:15:57.464Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-06T23:15:57.740Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-06T23:15:57.743Z | Planning: Planning completed in 0.45 seconds |
193 | 2024-11-06T23:15:57.780Z | Mediators to change: 2 |
194 | 2024-11-06T23:15:57.780Z | Create boot environment: No |
195 | 2024-11-06T23:15:57.782Z | Create backup boot environment: No |
196 | 2024-11-06T23:15:57.873Z | Done |
197 | 2024-11-06T23:15:57.873Z | Done |
198 | 2024-11-06T23:15:58.206Z | Done |
199 | 2024-11-06T23:16:01.715Z | Done |
200 | 2024-11-06T23:16:01.805Z | Done |
201 | 2024-11-06T23:16:01.807Z | Done |
202 | 2024-11-06T23:16:01.913Z | Done |
203 | 2024-11-06T23:16:02.517Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-11-06T23:16:02.519Z | Planning: Merging actions ... Done |
205 | 2024-11-06T23:16:02.708Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-11-06T23:16:02.711Z | Planning: Consolidating action changes ... Done |
207 | 2024-11-06T23:16:02.979Z | Planning: Evaluating mediators ... Done |
208 | 2024-11-06T23:16:03.036Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-11-06T23:16:03.077Z | Packages to change: 1 |
210 | 2024-11-06T23:16:03.078Z | Mediators to change: 1 |
211 | 2024-11-06T23:16:03.078Z | Services to change: 1 |
212 | 2024-11-06T23:16:03.080Z | Create boot environment: No |
213 | 2024-11-06T23:16:03.080Z | Create backup boot environment: Yes |
214 | 2024-11-06T23:16:05.344Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-11-06T23:16:05.347Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-11-06T23:16:05.347Z | Done |
217 | 2024-11-06T23:16:05.347Z | Done |
218 | 2024-11-06T23:16:05.455Z | Done |
219 | 2024-11-06T23:16:09.286Z | Done |
220 | 2024-11-06T23:16:09.377Z | Done |
221 | 2024-11-06T23:16:09.379Z | Done |
222 | 2024-11-06T23:16:09.560Z | Done |
223 | 2024-11-06T23:16:09.988Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-11-06T23:16:09.988Z | clang system 15 system |
225 | 2024-11-06T23:16:09.988Z | csh system system illumos |
226 | 2024-11-06T23:16:09.988Z | ctags system system illumos |
227 | 2024-11-06T23:16:09.988Z | gcc vendor 12 vendor |
228 | 2024-11-06T23:16:09.988Z | gcc system 10 system |
229 | 2024-11-06T23:16:09.988Z | gcc system 7 system |
230 | 2024-11-06T23:16:09.988Z | go system 1.20 system |
231 | 2024-11-06T23:16:09.988Z | go system 1.19 system |
232 | 2024-11-06T23:16:09.988Z | llvm system 15 system |
233 | 2024-11-06T23:16:09.988Z | llvm system 14 system |
234 | 2024-11-06T23:16:09.988Z | mariadb system 10.6 system |
235 | 2024-11-06T23:16:09.988Z | mta vendor vendor dma |
236 | 2024-11-06T23:16:09.988Z | openjdk system 17 system |
237 | 2024-11-06T23:16:09.988Z | openjdk system 11 system |
238 | 2024-11-06T23:16:09.988Z | openjdk system 1.8 system |
239 | 2024-11-06T23:16:09.988Z | openssl vendor 3 vendor |
240 | 2024-11-06T23:16:09.988Z | perl system 5.36 system |
241 | 2024-11-06T23:16:09.988Z | postgresql system 15 system |
242 | 2024-11-06T23:16:09.988Z | postgresql system 13 system |
243 | 2024-11-06T23:16:09.988Z | python vendor 3 vendor |
244 | 2024-11-06T23:16:09.988Z | python system 2 system |
245 | 2024-11-06T23:16:09.988Z | python3 system 3.11 system |
246 | 2024-11-06T23:16:09.988Z | ruby system 3.0 system |
247 | 2024-11-06T23:16:09.988Z | words vendor vendor american-english |
248 | 2024-11-06T23:16:09.988Z | words system system australian-english |
249 | 2024-11-06T23:16:09.988Z | words system system british-english |
250 | 2024-11-06T23:16:09.989Z | words system system canadian-english |
251 | 2024-11-06T23:16:09.989Z | words system system french |
252 | 2024-11-06T23:16:09.989Z | words system system italian |
253 | 2024-11-06T23:16:09.989Z | words system system ngerman |
254 | 2024-11-06T23:16:09.989Z | words system system ogerman |
255 | 2024-11-06T23:16:09.989Z | words system system spanish |
256 | 2024-11-06T23:16:10.314Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-11-06T23:16:10.314Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-11-06T23:16:12.785Z | FMRI IFO |
259 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-11-06T23:16:12.785Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-11-06T23:16:13.462Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-11-06T23:16:13.761Z | Updating crates.io index |
276 | 2024-11-06T23:16:13.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-11-06T23:16:14.592Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-11-06T23:16:14.870Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-11-06T23:16:15.161Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-11-06T23:16:15.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-11-06T23:16:16.341Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-11-06T23:16:18.593Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-11-06T23:16:19.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-11-06T23:16:20.411Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-11-06T23:16:20.677Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-11-06T23:16:20.978Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-11-06T23:16:21.564Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-11-06T23:16:21.886Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-11-06T23:16:22.328Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-11-06T23:16:22.591Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-11-06T23:16:22.864Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-11-06T23:16:23.140Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-11-06T23:16:23.465Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-11-06T23:16:23.775Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-11-06T23:16:24.190Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-11-06T23:16:24.539Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-11-06T23:16:24.997Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-11-06T23:16:25.301Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-11-06T23:16:25.662Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-11-06T23:16:26.211Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-11-06T23:16:26.514Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-11-06T23:16:26.773Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-11-06T23:16:28.119Z | Downloading crates ... |
304 | 2024-11-06T23:16:28.188Z | Downloaded dtrace-parser v0.2.0 |
305 | 2024-11-06T23:16:28.194Z | Downloaded anstyle v1.0.8 |
306 | 2024-11-06T23:16:28.197Z | Downloaded crypto-common v0.1.6 |
307 | 2024-11-06T23:16:28.200Z | Downloaded clap_lex v0.7.2 |
308 | 2024-11-06T23:16:28.200Z | Downloaded macaddr v1.0.1 |
309 | 2024-11-06T23:16:28.200Z | Downloaded generic-array v0.14.7 |
310 | 2024-11-06T23:16:28.203Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-11-06T23:16:28.203Z | Downloaded fastrand v2.1.1 |
312 | 2024-11-06T23:16:28.206Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-11-06T23:16:28.209Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-11-06T23:16:28.212Z | Downloaded memmap v0.7.0 |
315 | 2024-11-06T23:16:28.215Z | Downloaded itoa v1.0.11 |
316 | 2024-11-06T23:16:28.215Z | Downloaded version_check v0.9.5 |
317 | 2024-11-06T23:16:28.218Z | Downloaded heck v0.5.0 |
318 | 2024-11-06T23:16:28.220Z | Downloaded thiserror v1.0.64 |
319 | 2024-11-06T23:16:28.223Z | Downloaded pest_generator v2.7.14 |
320 | 2024-11-06T23:16:28.225Z | Downloaded cfg-if v1.0.0 |
321 | 2024-11-06T23:16:28.225Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2024-11-06T23:16:28.228Z | Downloaded thread-id v4.2.2 |
323 | 2024-11-06T23:16:28.230Z | Downloaded plain v0.2.3 |
324 | 2024-11-06T23:16:28.234Z | Downloaded strsim v0.11.1 |
325 | 2024-11-06T23:16:28.237Z | Downloaded anstyle-parse v0.2.5 |
326 | 2024-11-06T23:16:28.243Z | Downloaded tempfile v3.13.0 |
327 | 2024-11-06T23:16:28.245Z | Downloaded toml v0.8.19 |
328 | 2024-11-06T23:16:28.248Z | Downloaded papergrid v0.11.0 |
329 | 2024-11-06T23:16:28.252Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2024-11-06T23:16:28.256Z | Downloaded anyhow v1.0.92 |
331 | 2024-11-06T23:16:28.260Z | Downloaded usdt v0.5.0 |
332 | 2024-11-06T23:16:28.262Z | Downloaded typenum v1.17.0 |
333 | 2024-11-06T23:16:28.265Z | Downloaded serde v1.0.210 |
334 | 2024-11-06T23:16:28.267Z | Downloaded anstyle-query v1.1.1 |
335 | 2024-11-06T23:16:28.270Z | Downloaded equivalent v1.0.1 |
336 | 2024-11-06T23:16:28.270Z | Downloaded anstream v0.6.15 |
337 | 2024-11-06T23:16:28.273Z | Downloaded proc-macro2 v1.0.87 |
338 | 2024-11-06T23:16:28.275Z | Downloaded byteorder v1.5.0 |
339 | 2024-11-06T23:16:28.275Z | Downloaded block-buffer v0.10.4 |
340 | 2024-11-06T23:16:28.278Z | Downloaded autocfg v1.4.0 |
341 | 2024-11-06T23:16:28.284Z | Downloaded swrite v0.1.0 |
342 | 2024-11-06T23:16:28.287Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-11-06T23:16:28.287Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-11-06T23:16:28.292Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2024-11-06T23:16:28.295Z | Downloaded fnv v1.0.7 |
346 | 2024-11-06T23:16:28.295Z | Downloaded errno v0.3.9 |
347 | 2024-11-06T23:16:28.298Z | Downloaded digest v0.10.7 |
348 | 2024-11-06T23:16:28.299Z | Downloaded cpufeatures v0.2.14 |
349 | 2024-11-06T23:16:28.301Z | Downloaded colorchoice v1.0.2 |
350 | 2024-11-06T23:16:28.301Z | Downloaded bytecount v0.6.8 |
351 | 2024-11-06T23:16:28.301Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-11-06T23:16:28.301Z | Downloaded heck v0.4.1 |
353 | 2024-11-06T23:16:28.309Z | Downloaded fs-err v2.11.0 |
354 | 2024-11-06T23:16:28.317Z | Downloaded terminal_size v0.4.0 |
355 | 2024-11-06T23:16:28.320Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-11-06T23:16:28.320Z | Downloaded dof v0.3.0 |
357 | 2024-11-06T23:16:28.320Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-11-06T23:16:28.323Z | Downloaded toml_datetime v0.6.8 |
359 | 2024-11-06T23:16:28.323Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-11-06T23:16:28.325Z | Downloaded cargo_toml v0.20.5 |
361 | 2024-11-06T23:16:28.328Z | Downloaded cargo_metadata v0.18.1 |
362 | 2024-11-06T23:16:28.328Z | Downloaded camino v1.1.9 |
363 | 2024-11-06T23:16:28.335Z | Downloaded smawk v0.3.2 |
364 | 2024-11-06T23:16:28.338Z | Downloaded thiserror-impl v1.0.64 |
365 | 2024-11-06T23:16:28.342Z | Downloaded clap_derive v4.5.18 |
366 | 2024-11-06T23:16:28.344Z | Downloaded utf8parse v0.2.2 |
367 | 2024-11-06T23:16:28.346Z | Downloaded once_cell v1.20.2 |
368 | 2024-11-06T23:16:28.350Z | Downloaded sha2 v0.10.8 |
369 | 2024-11-06T23:16:28.352Z | Downloaded scroll v0.12.0 |
370 | 2024-11-06T23:16:28.355Z | Downloaded semver v1.0.23 |
371 | 2024-11-06T23:16:28.357Z | Downloaded bitflags v2.6.0 |
372 | 2024-11-06T23:16:28.360Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-11-06T23:16:28.362Z | Downloaded clap_builder v4.5.20 |
374 | 2024-11-06T23:16:28.369Z | Downloaded quote v1.0.37 |
375 | 2024-11-06T23:16:28.371Z | Downloaded proc-macro-error-attr v1.0.4 |
376 | 2024-11-06T23:16:28.374Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-11-06T23:16:28.376Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-06T23:16:28.379Z | Downloaded ryu v1.0.18 |
379 | 2024-11-06T23:16:28.381Z | Downloaded log v0.4.22 |
380 | 2024-11-06T23:16:28.384Z | Downloaded proc-macro-error v1.0.4 |
381 | 2024-11-06T23:16:28.386Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-11-06T23:16:28.389Z | Downloaded pest_meta v2.7.14 |
383 | 2024-11-06T23:16:28.389Z | Downloaded clap v4.5.20 |
384 | 2024-11-06T23:16:28.397Z | Downloaded pest_derive v2.7.14 |
385 | 2024-11-06T23:16:28.412Z | Downloaded serde_derive v1.0.210 |
386 | 2024-11-06T23:16:28.415Z | Downloaded indexmap v2.6.0 |
387 | 2024-11-06T23:16:28.433Z | Downloaded memchr v2.7.4 |
388 | 2024-11-06T23:16:28.439Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-06T23:16:28.460Z | Downloaded pest v2.7.14 |
390 | 2024-11-06T23:16:28.465Z | Downloaded hashbrown v0.15.0 |
391 | 2024-11-06T23:16:28.478Z | Downloaded winnow v0.6.20 |
392 | 2024-11-06T23:16:28.486Z | Downloaded syn v2.0.79 |
393 | 2024-11-06T23:16:28.496Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-06T23:16:28.511Z | Downloaded serde_json v1.0.128 |
395 | 2024-11-06T23:16:28.517Z | Downloaded tabled v0.15.0 |
396 | 2024-11-06T23:16:28.532Z | Downloaded goblin v0.8.2 |
397 | 2024-11-06T23:16:28.545Z | Downloaded syn v1.0.109 |
398 | 2024-11-06T23:16:28.555Z | Downloaded unicode-width v0.1.14 |
399 | 2024-11-06T23:16:28.560Z | Downloaded rustix v0.38.37 |
400 | 2024-11-06T23:16:28.599Z | Downloaded libc v0.2.161 |
401 | 2024-11-06T23:16:28.905Z | Compiling proc-macro2 v1.0.87 |
402 | 2024-11-06T23:16:28.905Z | Compiling unicode-ident v1.0.13 |
403 | 2024-11-06T23:16:28.908Z | Compiling version_check v0.9.5 |
404 | 2024-11-06T23:16:28.908Z | Compiling serde v1.0.210 |
405 | 2024-11-06T23:16:28.908Z | Compiling thiserror v1.0.64 |
406 | 2024-11-06T23:16:28.908Z | Compiling memchr v2.7.4 |
407 | 2024-11-06T23:16:28.908Z | Compiling libc v0.2.161 |
408 | 2024-11-06T23:16:28.908Z | Compiling ucd-trie v0.1.7 |
409 | 2024-11-06T23:16:29.157Z | Compiling itoa v1.0.11 |
410 | 2024-11-06T23:16:29.381Z | Compiling ryu v1.0.18 |
411 | 2024-11-06T23:16:29.638Z | Compiling once_cell v1.20.2 |
412 | 2024-11-06T23:16:29.751Z | Compiling byteorder v1.5.0 |
413 | 2024-11-06T23:16:29.776Z | Compiling rustix v0.38.37 |
414 | 2024-11-06T23:16:29.932Z | Compiling serde_json v1.0.128 |
415 | 2024-11-06T23:16:30.281Z | Compiling bitflags v2.6.0 |
416 | 2024-11-06T23:16:30.309Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-06T23:16:30.604Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-06T23:16:30.631Z | Compiling syn v1.0.109 |
419 | 2024-11-06T23:16:30.680Z | Compiling quote v1.0.37 |
420 | 2024-11-06T23:16:30.706Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-06T23:16:30.798Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-06T23:16:30.957Z | Compiling plain v0.2.3 |
423 | 2024-11-06T23:16:30.980Z | Compiling equivalent v1.0.1 |
424 | 2024-11-06T23:16:31.002Z | Compiling log v0.4.22 |
425 | 2024-11-06T23:16:31.094Z | Compiling syn v2.0.79 |
426 | 2024-11-06T23:16:31.121Z | Compiling errno v0.3.9 |
427 | 2024-11-06T23:16:31.334Z | Compiling camino v1.1.9 |
428 | 2024-11-06T23:16:31.334Z | Compiling hashbrown v0.15.0 |
429 | 2024-11-06T23:16:31.538Z | Compiling thread-id v4.2.2 |
430 | 2024-11-06T23:16:31.591Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-11-06T23:16:31.914Z | Compiling colorchoice v1.0.2 |
432 | 2024-11-06T23:16:31.996Z | Compiling anstyle v1.0.8 |
433 | 2024-11-06T23:16:32.038Z | Compiling winnow v0.6.20 |
434 | 2024-11-06T23:16:32.072Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-06T23:16:32.360Z | Compiling semver v1.0.23 |
436 | 2024-11-06T23:16:32.462Z | Compiling indexmap v2.6.0 |
437 | 2024-11-06T23:16:32.537Z | Compiling autocfg v1.4.0 |
438 | 2024-11-06T23:16:32.603Z | Compiling pretty-hex v0.4.1 |
439 | 2024-11-06T23:16:32.828Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-11-06T23:16:32.911Z | Compiling anstyle-query v1.1.1 |
441 | 2024-11-06T23:16:33.046Z | Compiling anstream v0.6.15 |
442 | 2024-11-06T23:16:33.350Z | Compiling bytecount v0.6.8 |
443 | 2024-11-06T23:16:33.572Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-06T23:16:33.640Z | Compiling fs-err v2.11.0 |
445 | 2024-11-06T23:16:33.785Z | Compiling anyhow v1.0.92 |
446 | 2024-11-06T23:16:33.809Z | Compiling cfg-if v1.0.0 |
447 | 2024-11-06T23:16:33.904Z | Compiling clap_lex v0.7.2 |
448 | 2024-11-06T23:16:33.930Z | Compiling heck v0.4.1 |
449 | 2024-11-06T23:16:34.258Z | Compiling fnv v1.0.7 |
450 | 2024-11-06T23:16:34.392Z | Compiling heck v0.5.0 |
451 | 2024-11-06T23:16:34.468Z | Compiling strsim v0.11.1 |
452 | 2024-11-06T23:16:34.471Z | Compiling fastrand v2.1.1 |
453 | 2024-11-06T23:16:34.811Z | Compiling papergrid v0.11.0 |
454 | 2024-11-06T23:16:34.884Z | Compiling tempfile v3.13.0 |
455 | 2024-11-06T23:16:34.910Z | Compiling clap_builder v4.5.20 |
456 | 2024-11-06T23:16:35.198Z | Compiling memmap v0.7.0 |
457 | 2024-11-06T23:16:35.356Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-11-06T23:16:35.575Z | Compiling smawk v0.3.2 |
459 | 2024-11-06T23:16:35.792Z | Compiling textwrap v0.16.1 |
460 | 2024-11-06T23:16:35.852Z | Compiling swrite v0.1.0 |
461 | 2024-11-06T23:16:36.843Z | Compiling tabled_derive v0.7.0 |
462 | 2024-11-06T23:16:38.471Z | Compiling tabled v0.15.0 |
463 | 2024-11-06T23:16:39.084Z | Compiling serde_derive v1.0.210 |
464 | 2024-11-06T23:16:39.088Z | Compiling thiserror-impl v1.0.64 |
465 | 2024-11-06T23:16:39.088Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-11-06T23:16:39.122Z | Compiling scroll_derive v0.12.0 |
467 | 2024-11-06T23:16:39.125Z | Compiling clap_derive v4.5.18 |
468 | 2024-11-06T23:16:40.584Z | Compiling scroll v0.12.0 |
469 | 2024-11-06T23:16:41.114Z | Compiling goblin v0.8.2 |
470 | 2024-11-06T23:16:41.209Z | Compiling zerocopy v0.7.35 |
471 | 2024-11-06T23:16:42.052Z | Compiling pest v2.7.14 |
472 | 2024-11-06T23:16:42.672Z | Compiling clap v4.5.20 |
473 | 2024-11-06T23:16:44.186Z | Compiling pest_meta v2.7.14 |
474 | 2024-11-06T23:16:45.081Z | Compiling pest_generator v2.7.14 |
475 | 2024-11-06T23:16:46.653Z | Compiling pest_derive v2.7.14 |
476 | 2024-11-06T23:16:47.363Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-11-06T23:16:48.826Z | Compiling toml_datetime v0.6.8 |
478 | 2024-11-06T23:16:48.829Z | Compiling serde_spanned v0.6.8 |
479 | 2024-11-06T23:16:48.829Z | Compiling cargo-platform v0.1.8 |
480 | 2024-11-06T23:16:49.166Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-11-06T23:16:49.346Z | Compiling toml_edit v0.22.22 |
482 | 2024-11-06T23:16:49.372Z | Compiling macaddr v1.0.1 |
483 | 2024-11-06T23:16:49.601Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-11-06T23:16:50.260Z | Compiling dof v0.3.0 |
485 | 2024-11-06T23:16:50.260Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-11-06T23:16:52.074Z | Compiling toml v0.8.19 |
487 | 2024-11-06T23:16:52.240Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-06T23:16:52.240Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-11-06T23:16:52.920Z | Compiling cargo_toml v0.20.5 |
490 | 2024-11-06T23:16:53.547Z | Compiling usdt v0.5.0 |
491 | 2024-11-06T23:16:56.418Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-11-06T23:17:00.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.96s |
493 | 2024-11-06T23:17:00.498Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-11-06T23:17:00.992Z | Downloading crates ... |
495 | 2024-11-06T23:17:01.125Z | Downloaded addr2line v0.24.2 |
496 | 2024-11-06T23:17:01.128Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-11-06T23:17:01.133Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-11-06T23:17:01.135Z | Downloaded cfg_aliases v0.1.1 |
499 | 2024-11-06T23:17:01.141Z | Downloaded bitflags v1.3.2 |
500 | 2024-11-06T23:17:01.146Z | Downloaded httparse v1.9.5 |
501 | 2024-11-06T23:17:01.150Z | Downloaded http-body v0.4.6 |
502 | 2024-11-06T23:17:01.152Z | Downloaded hostname v0.4.0 |
503 | 2024-11-06T23:17:01.155Z | Downloaded adler2 v2.0.0 |
504 | 2024-11-06T23:17:01.158Z | Downloaded bcrypt-pbkdf v0.10.0 |
505 | 2024-11-06T23:17:01.158Z | Downloaded hmac v0.12.1 |
506 | 2024-11-06T23:17:01.160Z | Downloaded blowfish v0.9.1 |
507 | 2024-11-06T23:17:01.160Z | Downloaded arrayvec v0.7.6 |
508 | 2024-11-06T23:17:01.168Z | Downloaded is_ci v1.2.0 |
509 | 2024-11-06T23:17:01.171Z | Downloaded match_cfg v0.1.0 |
510 | 2024-11-06T23:17:01.171Z | Downloaded newtype_derive v0.1.6 |
511 | 2024-11-06T23:17:01.172Z | Downloaded highway v1.2.0 |
512 | 2024-11-06T23:17:01.172Z | Downloaded crunchy v0.2.2 |
513 | 2024-11-06T23:17:01.172Z | Downloaded crc-catalog v2.4.0 |
514 | 2024-11-06T23:17:01.175Z | Downloaded newline-converter v0.3.0 |
515 | 2024-11-06T23:17:01.175Z | Downloaded cbc v0.1.2 |
516 | 2024-11-06T23:17:01.175Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-11-06T23:17:01.178Z | Downloaded chrono-tz-build v0.4.0 |
518 | 2024-11-06T23:17:01.178Z | Downloaded async-bb8-diesel v0.2.1 |
519 | 2024-11-06T23:17:01.180Z | Downloaded lockfree-object-pool v0.1.6 |
520 | 2024-11-06T23:17:01.183Z | Downloaded mime_guess v2.0.5 |
521 | 2024-11-06T23:17:01.186Z | Downloaded humantime v2.1.0 |
522 | 2024-11-06T23:17:01.189Z | Downloaded lazy_static v1.5.0 |
523 | 2024-11-06T23:17:01.192Z | Downloaded nanorand v0.7.0 |
524 | 2024-11-06T23:17:01.194Z | Downloaded linear-map v1.2.0 |
525 | 2024-11-06T23:17:01.194Z | Downloaded libefi-sys v0.1.0 |
526 | 2024-11-06T23:17:01.197Z | Downloaded hyper-rustls v0.27.3 |
527 | 2024-11-06T23:17:01.199Z | Downloaded multimap v0.10.0 |
528 | 2024-11-06T23:17:01.202Z | Downloaded maybe-uninit v2.0.0 |
529 | 2024-11-06T23:17:01.202Z | Downloaded base64ct v1.6.0 |
530 | 2024-11-06T23:17:01.206Z | Downloaded ipnet v2.10.1 |
531 | 2024-11-06T23:17:01.208Z | Downloaded bytes v1.7.2 |
532 | 2024-11-06T23:17:01.211Z | Downloaded atty v0.2.14 |
533 | 2024-11-06T23:17:01.213Z | Downloaded libsw v3.3.1 |
534 | 2024-11-06T23:17:01.216Z | Downloaded mockall_derive v0.13.0 |
535 | 2024-11-06T23:17:01.218Z | Downloaded clang-sys v1.8.1 |
536 | 2024-11-06T23:17:01.221Z | Downloaded memmap2 v0.9.5 |
537 | 2024-11-06T23:17:01.225Z | Downloaded miniz_oxide v0.8.0 |
538 | 2024-11-06T23:17:01.229Z | Downloaded kstat-rs v0.2.4 |
539 | 2024-11-06T23:17:01.229Z | Downloaded http-body v1.0.1 |
540 | 2024-11-06T23:17:01.229Z | Downloaded ipnetwork v0.20.0 |
541 | 2024-11-06T23:17:01.240Z | Downloaded http-range v0.1.5 |
542 | 2024-11-06T23:17:01.240Z | Downloaded darling_core v0.20.10 |
543 | 2024-11-06T23:17:01.240Z | Downloaded hyper-util v0.1.9 |
544 | 2024-11-06T23:17:01.242Z | Downloaded indexmap v1.9.3 |
545 | 2024-11-06T23:17:01.245Z | Downloaded cfg_aliases v0.2.1 |
546 | 2024-11-06T23:17:01.247Z | Downloaded darling_macro v0.20.10 |
547 | 2024-11-06T23:17:01.247Z | Downloaded crucible-workspace-hack v0.1.0 |
548 | 2024-11-06T23:17:01.250Z | Downloaded base64 v0.13.1 |
549 | 2024-11-06T23:17:01.252Z | Downloaded hubpack v0.1.2 |
550 | 2024-11-06T23:17:01.255Z | Downloaded rand_seeder v0.3.0 |
551 | 2024-11-06T23:17:01.257Z | Downloaded atomic-waker v1.1.2 |
552 | 2024-11-06T23:17:01.260Z | Downloaded assert_matches v1.5.0 |
553 | 2024-11-06T23:17:01.262Z | Downloaded hostname v0.3.1 |
554 | 2024-11-06T23:17:01.262Z | Downloaded serde_urlencoded v0.7.1 |
555 | 2024-11-06T23:17:01.264Z | Downloaded bitfield v0.14.0 |
556 | 2024-11-06T23:17:01.270Z | Downloaded aes v0.8.4 |
557 | 2024-11-06T23:17:01.272Z | Downloaded try-lock v0.2.5 |
558 | 2024-11-06T23:17:01.272Z | Downloaded hubpack_derive v0.1.1 |
559 | 2024-11-06T23:17:01.272Z | Downloaded aead v0.5.2 |
560 | 2024-11-06T23:17:01.276Z | Downloaded buf-list v1.0.3 |
561 | 2024-11-06T23:17:01.279Z | Downloaded ident_case v1.0.1 |
562 | 2024-11-06T23:17:01.279Z | Downloaded hickory-client v0.24.1 |
563 | 2024-11-06T23:17:01.283Z | Downloaded structmeta-derive v0.2.0 |
564 | 2024-11-06T23:17:01.283Z | Downloaded internet-checksum v0.2.1 |
565 | 2024-11-06T23:17:01.287Z | Downloaded convert_case v0.4.0 |
566 | 2024-11-06T23:17:01.287Z | Downloaded matches v0.1.10 |
567 | 2024-11-06T23:17:01.287Z | Downloaded instant v0.1.13 |
568 | 2024-11-06T23:17:01.290Z | Downloaded cexpr v0.6.0 |
569 | 2024-11-06T23:17:01.290Z | Downloaded argon2 v0.5.3 |
570 | 2024-11-06T23:17:01.293Z | Downloaded md5 v0.7.0 |
571 | 2024-11-06T23:17:01.296Z | Downloaded new_debug_unreachable v1.0.6 |
572 | 2024-11-06T23:17:01.296Z | Downloaded strip-ansi-escapes v0.2.0 |
573 | 2024-11-06T23:17:01.302Z | Downloaded compact_str v0.8.0 |
574 | 2024-11-06T23:17:01.302Z | Downloaded tokio-native-tls v0.3.1 |
575 | 2024-11-06T23:17:01.305Z | Downloaded tls_codec_derive v0.4.1 |
576 | 2024-11-06T23:17:01.307Z | Downloaded curve25519-dalek-derive v0.1.1 |
577 | 2024-11-06T23:17:01.307Z | Downloaded ctr v0.9.2 |
578 | 2024-11-06T23:17:01.311Z | Downloaded russh-cryptovec v0.7.3 |
579 | 2024-11-06T23:17:01.314Z | Downloaded tinyvec_macros v0.1.1 |
580 | 2024-11-06T23:17:01.314Z | Downloaded cipher v0.4.4 |
581 | 2024-11-06T23:17:01.314Z | Downloaded colored v2.1.0 |
582 | 2024-11-06T23:17:01.318Z | Downloaded signal-hook-tokio v0.3.1 |
583 | 2024-11-06T23:17:01.321Z | Downloaded backoff v0.4.0 |
584 | 2024-11-06T23:17:01.321Z | Downloaded derive_builder_macro v0.20.2 |
585 | 2024-11-06T23:17:01.324Z | Downloaded vte_generate_state_changes v0.1.2 |
586 | 2024-11-06T23:17:01.324Z | Downloaded serde_repr v0.1.19 |
587 | 2024-11-06T23:17:01.326Z | Downloaded lazycell v1.3.0 |
588 | 2024-11-06T23:17:01.330Z | Downloaded bcs v0.1.6 |
589 | 2024-11-06T23:17:01.331Z | Downloaded lalrpop-util v0.19.12 |
590 | 2024-11-06T23:17:01.333Z | Downloaded cassowary v0.3.0 |
591 | 2024-11-06T23:17:01.333Z | Downloaded chacha20poly1305 v0.10.1 |
592 | 2024-11-06T23:17:01.335Z | Downloaded serde_plain v1.0.2 |
593 | 2024-11-06T23:17:01.338Z | Downloaded semver v0.1.20 |
594 | 2024-11-06T23:17:01.338Z | Downloaded salsa20 v0.10.2 |
595 | 2024-11-06T23:17:01.341Z | Downloaded rtoolbox v0.0.2 |
596 | 2024-11-06T23:17:01.341Z | Downloaded maplit v1.0.2 |
597 | 2024-11-06T23:17:01.344Z | Downloaded mime v0.3.17 |
598 | 2024-11-06T23:17:01.344Z | Downloaded memoffset v0.9.1 |
599 | 2024-11-06T23:17:01.351Z | Downloaded nibble_vec v0.1.0 |
600 | 2024-11-06T23:17:01.351Z | Downloaded fxhash v0.2.1 |
601 | 2024-11-06T23:17:01.351Z | Downloaded md-5 v0.10.6 |
602 | 2024-11-06T23:17:01.351Z | Downloaded lru-cache v0.1.2 |
603 | 2024-11-06T23:17:01.354Z | Downloaded foreign-types-shared v0.1.1 |
604 | 2024-11-06T23:17:01.355Z | Downloaded lru v0.12.5 |
605 | 2024-11-06T23:17:01.355Z | Downloaded foreign-types v0.3.2 |
606 | 2024-11-06T23:17:01.358Z | Downloaded sqlformat v0.2.6 |
607 | 2024-11-06T23:17:01.358Z | Downloaded smallvec v0.6.14 |
608 | 2024-11-06T23:17:01.360Z | Downloaded managed v0.8.0 |
609 | 2024-11-06T23:17:01.360Z | Downloaded gethostname v0.5.0 |
610 | 2024-11-06T23:17:01.363Z | Downloaded termtree v0.4.1 |
611 | 2024-11-06T23:17:01.363Z | Downloaded stringprep v0.1.5 |
612 | 2024-11-06T23:17:01.366Z | Downloaded crc32fast v1.4.2 |
613 | 2024-11-06T23:17:01.369Z | Downloaded mockall v0.13.0 |
614 | 2024-11-06T23:17:01.369Z | Downloaded tui-tree-widget v0.22.0 |
615 | 2024-11-06T23:17:01.372Z | Downloaded path-slash v0.1.5 |
616 | 2024-11-06T23:17:01.372Z | Downloaded parse-size v1.1.0 |
617 | 2024-11-06T23:17:01.375Z | Downloaded num-conv v0.1.0 |
618 | 2024-11-06T23:17:01.375Z | Downloaded structmeta v0.3.0 |
619 | 2024-11-06T23:17:01.377Z | Downloaded slab v0.4.9 |
620 | 2024-11-06T23:17:01.377Z | Downloaded iana-time-zone v0.1.61 |
621 | 2024-11-06T23:17:01.381Z | Downloaded either v1.13.0 |
622 | 2024-11-06T23:17:01.384Z | Downloaded display-error-chain v0.2.2 |
623 | 2024-11-06T23:17:01.386Z | Downloaded hyper-staticfile v0.10.1 |
624 | 2024-11-06T23:17:01.388Z | Downloaded libloading v0.8.5 |
625 | 2024-11-06T23:17:01.394Z | Downloaded jobserver v0.1.32 |
626 | 2024-11-06T23:17:01.394Z | Downloaded defmt-macros v0.3.9 |
627 | 2024-11-06T23:17:01.397Z | Downloaded native-tls v0.2.12 |
628 | 2024-11-06T23:17:01.401Z | Downloaded dirs-sys-next v0.1.2 |
629 | 2024-11-06T23:17:01.401Z | Downloaded lock_api v0.4.12 |
630 | 2024-11-06T23:17:01.404Z | Downloaded heck v0.3.3 |
631 | 2024-11-06T23:17:01.404Z | Downloaded ghash v0.5.1 |
632 | 2024-11-06T23:17:01.404Z | Downloaded fd-lock v4.0.2 |
633 | 2024-11-06T23:17:01.407Z | Downloaded ed25519 v2.2.3 |
634 | 2024-11-06T23:17:01.410Z | Downloaded ciborium v0.2.2 |
635 | 2024-11-06T23:17:01.413Z | Downloaded foreign-types-macros v0.2.3 |
636 | 2024-11-06T23:17:01.415Z | Downloaded time-core v0.1.2 |
637 | 2024-11-06T23:17:01.415Z | Downloaded whoami v1.5.2 |
638 | 2024-11-06T23:17:01.418Z | Downloaded cookie v0.18.1 |
639 | 2024-11-06T23:17:01.421Z | Downloaded num-integer v0.1.46 |
640 | 2024-11-06T23:17:01.423Z | Downloaded progenitor-macro v0.8.0 |
641 | 2024-11-06T23:17:01.423Z | Downloaded paste v1.0.15 |
642 | 2024-11-06T23:17:01.426Z | Downloaded value-bag v1.9.0 |
643 | 2024-11-06T23:17:01.429Z | Downloaded ref-cast-impl v1.0.23 |
644 | 2024-11-06T23:17:01.432Z | Downloaded num-derive v0.4.2 |
645 | 2024-11-06T23:17:01.434Z | Downloaded unicode-xid v0.2.6 |
646 | 2024-11-06T23:17:01.434Z | Downloaded allocator-api2 v0.2.18 |
647 | 2024-11-06T23:17:01.438Z | Downloaded csv-core v0.1.11 |
648 | 2024-11-06T23:17:01.441Z | Downloaded crc-any v2.5.0 |
649 | 2024-11-06T23:17:01.444Z | Downloaded zone_cfg_derive v0.3.0 |
650 | 2024-11-06T23:17:01.444Z | Downloaded cancel-safe-futures v0.1.5 |
651 | 2024-11-06T23:17:01.447Z | Downloaded rustc-hash v1.1.0 |
652 | 2024-11-06T23:17:01.450Z | Downloaded r2d2 v0.8.10 |
653 | 2024-11-06T23:17:01.453Z | Downloaded quinn-udp v0.5.5 |
654 | 2024-11-06T23:17:01.453Z | Downloaded sync_wrapper v0.1.2 |
655 | 2024-11-06T23:17:01.453Z | Downloaded foreign-types v0.5.0 |
656 | 2024-11-06T23:17:01.455Z | Downloaded newtype-uuid v1.1.2 |
657 | 2024-11-06T23:17:01.455Z | Downloaded derive_builder v0.20.2 |
658 | 2024-11-06T23:17:01.461Z | Downloaded peg-runtime v0.8.3 |
659 | 2024-11-06T23:17:01.463Z | Downloaded oso-derive v0.27.3 |
660 | 2024-11-06T23:17:01.463Z | Downloaded normalize-line-endings v0.3.0 |
661 | 2024-11-06T23:17:01.466Z | Downloaded env_logger v0.11.5 |
662 | 2024-11-06T23:17:01.469Z | Downloaded spki v0.7.3 |
663 | 2024-11-06T23:17:01.470Z | Downloaded shlex v1.3.0 |
664 | 2024-11-06T23:17:01.472Z | Downloaded num-complex v0.4.6 |
665 | 2024-11-06T23:17:01.475Z | Downloaded ron v0.7.1 |
666 | 2024-11-06T23:17:01.478Z | Downloaded thread_local v1.1.8 |
667 | 2024-11-06T23:17:01.482Z | Downloaded spin v0.5.2 |
668 | 2024-11-06T23:17:01.485Z | Downloaded scrypt v0.11.0 |
669 | 2024-11-06T23:17:01.485Z | Downloaded sha1 v0.10.6 |
670 | 2024-11-06T23:17:01.485Z | Downloaded pkcs8 v0.10.2 |
671 | 2024-11-06T23:17:01.488Z | Downloaded supports-color v3.0.1 |
672 | 2024-11-06T23:17:01.491Z | Downloaded tower-service v0.3.3 |
673 | 2024-11-06T23:17:01.491Z | Downloaded sigpipe v0.1.3 |
674 | 2024-11-06T23:17:01.494Z | Downloaded topological-sort v0.2.2 |
675 | 2024-11-06T23:17:01.497Z | Downloaded subtle v2.6.1 |
676 | 2024-11-06T23:17:01.497Z | Downloaded zeroize_derive v1.4.2 |
677 | 2024-11-06T23:17:01.497Z | Downloaded postgres-types v0.2.8 |
678 | 2024-11-06T23:17:01.501Z | Downloaded fallible-streaming-iterator v0.1.9 |
679 | 2024-11-06T23:17:01.504Z | Downloaded uzers v0.12.1 |
680 | 2024-11-06T23:17:01.504Z | Downloaded toolchain_find v0.4.0 |
681 | 2024-11-06T23:17:01.506Z | Downloaded waitgroup v0.1.2 |
682 | 2024-11-06T23:17:01.506Z | Downloaded deranged v0.3.11 |
683 | 2024-11-06T23:17:01.509Z | Downloaded hickory-resolver v0.24.1 |
684 | 2024-11-06T23:17:01.513Z | Downloaded embedded-io v0.4.0 |
685 | 2024-11-06T23:17:01.515Z | Downloaded fallible-iterator v0.3.0 |
686 | 2024-11-06T23:17:01.517Z | Downloaded want v0.3.1 |
687 | 2024-11-06T23:17:01.520Z | Downloaded hickory-server v0.24.1 |
688 | 2024-11-06T23:17:01.524Z | Downloaded schemars v0.8.21 |
689 | 2024-11-06T23:17:01.538Z | Downloaded endian-type v0.1.2 |
690 | 2024-11-06T23:17:01.540Z | Downloaded parse-display v0.10.0 |
691 | 2024-11-06T23:17:01.540Z | Downloaded olpc-cjson v0.1.4 |
692 | 2024-11-06T23:17:01.542Z | Downloaded rustfmt-wrapper v0.2.1 |
693 | 2024-11-06T23:17:01.545Z | Downloaded ref-cast v1.0.23 |
694 | 2024-11-06T23:17:01.547Z | Downloaded russh-keys v0.45.0 |
695 | 2024-11-06T23:17:01.550Z | Downloaded pin-utils v0.1.0 |
696 | 2024-11-06T23:17:01.553Z | Downloaded slog-dtrace v0.3.0 |
697 | 2024-11-06T23:17:01.553Z | Downloaded slog-async v2.8.0 |
698 | 2024-11-06T23:17:01.555Z | Downloaded simd-adler32 v0.3.7 |
699 | 2024-11-06T23:17:01.567Z | Downloaded psl-types v2.0.11 |
700 | 2024-11-06T23:17:01.570Z | Downloaded tiny-keccak v2.0.2 |
701 | 2024-11-06T23:17:01.573Z | Downloaded globset v0.4.15 |
702 | 2024-11-06T23:17:01.575Z | Downloaded der_derive v0.7.3 |
703 | 2024-11-06T23:17:01.575Z | Downloaded wait-timeout v0.2.0 |
704 | 2024-11-06T23:17:01.578Z | Downloaded http v1.1.0 |
705 | 2024-11-06T23:17:01.582Z | Downloaded http v0.2.12 |
706 | 2024-11-06T23:17:01.586Z | Downloaded env_logger v0.10.2 |
707 | 2024-11-06T23:17:01.588Z | Downloaded russh v0.45.0 |
708 | 2024-11-06T23:17:01.595Z | Downloaded diesel-dtrace v0.3.0 |
709 | 2024-11-06T23:17:01.597Z | Downloaded nu-ansi-term v0.50.1 |
710 | 2024-11-06T23:17:01.600Z | Downloaded nodrop v0.1.14 |
711 | 2024-11-06T23:17:01.602Z | Downloaded float-cmp v0.9.0 |
712 | 2024-11-06T23:17:01.604Z | Downloaded downcast v0.11.0 |
713 | 2024-11-06T23:17:01.604Z | Downloaded dirs-next v2.0.0 |
714 | 2024-11-06T23:17:01.607Z | Downloaded socket2 v0.5.7 |
715 | 2024-11-06T23:17:01.610Z | Downloaded signal-hook v0.3.17 |
716 | 2024-11-06T23:17:01.613Z | Downloaded futures-io v0.3.31 |
717 | 2024-11-06T23:17:01.618Z | Downloaded pkcs1 v0.7.5 |
718 | 2024-11-06T23:17:01.618Z | Downloaded rustls-pki-types v1.9.0 |
719 | 2024-11-06T23:17:01.622Z | Downloaded packed_struct_codegen v0.10.1 |
720 | 2024-11-06T23:17:01.622Z | Downloaded slog-bunyan v2.5.0 |
721 | 2024-11-06T23:17:01.632Z | Downloaded pin-project-internal v1.1.6 |
722 | 2024-11-06T23:17:01.633Z | Downloaded opaque-debug v0.3.1 |
723 | 2024-11-06T23:17:01.633Z | Downloaded pem v3.0.4 |
724 | 2024-11-06T23:17:01.638Z | Downloaded pretty-hex v0.2.1 |
725 | 2024-11-06T23:17:01.638Z | Downloaded num_threads v0.1.7 |
726 | 2024-11-06T23:17:01.638Z | Downloaded rand_core v0.6.4 |
727 | 2024-11-06T23:17:01.638Z | Downloaded polyval v0.6.2 |
728 | 2024-11-06T23:17:01.638Z | Downloaded rand_chacha v0.3.1 |
729 | 2024-11-06T23:17:01.638Z | Downloaded peg v0.8.4 |
730 | 2024-11-06T23:17:01.643Z | Downloaded tokio-tungstenite v0.24.0 |
731 | 2024-11-06T23:17:01.647Z | Downloaded rustc-hash v2.0.0 |
732 | 2024-11-06T23:17:01.647Z | Downloaded mio v1.0.2 |
733 | 2024-11-06T23:17:01.651Z | Downloaded rpassword v7.3.1 |
734 | 2024-11-06T23:17:01.654Z | Downloaded slog-stdlog v4.1.1 |
735 | 2024-11-06T23:17:01.658Z | Downloaded strum v0.26.3 |
736 | 2024-11-06T23:17:01.658Z | Downloaded slog-scope v4.4.0 |
737 | 2024-11-06T23:17:01.658Z | Downloaded same-file v1.0.6 |
738 | 2024-11-06T23:17:01.662Z | Downloaded untrusted v0.7.1 |
739 | 2024-11-06T23:17:01.662Z | Downloaded strum_macros v0.24.3 |
740 | 2024-11-06T23:17:01.666Z | Downloaded typify-macro v0.2.0 |
741 | 2024-11-06T23:17:01.666Z | Downloaded thiserror-impl-no-std v2.0.2 |
742 | 2024-11-06T23:17:01.666Z | Downloaded displaydoc v0.2.5 |
743 | 2024-11-06T23:17:01.669Z | Downloaded futures-channel v0.3.31 |
744 | 2024-11-06T23:17:01.673Z | Downloaded foldhash v0.1.3 |
745 | 2024-11-06T23:17:01.673Z | Downloaded aho-corasick v1.1.3 |
746 | 2024-11-06T23:17:01.680Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2024-11-06T23:17:01.683Z | Downloaded float-ord v0.3.2 |
748 | 2024-11-06T23:17:01.683Z | Downloaded env_filter v0.1.2 |
749 | 2024-11-06T23:17:01.687Z | Downloaded openssl-macros v0.1.1 |
750 | 2024-11-06T23:17:01.687Z | Downloaded packed_struct v0.10.1 |
751 | 2024-11-06T23:17:01.687Z | Downloaded hex-literal v0.4.1 |
752 | 2024-11-06T23:17:01.689Z | Downloaded slog v2.7.0 |
753 | 2024-11-06T23:17:01.692Z | Downloaded openssl-sys v0.9.103 |
754 | 2024-11-06T23:17:01.696Z | Downloaded uuid v1.10.0 |
755 | 2024-11-06T23:17:01.700Z | Downloaded derive-where v1.2.7 |
756 | 2024-11-06T23:17:01.704Z | Downloaded tinyvec v1.8.0 |
757 | 2024-11-06T23:17:01.707Z | Downloaded quick-error v1.2.3 |
758 | 2024-11-06T23:17:01.710Z | Downloaded smf v0.2.3 |
759 | 2024-11-06T23:17:01.712Z | Downloaded hash32 v0.2.1 |
760 | 2024-11-06T23:17:01.712Z | Downloaded poly1305 v0.8.0 |
761 | 2024-11-06T23:17:01.716Z | Downloaded term v0.7.0 |
762 | 2024-11-06T23:17:01.718Z | Downloaded ed25519-dalek v2.1.1 |
763 | 2024-11-06T23:17:01.722Z | Downloaded signal-hook-registry v1.4.2 |
764 | 2024-11-06T23:17:01.724Z | Downloaded slog-term v2.9.1 |
765 | 2024-11-06T23:17:01.727Z | Downloaded diesel_table_macro_syntax v0.2.0 |
766 | 2024-11-06T23:17:01.729Z | Downloaded structmeta-derive v0.3.0 |
767 | 2024-11-06T23:17:01.729Z | Downloaded string_cache v0.8.7 |
768 | 2024-11-06T23:17:01.732Z | Downloaded yasna v0.5.2 |
769 | 2024-11-06T23:17:01.734Z | Downloaded zeroize v1.8.1 |
770 | 2024-11-06T23:17:01.738Z | Downloaded xz2 v0.1.7 |
771 | 2024-11-06T23:17:01.738Z | Downloaded openssl-probe v0.1.5 |
772 | 2024-11-06T23:17:01.740Z | Downloaded hash32 v0.3.1 |
773 | 2024-11-06T23:17:01.743Z | Downloaded zone v0.1.8 |
774 | 2024-11-06T23:17:01.743Z | Downloaded headers-core v0.3.0 |
775 | 2024-11-06T23:17:01.743Z | Downloaded xattr v1.3.1 |
776 | 2024-11-06T23:17:01.746Z | Downloaded futures-macro v0.3.31 |
777 | 2024-11-06T23:17:01.746Z | Downloaded tungstenite v0.21.0 |
778 | 2024-11-06T23:17:01.750Z | Downloaded phf_shared v0.11.2 |
779 | 2024-11-06T23:17:01.753Z | Downloaded parking_lot v0.11.2 |
780 | 2024-11-06T23:17:01.755Z | Downloaded parse-zoneinfo v0.3.1 |
781 | 2024-11-06T23:17:01.757Z | Downloaded similar v2.6.0 |
782 | 2024-11-06T23:17:01.762Z | Downloaded sqlparser_derive v0.2.2 |
783 | 2024-11-06T23:17:01.765Z | Downloaded parse-display-derive v0.10.0 |
784 | 2024-11-06T23:17:01.765Z | Downloaded postcard v1.0.10 |
785 | 2024-11-06T23:17:01.768Z | Downloaded ssh-encoding v0.2.0 |
786 | 2024-11-06T23:17:01.770Z | Downloaded rustc_version v0.4.1 |
787 | 2024-11-06T23:17:01.773Z | Downloaded rustc_version v0.1.7 |
788 | 2024-11-06T23:17:01.775Z | Downloaded sync_wrapper v1.0.1 |
789 | 2024-11-06T23:17:01.775Z | Downloaded strum_macros v0.25.3 |
790 | 2024-11-06T23:17:01.778Z | Downloaded elliptic-curve v0.13.8 |
791 | 2024-11-06T23:17:01.781Z | Downloaded primeorder v0.13.6 |
792 | 2024-11-06T23:17:01.783Z | Downloaded toml v0.7.8 |
793 | 2024-11-06T23:17:01.786Z | Downloaded resolv-conf v0.7.0 |
794 | 2024-11-06T23:17:01.788Z | Downloaded predicates-tree v1.0.11 |
795 | 2024-11-06T23:17:01.791Z | Downloaded phf_shared v0.10.0 |
796 | 2024-11-06T23:17:01.793Z | Downloaded utf-8 v0.7.6 |
797 | 2024-11-06T23:17:01.793Z | Downloaded static_assertions v1.1.0 |
798 | 2024-11-06T23:17:01.796Z | Downloaded stable_deref_trait v1.2.0 |
799 | 2024-11-06T23:17:01.796Z | Downloaded serde_with_macros v3.11.0 |
800 | 2024-11-06T23:17:01.800Z | Downloaded tracing-attributes v0.1.27 |
801 | 2024-11-06T23:17:01.802Z | Downloaded wyz v0.5.1 |
802 | 2024-11-06T23:17:01.803Z | Downloaded reedline v0.35.0 |
803 | 2024-11-06T23:17:01.810Z | Downloaded futures-sink v0.3.31 |
804 | 2024-11-06T23:17:01.812Z | Downloaded dsl_auto_type v0.1.2 |
805 | 2024-11-06T23:17:01.813Z | Downloaded difflib v0.4.0 |
806 | 2024-11-06T23:17:01.815Z | Downloaded publicsuffix v2.2.3 |
807 | 2024-11-06T23:17:01.818Z | Downloaded progenitor v0.8.0 |
808 | 2024-11-06T23:17:01.821Z | Downloaded hashlink v0.9.1 |
809 | 2024-11-06T23:17:01.821Z | Downloaded rayon-core v1.12.1 |
810 | 2024-11-06T23:17:01.828Z | Downloaded dropshot_endpoint v0.12.0 |
811 | 2024-11-06T23:17:01.831Z | Downloaded unicode_categories v0.1.1 |
812 | 2024-11-06T23:17:01.831Z | Downloaded zerocopy v0.6.6 |
813 | 2024-11-06T23:17:01.834Z | Downloaded defmt v0.3.8 |
814 | 2024-11-06T23:17:01.837Z | Downloaded serde_derive_internals v0.29.1 |
815 | 2024-11-06T23:17:01.839Z | Downloaded sec1 v0.7.3 |
816 | 2024-11-06T23:17:01.843Z | Downloaded tabwriter v1.4.0 |
817 | 2024-11-06T23:17:01.846Z | Downloaded expectorate v1.1.0 |
818 | 2024-11-06T23:17:01.846Z | Downloaded rusqlite v0.32.1 |
819 | 2024-11-06T23:17:01.852Z | Downloaded phf_generator v0.11.2 |
820 | 2024-11-06T23:17:01.857Z | Downloaded ron v0.8.1 |
821 | 2024-11-06T23:17:01.860Z | Downloaded rand_xorshift v0.3.0 |
822 | 2024-11-06T23:17:01.862Z | Downloaded filetime v0.2.25 |
823 | 2024-11-06T23:17:01.865Z | Downloaded ff v0.13.0 |
824 | 2024-11-06T23:17:01.865Z | Downloaded enum-as-inner v0.6.1 |
825 | 2024-11-06T23:17:01.867Z | Downloaded tracing-core v0.1.32 |
826 | 2024-11-06T23:17:01.870Z | Downloaded derive_more v0.99.18 |
827 | 2024-11-06T23:17:01.875Z | Downloaded progenitor-client v0.8.0 |
828 | 2024-11-06T23:17:01.877Z | Downloaded num_enum_derive v0.5.11 |
829 | 2024-11-06T23:17:01.877Z | Downloaded funty v2.0.0 |
830 | 2024-11-06T23:17:01.880Z | Downloaded twox-hash v1.6.3 |
831 | 2024-11-06T23:17:01.880Z | Downloaded precomputed-hash v0.1.1 |
832 | 2024-11-06T23:17:01.882Z | Downloaded fixedbitset v0.4.2 |
833 | 2024-11-06T23:17:01.882Z | Downloaded dhcproto-macros v0.1.0 |
834 | 2024-11-06T23:17:01.886Z | Downloaded predicates v3.1.2 |
835 | 2024-11-06T23:17:01.888Z | Downloaded num_enum v0.5.11 |
836 | 2024-11-06T23:17:01.891Z | Downloaded half v2.4.1 |
837 | 2024-11-06T23:17:01.894Z | Downloaded phf_codegen v0.11.2 |
838 | 2024-11-06T23:17:01.896Z | Downloaded unicode-segmentation v1.12.0 |
839 | 2024-11-06T23:17:01.899Z | Downloaded ssh-cipher v0.2.0 |
840 | 2024-11-06T23:17:01.901Z | Downloaded debug-ignore v1.0.5 |
841 | 2024-11-06T23:17:01.904Z | Downloaded parking_lot_core v0.8.6 |
842 | 2024-11-06T23:17:01.907Z | Downloaded enum-as-inner v0.5.1 |
843 | 2024-11-06T23:17:01.907Z | Downloaded samael v0.0.17 |
844 | 2024-11-06T23:17:01.912Z | Downloaded foreign-types-shared v0.3.1 |
845 | 2024-11-06T23:17:01.915Z | Downloaded hkdf v0.12.4 |
846 | 2024-11-06T23:17:01.917Z | Downloaded pbkdf2 v0.12.2 |
847 | 2024-11-06T23:17:01.919Z | Downloaded scheduled-thread-pool v0.2.7 |
848 | 2024-11-06T23:17:01.919Z | Downloaded omicron-zone-package v0.11.1 |
849 | 2024-11-06T23:17:01.922Z | Downloaded slog-json v2.6.1 |
850 | 2024-11-06T23:17:01.924Z | Downloaded url v2.5.2 |
851 | 2024-11-06T23:17:01.927Z | Downloaded serde_yaml v0.9.34+deprecated |
852 | 2024-11-06T23:17:01.931Z | Downloaded signature v2.2.0 |
853 | 2024-11-06T23:17:01.934Z | Downloaded aes-gcm v0.10.3 |
854 | 2024-11-06T23:17:01.936Z | Downloaded take_mut v0.2.2 |
855 | 2024-11-06T23:17:01.939Z | Downloaded number_prefix v0.4.0 |
856 | 2024-11-06T23:17:01.939Z | Downloaded tungstenite v0.24.0 |
857 | 2024-11-06T23:17:01.942Z | Downloaded dyn-clone v1.0.17 |
858 | 2024-11-06T23:17:01.945Z | Downloaded tokio-rustls v0.26.0 |
859 | 2024-11-06T23:17:01.948Z | Downloaded scopeguard v1.2.0 |
860 | 2024-11-06T23:17:01.948Z | Downloaded schemars_derive v0.8.21 |
861 | 2024-11-06T23:17:01.951Z | Downloaded tokio-tungstenite v0.23.1 |
862 | 2024-11-06T23:17:01.953Z | Downloaded zip v0.6.6 |
863 | 2024-11-06T23:17:01.956Z | Downloaded num-bigint v0.4.6 |
864 | 2024-11-06T23:17:01.962Z | Downloaded hex v0.4.3 |
865 | 2024-11-06T23:17:01.964Z | Downloaded flagset v0.4.6 |
866 | 2024-11-06T23:17:01.967Z | Downloaded toml_edit v0.19.15 |
867 | 2024-11-06T23:17:01.983Z | Downloaded form_urlencoded v1.2.1 |
868 | 2024-11-06T23:17:01.986Z | Downloaded bindgen v0.69.5 |
869 | 2024-11-06T23:17:01.991Z | Downloaded group v0.13.0 |
870 | 2024-11-06T23:17:01.993Z | Downloaded percent-encoding v2.3.1 |
871 | 2024-11-06T23:17:01.996Z | Downloaded num-rational v0.4.2 |
872 | 2024-11-06T23:17:01.996Z | Downloaded subprocess v0.2.9 |
873 | 2024-11-06T23:17:01.999Z | Downloaded idna v0.5.0 |
874 | 2024-11-06T23:17:02.005Z | Downloaded num-iter v0.1.45 |
875 | 2024-11-06T23:17:02.007Z | Downloaded tokio-stream v0.1.16 |
876 | 2024-11-06T23:17:02.011Z | Downloaded ppv-lite86 v0.2.20 |
877 | 2024-11-06T23:17:02.014Z | Downloaded tap v1.0.1 |
878 | 2024-11-06T23:17:02.014Z | Downloaded rusty-fork v0.3.0 |
879 | 2024-11-06T23:17:02.017Z | Downloaded thiserror-no-std v2.0.2 |
880 | 2024-11-06T23:17:02.019Z | Downloaded ecdsa v0.16.9 |
881 | 2024-11-06T23:17:02.022Z | Downloaded universal-hash v0.5.1 |
882 | 2024-11-06T23:17:02.025Z | Downloaded sct v0.7.1 |
883 | 2024-11-06T23:17:02.029Z | Downloaded rustls-pemfile v1.0.4 |
884 | 2024-11-06T23:17:02.031Z | Downloaded tough v0.17.1 |
885 | 2024-11-06T23:17:02.036Z | Downloaded tokio-rustls v0.24.1 |
886 | 2024-11-06T23:17:02.039Z | Downloaded zopfli v0.8.1 |
887 | 2024-11-06T23:17:02.042Z | Downloaded pem-rfc7468 v0.7.0 |
888 | 2024-11-06T23:17:02.044Z | Downloaded blake3 v1.5.4 |
889 | 2024-11-06T23:17:02.054Z | Downloaded postgres-protocol v0.6.7 |
890 | 2024-11-06T23:17:02.057Z | Downloaded parking_lot_core v0.9.10 |
891 | 2024-11-06T23:17:02.060Z | Downloaded hyper v1.4.1 |
892 | 2024-11-06T23:17:02.065Z | Downloaded num-traits v0.2.19 |
893 | 2024-11-06T23:17:02.068Z | Downloaded unicode-properties v0.1.3 |
894 | 2024-11-06T23:17:02.071Z | Downloaded nom v7.1.3 |
895 | 2024-11-06T23:17:02.077Z | Downloaded typify v0.2.0 |
896 | 2024-11-06T23:17:02.080Z | Downloaded heapless v0.7.17 |
897 | 2024-11-06T23:17:02.084Z | Downloaded headers v0.4.0 |
898 | 2024-11-06T23:17:02.090Z | Downloaded hyper v0.14.30 |
899 | 2024-11-06T23:17:02.099Z | Downloaded flate2 v1.0.34 |
900 | 2024-11-06T23:17:02.105Z | Downloaded tar v0.4.42 |
901 | 2024-11-06T23:17:02.108Z | Downloaded snafu v0.8.5 |
902 | 2024-11-06T23:17:02.117Z | Downloaded futures-util v0.3.31 |
903 | 2024-11-06T23:17:02.128Z | Downloaded dhcproto v0.12.0 |
904 | 2024-11-06T23:17:02.131Z | Downloaded bitvec v1.0.1 |
905 | 2024-11-06T23:17:02.147Z | Downloaded diesel_derives v2.2.3 |
906 | 2024-11-06T23:17:02.151Z | Downloaded chrono v0.4.38 |
907 | 2024-11-06T23:17:02.159Z | Downloaded p521 v0.13.3 |
908 | 2024-11-06T23:17:02.163Z | Downloaded nix v0.28.0 |
909 | 2024-11-06T23:17:02.177Z | Downloaded ssh-key v0.6.6 |
910 | 2024-11-06T23:17:02.183Z | Downloaded lalrpop v0.19.12 |
911 | 2024-11-06T23:17:02.195Z | Downloaded quinn-proto v0.11.8 |
912 | 2024-11-06T23:17:02.202Z | Downloaded typed-path v0.7.1 |
913 | 2024-11-06T23:17:02.208Z | Downloaded tokio-postgres v0.7.12 |
914 | 2024-11-06T23:17:02.213Z | Downloaded rustyline v14.0.0 |
915 | 2024-11-06T23:17:02.219Z | Downloaded tokio-util v0.7.12 |
916 | 2024-11-06T23:17:02.228Z | Downloaded curve25519-dalek v4.1.3 |
917 | 2024-11-06T23:17:02.236Z | Downloaded portable-atomic v1.9.0 |
918 | 2024-11-06T23:17:02.248Z | Downloaded idna v0.4.0 |
919 | 2024-11-06T23:17:02.261Z | Downloaded regex v1.11.0 |
920 | 2024-11-06T23:17:02.265Z | Downloaded winnow v0.5.40 |
921 | 2024-11-06T23:17:02.274Z | Downloaded unicode-normalization v0.1.24 |
922 | 2024-11-06T23:17:02.278Z | Downloaded serde_with v3.11.0 |
923 | 2024-11-06T23:17:02.287Z | Downloaded reqwest v0.11.27 |
924 | 2024-11-06T23:17:02.295Z | Downloaded hashbrown v0.14.5 |
925 | 2024-11-06T23:17:02.301Z | Downloaded regex-syntax v0.6.29 |
926 | 2024-11-06T23:17:02.315Z | Downloaded gimli v0.31.1 |
927 | 2024-11-06T23:17:02.323Z | Downloaded h2 v0.4.6 |
928 | 2024-11-06T23:17:02.346Z | Downloaded rayon v1.10.0 |
929 | 2024-11-06T23:17:02.355Z | Downloaded nix v0.29.0 |
930 | 2024-11-06T23:17:02.355Z | Downloaded h2 v0.3.26 |
931 | 2024-11-06T23:17:02.380Z | Downloaded quick-xml v0.33.0 |
932 | 2024-11-06T23:17:02.394Z | Downloaded proptest v1.5.0 |
933 | 2024-11-06T23:17:02.394Z | Downloaded polar-core v0.27.3 |
934 | 2024-11-06T23:17:02.395Z | Downloaded openssl v0.10.66 |
935 | 2024-11-06T23:17:02.400Z | Downloaded trust-dns-proto v0.22.0 |
936 | 2024-11-06T23:17:02.408Z | Downloaded chrono-tz v0.10.0 |
937 | 2024-11-06T23:17:02.414Z | Downloaded smoltcp v0.9.1 |
938 | 2024-11-06T23:17:02.427Z | Downloaded rustls v0.21.12 |
939 | 2024-11-06T23:17:02.441Z | Downloaded object v0.30.4 |
940 | 2024-11-06T23:17:02.451Z | Downloaded webpki-roots v0.26.6 |
941 | 2024-11-06T23:17:02.457Z | Downloaded regex-syntax v0.8.5 |
942 | 2024-11-06T23:17:02.462Z | Downloaded dropshot v0.12.0 |
943 | 2024-11-06T23:17:02.487Z | Downloaded object v0.36.5 |
944 | 2024-11-06T23:17:02.493Z | Downloaded regress v0.9.1 |
945 | 2024-11-06T23:17:02.504Z | Downloaded regress v0.10.1 |
946 | 2024-11-06T23:17:02.510Z | Downloaded smoltcp v0.11.0 |
947 | 2024-11-06T23:17:02.527Z | Downloaded diesel v2.2.4 |
948 | 2024-11-06T23:17:02.543Z | Downloaded rustls v0.23.14 |
949 | 2024-11-06T23:17:02.565Z | Downloaded openapiv3 v2.0.0 |
950 | 2024-11-06T23:17:02.573Z | Downloaded sled v0.34.7 |
951 | 2024-11-06T23:17:02.584Z | Downloaded zerocopy-derive v0.6.6 |
952 | 2024-11-06T23:17:02.600Z | Downloaded rustls v0.22.4 |
953 | 2024-11-06T23:17:02.626Z | Downloaded typify-impl v0.2.0 |
954 | 2024-11-06T23:17:02.668Z | Downloaded ratatui v0.28.1 |
955 | 2024-11-06T23:17:02.724Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
956 | 2024-11-06T23:17:02.724Z | Downloaded bstr v1.10.0 |
957 | 2024-11-06T23:17:02.724Z | Downloaded regex-automata v0.4.8 |
958 | 2024-11-06T23:17:02.724Z | Downloaded salty v0.3.0 |
959 | 2024-11-06T23:17:02.725Z | Downloaded radix_trie v0.2.1 |
960 | 2024-11-06T23:17:02.725Z | Downloaded lzma-sys v0.1.20 |
961 | 2024-11-06T23:17:02.739Z | Downloaded hickory-proto v0.24.1 |
962 | 2024-11-06T23:17:02.739Z | Downloaded git2 v0.19.0 |
963 | 2024-11-06T23:17:02.753Z | Downloaded vcpkg v0.2.15 |
964 | 2024-11-06T23:17:02.780Z | Downloaded nix v0.27.1 |
965 | 2024-11-06T23:17:02.789Z | Downloaded p384 v0.13.0 |
966 | 2024-11-06T23:17:02.799Z | Downloaded idna v0.3.0 |
967 | 2024-11-06T23:17:02.814Z | Downloaded rustls-webpki v0.102.8 |
968 | 2024-11-06T23:17:02.821Z | Downloaded csv v1.3.0 |
969 | 2024-11-06T23:17:02.862Z | Downloaded quinn v0.11.5 |
970 | 2024-11-06T23:17:02.878Z | Downloaded hashbrown v0.12.3 |
971 | 2024-11-06T23:17:02.878Z | Downloaded zip v2.1.3 |
972 | 2024-11-06T23:17:02.878Z | Downloaded x509-cert v0.2.5 |
973 | 2024-11-06T23:17:02.878Z | Downloaded tokio v1.40.0 |
974 | 2024-11-06T23:17:02.899Z | Downloaded petgraph v0.6.5 |
975 | 2024-11-06T23:17:02.937Z | Downloaded sha3 v0.10.8 |
976 | 2024-11-06T23:17:03.011Z | Downloaded libz-sys v1.1.20 |
977 | 2024-11-06T23:17:03.012Z | Downloaded rustls-webpki v0.101.7 |
978 | 2024-11-06T23:17:03.012Z | Downloaded sqlparser v0.45.0 |
979 | 2024-11-06T23:17:03.012Z | Downloaded reqwest v0.12.8 |
980 | 2024-11-06T23:17:03.012Z | Downloaded hashbrown v0.13.2 |
981 | 2024-11-06T23:17:03.012Z | Downloaded steno v0.4.1 |
982 | 2024-11-06T23:17:03.012Z | Downloaded unicode-bidi v0.3.17 |
983 | 2024-11-06T23:17:03.012Z | Downloaded idna v0.2.3 |
984 | 2024-11-06T23:17:03.094Z | Downloaded futures v0.3.31 |
985 | 2024-11-06T23:17:03.094Z | Downloaded unsafe-libyaml v0.2.11 |
986 | 2024-11-06T23:17:03.094Z | Downloaded fragile v2.0.0 |
987 | 2024-11-06T23:17:03.095Z | Downloaded phf v0.11.2 |
988 | 2024-11-06T23:17:03.095Z | Downloaded tokio-rustls v0.25.0 |
989 | 2024-11-06T23:17:03.095Z | Downloaded ena v0.14.3 |
990 | 2024-11-06T23:17:03.095Z | Downloaded embedded-io v0.6.1 |
991 | 2024-11-06T23:17:03.096Z | Downloaded unicase v2.7.0 |
992 | 2024-11-06T23:17:03.096Z | Downloaded serde_path_to_error v0.1.16 |
993 | 2024-11-06T23:17:03.096Z | Downloaded powerfmt v0.2.0 |
994 | 2024-11-06T23:17:03.096Z | Downloaded time-macros v0.2.18 |
995 | 2024-11-06T23:17:03.096Z | Downloaded qorb v0.2.0 |
996 | 2024-11-06T23:17:03.096Z | Downloaded tracing v0.1.40 |
997 | 2024-11-06T23:17:03.096Z | Downloaded itertools v0.12.1 |
998 | 2024-11-06T23:17:03.096Z | Downloaded proc-macro-crate v1.3.1 |
999 | 2024-11-06T23:17:03.097Z | Downloaded p256 v0.13.2 |
1000 | 2024-11-06T23:17:03.097Z | Downloaded time v0.3.36 |
1001 | 2024-11-06T23:17:03.097Z | Downloaded tokio-tungstenite v0.21.0 |
1002 | 2024-11-06T23:17:03.097Z | Downloaded diff v0.1.13 |
1003 | 2024-11-06T23:17:03.097Z | Downloaded num-bigint-dig v0.8.4 |
1004 | 2024-11-06T23:17:03.189Z | Downloaded owo-colors v4.1.0 |
1005 | 2024-11-06T23:17:03.189Z | Downloaded flume v0.11.0 |
1006 | 2024-11-06T23:17:03.189Z | Downloaded des v0.8.1 |
1007 | 2024-11-06T23:17:03.189Z | Downloaded snafu-derive v0.8.5 |
1008 | 2024-11-06T23:17:03.190Z | Downloaded rsa v0.9.6 |
1009 | 2024-11-06T23:17:03.190Z | Downloaded libxml v0.3.3 |
1010 | 2024-11-06T23:17:03.190Z | Downloaded der v0.7.9 |
1011 | 2024-11-06T23:17:03.190Z | Downloaded test-strategy v0.3.1 |
1012 | 2024-11-06T23:17:03.190Z | Downloaded rand v0.8.5 |
1013 | 2024-11-06T23:17:03.190Z | Downloaded crossterm v0.28.1 |
1014 | 2024-11-06T23:17:03.191Z | Downloaded strum_macros v0.26.4 |
1015 | 2024-11-06T23:17:03.191Z | Downloaded encoding_rs v0.8.34 |
1016 | 2024-11-06T23:17:03.191Z | Downloaded itertools v0.10.5 |
1017 | 2024-11-06T23:17:03.191Z | Downloaded rfc6979 v0.4.0 |
1018 | 2024-11-06T23:17:03.191Z | Downloaded predicates-core v1.0.8 |
1019 | 2024-11-06T23:17:03.191Z | Downloaded vte v0.11.1 |
1020 | 2024-11-06T23:17:03.193Z | Downloaded pbkdf2 v0.11.0 |
1021 | 2024-11-06T23:17:03.194Z | Downloaded rcgen v0.12.1 |
1022 | 2024-11-06T23:17:03.194Z | Downloaded defmt-parser v0.3.4 |
1023 | 2024-11-06T23:17:03.195Z | Downloaded tungstenite v0.23.0 |
1024 | 2024-11-06T23:17:03.195Z | Downloaded heapless v0.8.0 |
1025 | 2024-11-06T23:17:03.195Z | Downloaded pin-project v1.1.6 |
1026 | 2024-11-06T23:17:03.195Z | Downloaded walkdir v2.5.0 |
1027 | 2024-11-06T23:17:03.196Z | Downloaded oso v0.27.3 |
1028 | 2024-11-06T23:17:03.243Z | Downloaded vergen v8.3.2 |
1029 | 2024-11-06T23:17:03.243Z | Downloaded minimal-lexical v0.2.1 |
1030 | 2024-11-06T23:17:03.243Z | Downloaded radium v0.7.0 |
1031 | 2024-11-06T23:17:03.244Z | Downloaded prettyplease v0.2.22 |
1032 | 2024-11-06T23:17:03.244Z | Downloaded futures-executor v0.3.31 |
1033 | 2024-11-06T23:17:03.244Z | Downloaded futures-core v0.3.31 |
1034 | 2024-11-06T23:17:03.244Z | Downloaded pin-project-lite v0.2.14 |
1035 | 2024-11-06T23:17:03.244Z | Downloaded peg-macros v0.8.4 |
1036 | 2024-11-06T23:17:03.244Z | Downloaded fatfs v0.3.6 |
1037 | 2024-11-06T23:17:03.244Z | Downloaded glob v0.3.1 |
1038 | 2024-11-06T23:17:03.244Z | Downloaded termcolor v1.4.1 |
1039 | 2024-11-06T23:17:03.244Z | Downloaded slog-envlogger v2.2.0 |
1040 | 2024-11-06T23:17:03.245Z | Downloaded serde-big-array v0.5.1 |
1041 | 2024-11-06T23:17:03.245Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1042 | 2024-11-06T23:17:03.289Z | Downloaded secrecy v0.8.0 |
1043 | 2024-11-06T23:17:03.289Z | Downloaded rustversion v1.0.17 |
1044 | 2024-11-06T23:17:03.290Z | Downloaded pkg-config v0.3.31 |
1045 | 2024-11-06T23:17:03.290Z | Downloaded vsss-rs v3.3.4 |
1046 | 2024-11-06T23:17:03.290Z | Downloaded pkcs5 v0.7.1 |
1047 | 2024-11-06T23:17:03.290Z | Downloaded parking_lot v0.12.3 |
1048 | 2024-11-06T23:17:03.290Z | Downloaded spin v0.9.8 |
1049 | 2024-11-06T23:17:03.290Z | Downloaded progenitor-impl v0.8.0 |
1050 | 2024-11-06T23:17:03.290Z | Downloaded indicatif v0.17.8 |
1051 | 2024-11-06T23:17:03.290Z | Downloaded crypto-bigint v0.5.5 |
1052 | 2024-11-06T23:17:03.291Z | Downloaded futures-task v0.3.31 |
1053 | 2024-11-06T23:17:03.291Z | Downloaded cc v1.1.30 |
1054 | 2024-11-06T23:17:03.291Z | Downloaded base64 v0.22.1 |
1055 | 2024-11-06T23:17:03.291Z | Downloaded num v0.4.3 |
1056 | 2024-11-06T23:17:03.291Z | Downloaded fallible-iterator v0.2.0 |
1057 | 2024-11-06T23:17:03.292Z | Downloaded rustls-pemfile v2.2.0 |
1058 | 2024-11-06T23:17:03.293Z | Downloaded rustc-demangle v0.1.24 |
1059 | 2024-11-06T23:17:03.293Z | Downloaded password-hash v0.4.2 |
1060 | 2024-11-06T23:17:03.293Z | Downloaded unicode-truncate v1.1.0 |
1061 | 2024-11-06T23:17:03.293Z | Downloaded base64 v0.21.7 |
1062 | 2024-11-06T23:17:03.308Z | Downloaded password-hash v0.5.0 |
1063 | 2024-11-06T23:17:03.308Z | Downloaded crossbeam-epoch v0.9.18 |
1064 | 2024-11-06T23:17:03.308Z | Downloaded getrandom v0.2.15 |
1065 | 2024-11-06T23:17:03.308Z | Downloaded itertools v0.13.0 |
1066 | 2024-11-06T23:17:03.308Z | Downloaded signal-hook-mio v0.2.4 |
1067 | 2024-11-06T23:17:03.308Z | Downloaded shell-words v1.1.0 |
1068 | 2024-11-06T23:17:03.309Z | Downloaded serde-hex v0.1.0 |
1069 | 2024-11-06T23:17:03.309Z | Downloaded derive_builder_core v0.20.2 |
1070 | 2024-11-06T23:17:03.309Z | Downloaded multer v3.1.0 |
1071 | 2024-11-06T23:17:03.309Z | Downloaded crossbeam-channel v0.5.13 |
1072 | 2024-11-06T23:17:03.309Z | Downloaded const-oid v0.9.6 |
1073 | 2024-11-06T23:17:03.333Z | Downloaded zone v0.3.0 |
1074 | 2024-11-06T23:17:03.333Z | Downloaded which v4.4.2 |
1075 | 2024-11-06T23:17:03.333Z | Downloaded untrusted v0.9.0 |
1076 | 2024-11-06T23:17:03.333Z | Downloaded tokio-macros v2.4.0 |
1077 | 2024-11-06T23:17:03.333Z | Downloaded tls_codec v0.4.1 |
1078 | 2024-11-06T23:17:03.333Z | Downloaded structmeta v0.2.0 |
1079 | 2024-11-06T23:17:03.333Z | Downloaded blake2 v0.10.6 |
1080 | 2024-11-06T23:17:03.333Z | Downloaded siphasher v0.3.11 |
1081 | 2024-11-06T23:17:03.333Z | Downloaded libm v0.2.8 |
1082 | 2024-11-06T23:17:03.356Z | Downloaded const_format_proc_macros v0.2.33 |
1083 | 2024-11-06T23:17:03.357Z | Downloaded console v0.15.8 |
1084 | 2024-11-06T23:17:03.357Z | Downloaded linked-hash-map v0.5.6 |
1085 | 2024-11-06T23:17:03.357Z | Downloaded ahash v0.8.11 |
1086 | 2024-11-06T23:17:03.357Z | Downloaded backtrace v0.3.74 |
1087 | 2024-11-06T23:17:03.357Z | Downloaded keccak v0.1.5 |
1088 | 2024-11-06T23:17:03.358Z | Downloaded is-terminal v0.4.13 |
1089 | 2024-11-06T23:17:03.358Z | Downloaded indoc v1.0.9 |
1090 | 2024-11-06T23:17:03.359Z | Downloaded const_format v0.2.33 |
1091 | 2024-11-06T23:17:03.382Z | Downloaded bzip2 v0.4.4 |
1092 | 2024-11-06T23:17:03.382Z | Downloaded unarray v0.1.4 |
1093 | 2024-11-06T23:17:03.382Z | Downloaded async-trait v0.1.83 |
1094 | 2024-11-06T23:17:03.382Z | Downloaded arrayref v0.3.9 |
1095 | 2024-11-06T23:17:03.383Z | Downloaded hyper-tls v0.6.0 |
1096 | 2024-11-06T23:17:03.383Z | Downloaded crc v3.2.1 |
1097 | 2024-11-06T23:17:03.383Z | Downloaded bit-vec v0.6.3 |
1098 | 2024-11-06T23:17:03.383Z | Downloaded crossbeam-deque v0.8.5 |
1099 | 2024-11-06T23:17:03.383Z | Downloaded constant_time_eq v0.3.1 |
1100 | 2024-11-06T23:17:03.383Z | Downloaded termios v0.3.3 |
1101 | 2024-11-06T23:17:03.383Z | Downloaded smallvec v1.13.2 |
1102 | 2024-11-06T23:17:03.384Z | Downloaded cobs v0.2.3 |
1103 | 2024-11-06T23:17:03.384Z | Downloaded castaway v0.2.3 |
1104 | 2024-11-06T23:17:03.384Z | Downloaded bumpalo v3.16.0 |
1105 | 2024-11-06T23:17:03.384Z | Downloaded indent_write v2.2.0 |
1106 | 2024-11-06T23:17:03.395Z | Downloaded ciborium-ll v0.2.2 |
1107 | 2024-11-06T23:17:03.396Z | Downloaded chacha20 v0.9.1 |
1108 | 2024-11-06T23:17:03.396Z | Downloaded impl-trait-for-tuples v0.2.2 |
1109 | 2024-11-06T23:17:03.396Z | Downloaded block-padding v0.3.3 |
1110 | 2024-11-06T23:17:03.396Z | Downloaded bitfield-struct v0.6.2 |
1111 | 2024-11-06T23:17:03.396Z | Downloaded async-recursion v1.1.1 |
1112 | 2024-11-06T23:17:03.396Z | Downloaded data-encoding v2.6.0 |
1113 | 2024-11-06T23:17:03.396Z | Downloaded bit-set v0.5.3 |
1114 | 2024-11-06T23:17:03.396Z | Downloaded bb8 v0.8.5 |
1115 | 2024-11-06T23:17:03.396Z | Downloaded base16ct v0.2.0 |
1116 | 2024-11-06T23:17:03.396Z | Downloaded cstr-argument v0.1.2 |
1117 | 2024-11-06T23:17:03.397Z | Downloaded async-stream v0.3.6 |
1118 | 2024-11-06T23:17:03.397Z | Downloaded ascii-canvas v3.0.0 |
1119 | 2024-11-06T23:17:03.397Z | Downloaded array-init v0.0.4 |
1120 | 2024-11-06T23:17:03.397Z | Downloaded httpdate v1.0.3 |
1121 | 2024-11-06T23:17:03.397Z | Downloaded http-body-util v0.1.2 |
1122 | 2024-11-06T23:17:03.397Z | Downloaded home v0.5.9 |
1123 | 2024-11-06T23:17:03.397Z | Downloaded arc-swap v1.7.1 |
1124 | 2024-11-06T23:17:03.406Z | Downloaded crossbeam-utils v0.8.20 |
1125 | 2024-11-06T23:17:03.407Z | Downloaded cookie_store v0.21.0 |
1126 | 2024-11-06T23:17:03.407Z | Downloaded instability v0.3.2 |
1127 | 2024-11-06T23:17:03.407Z | Downloaded inout v0.1.3 |
1128 | 2024-11-06T23:17:03.408Z | Downloaded darling v0.20.10 |
1129 | 2024-11-06T23:17:03.540Z | Downloaded libsqlite3-sys v0.30.1 |
1130 | 2024-11-06T23:17:03.615Z | Downloaded ring v0.17.8 |
1131 | 2024-11-06T23:17:03.763Z | Downloaded ring v0.16.20 |
1132 | 2024-11-06T23:17:03.926Z | Compiling serde v1.0.210 |
1133 | 2024-11-06T23:17:03.932Z | Compiling typenum v1.17.0 |
1134 | 2024-11-06T23:17:03.932Z | Compiling generic-array v0.14.7 |
1135 | 2024-11-06T23:17:03.932Z | Compiling lock_api v0.4.12 |
1136 | 2024-11-06T23:17:03.932Z | Compiling scopeguard v1.2.0 |
1137 | 2024-11-06T23:17:04.074Z | Compiling subtle v2.6.1 |
1138 | 2024-11-06T23:17:04.104Z | Compiling syn v2.0.79 |
1139 | 2024-11-06T23:17:04.116Z | Compiling getrandom v0.2.15 |
1140 | 2024-11-06T23:17:04.216Z | Compiling value-bag v1.9.0 |
1141 | 2024-11-06T23:17:04.419Z | Compiling rand_core v0.6.4 |
1142 | 2024-11-06T23:17:04.638Z | Compiling const-oid v0.9.6 |
1143 | 2024-11-06T23:17:04.662Z | Compiling jobserver v0.1.32 |
1144 | 2024-11-06T23:17:04.751Z | Compiling shlex v1.3.0 |
1145 | 2024-11-06T23:17:04.937Z | Compiling log v0.4.22 |
1146 | 2024-11-06T23:17:05.116Z | Compiling cc v1.1.30 |
1147 | 2024-11-06T23:17:05.134Z | Compiling pin-project-lite v0.2.14 |
1148 | 2024-11-06T23:17:05.151Z | Compiling smallvec v1.13.2 |
1149 | 2024-11-06T23:17:05.264Z | Compiling parking_lot_core v0.9.10 |
1150 | 2024-11-06T23:17:05.558Z | Compiling futures-core v0.3.31 |
1151 | 2024-11-06T23:17:05.576Z | Compiling signal-hook-registry v1.4.2 |
1152 | 2024-11-06T23:17:05.828Z | Compiling mio v1.0.2 |
1153 | 2024-11-06T23:17:05.860Z | Compiling cpufeatures v0.2.14 |
1154 | 2024-11-06T23:17:05.964Z | Compiling futures-sink v0.3.31 |
1155 | 2024-11-06T23:17:06.122Z | Compiling parking_lot v0.12.3 |
1156 | 2024-11-06T23:17:06.382Z | Compiling spin v0.9.8 |
1157 | 2024-11-06T23:17:06.420Z | Compiling socket2 v0.5.7 |
1158 | 2024-11-06T23:17:06.646Z | Compiling slab v0.4.9 |
1159 | 2024-11-06T23:17:06.820Z | Compiling serde_json v1.0.128 |
1160 | 2024-11-06T23:17:06.820Z | Compiling futures-channel v0.3.31 |
1161 | 2024-11-06T23:17:07.095Z | Compiling allocator-api2 v0.2.18 |
1162 | 2024-11-06T23:17:07.133Z | Compiling pin-utils v0.1.0 |
1163 | 2024-11-06T23:17:07.239Z | Compiling futures-task v0.3.31 |
1164 | 2024-11-06T23:17:07.261Z | Compiling futures-io v0.3.31 |
1165 | 2024-11-06T23:17:07.368Z | Compiling tinyvec_macros v0.1.1 |
1166 | 2024-11-06T23:17:07.460Z | Compiling foldhash v0.1.3 |
1167 | 2024-11-06T23:17:07.478Z | Compiling tinyvec v1.8.0 |
1168 | 2024-11-06T23:17:07.495Z | Compiling pkg-config v0.3.31 |
1169 | 2024-11-06T23:17:07.533Z | Compiling libm v0.2.8 |
1170 | 2024-11-06T23:17:07.590Z | Compiling num-traits v0.2.19 |
1171 | 2024-11-06T23:17:07.754Z | Compiling unicode-bidi v0.3.17 |
1172 | 2024-11-06T23:17:07.877Z | Compiling hashbrown v0.15.0 |
1173 | 2024-11-06T23:17:08.141Z | Compiling base64ct v1.6.0 |
1174 | 2024-11-06T23:17:08.738Z | Compiling pem-rfc7468 v0.7.0 |
1175 | 2024-11-06T23:17:08.973Z | Compiling unicode-normalization v0.1.24 |
1176 | 2024-11-06T23:17:09.134Z | Compiling flagset v0.4.6 |
1177 | 2024-11-06T23:17:09.173Z | Compiling httparse v1.9.5 |
1178 | 2024-11-06T23:17:09.208Z | Compiling ring v0.17.8 |
1179 | 2024-11-06T23:17:09.293Z | Compiling tracing-core v0.1.32 |
1180 | 2024-11-06T23:17:09.337Z | Compiling crossbeam-utils v0.8.20 |
1181 | 2024-11-06T23:17:09.449Z | Compiling percent-encoding v2.3.1 |
1182 | 2024-11-06T23:17:09.848Z | Compiling rustls-pki-types v1.9.0 |
1183 | 2024-11-06T23:17:10.027Z | Compiling untrusted v0.9.0 |
1184 | 2024-11-06T23:17:10.116Z | Compiling powerfmt v0.2.0 |
1185 | 2024-11-06T23:17:10.214Z | Compiling vcpkg v0.2.15 |
1186 | 2024-11-06T23:17:10.505Z | Compiling num-conv v0.1.0 |
1187 | 2024-11-06T23:17:10.653Z | Compiling time-core v0.1.2 |
1188 | 2024-11-06T23:17:10.763Z | Compiling deranged v0.3.11 |
1189 | 2024-11-06T23:17:10.812Z | Compiling time-macros v0.2.18 |
1190 | 2024-11-06T23:17:10.904Z | Compiling num_threads v0.1.7 |
1191 | 2024-11-06T23:17:10.989Z | Compiling atomic-waker v1.1.2 |
1192 | 2024-11-06T23:17:11.027Z | Compiling form_urlencoded v1.2.1 |
1193 | 2024-11-06T23:17:11.156Z | Compiling rustix v0.38.37 |
1194 | 2024-11-06T23:17:11.320Z | Compiling slog v2.7.0 |
1195 | 2024-11-06T23:17:11.853Z | Compiling try-lock v0.2.5 |
1196 | 2024-11-06T23:17:11.977Z | Compiling want v0.3.1 |
1197 | 2024-11-06T23:17:12.016Z | Compiling httpdate v1.0.3 |
1198 | 2024-11-06T23:17:12.196Z | Compiling openssl-sys v0.9.103 |
1199 | 2024-11-06T23:17:12.270Z | Compiling idna v0.5.0 |
1200 | 2024-11-06T23:17:12.450Z | Compiling foreign-types-shared v0.1.1 |
1201 | 2024-11-06T23:17:12.562Z | Compiling openssl v0.10.66 |
1202 | 2024-11-06T23:17:12.649Z | Compiling rustversion v1.0.17 |
1203 | 2024-11-06T23:17:12.846Z | Compiling base64 v0.22.1 |
1204 | 2024-11-06T23:17:12.979Z | Compiling iana-time-zone v0.1.61 |
1205 | 2024-11-06T23:17:13.366Z | Compiling adler2 v2.0.0 |
1206 | 2024-11-06T23:17:13.387Z | Compiling tower-service v0.3.3 |
1207 | 2024-11-06T23:17:13.433Z | Compiling match_cfg v0.1.0 |
1208 | 2024-11-06T23:17:13.502Z | Compiling miniz_oxide v0.8.0 |
1209 | 2024-11-06T23:17:13.521Z | Compiling hostname v0.3.1 |
1210 | 2024-11-06T23:17:13.671Z | Compiling url v2.5.2 |
1211 | 2024-11-06T23:17:13.714Z | Compiling time v0.3.36 |
1212 | 2024-11-06T23:17:13.745Z | Compiling foreign-types v0.3.2 |
1213 | 2024-11-06T23:17:13.777Z | Compiling dirs-sys-next v0.1.2 |
1214 | 2024-11-06T23:17:13.845Z | Compiling aho-corasick v1.1.3 |
1215 | 2024-11-06T23:17:14.397Z | Compiling regex-syntax v0.8.5 |
1216 | 2024-11-06T23:17:15.004Z | Compiling syn v1.0.109 |
1217 | 2024-11-06T23:17:15.023Z | Compiling siphasher v0.3.11 |
1218 | 2024-11-06T23:17:15.360Z | Compiling rustls v0.23.14 |
1219 | 2024-11-06T23:17:15.478Z | Compiling data-encoding v2.6.0 |
1220 | 2024-11-06T23:17:15.601Z | Compiling native-tls v0.2.12 |
1221 | 2024-11-06T23:17:15.635Z | Compiling rustls v0.22.4 |
1222 | 2024-11-06T23:17:15.959Z | Compiling dirs-next v2.0.0 |
1223 | 2024-11-06T23:17:16.144Z | Compiling serde_derive_internals v0.29.1 |
1224 | 2024-11-06T23:17:17.375Z | Compiling crossbeam-epoch v0.9.18 |
1225 | 2024-11-06T23:17:17.690Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1226 | 2024-11-06T23:17:17.874Z | Compiling serde_derive v1.0.210 |
1227 | 2024-11-06T23:17:18.068Z | Compiling zeroize_derive v1.4.2 |
1228 | 2024-11-06T23:17:18.186Z | Compiling zerocopy-derive v0.7.35 |
1229 | 2024-11-06T23:17:18.721Z | Compiling tokio-macros v2.4.0 |
1230 | 2024-11-06T23:17:18.750Z | Compiling thiserror-impl v1.0.64 |
1231 | 2024-11-06T23:17:18.772Z | Compiling futures-macro v0.3.31 |
1232 | 2024-11-06T23:17:19.574Z | Compiling zeroize v1.8.1 |
1233 | 2024-11-06T23:17:19.971Z | Compiling der_derive v0.7.3 |
1234 | 2024-11-06T23:17:20.306Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-11-06T23:17:20.364Z | Compiling zerocopy v0.7.35 |
1236 | 2024-11-06T23:17:20.671Z | Compiling scroll_derive v0.12.0 |
1237 | 2024-11-06T23:17:20.690Z | Compiling futures-util v0.3.31 |
1238 | 2024-11-06T23:17:21.371Z | Compiling crypto-common v0.1.6 |
1239 | 2024-11-06T23:17:21.612Z | Compiling block-buffer v0.10.4 |
1240 | 2024-11-06T23:17:21.883Z | Compiling digest v0.10.7 |
1241 | 2024-11-06T23:17:21.902Z | Compiling thiserror v1.0.64 |
1242 | 2024-11-06T23:17:21.994Z | Compiling block-padding v0.3.3 |
1243 | 2024-11-06T23:17:22.034Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-06T23:17:22.053Z | Compiling pest v2.7.14 |
1245 | 2024-11-06T23:17:22.240Z | Compiling inout v0.1.3 |
1246 | 2024-11-06T23:17:22.277Z | Compiling der v0.7.9 |
1247 | 2024-11-06T23:17:22.387Z | Compiling hmac v0.12.1 |
1248 | 2024-11-06T23:17:22.519Z | Compiling cipher v0.4.4 |
1249 | 2024-11-06T23:17:22.617Z | Compiling sha2 v0.10.8 |
1250 | 2024-11-06T23:17:22.887Z | Compiling rand_chacha v0.3.1 |
1251 | 2024-11-06T23:17:23.063Z | Compiling salsa20 v0.10.2 |
1252 | 2024-11-06T23:17:23.309Z | Compiling rand v0.8.5 |
1253 | 2024-11-06T23:17:23.871Z | Compiling tracing v0.1.40 |
1254 | 2024-11-06T23:17:24.405Z | Compiling spki v0.7.3 |
1255 | 2024-11-06T23:17:24.837Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-06T23:17:25.016Z | Compiling scrypt v0.11.0 |
1257 | 2024-11-06T23:17:25.055Z | Compiling pest_meta v2.7.14 |
1258 | 2024-11-06T23:17:25.298Z | Compiling cbc v0.1.2 |
1259 | 2024-11-06T23:17:25.527Z | Compiling aes v0.8.4 |
1260 | 2024-11-06T23:17:25.547Z | Compiling scroll v0.12.0 |
1261 | 2024-11-06T23:17:25.575Z | Compiling rustls-webpki v0.102.8 |
1262 | 2024-11-06T23:17:25.578Z | Compiling openssl-macros v0.1.1 |
1263 | 2024-11-06T23:17:26.065Z | Compiling goblin v0.8.2 |
1264 | 2024-11-06T23:17:26.254Z | Compiling async-trait v0.1.83 |
1265 | 2024-11-06T23:17:26.350Z | Compiling pest_generator v2.7.14 |
1266 | 2024-11-06T23:17:27.107Z | Compiling pkcs5 v0.7.1 |
1267 | 2024-11-06T23:17:27.580Z | Compiling sha1 v0.10.6 |
1268 | 2024-11-06T23:17:28.025Z | Compiling pkcs8 v0.10.2 |
1269 | 2024-11-06T23:17:28.274Z | Compiling signature v2.2.0 |
1270 | 2024-11-06T23:17:28.295Z | Compiling regex-automata v0.4.8 |
1271 | 2024-11-06T23:17:28.392Z | Compiling lazy_static v1.5.0 |
1272 | 2024-11-06T23:17:28.512Z | Compiling thread_local v1.1.8 |
1273 | 2024-11-06T23:17:28.564Z | Compiling multer v3.1.0 |
1274 | 2024-11-06T23:17:28.729Z | Compiling cookie v0.18.1 |
1275 | 2024-11-06T23:17:28.863Z | Compiling encoding_rs v0.8.34 |
1276 | 2024-11-06T23:17:28.897Z | Compiling rayon-core v1.12.1 |
1277 | 2024-11-06T23:17:29.018Z | Compiling signal-hook v0.3.17 |
1278 | 2024-11-06T23:17:29.087Z | Compiling slog-async v2.8.0 |
1279 | 2024-11-06T23:17:29.166Z | Compiling ipnet v2.10.1 |
1280 | 2024-11-06T23:17:29.299Z | Compiling gimli v0.31.1 |
1281 | 2024-11-06T23:17:29.631Z | Compiling unicode-properties v0.1.3 |
1282 | 2024-11-06T23:17:29.728Z | Compiling pest_derive v2.7.14 |
1283 | 2024-11-06T23:17:30.059Z | Compiling mime v0.3.17 |
1284 | 2024-11-06T23:17:30.397Z | Compiling openssl-probe v0.1.5 |
1285 | 2024-11-06T23:17:30.525Z | Compiling dtrace-parser v0.2.0 |
1286 | 2024-11-06T23:17:30.683Z | Compiling either v1.13.0 |
1287 | 2024-11-06T23:17:30.747Z | Compiling paste v1.0.15 |
1288 | 2024-11-06T23:17:31.110Z | Compiling schemars v0.8.21 |
1289 | 2024-11-06T23:17:31.346Z | Compiling stringprep v0.1.5 |
1290 | 2024-11-06T23:17:31.712Z | Compiling bytes v1.7.2 |
1291 | 2024-11-06T23:17:32.484Z | Compiling indexmap v2.6.0 |
1292 | 2024-11-06T23:17:32.487Z | Compiling bitflags v2.6.0 |
1293 | 2024-11-06T23:17:32.960Z | Compiling tokio v1.40.0 |
1294 | 2024-11-06T23:17:32.969Z | Compiling http v1.1.0 |
1295 | 2024-11-06T23:17:33.068Z | Compiling semver v1.0.23 |
1296 | 2024-11-06T23:17:33.809Z | Compiling rustc_version v0.4.1 |
1297 | 2024-11-06T23:17:34.014Z | Compiling dof v0.3.0 |
1298 | 2024-11-06T23:17:34.588Z | Compiling http-body v1.0.1 |
1299 | 2024-11-06T23:17:34.830Z | Compiling toml_datetime v0.6.8 |
1300 | 2024-11-06T23:17:35.199Z | Compiling serde_spanned v0.6.8 |
1301 | 2024-11-06T23:17:35.344Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-06T23:17:35.390Z | Compiling uuid v1.10.0 |
1303 | 2024-11-06T23:17:35.417Z | Compiling usdt-impl v0.5.0 |
1304 | 2024-11-06T23:17:35.938Z | Compiling chrono v0.4.38 |
1305 | 2024-11-06T23:17:35.978Z | Compiling http-body-util v0.1.2 |
1306 | 2024-11-06T23:17:36.072Z | Compiling heapless v0.7.17 |
1307 | 2024-11-06T23:17:36.591Z | Compiling toml_edit v0.22.22 |
1308 | 2024-11-06T23:17:36.831Z | Compiling curve25519-dalek v4.1.3 |
1309 | 2024-11-06T23:17:36.855Z | Compiling usdt-attr-macro v0.5.0 |
1310 | 2024-11-06T23:17:37.528Z | Compiling usdt-macro v0.5.0 |
1311 | 2024-11-06T23:17:38.517Z | Compiling slog-json v2.6.1 |
1312 | 2024-11-06T23:17:38.902Z | Compiling addr2line v0.24.2 |
1313 | 2024-11-06T23:17:38.966Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-11-06T23:17:39.553Z | Compiling futures-executor v0.3.31 |
1315 | 2024-11-06T23:17:39.747Z | Compiling md-5 v0.10.6 |
1316 | 2024-11-06T23:17:40.027Z | Compiling schemars_derive v0.8.21 |
1317 | 2024-11-06T23:17:40.359Z | Compiling enum-as-inner v0.6.1 |
1318 | 2024-11-06T23:17:41.402Z | Compiling tokio-util v0.7.12 |
1319 | 2024-11-06T23:17:41.563Z | Compiling async-stream-impl v0.3.6 |
1320 | 2024-11-06T23:17:42.769Z | Compiling h2 v0.4.6 |
1321 | 2024-11-06T23:17:43.135Z | Compiling crossbeam-deque v0.8.5 |
1322 | 2024-11-06T23:17:43.482Z | Compiling term v0.7.0 |
1323 | 2024-11-06T23:17:44.390Z | Compiling crossbeam-channel v0.5.13 |
1324 | 2024-11-06T23:17:44.910Z | Compiling num-integer v0.1.46 |
1325 | 2024-11-06T23:17:44.977Z | Compiling rustls-pemfile v2.2.0 |
1326 | 2024-11-06T23:17:45.310Z | Compiling idna v0.4.0 |
1327 | 2024-11-06T23:17:45.518Z | Compiling idna v0.3.0 |
1328 | 2024-11-06T23:17:45.734Z | Compiling hash32 v0.2.1 |
1329 | 2024-11-06T23:17:46.122Z | Compiling ff v0.13.0 |
1330 | 2024-11-06T23:17:46.346Z | Compiling is-terminal v0.4.13 |
1331 | 2024-11-06T23:17:46.481Z | Compiling object v0.36.5 |
1332 | 2024-11-06T23:17:46.966Z | Compiling dropshot v0.12.0 |
1333 | 2024-11-06T23:17:47.116Z | Compiling anyhow v1.0.92 |
1334 | 2024-11-06T23:17:47.263Z | Compiling linked-hash-map v0.5.6 |
1335 | 2024-11-06T23:17:47.305Z | Compiling base16ct v0.2.0 |
1336 | 2024-11-06T23:17:47.643Z | Compiling portable-atomic v1.9.0 |
1337 | 2024-11-06T23:17:47.643Z | Compiling psl-types v2.0.11 |
1338 | 2024-11-06T23:17:47.761Z | Compiling smoltcp v0.9.1 |
1339 | 2024-11-06T23:17:47.838Z | Compiling fallible-iterator v0.2.0 |
1340 | 2024-11-06T23:17:48.493Z | Compiling take_mut v0.2.2 |
1341 | 2024-11-06T23:17:48.575Z | Compiling num-bigint-dig v0.8.4 |
1342 | 2024-11-06T23:17:48.644Z | Compiling utf-8 v0.7.6 |
1343 | 2024-11-06T23:17:48.722Z | Compiling dyn-clone v1.0.17 |
1344 | 2024-11-06T23:17:48.880Z | Compiling stable_deref_trait v1.2.0 |
1345 | 2024-11-06T23:17:48.943Z | Compiling quick-error v1.2.3 |
1346 | 2024-11-06T23:17:48.968Z | Compiling rustc-demangle v0.1.24 |
1347 | 2024-11-06T23:17:49.089Z | Compiling resolv-conf v0.7.0 |
1348 | 2024-11-06T23:17:49.910Z | Compiling hyper v1.4.1 |
1349 | 2024-11-06T23:17:49.930Z | Compiling tungstenite v0.24.0 |
1350 | 2024-11-06T23:17:51.468Z | Compiling postgres-protocol v0.6.7 |
1351 | 2024-11-06T23:17:52.189Z | Compiling publicsuffix v2.2.3 |
1352 | 2024-11-06T23:17:52.458Z | Compiling hyper-util v0.1.9 |
1353 | 2024-11-06T23:17:52.899Z | Compiling lru-cache v0.1.2 |
1354 | 2024-11-06T23:17:52.949Z | Compiling sec1 v0.7.3 |
1355 | 2024-11-06T23:17:53.068Z | Compiling usdt v0.5.0 |
1356 | 2024-11-06T23:17:53.087Z | Compiling slog-term v2.9.1 |
1357 | 2024-11-06T23:17:53.122Z | Compiling group v0.13.0 |
1358 | 2024-11-06T23:17:53.441Z | Compiling hickory-proto v0.24.1 |
1359 | 2024-11-06T23:17:53.508Z | Compiling tokio-rustls v0.26.0 |
1360 | 2024-11-06T23:17:53.552Z | Compiling num-iter v0.1.45 |
1361 | 2024-11-06T23:17:53.732Z | Compiling tokio-rustls v0.25.0 |
1362 | 2024-11-06T23:17:53.877Z | Compiling backtrace v0.3.74 |
1363 | 2024-11-06T23:17:54.174Z | Compiling tokio-native-tls v0.3.1 |
1364 | 2024-11-06T23:17:54.281Z | Compiling async-stream v0.3.6 |
1365 | 2024-11-06T23:17:54.588Z | Compiling futures v0.3.31 |
1366 | 2024-11-06T23:17:54.609Z | Compiling toml v0.8.19 |
1367 | 2024-11-06T23:17:54.713Z | Compiling slog-bunyan v2.5.0 |
1368 | 2024-11-06T23:17:54.926Z | Compiling terminal_size v0.4.0 |
1369 | 2024-11-06T23:17:55.252Z | Compiling dropshot_endpoint v0.12.0 |
1370 | 2024-11-06T23:17:55.610Z | Compiling openapiv3 v2.0.0 |
1371 | 2024-11-06T23:17:55.675Z | Compiling camino v1.1.9 |
1372 | 2024-11-06T23:17:56.264Z | Compiling serde_path_to_error v0.1.16 |
1373 | 2024-11-06T23:17:56.921Z | Compiling hubpack_derive v0.1.1 |
1374 | 2024-11-06T23:17:57.132Z | Compiling hkdf v0.12.4 |
1375 | 2024-11-06T23:17:57.218Z | Compiling crypto-bigint v0.5.5 |
1376 | 2024-11-06T23:17:57.398Z | Compiling zerocopy-derive v0.6.6 |
1377 | 2024-11-06T23:17:57.600Z | Compiling curve25519-dalek-derive v0.1.1 |
1378 | 2024-11-06T23:17:57.806Z | Compiling phf_shared v0.11.2 |
1379 | 2024-11-06T23:17:57.881Z | Compiling waitgroup v0.1.2 |
1380 | 2024-11-06T23:17:58.101Z | Compiling webpki-roots v0.26.6 |
1381 | 2024-11-06T23:17:58.196Z | Compiling hostname v0.4.0 |
1382 | 2024-11-06T23:17:58.322Z | Compiling crc32fast v1.4.2 |
1383 | 2024-11-06T23:17:58.466Z | Compiling ahash v0.8.11 |
1384 | 2024-11-06T23:17:58.651Z | Compiling fs-err v2.11.0 |
1385 | 2024-11-06T23:17:58.815Z | Compiling winnow v0.5.40 |
1386 | 2024-11-06T23:17:58.941Z | Compiling debug-ignore v1.0.5 |
1387 | 2024-11-06T23:17:59.044Z | Compiling bitflags v1.3.2 |
1388 | 2024-11-06T23:17:59.087Z | Compiling managed v0.8.0 |
1389 | 2024-11-06T23:17:59.145Z | Compiling console v0.15.8 |
1390 | 2024-11-06T23:17:59.399Z | Compiling zerocopy v0.6.6 |
1391 | 2024-11-06T23:17:59.906Z | Compiling strum_macros v0.25.3 |
1392 | 2024-11-06T23:18:00.314Z | Compiling elliptic-curve v0.13.8 |
1393 | 2024-11-06T23:18:00.701Z | Compiling clap_builder v4.5.20 |
1394 | 2024-11-06T23:18:01.766Z | Compiling hickory-resolver v0.24.1 |
1395 | 2024-11-06T23:18:02.802Z | Compiling toml_edit v0.19.15 |
1396 | 2024-11-06T23:18:03.564Z | Compiling flate2 v1.0.34 |
1397 | 2024-11-06T23:18:03.607Z | Compiling hyper-rustls v0.27.3 |
1398 | 2024-11-06T23:18:03.808Z | Compiling phf v0.11.2 |
1399 | 2024-11-06T23:18:04.110Z | Compiling hubpack v0.1.2 |
1400 | 2024-11-06T23:18:04.258Z | Compiling signal-hook-mio v0.2.4 |
1401 | 2024-11-06T23:18:04.432Z | Compiling cookie_store v0.21.0 |
1402 | 2024-11-06T23:18:04.541Z | Compiling hyper-tls v0.6.0 |
1403 | 2024-11-06T23:18:04.576Z | Compiling rayon v1.10.0 |
1404 | 2024-11-06T23:18:05.860Z | Compiling bzip2 v0.4.4 |
1405 | 2024-11-06T23:18:06.261Z | Compiling postgres-types v0.2.8 |
1406 | 2024-11-06T23:18:07.785Z | Compiling tokio-tungstenite v0.24.0 |
1407 | 2024-11-06T23:18:08.308Z | Compiling tokio-stream v0.1.16 |
1408 | 2024-11-06T23:18:08.877Z | Compiling bstr v1.10.0 |
1409 | 2024-11-06T23:18:09.343Z | Compiling regex v1.11.0 |
1410 | 2024-11-06T23:18:09.369Z | Compiling serde-big-array v0.5.1 |
1411 | 2024-11-06T23:18:09.445Z | Compiling ed25519 v2.2.3 |
1412 | 2024-11-06T23:18:09.477Z | Compiling pkcs1 v0.7.5 |
1413 | 2024-11-06T23:18:09.558Z | Compiling rfc6979 v0.4.0 |
1414 | 2024-11-06T23:18:09.613Z | Compiling clap_derive v4.5.18 |
1415 | 2024-11-06T23:18:09.760Z | Compiling serde_repr v0.1.19 |
1416 | 2024-11-06T23:18:10.399Z | Compiling derive-where v1.2.7 |
1417 | 2024-11-06T23:18:10.437Z | Compiling phf_shared v0.10.0 |
1418 | 2024-11-06T23:18:10.456Z | Compiling float-cmp v0.9.0 |
1419 | 2024-11-06T23:18:10.608Z | Compiling sync_wrapper v1.0.1 |
1420 | 2024-11-06T23:18:10.655Z | Compiling bit-vec v0.6.3 |
1421 | 2024-11-06T23:18:10.772Z | Compiling new_debug_unreachable v1.0.6 |
1422 | 2024-11-06T23:18:10.827Z | Compiling normalize-line-endings v0.3.0 |
1423 | 2024-11-06T23:18:10.869Z | Compiling precomputed-hash v0.1.1 |
1424 | 2024-11-06T23:18:10.890Z | Compiling whoami v1.5.2 |
1425 | 2024-11-06T23:18:10.957Z | Compiling number_prefix v0.4.0 |
1426 | 2024-11-06T23:18:10.990Z | Compiling predicates-core v1.0.8 |
1427 | 2024-11-06T23:18:11.120Z | Compiling unicode-segmentation v1.12.0 |
1428 | 2024-11-06T23:18:11.181Z | Compiling minimal-lexical v0.2.1 |
1429 | 2024-11-06T23:18:11.305Z | Compiling fixedbitset v0.4.2 |
1430 | 2024-11-06T23:18:11.335Z | Compiling static_assertions v1.1.0 |
1431 | 2024-11-06T23:18:11.441Z | Compiling difflib v0.4.0 |
1432 | 2024-11-06T23:18:11.500Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1433 | 2024-11-06T23:18:11.708Z | Compiling petgraph v0.6.5 |
1434 | 2024-11-06T23:18:11.787Z | Compiling nom v7.1.3 |
1435 | 2024-11-06T23:18:11.988Z | Compiling predicates v3.1.2 |
1436 | 2024-11-06T23:18:12.985Z | Compiling similar v2.6.0 |
1437 | 2024-11-06T23:18:13.681Z | Compiling tokio-postgres v0.7.12 |
1438 | 2024-11-06T23:18:13.747Z | Compiling qorb v0.2.0 |
1439 | 2024-11-06T23:18:14.328Z | Compiling clap v4.5.20 |
1440 | 2024-11-06T23:18:14.471Z | Compiling indicatif v0.17.8 |
1441 | 2024-11-06T23:18:15.377Z | Compiling bit-set v0.5.3 |
1442 | 2024-11-06T23:18:15.526Z | Compiling string_cache v0.8.7 |
1443 | 2024-11-06T23:18:16.671Z | Compiling reqwest v0.12.8 |
1444 | 2024-11-06T23:18:16.674Z | Compiling rsa v0.9.6 |
1445 | 2024-11-06T23:18:16.674Z | Compiling ecdsa v0.16.9 |
1446 | 2024-11-06T23:18:16.674Z | Compiling ed25519-dalek v2.1.1 |
1447 | 2024-11-06T23:18:16.836Z | Compiling zip v0.6.6 |
1448 | 2024-11-06T23:18:17.883Z | Compiling toml v0.7.8 |
1449 | 2024-11-06T23:18:18.250Z | Compiling crossterm v0.28.1 |
1450 | 2024-11-06T23:18:19.454Z | Compiling hex v0.4.3 |
1451 | 2024-11-06T23:18:19.556Z | Compiling itertools v0.10.5 |
1452 | 2024-11-06T23:18:19.821Z | Compiling itertools v0.12.1 |
1453 | 2024-11-06T23:18:20.054Z | Compiling x509-cert v0.2.5 |
1454 | 2024-11-06T23:18:20.084Z | Compiling unicode-xid v0.2.6 |
1455 | 2024-11-06T23:18:20.212Z | Compiling lalrpop-util v0.19.12 |
1456 | 2024-11-06T23:18:20.256Z | Compiling peg-runtime v0.8.3 |
1457 | 2024-11-06T23:18:20.583Z | Compiling xattr v1.3.1 |
1458 | 2024-11-06T23:18:20.857Z | Compiling strum_macros v0.26.4 |
1459 | 2024-11-06T23:18:20.957Z | Compiling filetime v0.2.25 |
1460 | 2024-11-06T23:18:21.281Z | Compiling tar v0.4.42 |
1461 | 2024-11-06T23:18:24.292Z | Compiling strum v0.26.3 |
1462 | 2024-11-06T23:18:24.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1463 | 2024-11-06T23:18:24.906Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1464 | 2024-11-06T23:18:30.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1465 | 2024-11-06T23:18:30.452Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1466 | 2024-11-06T23:18:30.498Z | Nov 06 23:18:29.549 INFO Starting download, target: Clickhouse |
1467 | 2024-11-06T23:18:30.498Z | Nov 06 23:18:29.550 INFO Starting download, target: Console |
1468 | 2024-11-06T23:18:30.498Z | Nov 06 23:18:29.550 INFO Starting download, target: Cockroach |
1469 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Starting download, target: DendriteOpenapi |
1470 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Starting download, target: DendriteStub |
1471 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Starting download, target: MaghemiteMgd |
1472 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Starting download, target: TransceiverControl |
1473 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1474 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.550 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1475 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.551 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1476 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.551 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1477 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.551 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1478 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.551 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1479 | 2024-11-06T23:18:30.501Z | Nov 06 23:18:29.551 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1480 | 2024-11-06T23:18:30.634Z | Nov 06 23:18:29.685 INFO Download complete, target: DendriteOpenapi |
1481 | 2024-11-06T23:18:30.952Z | Nov 06 23:18:29.985 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1482 | 2024-11-06T23:18:31.068Z | Nov 06 23:18:30.117 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1483 | 2024-11-06T23:18:31.214Z | Nov 06 23:18:30.263 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1484 | 2024-11-06T23:18:31.450Z | Nov 06 23:18:30.501 INFO Download complete, target: Console |
1485 | 2024-11-06T23:18:31.522Z | Nov 06 23:18:30.572 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1486 | 2024-11-06T23:18:31.654Z | Nov 06 23:18:30.702 INFO Download complete, target: TransceiverControl |
1487 | 2024-11-06T23:18:32.156Z | Nov 06 23:18:31.198 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1488 | 2024-11-06T23:18:32.157Z | Nov 06 23:18:31.198 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1489 | 2024-11-06T23:18:32.472Z | Nov 06 23:18:31.518 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1490 | 2024-11-06T23:18:33.879Z | Nov 06 23:18:32.930 INFO Download complete, target: DendriteStub |
1491 | 2024-11-06T23:18:34.454Z | Nov 06 23:18:33.505 INFO Download complete, target: MaghemiteMgd |
1492 | 2024-11-06T23:18:39.397Z | Nov 06 23:18:38.447 INFO Checking that binary works, target: Cockroach |
1493 | 2024-11-06T23:18:39.555Z | Nov 06 23:18:38.604 INFO Download complete, target: Cockroach |
1494 | 2024-11-06T23:18:44.597Z | Nov 06 23:18:43.646 INFO Checking that binary works, target: Clickhouse |
1495 | 2024-11-06T23:18:44.765Z | Nov 06 23:18:43.813 INFO Download complete, target: Clickhouse |
1496 | 2024-11-06T23:18:44.786Z | All builder prerequisites installed successfully, and PATH looks valid |
1497 | 2024-11-06T23:18:44.789Z | |
1498 | 2024-11-06T23:18:44.789Z | real 4:07.460477762 |
1499 | 2024-11-06T23:18:44.789Z | user 12:15.844433674 |
1500 | 2024-11-06T23:18:44.789Z | sys 2:41.431789361 |
1501 | 2024-11-06T23:18:44.789Z | trap 0.444505329 |
1502 | 2024-11-06T23:18:44.789Z | tflt 1.274414549 |
1503 | 2024-11-06T23:18:44.789Z | dflt 1.421759488 |
1504 | 2024-11-06T23:18:44.789Z | kflt 0.024292905 |
1505 | 2024-11-06T23:18:44.789Z | lock 22:29.804274327 |
1506 | 2024-11-06T23:18:44.789Z | slp 47:50.895956287 |
1507 | 2024-11-06T23:18:44.789Z | lat 47.907232798 |
1508 | 2024-11-06T23:18:44.789Z | stop 2:02.926399902 |
1509 | 2024-11-06T23:18:44.789Z | + banner hack-check |
1510 | 2024-11-06T23:18:44.792Z | |
1511 | 2024-11-06T23:18:44.792Z | # # ## #### # # #### # # ###### #### # # |
1512 | 2024-11-06T23:18:44.792Z | # # # # # # # # # # # # # # # # # |
1513 | 2024-11-06T23:18:44.793Z | ###### # # # #### ##### # ###### ##### # #### |
1514 | 2024-11-06T23:18:44.793Z | # # ###### # # # # # # # # # # |
1515 | 2024-11-06T23:18:44.793Z | # # # # # # # # # # # # # # # # # |
1516 | 2024-11-06T23:18:44.793Z | # # # # #### # # #### # # ###### #### # # |
1517 | 2024-11-06T23:18:44.793Z | |
1518 | 2024-11-06T23:18:44.793Z | + export CARGO_INCREMENTAL=0 |
1519 | 2024-11-06T23:18:44.793Z | + CARGO_INCREMENTAL=0 |
1520 | 2024-11-06T23:18:44.793Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1521 | 2024-11-06T23:18:45.286Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1522 | 2024-11-06T23:18:48.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
1523 | 2024-11-06T23:18:48.736Z | Running `target/debug/xtask check-features --ci` |
1524 | 2024-11-06T23:18:48.755Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1525 | 2024-11-06T23:18:48.755Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1526 | 2024-11-06T23:18:49.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1527 | 2024-11-06T23:18:49.201Z | Running `target/debug/xtask download cargo-hack` |
1528 | 2024-11-06T23:18:50.005Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1529 | 2024-11-06T23:18:50.393Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1530 | 2024-11-06T23:18:55.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
1531 | 2024-11-06T23:18:55.349Z | Running `target/debug/xtask-downloader cargo-hack` |
1532 | 2024-11-06T23:18:55.386Z | Nov 06 23:18:54.432 INFO Starting download, target: CargoHack |
1533 | 2024-11-06T23:18:55.389Z | Nov 06 23:18:54.433 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1534 | 2024-11-06T23:18:55.968Z | Nov 06 23:18:55.014 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1535 | 2024-11-06T23:18:56.054Z | Nov 06 23:18:55.100 INFO Download complete, target: CargoHack |
1536 | 2024-11-06T23:18:56.058Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1537 | 2024-11-06T23:18:56.075Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1538 | 2024-11-06T23:18:56.235Z | info: running `cargo check --bins` on api_identity (1/168) |
1539 | 2024-11-06T23:18:56.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-11-06T23:18:56.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-11-06T23:18:56.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-11-06T23:18:56.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1543 | 2024-11-06T23:18:56.795Z | |
1544 | 2024-11-06T23:18:56.795Z | info: running `cargo check --bins` on bootstore (2/168) |
1545 | 2024-11-06T23:18:57.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-11-06T23:18:57.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-11-06T23:18:57.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-11-06T23:18:57.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1549 | 2024-11-06T23:18:57.379Z | |
1550 | 2024-11-06T23:18:57.379Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1551 | 2024-11-06T23:18:57.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-11-06T23:18:57.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-11-06T23:18:57.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-11-06T23:18:57.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1555 | 2024-11-06T23:18:57.968Z | |
1556 | 2024-11-06T23:18:57.968Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1557 | 2024-11-06T23:18:58.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-11-06T23:18:58.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-11-06T23:18:58.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-11-06T23:18:58.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1561 | 2024-11-06T23:18:58.553Z | |
1562 | 2024-11-06T23:18:58.553Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1563 | 2024-11-06T23:18:58.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-11-06T23:18:58.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-11-06T23:18:58.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-11-06T23:18:58.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1567 | 2024-11-06T23:18:58.953Z | |
1568 | 2024-11-06T23:18:58.953Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1569 | 2024-11-06T23:18:59.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-11-06T23:18:59.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-11-06T23:18:59.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-11-06T23:18:59.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1573 | 2024-11-06T23:18:59.351Z | |
1574 | 2024-11-06T23:18:59.351Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1575 | 2024-11-06T23:18:59.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-11-06T23:18:59.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-11-06T23:18:59.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-11-06T23:18:59.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1579 | 2024-11-06T23:18:59.748Z | |
1580 | 2024-11-06T23:18:59.748Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1581 | 2024-11-06T23:19:00.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-11-06T23:19:00.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-11-06T23:19:00.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-11-06T23:19:00.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1585 | 2024-11-06T23:19:00.154Z | |
1586 | 2024-11-06T23:19:00.154Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1587 | 2024-11-06T23:19:00.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-11-06T23:19:00.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-11-06T23:19:00.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-11-06T23:19:00.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1591 | 2024-11-06T23:19:00.555Z | |
1592 | 2024-11-06T23:19:00.555Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1593 | 2024-11-06T23:19:00.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-11-06T23:19:00.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-11-06T23:19:00.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-11-06T23:19:00.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1597 | 2024-11-06T23:19:00.954Z | |
1598 | 2024-11-06T23:19:00.954Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1599 | 2024-11-06T23:19:01.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-11-06T23:19:01.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-11-06T23:19:01.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-11-06T23:19:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1603 | 2024-11-06T23:19:01.371Z | |
1604 | 2024-11-06T23:19:01.371Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1605 | 2024-11-06T23:19:01.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-11-06T23:19:01.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-11-06T23:19:01.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-11-06T23:19:01.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1609 | 2024-11-06T23:19:01.788Z | |
1610 | 2024-11-06T23:19:01.788Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1611 | 2024-11-06T23:19:02.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-11-06T23:19:02.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-11-06T23:19:02.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-11-06T23:19:02.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1615 | 2024-11-06T23:19:02.198Z | |
1616 | 2024-11-06T23:19:02.199Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1617 | 2024-11-06T23:19:02.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-11-06T23:19:02.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-11-06T23:19:02.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-11-06T23:19:02.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1621 | 2024-11-06T23:19:02.608Z | |
1622 | 2024-11-06T23:19:02.608Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1623 | 2024-11-06T23:19:02.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-11-06T23:19:02.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-11-06T23:19:02.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-11-06T23:19:02.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1627 | 2024-11-06T23:19:03.012Z | |
1628 | 2024-11-06T23:19:03.012Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1629 | 2024-11-06T23:19:03.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-11-06T23:19:03.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-11-06T23:19:03.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-11-06T23:19:03.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1633 | 2024-11-06T23:19:03.408Z | |
1634 | 2024-11-06T23:19:03.408Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1635 | 2024-11-06T23:19:03.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-11-06T23:19:03.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-11-06T23:19:03.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-11-06T23:19:03.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1639 | 2024-11-06T23:19:03.806Z | |
1640 | 2024-11-06T23:19:03.806Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1641 | 2024-11-06T23:19:04.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-11-06T23:19:04.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-11-06T23:19:04.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-11-06T23:19:04.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1645 | 2024-11-06T23:19:04.211Z | |
1646 | 2024-11-06T23:19:04.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1647 | 2024-11-06T23:19:04.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-11-06T23:19:04.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-11-06T23:19:04.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-11-06T23:19:04.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1651 | 2024-11-06T23:19:04.611Z | |
1652 | 2024-11-06T23:19:04.612Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1653 | 2024-11-06T23:19:04.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-11-06T23:19:04.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-11-06T23:19:04.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-11-06T23:19:04.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1657 | 2024-11-06T23:19:05.010Z | |
1658 | 2024-11-06T23:19:05.010Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1659 | 2024-11-06T23:19:05.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-11-06T23:19:05.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-11-06T23:19:05.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-11-06T23:19:05.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1663 | 2024-11-06T23:19:05.418Z | |
1664 | 2024-11-06T23:19:05.418Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1665 | 2024-11-06T23:19:05.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-11-06T23:19:05.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-11-06T23:19:05.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-11-06T23:19:05.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1669 | 2024-11-06T23:19:05.834Z | |
1670 | 2024-11-06T23:19:05.834Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1671 | 2024-11-06T23:19:06.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-11-06T23:19:06.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-11-06T23:19:06.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-11-06T23:19:06.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1675 | 2024-11-06T23:19:06.247Z | |
1676 | 2024-11-06T23:19:06.247Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1677 | 2024-11-06T23:19:06.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-11-06T23:19:06.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-11-06T23:19:06.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-11-06T23:19:06.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1681 | 2024-11-06T23:19:06.658Z | |
1682 | 2024-11-06T23:19:06.658Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1683 | 2024-11-06T23:19:07.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-11-06T23:19:07.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-11-06T23:19:07.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-11-06T23:19:07.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1687 | 2024-11-06T23:19:07.249Z | |
1688 | 2024-11-06T23:19:07.249Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1689 | 2024-11-06T23:19:07.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-11-06T23:19:07.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-11-06T23:19:07.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-11-06T23:19:07.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1693 | 2024-11-06T23:19:07.845Z | |
1694 | 2024-11-06T23:19:07.845Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1695 | 2024-11-06T23:19:08.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-11-06T23:19:08.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-11-06T23:19:08.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-11-06T23:19:08.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1699 | 2024-11-06T23:19:08.443Z | |
1700 | 2024-11-06T23:19:08.444Z | info: running `cargo check --bins` on oxlog (28/168) |
1701 | 2024-11-06T23:19:08.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-11-06T23:19:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-11-06T23:19:09.017Z | Checking cfg-if v1.0.0 |
1704 | 2024-11-06T23:19:09.020Z | Checking libc v0.2.161 |
1705 | 2024-11-06T23:19:09.120Z | Checking serde v1.0.210 |
1706 | 2024-11-06T23:19:09.124Z | Checking zeroize v1.8.1 |
1707 | 2024-11-06T23:19:09.138Z | Checking memchr v2.7.4 |
1708 | 2024-11-06T23:19:09.150Z | Checking typenum v1.17.0 |
1709 | 2024-11-06T23:19:09.153Z | Checking scopeguard v1.2.0 |
1710 | 2024-11-06T23:19:09.162Z | Checking subtle v2.6.1 |
1711 | 2024-11-06T23:19:09.186Z | Checking value-bag v1.9.0 |
1712 | 2024-11-06T23:19:09.346Z | Checking itoa v1.0.11 |
1713 | 2024-11-06T23:19:09.417Z | Checking const-oid v0.9.6 |
1714 | 2024-11-06T23:19:09.527Z | Checking pin-project-lite v0.2.14 |
1715 | 2024-11-06T23:19:09.607Z | Checking log v0.4.22 |
1716 | 2024-11-06T23:19:09.650Z | Checking byteorder v1.5.0 |
1717 | 2024-11-06T23:19:09.917Z | Checking smallvec v1.13.2 |
1718 | 2024-11-06T23:19:10.058Z | Checking futures-core v0.3.31 |
1719 | 2024-11-06T23:19:10.075Z | Checking once_cell v1.20.2 |
1720 | 2024-11-06T23:19:10.158Z | Checking getrandom v0.2.15 |
1721 | 2024-11-06T23:19:10.218Z | Checking signal-hook-registry v1.4.2 |
1722 | 2024-11-06T23:19:10.233Z | Checking parking_lot_core v0.9.10 |
1723 | 2024-11-06T23:19:10.333Z | Checking mio v1.0.2 |
1724 | 2024-11-06T23:19:10.359Z | Checking lock_api v0.4.12 |
1725 | 2024-11-06T23:19:10.373Z | Checking rand_core v0.6.4 |
1726 | 2024-11-06T23:19:10.391Z | Checking generic-array v0.14.7 |
1727 | 2024-11-06T23:19:10.462Z | Checking cpufeatures v0.2.14 |
1728 | 2024-11-06T23:19:10.556Z | Checking futures-sink v0.3.31 |
1729 | 2024-11-06T23:19:10.572Z | Checking socket2 v0.5.7 |
1730 | 2024-11-06T23:19:10.667Z | Checking zerocopy v0.7.35 |
1731 | 2024-11-06T23:19:10.704Z | Checking slab v0.4.9 |
1732 | 2024-11-06T23:19:10.771Z | Checking parking_lot v0.12.3 |
1733 | 2024-11-06T23:19:10.928Z | Checking spin v0.9.8 |
1734 | 2024-11-06T23:19:10.956Z | Checking futures-channel v0.3.31 |
1735 | 2024-11-06T23:19:11.050Z | Checking allocator-api2 v0.2.18 |
1736 | 2024-11-06T23:19:11.129Z | Checking futures-io v0.3.31 |
1737 | 2024-11-06T23:19:11.206Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-11-06T23:19:11.274Z | Checking equivalent v1.0.1 |
1739 | 2024-11-06T23:19:11.292Z | Checking foldhash v0.1.3 |
1740 | 2024-11-06T23:19:11.304Z | Checking pin-utils v0.1.0 |
1741 | 2024-11-06T23:19:11.318Z | Checking futures-task v0.3.31 |
1742 | 2024-11-06T23:19:11.373Z | Checking tinyvec v1.8.0 |
1743 | 2024-11-06T23:19:11.388Z | Checking ryu v1.0.18 |
1744 | 2024-11-06T23:19:11.489Z | Checking fnv v1.0.7 |
1745 | 2024-11-06T23:19:11.548Z | Checking futures-util v0.3.31 |
1746 | 2024-11-06T23:19:11.605Z | Checking crypto-common v0.1.6 |
1747 | 2024-11-06T23:19:11.617Z | Checking block-buffer v0.10.4 |
1748 | 2024-11-06T23:19:11.620Z | Checking block-padding v0.3.3 |
1749 | 2024-11-06T23:19:11.707Z | Checking hashbrown v0.15.0 |
1750 | 2024-11-06T23:19:11.785Z | Checking unicode-bidi v0.3.17 |
1751 | 2024-11-06T23:19:11.816Z | Checking digest v0.10.7 |
1752 | 2024-11-06T23:19:11.819Z | Checking inout v0.1.3 |
1753 | 2024-11-06T23:19:12.050Z | Checking cipher v0.4.4 |
1754 | 2024-11-06T23:19:12.071Z | Checking libm v0.2.8 |
1755 | 2024-11-06T23:19:12.209Z | Checking hmac v0.12.1 |
1756 | 2024-11-06T23:19:12.393Z | Checking sha2 v0.10.8 |
1757 | 2024-11-06T23:19:12.421Z | Checking base64ct v1.6.0 |
1758 | 2024-11-06T23:19:12.437Z | Checking ppv-lite86 v0.2.20 |
1759 | 2024-11-06T23:19:12.704Z | Checking unicode-normalization v0.1.24 |
1760 | 2024-11-06T23:19:12.843Z | Checking pem-rfc7468 v0.7.0 |
1761 | 2024-11-06T23:19:12.845Z | Checking flagset v0.4.6 |
1762 | 2024-11-06T23:19:12.951Z | Checking tracing-core v0.1.32 |
1763 | 2024-11-06T23:19:12.987Z | Checking num-traits v0.2.19 |
1764 | 2024-11-06T23:19:13.034Z | Checking thiserror v1.0.64 |
1765 | 2024-11-06T23:19:13.107Z | Checking der v0.7.9 |
1766 | 2024-11-06T23:19:13.157Z | Checking rustls-pki-types v1.9.0 |
1767 | 2024-11-06T23:19:13.207Z | Checking rand_chacha v0.3.1 |
1768 | 2024-11-06T23:19:13.605Z | Checking percent-encoding v2.3.1 |
1769 | 2024-11-06T23:19:13.608Z | Checking tracing v0.1.40 |
1770 | 2024-11-06T23:19:13.632Z | Checking rand v0.8.5 |
1771 | 2024-11-06T23:19:13.676Z | Checking salsa20 v0.10.2 |
1772 | 2024-11-06T23:19:13.802Z | Checking pbkdf2 v0.12.2 |
1773 | 2024-11-06T23:19:13.878Z | Checking httparse v1.9.5 |
1774 | 2024-11-06T23:19:13.957Z | Checking powerfmt v0.2.0 |
1775 | 2024-11-06T23:19:13.973Z | Checking untrusted v0.9.0 |
1776 | 2024-11-06T23:19:14.096Z | Checking bytes v1.7.2 |
1777 | 2024-11-06T23:19:14.128Z | Checking indexmap v2.6.0 |
1778 | 2024-11-06T23:19:14.213Z | Checking serde_json v1.0.128 |
1779 | 2024-11-06T23:19:14.318Z | Checking bitflags v2.6.0 |
1780 | 2024-11-06T23:19:14.617Z | Checking deranged v0.3.11 |
1781 | 2024-11-06T23:19:14.730Z | Checking ring v0.17.8 |
1782 | 2024-11-06T23:19:14.894Z | Checking tokio v1.40.0 |
1783 | 2024-11-06T23:19:14.897Z | Checking http v1.1.0 |
1784 | 2024-11-06T23:19:14.985Z | Checking spki v0.7.3 |
1785 | 2024-11-06T23:19:15.271Z | Checking scrypt v0.11.0 |
1786 | 2024-11-06T23:19:15.445Z | Checking aes v0.8.4 |
1787 | 2024-11-06T23:19:15.498Z | Checking cbc v0.1.2 |
1788 | 2024-11-06T23:19:15.688Z | Checking crossbeam-utils v0.8.20 |
1789 | 2024-11-06T23:19:15.934Z | Checking atomic-waker v1.1.2 |
1790 | 2024-11-06T23:19:16.066Z | Checking time-core v0.1.2 |
1791 | 2024-11-06T23:19:16.213Z | Checking num_threads v0.1.7 |
1792 | 2024-11-06T23:19:16.255Z | Checking num-conv v0.1.0 |
1793 | 2024-11-06T23:19:16.317Z | Checking http-body v1.0.1 |
1794 | 2024-11-06T23:19:16.361Z | Checking pkcs5 v0.7.1 |
1795 | 2024-11-06T23:19:16.379Z | Checking form_urlencoded v1.2.1 |
1796 | 2024-11-06T23:19:16.393Z | Checking try-lock v0.2.5 |
1797 | 2024-11-06T23:19:16.482Z | Checking time v0.3.36 |
1798 | 2024-11-06T23:19:16.505Z | Checking unicode-ident v1.0.13 |
1799 | 2024-11-06T23:19:16.520Z | Checking want v0.3.1 |
1800 | 2024-11-06T23:19:16.548Z | Checking rustls-webpki v0.102.8 |
1801 | 2024-11-06T23:19:16.562Z | Checking httpdate v1.0.3 |
1802 | 2024-11-06T23:19:16.662Z | Checking proc-macro2 v1.0.87 |
1803 | 2024-11-06T23:19:16.684Z | Checking serde_spanned v0.6.8 |
1804 | 2024-11-06T23:19:16.779Z | Checking uuid v1.10.0 |
1805 | 2024-11-06T23:19:16.862Z | Checking toml_datetime v0.6.8 |
1806 | 2024-11-06T23:19:16.877Z | Checking pkcs8 v0.10.2 |
1807 | 2024-11-06T23:19:16.893Z | Checking idna v0.5.0 |
1808 | 2024-11-06T23:19:17.121Z | Checking slog v2.7.0 |
1809 | 2024-11-06T23:19:17.197Z | Checking scroll v0.12.0 |
1810 | 2024-11-06T23:19:17.278Z | Checking plain v0.2.3 |
1811 | 2024-11-06T23:19:17.326Z | Checking match_cfg v0.1.0 |
1812 | 2024-11-06T23:19:17.391Z | Checking ucd-trie v0.1.7 |
1813 | 2024-11-06T23:19:17.411Z | Checking iana-time-zone v0.1.61 |
1814 | 2024-11-06T23:19:17.425Z | Checking foreign-types-shared v0.1.1 |
1815 | 2024-11-06T23:19:17.529Z | Checking base64 v0.22.1 |
1816 | 2024-11-06T23:19:17.547Z | Checking adler2 v2.0.0 |
1817 | 2024-11-06T23:19:17.604Z | Checking tower-service v0.3.3 |
1818 | 2024-11-06T23:19:17.618Z | Checking pest v2.7.14 |
1819 | 2024-11-06T23:19:17.677Z | Checking goblin v0.8.2 |
1820 | 2024-11-06T23:19:17.690Z | Checking miniz_oxide v0.8.0 |
1821 | 2024-11-06T23:19:17.714Z | Checking chrono v0.4.38 |
1822 | 2024-11-06T23:19:17.754Z | Checking url v2.5.2 |
1823 | 2024-11-06T23:19:17.996Z | Checking foreign-types v0.3.2 |
1824 | 2024-11-06T23:19:18.091Z | Checking hostname v0.3.1 |
1825 | 2024-11-06T23:19:18.214Z | Checking quote v1.0.37 |
1826 | 2024-11-06T23:19:18.416Z | Checking openssl-sys v0.9.103 |
1827 | 2024-11-06T23:19:18.551Z | Checking dirs-sys-next v0.1.2 |
1828 | 2024-11-06T23:19:18.585Z | Checking errno v0.3.9 |
1829 | 2024-11-06T23:19:18.744Z | Checking aho-corasick v1.1.3 |
1830 | 2024-11-06T23:19:18.757Z | Checking siphasher v0.3.11 |
1831 | 2024-11-06T23:19:18.979Z | Checking data-encoding v2.6.0 |
1832 | 2024-11-06T23:19:19.064Z | Checking regex-syntax v0.8.5 |
1833 | 2024-11-06T23:19:19.653Z | Checking pretty-hex v0.4.1 |
1834 | 2024-11-06T23:19:19.700Z | Checking openssl v0.10.66 |
1835 | 2024-11-06T23:19:19.786Z | Checking rustix v0.38.37 |
1836 | 2024-11-06T23:19:19.815Z | Checking dirs-next v2.0.0 |
1837 | 2024-11-06T23:19:19.944Z | Checking syn v2.0.79 |
1838 | 2024-11-06T23:19:20.105Z | Checking dtrace-parser v0.2.0 |
1839 | 2024-11-06T23:19:20.355Z | Checking http-body-util v0.1.2 |
1840 | 2024-11-06T23:19:20.555Z | Checking crossbeam-epoch v0.9.18 |
1841 | 2024-11-06T23:19:20.820Z | Checking sha1 v0.10.6 |
1842 | 2024-11-06T23:19:20.968Z | Checking signature v2.2.0 |
1843 | 2024-11-06T23:19:21.111Z | Checking lazy_static v1.5.0 |
1844 | 2024-11-06T23:19:21.169Z | Checking thread_local v1.1.8 |
1845 | 2024-11-06T23:19:21.233Z | Checking thread-id v4.2.2 |
1846 | 2024-11-06T23:19:21.347Z | Checking encoding_rs v0.8.34 |
1847 | 2024-11-06T23:19:21.462Z | Checking utf8parse v0.2.2 |
1848 | 2024-11-06T23:19:21.608Z | Checking ipnet v2.10.1 |
1849 | 2024-11-06T23:19:21.918Z | Checking tokio-util v0.7.12 |
1850 | 2024-11-06T23:19:22.080Z | Checking anstyle v1.0.8 |
1851 | 2024-11-06T23:19:22.347Z | Checking regex-automata v0.4.8 |
1852 | 2024-11-06T23:19:22.478Z | Checking either v1.13.0 |
1853 | 2024-11-06T23:19:22.584Z | Checking dof v0.3.0 |
1854 | 2024-11-06T23:19:22.835Z | Checking h2 v0.4.6 |
1855 | 2024-11-06T23:19:22.851Z | Checking openssl-probe v0.1.5 |
1856 | 2024-11-06T23:19:22.990Z | Checking gimli v0.31.1 |
1857 | 2024-11-06T23:19:23.196Z | Checking mime v0.3.17 |
1858 | 2024-11-06T23:19:23.290Z | Checking winnow v0.6.20 |
1859 | 2024-11-06T23:19:23.527Z | Checking unicode-properties v0.1.3 |
1860 | 2024-11-06T23:19:23.745Z | Checking anstyle-parse v0.2.5 |
1861 | 2024-11-06T23:19:23.867Z | Checking stringprep v0.1.5 |
1862 | 2024-11-06T23:19:24.010Z | Checking crossbeam-deque v0.8.5 |
1863 | 2024-11-06T23:19:24.133Z | Checking term v0.7.0 |
1864 | 2024-11-06T23:19:24.331Z | Checking slog-json v2.6.1 |
1865 | 2024-11-06T23:19:24.553Z | Checking rustls v0.23.14 |
1866 | 2024-11-06T23:19:24.593Z | Checking rustls v0.22.4 |
1867 | 2024-11-06T23:19:25.342Z | Checking native-tls v0.2.12 |
1868 | 2024-11-06T23:19:25.676Z | Checking futures-executor v0.3.31 |
1869 | 2024-11-06T23:19:25.911Z | Checking serde_urlencoded v0.7.1 |
1870 | 2024-11-06T23:19:26.333Z | Checking toml_edit v0.22.22 |
1871 | 2024-11-06T23:19:26.349Z | Checking crossbeam-channel v0.5.13 |
1872 | 2024-11-06T23:19:26.384Z | Checking usdt-impl v0.5.0 |
1873 | 2024-11-06T23:19:26.881Z | Checking num-integer v0.1.46 |
1874 | 2024-11-06T23:19:26.931Z | Checking rustls-pemfile v2.2.0 |
1875 | 2024-11-06T23:19:27.036Z | Checking addr2line v0.24.2 |
1876 | 2024-11-06T23:19:27.068Z | Checking idna v0.3.0 |
1877 | 2024-11-06T23:19:27.147Z | Checking idna v0.4.0 |
1878 | 2024-11-06T23:19:27.363Z | Checking md-5 v0.10.6 |
1879 | 2024-11-06T23:19:27.528Z | Checking ff v0.13.0 |
1880 | 2024-11-06T23:19:27.589Z | Checking memmap v0.7.0 |
1881 | 2024-11-06T23:19:27.734Z | Checking is-terminal v0.4.13 |
1882 | 2024-11-06T23:19:27.788Z | Checking hash32 v0.2.1 |
1883 | 2024-11-06T23:19:27.854Z | Checking object v0.36.5 |
1884 | 2024-11-06T23:19:27.972Z | Checking fallible-iterator v0.2.0 |
1885 | 2024-11-06T23:19:28.005Z | Checking anstyle-query v1.1.1 |
1886 | 2024-11-06T23:19:28.093Z | Checking dyn-clone v1.0.17 |
1887 | 2024-11-06T23:19:28.121Z | Checking take_mut v0.2.2 |
1888 | 2024-11-06T23:19:28.219Z | Checking is_terminal_polyfill v1.70.1 |
1889 | 2024-11-06T23:19:28.235Z | Checking psl-types v2.0.11 |
1890 | 2024-11-06T23:19:28.269Z | Checking quick-error v1.2.3 |
1891 | 2024-11-06T23:19:28.337Z | Checking utf-8 v0.7.6 |
1892 | 2024-11-06T23:19:28.402Z | Checking base16ct v0.2.0 |
1893 | 2024-11-06T23:19:28.417Z | Checking colorchoice v1.0.2 |
1894 | 2024-11-06T23:19:28.540Z | Checking stable_deref_trait v1.2.0 |
1895 | 2024-11-06T23:19:28.556Z | Checking linked-hash-map v0.5.6 |
1896 | 2024-11-06T23:19:28.569Z | Checking rustc-demangle v0.1.24 |
1897 | 2024-11-06T23:19:28.585Z | Checking sec1 v0.7.3 |
1898 | 2024-11-06T23:19:28.634Z | Checking heapless v0.7.17 |
1899 | 2024-11-06T23:19:28.865Z | Checking lru-cache v0.1.2 |
1900 | 2024-11-06T23:19:28.945Z | Checking postgres-protocol v0.6.7 |
1901 | 2024-11-06T23:19:28.960Z | Checking toml v0.8.19 |
1902 | 2024-11-06T23:19:28.980Z | Checking anstream v0.6.15 |
1903 | 2024-11-06T23:19:29.040Z | Checking tungstenite v0.24.0 |
1904 | 2024-11-06T23:19:29.076Z | Checking hyper v1.4.1 |
1905 | 2024-11-06T23:19:29.343Z | Checking publicsuffix v2.2.3 |
1906 | 2024-11-06T23:19:29.562Z | Checking resolv-conf v0.7.0 |
1907 | 2024-11-06T23:19:29.581Z | Checking tokio-rustls v0.26.0 |
1908 | 2024-11-06T23:19:29.600Z | Checking slog-async v2.8.0 |
1909 | 2024-11-06T23:19:29.622Z | Checking schemars v0.8.21 |
1910 | 2024-11-06T23:19:29.698Z | Checking tokio-rustls v0.25.0 |
1911 | 2024-11-06T23:19:29.889Z | Checking hickory-proto v0.24.1 |
1912 | 2024-11-06T23:19:29.905Z | Checking slog-term v2.9.1 |
1913 | 2024-11-06T23:19:29.948Z | Checking usdt v0.5.0 |
1914 | 2024-11-06T23:19:29.963Z | Checking group v0.13.0 |
1915 | 2024-11-06T23:19:30.068Z | Checking num-iter v0.1.45 |
1916 | 2024-11-06T23:19:30.185Z | Checking futures v0.3.31 |
1917 | 2024-11-06T23:19:30.200Z | Checking tokio-native-tls v0.3.1 |
1918 | 2024-11-06T23:19:30.241Z | Checking slog-bunyan v2.5.0 |
1919 | 2024-11-06T23:19:30.296Z | Checking rayon-core v1.12.1 |
1920 | 2024-11-06T23:19:30.394Z | Checking multer v3.1.0 |
1921 | 2024-11-06T23:19:30.409Z | Checking terminal_size v0.4.0 |
1922 | 2024-11-06T23:19:30.433Z | Checking phf_shared v0.11.2 |
1923 | 2024-11-06T23:19:30.572Z | Checking cookie v0.18.1 |
1924 | 2024-11-06T23:19:30.697Z | Checking async-stream v0.3.6 |
1925 | 2024-11-06T23:19:30.783Z | Checking bzip2-sys v0.1.11+1.0.8 |
1926 | 2024-11-06T23:19:30.886Z | Checking camino v1.1.9 |
1927 | 2024-11-06T23:19:30.901Z | Checking signal-hook v0.3.17 |
1928 | 2024-11-06T23:19:30.956Z | Checking waitgroup v0.1.2 |
1929 | 2024-11-06T23:19:31.028Z | Checking openapiv3 v2.0.0 |
1930 | 2024-11-06T23:19:31.090Z | Checking serde_path_to_error v0.1.16 |
1931 | 2024-11-06T23:19:31.190Z | Checking hyper-util v0.1.9 |
1932 | 2024-11-06T23:19:31.216Z | Checking webpki-roots v0.26.6 |
1933 | 2024-11-06T23:19:31.279Z | Checking hkdf v0.12.4 |
1934 | 2024-11-06T23:19:31.417Z | Checking crypto-bigint v0.5.5 |
1935 | 2024-11-06T23:19:31.433Z | Checking hostname v0.4.0 |
1936 | 2024-11-06T23:19:31.488Z | Checking crc32fast v1.4.2 |
1937 | 2024-11-06T23:19:31.553Z | Checking unicode-width v0.1.14 |
1938 | 2024-11-06T23:19:31.707Z | Checking winnow v0.5.40 |
1939 | 2024-11-06T23:19:31.710Z | Checking clap_lex v0.7.2 |
1940 | 2024-11-06T23:19:31.971Z | Checking strsim v0.11.1 |
1941 | 2024-11-06T23:19:32.020Z | Checking debug-ignore v1.0.5 |
1942 | 2024-11-06T23:19:32.155Z | Checking bitflags v1.3.2 |
1943 | 2024-11-06T23:19:32.235Z | Checking managed v0.8.0 |
1944 | 2024-11-06T23:19:32.258Z | Checking clap_builder v4.5.20 |
1945 | 2024-11-06T23:19:32.637Z | Checking smoltcp v0.9.1 |
1946 | 2024-11-06T23:19:33.352Z | Checking hyper-tls v0.6.0 |
1947 | 2024-11-06T23:19:33.625Z | Checking hyper-rustls v0.27.3 |
1948 | 2024-11-06T23:19:33.969Z | Checking console v0.15.8 |
1949 | 2024-11-06T23:19:34.067Z | Checking flate2 v1.0.34 |
1950 | 2024-11-06T23:19:34.270Z | Checking elliptic-curve v0.13.8 |
1951 | 2024-11-06T23:19:34.429Z | Checking backtrace v0.3.74 |
1952 | 2024-11-06T23:19:34.446Z | Checking dropshot v0.12.0 |
1953 | 2024-11-06T23:19:34.524Z | Checking signal-hook-mio v0.2.4 |
1954 | 2024-11-06T23:19:34.544Z | Checking hickory-resolver v0.24.1 |
1955 | 2024-11-06T23:19:34.657Z | Checking cookie_store v0.21.0 |
1956 | 2024-11-06T23:19:34.692Z | Checking rayon v1.10.0 |
1957 | 2024-11-06T23:19:34.822Z | Checking toml_edit v0.19.15 |
1958 | 2024-11-06T23:19:34.863Z | Checking bzip2 v0.4.4 |
1959 | 2024-11-06T23:19:34.964Z | Checking anyhow v1.0.92 |
1960 | 2024-11-06T23:19:35.147Z | Checking phf v0.11.2 |
1961 | 2024-11-06T23:19:35.276Z | Checking num-bigint-dig v0.8.4 |
1962 | 2024-11-06T23:19:35.292Z | Checking tokio-tungstenite v0.24.0 |
1963 | 2024-11-06T23:19:35.342Z | Checking postgres-types v0.2.8 |
1964 | 2024-11-06T23:19:35.415Z | Checking regex v1.11.0 |
1965 | 2024-11-06T23:19:35.781Z | Checking bstr v1.10.0 |
1966 | 2024-11-06T23:19:36.023Z | Checking tokio-stream v0.1.16 |
1967 | 2024-11-06T23:19:36.039Z | Checking ed25519 v2.2.3 |
1968 | 2024-11-06T23:19:36.112Z | Checking phf_shared v0.10.0 |
1969 | 2024-11-06T23:19:36.351Z | Checking zerocopy v0.6.6 |
1970 | 2024-11-06T23:19:36.388Z | Checking curve25519-dalek v4.1.3 |
1971 | 2024-11-06T23:19:36.696Z | Checking pkcs1 v0.7.5 |
1972 | 2024-11-06T23:19:36.863Z | Checking hubpack v0.1.2 |
1973 | 2024-11-06T23:19:37.102Z | Checking portable-atomic v1.9.0 |
1974 | 2024-11-06T23:19:37.123Z | Checking float-cmp v0.9.0 |
1975 | 2024-11-06T23:19:37.167Z | Checking serde-big-array v0.5.1 |
1976 | 2024-11-06T23:19:37.296Z | Checking rfc6979 v0.4.0 |
1977 | 2024-11-06T23:19:37.310Z | Checking sync_wrapper v1.0.1 |
1978 | 2024-11-06T23:19:37.379Z | Checking predicates-core v1.0.8 |
1979 | 2024-11-06T23:19:37.446Z | Checking unicode-segmentation v1.12.0 |
1980 | 2024-11-06T23:19:37.462Z | Checking static_assertions v1.1.0 |
1981 | 2024-11-06T23:19:37.479Z | Checking whoami v1.5.2 |
1982 | 2024-11-06T23:19:37.552Z | Checking minimal-lexical v0.2.1 |
1983 | 2024-11-06T23:19:37.567Z | Checking precomputed-hash v0.1.1 |
1984 | 2024-11-06T23:19:37.673Z | Checking bit-vec v0.6.3 |
1985 | 2024-11-06T23:19:37.783Z | Checking normalize-line-endings v0.3.0 |
1986 | 2024-11-06T23:19:37.896Z | Checking number_prefix v0.4.0 |
1987 | 2024-11-06T23:19:37.933Z | Checking fixedbitset v0.4.2 |
1988 | 2024-11-06T23:19:37.994Z | Checking new_debug_unreachable v1.0.6 |
1989 | 2024-11-06T23:19:38.073Z | Checking difflib v0.4.0 |
1990 | 2024-11-06T23:19:38.085Z | Checking string_cache v0.8.7 |
1991 | 2024-11-06T23:19:38.141Z | Checking similar v2.6.0 |
1992 | 2024-11-06T23:19:38.155Z | Checking bit-set v0.5.3 |
1993 | 2024-11-06T23:19:38.173Z | Checking petgraph v0.6.5 |
1994 | 2024-11-06T23:19:38.202Z | Checking qorb v0.2.0 |
1995 | 2024-11-06T23:19:38.239Z | Checking ed25519-dalek v2.1.1 |
1996 | 2024-11-06T23:19:38.348Z | Checking nom v7.1.3 |
1997 | 2024-11-06T23:19:38.373Z | Checking predicates v3.1.2 |
1998 | 2024-11-06T23:19:38.391Z | Checking tokio-postgres v0.7.12 |
1999 | 2024-11-06T23:19:38.508Z | Checking indicatif v0.17.8 |
2000 | 2024-11-06T23:19:38.637Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2024-11-06T23:19:38.992Z | Checking ecdsa v0.16.9 |
2002 | 2024-11-06T23:19:39.026Z | Checking reqwest v0.12.8 |
2003 | 2024-11-06T23:19:39.288Z | Checking rsa v0.9.6 |
2004 | 2024-11-06T23:19:39.716Z | Checking toml v0.7.8 |
2005 | 2024-11-06T23:19:40.357Z | Checking clap v4.5.20 |
2006 | 2024-11-06T23:19:40.461Z | Checking zip v0.6.6 |
2007 | 2024-11-06T23:19:40.474Z | Checking crossterm v0.28.1 |
2008 | 2024-11-06T23:19:40.898Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2009 | 2024-11-06T23:19:40.924Z | Checking itertools v0.12.1 |
2010 | 2024-11-06T23:19:40.940Z | Checking itertools v0.10.5 |
2011 | 2024-11-06T23:19:41.122Z | Checking fs-err v2.11.0 |
2012 | 2024-11-06T23:19:41.334Z | Checking ahash v0.8.11 |
2013 | 2024-11-06T23:19:41.457Z | Checking x509-cert v0.2.5 |
2014 | 2024-11-06T23:19:41.477Z | Checking hex v0.4.3 |
2015 | 2024-11-06T23:19:41.678Z | Checking semver v1.0.23 |
2016 | 2024-11-06T23:19:41.872Z | Checking peg-runtime v0.8.3 |
2017 | 2024-11-06T23:19:42.006Z | Checking lalrpop-util v0.19.12 |
2018 | 2024-11-06T23:19:42.094Z | Checking sigpipe v0.1.3 |
2019 | 2024-11-06T23:19:43.510Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2020 | 2024-11-06T23:19:43.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.38s |
2021 | 2024-11-06T23:19:43.984Z | |
2022 | 2024-11-06T23:19:43.984Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2023 | 2024-11-06T23:19:44.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2024-11-06T23:19:44.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2024-11-06T23:19:44.605Z | Compiling hashbrown v0.14.5 |
2026 | 2024-11-06T23:19:44.720Z | Checking heck v0.5.0 |
2027 | 2024-11-06T23:19:44.732Z | Compiling unsafe-libyaml v0.2.11 |
2028 | 2024-11-06T23:19:44.746Z | Compiling ident_case v1.0.1 |
2029 | 2024-11-06T23:19:44.760Z | Checking progenitor-client v0.8.0 |
2030 | 2024-11-06T23:19:44.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2031 | 2024-11-06T23:19:44.789Z | Compiling proc-macro-crate v1.3.1 |
2032 | 2024-11-06T23:19:44.884Z | Compiling darling_core v0.20.10 |
2033 | 2024-11-06T23:19:44.906Z | Checking ipnetwork v0.20.0 |
2034 | 2024-11-06T23:19:45.056Z | Compiling structmeta-derive v0.3.0 |
2035 | 2024-11-06T23:19:45.161Z | Compiling newtype-uuid v1.1.2 |
2036 | 2024-11-06T23:19:45.251Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2037 | 2024-11-06T23:19:45.467Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2038 | 2024-11-06T23:19:45.567Z | Compiling lzma-sys v0.1.20 |
2039 | 2024-11-06T23:19:45.804Z | Compiling foreign-types-macros v0.2.3 |
2040 | 2024-11-06T23:19:45.822Z | Checking regress v0.10.1 |
2041 | 2024-11-06T23:19:45.834Z | Compiling num_enum_derive v0.5.11 |
2042 | 2024-11-06T23:19:46.296Z | Compiling serde_yaml v0.9.34+deprecated |
2043 | 2024-11-06T23:19:46.590Z | Checking arc-swap v1.7.1 |
2044 | 2024-11-06T23:19:47.010Z | Checking foreign-types-shared v0.3.1 |
2045 | 2024-11-06T23:19:47.042Z | Checking slog-scope v4.4.0 |
2046 | 2024-11-06T23:19:47.119Z | Checking foreign-types v0.5.0 |
2047 | 2024-11-06T23:19:47.244Z | Compiling proc-macro-error v1.0.4 |
2048 | 2024-11-06T23:19:47.826Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2049 | 2024-11-06T23:19:47.841Z | Compiling structmeta v0.3.0 |
2050 | 2024-11-06T23:19:47.918Z | Checking tungstenite v0.21.0 |
2051 | 2024-11-06T23:19:47.936Z | Compiling heck v0.3.3 |
2052 | 2024-11-06T23:19:48.208Z | Checking num_enum v0.5.11 |
2053 | 2024-11-06T23:19:48.229Z | Compiling parse-display-derive v0.10.0 |
2054 | 2024-11-06T23:19:48.340Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-11-06T23:19:48.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-11-06T23:19:48.782Z | Checking cstr-argument v0.1.2 |
2057 | 2024-11-06T23:19:48.962Z | Checking instant v0.1.13 |
2058 | 2024-11-06T23:19:49.072Z | Checking base64 v0.21.7 |
2059 | 2024-11-06T23:19:49.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2060 | 2024-11-06T23:19:49.172Z | Checking pretty-hex v0.2.1 |
2061 | 2024-11-06T23:19:49.330Z | Checking fastrand v2.1.1 |
2062 | 2024-11-06T23:19:49.369Z | Checking typify-impl v0.2.0 |
2063 | 2024-11-06T23:19:49.408Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2064 | 2024-11-06T23:19:49.527Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-11-06T23:19:49.676Z | Checking tempfile v3.13.0 |
2066 | 2024-11-06T23:19:49.689Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2024-11-06T23:19:49.823Z | Checking backoff v0.4.0 |
2068 | 2024-11-06T23:19:50.055Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-11-06T23:19:50.109Z | Checking tokio-tungstenite v0.21.0 |
2070 | 2024-11-06T23:19:50.227Z | Checking strum v0.26.3 |
2071 | 2024-11-06T23:19:50.364Z | Compiling zone_cfg_derive v0.1.2 |
2072 | 2024-11-06T23:19:50.388Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2073 | 2024-11-06T23:19:50.592Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2074 | 2024-11-06T23:19:50.839Z | Checking slog-stdlog v4.1.1 |
2075 | 2024-11-06T23:19:50.970Z | Checking regress v0.9.1 |
2076 | 2024-11-06T23:19:51.005Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2077 | 2024-11-06T23:19:51.120Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2078 | 2024-11-06T23:19:51.155Z | Checking colored v2.1.0 |
2079 | 2024-11-06T23:19:51.197Z | Compiling darling_macro v0.20.10 |
2080 | 2024-11-06T23:19:51.397Z | Checking macaddr v1.0.1 |
2081 | 2024-11-06T23:19:51.447Z | Checking base64 v0.13.1 |
2082 | 2024-11-06T23:19:51.799Z | Checking zone v0.1.8 |
2083 | 2024-11-06T23:19:51.832Z | Checking ron v0.7.1 |
2084 | 2024-11-06T23:19:51.855Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2085 | 2024-11-06T23:19:52.078Z | Compiling darling v0.20.10 |
2086 | 2024-11-06T23:19:52.199Z | Compiling serde_with_macros v3.11.0 |
2087 | 2024-11-06T23:19:52.335Z | Checking slog-envlogger v2.2.0 |
2088 | 2024-11-06T23:19:52.434Z | Checking parse-display v0.10.0 |
2089 | 2024-11-06T23:19:52.480Z | Checking xz2 v0.1.7 |
2090 | 2024-11-06T23:19:52.608Z | Checking tabwriter v1.4.0 |
2091 | 2024-11-06T23:19:52.696Z | Checking xattr v1.3.1 |
2092 | 2024-11-06T23:19:52.781Z | Checking pem v3.0.4 |
2093 | 2024-11-06T23:19:52.843Z | Checking yasna v0.5.2 |
2094 | 2024-11-06T23:19:52.887Z | Checking headers-core v0.3.0 |
2095 | 2024-11-06T23:19:53.033Z | Checking smf v0.2.3 |
2096 | 2024-11-06T23:19:53.035Z | Checking filetime v0.2.25 |
2097 | 2024-11-06T23:19:53.035Z | Checking same-file v1.0.6 |
2098 | 2024-11-06T23:19:53.226Z | Checking walkdir v2.5.0 |
2099 | 2024-11-06T23:19:53.256Z | Checking tar v0.4.42 |
2100 | 2024-11-06T23:19:53.511Z | Checking headers v0.4.0 |
2101 | 2024-11-06T23:19:53.513Z | Checking camino-tempfile v1.1.1 |
2102 | 2024-11-06T23:19:53.701Z | Checking atomicwrites v0.4.4 |
2103 | 2024-11-06T23:19:53.715Z | Checking rcgen v0.12.1 |
2104 | 2024-11-06T23:19:53.778Z | Checking subprocess v0.2.9 |
2105 | 2024-11-06T23:19:54.727Z | Checking serde_with v3.11.0 |
2106 | 2024-11-06T23:19:57.896Z | Compiling typify-macro v0.2.0 |
2107 | 2024-11-06T23:19:59.755Z | Compiling typify v0.2.0 |
2108 | 2024-11-06T23:19:59.825Z | Compiling progenitor-impl v0.8.0 |
2109 | 2024-11-06T23:20:02.955Z | Compiling progenitor-macro v0.8.0 |
2110 | 2024-11-06T23:20:08.107Z | Checking progenitor v0.8.0 |
2111 | 2024-11-06T23:20:08.232Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2112 | 2024-11-06T23:20:08.235Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2113 | 2024-11-06T23:20:10.834Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2114 | 2024-11-06T23:20:11.148Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2115 | 2024-11-06T23:20:17.791Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2116 | 2024-11-06T23:20:19.295Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2024-11-06T23:20:20.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.52s |
2118 | 2024-11-06T23:20:20.673Z | |
2119 | 2024-11-06T23:20:20.673Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2120 | 2024-11-06T23:20:21.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-11-06T23:20:21.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-11-06T23:20:21.274Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2123 | 2024-11-06T23:20:22.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2124 | 2024-11-06T23:20:22.810Z | |
2125 | 2024-11-06T23:20:22.810Z | info: running `cargo check --bins` on nexus-config (31/168) |
2126 | 2024-11-06T23:20:23.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-11-06T23:20:23.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-11-06T23:20:23.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2129 | 2024-11-06T23:20:23.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2130 | 2024-11-06T23:20:23.386Z | |
2131 | 2024-11-06T23:20:23.386Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2132 | 2024-11-06T23:20:23.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2133 | 2024-11-06T23:20:23.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2134 | 2024-11-06T23:20:23.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2135 | 2024-11-06T23:20:23.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
2136 | 2024-11-06T23:20:23.941Z | |
2137 | 2024-11-06T23:20:23.941Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2138 | 2024-11-06T23:20:24.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2024-11-06T23:20:24.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2024-11-06T23:20:24.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2141 | 2024-11-06T23:20:24.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2142 | 2024-11-06T23:20:24.519Z | |
2143 | 2024-11-06T23:20:24.519Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2144 | 2024-11-06T23:20:25.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-11-06T23:20:25.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-11-06T23:20:25.123Z | Compiling heapless v0.8.0 |
2147 | 2024-11-06T23:20:25.126Z | Checking hash32 v0.3.1 |
2148 | 2024-11-06T23:20:25.220Z | Compiling smoltcp v0.11.0 |
2149 | 2024-11-06T23:20:25.239Z | Checking cobs v0.2.3 |
2150 | 2024-11-06T23:20:25.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2151 | 2024-11-06T23:20:25.249Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2152 | 2024-11-06T23:20:25.269Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2153 | 2024-11-06T23:20:25.272Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2154 | 2024-11-06T23:20:25.367Z | Compiling crucible-workspace-hack v0.1.0 |
2155 | 2024-11-06T23:20:25.381Z | Checking newline-converter v0.3.0 |
2156 | 2024-11-06T23:20:25.396Z | Checking postcard v1.0.10 |
2157 | 2024-11-06T23:20:25.528Z | Compiling convert_case v0.4.0 |
2158 | 2024-11-06T23:20:25.639Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2159 | 2024-11-06T23:20:25.752Z | Checking expectorate v1.1.0 |
2160 | 2024-11-06T23:20:25.827Z | Compiling zone_cfg_derive v0.3.0 |
2161 | 2024-11-06T23:20:25.880Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2162 | 2024-11-06T23:20:25.883Z | Checking itertools v0.13.0 |
2163 | 2024-11-06T23:20:25.909Z | Compiling num-derive v0.4.2 |
2164 | 2024-11-06T23:20:26.063Z | Compiling slog-dtrace v0.3.0 |
2165 | 2024-11-06T23:20:26.221Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2166 | 2024-11-06T23:20:26.362Z | Compiling derive_more v0.99.18 |
2167 | 2024-11-06T23:20:26.421Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2168 | 2024-11-06T23:20:27.149Z | Checking zone v0.3.0 |
2169 | 2024-11-06T23:20:27.688Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2170 | 2024-11-06T23:20:29.307Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2171 | 2024-11-06T23:20:30.040Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2024-11-06T23:20:30.223Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2173 | 2024-11-06T23:20:31.318Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2174 | 2024-11-06T23:20:31.410Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2175 | 2024-11-06T23:20:33.171Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2176 | 2024-11-06T23:20:34.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s |
2177 | 2024-11-06T23:20:34.247Z | |
2178 | 2024-11-06T23:20:34.247Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2179 | 2024-11-06T23:20:34.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-11-06T23:20:34.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-11-06T23:20:34.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-11-06T23:20:34.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2183 | 2024-11-06T23:20:34.836Z | |
2184 | 2024-11-06T23:20:34.836Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2185 | 2024-11-06T23:20:35.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-11-06T23:20:35.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-11-06T23:20:35.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-11-06T23:20:35.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2189 | 2024-11-06T23:20:35.416Z | |
2190 | 2024-11-06T23:20:35.416Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2191 | 2024-11-06T23:20:36.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-11-06T23:20:36.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-11-06T23:20:36.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2194 | 2024-11-06T23:20:36.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2195 | 2024-11-06T23:20:36.093Z | |
2196 | 2024-11-06T23:20:36.093Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2197 | 2024-11-06T23:20:36.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2198 | 2024-11-06T23:20:36.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2199 | 2024-11-06T23:20:36.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2200 | 2024-11-06T23:20:36.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2201 | 2024-11-06T23:20:36.769Z | |
2202 | 2024-11-06T23:20:36.769Z | info: running `cargo check --bins` on dns-server (39/168) |
2203 | 2024-11-06T23:20:37.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-11-06T23:20:37.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-11-06T23:20:37.356Z | Compiling parking_lot_core v0.8.6 |
2206 | 2024-11-06T23:20:37.359Z | Checking nibble_vec v0.1.0 |
2207 | 2024-11-06T23:20:37.359Z | Checking endian-type v0.1.2 |
2208 | 2024-11-06T23:20:37.359Z | Checking fxhash v0.2.1 |
2209 | 2024-11-06T23:20:37.359Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2210 | 2024-11-06T23:20:37.359Z | Checking hickory-server v0.24.1 |
2211 | 2024-11-06T23:20:37.640Z | Checking radix_trie v0.2.1 |
2212 | 2024-11-06T23:20:37.931Z | Checking hickory-client v0.24.1 |
2213 | 2024-11-06T23:20:38.090Z | Checking parking_lot v0.11.2 |
2214 | 2024-11-06T23:20:38.137Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2215 | 2024-11-06T23:20:38.137Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2216 | 2024-11-06T23:20:38.402Z | Checking sled v0.34.7 |
2217 | 2024-11-06T23:20:40.162Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2218 | 2024-11-06T23:20:41.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2219 | 2024-11-06T23:20:41.518Z | |
2220 | 2024-11-06T23:20:41.518Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2221 | 2024-11-06T23:20:42.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-11-06T23:20:42.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-11-06T23:20:42.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-11-06T23:20:42.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2225 | 2024-11-06T23:20:42.096Z | |
2226 | 2024-11-06T23:20:42.096Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2227 | 2024-11-06T23:20:42.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-11-06T23:20:42.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-11-06T23:20:42.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-11-06T23:20:42.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2231 | 2024-11-06T23:20:42.675Z | |
2232 | 2024-11-06T23:20:42.675Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2233 | 2024-11-06T23:20:43.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-11-06T23:20:43.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-11-06T23:20:43.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-11-06T23:20:43.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2237 | 2024-11-06T23:20:43.250Z | |
2238 | 2024-11-06T23:20:43.250Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2239 | 2024-11-06T23:20:43.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-06T23:20:43.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-06T23:20:43.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-11-06T23:20:43.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2243 | 2024-11-06T23:20:43.878Z | |
2244 | 2024-11-06T23:20:43.878Z | info: running `cargo check --bins` on gateway-types (44/168) |
2245 | 2024-11-06T23:20:44.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-11-06T23:20:44.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-11-06T23:20:44.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-11-06T23:20:44.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2249 | 2024-11-06T23:20:44.472Z | |
2250 | 2024-11-06T23:20:44.472Z | info: running `cargo check --bins` on ipcc (45/168) |
2251 | 2024-11-06T23:20:44.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-11-06T23:20:44.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-11-06T23:20:44.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-11-06T23:20:45.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2255 | 2024-11-06T23:20:45.073Z | |
2256 | 2024-11-06T23:20:45.073Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2257 | 2024-11-06T23:20:45.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-11-06T23:20:45.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-11-06T23:20:45.740Z | Checking num-rational v0.4.2 |
2260 | 2024-11-06T23:20:45.740Z | Compiling progenitor-client v0.8.0 |
2261 | 2024-11-06T23:20:45.743Z | Checking num-complex v0.4.6 |
2262 | 2024-11-06T23:20:45.743Z | Compiling prettyplease v0.2.22 |
2263 | 2024-11-06T23:20:45.743Z | Compiling newtype-uuid v1.1.2 |
2264 | 2024-11-06T23:20:45.743Z | Compiling ipnetwork v0.20.0 |
2265 | 2024-11-06T23:20:45.842Z | Compiling instant v0.1.13 |
2266 | 2024-11-06T23:20:45.853Z | Compiling semver v0.1.20 |
2267 | 2024-11-06T23:20:46.058Z | Compiling radium v0.7.0 |
2268 | 2024-11-06T23:20:46.130Z | Checking float-ord v0.3.2 |
2269 | 2024-11-06T23:20:46.156Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2270 | 2024-11-06T23:20:46.274Z | Compiling progenitor v0.8.0 |
2271 | 2024-11-06T23:20:46.325Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2272 | 2024-11-06T23:20:46.468Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2273 | 2024-11-06T23:20:46.487Z | Compiling rustc_version v0.1.7 |
2274 | 2024-11-06T23:20:46.495Z | Compiling backoff v0.4.0 |
2275 | 2024-11-06T23:20:46.558Z | Compiling parse-display v0.10.0 |
2276 | 2024-11-06T23:20:46.558Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2277 | 2024-11-06T23:20:46.676Z | Checking num v0.4.3 |
2278 | 2024-11-06T23:20:46.743Z | Compiling serde_with v3.11.0 |
2279 | 2024-11-06T23:20:46.761Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2280 | 2024-11-06T23:20:46.780Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2281 | 2024-11-06T23:20:46.890Z | Compiling regress v0.9.1 |
2282 | 2024-11-06T23:20:47.071Z | Compiling macaddr v1.0.1 |
2283 | 2024-11-06T23:20:47.171Z | Checking tap v1.0.1 |
2284 | 2024-11-06T23:20:47.339Z | Compiling maybe-uninit v2.0.0 |
2285 | 2024-11-06T23:20:47.488Z | Checking wyz v0.5.1 |
2286 | 2024-11-06T23:20:47.873Z | Compiling newtype_derive v0.1.6 |
2287 | 2024-11-06T23:20:48.181Z | Checking password-hash v0.5.0 |
2288 | 2024-11-06T23:20:48.219Z | Checking blake2 v0.10.6 |
2289 | 2024-11-06T23:20:48.385Z | Compiling owo-colors v4.1.0 |
2290 | 2024-11-06T23:20:48.598Z | Checking crc-catalog v2.4.0 |
2291 | 2024-11-06T23:20:48.619Z | Compiling cancel-safe-futures v0.1.5 |
2292 | 2024-11-06T23:20:48.671Z | Checking funty v2.0.0 |
2293 | 2024-11-06T23:20:48.737Z | Compiling packed_struct v0.10.1 |
2294 | 2024-11-06T23:20:48.870Z | Checking crc v3.2.1 |
2295 | 2024-11-06T23:20:48.999Z | Checking argon2 v0.5.3 |
2296 | 2024-11-06T23:20:49.395Z | Compiling packed_struct_codegen v0.10.1 |
2297 | 2024-11-06T23:20:49.631Z | Checking bitvec v1.0.1 |
2298 | 2024-11-06T23:20:49.688Z | Checking half v2.4.1 |
2299 | 2024-11-06T23:20:50.127Z | Compiling indexmap v1.9.3 |
2300 | 2024-11-06T23:20:50.172Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2301 | 2024-11-06T23:20:50.443Z | Checking ciborium-io v0.2.2 |
2302 | 2024-11-06T23:20:50.478Z | Checking nodrop v0.1.14 |
2303 | 2024-11-06T23:20:50.569Z | Checking ciborium-ll v0.2.2 |
2304 | 2024-11-06T23:20:50.598Z | Checking array-init v0.0.4 |
2305 | 2024-11-06T23:20:50.771Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2306 | 2024-11-06T23:20:50.859Z | Checking smallvec v0.6.14 |
2307 | 2024-11-06T23:20:51.153Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2308 | 2024-11-06T23:20:51.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2309 | 2024-11-06T23:20:52.020Z | Checking libsw v3.3.1 |
2310 | 2024-11-06T23:20:52.051Z | Compiling memoffset v0.9.1 |
2311 | 2024-11-06T23:20:52.275Z | Checking indent_write v2.2.0 |
2312 | 2024-11-06T23:20:52.278Z | Checking bitfield v0.14.0 |
2313 | 2024-11-06T23:20:52.373Z | Checking linear-map v1.2.0 |
2314 | 2024-11-06T23:20:52.483Z | Checking hashbrown v0.12.3 |
2315 | 2024-11-06T23:20:52.600Z | Checking swrite v0.1.0 |
2316 | 2024-11-06T23:20:52.726Z | Checking highway v1.2.0 |
2317 | 2024-11-06T23:20:52.729Z | Checking termcolor v1.4.1 |
2318 | 2024-11-06T23:20:53.019Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2319 | 2024-11-06T23:20:53.167Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2320 | 2024-11-06T23:20:53.167Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2321 | 2024-11-06T23:20:53.169Z | Checking env_logger v0.10.2 |
2322 | 2024-11-06T23:20:54.041Z | Checking ron v0.8.1 |
2323 | 2024-11-06T23:20:54.055Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2324 | 2024-11-06T23:20:54.197Z | Checking serde-hex v0.1.0 |
2325 | 2024-11-06T23:20:54.461Z | Checking steno v0.4.1 |
2326 | 2024-11-06T23:20:55.041Z | Checking ciborium v0.2.2 |
2327 | 2024-11-06T23:20:55.693Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2328 | 2024-11-06T23:20:55.806Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2329 | 2024-11-06T23:20:55.853Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2330 | 2024-11-06T23:20:55.919Z | Checking hashbrown v0.13.2 |
2331 | 2024-11-06T23:20:56.043Z | Checking crc-any v2.5.0 |
2332 | 2024-11-06T23:20:56.223Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2333 | 2024-11-06T23:20:56.422Z | Checking humantime v2.1.0 |
2334 | 2024-11-06T23:20:56.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2335 | 2024-11-06T23:20:56.727Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2336 | 2024-11-06T23:20:56.907Z | Checking object v0.30.4 |
2337 | 2024-11-06T23:20:56.975Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2338 | 2024-11-06T23:20:57.033Z | Checking path-slash v0.1.5 |
2339 | 2024-11-06T23:20:57.176Z | Checking nix v0.27.1 |
2340 | 2024-11-06T23:20:57.287Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2341 | 2024-11-06T23:20:57.336Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2342 | 2024-11-06T23:20:58.000Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2343 | 2024-11-06T23:20:58.165Z | Checking tungstenite v0.23.0 |
2344 | 2024-11-06T23:20:58.246Z | Checking kstat-rs v0.2.4 |
2345 | 2024-11-06T23:20:58.536Z | Checking signal-hook-tokio v0.3.1 |
2346 | 2024-11-06T23:20:58.918Z | Checking tokio-tungstenite v0.23.1 |
2347 | 2024-11-06T23:21:00.237Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2348 | 2024-11-06T23:21:00.326Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2349 | 2024-11-06T23:21:05.198Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2350 | 2024-11-06T23:21:06.874Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2351 | 2024-11-06T23:21:07.490Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2352 | 2024-11-06T23:21:10.592Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2353 | 2024-11-06T23:21:10.844Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2354 | 2024-11-06T23:21:12.338Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2355 | 2024-11-06T23:21:18.343Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2356 | 2024-11-06T23:21:18.996Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2357 | 2024-11-06T23:21:22.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.66s |
2358 | 2024-11-06T23:21:22.916Z | |
2359 | 2024-11-06T23:21:22.916Z | info: running `cargo check --bins` on gateway-api (47/168) |
2360 | 2024-11-06T23:21:23.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-11-06T23:21:23.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-11-06T23:21:23.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-11-06T23:21:23.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2364 | 2024-11-06T23:21:23.520Z | |
2365 | 2024-11-06T23:21:23.521Z | info: running `cargo check --bins` on oximeter (48/168) |
2366 | 2024-11-06T23:21:24.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-11-06T23:21:24.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-11-06T23:21:24.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2024-11-06T23:21:24.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2370 | 2024-11-06T23:21:24.100Z | |
2371 | 2024-11-06T23:21:24.100Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2372 | 2024-11-06T23:21:24.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-11-06T23:21:24.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-11-06T23:21:24.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-11-06T23:21:24.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2376 | 2024-11-06T23:21:24.658Z | |
2377 | 2024-11-06T23:21:24.658Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2378 | 2024-11-06T23:21:25.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-11-06T23:21:25.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-11-06T23:21:25.238Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2381 | 2024-11-06T23:21:25.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2382 | 2024-11-06T23:21:25.794Z | |
2383 | 2024-11-06T23:21:25.794Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2384 | 2024-11-06T23:21:26.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-11-06T23:21:26.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-11-06T23:21:26.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-11-06T23:21:26.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2388 | 2024-11-06T23:21:26.368Z | |
2389 | 2024-11-06T23:21:26.368Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2390 | 2024-11-06T23:21:26.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-11-06T23:21:26.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-11-06T23:21:26.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-11-06T23:21:26.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2394 | 2024-11-06T23:21:26.943Z | |
2395 | 2024-11-06T23:21:26.943Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2396 | 2024-11-06T23:21:27.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-11-06T23:21:27.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-11-06T23:21:27.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-11-06T23:21:27.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2400 | 2024-11-06T23:21:27.502Z | |
2401 | 2024-11-06T23:21:27.502Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2402 | 2024-11-06T23:21:28.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-11-06T23:21:28.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-11-06T23:21:28.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-11-06T23:21:28.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2406 | 2024-11-06T23:21:28.075Z | |
2407 | 2024-11-06T23:21:28.075Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2408 | 2024-11-06T23:21:28.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-11-06T23:21:28.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-11-06T23:21:28.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-11-06T23:21:28.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2412 | 2024-11-06T23:21:28.656Z | |
2413 | 2024-11-06T23:21:28.656Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2414 | 2024-11-06T23:21:29.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-11-06T23:21:29.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-11-06T23:21:29.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-11-06T23:21:29.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2418 | 2024-11-06T23:21:29.228Z | |
2419 | 2024-11-06T23:21:29.229Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2420 | 2024-11-06T23:21:29.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-11-06T23:21:29.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-11-06T23:21:29.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-11-06T23:21:29.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2424 | 2024-11-06T23:21:29.800Z | |
2425 | 2024-11-06T23:21:29.800Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2426 | 2024-11-06T23:21:30.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-11-06T23:21:30.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-11-06T23:21:30.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-11-06T23:21:30.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2430 | 2024-11-06T23:21:30.378Z | |
2431 | 2024-11-06T23:21:30.378Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2432 | 2024-11-06T23:21:30.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-11-06T23:21:30.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-11-06T23:21:30.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-11-06T23:21:30.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2436 | 2024-11-06T23:21:30.982Z | |
2437 | 2024-11-06T23:21:30.982Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2438 | 2024-11-06T23:21:31.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-11-06T23:21:31.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-11-06T23:21:31.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-11-06T23:21:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2442 | 2024-11-06T23:21:31.649Z | |
2443 | 2024-11-06T23:21:31.649Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2444 | 2024-11-06T23:21:32.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-11-06T23:21:32.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-11-06T23:21:32.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-11-06T23:21:32.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2448 | 2024-11-06T23:21:32.127Z | |
2449 | 2024-11-06T23:21:32.127Z | info: running `cargo check --bins` on nexus-client (62/168) |
2450 | 2024-11-06T23:21:32.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-11-06T23:21:32.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-11-06T23:21:32.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-11-06T23:21:32.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2454 | 2024-11-06T23:21:32.715Z | |
2455 | 2024-11-06T23:21:32.715Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2456 | 2024-11-06T23:21:33.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-11-06T23:21:33.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-11-06T23:21:33.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-11-06T23:21:33.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2460 | 2024-11-06T23:21:33.306Z | |
2461 | 2024-11-06T23:21:33.306Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2462 | 2024-11-06T23:21:33.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-11-06T23:21:33.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-11-06T23:21:33.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-11-06T23:21:33.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2466 | 2024-11-06T23:21:33.880Z | |
2467 | 2024-11-06T23:21:33.880Z | info: running `cargo check --bins` on nexus-types (65/168) |
2468 | 2024-11-06T23:21:34.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-11-06T23:21:34.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-11-06T23:21:34.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-11-06T23:21:34.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2472 | 2024-11-06T23:21:34.497Z | |
2473 | 2024-11-06T23:21:34.497Z | info: running `cargo check --bins` on gateway-client (66/168) |
2474 | 2024-11-06T23:21:35.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-11-06T23:21:35.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-11-06T23:21:35.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-11-06T23:21:35.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2478 | 2024-11-06T23:21:35.076Z | |
2479 | 2024-11-06T23:21:35.076Z | info: running `cargo check --bins` on oxql-types (67/168) |
2480 | 2024-11-06T23:21:35.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-11-06T23:21:35.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-11-06T23:21:35.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-11-06T23:21:35.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2484 | 2024-11-06T23:21:35.667Z | |
2485 | 2024-11-06T23:21:35.667Z | info: running `cargo check --bins` on update-engine (68/168) |
2486 | 2024-11-06T23:21:36.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-11-06T23:21:36.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-11-06T23:21:36.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-11-06T23:21:36.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2490 | 2024-11-06T23:21:36.258Z | |
2491 | 2024-11-06T23:21:36.258Z | info: running `cargo check --bins` on sp-sim (69/168) |
2492 | 2024-11-06T23:21:36.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-11-06T23:21:36.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-11-06T23:21:36.878Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2495 | 2024-11-06T23:21:38.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2496 | 2024-11-06T23:21:38.886Z | |
2497 | 2024-11-06T23:21:38.886Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2498 | 2024-11-06T23:21:39.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-11-06T23:21:39.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-11-06T23:21:39.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-11-06T23:21:39.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2502 | 2024-11-06T23:21:39.538Z | |
2503 | 2024-11-06T23:21:39.538Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2504 | 2024-11-06T23:21:40.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-11-06T23:21:40.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-11-06T23:21:40.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-11-06T23:21:40.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2508 | 2024-11-06T23:21:40.172Z | |
2509 | 2024-11-06T23:21:40.172Z | info: running `cargo check --bins` on db-macros (72/168) |
2510 | 2024-11-06T23:21:40.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-11-06T23:21:40.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-11-06T23:21:40.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-11-06T23:21:40.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2514 | 2024-11-06T23:21:40.729Z | |
2515 | 2024-11-06T23:21:40.729Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2516 | 2024-11-06T23:21:41.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-11-06T23:21:41.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-11-06T23:21:41.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-11-06T23:21:41.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2520 | 2024-11-06T23:21:41.287Z | |
2521 | 2024-11-06T23:21:41.287Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2522 | 2024-11-06T23:21:41.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-11-06T23:21:41.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-11-06T23:21:41.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-11-06T23:21:41.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2526 | 2024-11-06T23:21:41.897Z | |
2527 | 2024-11-06T23:21:41.897Z | info: running `cargo check --bins` on authz-macros (75/168) |
2528 | 2024-11-06T23:21:42.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-11-06T23:21:42.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-11-06T23:21:42.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-11-06T23:21:42.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2532 | 2024-11-06T23:21:42.457Z | |
2533 | 2024-11-06T23:21:42.457Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2534 | 2024-11-06T23:21:42.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-11-06T23:21:42.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-11-06T23:21:42.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-11-06T23:21:42.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2538 | 2024-11-06T23:21:43.071Z | |
2539 | 2024-11-06T23:21:43.071Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2540 | 2024-11-06T23:21:43.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-11-06T23:21:43.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-11-06T23:21:43.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-11-06T23:21:43.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2544 | 2024-11-06T23:21:43.666Z | |
2545 | 2024-11-06T23:21:43.666Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2546 | 2024-11-06T23:21:44.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-11-06T23:21:44.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-11-06T23:21:44.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-11-06T23:21:44.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2550 | 2024-11-06T23:21:44.238Z | |
2551 | 2024-11-06T23:21:44.238Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2552 | 2024-11-06T23:21:44.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-11-06T23:21:44.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-11-06T23:21:44.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-11-06T23:21:44.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2556 | 2024-11-06T23:21:44.832Z | |
2557 | 2024-11-06T23:21:44.833Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2558 | 2024-11-06T23:21:45.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-11-06T23:21:45.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-11-06T23:21:45.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-11-06T23:21:45.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2562 | 2024-11-06T23:21:45.460Z | |
2563 | 2024-11-06T23:21:45.460Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2564 | 2024-11-06T23:21:45.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-11-06T23:21:45.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-11-06T23:21:45.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-11-06T23:21:45.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2568 | 2024-11-06T23:21:46.022Z | |
2569 | 2024-11-06T23:21:46.022Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2570 | 2024-11-06T23:21:46.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-11-06T23:21:46.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-11-06T23:21:46.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-11-06T23:21:46.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2574 | 2024-11-06T23:21:46.607Z | |
2575 | 2024-11-06T23:21:46.607Z | info: running `cargo check --bins` on typed-rng (83/168) |
2576 | 2024-11-06T23:21:47.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-11-06T23:21:47.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-11-06T23:21:47.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-11-06T23:21:47.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2580 | 2024-11-06T23:21:47.169Z | |
2581 | 2024-11-06T23:21:47.169Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2582 | 2024-11-06T23:21:47.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-11-06T23:21:47.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-11-06T23:21:47.858Z | Checking keccak v0.1.5 |
2585 | 2024-11-06T23:21:47.953Z | Checking secrecy v0.8.0 |
2586 | 2024-11-06T23:21:47.957Z | Compiling unicase v2.7.0 |
2587 | 2024-11-06T23:21:47.958Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2588 | 2024-11-06T23:21:47.958Z | Compiling same-file v1.0.6 |
2589 | 2024-11-06T23:21:47.963Z | Compiling tempfile v3.13.0 |
2590 | 2024-11-06T23:21:48.028Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2591 | 2024-11-06T23:21:48.035Z | Compiling thiserror-impl-no-std v2.0.2 |
2592 | 2024-11-06T23:21:48.137Z | Compiling walkdir v2.5.0 |
2593 | 2024-11-06T23:21:48.220Z | Checking sha3 v0.10.8 |
2594 | 2024-11-06T23:21:48.256Z | Checking universal-hash v0.5.1 |
2595 | 2024-11-06T23:21:48.310Z | Compiling blake3 v1.5.4 |
2596 | 2024-11-06T23:21:48.410Z | Compiling ring v0.16.20 |
2597 | 2024-11-06T23:21:48.445Z | Checking opaque-debug v0.3.1 |
2598 | 2024-11-06T23:21:48.542Z | Checking poly1305 v0.8.0 |
2599 | 2024-11-06T23:21:48.621Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2600 | 2024-11-06T23:21:48.775Z | Checking chacha20 v0.9.1 |
2601 | 2024-11-06T23:21:48.792Z | Checking aead v0.5.2 |
2602 | 2024-11-06T23:21:48.853Z | Compiling memmap2 v0.9.5 |
2603 | 2024-11-06T23:21:48.909Z | Compiling home v0.5.9 |
2604 | 2024-11-06T23:21:49.007Z | Compiling arrayvec v0.7.6 |
2605 | 2024-11-06T23:21:49.054Z | Compiling salty v0.3.0 |
2606 | 2024-11-06T23:21:49.101Z | Compiling spin v0.5.2 |
2607 | 2024-11-06T23:21:49.186Z | Compiling constant_time_eq v0.3.1 |
2608 | 2024-11-06T23:21:49.286Z | Compiling untrusted v0.7.1 |
2609 | 2024-11-06T23:21:49.330Z | Compiling arrayref v0.3.9 |
2610 | 2024-11-06T23:21:49.357Z | Compiling libefi-sys v0.1.0 |
2611 | 2024-11-06T23:21:49.389Z | Checking chacha20poly1305 v0.10.1 |
2612 | 2024-11-06T23:21:49.439Z | Compiling toolchain_find v0.4.0 |
2613 | 2024-11-06T23:21:49.555Z | Compiling camino-tempfile v1.1.1 |
2614 | 2024-11-06T23:21:49.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2615 | 2024-11-06T23:21:49.728Z | Compiling bitfield-struct v0.6.2 |
2616 | 2024-11-06T23:21:49.899Z | Compiling topological-sort v0.2.2 |
2617 | 2024-11-06T23:21:49.986Z | Compiling mime_guess v2.0.5 |
2618 | 2024-11-06T23:21:50.131Z | Compiling rustfmt-wrapper v0.2.1 |
2619 | 2024-11-06T23:21:50.427Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2620 | 2024-11-06T23:21:50.708Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2621 | 2024-11-06T23:21:50.729Z | Checking primeorder v0.13.6 |
2622 | 2024-11-06T23:21:50.760Z | Checking env_filter v0.1.2 |
2623 | 2024-11-06T23:21:50.951Z | Checking thiserror-no-std v2.0.2 |
2624 | 2024-11-06T23:21:50.993Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-11-06T23:21:51.056Z | Checking vsss-rs v3.3.4 |
2626 | 2024-11-06T23:21:51.098Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2627 | 2024-11-06T23:21:51.101Z | Checking env_logger v0.11.5 |
2628 | 2024-11-06T23:21:51.198Z | Checking p384 v0.13.0 |
2629 | 2024-11-06T23:21:51.230Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2630 | 2024-11-06T23:21:51.246Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2631 | 2024-11-06T23:21:51.487Z | Checking gethostname v0.5.0 |
2632 | 2024-11-06T23:21:51.614Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2633 | 2024-11-06T23:21:51.647Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2634 | 2024-11-06T23:21:51.708Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2635 | 2024-11-06T23:21:52.029Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2636 | 2024-11-06T23:21:52.031Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2637 | 2024-11-06T23:21:52.123Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2638 | 2024-11-06T23:21:52.318Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2639 | 2024-11-06T23:21:52.598Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2640 | 2024-11-06T23:21:52.616Z | Checking nanorand v0.7.0 |
2641 | 2024-11-06T23:21:52.637Z | Checking atty v0.2.14 |
2642 | 2024-11-06T23:21:52.653Z | Checking http-range v0.1.5 |
2643 | 2024-11-06T23:21:52.772Z | Checking glob v0.3.1 |
2644 | 2024-11-06T23:21:52.842Z | Checking hyper-staticfile v0.10.1 |
2645 | 2024-11-06T23:21:52.974Z | Checking flume v0.11.0 |
2646 | 2024-11-06T23:21:53.110Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2647 | 2024-11-06T23:21:53.487Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2648 | 2024-11-06T23:21:53.535Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2649 | 2024-11-06T23:21:53.797Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2650 | 2024-11-06T23:21:54.069Z | Compiling omicron-zone-package v0.11.1 |
2651 | 2024-11-06T23:21:54.478Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2652 | 2024-11-06T23:21:54.865Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2653 | 2024-11-06T23:21:55.403Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2654 | 2024-11-06T23:21:55.678Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2655 | 2024-11-06T23:21:55.705Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2656 | 2024-11-06T23:21:56.189Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2657 | 2024-11-06T23:21:56.234Z | Checking display-error-chain v0.2.2 |
2658 | 2024-11-06T23:21:57.133Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2659 | 2024-11-06T23:21:58.097Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2660 | 2024-11-06T23:21:59.779Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2661 | 2024-11-06T23:21:59.779Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2662 | 2024-11-06T23:22:11.269Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-11-06T23:22:59.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2664 | 2024-11-06T23:22:59.834Z | |
2665 | 2024-11-06T23:22:59.834Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2666 | 2024-11-06T23:23:00.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-06T23:23:00.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-06T23:23:00.540Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2669 | 2024-11-06T23:23:48.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.11s |
2670 | 2024-11-06T23:23:49.147Z | |
2671 | 2024-11-06T23:23:49.147Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2672 | 2024-11-06T23:23:49.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-06T23:23:49.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-06T23:23:49.823Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2675 | 2024-11-06T23:24:38.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.92s |
2676 | 2024-11-06T23:24:38.260Z | |
2677 | 2024-11-06T23:24:38.260Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2678 | 2024-11-06T23:24:38.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-11-06T23:24:38.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-11-06T23:24:38.939Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2681 | 2024-11-06T23:25:27.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.19s |
2682 | 2024-11-06T23:25:27.647Z | |
2683 | 2024-11-06T23:25:27.647Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2684 | 2024-11-06T23:25:28.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-11-06T23:25:28.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-11-06T23:25:28.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2687 | 2024-11-06T23:26:17.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.66s |
2688 | 2024-11-06T23:26:17.505Z | |
2689 | 2024-11-06T23:26:17.505Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2690 | 2024-11-06T23:26:18.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-11-06T23:26:18.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-11-06T23:26:18.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2693 | 2024-11-06T23:27:06.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.02s |
2694 | 2024-11-06T23:27:06.717Z | |
2695 | 2024-11-06T23:27:06.717Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2696 | 2024-11-06T23:27:07.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-11-06T23:27:07.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-11-06T23:27:07.405Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2699 | 2024-11-06T23:27:55.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.87s |
2700 | 2024-11-06T23:27:55.781Z | |
2701 | 2024-11-06T23:27:55.782Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2702 | 2024-11-06T23:27:56.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-11-06T23:27:56.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-11-06T23:27:56.461Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2705 | 2024-11-06T23:28:44.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.98s |
2706 | 2024-11-06T23:28:44.976Z | |
2707 | 2024-11-06T23:28:44.976Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2708 | 2024-11-06T23:28:45.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-11-06T23:28:45.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-11-06T23:28:45.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-11-06T23:28:45.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2712 | 2024-11-06T23:28:45.586Z | |
2713 | 2024-11-06T23:28:45.586Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2714 | 2024-11-06T23:28:46.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-11-06T23:28:46.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-11-06T23:28:46.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-11-06T23:28:46.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2718 | 2024-11-06T23:28:46.187Z | |
2719 | 2024-11-06T23:28:46.187Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2720 | 2024-11-06T23:28:46.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-11-06T23:28:46.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-11-06T23:28:46.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-11-06T23:28:46.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2724 | 2024-11-06T23:28:46.773Z | |
2725 | 2024-11-06T23:28:46.773Z | info: running `cargo check --bins` on dpd-client (95/168) |
2726 | 2024-11-06T23:28:47.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-11-06T23:28:47.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-11-06T23:28:47.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2024-11-06T23:28:47.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2730 | 2024-11-06T23:28:47.351Z | |
2731 | 2024-11-06T23:28:47.351Z | info: running `cargo check --bins` on installinator-common (96/168) |
2732 | 2024-11-06T23:28:47.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-11-06T23:28:47.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-11-06T23:28:47.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-11-06T23:28:47.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2736 | 2024-11-06T23:28:47.947Z | |
2737 | 2024-11-06T23:28:47.947Z | info: running `cargo check --bins` on key-manager (97/168) |
2738 | 2024-11-06T23:28:48.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-11-06T23:28:48.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-11-06T23:28:48.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-11-06T23:28:48.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2742 | 2024-11-06T23:28:48.522Z | |
2743 | 2024-11-06T23:28:48.522Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2744 | 2024-11-06T23:28:49.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-11-06T23:28:49.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-11-06T23:28:49.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-11-06T23:28:49.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2748 | 2024-11-06T23:28:49.107Z | |
2749 | 2024-11-06T23:28:49.107Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2750 | 2024-11-06T23:28:49.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-11-06T23:28:49.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-11-06T23:28:49.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-11-06T23:28:49.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2754 | 2024-11-06T23:28:49.702Z | |
2755 | 2024-11-06T23:28:49.702Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2756 | 2024-11-06T23:28:50.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-11-06T23:28:50.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-11-06T23:28:50.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-11-06T23:28:50.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2760 | 2024-11-06T23:28:50.290Z | |
2761 | 2024-11-06T23:28:50.290Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2762 | 2024-11-06T23:28:50.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-11-06T23:28:50.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-11-06T23:28:50.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-11-06T23:28:50.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2766 | 2024-11-06T23:28:50.905Z | |
2767 | 2024-11-06T23:28:50.905Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2768 | 2024-11-06T23:28:51.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-11-06T23:28:51.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-11-06T23:28:51.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-11-06T23:28:51.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2772 | 2024-11-06T23:28:51.512Z | |
2773 | 2024-11-06T23:28:51.512Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2774 | 2024-11-06T23:28:52.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-11-06T23:28:52.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-11-06T23:28:52.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-11-06T23:28:52.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2778 | 2024-11-06T23:28:52.131Z | |
2779 | 2024-11-06T23:28:52.131Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2780 | 2024-11-06T23:28:52.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-11-06T23:28:52.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-11-06T23:28:52.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-11-06T23:28:52.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2784 | 2024-11-06T23:28:52.745Z | |
2785 | 2024-11-06T23:28:52.745Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2786 | 2024-11-06T23:28:53.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-11-06T23:28:53.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-11-06T23:28:53.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-11-06T23:28:53.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2790 | 2024-11-06T23:28:53.369Z | |
2791 | 2024-11-06T23:28:53.369Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2792 | 2024-11-06T23:28:53.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-11-06T23:28:53.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-11-06T23:28:53.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-11-06T23:28:53.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2796 | 2024-11-06T23:28:53.989Z | |
2797 | 2024-11-06T23:28:53.990Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2798 | 2024-11-06T23:28:54.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-11-06T23:28:54.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-11-06T23:28:54.649Z | Compiling phf_generator v0.11.2 |
2801 | 2024-11-06T23:28:54.652Z | Compiling parse-zoneinfo v0.3.1 |
2802 | 2024-11-06T23:28:54.761Z | Compiling const_format_proc_macros v0.2.33 |
2803 | 2024-11-06T23:28:54.761Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2804 | 2024-11-06T23:28:54.763Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2805 | 2024-11-06T23:28:54.763Z | Checking bcs v0.1.6 |
2806 | 2024-11-06T23:28:54.763Z | Compiling async-recursion v1.1.1 |
2807 | 2024-11-06T23:28:54.772Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2808 | 2024-11-06T23:28:54.884Z | Compiling phf_codegen v0.11.2 |
2809 | 2024-11-06T23:28:55.102Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2810 | 2024-11-06T23:28:55.412Z | Compiling chrono-tz-build v0.4.0 |
2811 | 2024-11-06T23:28:56.354Z | Checking const_format v0.2.33 |
2812 | 2024-11-06T23:28:56.428Z | Compiling chrono-tz v0.10.0 |
2813 | 2024-11-06T23:29:08.000Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2814 | 2024-11-06T23:29:10.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.49s |
2815 | 2024-11-06T23:29:10.662Z | |
2816 | 2024-11-06T23:29:10.662Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2817 | 2024-11-06T23:29:11.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-06T23:29:11.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-06T23:29:11.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-11-06T23:29:11.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2821 | 2024-11-06T23:29:11.253Z | |
2822 | 2024-11-06T23:29:11.253Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2823 | 2024-11-06T23:29:11.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-06T23:29:11.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-06T23:29:11.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-11-06T23:29:11.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2827 | 2024-11-06T23:29:11.834Z | |
2828 | 2024-11-06T23:29:11.834Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2829 | 2024-11-06T23:29:12.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-11-06T23:29:12.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-11-06T23:29:12.430Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2832 | 2024-11-06T23:29:13.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2833 | 2024-11-06T23:29:13.204Z | |
2834 | 2024-11-06T23:29:13.204Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2835 | 2024-11-06T23:29:13.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-11-06T23:29:13.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-11-06T23:29:13.817Z | Compiling cfg_aliases v0.1.1 |
2838 | 2024-11-06T23:29:13.819Z | Compiling vte_generate_state_changes v0.1.2 |
2839 | 2024-11-06T23:29:13.819Z | Checking fd-lock v4.0.2 |
2840 | 2024-11-06T23:29:13.819Z | Checking bytecount v0.6.8 |
2841 | 2024-11-06T23:29:13.929Z | Compiling tabled_derive v0.7.0 |
2842 | 2024-11-06T23:29:13.938Z | Compiling peg-macros v0.8.4 |
2843 | 2024-11-06T23:29:13.941Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2844 | 2024-11-06T23:29:13.941Z | Compiling sqlparser_derive v0.2.2 |
2845 | 2024-11-06T23:29:13.989Z | Compiling nix v0.28.0 |
2846 | 2024-11-06T23:29:14.050Z | Checking papergrid v0.11.0 |
2847 | 2024-11-06T23:29:14.075Z | Checking home v0.5.9 |
2848 | 2024-11-06T23:29:14.214Z | Checking unicode_categories v0.1.1 |
2849 | 2024-11-06T23:29:14.511Z | Checking vte v0.11.1 |
2850 | 2024-11-06T23:29:14.528Z | Checking nu-ansi-term v0.50.1 |
2851 | 2024-11-06T23:29:14.918Z | Checking sqlformat v0.2.6 |
2852 | 2024-11-06T23:29:15.038Z | Checking sqlparser v0.45.0 |
2853 | 2024-11-06T23:29:15.825Z | Checking strip-ansi-escapes v0.2.0 |
2854 | 2024-11-06T23:29:15.978Z | Checking reedline v0.35.0 |
2855 | 2024-11-06T23:29:15.997Z | Checking tabled v0.15.0 |
2856 | 2024-11-06T23:29:16.583Z | Checking peg v0.8.4 |
2857 | 2024-11-06T23:29:17.071Z | Checking rustyline v14.0.0 |
2858 | 2024-11-06T23:29:28.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s |
2859 | 2024-11-06T23:29:28.345Z | |
2860 | 2024-11-06T23:29:28.345Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2861 | 2024-11-06T23:29:28.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-06T23:29:28.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-06T23:29:28.958Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2864 | 2024-11-06T23:29:36.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s |
2865 | 2024-11-06T23:29:36.314Z | |
2866 | 2024-11-06T23:29:36.314Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2867 | 2024-11-06T23:29:36.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-06T23:29:36.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-06T23:29:36.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2870 | 2024-11-06T23:29:42.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s |
2871 | 2024-11-06T23:29:42.949Z | |
2872 | 2024-11-06T23:29:42.949Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2873 | 2024-11-06T23:29:43.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-06T23:29:43.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-06T23:29:43.567Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-11-06T23:29:50.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s |
2877 | 2024-11-06T23:29:50.591Z | |
2878 | 2024-11-06T23:29:50.591Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2879 | 2024-11-06T23:29:51.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-06T23:29:51.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-06T23:29:51.202Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2882 | 2024-11-06T23:29:58.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s |
2883 | 2024-11-06T23:29:58.462Z | |
2884 | 2024-11-06T23:29:58.462Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2885 | 2024-11-06T23:29:59.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-06T23:29:59.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-06T23:29:59.097Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2888 | 2024-11-06T23:30:05.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s |
2889 | 2024-11-06T23:30:05.267Z | |
2890 | 2024-11-06T23:30:05.267Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2891 | 2024-11-06T23:30:05.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-06T23:30:05.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-06T23:30:05.876Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2894 | 2024-11-06T23:30:11.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
2895 | 2024-11-06T23:30:12.055Z | |
2896 | 2024-11-06T23:30:12.055Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2897 | 2024-11-06T23:30:12.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-11-06T23:30:12.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-11-06T23:30:12.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2900 | 2024-11-06T23:30:20.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s |
2901 | 2024-11-06T23:30:20.191Z | |
2902 | 2024-11-06T23:30:20.191Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2903 | 2024-11-06T23:30:20.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-11-06T23:30:20.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-11-06T23:30:20.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-11-06T23:30:20.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2907 | 2024-11-06T23:30:20.787Z | |
2908 | 2024-11-06T23:30:20.787Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2909 | 2024-11-06T23:30:21.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-11-06T23:30:21.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-11-06T23:30:21.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-11-06T23:30:21.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2913 | 2024-11-06T23:30:21.353Z | |
2914 | 2024-11-06T23:30:21.353Z | info: running `cargo check --bins` on installinator-client (121/168) |
2915 | 2024-11-06T23:30:21.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-11-06T23:30:21.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-11-06T23:30:21.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2024-11-06T23:30:21.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2919 | 2024-11-06T23:30:21.940Z | |
2920 | 2024-11-06T23:30:21.940Z | info: running `cargo check --bins` on oxide-client (122/168) |
2921 | 2024-11-06T23:30:22.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-11-06T23:30:22.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-11-06T23:30:22.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-11-06T23:30:22.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2925 | 2024-11-06T23:30:22.503Z | |
2926 | 2024-11-06T23:30:22.503Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2927 | 2024-11-06T23:30:23.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-11-06T23:30:23.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-11-06T23:30:23.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2024-11-06T23:30:23.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2931 | 2024-11-06T23:30:23.119Z | |
2932 | 2024-11-06T23:30:23.119Z | info: running `cargo check --bins` on wicket-common (124/168) |
2933 | 2024-11-06T23:30:23.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-11-06T23:30:23.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-11-06T23:30:23.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2024-11-06T23:30:23.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2937 | 2024-11-06T23:30:23.719Z | |
2938 | 2024-11-06T23:30:23.719Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2939 | 2024-11-06T23:30:24.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-11-06T23:30:24.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-11-06T23:30:24.324Z | Checking csv-core v0.1.11 |
2942 | 2024-11-06T23:30:24.327Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2943 | 2024-11-06T23:30:24.623Z | Checking csv v1.3.0 |
2944 | 2024-11-06T23:30:25.146Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2945 | 2024-11-06T23:30:25.486Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2946 | 2024-11-06T23:30:26.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
2947 | 2024-11-06T23:30:26.849Z | |
2948 | 2024-11-06T23:30:26.849Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2949 | 2024-11-06T23:30:27.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-11-06T23:30:27.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-11-06T23:30:27.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2024-11-06T23:30:27.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2953 | 2024-11-06T23:30:27.451Z | |
2954 | 2024-11-06T23:30:27.451Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2955 | 2024-11-06T23:30:27.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-11-06T23:30:27.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-11-06T23:30:27.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2024-11-06T23:30:28.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2959 | 2024-11-06T23:30:28.074Z | |
2960 | 2024-11-06T23:30:28.074Z | info: running `cargo check --bins` on cert-dev (128/168) |
2961 | 2024-11-06T23:30:28.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-11-06T23:30:28.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-11-06T23:30:28.679Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2964 | 2024-11-06T23:30:28.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2965 | 2024-11-06T23:30:29.107Z | |
2966 | 2024-11-06T23:30:29.107Z | info: running `cargo check --bins` on ch-dev (129/168) |
2967 | 2024-11-06T23:30:29.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-11-06T23:30:29.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-11-06T23:30:29.742Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2970 | 2024-11-06T23:30:30.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2971 | 2024-11-06T23:30:30.631Z | |
2972 | 2024-11-06T23:30:30.632Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2973 | 2024-11-06T23:30:31.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-11-06T23:30:31.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-11-06T23:30:31.270Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2976 | 2024-11-06T23:30:31.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2977 | 2024-11-06T23:30:31.774Z | |
2978 | 2024-11-06T23:30:31.774Z | info: running `cargo check --bins` on db-dev (131/168) |
2979 | 2024-11-06T23:30:32.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-11-06T23:30:32.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-11-06T23:30:32.399Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2982 | 2024-11-06T23:30:33.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2983 | 2024-11-06T23:30:33.243Z | |
2984 | 2024-11-06T23:30:33.243Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2985 | 2024-11-06T23:30:33.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-11-06T23:30:33.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-11-06T23:30:33.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2024-11-06T23:30:33.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2989 | 2024-11-06T23:30:33.848Z | |
2990 | 2024-11-06T23:30:33.849Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2991 | 2024-11-06T23:30:34.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-11-06T23:30:34.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-11-06T23:30:34.424Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2994 | 2024-11-06T23:30:35.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2995 | 2024-11-06T23:30:35.488Z | |
2996 | 2024-11-06T23:30:35.488Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2997 | 2024-11-06T23:30:35.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-11-06T23:30:35.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-11-06T23:30:36.069Z | Checking cargo-platform v0.1.8 |
3000 | 2024-11-06T23:30:36.331Z | Checking cargo_metadata v0.18.1 |
3001 | 2024-11-06T23:30:37.284Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3002 | 2024-11-06T23:30:38.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3003 | 2024-11-06T23:30:38.170Z | |
3004 | 2024-11-06T23:30:38.170Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3005 | 2024-11-06T23:30:38.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-06T23:30:38.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-06T23:30:38.827Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3008 | 2024-11-06T23:30:39.498Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3009 | 2024-11-06T23:30:39.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3010 | 2024-11-06T23:30:40.156Z | |
3011 | 2024-11-06T23:30:40.157Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3012 | 2024-11-06T23:30:40.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-06T23:30:40.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-06T23:30:40.891Z | Compiling glob v0.3.1 |
3015 | 2024-11-06T23:30:40.891Z | Compiling crunchy v0.2.2 |
3016 | 2024-11-06T23:30:40.893Z | Compiling tiny-keccak v2.0.2 |
3017 | 2024-11-06T23:30:40.893Z | Compiling dsl_auto_type v0.1.2 |
3018 | 2024-11-06T23:30:40.893Z | Checking scheduled-thread-pool v0.2.7 |
3019 | 2024-11-06T23:30:40.893Z | Compiling diesel_table_macro_syntax v0.2.0 |
3020 | 2024-11-06T23:30:41.010Z | Compiling ascii-canvas v3.0.0 |
3021 | 2024-11-06T23:30:41.019Z | Compiling ena v0.14.3 |
3022 | 2024-11-06T23:30:41.292Z | Checking r2d2 v0.8.10 |
3023 | 2024-11-06T23:30:41.337Z | Compiling libloading v0.8.5 |
3024 | 2024-11-06T23:30:41.393Z | Compiling diff v0.1.13 |
3025 | 2024-11-06T23:30:41.472Z | Compiling bindgen v0.69.5 |
3026 | 2024-11-06T23:30:41.518Z | Compiling regex-syntax v0.6.29 |
3027 | 2024-11-06T23:30:41.605Z | Compiling which v4.4.2 |
3028 | 2024-11-06T23:30:41.765Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3029 | 2024-11-06T23:30:41.906Z | Compiling clang-sys v1.8.1 |
3030 | 2024-11-06T23:30:41.993Z | Compiling cexpr v0.6.0 |
3031 | 2024-11-06T23:30:42.010Z | Compiling rustc-hash v1.1.0 |
3032 | 2024-11-06T23:30:42.159Z | Compiling lazycell v1.3.0 |
3033 | 2024-11-06T23:30:42.176Z | Compiling ref-cast v1.0.23 |
3034 | 2024-11-06T23:30:42.263Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3035 | 2024-11-06T23:30:42.311Z | Compiling derive_builder_core v0.20.2 |
3036 | 2024-11-06T23:30:42.336Z | Compiling libxml v0.3.3 |
3037 | 2024-11-06T23:30:42.509Z | Compiling diesel_derives v2.2.3 |
3038 | 2024-11-06T23:30:42.545Z | Compiling ref-cast-impl v1.0.23 |
3039 | 2024-11-06T23:30:42.732Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3040 | 2024-11-06T23:30:42.857Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3041 | 2024-11-06T23:30:43.248Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3042 | 2024-11-06T23:30:43.551Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3043 | 2024-11-06T23:30:43.649Z | Compiling strum_macros v0.24.3 |
3044 | 2024-11-06T23:30:43.870Z | Compiling indoc v1.0.9 |
3045 | 2024-11-06T23:30:44.604Z | Compiling derive_builder_macro v0.20.2 |
3046 | 2024-11-06T23:30:44.827Z | Compiling lalrpop v0.19.12 |
3047 | 2024-11-06T23:30:45.463Z | Checking derive_builder v0.20.2 |
3048 | 2024-11-06T23:30:45.618Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3049 | 2024-11-06T23:30:45.731Z | Compiling oso-derive v0.27.3 |
3050 | 2024-11-06T23:30:45.911Z | Compiling impl-trait-for-tuples v0.2.2 |
3051 | 2024-11-06T23:30:46.190Z | Checking quick-xml v0.33.0 |
3052 | 2024-11-06T23:30:47.046Z | Compiling diesel-dtrace v0.3.0 |
3053 | 2024-11-06T23:30:47.307Z | Checking maplit v1.0.2 |
3054 | 2024-11-06T23:30:47.447Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3055 | 2024-11-06T23:30:47.471Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3056 | 2024-11-06T23:30:47.829Z | Checking bb8 v0.8.5 |
3057 | 2024-11-06T23:30:48.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3058 | 2024-11-06T23:30:48.497Z | Checking castaway v0.2.3 |
3059 | 2024-11-06T23:30:48.678Z | Checking rand_seeder v0.3.0 |
3060 | 2024-11-06T23:30:48.746Z | Checking compact_str v0.8.0 |
3061 | 2024-11-06T23:30:48.928Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3062 | 2024-11-06T23:30:49.142Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3063 | 2024-11-06T23:30:49.160Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3064 | 2024-11-06T23:30:49.651Z | Checking unicode-truncate v1.1.0 |
3065 | 2024-11-06T23:30:49.887Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3066 | 2024-11-06T23:30:50.177Z | Checking lru v0.12.5 |
3067 | 2024-11-06T23:30:50.488Z | Compiling instability v0.3.2 |
3068 | 2024-11-06T23:30:50.621Z | Checking unicode-linebreak v0.1.5 |
3069 | 2024-11-06T23:30:50.984Z | Checking is_ci v1.2.0 |
3070 | 2024-11-06T23:30:51.026Z | Checking cassowary v0.3.0 |
3071 | 2024-11-06T23:30:51.127Z | Checking smawk v0.3.2 |
3072 | 2024-11-06T23:30:51.342Z | Checking textwrap v0.16.1 |
3073 | 2024-11-06T23:30:51.459Z | Checking supports-color v3.0.1 |
3074 | 2024-11-06T23:30:51.505Z | Checking ratatui v0.28.1 |
3075 | 2024-11-06T23:30:51.649Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3076 | 2024-11-06T23:30:51.745Z | Checking multimap v0.10.0 |
3077 | 2024-11-06T23:30:53.743Z | Checking diesel v2.2.4 |
3078 | 2024-11-06T23:31:14.853Z | Compiling samael v0.0.17 |
3079 | 2024-11-06T23:31:29.408Z | Checking async-bb8-diesel v0.2.1 |
3080 | 2024-11-06T23:31:30.326Z | Compiling polar-core v0.27.3 |
3081 | 2024-11-06T23:31:37.879Z | Checking oso v0.27.3 |
3082 | 2024-11-06T23:33:12.237Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3083 | 2024-11-06T23:33:20.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
3084 | 2024-11-06T23:33:20.372Z | |
3085 | 2024-11-06T23:33:20.372Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3086 | 2024-11-06T23:33:20.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-11-06T23:33:20.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-11-06T23:33:20.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2024-11-06T23:33:20.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3090 | 2024-11-06T23:33:21.023Z | |
3091 | 2024-11-06T23:33:21.023Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3092 | 2024-11-06T23:33:21.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-06T23:33:21.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-06T23:33:21.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-11-06T23:33:21.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3096 | 2024-11-06T23:33:21.652Z | |
3097 | 2024-11-06T23:33:21.652Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3098 | 2024-11-06T23:33:22.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-11-06T23:33:22.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-11-06T23:33:22.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-11-06T23:33:22.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3102 | 2024-11-06T23:33:22.219Z | |
3103 | 2024-11-06T23:33:22.219Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3104 | 2024-11-06T23:33:22.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-11-06T23:33:22.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-11-06T23:33:22.977Z | Compiling libz-sys v1.1.20 |
3107 | 2024-11-06T23:33:23.086Z | Checking http v0.2.12 |
3108 | 2024-11-06T23:33:23.089Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3109 | 2024-11-06T23:33:23.107Z | Compiling vergen v8.3.2 |
3110 | 2024-11-06T23:33:23.109Z | Compiling cargo-platform v0.1.8 |
3111 | 2024-11-06T23:33:23.109Z | Compiling pin-project-internal v1.1.6 |
3112 | 2024-11-06T23:33:23.151Z | Compiling libsqlite3-sys v0.30.1 |
3113 | 2024-11-06T23:33:23.151Z | Compiling snafu-derive v0.8.5 |
3114 | 2024-11-06T23:33:23.405Z | Compiling buf-list v1.0.3 |
3115 | 2024-11-06T23:33:23.646Z | Compiling cargo_metadata v0.18.1 |
3116 | 2024-11-06T23:33:23.667Z | Compiling rustls v0.21.12 |
3117 | 2024-11-06T23:33:23.970Z | Checking simd-adler32 v0.3.7 |
3118 | 2024-11-06T23:33:24.001Z | Checking bumpalo v3.16.0 |
3119 | 2024-11-06T23:33:24.019Z | Checking lockfree-object-pool v0.1.6 |
3120 | 2024-11-06T23:33:24.257Z | Checking sync_wrapper v0.1.2 |
3121 | 2024-11-06T23:33:24.300Z | Compiling cfg_aliases v0.2.1 |
3122 | 2024-11-06T23:33:24.327Z | Compiling zip v2.1.3 |
3123 | 2024-11-06T23:33:24.364Z | Checking h2 v0.3.26 |
3124 | 2024-11-06T23:33:24.391Z | Checking http-body v0.4.6 |
3125 | 2024-11-06T23:33:24.416Z | Compiling nix v0.29.0 |
3126 | 2024-11-06T23:33:24.647Z | Checking zopfli v0.8.1 |
3127 | 2024-11-06T23:33:24.927Z | Checking globset v0.4.15 |
3128 | 2024-11-06T23:33:25.251Z | Checking rustls-webpki v0.101.7 |
3129 | 2024-11-06T23:33:25.329Z | Checking sct v0.7.1 |
3130 | 2024-11-06T23:33:25.426Z | Checking olpc-cjson v0.1.4 |
3131 | 2024-11-06T23:33:25.532Z | Checking serde_plain v1.0.2 |
3132 | 2024-11-06T23:33:25.656Z | Compiling displaydoc v0.2.5 |
3133 | 2024-11-06T23:33:25.782Z | Checking typed-path v0.7.1 |
3134 | 2024-11-06T23:33:26.076Z | Checking pin-project v1.1.6 |
3135 | 2024-11-06T23:33:27.005Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3136 | 2024-11-06T23:33:27.024Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3137 | 2024-11-06T23:33:27.298Z | Checking hashlink v0.9.1 |
3138 | 2024-11-06T23:33:27.330Z | Checking fallible-iterator v0.3.0 |
3139 | 2024-11-06T23:33:27.794Z | Checking fallible-streaming-iterator v0.1.9 |
3140 | 2024-11-06T23:33:27.989Z | Checking parse-size v1.1.0 |
3141 | 2024-11-06T23:33:28.046Z | Checking rusqlite v0.32.1 |
3142 | 2024-11-06T23:33:28.166Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3143 | 2024-11-06T23:33:28.352Z | Checking snafu v0.8.5 |
3144 | 2024-11-06T23:33:28.371Z | Checking rustls-pemfile v1.0.4 |
3145 | 2024-11-06T23:33:28.563Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3146 | 2024-11-06T23:33:28.583Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3147 | 2024-11-06T23:33:28.826Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3148 | 2024-11-06T23:33:28.850Z | Checking twox-hash v1.6.3 |
3149 | 2024-11-06T23:33:28.967Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3150 | 2024-11-06T23:33:29.155Z | Checking tokio-rustls v0.24.1 |
3151 | 2024-11-06T23:33:29.300Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3152 | 2024-11-06T23:33:29.514Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3153 | 2024-11-06T23:33:29.622Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3154 | 2024-11-06T23:33:30.014Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3155 | 2024-11-06T23:33:30.140Z | Checking fatfs v0.3.6 |
3156 | 2024-11-06T23:33:30.318Z | Checking hyper v0.14.30 |
3157 | 2024-11-06T23:33:30.773Z | Checking assert_matches v1.5.0 |
3158 | 2024-11-06T23:33:34.551Z | Checking reqwest v0.11.27 |
3159 | 2024-11-06T23:33:35.356Z | Checking tough v0.17.1 |
3160 | 2024-11-06T23:33:36.708Z | Compiling git2 v0.19.0 |
3161 | 2024-11-06T23:33:38.559Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3162 | 2024-11-06T23:33:39.680Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3163 | 2024-11-06T23:33:41.719Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3164 | 2024-11-06T23:37:14.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s |
3165 | 2024-11-06T23:37:14.850Z | |
3166 | 2024-11-06T23:37:14.850Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3167 | 2024-11-06T23:37:15.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-11-06T23:37:15.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-11-06T23:37:15.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3170 | 2024-11-06T23:37:15.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3171 | 2024-11-06T23:37:15.508Z | |
3172 | 2024-11-06T23:37:15.508Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3173 | 2024-11-06T23:37:16.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-11-06T23:37:16.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-11-06T23:37:16.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2024-11-06T23:37:16.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3177 | 2024-11-06T23:37:16.114Z | |
3178 | 2024-11-06T23:37:16.115Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3179 | 2024-11-06T23:37:16.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-11-06T23:37:16.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-11-06T23:37:16.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2024-11-06T23:37:16.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3183 | 2024-11-06T23:37:16.740Z | |
3184 | 2024-11-06T23:37:16.740Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3185 | 2024-11-06T23:37:17.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2024-11-06T23:37:17.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2024-11-06T23:37:17.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3188 | 2024-11-06T23:37:17.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3189 | 2024-11-06T23:37:17.395Z | |
3190 | 2024-11-06T23:37:17.395Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3191 | 2024-11-06T23:37:17.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-11-06T23:37:17.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-11-06T23:37:17.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3194 | 2024-11-06T23:37:17.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3195 | 2024-11-06T23:37:18.043Z | |
3196 | 2024-11-06T23:37:18.043Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3197 | 2024-11-06T23:37:18.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2024-11-06T23:37:18.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2024-11-06T23:37:18.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3200 | 2024-11-06T23:37:18.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3201 | 2024-11-06T23:37:18.677Z | |
3202 | 2024-11-06T23:37:18.677Z | info: running `cargo check --bins` on update-common (147/168) |
3203 | 2024-11-06T23:37:19.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-11-06T23:37:19.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-11-06T23:37:19.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2024-11-06T23:37:19.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3207 | 2024-11-06T23:37:19.292Z | |
3208 | 2024-11-06T23:37:19.292Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3209 | 2024-11-06T23:37:19.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-11-06T23:37:19.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-11-06T23:37:19.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2024-11-06T23:37:19.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3213 | 2024-11-06T23:37:19.896Z | |
3214 | 2024-11-06T23:37:19.896Z | info: running `cargo check --bins` on tufaceous (149/168) |
3215 | 2024-11-06T23:37:20.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-11-06T23:37:20.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-11-06T23:37:20.520Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3218 | 2024-11-06T23:37:21.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3219 | 2024-11-06T23:37:21.592Z | |
3220 | 2024-11-06T23:37:21.592Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3221 | 2024-11-06T23:37:22.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-11-06T23:37:22.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-11-06T23:37:22.388Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3224 | 2024-11-06T23:37:22.508Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3225 | 2024-11-06T23:37:22.510Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3226 | 2024-11-06T23:37:22.519Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3227 | 2024-11-06T23:38:18.748Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3228 | 2024-11-06T23:38:18.751Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3229 | 2024-11-06T23:38:18.751Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3230 | 2024-11-06T23:38:18.751Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3231 | 2024-11-06T23:38:18.751Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3232 | 2024-11-06T23:38:19.635Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3233 | 2024-11-06T23:38:20.872Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3234 | 2024-11-06T23:41:37.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
3235 | 2024-11-06T23:41:37.738Z | |
3236 | 2024-11-06T23:41:37.738Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3237 | 2024-11-06T23:41:38.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-11-06T23:41:38.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-11-06T23:41:38.393Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3240 | 2024-11-06T23:41:38.396Z | Checking heck v0.4.1 |
3241 | 2024-11-06T23:41:38.396Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3242 | 2024-11-06T23:41:38.631Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3243 | 2024-11-06T23:41:39.954Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3244 | 2024-11-06T23:41:40.766Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3245 | 2024-11-06T23:41:41.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
3246 | 2024-11-06T23:41:41.931Z | |
3247 | 2024-11-06T23:41:41.931Z | info: running `cargo check --bins` on installinator-api (152/168) |
3248 | 2024-11-06T23:41:42.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-11-06T23:41:42.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-11-06T23:41:42.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2024-11-06T23:41:42.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3252 | 2024-11-06T23:41:42.520Z | |
3253 | 2024-11-06T23:41:42.520Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3254 | 2024-11-06T23:41:43.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-11-06T23:41:43.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-11-06T23:41:43.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3257 | 2024-11-06T23:41:43.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3258 | 2024-11-06T23:41:43.119Z | |
3259 | 2024-11-06T23:41:43.119Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3260 | 2024-11-06T23:41:43.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-11-06T23:41:43.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-11-06T23:41:43.749Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3263 | 2024-11-06T23:41:44.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
3264 | 2024-11-06T23:41:45.046Z | |
3265 | 2024-11-06T23:41:45.046Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3266 | 2024-11-06T23:41:45.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2024-11-06T23:41:45.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2024-11-06T23:41:45.669Z | Checking memmap2 v0.9.5 |
3269 | 2024-11-06T23:41:45.669Z | Checking arrayref v0.3.9 |
3270 | 2024-11-06T23:41:45.672Z | Checking arrayvec v0.7.6 |
3271 | 2024-11-06T23:41:45.672Z | Checking constant_time_eq v0.3.1 |
3272 | 2024-11-06T23:41:45.672Z | Checking untrusted v0.7.1 |
3273 | 2024-11-06T23:41:45.672Z | Checking spin v0.5.2 |
3274 | 2024-11-06T23:41:45.672Z | Checking topological-sort v0.2.2 |
3275 | 2024-11-06T23:41:45.779Z | Checking shell-words v1.1.0 |
3276 | 2024-11-06T23:41:45.990Z | Checking ring v0.16.20 |
3277 | 2024-11-06T23:41:46.088Z | Checking blake3 v1.5.4 |
3278 | 2024-11-06T23:41:47.161Z | Checking omicron-zone-package v0.11.1 |
3279 | 2024-11-06T23:41:48.302Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3280 | 2024-11-06T23:41:49.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
3281 | 2024-11-06T23:41:49.403Z | |
3282 | 2024-11-06T23:41:49.403Z | info: running `cargo check --bins` on xtask (156/168) |
3283 | 2024-11-06T23:41:49.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2024-11-06T23:41:49.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2024-11-06T23:41:49.830Z | Checking bitflags v2.6.0 |
3286 | 2024-11-06T23:41:49.832Z | Checking serde v1.0.210 |
3287 | 2024-11-06T23:41:49.832Z | Checking thiserror v1.0.64 |
3288 | 2024-11-06T23:41:49.923Z | Checking scroll v0.12.0 |
3289 | 2024-11-06T23:41:49.926Z | Checking hashbrown v0.15.0 |
3290 | 2024-11-06T23:41:49.939Z | Checking log v0.4.22 |
3291 | 2024-11-06T23:41:49.942Z | Checking zerocopy v0.7.35 |
3292 | 2024-11-06T23:41:49.964Z | Checking syn v2.0.79 |
3293 | 2024-11-06T23:41:50.016Z | Checking pest v2.7.14 |
3294 | 2024-11-06T23:41:50.154Z | Checking rustix v0.38.37 |
3295 | 2024-11-06T23:41:50.188Z | Checking once_cell v1.20.2 |
3296 | 2024-11-06T23:41:50.357Z | Checking goblin v0.8.2 |
3297 | 2024-11-06T23:41:50.496Z | Checking fs-err v2.11.0 |
3298 | 2024-11-06T23:41:50.828Z | Checking anyhow v1.0.92 |
3299 | 2024-11-06T23:41:51.008Z | Checking indexmap v2.6.0 |
3300 | 2024-11-06T23:41:51.221Z | Checking tabled v0.15.0 |
3301 | 2024-11-06T23:41:51.895Z | Checking terminal_size v0.4.0 |
3302 | 2024-11-06T23:41:51.895Z | Checking tempfile v3.13.0 |
3303 | 2024-11-06T23:41:52.075Z | Checking clap_builder v4.5.20 |
3304 | 2024-11-06T23:41:52.537Z | Checking dtrace-parser v0.2.0 |
3305 | 2024-11-06T23:41:54.043Z | Checking serde_json v1.0.128 |
3306 | 2024-11-06T23:41:54.043Z | Checking serde_spanned v0.6.8 |
3307 | 2024-11-06T23:41:54.046Z | Checking toml_datetime v0.6.8 |
3308 | 2024-11-06T23:41:54.046Z | Checking camino v1.1.9 |
3309 | 2024-11-06T23:41:54.159Z | Checking semver v1.0.23 |
3310 | 2024-11-06T23:41:54.247Z | Checking cargo-platform v0.1.8 |
3311 | 2024-11-06T23:41:54.287Z | Checking clap v4.5.20 |
3312 | 2024-11-06T23:41:54.351Z | Checking toml_edit v0.22.22 |
3313 | 2024-11-06T23:41:54.404Z | Checking macaddr v1.0.1 |
3314 | 2024-11-06T23:41:54.601Z | Checking camino-tempfile v1.1.1 |
3315 | 2024-11-06T23:41:55.461Z | Checking dof v0.3.0 |
3316 | 2024-11-06T23:41:55.461Z | Checking cargo_metadata v0.18.1 |
3317 | 2024-11-06T23:41:55.681Z | Checking usdt-impl v0.5.0 |
3318 | 2024-11-06T23:41:56.028Z | Checking usdt v0.5.0 |
3319 | 2024-11-06T23:41:56.124Z | Checking toml v0.8.19 |
3320 | 2024-11-06T23:41:56.607Z | Checking cargo_toml v0.20.5 |
3321 | 2024-11-06T23:41:57.803Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3322 | 2024-11-06T23:41:58.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
3323 | 2024-11-06T23:41:58.503Z | |
3324 | 2024-11-06T23:41:58.503Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3325 | 2024-11-06T23:41:59.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-11-06T23:41:59.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-11-06T23:41:59.210Z | Checking polyval v0.6.2 |
3328 | 2024-11-06T23:41:59.317Z | Checking ctr v0.9.2 |
3329 | 2024-11-06T23:41:59.328Z | Checking ssh-encoding v0.2.0 |
3330 | 2024-11-06T23:41:59.331Z | Checking blowfish v0.9.1 |
3331 | 2024-11-06T23:41:59.353Z | Checking password-hash v0.4.2 |
3332 | 2024-11-06T23:41:59.355Z | Checking matches v0.1.10 |
3333 | 2024-11-06T23:41:59.379Z | Checking p521 v0.13.3 |
3334 | 2024-11-06T23:41:59.379Z | Checking p256 v0.13.2 |
3335 | 2024-11-06T23:41:59.452Z | Checking idna v0.2.3 |
3336 | 2024-11-06T23:41:59.539Z | Checking ghash v0.5.1 |
3337 | 2024-11-06T23:41:59.541Z | Checking bcrypt-pbkdf v0.10.0 |
3338 | 2024-11-06T23:41:59.601Z | Compiling enum-as-inner v0.5.1 |
3339 | 2024-11-06T23:41:59.640Z | Checking russh-cryptovec v0.7.3 |
3340 | 2024-11-06T23:41:59.735Z | Checking pbkdf2 v0.11.0 |
3341 | 2024-11-06T23:41:59.753Z | Checking aes-gcm v0.10.3 |
3342 | 2024-11-06T23:41:59.805Z | Checking md5 v0.7.0 |
3343 | 2024-11-06T23:41:59.846Z | Checking num-bigint v0.4.6 |
3344 | 2024-11-06T23:41:59.869Z | Checking des v0.8.1 |
3345 | 2024-11-06T23:41:59.977Z | Checking ssh-cipher v0.2.0 |
3346 | 2024-11-06T23:42:00.017Z | Checking hex-literal v0.4.1 |
3347 | 2024-11-06T23:42:00.077Z | Compiling dhcproto-macros v0.1.0 |
3348 | 2024-11-06T23:42:00.126Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3349 | 2024-11-06T23:42:00.145Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3350 | 2024-11-06T23:42:00.255Z | Checking ssh-key v0.6.6 |
3351 | 2024-11-06T23:42:00.316Z | Checking internet-checksum v0.2.1 |
3352 | 2024-11-06T23:42:00.585Z | Checking trust-dns-proto v0.22.0 |
3353 | 2024-11-06T23:42:01.599Z | Checking russh-keys v0.45.0 |
3354 | 2024-11-06T23:42:02.515Z | Checking russh v0.45.0 |
3355 | 2024-11-06T23:42:03.167Z | Checking dhcproto v0.12.0 |
3356 | 2024-11-06T23:42:24.818Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3357 | 2024-11-06T23:42:26.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.65s |
3358 | 2024-11-06T23:42:26.349Z | |
3359 | 2024-11-06T23:42:26.350Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3360 | 2024-11-06T23:42:26.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-11-06T23:42:26.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-11-06T23:42:26.935Z | Checking termios v0.3.3 |
3363 | 2024-11-06T23:42:27.144Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3364 | 2024-11-06T23:42:27.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3365 | 2024-11-06T23:42:28.060Z | |
3366 | 2024-11-06T23:42:28.060Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3367 | 2024-11-06T23:42:28.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-11-06T23:42:28.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-11-06T23:42:28.711Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3370 | 2024-11-06T23:42:30.663Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3371 | 2024-11-06T23:42:32.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3372 | 2024-11-06T23:42:32.816Z | |
3373 | 2024-11-06T23:42:32.816Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3374 | 2024-11-06T23:42:33.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2024-11-06T23:42:33.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2024-11-06T23:42:33.400Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3377 | 2024-11-06T23:42:33.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3378 | 2024-11-06T23:42:33.999Z | |
3379 | 2024-11-06T23:42:33.999Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3380 | 2024-11-06T23:42:34.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-11-06T23:42:34.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-11-06T23:42:34.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-11-06T23:42:34.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3384 | 2024-11-06T23:42:34.560Z | |
3385 | 2024-11-06T23:42:34.560Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3386 | 2024-11-06T23:42:35.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-11-06T23:42:35.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-11-06T23:42:35.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-11-06T23:42:35.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3390 | 2024-11-06T23:42:35.122Z | |
3391 | 2024-11-06T23:42:35.122Z | info: running `cargo check --bins` on omicron-package (163/168) |
3392 | 2024-11-06T23:42:35.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-11-06T23:42:35.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-11-06T23:42:35.755Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3395 | 2024-11-06T23:42:37.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
3396 | 2024-11-06T23:42:37.173Z | |
3397 | 2024-11-06T23:42:37.173Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3398 | 2024-11-06T23:42:37.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-11-06T23:42:37.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-11-06T23:42:37.846Z | Checking rtoolbox v0.0.2 |
3401 | 2024-11-06T23:42:37.849Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3402 | 2024-11-06T23:42:37.849Z | Checking tui-tree-widget v0.22.0 |
3403 | 2024-11-06T23:42:38.071Z | Checking rpassword v7.3.1 |
3404 | 2024-11-06T23:42:42.154Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3405 | 2024-11-06T23:42:45.237Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3406 | 2024-11-06T23:42:46.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3407 | 2024-11-06T23:42:46.546Z | |
3408 | 2024-11-06T23:42:46.546Z | info: running `cargo check --bins` on wicket (165/168) |
3409 | 2024-11-06T23:42:47.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2024-11-06T23:42:47.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2024-11-06T23:42:47.193Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3412 | 2024-11-06T23:42:47.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3413 | 2024-11-06T23:42:47.752Z | |
3414 | 2024-11-06T23:42:47.752Z | info: running `cargo check --bins` on wicketd (166/168) |
3415 | 2024-11-06T23:42:48.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2024-11-06T23:42:48.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2024-11-06T23:42:48.421Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3418 | 2024-11-06T23:42:57.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
3419 | 2024-11-06T23:42:58.102Z | |
3420 | 2024-11-06T23:42:58.102Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3421 | 2024-11-06T23:42:58.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2024-11-06T23:42:58.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2024-11-06T23:42:58.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3424 | 2024-11-06T23:42:58.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3425 | 2024-11-06T23:42:58.671Z | |
3426 | 2024-11-06T23:42:58.671Z | info: running `cargo check --bins` on zone-setup (168/168) |
3427 | 2024-11-06T23:42:59.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2024-11-06T23:42:59.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2024-11-06T23:42:59.353Z | Checking uzers v0.12.1 |
3430 | 2024-11-06T23:42:59.689Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3431 | 2024-11-06T23:43:00.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3432 | 2024-11-06T23:43:00.904Z | |
3433 | 2024-11-06T23:43:00.905Z | real 24:15.769425100 |
3434 | 2024-11-06T23:43:00.905Z | user 36:28.143276486 |
3435 | 2024-11-06T23:43:00.905Z | sys 5:17.082736202 |
3436 | 2024-11-06T23:43:00.905Z | trap 0.574829025 |
3437 | 2024-11-06T23:43:00.905Z | tflt 2.758377050 |
3438 | 2024-11-06T23:43:00.905Z | dflt 2.849980739 |
3439 | 2024-11-06T23:43:00.905Z | kflt 0.002247256 |
3440 | 2024-11-06T23:43:00.908Z | lock 1:28:48.274163571 |
3441 | 2024-11-06T23:43:00.908Z | slp 3:27:12.522992869 |
3442 | 2024-11-06T23:43:00.908Z | lat 55.512611091 |
3443 | 2024-11-06T23:43:00.908Z | stop 3:04.352842439 |
3444 | 2024-11-06T23:43:00.908Z | process exited: duration 1703377 ms, exit code 0 |
|
3445 | 2024-11-06T23:43:00.915Z | found 0 output files |