|
|
|
1 | 2024-11-14T03:59:35.316Z | job assigned to worker 01JCMD5S1QR9MV7NSJFDFB49X0 (queued for 55 s) |
|
2 | 2024-11-14T03:59:43.112Z | starting task 0: "setup" |
3 | 2024-11-14T03:59:43.120Z | ++ uname -s |
4 | 2024-11-14T03:59:43.124Z | + kern=SunOS |
5 | 2024-11-14T03:59:43.124Z | + case "$kern" in |
6 | 2024-11-14T03:59:43.124Z | + groupadd -g 12345 build |
7 | 2024-11-14T03:59:43.124Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T03:59:45.133Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T03:59:45.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T03:59:45.250Z | + home_fs=zfs |
11 | 2024-11-14T03:59:45.250Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T03:59:45.250Z | + mkdir -p /home/build |
13 | 2024-11-14T03:59:45.252Z | + chown build:build /home/build /work |
14 | 2024-11-14T03:59:46.254Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T03:59:46.257Z | process exited: duration 3150 ms, exit code 0 |
|
16 | 2024-11-14T03:59:46.261Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T03:59:46.267Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T03:59:46.267Z | * toolchain channel = "1.81.0" |
19 | 2024-11-14T03:59:46.267Z | ' 1.81.0 |
20 | 2024-11-14T03:59:46.267Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-14T03:59:46.267Z | ' default |
22 | 2024-11-14T03:59:46.267Z | * toolchain profile = "default" |
23 | 2024-11-14T03:59:46.271Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T03:59:46.271Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T03:59:46.392Z | info: downloading installer |
26 | 2024-11-14T03:59:47.906Z | info: profile set to 'default' |
27 | 2024-11-14T03:59:47.906Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T03:59:47.908Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T03:59:48.081Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T03:59:48.081Z | info: downloading component 'cargo' |
31 | 2024-11-14T03:59:49.073Z | info: downloading component 'clippy' |
32 | 2024-11-14T03:59:49.443Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T03:59:50.889Z | info: downloading component 'rust-std' |
34 | 2024-11-14T03:59:53.030Z | info: downloading component 'rustc' |
35 | 2024-11-14T04:00:00.558Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T04:00:00.851Z | info: installing component 'cargo' |
37 | 2024-11-14T04:00:01.693Z | info: installing component 'clippy' |
38 | 2024-11-14T04:00:02.082Z | info: installing component 'rust-docs' |
39 | 2024-11-14T04:00:03.700Z | info: installing component 'rust-std' |
40 | 2024-11-14T04:00:05.579Z | info: installing component 'rustc' |
41 | 2024-11-14T04:00:11.645Z | info: installing component 'rustfmt' |
42 | 2024-11-14T04:00:12.005Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T04:00:12.005Z | |
44 | 2024-11-14T04:00:12.404Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T04:00:12.404Z | |
46 | 2024-11-14T04:00:12.407Z | |
47 | 2024-11-14T04:00:12.407Z | Rust is installed now. Great! |
48 | 2024-11-14T04:00:12.407Z | |
49 | 2024-11-14T04:00:12.407Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T04:00:12.407Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T04:00:12.407Z | |
52 | 2024-11-14T04:00:12.407Z | To configure your current shell, you need to source |
53 | 2024-11-14T04:00:12.407Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T04:00:12.407Z | |
55 | 2024-11-14T04:00:12.407Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T04:00:12.407Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T04:00:12.407Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T04:00:12.478Z | + rustc --version |
59 | 2024-11-14T04:00:12.549Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T04:00:12.553Z | process exited: duration 26290 ms, exit code 0 |
|
61 | 2024-11-14T04:00:12.558Z | starting task 2: "authentication" |
62 | 2024-11-14T04:00:12.581Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T04:00:12.587Z | starting task 3: "clone repository" |
64 | 2024-11-14T04:00:12.592Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T04:00:12.595Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T04:00:12.872Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T04:00:55.504Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T04:00:55.504Z | + git fetch origin 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
69 | 2024-11-14T04:00:56.211Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T04:00:56.211Z | * branch 2dc6988fbf7f0ce433a44c659ab57bf28032f11e -> FETCH_HEAD |
71 | 2024-11-14T04:00:56.222Z | + [[ -n sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
72 | 2024-11-14T04:00:56.224Z | ++ git branch --show-current |
73 | 2024-11-14T04:00:56.224Z | + current=main |
74 | 2024-11-14T04:00:56.224Z | + [[ main != sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
75 | 2024-11-14T04:00:56.224Z | + git branch -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
76 | 2024-11-14T04:00:56.228Z | + git checkout -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it |
77 | 2024-11-14T04:00:56.404Z | Switched to branch 'sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it' |
78 | 2024-11-14T04:00:56.407Z | + git reset --hard 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
79 | 2024-11-14T04:00:56.438Z | HEAD is now at 2dc6988fb trailing whitespace |
80 | 2024-11-14T04:00:56.442Z | process exited: duration 43852 ms, exit code 0 |
|
81 | 2024-11-14T04:00:56.447Z | starting task 4: "build" |
82 | 2024-11-14T04:00:56.453Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T04:00:56.455Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T04:00:56.455Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T04:00:56.455Z | + cargo --version |
86 | 2024-11-14T04:00:56.513Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T04:00:56.515Z | + rustc --version |
88 | 2024-11-14T04:00:56.580Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T04:00:56.583Z | + source ./env.sh |
90 | 2024-11-14T04:00:56.585Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-14T04:00:56.585Z | ++ set -o xtrace |
92 | 2024-11-14T04:00:56.588Z | ++++ dirname ./env.sh |
93 | 2024-11-14T04:00:56.588Z | +++ readlink -f . |
94 | 2024-11-14T04:00:56.630Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ 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-14T04:00:56.633Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-14T04:00:56.633Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-14T04:00:56.633Z | + 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-14T04:00:56.633Z | + 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-14T04:00:56.633Z | + banner prerequisites |
108 | 2024-11-14T04:00:56.710Z | |
109 | 2024-11-14T04:00:56.710Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-14T04:00:56.710Z | # # # # # # # # # # # # # # # |
111 | 2024-11-14T04:00:56.710Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-14T04:00:56.710Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-14T04:00:56.710Z | # # # # # # # # # # # # # # # |
114 | 2024-11-14T04:00:56.710Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-14T04:00:56.710Z | |
116 | 2024-11-14T04:00:56.713Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-14T04:01:20.596Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-14T04:01:24.374Z | Startup: Caching catalogs ... Done |
119 | 2024-11-14T04:01:32.674Z | Planning: Solver setup ... Done (7.581s) |
120 | 2024-11-14T04:01:32.781Z | Planning: Running solver ... Done (0.106s) |
121 | 2024-11-14T04:01:32.923Z | Planning: Finding local manifests ... Done (0.057s) |
122 | 2024-11-14T04:01:32.955Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-14T04:01:33.599Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-14T04:01:33.969Z | Planning: Package planning ... Done (0.370s) |
125 | 2024-11-14T04:01:34.025Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-11-14T04:01:35.147Z | Planning: Checking for conflicting actions ... Done (1.121s) |
127 | 2024-11-14T04:01:41.680Z | Planning: Consolidating action changes ... Done (6.529s) |
128 | 2024-11-14T04:01:42.104Z | Planning: Evaluating mediators ... Done (0.425s) |
129 | 2024-11-14T04:01:42.182Z | Planning: Planning completed in 17.73 seconds |
130 | 2024-11-14T04:01:42.198Z | Packages to install: 4 |
131 | 2024-11-14T04:01:42.201Z | Packages to update: 1 |
132 | 2024-11-14T04:01:42.201Z | Mediators to change: 2 |
133 | 2024-11-14T04:01:42.201Z | Services to change: 1 |
134 | 2024-11-14T04:01:42.201Z | Estimated space available: 155.64 GB |
135 | 2024-11-14T04:01:42.201Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-14T04:01:42.201Z | Create boot environment: No |
137 | 2024-11-14T04:01:42.201Z | Create backup boot environment: Yes |
138 | 2024-11-14T04:01:42.201Z | Rebuild boot archive: No |
139 | 2024-11-14T04:01:42.201Z | |
140 | 2024-11-14T04:01:42.201Z | Changed mediators: |
141 | 2024-11-14T04:01:42.201Z | mediator clang: |
142 | 2024-11-14T04:01:42.201Z | version: None -> 15 (system default) |
143 | 2024-11-14T04:01:42.201Z | |
144 | 2024-11-14T04:01:42.202Z | mediator llvm: |
145 | 2024-11-14T04:01:42.202Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-14T04:01:42.202Z | |
147 | 2024-11-14T04:01:42.202Z | Changed packages: |
148 | 2024-11-14T04:01:42.202Z | helios-dev |
149 | 2024-11-14T04:01:42.202Z | developer/build-essential |
150 | 2024-11-14T04:01:42.202Z | None -> 11-2.0 |
151 | 2024-11-14T04:01:42.202Z | library/libxmlsec1 |
152 | 2024-11-14T04:01:42.202Z | None -> 1.2.35-2.0 |
153 | 2024-11-14T04:01:42.202Z | ooce/developer/clang-15 |
154 | 2024-11-14T04:01:42.202Z | None -> 15.0.7-2.0 |
155 | 2024-11-14T04:01:42.202Z | ooce/developer/llvm-15 |
156 | 2024-11-14T04:01:42.202Z | None -> 15.0.7-2.0 |
157 | 2024-11-14T04:01:42.202Z | package/pkg |
158 | 2024-11-14T04:01:42.202Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-14T04:01:42.202Z | |
160 | 2024-11-14T04:01:42.202Z | Services: |
161 | 2024-11-14T04:01:42.202Z | restart_fmri: |
162 | 2024-11-14T04:01:42.203Z | svc:/system/update-man-index:default |
163 | 2024-11-14T04:01:42.203Z | |
164 | 2024-11-14T04:01:42.203Z | Editable files to change: |
165 | 2024-11-14T04:01:42.203Z | Update: |
166 | 2024-11-14T04:01:42.203Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-14T04:01:42.512Z | |
168 | 2024-11-14T04:01:42.512Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-14T04:01:48.801Z | Download: 211/4281 items 1.3/220.6MB 0% complete (771k/s) |
170 | 2024-11-14T04:01:53.830Z | Download: 761/4281 items 17.9/220.6MB 8% complete (1.7M/s) |
171 | 2024-11-14T04:01:58.804Z | Download: 1191/4281 items 78.9/220.6MB 35% complete (7.8M/s) |
172 | 2024-11-14T04:02:03.808Z | Download: 1252/4281 items 103.7/220.6MB 47% complete (8.5M/s) |
173 | 2024-11-14T04:02:09.005Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (4.9M/s) |
174 | 2024-11-14T04:02:14.013Z | Download: 3089/4281 items 121.4/220.6MB 55% complete (1.6M/s) |
175 | 2024-11-14T04:02:19.216Z | Download: 3274/4281 items 208.5/220.6MB 94% complete (8.9M/s) |
176 | 2024-11-14T04:02:24.218Z | Download: 4015/4281 items 219.5/220.6MB 99% complete (9.4M/s) |
177 | 2024-11-14T04:02:27.694Z | Download: Completed 220.60 MB in 45.19 seconds (4.9M/s) |
178 | 2024-11-14T04:02:29.803Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-11-14T04:02:29.822Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-11-14T04:02:34.896Z | Actions: 4091/5063 actions (Installing new actions) |
181 | 2024-11-14T04:02:35.586Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2024-11-14T04:02:36.011Z | Actions: Completed 5063 actions in 6.21 seconds. |
183 | 2024-11-14T04:02:36.394Z | Done (0.376s) |
184 | 2024-11-14T04:02:36.398Z | Done (0.000s) |
185 | 2024-11-14T04:02:36.928Z | Done (0.530s) |
186 | 2024-11-14T04:02:44.055Z | Done (6.914s) |
187 | 2024-11-14T04:02:44.471Z | Done (0.348s) |
188 | 2024-11-14T04:02:44.473Z | Done (0.000s) |
189 | 2024-11-14T04:02:44.666Z | Done (0.000s) |
190 | 2024-11-14T04:02:45.339Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-11-14T04:02:45.502Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-11-14T04:02:45.504Z | Planning: Consolidating action changes ... Done |
193 | 2024-11-14T04:02:45.777Z | Planning: Evaluating mediators ... Done |
194 | 2024-11-14T04:02:45.779Z | Planning: Planning completed in 0.44 seconds |
195 | 2024-11-14T04:02:45.816Z | Mediators to change: 2 |
196 | 2024-11-14T04:02:45.818Z | Create boot environment: No |
197 | 2024-11-14T04:02:45.818Z | Create backup boot environment: No |
198 | 2024-11-14T04:02:45.905Z | Done |
199 | 2024-11-14T04:02:45.905Z | Done |
200 | 2024-11-14T04:02:46.245Z | Done |
201 | 2024-11-14T04:02:49.834Z | Done |
202 | 2024-11-14T04:02:49.927Z | Done |
203 | 2024-11-14T04:02:49.930Z | Done |
204 | 2024-11-14T04:02:50.115Z | Done |
205 | 2024-11-14T04:02:50.740Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-11-14T04:02:50.743Z | Planning: Merging actions ... Done |
207 | 2024-11-14T04:02:50.929Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-11-14T04:02:50.932Z | Planning: Consolidating action changes ... Done |
209 | 2024-11-14T04:02:51.202Z | Planning: Evaluating mediators ... Done |
210 | 2024-11-14T04:02:51.261Z | Planning: Planning completed in 0.77 seconds |
211 | 2024-11-14T04:02:51.302Z | Packages to change: 1 |
212 | 2024-11-14T04:02:51.302Z | Mediators to change: 1 |
213 | 2024-11-14T04:02:51.304Z | Services to change: 1 |
214 | 2024-11-14T04:02:51.304Z | Create boot environment: No |
215 | 2024-11-14T04:02:51.304Z | Create backup boot environment: Yes |
216 | 2024-11-14T04:02:53.384Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2024-11-14T04:02:53.470Z | Actions: Completed 6 actions in 0.09 seconds. |
218 | 2024-11-14T04:02:53.472Z | Done |
219 | 2024-11-14T04:02:53.472Z | Done |
220 | 2024-11-14T04:02:53.579Z | Done |
221 | 2024-11-14T04:02:57.255Z | Done |
222 | 2024-11-14T04:02:57.351Z | Done |
223 | 2024-11-14T04:02:57.355Z | Done |
224 | 2024-11-14T04:02:57.496Z | Done |
225 | 2024-11-14T04:02:57.945Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2024-11-14T04:02:57.945Z | clang system 15 system |
227 | 2024-11-14T04:02:57.945Z | csh system system illumos |
228 | 2024-11-14T04:02:57.945Z | ctags system system illumos |
229 | 2024-11-14T04:02:57.945Z | gcc vendor 12 vendor |
230 | 2024-11-14T04:02:57.945Z | gcc system 10 system |
231 | 2024-11-14T04:02:57.945Z | gcc system 7 system |
232 | 2024-11-14T04:02:57.945Z | go system 1.20 system |
233 | 2024-11-14T04:02:57.945Z | go system 1.19 system |
234 | 2024-11-14T04:02:57.945Z | llvm system 15 system |
235 | 2024-11-14T04:02:57.946Z | llvm system 14 system |
236 | 2024-11-14T04:02:57.946Z | mariadb system 10.6 system |
237 | 2024-11-14T04:02:57.946Z | mta vendor vendor dma |
238 | 2024-11-14T04:02:57.946Z | openjdk system 17 system |
239 | 2024-11-14T04:02:57.946Z | openjdk system 11 system |
240 | 2024-11-14T04:02:57.946Z | openjdk system 1.8 system |
241 | 2024-11-14T04:02:57.946Z | openssl vendor 3 vendor |
242 | 2024-11-14T04:02:57.946Z | perl system 5.36 system |
243 | 2024-11-14T04:02:57.946Z | postgresql system 15 system |
244 | 2024-11-14T04:02:57.946Z | postgresql system 13 system |
245 | 2024-11-14T04:02:57.946Z | python vendor 3 vendor |
246 | 2024-11-14T04:02:57.946Z | python system 2 system |
247 | 2024-11-14T04:02:57.946Z | python3 system 3.11 system |
248 | 2024-11-14T04:02:57.946Z | ruby system 3.0 system |
249 | 2024-11-14T04:02:57.946Z | words vendor vendor american-english |
250 | 2024-11-14T04:02:57.946Z | words system system australian-english |
251 | 2024-11-14T04:02:57.946Z | words system system british-english |
252 | 2024-11-14T04:02:57.946Z | words system system canadian-english |
253 | 2024-11-14T04:02:57.946Z | words system system french |
254 | 2024-11-14T04:02:57.946Z | words system system italian |
255 | 2024-11-14T04:02:57.946Z | words system system ngerman |
256 | 2024-11-14T04:02:57.946Z | words system system ogerman |
257 | 2024-11-14T04:02:57.946Z | words system system spanish |
258 | 2024-11-14T04:02:58.274Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2024-11-14T04:02:58.274Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2024-11-14T04:03:00.785Z | FMRI IFO |
261 | 2024-11-14T04:03:00.785Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2024-11-14T04:03:00.785Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-11-14T04:03:00.786Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-11-14T04:03:01.524Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2024-11-14T04:03:02.272Z | Updating crates.io index |
278 | 2024-11-14T04:03:02.274Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-11-14T04:03:04.450Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-11-14T04:03:05.151Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2024-11-14T04:03:05.697Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2024-11-14T04:03:06.268Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2024-11-14T04:03:09.925Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2024-11-14T04:03:15.678Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2024-11-14T04:03:18.442Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2024-11-14T04:03:21.952Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2024-11-14T04:03:22.682Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2024-11-14T04:03:23.439Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2024-11-14T04:03:24.693Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2024-11-14T04:03:25.225Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2024-11-14T04:03:26.045Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2024-11-14T04:03:26.746Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2024-11-14T04:03:27.367Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2024-11-14T04:03:27.991Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2024-11-14T04:03:28.733Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2024-11-14T04:03:29.583Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
297 | 2024-11-14T04:03:30.227Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
298 | 2024-11-14T04:03:31.012Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
299 | 2024-11-14T04:03:32.088Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
300 | 2024-11-14T04:03:32.756Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
301 | 2024-11-14T04:03:33.773Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2024-11-14T04:03:34.813Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-11-14T04:03:35.434Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-11-14T04:03:36.237Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-11-14T04:03:37.831Z | Downloading crates ... |
306 | 2024-11-14T04:03:37.885Z | Downloaded cfg-if v1.0.0 |
307 | 2024-11-14T04:03:37.888Z | Downloaded cargo-platform v0.1.8 |
308 | 2024-11-14T04:03:37.895Z | Downloaded anyhow v1.0.93 |
309 | 2024-11-14T04:03:37.901Z | Downloaded equivalent v1.0.1 |
310 | 2024-11-14T04:03:37.905Z | Downloaded unicode-ident v1.0.13 |
311 | 2024-11-14T04:03:37.913Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-11-14T04:03:37.916Z | Downloaded generic-array v0.14.7 |
313 | 2024-11-14T04:03:37.919Z | Downloaded usdt v0.5.0 |
314 | 2024-11-14T04:03:37.919Z | Downloaded heck v0.4.1 |
315 | 2024-11-14T04:03:37.919Z | Downloaded block-buffer v0.10.4 |
316 | 2024-11-14T04:03:37.922Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-11-14T04:03:37.922Z | Downloaded proc-macro-error-attr v1.0.4 |
318 | 2024-11-14T04:03:37.925Z | Downloaded tabled_derive v0.7.0 |
319 | 2024-11-14T04:03:37.925Z | Downloaded byteorder v1.5.0 |
320 | 2024-11-14T04:03:37.929Z | Downloaded colorchoice v1.0.2 |
321 | 2024-11-14T04:03:37.933Z | Downloaded thiserror-impl v1.0.69 |
322 | 2024-11-14T04:03:37.933Z | Downloaded anstyle-parse v0.2.5 |
323 | 2024-11-14T04:03:37.937Z | Downloaded plain v0.2.3 |
324 | 2024-11-14T04:03:37.942Z | Downloaded serde_spanned v0.6.8 |
325 | 2024-11-14T04:03:37.942Z | Downloaded fnv v1.0.7 |
326 | 2024-11-14T04:03:37.946Z | Downloaded cargo_toml v0.20.5 |
327 | 2024-11-14T04:03:37.946Z | Downloaded version_check v0.9.5 |
328 | 2024-11-14T04:03:37.946Z | Downloaded macaddr v1.0.1 |
329 | 2024-11-14T04:03:37.946Z | Downloaded clap_lex v0.7.2 |
330 | 2024-11-14T04:03:37.952Z | Downloaded autocfg v1.4.0 |
331 | 2024-11-14T04:03:37.952Z | Downloaded zerocopy-derive v0.7.35 |
332 | 2024-11-14T04:03:37.955Z | Downloaded smawk v0.3.2 |
333 | 2024-11-14T04:03:37.955Z | Downloaded pest_derive v2.7.14 |
334 | 2024-11-14T04:03:37.955Z | Downloaded camino v1.1.9 |
335 | 2024-11-14T04:03:37.958Z | Downloaded camino-tempfile v1.1.1 |
336 | 2024-11-14T04:03:37.960Z | Downloaded toml v0.8.19 |
337 | 2024-11-14T04:03:37.966Z | Downloaded anstyle v1.0.10 |
338 | 2024-11-14T04:03:37.966Z | Downloaded cargo_metadata v0.18.1 |
339 | 2024-11-14T04:03:37.970Z | Downloaded textwrap v0.16.1 |
340 | 2024-11-14T04:03:37.970Z | Downloaded anstream v0.6.15 |
341 | 2024-11-14T04:03:37.976Z | Downloaded scroll v0.12.0 |
342 | 2024-11-14T04:03:37.976Z | Downloaded anstyle-query v1.1.1 |
343 | 2024-11-14T04:03:37.976Z | Downloaded once_cell v1.20.2 |
344 | 2024-11-14T04:03:37.995Z | Downloaded digest v0.10.7 |
345 | 2024-11-14T04:03:37.995Z | Downloaded bytecount v0.6.8 |
346 | 2024-11-14T04:03:37.995Z | Downloaded serde v1.0.215 |
347 | 2024-11-14T04:03:37.995Z | Downloaded bitflags v2.6.0 |
348 | 2024-11-14T04:03:38.009Z | Downloaded pretty-hex v0.4.1 |
349 | 2024-11-14T04:03:38.012Z | Downloaded dtrace-parser v0.2.0 |
350 | 2024-11-14T04:03:38.016Z | Downloaded itoa v1.0.11 |
351 | 2024-11-14T04:03:38.016Z | Downloaded crypto-common v0.1.6 |
352 | 2024-11-14T04:03:38.020Z | Downloaded dof v0.3.0 |
353 | 2024-11-14T04:03:38.020Z | Downloaded scroll_derive v0.12.0 |
354 | 2024-11-14T04:03:38.028Z | Downloaded swrite v0.1.0 |
355 | 2024-11-14T04:03:38.031Z | Downloaded usdt-attr-macro v0.5.0 |
356 | 2024-11-14T04:03:38.033Z | Downloaded fastrand v2.1.1 |
357 | 2024-11-14T04:03:38.033Z | Downloaded pest_generator v2.7.14 |
358 | 2024-11-14T04:03:38.036Z | Downloaded cpufeatures v0.2.14 |
359 | 2024-11-14T04:03:38.036Z | Downloaded heck v0.5.0 |
360 | 2024-11-14T04:03:38.036Z | Downloaded fs-err v2.11.0 |
361 | 2024-11-14T04:03:38.046Z | Downloaded syn v1.0.109 |
362 | 2024-11-14T04:03:38.053Z | Downloaded unicode-linebreak v0.1.5 |
363 | 2024-11-14T04:03:38.056Z | Downloaded toml_datetime v0.6.8 |
364 | 2024-11-14T04:03:38.056Z | Downloaded memmap v0.7.0 |
365 | 2024-11-14T04:03:38.059Z | Downloaded errno v0.3.9 |
366 | 2024-11-14T04:03:38.059Z | Downloaded thiserror v1.0.69 |
367 | 2024-11-14T04:03:38.062Z | Downloaded terminal_size v0.4.0 |
368 | 2024-11-14T04:03:38.065Z | Downloaded strsim v0.11.1 |
369 | 2024-11-14T04:03:38.065Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2024-11-14T04:03:38.068Z | Downloaded utf8parse v0.2.2 |
371 | 2024-11-14T04:03:38.068Z | Downloaded thread-id v4.2.2 |
372 | 2024-11-14T04:03:38.083Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-11-14T04:03:38.086Z | Downloaded semver v1.0.23 |
374 | 2024-11-14T04:03:38.092Z | Downloaded sha2 v0.10.8 |
375 | 2024-11-14T04:03:38.095Z | Downloaded quote v1.0.37 |
376 | 2024-11-14T04:03:38.101Z | Downloaded log v0.4.22 |
377 | 2024-11-14T04:03:38.115Z | Downloaded usdt-impl v0.5.0 |
378 | 2024-11-14T04:03:38.115Z | Downloaded typenum v1.17.0 |
379 | 2024-11-14T04:03:38.119Z | Downloaded tempfile v3.13.0 |
380 | 2024-11-14T04:03:38.121Z | Downloaded pest_meta v2.7.14 |
381 | 2024-11-14T04:03:38.121Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-11-14T04:03:38.125Z | Downloaded papergrid v0.11.0 |
383 | 2024-11-14T04:03:38.128Z | Downloaded clap_derive v4.5.18 |
384 | 2024-11-14T04:03:38.130Z | Downloaded clap v4.5.20 |
385 | 2024-11-14T04:03:38.138Z | Downloaded serde_derive v1.0.215 |
386 | 2024-11-14T04:03:38.140Z | Downloaded indexmap v2.6.0 |
387 | 2024-11-14T04:03:38.144Z | Downloaded ryu v1.0.18 |
388 | 2024-11-14T04:03:38.147Z | Downloaded proc-macro2 v1.0.89 |
389 | 2024-11-14T04:03:38.151Z | Downloaded memchr v2.7.4 |
390 | 2024-11-14T04:03:38.172Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-14T04:03:38.194Z | Downloaded hashbrown v0.15.0 |
392 | 2024-11-14T04:03:38.207Z | Downloaded serde_json v1.0.132 |
393 | 2024-11-14T04:03:38.216Z | Downloaded zerocopy v0.7.35 |
394 | 2024-11-14T04:03:38.231Z | Downloaded winnow v0.6.20 |
395 | 2024-11-14T04:03:38.239Z | Downloaded rustix v0.38.37 |
396 | 2024-11-14T04:03:38.261Z | Downloaded tabled v0.15.0 |
397 | 2024-11-14T04:03:38.275Z | Downloaded goblin v0.8.2 |
398 | 2024-11-14T04:03:38.281Z | Downloaded clap_builder v4.5.20 |
399 | 2024-11-14T04:03:38.288Z | Downloaded pest v2.7.14 |
400 | 2024-11-14T04:03:38.301Z | Downloaded syn v2.0.87 |
401 | 2024-11-14T04:03:38.313Z | Downloaded unicode-width v0.1.14 |
402 | 2024-11-14T04:03:38.325Z | Downloaded libc v0.2.162 |
403 | 2024-11-14T04:03:38.623Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-11-14T04:03:38.623Z | Compiling unicode-ident v1.0.13 |
405 | 2024-11-14T04:03:38.623Z | Compiling serde v1.0.215 |
406 | 2024-11-14T04:03:38.627Z | Compiling version_check v0.9.5 |
407 | 2024-11-14T04:03:38.627Z | Compiling thiserror v1.0.69 |
408 | 2024-11-14T04:03:38.627Z | Compiling memchr v2.7.4 |
409 | 2024-11-14T04:03:38.627Z | Compiling libc v0.2.162 |
410 | 2024-11-14T04:03:38.627Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-14T04:03:38.868Z | Compiling itoa v1.0.11 |
412 | 2024-11-14T04:03:39.108Z | Compiling ryu v1.0.18 |
413 | 2024-11-14T04:03:39.473Z | Compiling once_cell v1.20.2 |
414 | 2024-11-14T04:03:39.767Z | Compiling byteorder v1.5.0 |
415 | 2024-11-14T04:03:40.078Z | Compiling serde_json v1.0.132 |
416 | 2024-11-14T04:03:40.271Z | Compiling rustix v0.38.37 |
417 | 2024-11-14T04:03:40.437Z | Compiling bitflags v2.6.0 |
418 | 2024-11-14T04:03:40.482Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-11-14T04:03:40.598Z | Compiling usdt-impl v0.5.0 |
420 | 2024-11-14T04:03:40.753Z | Compiling syn v1.0.109 |
421 | 2024-11-14T04:03:40.848Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-11-14T04:03:40.885Z | Compiling hashbrown v0.15.0 |
423 | 2024-11-14T04:03:41.058Z | Compiling camino v1.1.9 |
424 | 2024-11-14T04:03:41.125Z | Compiling equivalent v1.0.1 |
425 | 2024-11-14T04:03:41.148Z | Compiling utf8parse v0.2.2 |
426 | 2024-11-14T04:03:41.242Z | Compiling log v0.4.22 |
427 | 2024-11-14T04:03:41.305Z | Compiling thread-id v4.2.2 |
428 | 2024-11-14T04:03:41.377Z | Compiling plain v0.2.3 |
429 | 2024-11-14T04:03:41.424Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-11-14T04:03:41.471Z | Compiling quote v1.0.37 |
431 | 2024-11-14T04:03:41.626Z | Compiling errno v0.3.9 |
432 | 2024-11-14T04:03:41.768Z | Compiling unicode-width v0.1.14 |
433 | 2024-11-14T04:03:41.858Z | Compiling syn v2.0.87 |
434 | 2024-11-14T04:03:42.011Z | Compiling winnow v0.6.20 |
435 | 2024-11-14T04:03:42.106Z | Compiling indexmap v2.6.0 |
436 | 2024-11-14T04:03:42.178Z | Compiling pretty-hex v0.4.1 |
437 | 2024-11-14T04:03:42.293Z | Compiling colorchoice v1.0.2 |
438 | 2024-11-14T04:03:42.385Z | Compiling anstyle v1.0.10 |
439 | 2024-11-14T04:03:42.497Z | Compiling autocfg v1.4.0 |
440 | 2024-11-14T04:03:42.870Z | Compiling anstyle-query v1.1.1 |
441 | 2024-11-14T04:03:43.045Z | Compiling is_terminal_polyfill v1.70.1 |
442 | 2024-11-14T04:03:43.184Z | Compiling semver v1.0.23 |
443 | 2024-11-14T04:03:43.572Z | Compiling anstream v0.6.15 |
444 | 2024-11-14T04:03:43.813Z | Compiling bytecount v0.6.8 |
445 | 2024-11-14T04:03:43.836Z | Compiling fs-err v2.11.0 |
446 | 2024-11-14T04:03:43.885Z | Compiling fastrand v2.1.1 |
447 | 2024-11-14T04:03:44.036Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-14T04:03:44.105Z | Compiling terminal_size v0.4.0 |
449 | 2024-11-14T04:03:44.141Z | Compiling anyhow v1.0.93 |
450 | 2024-11-14T04:03:44.323Z | Compiling clap_lex v0.7.2 |
451 | 2024-11-14T04:03:44.356Z | Compiling heck v0.4.1 |
452 | 2024-11-14T04:03:44.418Z | Compiling heck v0.5.0 |
453 | 2024-11-14T04:03:44.831Z | Compiling strsim v0.11.1 |
454 | 2024-11-14T04:03:44.834Z | Compiling fnv v1.0.7 |
455 | 2024-11-14T04:03:44.982Z | Compiling papergrid v0.11.0 |
456 | 2024-11-14T04:03:45.214Z | Compiling clap_builder v4.5.20 |
457 | 2024-11-14T04:03:45.303Z | Compiling tempfile v3.13.0 |
458 | 2024-11-14T04:03:45.735Z | Compiling memmap v0.7.0 |
459 | 2024-11-14T04:03:45.762Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-14T04:03:45.992Z | Compiling smawk v0.3.2 |
461 | 2024-11-14T04:03:46.187Z | Compiling textwrap v0.16.1 |
462 | 2024-11-14T04:03:46.257Z | Compiling swrite v0.1.0 |
463 | 2024-11-14T04:03:47.638Z | Compiling tabled_derive v0.7.0 |
464 | 2024-11-14T04:03:49.040Z | Compiling tabled v0.15.0 |
465 | 2024-11-14T04:03:50.897Z | Compiling serde_derive v1.0.215 |
466 | 2024-11-14T04:03:50.897Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-11-14T04:03:50.900Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-11-14T04:03:50.900Z | Compiling scroll_derive v0.12.0 |
469 | 2024-11-14T04:03:50.900Z | Compiling clap_derive v4.5.18 |
470 | 2024-11-14T04:03:52.233Z | Compiling scroll v0.12.0 |
471 | 2024-11-14T04:03:52.537Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-14T04:03:52.864Z | Compiling goblin v0.8.2 |
473 | 2024-11-14T04:03:53.880Z | Compiling pest v2.7.14 |
474 | 2024-11-14T04:03:54.898Z | Compiling clap v4.5.20 |
475 | 2024-11-14T04:03:55.868Z | Compiling pest_meta v2.7.14 |
476 | 2024-11-14T04:03:56.704Z | Compiling pest_generator v2.7.14 |
477 | 2024-11-14T04:03:58.690Z | Compiling pest_derive v2.7.14 |
478 | 2024-11-14T04:03:59.394Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-11-14T04:04:00.987Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-14T04:04:00.987Z | Compiling serde_spanned v0.6.8 |
481 | 2024-11-14T04:04:00.990Z | Compiling cargo-platform v0.1.8 |
482 | 2024-11-14T04:04:01.364Z | Compiling serde_tokenstream v0.2.2 |
483 | 2024-11-14T04:04:01.454Z | Compiling toml_edit v0.22.22 |
484 | 2024-11-14T04:04:01.513Z | Compiling macaddr v1.0.1 |
485 | 2024-11-14T04:04:01.638Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-11-14T04:04:02.585Z | Compiling dof v0.3.0 |
487 | 2024-11-14T04:04:02.585Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-11-14T04:04:04.326Z | Compiling toml v0.8.19 |
489 | 2024-11-14T04:04:04.508Z | Compiling usdt-macro v0.5.0 |
490 | 2024-11-14T04:04:04.508Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-11-14T04:04:05.186Z | Compiling cargo_toml v0.20.5 |
492 | 2024-11-14T04:04:05.803Z | Compiling usdt v0.5.0 |
493 | 2024-11-14T04:04:08.826Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-11-14T04:04:13.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
495 | 2024-11-14T04:04:13.318Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-11-14T04:04:13.833Z | Downloading crates ... |
497 | 2024-11-14T04:04:13.953Z | Downloaded adler2 v2.0.0 |
498 | 2024-11-14T04:04:13.956Z | Downloaded async-stream v0.3.6 |
499 | 2024-11-14T04:04:13.960Z | Downloaded allocator-api2 v0.2.18 |
500 | 2024-11-14T04:04:13.966Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-11-14T04:04:13.975Z | Downloaded crucible-workspace-hack v0.1.0 |
502 | 2024-11-14T04:04:13.977Z | Downloaded atty v0.2.14 |
503 | 2024-11-14T04:04:13.977Z | Downloaded async-bb8-diesel v0.2.1 |
504 | 2024-11-14T04:04:13.980Z | Downloaded array-init v0.0.4 |
505 | 2024-11-14T04:04:13.989Z | Downloaded chacha20 v0.9.1 |
506 | 2024-11-14T04:04:13.992Z | Downloaded hostname v0.4.0 |
507 | 2024-11-14T04:04:13.998Z | Downloaded home v0.5.9 |
508 | 2024-11-14T04:04:13.998Z | Downloaded cmake v0.1.51 |
509 | 2024-11-14T04:04:14.002Z | Downloaded castaway v0.2.3 |
510 | 2024-11-14T04:04:14.002Z | Downloaded heapless v0.8.0 |
511 | 2024-11-14T04:04:14.005Z | Downloaded icu_provider_macros v1.5.0 |
512 | 2024-11-14T04:04:14.005Z | Downloaded hubpack_derive v0.1.1 |
513 | 2024-11-14T04:04:14.005Z | Downloaded ciborium v0.2.2 |
514 | 2024-11-14T04:04:14.007Z | Downloaded cstr-argument v0.1.2 |
515 | 2024-11-14T04:04:14.010Z | Downloaded match_cfg v0.1.0 |
516 | 2024-11-14T04:04:14.010Z | Downloaded constant_time_eq v0.3.1 |
517 | 2024-11-14T04:04:14.014Z | Downloaded http-body-util v0.1.2 |
518 | 2024-11-14T04:04:14.016Z | Downloaded cookie_store v0.21.0 |
519 | 2024-11-14T04:04:14.016Z | Downloaded async-trait v0.1.83 |
520 | 2024-11-14T04:04:14.020Z | Downloaded ciborium-ll v0.2.2 |
521 | 2024-11-14T04:04:14.022Z | Downloaded lru-cache v0.1.2 |
522 | 2024-11-14T04:04:14.022Z | Downloaded lalrpop-util v0.19.12 |
523 | 2024-11-14T04:04:14.022Z | Downloaded hex-literal v0.4.1 |
524 | 2024-11-14T04:04:14.025Z | Downloaded ctr v0.9.2 |
525 | 2024-11-14T04:04:14.025Z | Downloaded impl-trait-for-tuples v0.2.2 |
526 | 2024-11-14T04:04:14.028Z | Downloaded libefi-sys v0.1.0 |
527 | 2024-11-14T04:04:14.030Z | Downloaded keccak v0.1.5 |
528 | 2024-11-14T04:04:14.035Z | Downloaded inout v0.1.3 |
529 | 2024-11-14T04:04:14.035Z | Downloaded crc32fast v1.4.2 |
530 | 2024-11-14T04:04:14.038Z | Downloaded lockfree-object-pool v0.1.6 |
531 | 2024-11-14T04:04:14.038Z | Downloaded jobserver v0.1.32 |
532 | 2024-11-14T04:04:14.041Z | Downloaded hyper-rustls v0.27.3 |
533 | 2024-11-14T04:04:14.043Z | Downloaded rand_core v0.6.4 |
534 | 2024-11-14T04:04:14.043Z | Downloaded maybe-uninit v2.0.0 |
535 | 2024-11-14T04:04:14.046Z | Downloaded memmap2 v0.9.5 |
536 | 2024-11-14T04:04:14.049Z | Downloaded internet-checksum v0.2.1 |
537 | 2024-11-14T04:04:14.049Z | Downloaded icu_normalizer_data v1.5.0 |
538 | 2024-11-14T04:04:14.052Z | Downloaded mime v0.3.17 |
539 | 2024-11-14T04:04:14.052Z | Downloaded bumpalo v3.16.0 |
540 | 2024-11-14T04:04:14.055Z | Downloaded hyper-util v0.1.10 |
541 | 2024-11-14T04:04:14.059Z | Downloaded const_format v0.2.33 |
542 | 2024-11-14T04:04:14.064Z | Downloaded indexmap v1.9.3 |
543 | 2024-11-14T04:04:14.070Z | Downloaded icu_properties v1.5.1 |
544 | 2024-11-14T04:04:14.076Z | Downloaded scopeguard v1.2.0 |
545 | 2024-11-14T04:04:14.076Z | Downloaded russh-keys v0.45.0 |
546 | 2024-11-14T04:04:14.078Z | Downloaded atomicwrites v0.4.4 |
547 | 2024-11-14T04:04:14.079Z | Downloaded hickory-resolver v0.24.1 |
548 | 2024-11-14T04:04:14.081Z | Downloaded rustc-demangle v0.1.24 |
549 | 2024-11-14T04:04:14.084Z | Downloaded base16ct v0.2.0 |
550 | 2024-11-14T04:04:14.087Z | Downloaded aead v0.5.2 |
551 | 2024-11-14T04:04:14.087Z | Downloaded ascii-canvas v3.0.0 |
552 | 2024-11-14T04:04:14.090Z | Downloaded atomic-waker v1.1.2 |
553 | 2024-11-14T04:04:14.090Z | Downloaded async-stream-impl v0.3.6 |
554 | 2024-11-14T04:04:14.093Z | Downloaded base64 v0.21.7 |
555 | 2024-11-14T04:04:14.096Z | Downloaded async-recursion v1.1.1 |
556 | 2024-11-14T04:04:14.099Z | Downloaded structmeta v0.2.0 |
557 | 2024-11-14T04:04:14.101Z | Downloaded bcs v0.1.6 |
558 | 2024-11-14T04:04:14.104Z | Downloaded assert_matches v1.5.0 |
559 | 2024-11-14T04:04:14.104Z | Downloaded http-range v0.1.5 |
560 | 2024-11-14T04:04:14.108Z | Downloaded slog-stdlog v4.1.1 |
561 | 2024-11-14T04:04:14.108Z | Downloaded libm v0.2.8 |
562 | 2024-11-14T04:04:14.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
563 | 2024-11-14T04:04:14.117Z | Downloaded hostname v0.3.1 |
564 | 2024-11-14T04:04:14.120Z | Downloaded highway v1.2.0 |
565 | 2024-11-14T04:04:14.123Z | Downloaded qorb v0.2.0 |
566 | 2024-11-14T04:04:14.125Z | Downloaded tokio-tungstenite v0.24.0 |
567 | 2024-11-14T04:04:14.128Z | Downloaded hex v0.4.3 |
568 | 2024-11-14T04:04:14.131Z | Downloaded progenitor-client v0.8.0 |
569 | 2024-11-14T04:04:14.131Z | Downloaded darling v0.20.10 |
570 | 2024-11-14T04:04:14.135Z | Downloaded russh-cryptovec v0.7.3 |
571 | 2024-11-14T04:04:14.137Z | Downloaded arrayvec v0.7.6 |
572 | 2024-11-14T04:04:14.141Z | Downloaded idna v1.0.3 |
573 | 2024-11-14T04:04:14.144Z | Downloaded hubpack v0.1.2 |
574 | 2024-11-14T04:04:14.144Z | Downloaded blowfish v0.9.1 |
575 | 2024-11-14T04:04:14.147Z | Downloaded base64ct v1.6.0 |
576 | 2024-11-14T04:04:14.150Z | Downloaded bit-vec v0.6.3 |
577 | 2024-11-14T04:04:14.153Z | Downloaded spin v0.9.8 |
578 | 2024-11-14T04:04:14.155Z | Downloaded block-padding v0.3.3 |
579 | 2024-11-14T04:04:14.155Z | Downloaded bitfield-struct v0.6.2 |
580 | 2024-11-14T04:04:14.156Z | Downloaded linear-map v1.2.0 |
581 | 2024-11-14T04:04:14.158Z | Downloaded cipher v0.4.4 |
582 | 2024-11-14T04:04:14.160Z | Downloaded convert_case v0.4.0 |
583 | 2024-11-14T04:04:14.160Z | Downloaded chrono-tz-build v0.4.0 |
584 | 2024-11-14T04:04:14.163Z | Downloaded cbc v0.1.2 |
585 | 2024-11-14T04:04:14.164Z | Downloaded buf-list v1.0.3 |
586 | 2024-11-14T04:04:14.166Z | Downloaded crc-catalog v2.4.0 |
587 | 2024-11-14T04:04:14.173Z | Downloaded libsw v3.3.1 |
588 | 2024-11-14T04:04:14.173Z | Downloaded hickory-client v0.24.1 |
589 | 2024-11-14T04:04:14.177Z | Downloaded is_ci v1.2.0 |
590 | 2024-11-14T04:04:14.177Z | Downloaded instant v0.1.13 |
591 | 2024-11-14T04:04:14.177Z | Downloaded curve25519-dalek-derive v0.1.1 |
592 | 2024-11-14T04:04:14.181Z | Downloaded crc v3.2.1 |
593 | 2024-11-14T04:04:14.190Z | Downloaded colored v2.1.0 |
594 | 2024-11-14T04:04:14.190Z | Downloaded diesel_table_macro_syntax v0.2.0 |
595 | 2024-11-14T04:04:14.190Z | Downloaded cobs v0.2.3 |
596 | 2024-11-14T04:04:14.190Z | Downloaded indent_write v2.2.0 |
597 | 2024-11-14T04:04:14.190Z | Downloaded const_format_proc_macros v0.2.33 |
598 | 2024-11-14T04:04:14.194Z | Downloaded spki v0.7.3 |
599 | 2024-11-14T04:04:14.194Z | Downloaded scrypt v0.11.0 |
600 | 2024-11-14T04:04:14.194Z | Downloaded scheduled-thread-pool v0.2.7 |
601 | 2024-11-14T04:04:14.197Z | Downloaded foreign-types v0.5.0 |
602 | 2024-11-14T04:04:14.197Z | Downloaded string_cache v0.8.7 |
603 | 2024-11-14T04:04:14.197Z | Downloaded schemars_derive v0.8.21 |
604 | 2024-11-14T04:04:14.200Z | Downloaded new_debug_unreachable v1.0.6 |
605 | 2024-11-14T04:04:14.200Z | Downloaded md5 v0.7.0 |
606 | 2024-11-14T04:04:14.203Z | Downloaded matches v0.1.10 |
607 | 2024-11-14T04:04:14.203Z | Downloaded xz2 v0.1.7 |
608 | 2024-11-14T04:04:14.205Z | Downloaded zeroize_derive v1.4.2 |
609 | 2024-11-14T04:04:14.205Z | Downloaded lazy_static v1.5.0 |
610 | 2024-11-14T04:04:14.210Z | Downloaded num-conv v0.1.0 |
611 | 2024-11-14T04:04:14.214Z | Downloaded lock_api v0.4.12 |
612 | 2024-11-14T04:04:14.214Z | Downloaded cassowary v0.3.0 |
613 | 2024-11-14T04:04:14.214Z | Downloaded ipnetwork v0.20.0 |
614 | 2024-11-14T04:04:14.218Z | Downloaded bzip2 v0.4.4 |
615 | 2024-11-14T04:04:14.218Z | Downloaded path-slash v0.1.5 |
616 | 2024-11-14T04:04:14.223Z | Downloaded defmt-parser v0.3.4 |
617 | 2024-11-14T04:04:14.223Z | Downloaded crossbeam-deque v0.8.5 |
618 | 2024-11-14T04:04:14.227Z | Downloaded md-5 v0.10.6 |
619 | 2024-11-14T04:04:14.227Z | Downloaded idna_adapter v1.2.0 |
620 | 2024-11-14T04:04:14.227Z | Downloaded console v0.15.8 |
621 | 2024-11-14T04:04:14.231Z | Downloaded arc-swap v1.7.1 |
622 | 2024-11-14T04:04:14.235Z | Downloaded phf_shared v0.10.0 |
623 | 2024-11-14T04:04:14.235Z | Downloaded der_derive v0.7.3 |
624 | 2024-11-14T04:04:14.238Z | Downloaded memoffset v0.9.1 |
625 | 2024-11-14T04:04:14.238Z | Downloaded fixedbitset v0.4.2 |
626 | 2024-11-14T04:04:14.240Z | Downloaded uuid v1.11.0 |
627 | 2024-11-14T04:04:14.243Z | Downloaded tokio-stream v0.1.16 |
628 | 2024-11-14T04:04:14.246Z | Downloaded futures-core v0.3.31 |
629 | 2024-11-14T04:04:14.248Z | Downloaded foreign-types-macros v0.2.3 |
630 | 2024-11-14T04:04:14.252Z | Downloaded blake3 v1.5.4 |
631 | 2024-11-14T04:04:14.257Z | Downloaded num v0.4.3 |
632 | 2024-11-14T04:04:14.260Z | Downloaded hickory-server v0.24.1 |
633 | 2024-11-14T04:04:14.267Z | Downloaded test-strategy v0.3.1 |
634 | 2024-11-14T04:04:14.270Z | Downloaded take_mut v0.2.2 |
635 | 2024-11-14T04:04:14.270Z | Downloaded phf_shared v0.11.2 |
636 | 2024-11-14T04:04:14.273Z | Downloaded packed_struct v0.10.1 |
637 | 2024-11-14T04:04:14.273Z | Downloaded stringprep v0.1.5 |
638 | 2024-11-14T04:04:14.275Z | Downloaded backtrace v0.3.74 |
639 | 2024-11-14T04:04:14.280Z | Downloaded toolchain_find v0.4.0 |
640 | 2024-11-14T04:04:14.282Z | Downloaded http v1.1.0 |
641 | 2024-11-14T04:04:14.285Z | Downloaded thiserror-no-std v2.0.2 |
642 | 2024-11-14T04:04:14.291Z | Downloaded rfc6979 v0.4.0 |
643 | 2024-11-14T04:04:14.294Z | Downloaded resolv-conf v0.7.0 |
644 | 2024-11-14T04:04:14.294Z | Downloaded dyn-clone v1.0.17 |
645 | 2024-11-14T04:04:14.297Z | Downloaded rusty-fork v0.3.0 |
646 | 2024-11-14T04:04:14.299Z | Downloaded utf8_iter v1.0.4 |
647 | 2024-11-14T04:04:14.299Z | Downloaded r2d2 v0.8.10 |
648 | 2024-11-14T04:04:14.302Z | Downloaded twox-hash v1.6.3 |
649 | 2024-11-14T04:04:14.305Z | Downloaded zerofrom v0.1.4 |
650 | 2024-11-14T04:04:14.305Z | Downloaded slab v0.4.9 |
651 | 2024-11-14T04:04:14.307Z | Downloaded blake2 v0.10.6 |
652 | 2024-11-14T04:04:14.307Z | Downloaded futures-executor v0.3.31 |
653 | 2024-11-14T04:04:14.310Z | Downloaded simd-adler32 v0.3.7 |
654 | 2024-11-14T04:04:14.313Z | Downloaded embedded-io v0.6.1 |
655 | 2024-11-14T04:04:14.315Z | Downloaded crc-any v2.5.0 |
656 | 2024-11-14T04:04:14.315Z | Downloaded bytes v1.7.2 |
657 | 2024-11-14T04:04:14.320Z | Downloaded futures-sink v0.3.31 |
658 | 2024-11-14T04:04:14.323Z | Downloaded derive_builder_macro v0.20.2 |
659 | 2024-11-14T04:04:14.323Z | Downloaded tap v1.0.1 |
660 | 2024-11-14T04:04:14.325Z | Downloaded structmeta v0.3.0 |
661 | 2024-11-14T04:04:14.325Z | Downloaded sct v0.7.1 |
662 | 2024-11-14T04:04:14.331Z | Downloaded serde-hex v0.1.0 |
663 | 2024-11-14T04:04:14.334Z | Downloaded progenitor v0.8.0 |
664 | 2024-11-14T04:04:14.334Z | Downloaded proc-macro-crate v1.3.1 |
665 | 2024-11-14T04:04:14.334Z | Downloaded predicates v3.1.2 |
666 | 2024-11-14T04:04:14.337Z | Downloaded structmeta-derive v0.2.0 |
667 | 2024-11-14T04:04:14.340Z | Downloaded icu_locid_transform_data v1.5.0 |
668 | 2024-11-14T04:04:14.340Z | Downloaded unicase v2.7.0 |
669 | 2024-11-14T04:04:14.343Z | Downloaded termios v0.3.3 |
670 | 2024-11-14T04:04:14.346Z | Downloaded structmeta-derive v0.3.0 |
671 | 2024-11-14T04:04:14.346Z | Downloaded termcolor v1.4.1 |
672 | 2024-11-14T04:04:14.349Z | Downloaded dirs-next v2.0.0 |
673 | 2024-11-14T04:04:14.349Z | Downloaded yoke-derive v0.7.4 |
674 | 2024-11-14T04:04:14.352Z | Downloaded typify-macro v0.2.0 |
675 | 2024-11-14T04:04:14.352Z | Downloaded tokio-tungstenite v0.23.1 |
676 | 2024-11-14T04:04:14.355Z | Downloaded half v2.4.1 |
677 | 2024-11-14T04:04:14.357Z | Downloaded ed25519 v2.2.3 |
678 | 2024-11-14T04:04:14.360Z | Downloaded pretty-hex v0.2.1 |
679 | 2024-11-14T04:04:14.360Z | Downloaded difflib v0.4.0 |
680 | 2024-11-14T04:04:14.364Z | Downloaded tungstenite v0.21.0 |
681 | 2024-11-14T04:04:14.367Z | Downloaded either v1.13.0 |
682 | 2024-11-14T04:04:14.367Z | Downloaded zerofrom-derive v0.1.4 |
683 | 2024-11-14T04:04:14.369Z | Downloaded num-iter v0.1.45 |
684 | 2024-11-14T04:04:14.372Z | Downloaded futures-macro v0.3.31 |
685 | 2024-11-14T04:04:14.372Z | Downloaded dirs-sys-next v0.1.2 |
686 | 2024-11-14T04:04:14.374Z | Downloaded num-integer v0.1.46 |
687 | 2024-11-14T04:04:14.387Z | Downloaded predicates-tree v1.0.11 |
688 | 2024-11-14T04:04:14.389Z | Downloaded paste v1.0.15 |
689 | 2024-11-14T04:04:14.392Z | Downloaded pin-project v1.1.6 |
690 | 2024-11-14T04:04:14.402Z | Downloaded zone_cfg_derive v0.3.0 |
691 | 2024-11-14T04:04:14.405Z | Downloaded darling_macro v0.20.10 |
692 | 2024-11-14T04:04:14.405Z | Downloaded xattr v1.3.1 |
693 | 2024-11-14T04:04:14.408Z | Downloaded sigpipe v0.1.3 |
694 | 2024-11-14T04:04:14.408Z | Downloaded pkg-config v0.3.31 |
695 | 2024-11-14T04:04:14.412Z | Downloaded peg v0.8.4 |
696 | 2024-11-14T04:04:14.416Z | Downloaded newtype_derive v0.1.6 |
697 | 2024-11-14T04:04:14.416Z | Downloaded ron v0.7.1 |
698 | 2024-11-14T04:04:14.420Z | Downloaded slog-json v2.6.1 |
699 | 2024-11-14T04:04:14.423Z | Downloaded openssl-probe v0.1.5 |
700 | 2024-11-14T04:04:14.425Z | Downloaded openssl-macros v0.1.1 |
701 | 2024-11-14T04:04:14.425Z | Downloaded rand_xorshift v0.3.0 |
702 | 2024-11-14T04:04:14.428Z | Downloaded precomputed-hash v0.1.1 |
703 | 2024-11-14T04:04:14.428Z | Downloaded opaque-debug v0.3.1 |
704 | 2024-11-14T04:04:14.428Z | Downloaded zerocopy v0.6.6 |
705 | 2024-11-14T04:04:14.431Z | Downloaded subtle v2.6.1 |
706 | 2024-11-14T04:04:14.434Z | Downloaded strum_macros v0.25.3 |
707 | 2024-11-14T04:04:14.436Z | Downloaded strum_macros v0.24.3 |
708 | 2024-11-14T04:04:14.440Z | Downloaded owo-colors v4.1.0 |
709 | 2024-11-14T04:04:14.442Z | Downloaded parking_lot_core v0.8.6 |
710 | 2024-11-14T04:04:14.442Z | Downloaded aes v0.8.4 |
711 | 2024-11-14T04:04:14.446Z | Downloaded password-hash v0.4.2 |
712 | 2024-11-14T04:04:14.448Z | Downloaded untrusted v0.7.1 |
713 | 2024-11-14T04:04:14.453Z | Downloaded sync_wrapper v1.0.1 |
714 | 2024-11-14T04:04:14.460Z | Downloaded hashlink v0.9.1 |
715 | 2024-11-14T04:04:14.460Z | Downloaded icu_collections v1.5.0 |
716 | 2024-11-14T04:04:14.462Z | Downloaded predicates-core v1.0.8 |
717 | 2024-11-14T04:04:14.462Z | Downloaded similar v2.6.0 |
718 | 2024-11-14T04:04:14.466Z | Downloaded form_urlencoded v1.2.1 |
719 | 2024-11-14T04:04:14.468Z | Downloaded hyper v1.5.0 |
720 | 2024-11-14T04:04:14.474Z | Downloaded rustls-pemfile v2.2.0 |
721 | 2024-11-14T04:04:14.477Z | Downloaded nodrop v0.1.14 |
722 | 2024-11-14T04:04:14.479Z | Downloaded foreign-types-shared v0.3.1 |
723 | 2024-11-14T04:04:14.479Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2024-11-14T04:04:14.482Z | Downloaded foreign-types v0.3.2 |
725 | 2024-11-14T04:04:14.482Z | Downloaded zone v0.3.0 |
726 | 2024-11-14T04:04:14.482Z | Downloaded filetime v0.2.25 |
727 | 2024-11-14T04:04:14.485Z | Downloaded strum_macros v0.26.4 |
728 | 2024-11-14T04:04:14.487Z | Downloaded normalize-line-endings v0.3.0 |
729 | 2024-11-14T04:04:14.487Z | Downloaded nibble_vec v0.1.0 |
730 | 2024-11-14T04:04:14.490Z | Downloaded ff v0.13.0 |
731 | 2024-11-14T04:04:14.493Z | Downloaded serde_repr v0.1.19 |
732 | 2024-11-14T04:04:14.493Z | Downloaded icu_locid v1.5.0 |
733 | 2024-11-14T04:04:14.498Z | Downloaded untrusted v0.9.0 |
734 | 2024-11-14T04:04:14.500Z | Downloaded omicron-zone-package v0.11.1 |
735 | 2024-11-14T04:04:14.503Z | Downloaded supports-color v3.0.1 |
736 | 2024-11-14T04:04:14.506Z | Downloaded quinn v0.11.5 |
737 | 2024-11-14T04:04:14.508Z | Downloaded globset v0.4.15 |
738 | 2024-11-14T04:04:14.511Z | Downloaded fs_extra v1.3.0 |
739 | 2024-11-14T04:04:14.514Z | Downloaded rustc_version v0.1.7 |
740 | 2024-11-14T04:04:14.516Z | Downloaded primeorder v0.13.6 |
741 | 2024-11-14T04:04:14.516Z | Downloaded newtype-uuid v1.1.3 |
742 | 2024-11-14T04:04:14.519Z | Downloaded rustc-hash v2.0.0 |
743 | 2024-11-14T04:04:14.519Z | Downloaded uzers v0.12.1 |
744 | 2024-11-14T04:04:14.522Z | Downloaded newline-converter v0.3.0 |
745 | 2024-11-14T04:04:14.524Z | Downloaded endian-type v0.1.2 |
746 | 2024-11-14T04:04:14.524Z | Downloaded downcast v0.11.0 |
747 | 2024-11-14T04:04:14.524Z | Downloaded which v4.4.2 |
748 | 2024-11-14T04:04:14.527Z | Downloaded parse-size v1.1.0 |
749 | 2024-11-14T04:04:14.527Z | Downloaded value-bag v1.9.0 |
750 | 2024-11-14T04:04:14.530Z | Downloaded slog-bunyan v2.5.0 |
751 | 2024-11-14T04:04:14.532Z | Downloaded data-encoding v2.6.0 |
752 | 2024-11-14T04:04:14.535Z | Downloaded tracing-core v0.1.32 |
753 | 2024-11-14T04:04:14.537Z | Downloaded write16 v1.0.0 |
754 | 2024-11-14T04:04:14.537Z | Downloaded percent-encoding v2.3.1 |
755 | 2024-11-14T04:04:14.540Z | Downloaded pem-rfc7468 v0.7.0 |
756 | 2024-11-14T04:04:14.542Z | Downloaded der v0.7.9 |
757 | 2024-11-14T04:04:14.546Z | Downloaded synstructure v0.13.1 |
758 | 2024-11-14T04:04:14.548Z | Downloaded dsl_auto_type v0.1.2 |
759 | 2024-11-14T04:04:14.551Z | Downloaded minimal-lexical v0.2.1 |
760 | 2024-11-14T04:04:14.553Z | Downloaded fxhash v0.2.1 |
761 | 2024-11-14T04:04:14.559Z | Downloaded rustls-pemfile v1.0.4 |
762 | 2024-11-14T04:04:14.562Z | Downloaded topological-sort v0.2.2 |
763 | 2024-11-14T04:04:14.562Z | Downloaded tracing-attributes v0.1.27 |
764 | 2024-11-14T04:04:14.562Z | Downloaded zopfli v0.8.1 |
765 | 2024-11-14T04:04:14.564Z | Downloaded funty v2.0.0 |
766 | 2024-11-14T04:04:14.567Z | Downloaded sqlparser_derive v0.2.2 |
767 | 2024-11-14T04:04:14.567Z | Downloaded flume v0.11.1 |
768 | 2024-11-14T04:04:14.569Z | Downloaded phf_codegen v0.11.2 |
769 | 2024-11-14T04:04:14.572Z | Downloaded derive_builder_core v0.20.2 |
770 | 2024-11-14T04:04:14.574Z | Downloaded want v0.3.1 |
771 | 2024-11-14T04:04:14.575Z | Downloaded dunce v1.0.5 |
772 | 2024-11-14T04:04:14.577Z | Downloaded tar v0.4.43 |
773 | 2024-11-14T04:04:14.580Z | Downloaded number_prefix v0.4.0 |
774 | 2024-11-14T04:04:14.580Z | Downloaded dhcproto-macros v0.1.0 |
775 | 2024-11-14T04:04:14.582Z | Downloaded displaydoc v0.2.5 |
776 | 2024-11-14T04:04:14.589Z | Downloaded multimap v0.10.0 |
777 | 2024-11-14T04:04:14.589Z | Downloaded progenitor-impl v0.8.0 |
778 | 2024-11-14T04:04:14.592Z | Downloaded parse-display-derive v0.10.0 |
779 | 2024-11-14T04:04:14.592Z | Downloaded headers v0.4.0 |
780 | 2024-11-14T04:04:14.595Z | Downloaded radium v0.7.0 |
781 | 2024-11-14T04:04:14.597Z | Downloaded tiny-keccak v2.0.2 |
782 | 2024-11-14T04:04:14.600Z | Downloaded smf v0.2.3 |
783 | 2024-11-14T04:04:14.600Z | Downloaded ed25519-dalek v2.1.1 |
784 | 2024-11-14T04:04:14.603Z | Downloaded phf v0.11.2 |
785 | 2024-11-14T04:04:14.605Z | Downloaded gethostname v0.5.0 |
786 | 2024-11-14T04:04:14.608Z | Downloaded wyz v0.5.1 |
787 | 2024-11-14T04:04:14.608Z | Downloaded waitgroup v0.1.2 |
788 | 2024-11-14T04:04:14.612Z | Downloaded vte_generate_state_changes v0.1.2 |
789 | 2024-11-14T04:04:14.612Z | Downloaded dropshot_endpoint v0.12.0 |
790 | 2024-11-14T04:04:14.615Z | Downloaded writeable v0.5.5 |
791 | 2024-11-14T04:04:14.615Z | Downloaded ssh-cipher v0.2.0 |
792 | 2024-11-14T04:04:14.617Z | Downloaded num-rational v0.4.2 |
793 | 2024-11-14T04:04:14.621Z | Downloaded ecdsa v0.16.9 |
794 | 2024-11-14T04:04:14.623Z | Downloaded ppv-lite86 v0.2.20 |
795 | 2024-11-14T04:04:14.623Z | Downloaded shlex v1.3.0 |
796 | 2024-11-14T04:04:14.623Z | Downloaded derive-where v1.2.7 |
797 | 2024-11-14T04:04:14.627Z | Downloaded zeroize v1.8.1 |
798 | 2024-11-14T04:04:14.630Z | Downloaded derive_builder v0.20.2 |
799 | 2024-11-14T04:04:14.634Z | Downloaded peg-runtime v0.8.3 |
800 | 2024-11-14T04:04:14.636Z | Downloaded unicode-xid v0.2.6 |
801 | 2024-11-14T04:04:14.638Z | Downloaded spin v0.5.2 |
802 | 2024-11-14T04:04:14.641Z | Downloaded ssh-encoding v0.2.0 |
803 | 2024-11-14T04:04:14.641Z | Downloaded phf_generator v0.11.2 |
804 | 2024-11-14T04:04:14.644Z | Downloaded subprocess v0.2.9 |
805 | 2024-11-14T04:04:14.646Z | Downloaded powerfmt v0.2.0 |
806 | 2024-11-14T04:04:14.646Z | Downloaded diesel-dtrace v0.3.0 |
807 | 2024-11-14T04:04:14.650Z | Downloaded pin-project-internal v1.1.6 |
808 | 2024-11-14T04:04:14.650Z | Downloaded dropshot_endpoint v0.13.0 |
809 | 2024-11-14T04:04:14.654Z | Downloaded socket2 v0.5.7 |
810 | 2024-11-14T04:04:14.657Z | Downloaded aho-corasick v1.1.3 |
811 | 2024-11-14T04:04:14.661Z | Downloaded psl-types v2.0.11 |
812 | 2024-11-14T04:04:14.664Z | Downloaded serde_urlencoded v0.7.1 |
813 | 2024-11-14T04:04:14.666Z | Downloaded semver v0.1.20 |
814 | 2024-11-14T04:04:14.666Z | Downloaded wait-timeout v0.2.0 |
815 | 2024-11-14T04:04:14.668Z | Downloaded enum-as-inner v0.5.1 |
816 | 2024-11-14T04:04:14.671Z | Downloaded rustc_version v0.4.1 |
817 | 2024-11-14T04:04:14.671Z | Downloaded display-error-chain v0.2.2 |
818 | 2024-11-14T04:04:14.673Z | Downloaded tinystr v0.7.6 |
819 | 2024-11-14T04:04:14.675Z | Downloaded try-lock v0.2.5 |
820 | 2024-11-14T04:04:14.675Z | Downloaded tokio-rustls v0.24.1 |
821 | 2024-11-14T04:04:14.677Z | Downloaded futures v0.3.31 |
822 | 2024-11-14T04:04:14.683Z | Downloaded num_threads v0.1.7 |
823 | 2024-11-14T04:04:14.685Z | Downloaded fallible-iterator v0.2.0 |
824 | 2024-11-14T04:04:14.685Z | Downloaded peg-macros v0.8.4 |
825 | 2024-11-14T04:04:14.688Z | Downloaded tls_codec v0.4.1 |
826 | 2024-11-14T04:04:14.691Z | Downloaded vsss-rs v3.3.4 |
827 | 2024-11-14T04:04:14.693Z | Downloaded mio v1.0.2 |
828 | 2024-11-14T04:04:14.698Z | Downloaded float-ord v0.3.2 |
829 | 2024-11-14T04:04:14.701Z | Downloaded num_enum_derive v0.5.11 |
830 | 2024-11-14T04:04:14.701Z | Downloaded pem v3.0.4 |
831 | 2024-11-14T04:04:14.703Z | Downloaded zerovec-derive v0.10.3 |
832 | 2024-11-14T04:04:14.705Z | Downloaded itertools v0.12.1 |
833 | 2024-11-14T04:04:14.712Z | Downloaded smallvec v1.13.2 |
834 | 2024-11-14T04:04:14.714Z | Downloaded slog v2.7.0 |
835 | 2024-11-14T04:04:14.717Z | Downloaded fd-lock v4.0.2 |
836 | 2024-11-14T04:04:14.719Z | Downloaded tokio-native-tls v0.3.1 |
837 | 2024-11-14T04:04:14.722Z | Downloaded tinyvec_macros v0.1.1 |
838 | 2024-11-14T04:04:14.722Z | Downloaded zone v0.1.8 |
839 | 2024-11-14T04:04:14.724Z | Downloaded smallvec v0.6.14 |
840 | 2024-11-14T04:04:14.724Z | Downloaded tokio-rustls v0.26.0 |
841 | 2024-11-14T04:04:14.727Z | Downloaded serde_derive_internals v0.29.1 |
842 | 2024-11-14T04:04:14.729Z | Downloaded signature v2.2.0 |
843 | 2024-11-14T04:04:14.731Z | Downloaded time-macros v0.2.18 |
844 | 2024-11-14T04:04:14.734Z | Downloaded group v0.13.0 |
845 | 2024-11-14T04:04:14.734Z | Downloaded unicode-normalization v0.1.24 |
846 | 2024-11-14T04:04:14.737Z | Downloaded polyval v0.6.2 |
847 | 2024-11-14T04:04:14.741Z | Downloaded tabwriter v1.4.0 |
848 | 2024-11-14T04:04:14.745Z | Downloaded mockall v0.13.0 |
849 | 2024-11-14T04:04:14.745Z | Downloaded serde_with_macros v3.11.0 |
850 | 2024-11-14T04:04:14.747Z | Downloaded dhcproto v0.12.0 |
851 | 2024-11-14T04:04:14.750Z | Downloaded postgres-types v0.2.8 |
852 | 2024-11-14T04:04:14.753Z | Downloaded tinyvec v1.8.0 |
853 | 2024-11-14T04:04:14.755Z | Downloaded time-core v0.1.2 |
854 | 2024-11-14T04:04:14.755Z | Downloaded defmt-macros v0.3.9 |
855 | 2024-11-14T04:04:14.759Z | Downloaded tui-tree-widget v0.22.0 |
856 | 2024-11-14T04:04:14.764Z | Downloaded float-cmp v0.9.0 |
857 | 2024-11-14T04:04:14.764Z | Downloaded num-bigint-dig v0.8.4 |
858 | 2024-11-14T04:04:14.766Z | Downloaded slog-dtrace v0.3.0 |
859 | 2024-11-14T04:04:14.766Z | Downloaded derive_more v0.99.18 |
860 | 2024-11-14T04:04:14.771Z | Downloaded hash32 v0.3.1 |
861 | 2024-11-14T04:04:14.775Z | Downloaded tokio-rustls v0.25.0 |
862 | 2024-11-14T04:04:14.777Z | Downloaded itertools v0.13.0 |
863 | 2024-11-14T04:04:14.782Z | Downloaded ref-cast v1.0.23 |
864 | 2024-11-14T04:04:14.785Z | Downloaded secrecy v0.8.0 |
865 | 2024-11-14T04:04:14.787Z | Downloaded sec1 v0.7.3 |
866 | 2024-11-14T04:04:14.790Z | Downloaded tls_codec_derive v0.4.1 |
867 | 2024-11-14T04:04:14.790Z | Downloaded ghash v0.5.1 |
868 | 2024-11-14T04:04:14.793Z | Downloaded universal-hash v0.5.1 |
869 | 2024-11-14T04:04:14.793Z | Downloaded tokio-macros v2.4.0 |
870 | 2024-11-14T04:04:14.795Z | Downloaded pkcs1 v0.7.5 |
871 | 2024-11-14T04:04:14.795Z | Downloaded typify v0.2.0 |
872 | 2024-11-14T04:04:14.798Z | Downloaded yoke v0.7.4 |
873 | 2024-11-14T04:04:14.801Z | Downloaded parking_lot v0.12.3 |
874 | 2024-11-14T04:04:14.803Z | Downloaded parse-display v0.10.0 |
875 | 2024-11-14T04:04:14.806Z | Downloaded h2 v0.4.6 |
876 | 2024-11-14T04:04:14.811Z | Downloaded debug-ignore v1.0.5 |
877 | 2024-11-14T04:04:14.813Z | Downloaded rustfmt-wrapper v0.2.1 |
878 | 2024-11-14T04:04:14.816Z | Downloaded whoami v1.5.2 |
879 | 2024-11-14T04:04:14.819Z | Downloaded enum-as-inner v0.6.1 |
880 | 2024-11-14T04:04:14.819Z | Downloaded hash32 v0.2.1 |
881 | 2024-11-14T04:04:14.822Z | Downloaded signal-hook v0.3.17 |
882 | 2024-11-14T04:04:14.823Z | Downloaded glob v0.3.1 |
883 | 2024-11-14T04:04:14.825Z | Downloaded deranged v0.3.11 |
884 | 2024-11-14T04:04:14.825Z | Downloaded rcgen v0.12.1 |
885 | 2024-11-14T04:04:14.828Z | Downloaded rsa v0.9.6 |
886 | 2024-11-14T04:04:14.833Z | Downloaded aws-lc-rs v1.10.0 |
887 | 2024-11-14T04:04:14.842Z | Downloaded rand_seeder v0.3.0 |
888 | 2024-11-14T04:04:14.844Z | Downloaded postgres-protocol v0.6.7 |
889 | 2024-11-14T04:04:14.847Z | Downloaded parking_lot_core v0.9.10 |
890 | 2024-11-14T04:04:14.851Z | Downloaded reqwest v0.12.9 |
891 | 2024-11-14T04:04:14.857Z | Downloaded toml_edit v0.19.15 |
892 | 2024-11-14T04:04:14.873Z | Downloaded zip v0.6.6 |
893 | 2024-11-14T04:04:14.877Z | Downloaded rustyline v14.0.0 |
894 | 2024-11-14T04:04:14.882Z | Downloaded snafu-derive v0.8.5 |
895 | 2024-11-14T04:04:14.885Z | Downloaded defmt v0.3.8 |
896 | 2024-11-14T04:04:14.888Z | Downloaded miniz_oxide v0.8.0 |
897 | 2024-11-14T04:04:14.891Z | Downloaded x509-cert v0.2.5 |
898 | 2024-11-14T04:04:14.896Z | Downloaded openssl-sys v0.9.104 |
899 | 2024-11-14T04:04:14.902Z | Downloaded mockall_derive v0.13.0 |
900 | 2024-11-14T04:04:14.904Z | Downloaded pin-project-lite v0.2.14 |
901 | 2024-11-14T04:04:14.907Z | Downloaded publicsuffix v2.2.3 |
902 | 2024-11-14T04:04:14.911Z | Downloaded fatfs v0.3.6 |
903 | 2024-11-14T04:04:14.914Z | Downloaded winnow v0.5.40 |
904 | 2024-11-14T04:04:14.922Z | Downloaded p256 v0.13.2 |
905 | 2024-11-14T04:04:14.932Z | Downloaded tokio-postgres v0.7.12 |
906 | 2024-11-14T04:04:14.932Z | Downloaded oso v0.27.3 |
907 | 2024-11-14T04:04:14.937Z | Downloaded unsafe-libyaml v0.2.11 |
908 | 2024-11-14T04:04:14.939Z | Downloaded tokio-util v0.7.12 |
909 | 2024-11-14T04:04:14.945Z | Downloaded nom v7.1.3 |
910 | 2024-11-14T04:04:14.950Z | Downloaded chrono v0.4.38 |
911 | 2024-11-14T04:04:14.958Z | Downloaded expectorate v1.1.0 |
912 | 2024-11-14T04:04:14.961Z | Downloaded rayon-core v1.12.1 |
913 | 2024-11-14T04:04:14.964Z | Downloaded sqlparser v0.45.0 |
914 | 2024-11-14T04:04:14.970Z | Downloaded quinn-proto v0.11.8 |
915 | 2024-11-14T04:04:14.977Z | Downloaded lalrpop v0.19.12 |
916 | 2024-11-14T04:04:14.988Z | Downloaded zip v2.1.3 |
917 | 2024-11-14T04:04:14.993Z | Downloaded rand v0.8.5 |
918 | 2024-11-14T04:04:14.996Z | Downloaded rusqlite v0.32.1 |
919 | 2024-11-14T04:04:15.003Z | Downloaded regex v1.11.1 |
920 | 2024-11-14T04:04:15.017Z | Downloaded flate2 v1.0.34 |
921 | 2024-11-14T04:04:15.022Z | Downloaded icu_properties_data v1.5.0 |
922 | 2024-11-14T04:04:15.035Z | Downloaded rustls-webpki v0.101.7 |
923 | 2024-11-14T04:04:15.048Z | Downloaded time v0.3.36 |
924 | 2024-11-14T04:04:15.054Z | Downloaded idna v0.4.0 |
925 | 2024-11-14T04:04:15.063Z | Downloaded idna v0.2.3 |
926 | 2024-11-14T04:04:15.069Z | Downloaded p521 v0.13.3 |
927 | 2024-11-14T04:04:15.073Z | Downloaded rustls-webpki v0.102.8 |
928 | 2024-11-14T04:04:15.091Z | Downloaded tough v0.19.0 |
929 | 2024-11-14T04:04:15.099Z | Downloaded bstr v1.10.0 |
930 | 2024-11-14T04:04:15.110Z | Downloaded reedline v0.35.0 |
931 | 2024-11-14T04:04:15.117Z | Downloaded idna v0.5.0 |
932 | 2024-11-14T04:04:15.125Z | Downloaded futures-util v0.3.31 |
933 | 2024-11-14T04:04:15.138Z | Downloaded proptest v1.5.0 |
934 | 2024-11-14T04:04:15.146Z | Downloaded curve25519-dalek v4.1.3 |
935 | 2024-11-14T04:04:15.155Z | Downloaded petname v2.0.2 |
936 | 2024-11-14T04:04:15.161Z | Downloaded vcpkg v0.2.15 |
937 | 2024-11-14T04:04:15.201Z | Downloaded portable-atomic v1.9.0 |
938 | 2024-11-14T04:04:15.207Z | Downloaded polar-core v0.27.3 |
939 | 2024-11-14T04:04:15.217Z | Downloaded openssl v0.10.68 |
940 | 2024-11-14T04:04:15.226Z | Downloaded p384 v0.13.0 |
941 | 2024-11-14T04:04:15.233Z | Downloaded hickory-proto v0.24.1 |
942 | 2024-11-14T04:04:15.248Z | Downloaded smoltcp v0.9.1 |
943 | 2024-11-14T04:04:15.259Z | Downloaded radix_trie v0.2.1 |
944 | 2024-11-14T04:04:15.264Z | Downloaded trust-dns-proto v0.22.0 |
945 | 2024-11-14T04:04:15.276Z | Downloaded webpki-roots v0.26.6 |
946 | 2024-11-14T04:04:15.280Z | Downloaded object v0.30.4 |
947 | 2024-11-14T04:04:15.289Z | Downloaded nix v0.28.0 |
948 | 2024-11-14T04:04:15.301Z | Downloaded rustls v0.21.12 |
949 | 2024-11-14T04:04:15.313Z | Downloaded dropshot v0.12.0 |
950 | 2024-11-14T04:04:15.333Z | Downloaded nix v0.27.1 |
951 | 2024-11-14T04:04:15.344Z | Downloaded regress v0.9.1 |
952 | 2024-11-14T04:04:15.352Z | Downloaded regress v0.10.1 |
953 | 2024-11-14T04:04:15.362Z | Downloaded nix v0.29.0 |
954 | 2024-11-14T04:04:15.373Z | Downloaded gimli v0.31.1 |
955 | 2024-11-14T04:04:15.382Z | Downloaded regex-syntax v0.6.29 |
956 | 2024-11-14T04:04:15.390Z | Downloaded diesel v2.2.4 |
957 | 2024-11-14T04:04:15.408Z | Downloaded rustls v0.23.14 |
958 | 2024-11-14T04:04:15.421Z | Downloaded rustls v0.22.4 |
959 | 2024-11-14T04:04:15.433Z | Downloaded ratatui v0.28.1 |
960 | 2024-11-14T04:04:15.453Z | Downloaded regex-syntax v0.8.5 |
961 | 2024-11-14T04:04:15.465Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
962 | 2024-11-14T04:04:15.476Z | Downloaded typify-impl v0.2.0 |
963 | 2024-11-14T04:04:15.490Z | Downloaded zerocopy-derive v0.6.6 |
964 | 2024-11-14T04:04:15.506Z | Downloaded openapiv3 v2.0.0 |
965 | 2024-11-14T04:04:15.516Z | Downloaded object v0.36.5 |
966 | 2024-11-14T04:04:15.522Z | Downloaded sled v0.34.7 |
967 | 2024-11-14T04:04:15.534Z | Downloaded regex-automata v0.4.8 |
968 | 2024-11-14T04:04:15.552Z | Downloaded dropshot v0.13.0 |
969 | 2024-11-14T04:04:15.573Z | Downloaded smoltcp v0.11.0 |
970 | 2024-11-14T04:04:15.584Z | Downloaded git2 v0.19.0 |
971 | 2024-11-14T04:04:15.593Z | Downloaded lzma-sys v0.1.20 |
972 | 2024-11-14T04:04:15.622Z | Downloaded ssh-key v0.6.6 |
973 | 2024-11-14T04:04:15.629Z | Downloaded petgraph v0.6.5 |
974 | 2024-11-14T04:04:15.646Z | Downloaded libz-sys v1.1.20 |
975 | 2024-11-14T04:04:15.670Z | Downloaded serde_with v3.11.0 |
976 | 2024-11-14T04:04:15.676Z | Downloaded salty v0.3.0 |
977 | 2024-11-14T04:04:15.683Z | Downloaded rayon v1.10.0 |
978 | 2024-11-14T04:04:15.693Z | Downloaded quick-xml v0.33.0 |
979 | 2024-11-14T04:04:15.699Z | Downloaded tokio v1.40.0 |
980 | 2024-11-14T04:04:15.737Z | Downloaded snafu v0.8.5 |
981 | 2024-11-14T04:04:15.742Z | Downloaded csv v1.3.0 |
982 | 2024-11-14T04:04:15.764Z | Downloaded chrono-tz v0.10.0 |
983 | 2024-11-14T04:04:15.769Z | Downloaded hashbrown v0.14.5 |
984 | 2024-11-14T04:04:15.774Z | Downloaded bindgen v0.69.5 |
985 | 2024-11-14T04:04:15.782Z | Downloaded poly1305 v0.8.0 |
986 | 2024-11-14T04:04:15.784Z | Downloaded multer v3.1.0 |
987 | 2024-11-14T04:04:15.787Z | Downloaded futures-task v0.3.31 |
988 | 2024-11-14T04:04:15.790Z | Downloaded sha3 v0.10.8 |
989 | 2024-11-14T04:04:15.793Z | Downloaded env_logger v0.11.5 |
990 | 2024-11-14T04:04:15.796Z | Downloaded env_logger v0.10.2 |
991 | 2024-11-14T04:04:15.799Z | Downloaded toml v0.7.8 |
992 | 2024-11-14T04:04:15.802Z | Downloaded pin-utils v0.1.0 |
993 | 2024-11-14T04:04:15.802Z | Downloaded flagset v0.4.6 |
994 | 2024-11-14T04:04:15.807Z | Downloaded signal-hook-mio v0.2.4 |
995 | 2024-11-14T04:04:15.807Z | Downloaded parse-zoneinfo v0.3.1 |
996 | 2024-11-14T04:04:15.811Z | Downloaded samael v0.0.17 |
997 | 2024-11-14T04:04:15.814Z | Downloaded steno v0.4.1 |
998 | 2024-11-14T04:04:15.816Z | Downloaded quick-error v1.2.3 |
999 | 2024-11-14T04:04:15.820Z | Downloaded num-traits v0.2.19 |
1000 | 2024-11-14T04:04:15.823Z | Downloaded fallible-iterator v0.3.0 |
1001 | 2024-11-14T04:04:15.823Z | Downloaded num_enum v0.5.11 |
1002 | 2024-11-14T04:04:15.826Z | Downloaded termtree v0.4.1 |
1003 | 2024-11-14T04:04:15.829Z | Downloaded oso-derive v0.27.3 |
1004 | 2024-11-14T04:04:15.829Z | Downloaded des v0.8.1 |
1005 | 2024-11-14T04:04:15.829Z | Downloaded walkdir v2.5.0 |
1006 | 2024-11-14T04:04:15.831Z | Downloaded vte v0.11.1 |
1007 | 2024-11-14T04:04:15.834Z | Downloaded tracing v0.1.40 |
1008 | 2024-11-14T04:04:15.838Z | Downloaded vergen v8.3.2 |
1009 | 2024-11-14T04:04:15.840Z | Downloaded idna v0.3.0 |
1010 | 2024-11-14T04:04:15.848Z | Downloaded getrandom v0.2.15 |
1011 | 2024-11-14T04:04:15.852Z | Downloaded unicode-segmentation v1.12.0 |
1012 | 2024-11-14T04:04:15.852Z | Downloaded url v2.5.3 |
1013 | 2024-11-14T04:04:15.855Z | Downloaded unicode_categories v0.1.1 |
1014 | 2024-11-14T04:04:15.857Z | Downloaded hashbrown v0.13.2 |
1015 | 2024-11-14T04:04:15.861Z | Downloaded hashbrown v0.12.3 |
1016 | 2024-11-14T04:04:15.865Z | Downloaded pkcs5 v0.7.1 |
1017 | 2024-11-14T04:04:15.869Z | Downloaded encoding_rs v0.8.34 |
1018 | 2024-11-14T04:04:15.892Z | Downloaded shell-words v1.1.0 |
1019 | 2024-11-14T04:04:15.897Z | Downloaded zerovec v0.10.4 |
1020 | 2024-11-14T04:04:15.900Z | Downloaded same-file v1.0.6 |
1021 | 2024-11-14T04:04:15.900Z | Downloaded num-bigint v0.4.6 |
1022 | 2024-11-14T04:04:15.903Z | Downloaded crossterm v0.28.1 |
1023 | 2024-11-14T04:04:15.910Z | Downloaded rpassword v7.3.1 |
1024 | 2024-11-14T04:04:15.912Z | Downloaded progenitor-macro v0.8.0 |
1025 | 2024-11-14T04:04:15.912Z | Downloaded pkcs8 v0.10.2 |
1026 | 2024-11-14T04:04:15.916Z | Downloaded ron v0.8.1 |
1027 | 2024-11-14T04:04:15.918Z | Downloaded rustls-pki-types v1.9.0 |
1028 | 2024-11-14T04:04:15.921Z | Downloaded serde_yaml v0.9.34+deprecated |
1029 | 2024-11-14T04:04:15.925Z | Downloaded unicode-bidi v0.3.17 |
1030 | 2024-11-14T04:04:15.932Z | Downloaded crossbeam-channel v0.5.13 |
1031 | 2024-11-14T04:04:15.937Z | Downloaded stable_deref_trait v1.2.0 |
1032 | 2024-11-14T04:04:15.937Z | Downloaded serde_path_to_error v0.1.16 |
1033 | 2024-11-14T04:04:15.941Z | Downloaded slog-term v2.9.1 |
1034 | 2024-11-14T04:04:15.941Z | Downloaded serde_plain v1.0.2 |
1035 | 2024-11-14T04:04:15.941Z | Downloaded bitvec v1.0.1 |
1036 | 2024-11-14T04:04:15.968Z | Downloaded tungstenite v0.24.0 |
1037 | 2024-11-14T04:04:15.975Z | Downloaded unicode-properties v0.1.3 |
1038 | 2024-11-14T04:04:15.975Z | Downloaded darling_core v0.20.10 |
1039 | 2024-11-14T04:04:15.975Z | Downloaded fragile v2.0.0 |
1040 | 2024-11-14T04:04:15.975Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1041 | 2024-11-14T04:04:16.022Z | Downloaded env_filter v0.1.2 |
1042 | 2024-11-14T04:04:16.026Z | Downloaded elliptic-curve v0.13.8 |
1043 | 2024-11-14T04:04:16.029Z | Downloaded sync-ptr v0.1.1 |
1044 | 2024-11-14T04:04:16.029Z | Downloaded typed-path v0.9.3 |
1045 | 2024-11-14T04:04:16.034Z | Downloaded strum v0.26.3 |
1046 | 2024-11-14T04:04:16.036Z | Downloaded static_assertions v1.1.0 |
1047 | 2024-11-14T04:04:16.036Z | Downloaded slog-envlogger v2.2.0 |
1048 | 2024-11-14T04:04:16.040Z | Downloaded slog-scope v4.4.0 |
1049 | 2024-11-14T04:04:16.040Z | Downloaded salsa20 v0.10.2 |
1050 | 2024-11-14T04:04:16.043Z | Downloaded cc v1.1.30 |
1051 | 2024-11-14T04:04:16.043Z | Downloaded mirai-annotations v1.12.0 |
1052 | 2024-11-14T04:04:16.046Z | Downloaded rtoolbox v0.0.2 |
1053 | 2024-11-14T04:04:16.046Z | Downloaded olpc-cjson v0.1.4 |
1054 | 2024-11-14T04:04:16.046Z | Downloaded zone_cfg_derive v0.1.2 |
1055 | 2024-11-14T04:04:16.049Z | Downloaded tower-service v0.3.3 |
1056 | 2024-11-14T04:04:16.049Z | Downloaded indicatif v0.17.8 |
1057 | 2024-11-14T04:04:16.052Z | Downloaded crypto-bigint v0.5.5 |
1058 | 2024-11-14T04:04:16.057Z | Downloaded password-hash v0.5.0 |
1059 | 2024-11-14T04:04:16.059Z | Downloaded foldhash v0.1.3 |
1060 | 2024-11-14T04:04:16.061Z | Downloaded ena v0.14.3 |
1061 | 2024-11-14T04:04:16.061Z | Downloaded pbkdf2 v0.12.2 |
1062 | 2024-11-14T04:04:16.064Z | Downloaded diesel_derives v2.2.3 |
1063 | 2024-11-14T04:04:16.067Z | Downloaded base64 v0.22.1 |
1064 | 2024-11-14T04:04:16.070Z | Downloaded term v0.7.0 |
1065 | 2024-11-14T04:04:16.073Z | Downloaded sqlformat v0.2.6 |
1066 | 2024-11-14T04:04:16.075Z | Downloaded parking_lot v0.11.2 |
1067 | 2024-11-14T04:04:16.078Z | Downloaded num-complex v0.4.6 |
1068 | 2024-11-14T04:04:16.080Z | Downloaded native-tls v0.2.12 |
1069 | 2024-11-14T04:04:16.083Z | Downloaded nanorand v0.7.0 |
1070 | 2024-11-14T04:04:16.085Z | Downloaded futures-channel v0.3.31 |
1071 | 2024-11-14T04:04:16.088Z | Downloaded unicode-truncate v1.1.0 |
1072 | 2024-11-14T04:04:16.088Z | Downloaded tungstenite v0.23.0 |
1073 | 2024-11-14T04:04:16.090Z | Downloaded russh v0.45.0 |
1074 | 2024-11-14T04:04:16.097Z | Downloaded chacha20poly1305 v0.10.1 |
1075 | 2024-11-14T04:04:16.099Z | Downloaded unarray v0.1.4 |
1076 | 2024-11-14T04:04:16.099Z | Downloaded siphasher v0.3.11 |
1077 | 2024-11-14T04:04:16.101Z | Downloaded icu_normalizer v1.5.0 |
1078 | 2024-11-14T04:04:16.104Z | Downloaded yasna v0.5.2 |
1079 | 2024-11-14T04:04:16.106Z | Downloaded rustversion v1.0.17 |
1080 | 2024-11-14T04:04:16.109Z | Downloaded tokio-tungstenite v0.21.0 |
1081 | 2024-11-14T04:04:16.112Z | Downloaded postcard v1.0.10 |
1082 | 2024-11-14T04:04:16.112Z | Downloaded prettyplease v0.2.25 |
1083 | 2024-11-14T04:04:16.121Z | Downloaded pbkdf2 v0.11.0 |
1084 | 2024-11-14T04:04:16.121Z | Downloaded diff v0.1.13 |
1085 | 2024-11-14T04:04:16.121Z | Downloaded hyper-tls v0.6.0 |
1086 | 2024-11-14T04:04:16.124Z | Downloaded sha1 v0.10.6 |
1087 | 2024-11-14T04:04:16.124Z | Downloaded packed_struct_codegen v0.10.1 |
1088 | 2024-11-14T04:04:16.124Z | Downloaded num-derive v0.4.2 |
1089 | 2024-11-14T04:04:16.127Z | Downloaded nu-ansi-term v0.50.1 |
1090 | 2024-11-14T04:04:16.129Z | Downloaded mime_guess v2.0.5 |
1091 | 2024-11-14T04:04:16.129Z | Downloaded thread_local v1.1.8 |
1092 | 2024-11-14T04:04:16.132Z | Downloaded icu_provider v1.5.0 |
1093 | 2024-11-14T04:04:16.135Z | Downloaded serde-big-array v0.5.1 |
1094 | 2024-11-14T04:04:16.135Z | Downloaded strip-ansi-escapes v0.2.0 |
1095 | 2024-11-14T04:04:16.137Z | Downloaded hyper-staticfile v0.10.1 |
1096 | 2024-11-14T04:04:16.137Z | Downloaded signal-hook-tokio v0.3.1 |
1097 | 2024-11-14T04:04:16.140Z | Downloaded signal-hook-registry v1.4.2 |
1098 | 2024-11-14T04:04:16.140Z | Downloaded crossbeam-utils v0.8.20 |
1099 | 2024-11-14T04:04:16.142Z | Downloaded const-oid v0.9.6 |
1100 | 2024-11-14T04:04:16.145Z | Downloaded clang-sys v1.8.1 |
1101 | 2024-11-14T04:04:16.147Z | Downloaded rustc-hash v1.1.0 |
1102 | 2024-11-14T04:04:16.147Z | Downloaded iana-time-zone v0.1.61 |
1103 | 2024-11-14T04:04:16.150Z | Downloaded cookie v0.18.1 |
1104 | 2024-11-14T04:04:16.153Z | Downloaded futures-io v0.3.31 |
1105 | 2024-11-14T04:04:16.153Z | Downloaded libloading v0.8.5 |
1106 | 2024-11-14T04:04:16.156Z | Downloaded ipnet v2.10.1 |
1107 | 2024-11-14T04:04:16.156Z | Downloaded heapless v0.7.17 |
1108 | 2024-11-14T04:04:16.159Z | Downloaded base64 v0.13.1 |
1109 | 2024-11-14T04:04:16.163Z | Downloaded maplit v1.0.2 |
1110 | 2024-11-14T04:04:16.166Z | Downloaded lru v0.12.5 |
1111 | 2024-11-14T04:04:16.166Z | Downloaded slog-async v2.8.0 |
1112 | 2024-11-14T04:04:16.166Z | Downloaded fallible-streaming-iterator v0.1.9 |
1113 | 2024-11-14T04:04:16.169Z | Downloaded embedded-io v0.4.0 |
1114 | 2024-11-14T04:04:16.169Z | Downloaded litemap v0.7.3 |
1115 | 2024-11-14T04:04:16.492Z | Downloaded schemars v0.8.21 |
1116 | 2024-11-14T04:04:16.512Z | Downloaded managed v0.8.0 |
1117 | 2024-11-14T04:04:16.512Z | Downloaded kstat-rs v0.2.4 |
1118 | 2024-11-14T04:04:16.512Z | Downloaded instability v0.3.2 |
1119 | 2024-11-14T04:04:16.512Z | Downloaded indoc v1.0.9 |
1120 | 2024-11-14T04:04:16.512Z | Downloaded hkdf v0.12.4 |
1121 | 2024-11-14T04:04:16.512Z | Downloaded cancel-safe-futures v0.1.5 |
1122 | 2024-11-14T04:04:16.512Z | Downloaded utf16_iter v1.0.5 |
1123 | 2024-11-14T04:04:16.512Z | Downloaded utf-8 v0.7.6 |
1124 | 2024-11-14T04:04:16.512Z | Downloaded ref-cast-impl v1.0.23 |
1125 | 2024-11-14T04:04:16.512Z | Downloaded rand_chacha v0.3.1 |
1126 | 2024-11-14T04:04:16.512Z | Downloaded quinn-udp v0.5.5 |
1127 | 2024-11-14T04:04:16.512Z | Downloaded lazycell v1.3.0 |
1128 | 2024-11-14T04:04:16.512Z | Downloaded csv-core v0.1.11 |
1129 | 2024-11-14T04:04:16.512Z | Downloaded cexpr v0.6.0 |
1130 | 2024-11-14T04:04:16.512Z | Downloaded is-terminal v0.4.13 |
1131 | 2024-11-14T04:04:16.512Z | Downloaded ident_case v1.0.1 |
1132 | 2024-11-14T04:04:16.512Z | Downloaded bitflags v1.3.2 |
1133 | 2024-11-14T04:04:16.512Z | Downloaded backoff v0.4.0 |
1134 | 2024-11-14T04:04:16.512Z | Downloaded ahash v0.8.11 |
1135 | 2024-11-14T04:04:16.512Z | Downloaded aes-gcm v0.10.3 |
1136 | 2024-11-14T04:04:16.512Z | Downloaded hmac v0.12.1 |
1137 | 2024-11-14T04:04:16.512Z | Downloaded argon2 v0.5.3 |
1138 | 2024-11-14T04:04:16.512Z | Downloaded libxml v0.3.3 |
1139 | 2024-11-14T04:04:16.512Z | Downloaded humantime v2.1.0 |
1140 | 2024-11-14T04:04:16.512Z | Downloaded heck v0.3.3 |
1141 | 2024-11-14T04:04:16.512Z | Downloaded crunchy v0.2.2 |
1142 | 2024-11-14T04:04:16.512Z | Downloaded ciborium-io v0.2.2 |
1143 | 2024-11-14T04:04:16.512Z | Downloaded cfg_aliases v0.2.1 |
1144 | 2024-11-14T04:04:16.512Z | Downloaded itertools v0.10.5 |
1145 | 2024-11-14T04:04:16.513Z | Downloaded httpdate v1.0.3 |
1146 | 2024-11-14T04:04:16.513Z | Downloaded http-body v1.0.1 |
1147 | 2024-11-14T04:04:16.513Z | Downloaded headers-core v0.3.0 |
1148 | 2024-11-14T04:04:16.513Z | Downloaded arrayref v0.3.9 |
1149 | 2024-11-14T04:04:16.513Z | Downloaded httparse v1.9.5 |
1150 | 2024-11-14T04:04:16.513Z | Downloaded compact_str v0.8.0 |
1151 | 2024-11-14T04:04:16.513Z | Downloaded addr2line v0.24.2 |
1152 | 2024-11-14T04:04:16.513Z | Downloaded linked-hash-map v0.5.6 |
1153 | 2024-11-14T04:04:16.513Z | Downloaded icu_locid_transform v1.5.0 |
1154 | 2024-11-14T04:04:16.513Z | Downloaded crossbeam-epoch v0.9.18 |
1155 | 2024-11-14T04:04:16.513Z | Downloaded bitfield v0.14.0 |
1156 | 2024-11-14T04:04:16.513Z | Downloaded bb8 v0.8.5 |
1157 | 2024-11-14T04:04:16.513Z | Downloaded bcrypt-pbkdf v0.10.0 |
1158 | 2024-11-14T04:04:16.513Z | Downloaded bit-set v0.5.3 |
1159 | 2024-11-14T04:04:16.513Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-11-14T04:04:16.526Z | Downloaded ring v0.17.8 |
1161 | 2024-11-14T04:04:16.693Z | Downloaded ring v0.16.20 |
1162 | 2024-11-14T04:04:16.932Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-11-14T04:04:17.257Z | Compiling serde v1.0.215 |
1164 | 2024-11-14T04:04:17.260Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-14T04:04:17.260Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-14T04:04:17.260Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-14T04:04:17.260Z | Compiling typenum v1.17.0 |
1168 | 2024-11-14T04:04:17.260Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-14T04:04:17.442Z | Compiling syn v2.0.87 |
1170 | 2024-11-14T04:04:17.445Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-14T04:04:17.628Z | Compiling shlex v1.3.0 |
1172 | 2024-11-14T04:04:17.865Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-14T04:04:18.018Z | Compiling subtle v2.6.1 |
1174 | 2024-11-14T04:04:18.066Z | Compiling log v0.4.22 |
1175 | 2024-11-14T04:04:18.069Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-14T04:04:18.214Z | Compiling const-oid v0.9.6 |
1177 | 2024-11-14T04:04:18.376Z | Compiling smallvec v1.13.2 |
1178 | 2024-11-14T04:04:18.428Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-11-14T04:04:18.486Z | Compiling cc v1.1.30 |
1180 | 2024-11-14T04:04:18.563Z | Compiling spin v0.9.8 |
1181 | 2024-11-14T04:04:18.803Z | Compiling rustix v0.38.37 |
1182 | 2024-11-14T04:04:19.005Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-14T04:04:19.040Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-14T04:04:19.063Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-14T04:04:19.303Z | Compiling mio v1.0.2 |
1186 | 2024-11-14T04:04:19.799Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-14T04:04:19.986Z | Compiling parking_lot v0.12.3 |
1188 | 2024-11-14T04:04:20.242Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-11-14T04:04:20.288Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-14T04:04:20.325Z | Compiling either v1.13.0 |
1191 | 2024-11-14T04:04:20.345Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-14T04:04:20.473Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-14T04:04:20.627Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-11-14T04:04:20.664Z | Compiling glob v0.3.1 |
1195 | 2024-11-14T04:04:20.753Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-14T04:04:20.757Z | Compiling slab v0.4.9 |
1197 | 2024-11-14T04:04:20.924Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-14T04:04:21.210Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-11-14T04:04:21.549Z | Compiling libloading v0.8.5 |
1200 | 2024-11-14T04:04:21.663Z | Compiling clang-sys v1.8.1 |
1201 | 2024-11-14T04:04:21.735Z | Compiling nom v7.1.3 |
1202 | 2024-11-14T04:04:21.795Z | Compiling bindgen v0.69.5 |
1203 | 2024-11-14T04:04:21.971Z | Compiling home v0.5.9 |
1204 | 2024-11-14T04:04:22.237Z | Compiling serde_json v1.0.132 |
1205 | 2024-11-14T04:04:22.625Z | Compiling itertools v0.12.1 |
1206 | 2024-11-14T04:04:22.645Z | Compiling futures-channel v0.3.31 |
1207 | 2024-11-14T04:04:23.026Z | Compiling futures-io v0.3.31 |
1208 | 2024-11-14T04:04:23.087Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-11-14T04:04:23.355Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-14T04:04:23.679Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-14T04:04:23.827Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-14T04:04:23.892Z | Compiling foldhash v0.1.3 |
1213 | 2024-11-14T04:04:24.001Z | Compiling regex-automata v0.4.8 |
1214 | 2024-11-14T04:04:24.202Z | Compiling pin-utils v0.1.0 |
1215 | 2024-11-14T04:04:24.298Z | Compiling hashbrown v0.15.0 |
1216 | 2024-11-14T04:04:25.507Z | Compiling synstructure v0.13.1 |
1217 | 2024-11-14T04:04:25.668Z | Compiling cexpr v0.6.0 |
1218 | 2024-11-14T04:04:25.730Z | Compiling cmake v0.1.51 |
1219 | 2024-11-14T04:04:26.787Z | Compiling fs_extra v1.3.0 |
1220 | 2024-11-14T04:04:27.215Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-11-14T04:04:27.219Z | Compiling libm v0.2.8 |
1222 | 2024-11-14T04:04:27.328Z | Compiling pkg-config v0.3.31 |
1223 | 2024-11-14T04:04:27.395Z | Compiling dunce v1.0.5 |
1224 | 2024-11-14T04:04:27.470Z | Compiling tinyvec v1.8.0 |
1225 | 2024-11-14T04:04:27.554Z | Compiling num-traits v0.2.19 |
1226 | 2024-11-14T04:04:28.057Z | Compiling ring v0.17.8 |
1227 | 2024-11-14T04:04:28.835Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-11-14T04:04:28.917Z | Compiling litemap v0.7.3 |
1229 | 2024-11-14T04:04:28.969Z | Compiling paste v1.0.15 |
1230 | 2024-11-14T04:04:29.056Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-14T04:04:29.205Z | Compiling base64ct v1.6.0 |
1232 | 2024-11-14T04:04:29.296Z | Compiling writeable v0.5.5 |
1233 | 2024-11-14T04:04:29.777Z | Compiling regex v1.11.1 |
1234 | 2024-11-14T04:04:29.864Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-11-14T04:04:30.279Z | Compiling flagset v0.4.6 |
1236 | 2024-11-14T04:04:30.469Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-11-14T04:04:30.531Z | Compiling httparse v1.9.5 |
1238 | 2024-11-14T04:04:30.901Z | Compiling tracing-core v0.1.32 |
1239 | 2024-11-14T04:04:31.391Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-14T04:04:31.705Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2024-11-14T04:04:31.814Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-14T04:04:31.896Z | Compiling rustls-pki-types v1.9.0 |
1243 | 2024-11-14T04:04:32.109Z | Compiling powerfmt v0.2.0 |
1244 | 2024-11-14T04:04:32.441Z | Compiling serde_derive v1.0.215 |
1245 | 2024-11-14T04:04:32.467Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-11-14T04:04:32.516Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-11-14T04:04:32.782Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-11-14T04:04:33.015Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-11-14T04:04:34.021Z | Compiling zeroize v1.8.1 |
1250 | 2024-11-14T04:04:34.416Z | Compiling thiserror-impl v1.0.69 |
1251 | 2024-11-14T04:04:34.546Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-11-14T04:04:34.625Z | Compiling zerocopy v0.7.35 |
1253 | 2024-11-14T04:04:35.739Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-14T04:04:35.978Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-14T04:04:36.205Z | Compiling digest v0.10.7 |
1256 | 2024-11-14T04:04:36.253Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-14T04:04:36.682Z | Compiling hmac v0.12.1 |
1258 | 2024-11-14T04:04:36.702Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-11-14T04:04:36.938Z | Compiling block-padding v0.3.3 |
1260 | 2024-11-14T04:04:37.071Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-14T04:04:37.195Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-14T04:04:37.281Z | Compiling inout v0.1.3 |
1263 | 2024-11-14T04:04:37.537Z | Compiling yoke v0.7.4 |
1264 | 2024-11-14T04:04:37.583Z | Compiling cipher v0.4.4 |
1265 | 2024-11-14T04:04:37.852Z | Compiling thiserror v1.0.69 |
1266 | 2024-11-14T04:04:37.898Z | Compiling sha2 v0.10.8 |
1267 | 2024-11-14T04:04:37.981Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-14T04:04:38.107Z | Compiling der_derive v0.7.3 |
1269 | 2024-11-14T04:04:38.218Z | Compiling futures-util v0.3.31 |
1270 | 2024-11-14T04:04:38.802Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-11-14T04:04:38.938Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-11-14T04:04:39.304Z | Compiling zerovec v0.10.4 |
1273 | 2024-11-14T04:04:39.908Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-14T04:04:40.516Z | Compiling der v0.7.9 |
1275 | 2024-11-14T04:04:41.148Z | Compiling tinystr v0.7.6 |
1276 | 2024-11-14T04:04:41.275Z | Compiling icu_collections v1.5.0 |
1277 | 2024-11-14T04:04:41.515Z | Compiling icu_locid v1.5.0 |
1278 | 2024-11-14T04:04:41.562Z | Compiling rand v0.8.5 |
1279 | 2024-11-14T04:04:42.845Z | Compiling icu_provider v1.5.0 |
1280 | 2024-11-14T04:04:43.545Z | Compiling icu_locid_transform v1.5.0 |
1281 | 2024-11-14T04:04:43.751Z | Compiling spki v0.7.3 |
1282 | 2024-11-14T04:04:43.772Z | Compiling salsa20 v0.10.2 |
1283 | 2024-11-14T04:04:43.841Z | Compiling tracing v0.1.40 |
1284 | 2024-11-14T04:04:43.844Z | Compiling pest v2.7.14 |
1285 | 2024-11-14T04:04:43.927Z | Compiling pbkdf2 v0.12.2 |
1286 | 2024-11-14T04:04:44.016Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-14T04:04:44.108Z | Compiling vcpkg v0.2.15 |
1288 | 2024-11-14T04:04:44.129Z | Compiling time-core v0.1.2 |
1289 | 2024-11-14T04:04:44.303Z | Compiling untrusted v0.9.0 |
1290 | 2024-11-14T04:04:44.323Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-11-14T04:04:44.346Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-11-14T04:04:44.389Z | Compiling untrusted v0.7.1 |
1293 | 2024-11-14T04:04:44.536Z | Compiling time-macros v0.2.18 |
1294 | 2024-11-14T04:04:44.564Z | Compiling scrypt v0.11.0 |
1295 | 2024-11-14T04:04:44.590Z | Compiling aes v0.8.4 |
1296 | 2024-11-14T04:04:45.147Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-14T04:04:46.215Z | Compiling cbc v0.1.2 |
1298 | 2024-11-14T04:04:46.343Z | Compiling bitflags v2.6.0 |
1299 | 2024-11-14T04:04:46.460Z | Compiling bytes v1.7.2 |
1300 | 2024-11-14T04:04:46.939Z | Compiling indexmap v2.6.0 |
1301 | 2024-11-14T04:04:47.433Z | Compiling tokio v1.40.0 |
1302 | 2024-11-14T04:04:47.833Z | Compiling http v1.1.0 |
1303 | 2024-11-14T04:04:47.881Z | Compiling semver v1.0.23 |
1304 | 2024-11-14T04:04:48.220Z | Compiling pest_meta v2.7.14 |
1305 | 2024-11-14T04:04:48.468Z | Compiling rustc_version v0.4.1 |
1306 | 2024-11-14T04:04:48.664Z | Compiling openssl-sys v0.9.104 |
1307 | 2024-11-14T04:04:49.789Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-11-14T04:04:49.930Z | Compiling deranged v0.3.11 |
1309 | 2024-11-14T04:04:50.055Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-11-14T04:04:50.309Z | Compiling num_threads v0.1.7 |
1311 | 2024-11-14T04:04:50.376Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-11-14T04:04:50.440Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-11-14T04:04:50.531Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-11-14T04:04:50.552Z | Compiling write16 v1.0.0 |
1315 | 2024-11-14T04:04:50.687Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-14T04:04:50.730Z | Compiling pest_generator v2.7.14 |
1317 | 2024-11-14T04:04:50.911Z | Compiling which v4.4.2 |
1318 | 2024-11-14T04:04:51.506Z | Compiling scroll v0.12.0 |
1319 | 2024-11-14T04:04:51.828Z | Compiling time v0.3.36 |
1320 | 2024-11-14T04:04:52.097Z | Compiling http-body v1.0.1 |
1321 | 2024-11-14T04:04:52.234Z | Compiling pkcs5 v0.7.1 |
1322 | 2024-11-14T04:04:52.334Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-11-14T04:04:52.714Z | Compiling slog v2.7.0 |
1324 | 2024-11-14T04:04:52.744Z | Compiling try-lock v0.2.5 |
1325 | 2024-11-14T04:04:52.846Z | Compiling goblin v0.8.2 |
1326 | 2024-11-14T04:04:52.906Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-11-14T04:04:53.361Z | Compiling want v0.3.1 |
1328 | 2024-11-14T04:04:53.440Z | Compiling pest_derive v2.7.14 |
1329 | 2024-11-14T04:04:53.555Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-11-14T04:04:53.630Z | Compiling httpdate v1.0.3 |
1331 | 2024-11-14T04:04:53.764Z | Compiling idna v1.0.3 |
1332 | 2024-11-14T04:04:54.087Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-11-14T04:04:54.242Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-11-14T04:04:54.459Z | Compiling uuid v1.11.0 |
1335 | 2024-11-14T04:04:54.706Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-11-14T04:04:54.930Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-11-14T04:04:55.443Z | Compiling tower-service v0.3.3 |
1338 | 2024-11-14T04:04:55.577Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-14T04:04:55.641Z | Compiling openssl v0.10.68 |
1340 | 2024-11-14T04:04:55.913Z | Compiling tokio-util v0.7.12 |
1341 | 2024-11-14T04:04:56.043Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-11-14T04:04:56.063Z | Compiling adler2 v2.0.0 |
1343 | 2024-11-14T04:04:56.153Z | Compiling base64 v0.22.1 |
1344 | 2024-11-14T04:04:56.279Z | Compiling rustversion v1.0.17 |
1345 | 2024-11-14T04:04:56.466Z | Compiling match_cfg v0.1.0 |
1346 | 2024-11-14T04:04:56.568Z | Compiling hostname v0.3.1 |
1347 | 2024-11-14T04:04:56.828Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-11-14T04:04:56.919Z | Compiling h2 v0.4.6 |
1349 | 2024-11-14T04:04:57.062Z | Compiling foreign-types v0.3.2 |
1350 | 2024-11-14T04:04:57.183Z | Compiling chrono v0.4.38 |
1351 | 2024-11-14T04:04:57.203Z | Compiling url v2.5.3 |
1352 | 2024-11-14T04:04:58.443Z | Compiling openssl-macros v0.1.1 |
1353 | 2024-11-14T04:04:58.849Z | Compiling dof v0.3.0 |
1354 | 2024-11-14T04:04:59.212Z | Compiling async-trait v0.1.83 |
1355 | 2024-11-14T04:04:59.277Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-11-14T04:04:59.972Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-11-14T04:05:01.023Z | Compiling syn v1.0.109 |
1358 | 2024-11-14T04:05:01.101Z | Compiling data-encoding v2.6.0 |
1359 | 2024-11-14T04:05:01.603Z | Compiling native-tls v0.2.12 |
1360 | 2024-11-14T04:05:01.647Z | Compiling rustls v0.23.14 |
1361 | 2024-11-14T04:05:01.903Z | Compiling rustls v0.22.4 |
1362 | 2024-11-14T04:05:01.940Z | Compiling siphasher v0.3.11 |
1363 | 2024-11-14T04:05:02.109Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-14T04:05:02.320Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-14T04:05:02.934Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-14T04:05:03.359Z | Compiling heapless v0.7.17 |
1367 | 2024-11-14T04:05:03.604Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-14T04:05:03.628Z | Compiling signature v2.2.0 |
1369 | 2024-11-14T04:05:03.764Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-14T04:05:03.862Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-11-14T04:05:03.862Z | Compiling thread_local v1.1.8 |
1372 | 2024-11-14T04:05:03.897Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-11-14T04:05:03.923Z | Compiling multer v3.1.0 |
1374 | 2024-11-14T04:05:04.149Z | Compiling hyper v1.5.0 |
1375 | 2024-11-14T04:05:04.213Z | Compiling cookie v0.18.1 |
1376 | 2024-11-14T04:05:04.286Z | Compiling slog-async v2.8.0 |
1377 | 2024-11-14T04:05:04.489Z | Compiling gimli v0.31.1 |
1378 | 2024-11-14T04:05:04.800Z | Compiling rayon-core v1.12.1 |
1379 | 2024-11-14T04:05:05.080Z | Compiling signal-hook v0.3.17 |
1380 | 2024-11-14T04:05:05.342Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-11-14T04:05:05.754Z | Compiling mime v0.3.17 |
1382 | 2024-11-14T04:05:06.373Z | Compiling schemars v0.8.21 |
1383 | 2024-11-14T04:05:06.535Z | Compiling hyper-util v0.1.10 |
1384 | 2024-11-14T04:05:06.707Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-11-14T04:05:07.086Z | Compiling ipnet v2.10.1 |
1386 | 2024-11-14T04:05:07.909Z | Compiling schemars_derive v0.8.21 |
1387 | 2024-11-14T04:05:08.334Z | Compiling stringprep v0.1.5 |
1388 | 2024-11-14T04:05:08.432Z | Compiling toml_edit v0.22.22 |
1389 | 2024-11-14T04:05:09.111Z | Compiling addr2line v0.24.2 |
1390 | 2024-11-14T04:05:09.801Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-11-14T04:05:09.845Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-11-14T04:05:09.889Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-11-14T04:05:10.244Z | Compiling term v0.7.0 |
1394 | 2024-11-14T04:05:11.207Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-14T04:05:11.264Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-14T04:05:11.435Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-14T04:05:11.455Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-11-14T04:05:11.572Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-14T04:05:11.724Z | Compiling futures-executor v0.3.31 |
1400 | 2024-11-14T04:05:11.765Z | Compiling md-5 v0.10.6 |
1401 | 2024-11-14T04:05:12.033Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-14T04:05:12.051Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-11-14T04:05:12.274Z | Compiling num-integer v0.1.46 |
1404 | 2024-11-14T04:05:12.369Z | Compiling idna v0.3.0 |
1405 | 2024-11-14T04:05:12.564Z | Compiling idna v0.4.0 |
1406 | 2024-11-14T04:05:12.731Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-14T04:05:13.149Z | Compiling ff v0.13.0 |
1408 | 2024-11-14T04:05:13.183Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-14T04:05:13.314Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-14T04:05:13.370Z | Compiling object v0.36.5 |
1411 | 2024-11-14T04:05:13.514Z | Compiling take_mut v0.2.2 |
1412 | 2024-11-14T04:05:13.610Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-14T04:05:13.672Z | Compiling quick-error v1.2.3 |
1414 | 2024-11-14T04:05:13.826Z | Compiling utf-8 v0.7.6 |
1415 | 2024-11-14T04:05:14.126Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-11-14T04:05:14.146Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-11-14T04:05:14.221Z | Compiling smoltcp v0.9.1 |
1418 | 2024-11-14T04:05:14.243Z | Compiling dyn-clone v1.0.17 |
1419 | 2024-11-14T04:05:14.458Z | Compiling rustc-demangle v0.1.24 |
1420 | 2024-11-14T04:05:14.490Z | Compiling base16ct v0.2.0 |
1421 | 2024-11-14T04:05:14.812Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-11-14T04:05:14.890Z | Compiling psl-types v2.0.11 |
1423 | 2024-11-14T04:05:14.929Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-11-14T04:05:15.094Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-11-14T04:05:15.280Z | Compiling postgres-protocol v0.6.7 |
1426 | 2024-11-14T04:05:15.368Z | Compiling sec1 v0.7.3 |
1427 | 2024-11-14T04:05:15.454Z | Compiling lru-cache v0.1.2 |
1428 | 2024-11-14T04:05:15.968Z | Compiling tungstenite v0.24.0 |
1429 | 2024-11-14T04:05:16.297Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-11-14T04:05:17.051Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-14T04:05:17.108Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-11-14T04:05:17.371Z | Compiling group v0.13.0 |
1433 | 2024-11-14T04:05:17.722Z | Compiling usdt v0.5.0 |
1434 | 2024-11-14T04:05:17.936Z | Compiling slog-term v2.9.1 |
1435 | 2024-11-14T04:05:18.383Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-14T04:05:18.691Z | Compiling futures v0.3.31 |
1437 | 2024-11-14T04:05:18.817Z | Compiling toml v0.8.19 |
1438 | 2024-11-14T04:05:19.218Z | Compiling slog-bunyan v2.5.0 |
1439 | 2024-11-14T04:05:20.617Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-14T04:05:20.690Z | Compiling camino v1.1.9 |
1441 | 2024-11-14T04:05:20.757Z | Compiling backtrace v0.3.74 |
1442 | 2024-11-14T04:05:21.324Z | Compiling phf_shared v0.11.2 |
1443 | 2024-11-14T04:05:21.548Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-11-14T04:05:21.683Z | Compiling terminal_size v0.4.0 |
1445 | 2024-11-14T04:05:21.723Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-14T04:05:21.905Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-14T04:05:21.926Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-14T04:05:21.953Z | Compiling hkdf v0.12.4 |
1449 | 2024-11-14T04:05:22.226Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-11-14T04:05:22.841Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-11-14T04:05:23.083Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-14T04:05:24.520Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-14T04:05:25.421Z | Compiling idna v0.5.0 |
1454 | 2024-11-14T04:05:25.644Z | Compiling hubpack_derive v0.1.1 |
1455 | 2024-11-14T04:05:26.146Z | Compiling hostname v0.4.0 |
1456 | 2024-11-14T04:05:26.408Z | Compiling fs-err v2.11.0 |
1457 | 2024-11-14T04:05:26.443Z | Compiling ahash v0.8.11 |
1458 | 2024-11-14T04:05:26.591Z | Compiling crc32fast v1.4.2 |
1459 | 2024-11-14T04:05:26.661Z | Compiling winnow v0.5.40 |
1460 | 2024-11-14T04:05:26.712Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-14T04:05:26.791Z | Compiling bitflags v1.3.2 |
1462 | 2024-11-14T04:05:26.843Z | Compiling managed v0.8.0 |
1463 | 2024-11-14T04:05:26.900Z | Compiling clap_builder v4.5.20 |
1464 | 2024-11-14T04:05:26.955Z | Compiling console v0.15.8 |
1465 | 2024-11-14T04:05:27.071Z | Compiling flate2 v1.0.34 |
1466 | 2024-11-14T04:05:27.914Z | Compiling strum_macros v0.25.3 |
1467 | 2024-11-14T04:05:28.087Z | Compiling hubpack v0.1.2 |
1468 | 2024-11-14T04:05:28.453Z | Compiling cookie_store v0.21.0 |
1469 | 2024-11-14T04:05:28.570Z | Compiling zerocopy v0.6.6 |
1470 | 2024-11-14T04:05:29.427Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-11-14T04:05:29.461Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-11-14T04:05:30.063Z | Compiling phf v0.11.2 |
1473 | 2024-11-14T04:05:30.280Z | Compiling toml_edit v0.19.15 |
1474 | 2024-11-14T04:05:30.541Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-14T04:05:30.714Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-14T04:05:31.159Z | Compiling rayon v1.10.0 |
1477 | 2024-11-14T04:05:31.265Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-14T04:05:32.342Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-14T04:05:32.776Z | Compiling postgres-types v0.2.8 |
1480 | 2024-11-14T04:05:35.725Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-14T04:05:36.086Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-14T04:05:36.535Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-14T04:05:36.551Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-14T04:05:36.567Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-14T04:05:41.053Z | Compiling clap_derive v4.5.18 |
1486 | 2024-11-14T04:05:41.340Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-11-14T04:05:41.340Z | Compiling derive-where v1.2.7 |
1488 | 2024-11-14T04:05:41.340Z | Compiling serde_repr v0.1.19 |
1489 | 2024-11-14T04:05:41.340Z | Compiling float-cmp v0.9.0 |
1490 | 2024-11-14T04:05:41.340Z | Compiling bstr v1.10.0 |
1491 | 2024-11-14T04:05:41.340Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-14T04:05:41.340Z | Compiling unicode-segmentation v1.12.0 |
1493 | 2024-11-14T04:05:41.573Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2024-11-14T04:05:41.573Z | Compiling whoami v1.5.2 |
1495 | 2024-11-14T04:05:41.573Z | Compiling difflib v0.4.0 |
1496 | 2024-11-14T04:05:41.573Z | Compiling bit-vec v0.6.3 |
1497 | 2024-11-14T04:05:41.574Z | Compiling number_prefix v0.4.0 |
1498 | 2024-11-14T04:05:41.574Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-11-14T04:05:41.574Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-11-14T04:05:41.574Z | Compiling predicates-core v1.0.8 |
1501 | 2024-11-14T04:05:41.574Z | Compiling static_assertions v1.1.0 |
1502 | 2024-11-14T04:05:41.574Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-11-14T04:05:41.574Z | Compiling string_cache v0.8.7 |
1504 | 2024-11-14T04:05:41.574Z | Compiling predicates v3.1.2 |
1505 | 2024-11-14T04:05:41.574Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-11-14T04:05:41.574Z | Compiling petgraph v0.6.5 |
1507 | 2024-11-14T04:05:41.574Z | Compiling indicatif v0.17.8 |
1508 | 2024-11-14T04:05:41.574Z | Compiling bit-set v0.5.3 |
1509 | 2024-11-14T04:05:41.574Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-11-14T04:05:41.699Z | Compiling similar v2.6.0 |
1511 | 2024-11-14T04:05:41.895Z | Compiling clap v4.5.20 |
1512 | 2024-11-14T04:05:42.018Z | Compiling rsa v0.9.6 |
1513 | 2024-11-14T04:05:42.704Z | Compiling ecdsa v0.16.9 |
1514 | 2024-11-14T04:05:43.614Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-11-14T04:05:44.282Z | Compiling toml v0.7.8 |
1516 | 2024-11-14T04:05:44.560Z | Compiling zip v0.6.6 |
1517 | 2024-11-14T04:05:44.927Z | Compiling crossterm v0.28.1 |
1518 | 2024-11-14T04:05:46.581Z | Compiling hex v0.4.3 |
1519 | 2024-11-14T04:05:46.793Z | Compiling x509-cert v0.2.5 |
1520 | 2024-11-14T04:05:46.814Z | Compiling itertools v0.10.5 |
1521 | 2024-11-14T04:05:46.996Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-11-14T04:05:47.245Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-11-14T04:05:47.245Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-14T04:05:47.360Z | Compiling strum_macros v0.26.4 |
1525 | 2024-11-14T04:05:47.537Z | Compiling xattr v1.3.1 |
1526 | 2024-11-14T04:05:47.558Z | Compiling filetime v0.2.25 |
1527 | 2024-11-14T04:05:47.831Z | Compiling tar v0.4.43 |
1528 | 2024-11-14T04:05:52.674Z | Compiling strum v0.26.3 |
1529 | 2024-11-14T04:05:55.084Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-11-14T04:06:28.761Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-11-14T04:06:32.162Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-11-14T04:06:33.791Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-11-14T04:06:34.186Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-11-14T04:06:34.603Z | Compiling reqwest v0.12.9 |
1535 | 2024-11-14T04:06:35.737Z | Compiling qorb v0.2.0 |
1536 | 2024-11-14T04:06:40.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-11-14T04:06:41.122Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-11-14T04:06:47.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1539 | 2024-11-14T04:06:47.245Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-11-14T04:06:47.319Z | Nov 14 04:06:46.070 INFO Starting download, target: Clickhouse |
1541 | 2024-11-14T04:06:47.319Z | Nov 14 04:06:46.070 INFO Starting download, target: DendriteOpenapi |
1542 | 2024-11-14T04:06:47.320Z | Nov 14 04:06:46.070 INFO Starting download, target: Console |
1543 | 2024-11-14T04:06:47.320Z | Nov 14 04:06:46.070 INFO Starting download, target: Cockroach |
1544 | 2024-11-14T04:06:47.341Z | Nov 14 04:06:46.071 INFO Starting download, target: DendriteStub |
1545 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Starting download, target: TransceiverControl |
1547 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-11-14T04:06:47.342Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-11-14T04:06:47.343Z | Nov 14 04:06:46.071 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-11-14T04:06:47.656Z | Nov 14 04:06:46.439 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-11-14T04:06:47.881Z | Nov 14 04:06:46.667 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-11-14T04:06:48.104Z | Nov 14 04:06:46.841 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-14T04:06:48.270Z | Nov 14 04:06:46.999 INFO Download complete, target: Console |
1558 | 2024-11-14T04:06:48.496Z | Nov 14 04:06:47.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-11-14T04:06:48.720Z | Nov 14 04:06:47.512 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-14T04:06:48.767Z | Nov 14 04:06:47.559 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-14T04:06:49.264Z | Nov 14 04:06:48.057 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1562 | 2024-11-14T04:06:49.444Z | Nov 14 04:06:48.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-14T04:06:49.444Z | Nov 14 04:06:48.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-14T04:06:51.270Z | Nov 14 04:06:50.063 INFO Download complete, target: DendriteStub |
1565 | 2024-11-14T04:06:51.707Z | Nov 14 04:06:50.500 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-14T04:06:57.261Z | Nov 14 04:06:56.045 INFO Checking that binary works, target: Cockroach |
1567 | 2024-11-14T04:06:57.412Z | Nov 14 04:06:56.204 INFO Download complete, target: Cockroach |
1568 | 2024-11-14T04:07:02.498Z | Nov 14 04:07:01.291 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-11-14T04:07:03.017Z | Nov 14 04:07:01.810 INFO Download complete, target: Clickhouse |
1570 | 2024-11-14T04:07:03.143Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-11-14T04:07:03.146Z | |
1572 | 2024-11-14T04:07:03.146Z | real 6:06.424534628 |
1573 | 2024-11-14T04:07:03.146Z | user 16:38.188081827 |
1574 | 2024-11-14T04:07:03.146Z | sys 3:14.420626436 |
1575 | 2024-11-14T04:07:03.146Z | trap 0.565715553 |
1576 | 2024-11-14T04:07:03.146Z | tflt 7.434118492 |
1577 | 2024-11-14T04:07:03.146Z | dflt 6.395550050 |
1578 | 2024-11-14T04:07:03.146Z | kflt 0.304252932 |
1579 | 2024-11-14T04:07:03.146Z | lock 29:57.109167227 |
1580 | 2024-11-14T04:07:03.146Z | slp 1:05:23.848436045 |
1581 | 2024-11-14T04:07:03.146Z | lat 53.363951625 |
1582 | 2024-11-14T04:07:03.146Z | stop 2:16.963571684 |
1583 | 2024-11-14T04:07:03.146Z | + banner hack-check |
1584 | 2024-11-14T04:07:03.149Z | |
1585 | 2024-11-14T04:07:03.149Z | # # ## #### # # #### # # ###### #### # # |
1586 | 2024-11-14T04:07:03.149Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-11-14T04:07:03.149Z | ###### # # # #### ##### # ###### ##### # #### |
1588 | 2024-11-14T04:07:03.149Z | # # ###### # # # # # # # # # # |
1589 | 2024-11-14T04:07:03.149Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-11-14T04:07:03.149Z | # # # # #### # # #### # # ###### #### # # |
1591 | 2024-11-14T04:07:03.149Z | |
1592 | 2024-11-14T04:07:03.149Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-11-14T04:07:03.149Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-11-14T04:07:03.149Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1595 | 2024-11-14T04:07:03.660Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-11-14T04:07:07.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1597 | 2024-11-14T04:07:07.271Z | Running `target/debug/xtask check-features --ci` |
1598 | 2024-11-14T04:07:07.290Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1599 | 2024-11-14T04:07:07.290Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1600 | 2024-11-14T04:07:07.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1601 | 2024-11-14T04:07:07.755Z | Running `target/debug/xtask download cargo-hack` |
1602 | 2024-11-14T04:07:08.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-11-14T04:07:08.955Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2024-11-14T04:07:14.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
1605 | 2024-11-14T04:07:14.203Z | Running `target/debug/xtask-downloader cargo-hack` |
1606 | 2024-11-14T04:07:14.239Z | Nov 14 04:07:13.032 INFO Starting download, target: CargoHack |
1607 | 2024-11-14T04:07:14.242Z | Nov 14 04:07:13.033 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1608 | 2024-11-14T04:07:14.935Z | Nov 14 04:07:13.728 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1609 | 2024-11-14T04:07:15.024Z | Nov 14 04:07:13.818 INFO Download complete, target: CargoHack |
1610 | 2024-11-14T04:07:15.028Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1611 | 2024-11-14T04:07:15.044Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1612 | 2024-11-14T04:07:15.215Z | info: running `cargo check --bins` on api_identity (1/171) |
1613 | 2024-11-14T04:07:15.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-11-14T04:07:15.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-11-14T04:07:15.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-11-14T04:07:15.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1617 | 2024-11-14T04:07:15.843Z | |
1618 | 2024-11-14T04:07:15.843Z | info: running `cargo check --bins` on bootstore (2/171) |
1619 | 2024-11-14T04:07:16.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-11-14T04:07:16.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-11-14T04:07:16.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-11-14T04:07:16.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1623 | 2024-11-14T04:07:16.473Z | |
1624 | 2024-11-14T04:07:16.473Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
1625 | 2024-11-14T04:07:17.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-11-14T04:07:17.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-11-14T04:07:17.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-11-14T04:07:17.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1629 | 2024-11-14T04:07:17.093Z | |
1630 | 2024-11-14T04:07:17.094Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
1631 | 2024-11-14T04:07:17.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-14T04:07:17.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-14T04:07:17.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-14T04:07:17.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1635 | 2024-11-14T04:07:17.723Z | |
1636 | 2024-11-14T04:07:17.723Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
1637 | 2024-11-14T04:07:18.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-14T04:07:18.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-14T04:07:18.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-14T04:07:18.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1641 | 2024-11-14T04:07:18.138Z | |
1642 | 2024-11-14T04:07:18.138Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
1643 | 2024-11-14T04:07:18.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-14T04:07:18.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-14T04:07:18.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-14T04:07:18.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1647 | 2024-11-14T04:07:18.553Z | |
1648 | 2024-11-14T04:07:18.553Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
1649 | 2024-11-14T04:07:18.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-14T04:07:18.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-14T04:07:18.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-14T04:07:18.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1653 | 2024-11-14T04:07:18.971Z | |
1654 | 2024-11-14T04:07:18.971Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
1655 | 2024-11-14T04:07:19.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-14T04:07:19.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-14T04:07:19.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-14T04:07:19.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-11-14T04:07:19.395Z | |
1660 | 2024-11-14T04:07:19.395Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
1661 | 2024-11-14T04:07:19.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-14T04:07:19.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-14T04:07:19.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-14T04:07:19.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1665 | 2024-11-14T04:07:19.813Z | |
1666 | 2024-11-14T04:07:19.813Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
1667 | 2024-11-14T04:07:20.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-14T04:07:20.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-14T04:07:20.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-14T04:07:20.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-11-14T04:07:20.230Z | |
1672 | 2024-11-14T04:07:20.230Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
1673 | 2024-11-14T04:07:20.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-14T04:07:20.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-14T04:07:20.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-14T04:07:20.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-11-14T04:07:20.644Z | |
1678 | 2024-11-14T04:07:20.644Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
1679 | 2024-11-14T04:07:21.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-14T04:07:21.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-14T04:07:21.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-14T04:07:21.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2024-11-14T04:07:21.065Z | |
1684 | 2024-11-14T04:07:21.065Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
1685 | 2024-11-14T04:07:21.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-14T04:07:21.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-14T04:07:21.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-14T04:07:21.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2024-11-14T04:07:21.489Z | |
1690 | 2024-11-14T04:07:21.489Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
1691 | 2024-11-14T04:07:21.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-14T04:07:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-14T04:07:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-11-14T04:07:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2024-11-14T04:07:21.906Z | |
1696 | 2024-11-14T04:07:21.906Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
1697 | 2024-11-14T04:07:22.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-11-14T04:07:22.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-11-14T04:07:22.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-11-14T04:07:22.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2024-11-14T04:07:22.318Z | |
1702 | 2024-11-14T04:07:22.318Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
1703 | 2024-11-14T04:07:22.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-11-14T04:07:22.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-11-14T04:07:22.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-11-14T04:07:22.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1707 | 2024-11-14T04:07:22.759Z | |
1708 | 2024-11-14T04:07:22.759Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
1709 | 2024-11-14T04:07:23.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-11-14T04:07:23.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-11-14T04:07:23.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-11-14T04:07:23.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1713 | 2024-11-14T04:07:23.202Z | |
1714 | 2024-11-14T04:07:23.202Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
1715 | 2024-11-14T04:07:23.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-11-14T04:07:23.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-11-14T04:07:23.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-11-14T04:07:23.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2024-11-14T04:07:23.619Z | |
1720 | 2024-11-14T04:07:23.619Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
1721 | 2024-11-14T04:07:23.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-11-14T04:07:23.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-11-14T04:07:23.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-11-14T04:07:23.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2024-11-14T04:07:24.035Z | |
1726 | 2024-11-14T04:07:24.035Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
1727 | 2024-11-14T04:07:24.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-11-14T04:07:24.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-11-14T04:07:24.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-11-14T04:07:24.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2024-11-14T04:07:24.454Z | |
1732 | 2024-11-14T04:07:24.454Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
1733 | 2024-11-14T04:07:24.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-11-14T04:07:24.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-11-14T04:07:24.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-11-14T04:07:24.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1737 | 2024-11-14T04:07:24.866Z | |
1738 | 2024-11-14T04:07:24.866Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
1739 | 2024-11-14T04:07:25.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-11-14T04:07:25.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-11-14T04:07:25.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-11-14T04:07:25.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2024-11-14T04:07:25.285Z | |
1744 | 2024-11-14T04:07:25.285Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
1745 | 2024-11-14T04:07:25.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-11-14T04:07:25.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-11-14T04:07:25.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-11-14T04:07:25.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-11-14T04:07:25.706Z | |
1750 | 2024-11-14T04:07:25.706Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
1751 | 2024-11-14T04:07:26.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-11-14T04:07:26.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-11-14T04:07:26.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-11-14T04:07:26.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1755 | 2024-11-14T04:07:26.133Z | |
1756 | 2024-11-14T04:07:26.133Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
1757 | 2024-11-14T04:07:26.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-11-14T04:07:26.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-11-14T04:07:26.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-11-14T04:07:26.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1761 | 2024-11-14T04:07:26.748Z | |
1762 | 2024-11-14T04:07:26.748Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
1763 | 2024-11-14T04:07:27.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-11-14T04:07:27.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-11-14T04:07:27.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-11-14T04:07:27.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1767 | 2024-11-14T04:07:27.375Z | |
1768 | 2024-11-14T04:07:27.375Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
1769 | 2024-11-14T04:07:27.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-11-14T04:07:27.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-11-14T04:07:27.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-11-14T04:07:27.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1773 | 2024-11-14T04:07:28.011Z | |
1774 | 2024-11-14T04:07:28.011Z | info: running `cargo check --bins` on oxlog (28/171) |
1775 | 2024-11-14T04:07:28.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-11-14T04:07:28.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-11-14T04:07:28.627Z | Checking cfg-if v1.0.0 |
1778 | 2024-11-14T04:07:28.629Z | Checking libc v0.2.162 |
1779 | 2024-11-14T04:07:28.736Z | Checking serde v1.0.215 |
1780 | 2024-11-14T04:07:28.739Z | Checking zeroize v1.8.1 |
1781 | 2024-11-14T04:07:28.755Z | Checking memchr v2.7.4 |
1782 | 2024-11-14T04:07:28.758Z | Checking typenum v1.17.0 |
1783 | 2024-11-14T04:07:28.767Z | Checking scopeguard v1.2.0 |
1784 | 2024-11-14T04:07:28.778Z | Checking subtle v2.6.1 |
1785 | 2024-11-14T04:07:28.803Z | Checking value-bag v1.9.0 |
1786 | 2024-11-14T04:07:28.921Z | Checking lock_api v0.4.12 |
1787 | 2024-11-14T04:07:28.968Z | Checking itoa v1.0.11 |
1788 | 2024-11-14T04:07:29.039Z | Checking smallvec v1.13.2 |
1789 | 2024-11-14T04:07:29.177Z | Checking const-oid v0.9.6 |
1790 | 2024-11-14T04:07:29.201Z | Checking log v0.4.22 |
1791 | 2024-11-14T04:07:29.350Z | Checking pin-project-lite v0.2.14 |
1792 | 2024-11-14T04:07:29.386Z | Checking byteorder v1.5.0 |
1793 | 2024-11-14T04:07:29.465Z | Checking futures-core v0.3.31 |
1794 | 2024-11-14T04:07:29.634Z | Checking once_cell v1.20.2 |
1795 | 2024-11-14T04:07:29.647Z | Checking cpufeatures v0.2.14 |
1796 | 2024-11-14T04:07:29.731Z | Checking stable_deref_trait v1.2.0 |
1797 | 2024-11-14T04:07:29.747Z | Checking futures-sink v0.3.31 |
1798 | 2024-11-14T04:07:29.790Z | Checking spin v0.9.8 |
1799 | 2024-11-14T04:07:29.839Z | Checking zerocopy v0.7.35 |
1800 | 2024-11-14T04:07:29.855Z | Checking getrandom v0.2.15 |
1801 | 2024-11-14T04:07:29.885Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-11-14T04:07:29.907Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-11-14T04:07:30.086Z | Checking rand_core v0.6.4 |
1804 | 2024-11-14T04:07:30.116Z | Checking mio v1.0.2 |
1805 | 2024-11-14T04:07:30.130Z | Checking generic-array v0.14.7 |
1806 | 2024-11-14T04:07:30.143Z | Checking socket2 v0.5.7 |
1807 | 2024-11-14T04:07:30.240Z | Checking parking_lot v0.12.3 |
1808 | 2024-11-14T04:07:30.401Z | Checking slab v0.4.9 |
1809 | 2024-11-14T04:07:30.614Z | Checking zerofrom v0.1.4 |
1810 | 2024-11-14T04:07:30.649Z | Checking futures-channel v0.3.31 |
1811 | 2024-11-14T04:07:30.664Z | Checking pin-utils v0.1.0 |
1812 | 2024-11-14T04:07:30.737Z | Checking allocator-api2 v0.2.18 |
1813 | 2024-11-14T04:07:30.752Z | Checking futures-task v0.3.31 |
1814 | 2024-11-14T04:07:30.832Z | Checking yoke v0.7.4 |
1815 | 2024-11-14T04:07:30.978Z | Checking foldhash v0.1.3 |
1816 | 2024-11-14T04:07:31.010Z | Checking futures-io v0.3.31 |
1817 | 2024-11-14T04:07:31.036Z | Checking equivalent v1.0.1 |
1818 | 2024-11-14T04:07:31.140Z | Checking ryu v1.0.18 |
1819 | 2024-11-14T04:07:31.156Z | Checking zerovec v0.10.4 |
1820 | 2024-11-14T04:07:31.175Z | Checking tinyvec_macros v0.1.1 |
1821 | 2024-11-14T04:07:31.189Z | Checking futures-util v0.3.31 |
1822 | 2024-11-14T04:07:31.257Z | Checking tinyvec v1.8.0 |
1823 | 2024-11-14T04:07:31.278Z | Checking fnv v1.0.7 |
1824 | 2024-11-14T04:07:31.332Z | Checking crypto-common v0.1.6 |
1825 | 2024-11-14T04:07:31.360Z | Checking block-buffer v0.10.4 |
1826 | 2024-11-14T04:07:31.379Z | Checking hashbrown v0.15.0 |
1827 | 2024-11-14T04:07:31.394Z | Checking block-padding v0.3.3 |
1828 | 2024-11-14T04:07:31.517Z | Checking libm v0.2.8 |
1829 | 2024-11-14T04:07:31.579Z | Checking digest v0.10.7 |
1830 | 2024-11-14T04:07:31.599Z | Checking inout v0.1.3 |
1831 | 2024-11-14T04:07:31.814Z | Checking cipher v0.4.4 |
1832 | 2024-11-14T04:07:31.987Z | Checking hmac v0.12.1 |
1833 | 2024-11-14T04:07:32.179Z | Checking sha2 v0.10.8 |
1834 | 2024-11-14T04:07:32.224Z | Checking litemap v0.7.3 |
1835 | 2024-11-14T04:07:32.445Z | Checking unicode-bidi v0.3.17 |
1836 | 2024-11-14T04:07:32.527Z | Checking writeable v0.5.5 |
1837 | 2024-11-14T04:07:32.576Z | Checking base64ct v1.6.0 |
1838 | 2024-11-14T04:07:32.589Z | Checking unicode-normalization v0.1.24 |
1839 | 2024-11-14T04:07:32.744Z | Checking num-traits v0.2.19 |
1840 | 2024-11-14T04:07:32.841Z | Checking tinystr v0.7.6 |
1841 | 2024-11-14T04:07:32.868Z | Checking ppv-lite86 v0.2.20 |
1842 | 2024-11-14T04:07:32.997Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-11-14T04:07:33.050Z | Checking flagset v0.4.6 |
1844 | 2024-11-14T04:07:33.233Z | Checking icu_locid v1.5.0 |
1845 | 2024-11-14T04:07:33.249Z | Checking tracing-core v0.1.32 |
1846 | 2024-11-14T04:07:33.272Z | Checking der v0.7.9 |
1847 | 2024-11-14T04:07:33.501Z | Checking thiserror v1.0.69 |
1848 | 2024-11-14T04:07:33.631Z | Checking rand_chacha v0.3.1 |
1849 | 2024-11-14T04:07:33.647Z | Checking rustls-pki-types v1.9.0 |
1850 | 2024-11-14T04:07:33.778Z | Checking bytes v1.7.2 |
1851 | 2024-11-14T04:07:33.920Z | Checking indexmap v2.6.0 |
1852 | 2024-11-14T04:07:34.030Z | Checking serde_json v1.0.132 |
1853 | 2024-11-14T04:07:34.193Z | Checking bitflags v2.6.0 |
1854 | 2024-11-14T04:07:34.275Z | Checking icu_provider v1.5.0 |
1855 | 2024-11-14T04:07:34.462Z | Checking icu_locid_transform_data v1.5.0 |
1856 | 2024-11-14T04:07:34.486Z | Checking percent-encoding v2.3.1 |
1857 | 2024-11-14T04:07:34.555Z | Checking rand v0.8.5 |
1858 | 2024-11-14T04:07:34.578Z | Checking tokio v1.40.0 |
1859 | 2024-11-14T04:07:34.693Z | Checking http v1.1.0 |
1860 | 2024-11-14T04:07:34.917Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-11-14T04:07:35.084Z | Checking spki v0.7.3 |
1862 | 2024-11-14T04:07:35.222Z | Checking tracing v0.1.40 |
1863 | 2024-11-14T04:07:35.380Z | Checking icu_collections v1.5.0 |
1864 | 2024-11-14T04:07:35.591Z | Checking salsa20 v0.10.2 |
1865 | 2024-11-14T04:07:35.813Z | Checking pbkdf2 v0.12.2 |
1866 | 2024-11-14T04:07:35.841Z | Checking aws-lc-sys v0.22.0 |
1867 | 2024-11-14T04:07:35.856Z | Checking httparse v1.9.5 |
1868 | 2024-11-14T04:07:35.916Z | Checking powerfmt v0.2.0 |
1869 | 2024-11-14T04:07:35.971Z | Checking mirai-annotations v1.12.0 |
1870 | 2024-11-14T04:07:36.013Z | Checking icu_properties_data v1.5.0 |
1871 | 2024-11-14T04:07:36.048Z | Checking untrusted v0.7.1 |
1872 | 2024-11-14T04:07:36.136Z | Checking untrusted v0.9.0 |
1873 | 2024-11-14T04:07:36.170Z | Checking deranged v0.3.11 |
1874 | 2024-11-14T04:07:36.204Z | Checking scrypt v0.11.0 |
1875 | 2024-11-14T04:07:36.255Z | Checking icu_properties v1.5.1 |
1876 | 2024-11-14T04:07:36.274Z | Checking cbc v0.1.2 |
1877 | 2024-11-14T04:07:36.288Z | Checking ring v0.17.8 |
1878 | 2024-11-14T04:07:36.328Z | Checking aes v0.8.4 |
1879 | 2024-11-14T04:07:36.411Z | Checking crossbeam-utils v0.8.20 |
1880 | 2024-11-14T04:07:36.469Z | Checking num_threads v0.1.7 |
1881 | 2024-11-14T04:07:36.584Z | Checking write16 v1.0.0 |
1882 | 2024-11-14T04:07:36.708Z | Checking utf16_iter v1.0.5 |
1883 | 2024-11-14T04:07:36.880Z | Checking atomic-waker v1.1.2 |
1884 | 2024-11-14T04:07:37.001Z | Checking utf8_iter v1.0.4 |
1885 | 2024-11-14T04:07:37.148Z | Checking icu_normalizer_data v1.5.0 |
1886 | 2024-11-14T04:07:37.195Z | Checking num-conv v0.1.0 |
1887 | 2024-11-14T04:07:37.219Z | Checking time-core v0.1.2 |
1888 | 2024-11-14T04:07:37.251Z | Checking pkcs5 v0.7.1 |
1889 | 2024-11-14T04:07:37.383Z | Checking http-body v1.0.1 |
1890 | 2024-11-14T04:07:37.429Z | Checking form_urlencoded v1.2.1 |
1891 | 2024-11-14T04:07:37.580Z | Checking try-lock v0.2.5 |
1892 | 2024-11-14T04:07:37.617Z | Checking httpdate v1.0.3 |
1893 | 2024-11-14T04:07:37.710Z | Checking want v0.3.1 |
1894 | 2024-11-14T04:07:37.767Z | Checking pkcs8 v0.10.2 |
1895 | 2024-11-14T04:07:37.842Z | Checking unicode-ident v1.0.13 |
1896 | 2024-11-14T04:07:37.890Z | Checking toml_datetime v0.6.8 |
1897 | 2024-11-14T04:07:37.999Z | Checking proc-macro2 v1.0.89 |
1898 | 2024-11-14T04:07:38.003Z | Checking time v0.3.36 |
1899 | 2024-11-14T04:07:38.068Z | Checking uuid v1.11.0 |
1900 | 2024-11-14T04:07:38.144Z | Checking serde_spanned v0.6.8 |
1901 | 2024-11-14T04:07:38.169Z | Checking slog v2.7.0 |
1902 | 2024-11-14T04:07:38.343Z | Checking scroll v0.12.0 |
1903 | 2024-11-14T04:07:38.478Z | Checking aws-lc-rs v1.10.0 |
1904 | 2024-11-14T04:07:38.627Z | Checking iana-time-zone v0.1.61 |
1905 | 2024-11-14T04:07:38.685Z | Checking base64 v0.22.1 |
1906 | 2024-11-14T04:07:38.700Z | Checking foreign-types-shared v0.1.1 |
1907 | 2024-11-14T04:07:38.778Z | Checking ucd-trie v0.1.7 |
1908 | 2024-11-14T04:07:38.795Z | Checking adler2 v2.0.0 |
1909 | 2024-11-14T04:07:38.797Z | Checking plain v0.2.3 |
1910 | 2024-11-14T04:07:38.938Z | Checking match_cfg v0.1.0 |
1911 | 2024-11-14T04:07:38.954Z | Checking tower-service v0.3.3 |
1912 | 2024-11-14T04:07:38.977Z | Checking pest v2.7.14 |
1913 | 2024-11-14T04:07:39.032Z | Checking hostname v0.3.1 |
1914 | 2024-11-14T04:07:39.064Z | Checking goblin v0.8.2 |
1915 | 2024-11-14T04:07:39.156Z | Checking miniz_oxide v0.8.0 |
1916 | 2024-11-14T04:07:39.172Z | Checking foreign-types v0.3.2 |
1917 | 2024-11-14T04:07:39.265Z | Checking chrono v0.4.38 |
1918 | 2024-11-14T04:07:39.635Z | Checking icu_normalizer v1.5.0 |
1919 | 2024-11-14T04:07:39.928Z | Checking quote v1.0.37 |
1920 | 2024-11-14T04:07:40.266Z | Checking openssl-sys v0.9.104 |
1921 | 2024-11-14T04:07:40.320Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-11-14T04:07:40.453Z | Checking errno v0.3.9 |
1923 | 2024-11-14T04:07:40.456Z | Checking idna_adapter v1.2.0 |
1924 | 2024-11-14T04:07:40.619Z | Checking dirs-sys-next v0.1.2 |
1925 | 2024-11-14T04:07:40.657Z | Checking idna v1.0.3 |
1926 | 2024-11-14T04:07:40.792Z | Checking aho-corasick v1.1.3 |
1927 | 2024-11-14T04:07:41.152Z | Checking regex-syntax v0.8.5 |
1928 | 2024-11-14T04:07:41.174Z | Checking url v2.5.3 |
1929 | 2024-11-14T04:07:41.316Z | Checking data-encoding v2.6.0 |
1930 | 2024-11-14T04:07:41.491Z | Checking siphasher v0.3.11 |
1931 | 2024-11-14T04:07:41.620Z | Checking pretty-hex v0.4.1 |
1932 | 2024-11-14T04:07:41.782Z | Checking openssl v0.10.68 |
1933 | 2024-11-14T04:07:41.801Z | Checking dtrace-parser v0.2.0 |
1934 | 2024-11-14T04:07:41.952Z | Checking tokio-util v0.7.12 |
1935 | 2024-11-14T04:07:41.967Z | Checking dirs-next v2.0.0 |
1936 | 2024-11-14T04:07:42.003Z | Checking rustix v0.38.37 |
1937 | 2024-11-14T04:07:42.090Z | Checking syn v2.0.87 |
1938 | 2024-11-14T04:07:42.284Z | Checking http-body-util v0.1.2 |
1939 | 2024-11-14T04:07:42.371Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2024-11-14T04:07:42.728Z | Checking sha1 v0.10.6 |
1941 | 2024-11-14T04:07:42.802Z | Checking signature v2.2.0 |
1942 | 2024-11-14T04:07:42.858Z | Checking h2 v0.4.6 |
1943 | 2024-11-14T04:07:42.989Z | Checking lazy_static v1.5.0 |
1944 | 2024-11-14T04:07:43.007Z | Checking thread_local v1.1.8 |
1945 | 2024-11-14T04:07:43.111Z | Checking thread-id v4.2.2 |
1946 | 2024-11-14T04:07:43.228Z | Checking encoding_rs v0.8.34 |
1947 | 2024-11-14T04:07:43.292Z | Checking unicode-properties v0.1.3 |
1948 | 2024-11-14T04:07:43.661Z | Checking ipnet v2.10.1 |
1949 | 2024-11-14T04:07:44.140Z | Checking either v1.13.0 |
1950 | 2024-11-14T04:07:44.207Z | Checking dof v0.3.0 |
1951 | 2024-11-14T04:07:44.483Z | Checking regex-automata v0.4.8 |
1952 | 2024-11-14T04:07:44.542Z | Checking mime v0.3.17 |
1953 | 2024-11-14T04:07:44.830Z | Checking utf8parse v0.2.2 |
1954 | 2024-11-14T04:07:44.872Z | Checking gimli v0.31.1 |
1955 | 2024-11-14T04:07:44.969Z | Checking openssl-probe v0.1.5 |
1956 | 2024-11-14T04:07:45.115Z | Checking winnow v0.6.20 |
1957 | 2024-11-14T04:07:45.483Z | Checking anstyle v1.0.10 |
1958 | 2024-11-14T04:07:45.512Z | Checking anstyle-parse v0.2.5 |
1959 | 2024-11-14T04:07:45.797Z | Checking stringprep v0.1.5 |
1960 | 2024-11-14T04:07:45.822Z | Checking crossbeam-deque v0.8.5 |
1961 | 2024-11-14T04:07:46.078Z | Checking term v0.7.0 |
1962 | 2024-11-14T04:07:46.148Z | Checking rustls v0.22.4 |
1963 | 2024-11-14T04:07:46.495Z | Checking rustls v0.23.14 |
1964 | 2024-11-14T04:07:47.480Z | Checking native-tls v0.2.12 |
1965 | 2024-11-14T04:07:47.798Z | Checking slog-json v2.6.1 |
1966 | 2024-11-14T04:07:48.046Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-11-14T04:07:48.085Z | Checking toml_edit v0.22.22 |
1968 | 2024-11-14T04:07:48.447Z | Checking crossbeam-channel v0.5.13 |
1969 | 2024-11-14T04:07:48.520Z | Checking usdt-impl v0.5.0 |
1970 | 2024-11-14T04:07:49.005Z | Checking addr2line v0.24.2 |
1971 | 2024-11-14T04:07:49.022Z | Checking hyper v1.5.0 |
1972 | 2024-11-14T04:07:49.071Z | Checking futures-executor v0.3.31 |
1973 | 2024-11-14T04:07:49.159Z | Checking num-integer v0.1.46 |
1974 | 2024-11-14T04:07:49.259Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-11-14T04:07:49.290Z | Checking idna v0.3.0 |
1976 | 2024-11-14T04:07:49.490Z | Checking idna v0.4.0 |
1977 | 2024-11-14T04:07:49.505Z | Checking md-5 v0.10.6 |
1978 | 2024-11-14T04:07:49.649Z | Checking ff v0.13.0 |
1979 | 2024-11-14T04:07:49.731Z | Checking memmap v0.7.0 |
1980 | 2024-11-14T04:07:49.778Z | Checking is-terminal v0.4.13 |
1981 | 2024-11-14T04:07:49.861Z | Checking hash32 v0.2.1 |
1982 | 2024-11-14T04:07:49.905Z | Checking object v0.36.5 |
1983 | 2024-11-14T04:07:49.942Z | Checking linked-hash-map v0.5.6 |
1984 | 2024-11-14T04:07:50.175Z | Checking base16ct v0.2.0 |
1985 | 2024-11-14T04:07:50.175Z | Checking colorchoice v1.0.2 |
1986 | 2024-11-14T04:07:50.271Z | Checking anstyle-query v1.1.1 |
1987 | 2024-11-14T04:07:50.309Z | Checking utf-8 v0.7.6 |
1988 | 2024-11-14T04:07:50.356Z | Checking quick-error v1.2.3 |
1989 | 2024-11-14T04:07:50.386Z | Checking dyn-clone v1.0.17 |
1990 | 2024-11-14T04:07:50.401Z | Checking take_mut v0.2.2 |
1991 | 2024-11-14T04:07:50.492Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-11-14T04:07:50.507Z | Checking psl-types v2.0.11 |
1993 | 2024-11-14T04:07:50.524Z | Checking fallible-iterator v0.2.0 |
1994 | 2024-11-14T04:07:50.541Z | Checking is_terminal_polyfill v1.70.1 |
1995 | 2024-11-14T04:07:50.656Z | Checking anstream v0.6.15 |
1996 | 2024-11-14T04:07:50.672Z | Checking publicsuffix v2.2.3 |
1997 | 2024-11-14T04:07:50.675Z | Checking toml v0.8.19 |
1998 | 2024-11-14T04:07:50.911Z | Checking slog-async v2.8.0 |
1999 | 2024-11-14T04:07:50.927Z | Checking schemars v0.8.21 |
2000 | 2024-11-14T04:07:51.013Z | Checking tungstenite v0.24.0 |
2001 | 2024-11-14T04:07:51.079Z | Checking hyper-util v0.1.10 |
2002 | 2024-11-14T04:07:51.122Z | Checking postgres-protocol v0.6.7 |
2003 | 2024-11-14T04:07:51.201Z | Checking resolv-conf v0.7.0 |
2004 | 2024-11-14T04:07:51.427Z | Checking sec1 v0.7.3 |
2005 | 2024-11-14T04:07:51.545Z | Checking hickory-proto v0.24.1 |
2006 | 2024-11-14T04:07:51.784Z | Checking lru-cache v0.1.2 |
2007 | 2024-11-14T04:07:51.807Z | Checking heapless v0.7.17 |
2008 | 2024-11-14T04:07:51.898Z | Checking usdt v0.5.0 |
2009 | 2024-11-14T04:07:51.966Z | Checking slog-term v2.9.1 |
2010 | 2024-11-14T04:07:52.068Z | Checking tokio-rustls v0.26.0 |
2011 | 2024-11-14T04:07:52.161Z | Checking group v0.13.0 |
2012 | 2024-11-14T04:07:52.427Z | Checking tokio-rustls v0.25.0 |
2013 | 2024-11-14T04:07:52.466Z | Checking num-iter v0.1.45 |
2014 | 2024-11-14T04:07:52.510Z | Checking futures v0.3.31 |
2015 | 2024-11-14T04:07:52.562Z | Checking slog-bunyan v2.5.0 |
2016 | 2024-11-14T04:07:52.629Z | Checking tokio-native-tls v0.3.1 |
2017 | 2024-11-14T04:07:52.642Z | Checking rayon-core v1.12.1 |
2018 | 2024-11-14T04:07:52.723Z | Checking multer v3.1.0 |
2019 | 2024-11-14T04:07:52.821Z | Checking terminal_size v0.4.0 |
2020 | 2024-11-14T04:07:52.836Z | Checking phf_shared v0.11.2 |
2021 | 2024-11-14T04:07:52.884Z | Checking cookie v0.18.1 |
2022 | 2024-11-14T04:07:52.997Z | Checking async-stream v0.3.6 |
2023 | 2024-11-14T04:07:53.107Z | Checking bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-11-14T04:07:53.122Z | Checking signal-hook v0.3.17 |
2025 | 2024-11-14T04:07:53.124Z | Checking camino v1.1.9 |
2026 | 2024-11-14T04:07:53.183Z | Checking waitgroup v0.1.2 |
2027 | 2024-11-14T04:07:53.226Z | Checking openapiv3 v2.0.0 |
2028 | 2024-11-14T04:07:53.283Z | Checking webpki-roots v0.26.6 |
2029 | 2024-11-14T04:07:53.321Z | Checking serde_path_to_error v0.1.16 |
2030 | 2024-11-14T04:07:53.361Z | Checking idna v0.5.0 |
2031 | 2024-11-14T04:07:53.443Z | Checking hkdf v0.12.4 |
2032 | 2024-11-14T04:07:53.483Z | Checking crypto-bigint v0.5.5 |
2033 | 2024-11-14T04:07:53.656Z | Checking hostname v0.4.0 |
2034 | 2024-11-14T04:07:53.703Z | Checking crc32fast v1.4.2 |
2035 | 2024-11-14T04:07:53.787Z | Checking unicode-width v0.1.14 |
2036 | 2024-11-14T04:07:53.937Z | Checking winnow v0.5.40 |
2037 | 2024-11-14T04:07:53.939Z | Checking bitflags v1.3.2 |
2038 | 2024-11-14T04:07:54.037Z | Checking strsim v0.11.1 |
2039 | 2024-11-14T04:07:54.210Z | Checking managed v0.8.0 |
2040 | 2024-11-14T04:07:54.280Z | Checking clap_lex v0.7.2 |
2041 | 2024-11-14T04:07:54.318Z | Checking debug-ignore v1.0.5 |
2042 | 2024-11-14T04:07:54.457Z | Checking console v0.15.8 |
2043 | 2024-11-14T04:07:54.515Z | Checking clap_builder v4.5.20 |
2044 | 2024-11-14T04:07:54.583Z | Checking smoltcp v0.9.1 |
2045 | 2024-11-14T04:07:55.037Z | Checking cookie_store v0.21.0 |
2046 | 2024-11-14T04:07:55.712Z | Checking flate2 v1.0.34 |
2047 | 2024-11-14T04:07:56.047Z | Checking hyper-rustls v0.27.3 |
2048 | 2024-11-14T04:07:56.357Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-11-14T04:07:56.379Z | Checking rayon v1.10.0 |
2050 | 2024-11-14T04:07:56.382Z | Checking hickory-resolver v0.24.1 |
2051 | 2024-11-14T04:07:56.382Z | Checking elliptic-curve v0.13.8 |
2052 | 2024-11-14T04:07:56.421Z | Checking backtrace v0.3.74 |
2053 | 2024-11-14T04:07:56.483Z | Checking bzip2 v0.4.4 |
2054 | 2024-11-14T04:07:56.718Z | Checking dropshot v0.12.0 |
2055 | 2024-11-14T04:07:56.770Z | Checking hyper-tls v0.6.0 |
2056 | 2024-11-14T04:07:56.971Z | Checking toml_edit v0.19.15 |
2057 | 2024-11-14T04:07:56.974Z | Checking anyhow v1.0.93 |
2058 | 2024-11-14T04:07:57.037Z | Checking phf v0.11.2 |
2059 | 2024-11-14T04:07:57.040Z | Checking num-bigint-dig v0.8.4 |
2060 | 2024-11-14T04:07:57.323Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-11-14T04:07:57.351Z | Checking postgres-types v0.2.8 |
2062 | 2024-11-14T04:07:57.617Z | Checking regex v1.11.1 |
2063 | 2024-11-14T04:07:57.798Z | Checking bstr v1.10.0 |
2064 | 2024-11-14T04:07:58.040Z | Checking ed25519 v2.2.3 |
2065 | 2024-11-14T04:07:58.086Z | Checking tokio-stream v0.1.16 |
2066 | 2024-11-14T04:07:58.249Z | Checking phf_shared v0.10.0 |
2067 | 2024-11-14T04:07:58.339Z | Checking curve25519-dalek v4.1.3 |
2068 | 2024-11-14T04:07:58.530Z | Checking zerocopy v0.6.6 |
2069 | 2024-11-14T04:07:58.762Z | Checking pkcs1 v0.7.5 |
2070 | 2024-11-14T04:07:58.988Z | Checking hubpack v0.1.2 |
2071 | 2024-11-14T04:07:59.177Z | Checking portable-atomic v1.9.0 |
2072 | 2024-11-14T04:07:59.234Z | Checking float-cmp v0.9.0 |
2073 | 2024-11-14T04:07:59.281Z | Checking serde-big-array v0.5.1 |
2074 | 2024-11-14T04:07:59.315Z | Checking rfc6979 v0.4.0 |
2075 | 2024-11-14T04:07:59.411Z | Checking sync_wrapper v1.0.1 |
2076 | 2024-11-14T04:07:59.431Z | Checking minimal-lexical v0.2.1 |
2077 | 2024-11-14T04:07:59.488Z | Checking whoami v1.5.2 |
2078 | 2024-11-14T04:07:59.504Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-11-14T04:07:59.546Z | Checking fixedbitset v0.4.2 |
2080 | 2024-11-14T04:07:59.615Z | Checking difflib v0.4.0 |
2081 | 2024-11-14T04:07:59.783Z | Checking number_prefix v0.4.0 |
2082 | 2024-11-14T04:07:59.818Z | Checking normalize-line-endings v0.3.0 |
2083 | 2024-11-14T04:07:59.832Z | Checking predicates-core v1.0.8 |
2084 | 2024-11-14T04:07:59.925Z | Checking static_assertions v1.1.0 |
2085 | 2024-11-14T04:07:59.941Z | Checking bit-vec v0.6.3 |
2086 | 2024-11-14T04:07:59.969Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-11-14T04:08:00.007Z | Checking unicode-segmentation v1.12.0 |
2088 | 2024-11-14T04:08:00.021Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2089 | 2024-11-14T04:08:00.056Z | Checking string_cache v0.8.7 |
2090 | 2024-11-14T04:08:00.186Z | Checking predicates v3.1.2 |
2091 | 2024-11-14T04:08:00.202Z | Checking ed25519-dalek v2.1.1 |
2092 | 2024-11-14T04:08:00.218Z | Checking indicatif v0.17.8 |
2093 | 2024-11-14T04:08:00.277Z | Checking bit-set v0.5.3 |
2094 | 2024-11-14T04:08:00.334Z | Checking nom v7.1.3 |
2095 | 2024-11-14T04:08:00.361Z | Checking qorb v0.2.0 |
2096 | 2024-11-14T04:08:00.549Z | Checking petgraph v0.6.5 |
2097 | 2024-11-14T04:08:00.619Z | Checking tokio-postgres v0.7.12 |
2098 | 2024-11-14T04:08:00.681Z | Checking similar v2.6.0 |
2099 | 2024-11-14T04:08:00.835Z | Checking reqwest v0.12.9 |
2100 | 2024-11-14T04:08:00.964Z | Checking ecdsa v0.16.9 |
2101 | 2024-11-14T04:08:01.531Z | Checking toml v0.7.8 |
2102 | 2024-11-14T04:08:01.676Z | Checking rsa v0.9.6 |
2103 | 2024-11-14T04:08:02.292Z | Checking clap v4.5.20 |
2104 | 2024-11-14T04:08:02.415Z | Checking zip v0.6.6 |
2105 | 2024-11-14T04:08:02.719Z | Checking crossterm v0.28.1 |
2106 | 2024-11-14T04:08:02.735Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2107 | 2024-11-14T04:08:02.761Z | Checking itertools v0.10.5 |
2108 | 2024-11-14T04:08:02.967Z | Checking itertools v0.12.1 |
2109 | 2024-11-14T04:08:03.121Z | Checking fs-err v2.11.0 |
2110 | 2024-11-14T04:08:03.243Z | Checking ahash v0.8.11 |
2111 | 2024-11-14T04:08:03.688Z | Checking x509-cert v0.2.5 |
2112 | 2024-11-14T04:08:03.722Z | Checking hex v0.4.3 |
2113 | 2024-11-14T04:08:03.830Z | Checking semver v1.0.23 |
2114 | 2024-11-14T04:08:03.851Z | Checking lalrpop-util v0.19.12 |
2115 | 2024-11-14T04:08:04.139Z | Checking peg-runtime v0.8.3 |
2116 | 2024-11-14T04:08:04.248Z | Checking sigpipe v0.1.3 |
2117 | 2024-11-14T04:08:05.234Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2118 | 2024-11-14T04:08:05.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s |
2119 | 2024-11-14T04:08:05.715Z | |
2120 | 2024-11-14T04:08:05.715Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
2121 | 2024-11-14T04:08:06.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-11-14T04:08:06.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-11-14T04:08:06.380Z | Compiling hashbrown v0.14.5 |
2124 | 2024-11-14T04:08:06.492Z | Checking heck v0.5.0 |
2125 | 2024-11-14T04:08:06.504Z | Compiling unsafe-libyaml v0.2.11 |
2126 | 2024-11-14T04:08:06.519Z | Compiling ident_case v1.0.1 |
2127 | 2024-11-14T04:08:06.532Z | Checking progenitor-client v0.8.0 |
2128 | 2024-11-14T04:08:06.544Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2024-11-14T04:08:06.559Z | Compiling proc-macro-crate v1.3.1 |
2130 | 2024-11-14T04:08:06.652Z | Compiling darling_core v0.20.10 |
2131 | 2024-11-14T04:08:06.687Z | Checking ipnetwork v0.20.0 |
2132 | 2024-11-14T04:08:06.889Z | Compiling structmeta-derive v0.3.0 |
2133 | 2024-11-14T04:08:06.921Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2024-11-14T04:08:07.047Z | Compiling newtype-uuid v1.1.3 |
2135 | 2024-11-14T04:08:07.214Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-11-14T04:08:07.334Z | Compiling lzma-sys v0.1.20 |
2137 | 2024-11-14T04:08:07.561Z | Compiling foreign-types-macros v0.2.3 |
2138 | 2024-11-14T04:08:07.615Z | Checking regress v0.10.1 |
2139 | 2024-11-14T04:08:07.673Z | Compiling num_enum_derive v0.5.11 |
2140 | 2024-11-14T04:08:08.144Z | Compiling serde_yaml v0.9.34+deprecated |
2141 | 2024-11-14T04:08:08.401Z | Compiling dropshot v0.13.0 |
2142 | 2024-11-14T04:08:08.700Z | Checking arc-swap v1.7.1 |
2143 | 2024-11-14T04:08:08.843Z | Checking foreign-types-shared v0.3.1 |
2144 | 2024-11-14T04:08:08.963Z | Checking foreign-types v0.5.0 |
2145 | 2024-11-14T04:08:09.107Z | Checking slog-scope v4.4.0 |
2146 | 2024-11-14T04:08:09.175Z | Compiling proc-macro-error v1.0.4 |
2147 | 2024-11-14T04:08:09.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2148 | 2024-11-14T04:08:09.851Z | Checking tungstenite v0.21.0 |
2149 | 2024-11-14T04:08:09.908Z | Compiling structmeta v0.3.0 |
2150 | 2024-11-14T04:08:09.939Z | Compiling heck v0.3.3 |
2151 | 2024-11-14T04:08:10.190Z | Checking num_enum v0.5.11 |
2152 | 2024-11-14T04:08:10.347Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2153 | 2024-11-14T04:08:10.363Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-11-14T04:08:10.435Z | Compiling dropshot_endpoint v0.13.0 |
2155 | 2024-11-14T04:08:10.830Z | Checking cstr-argument v0.1.2 |
2156 | 2024-11-14T04:08:11.015Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-11-14T04:08:11.166Z | Checking typify-impl v0.2.0 |
2158 | 2024-11-14T04:08:11.221Z | Checking instant v0.1.13 |
2159 | 2024-11-14T04:08:11.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-11-14T04:08:11.765Z | Checking base64 v0.21.7 |
2161 | 2024-11-14T04:08:12.249Z | Checking pretty-hex v0.2.1 |
2162 | 2024-11-14T04:08:12.417Z | Checking fastrand v2.1.1 |
2163 | 2024-11-14T04:08:12.513Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2164 | 2024-11-14T04:08:12.752Z | Checking tempfile v3.13.0 |
2165 | 2024-11-14T04:08:12.806Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-11-14T04:08:12.971Z | Checking backoff v0.4.0 |
2167 | 2024-11-14T04:08:12.988Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2024-11-14T04:08:13.493Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2169 | 2024-11-14T04:08:13.493Z | Checking tokio-tungstenite v0.21.0 |
2170 | 2024-11-14T04:08:13.493Z | Compiling zone_cfg_derive v0.1.2 |
2171 | 2024-11-14T04:08:13.493Z | Checking strum v0.26.3 |
2172 | 2024-11-14T04:08:13.601Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2173 | 2024-11-14T04:08:13.658Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2174 | 2024-11-14T04:08:13.742Z | Checking slog-stdlog v4.1.1 |
2175 | 2024-11-14T04:08:13.862Z | Compiling darling_macro v0.20.10 |
2176 | 2024-11-14T04:08:13.909Z | Checking regress v0.9.1 |
2177 | 2024-11-14T04:08:14.041Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-11-14T04:08:14.197Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2179 | 2024-11-14T04:08:14.364Z | Checking colored v2.1.0 |
2180 | 2024-11-14T04:08:14.488Z | Checking macaddr v1.0.1 |
2181 | 2024-11-14T04:08:14.666Z | Checking base64 v0.13.1 |
2182 | 2024-11-14T04:08:14.755Z | Checking zone v0.1.8 |
2183 | 2024-11-14T04:08:14.800Z | Compiling darling v0.20.10 |
2184 | 2024-11-14T04:08:14.918Z | Compiling serde_with_macros v3.11.0 |
2185 | 2024-11-14T04:08:15.025Z | Checking ron v0.7.1 |
2186 | 2024-11-14T04:08:15.041Z | Checking parse-display v0.10.0 |
2187 | 2024-11-14T04:08:15.330Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2188 | 2024-11-14T04:08:15.515Z | Checking xz2 v0.1.7 |
2189 | 2024-11-14T04:08:15.809Z | Checking slog-envlogger v2.2.0 |
2190 | 2024-11-14T04:08:15.837Z | Checking tabwriter v1.4.0 |
2191 | 2024-11-14T04:08:16.021Z | Checking xattr v1.3.1 |
2192 | 2024-11-14T04:08:16.082Z | Checking pem v3.0.4 |
2193 | 2024-11-14T04:08:16.228Z | Checking yasna v0.5.2 |
2194 | 2024-11-14T04:08:16.278Z | Checking headers-core v0.3.0 |
2195 | 2024-11-14T04:08:16.356Z | Checking smf v0.2.3 |
2196 | 2024-11-14T04:08:16.431Z | Checking filetime v0.2.25 |
2197 | 2024-11-14T04:08:16.634Z | Checking same-file v1.0.6 |
2198 | 2024-11-14T04:08:16.805Z | Checking walkdir v2.5.0 |
2199 | 2024-11-14T04:08:16.808Z | Checking tar v0.4.43 |
2200 | 2024-11-14T04:08:16.835Z | Checking headers v0.4.0 |
2201 | 2024-11-14T04:08:17.084Z | Checking rcgen v0.12.1 |
2202 | 2024-11-14T04:08:17.100Z | Checking camino-tempfile v1.1.1 |
2203 | 2024-11-14T04:08:17.393Z | Checking atomicwrites v0.4.4 |
2204 | 2024-11-14T04:08:17.424Z | Checking subprocess v0.2.9 |
2205 | 2024-11-14T04:08:17.856Z | Checking serde_with v3.11.0 |
2206 | 2024-11-14T04:08:21.754Z | Compiling typify-macro v0.2.0 |
2207 | 2024-11-14T04:08:23.670Z | Compiling typify v0.2.0 |
2208 | 2024-11-14T04:08:23.739Z | Compiling progenitor-impl v0.8.0 |
2209 | 2024-11-14T04:08:26.953Z | Compiling progenitor-macro v0.8.0 |
2210 | 2024-11-14T04:08:32.348Z | Checking progenitor v0.8.0 |
2211 | 2024-11-14T04:08:32.505Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2212 | 2024-11-14T04:08:32.508Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2213 | 2024-11-14T04:08:35.284Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2214 | 2024-11-14T04:08:35.481Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2215 | 2024-11-14T04:08:42.107Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2216 | 2024-11-14T04:08:43.754Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2217 | 2024-11-14T04:08:45.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s |
2218 | 2024-11-14T04:08:45.240Z | |
2219 | 2024-11-14T04:08:45.240Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
2220 | 2024-11-14T04:08:45.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-11-14T04:08:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-11-14T04:08:45.902Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-11-14T04:08:47.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
2224 | 2024-11-14T04:08:47.526Z | |
2225 | 2024-11-14T04:08:47.526Z | info: running `cargo check --bins` on nexus-config (31/171) |
2226 | 2024-11-14T04:08:48.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-11-14T04:08:48.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-11-14T04:08:48.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-11-14T04:08:48.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2230 | 2024-11-14T04:08:48.144Z | |
2231 | 2024-11-14T04:08:48.144Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
2232 | 2024-11-14T04:08:48.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-11-14T04:08:48.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-11-14T04:08:48.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-11-14T04:08:48.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2236 | 2024-11-14T04:08:48.746Z | |
2237 | 2024-11-14T04:08:48.746Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
2238 | 2024-11-14T04:08:49.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-11-14T04:08:49.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-11-14T04:08:49.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-11-14T04:08:49.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2242 | 2024-11-14T04:08:49.376Z | |
2243 | 2024-11-14T04:08:49.376Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
2244 | 2024-11-14T04:08:49.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-11-14T04:08:49.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-11-14T04:08:50.039Z | Compiling heapless v0.8.0 |
2247 | 2024-11-14T04:08:50.140Z | Checking hash32 v0.3.1 |
2248 | 2024-11-14T04:08:50.150Z | Compiling smoltcp v0.11.0 |
2249 | 2024-11-14T04:08:50.161Z | Checking cobs v0.2.3 |
2250 | 2024-11-14T04:08:50.174Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2251 | 2024-11-14T04:08:50.176Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2252 | 2024-11-14T04:08:50.197Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2253 | 2024-11-14T04:08:50.197Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2254 | 2024-11-14T04:08:50.297Z | Compiling crucible-workspace-hack v0.1.0 |
2255 | 2024-11-14T04:08:50.324Z | Checking newline-converter v0.3.0 |
2256 | 2024-11-14T04:08:50.340Z | Checking postcard v1.0.10 |
2257 | 2024-11-14T04:08:50.463Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2258 | 2024-11-14T04:08:50.502Z | Compiling convert_case v0.4.0 |
2259 | 2024-11-14T04:08:50.674Z | Checking expectorate v1.1.0 |
2260 | 2024-11-14T04:08:50.688Z | Compiling zone_cfg_derive v0.3.0 |
2261 | 2024-11-14T04:08:50.821Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2262 | 2024-11-14T04:08:50.863Z | Checking itertools v0.13.0 |
2263 | 2024-11-14T04:08:50.901Z | Compiling num-derive v0.4.2 |
2264 | 2024-11-14T04:08:51.055Z | Compiling slog-dtrace v0.3.0 |
2265 | 2024-11-14T04:08:51.155Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2266 | 2024-11-14T04:08:51.396Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2267 | 2024-11-14T04:08:51.515Z | Compiling derive_more v0.99.18 |
2268 | 2024-11-14T04:08:52.217Z | Checking zone v0.3.0 |
2269 | 2024-11-14T04:08:52.634Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2270 | 2024-11-14T04:08:54.040Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2271 | 2024-11-14T04:08:55.033Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2272 | 2024-11-14T04:08:55.569Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2273 | 2024-11-14T04:08:56.176Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2274 | 2024-11-14T04:08:56.980Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2275 | 2024-11-14T04:08:58.071Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2276 | 2024-11-14T04:08:59.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.66s |
2277 | 2024-11-14T04:08:59.220Z | |
2278 | 2024-11-14T04:08:59.220Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
2279 | 2024-11-14T04:08:59.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-11-14T04:08:59.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-11-14T04:08:59.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-11-14T04:08:59.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2283 | 2024-11-14T04:08:59.845Z | |
2284 | 2024-11-14T04:08:59.845Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
2285 | 2024-11-14T04:09:00.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-11-14T04:09:00.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-11-14T04:09:00.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2288 | 2024-11-14T04:09:00.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2289 | 2024-11-14T04:09:00.822Z | |
2290 | 2024-11-14T04:09:00.823Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
2291 | 2024-11-14T04:09:01.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2292 | 2024-11-14T04:09:01.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2293 | 2024-11-14T04:09:01.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2294 | 2024-11-14T04:09:01.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2295 | 2024-11-14T04:09:01.121Z | |
2296 | 2024-11-14T04:09:01.121Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
2297 | 2024-11-14T04:09:01.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-11-14T04:09:01.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-11-14T04:09:01.774Z | Compiling progenitor-client v0.8.0 |
2300 | 2024-11-14T04:09:01.873Z | Compiling newtype-uuid v1.1.3 |
2301 | 2024-11-14T04:09:01.876Z | Compiling ipnetwork v0.20.0 |
2302 | 2024-11-14T04:09:01.876Z | Compiling instant v0.1.13 |
2303 | 2024-11-14T04:09:01.903Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2304 | 2024-11-14T04:09:01.906Z | Compiling dropshot v0.13.0 |
2305 | 2024-11-14T04:09:01.906Z | Checking num-rational v0.4.2 |
2306 | 2024-11-14T04:09:01.906Z | Compiling parse-display v0.10.0 |
2307 | 2024-11-14T04:09:02.005Z | Compiling backoff v0.4.0 |
2308 | 2024-11-14T04:09:02.065Z | Compiling serde_with v3.11.0 |
2309 | 2024-11-14T04:09:02.174Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2310 | 2024-11-14T04:09:02.345Z | Compiling progenitor v0.8.0 |
2311 | 2024-11-14T04:09:02.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2312 | 2024-11-14T04:09:02.521Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2313 | 2024-11-14T04:09:02.560Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2314 | 2024-11-14T04:09:02.630Z | Compiling regress v0.9.1 |
2315 | 2024-11-14T04:09:02.689Z | Compiling phf_generator v0.11.2 |
2316 | 2024-11-14T04:09:02.831Z | Checking num-complex v0.4.6 |
2317 | 2024-11-14T04:09:03.124Z | Compiling macaddr v1.0.1 |
2318 | 2024-11-14T04:09:03.546Z | Compiling phf_codegen v0.11.2 |
2319 | 2024-11-14T04:09:03.757Z | Checking num v0.4.3 |
2320 | 2024-11-14T04:09:03.773Z | Compiling parse-zoneinfo v0.3.1 |
2321 | 2024-11-14T04:09:03.963Z | Checking float-ord v0.3.2 |
2322 | 2024-11-14T04:09:04.117Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2323 | 2024-11-14T04:09:04.148Z | Checking prettyplease v0.2.25 |
2324 | 2024-11-14T04:09:04.462Z | Compiling chrono-tz-build v0.4.0 |
2325 | 2024-11-14T04:09:05.318Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2326 | 2024-11-14T04:09:05.909Z | Compiling const_format_proc_macros v0.2.33 |
2327 | 2024-11-14T04:09:05.967Z | Compiling chrono-tz v0.10.0 |
2328 | 2024-11-14T04:09:06.200Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2024-11-14T04:09:06.499Z | Checking highway v1.2.0 |
2330 | 2024-11-14T04:09:06.924Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2331 | 2024-11-14T04:09:07.388Z | Checking gethostname v0.5.0 |
2332 | 2024-11-14T04:09:07.516Z | Checking bcs v0.1.6 |
2333 | 2024-11-14T04:09:07.689Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2334 | 2024-11-14T04:09:07.841Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2335 | 2024-11-14T04:09:07.943Z | Compiling async-recursion v1.1.1 |
2336 | 2024-11-14T04:09:08.012Z | Checking const_format v0.2.33 |
2337 | 2024-11-14T04:09:08.138Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2338 | 2024-11-14T04:09:20.829Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2339 | 2024-11-14T04:09:24.878Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2340 | 2024-11-14T04:09:29.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s |
2341 | 2024-11-14T04:09:29.200Z | |
2342 | 2024-11-14T04:09:29.200Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
2343 | 2024-11-14T04:09:29.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-11-14T04:09:29.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-11-14T04:09:29.913Z | Compiling cfg_aliases v0.1.1 |
2346 | 2024-11-14T04:09:29.916Z | Compiling vte_generate_state_changes v0.1.2 |
2347 | 2024-11-14T04:09:29.916Z | Checking fd-lock v4.0.2 |
2348 | 2024-11-14T04:09:29.916Z | Checking nibble_vec v0.1.0 |
2349 | 2024-11-14T04:09:29.916Z | Checking endian-type v0.1.2 |
2350 | 2024-11-14T04:09:29.916Z | Checking bytecount v0.6.8 |
2351 | 2024-11-14T04:09:30.052Z | Compiling tabled_derive v0.7.0 |
2352 | 2024-11-14T04:09:30.082Z | Compiling peg-macros v0.8.4 |
2353 | 2024-11-14T04:09:30.110Z | Compiling nix v0.28.0 |
2354 | 2024-11-14T04:09:30.209Z | Checking papergrid v0.11.0 |
2355 | 2024-11-14T04:09:30.209Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2356 | 2024-11-14T04:09:30.239Z | Checking radix_trie v0.2.1 |
2357 | 2024-11-14T04:09:30.242Z | Compiling sqlparser_derive v0.2.2 |
2358 | 2024-11-14T04:09:30.642Z | Checking vte v0.11.1 |
2359 | 2024-11-14T04:09:30.681Z | Checking unicode_categories v0.1.1 |
2360 | 2024-11-14T04:09:30.977Z | Checking nu-ansi-term v0.50.1 |
2361 | 2024-11-14T04:09:31.358Z | Checking home v0.5.9 |
2362 | 2024-11-14T04:09:31.393Z | Checking sqlparser v0.45.0 |
2363 | 2024-11-14T04:09:31.412Z | Checking sqlformat v0.2.6 |
2364 | 2024-11-14T04:09:31.499Z | Checking display-error-chain v0.2.2 |
2365 | 2024-11-14T04:09:32.000Z | Checking strip-ansi-escapes v0.2.0 |
2366 | 2024-11-14T04:09:32.142Z | Checking reedline v0.35.0 |
2367 | 2024-11-14T04:09:32.478Z | Checking tabled v0.15.0 |
2368 | 2024-11-14T04:09:33.082Z | Checking peg v0.8.4 |
2369 | 2024-11-14T04:09:33.412Z | Checking rustyline v14.0.0 |
2370 | 2024-11-14T04:09:43.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
2371 | 2024-11-14T04:09:43.478Z | |
2372 | 2024-11-14T04:09:43.478Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
2373 | 2024-11-14T04:09:44.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-11-14T04:09:44.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-11-14T04:09:44.150Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2376 | 2024-11-14T04:09:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s |
2377 | 2024-11-14T04:09:50.462Z | |
2378 | 2024-11-14T04:09:50.462Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
2379 | 2024-11-14T04:09:51.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-11-14T04:09:51.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-11-14T04:09:51.124Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2382 | 2024-11-14T04:09:55.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2383 | 2024-11-14T04:09:56.099Z | |
2384 | 2024-11-14T04:09:56.100Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
2385 | 2024-11-14T04:09:56.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-11-14T04:09:56.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-11-14T04:09:56.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2388 | 2024-11-14T04:10:02.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s |
2389 | 2024-11-14T04:10:02.836Z | |
2390 | 2024-11-14T04:10:02.836Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
2391 | 2024-11-14T04:10:03.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-11-14T04:10:03.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-11-14T04:10:03.517Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2024-11-14T04:10:09.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s |
2395 | 2024-11-14T04:10:09.659Z | |
2396 | 2024-11-14T04:10:09.659Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
2397 | 2024-11-14T04:10:10.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-11-14T04:10:10.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-11-14T04:10:10.317Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-11-14T04:10:15.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2401 | 2024-11-14T04:10:15.398Z | |
2402 | 2024-11-14T04:10:15.398Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
2403 | 2024-11-14T04:10:15.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-11-14T04:10:15.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-11-14T04:10:16.063Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-11-14T04:10:21.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2407 | 2024-11-14T04:10:21.220Z | |
2408 | 2024-11-14T04:10:21.220Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
2409 | 2024-11-14T04:10:21.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-11-14T04:10:21.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-11-14T04:10:21.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-11-14T04:10:28.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
2413 | 2024-11-14T04:10:28.225Z | |
2414 | 2024-11-14T04:10:28.225Z | info: running `cargo check --bins` on oximeter (47/171) |
2415 | 2024-11-14T04:10:28.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-11-14T04:10:28.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-11-14T04:10:28.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-11-14T04:10:28.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2419 | 2024-11-14T04:10:28.852Z | |
2420 | 2024-11-14T04:10:28.852Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
2421 | 2024-11-14T04:10:29.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-11-14T04:10:29.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-11-14T04:10:29.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-11-14T04:10:29.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2425 | 2024-11-14T04:10:29.462Z | |
2426 | 2024-11-14T04:10:29.462Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
2427 | 2024-11-14T04:10:30.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-11-14T04:10:30.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-11-14T04:10:30.093Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2430 | 2024-11-14T04:10:30.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2431 | 2024-11-14T04:10:30.709Z | |
2432 | 2024-11-14T04:10:30.709Z | info: running `cargo check --bins` on oximeter-types (50/171) |
2433 | 2024-11-14T04:10:31.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-11-14T04:10:31.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-11-14T04:10:31.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-11-14T04:10:31.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2437 | 2024-11-14T04:10:31.339Z | |
2438 | 2024-11-14T04:10:31.339Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
2439 | 2024-11-14T04:10:31.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-11-14T04:10:31.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-11-14T04:10:31.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-11-14T04:10:31.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2024-11-14T04:10:31.969Z | |
2444 | 2024-11-14T04:10:31.969Z | info: running `cargo check --bins` on oxql-types (52/171) |
2445 | 2024-11-14T04:10:32.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-11-14T04:10:32.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-11-14T04:10:32.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-11-14T04:10:32.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2449 | 2024-11-14T04:10:32.598Z | |
2450 | 2024-11-14T04:10:32.598Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
2451 | 2024-11-14T04:10:33.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-11-14T04:10:33.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-11-14T04:10:33.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-11-14T04:10:33.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2455 | 2024-11-14T04:10:33.264Z | |
2456 | 2024-11-14T04:10:33.264Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
2457 | 2024-11-14T04:10:33.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-11-14T04:10:33.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-11-14T04:10:33.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-11-14T04:10:33.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2461 | 2024-11-14T04:10:33.908Z | |
2462 | 2024-11-14T04:10:33.908Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
2463 | 2024-11-14T04:10:34.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-11-14T04:10:34.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-11-14T04:10:34.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-11-14T04:10:34.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2024-11-14T04:10:34.542Z | |
2468 | 2024-11-14T04:10:34.542Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
2469 | 2024-11-14T04:10:35.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-11-14T04:10:35.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-11-14T04:10:35.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-11-14T04:10:35.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-11-14T04:10:35.164Z | |
2474 | 2024-11-14T04:10:35.164Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
2475 | 2024-11-14T04:10:35.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-11-14T04:10:35.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-11-14T04:10:35.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-11-14T04:10:35.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2479 | 2024-11-14T04:10:35.778Z | |
2480 | 2024-11-14T04:10:35.778Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
2481 | 2024-11-14T04:10:36.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-11-14T04:10:36.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-11-14T04:10:36.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-11-14T04:10:36.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2485 | 2024-11-14T04:10:36.420Z | |
2486 | 2024-11-14T04:10:36.420Z | info: running `cargo check --bins` on dns-service-client (59/171) |
2487 | 2024-11-14T04:10:36.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-11-14T04:10:36.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-11-14T04:10:36.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-11-14T04:10:36.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2491 | 2024-11-14T04:10:37.052Z | |
2492 | 2024-11-14T04:10:37.052Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
2493 | 2024-11-14T04:10:37.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-11-14T04:10:37.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-11-14T04:10:37.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-11-14T04:10:37.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2497 | 2024-11-14T04:10:37.705Z | |
2498 | 2024-11-14T04:10:37.705Z | info: running `cargo check --bins` on dpd-client (61/171) |
2499 | 2024-11-14T04:10:38.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-11-14T04:10:38.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-11-14T04:10:38.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-11-14T04:10:38.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2503 | 2024-11-14T04:10:38.373Z | |
2504 | 2024-11-14T04:10:38.373Z | info: running `cargo check --bins` on gateway-client (62/171) |
2505 | 2024-11-14T04:10:38.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-11-14T04:10:38.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-11-14T04:10:38.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-11-14T04:10:38.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2509 | 2024-11-14T04:10:38.992Z | |
2510 | 2024-11-14T04:10:38.992Z | info: running `cargo check --bins` on installinator-client (63/171) |
2511 | 2024-11-14T04:10:39.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-11-14T04:10:39.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-11-14T04:10:39.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-11-14T04:10:39.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2515 | 2024-11-14T04:10:39.645Z | |
2516 | 2024-11-14T04:10:39.645Z | info: running `cargo check --bins` on installinator-common (64/171) |
2517 | 2024-11-14T04:10:40.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-11-14T04:10:40.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-11-14T04:10:40.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-11-14T04:10:40.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2521 | 2024-11-14T04:10:40.279Z | |
2522 | 2024-11-14T04:10:40.279Z | info: running `cargo check --bins` on update-engine (65/171) |
2523 | 2024-11-14T04:10:40.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-11-14T04:10:40.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-11-14T04:10:40.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-11-14T04:10:40.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2527 | 2024-11-14T04:10:40.892Z | |
2528 | 2024-11-14T04:10:40.892Z | info: running `cargo check --bins` on nexus-client (66/171) |
2529 | 2024-11-14T04:10:41.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-11-14T04:10:41.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-11-14T04:10:41.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-11-14T04:10:41.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2024-11-14T04:10:41.533Z | |
2534 | 2024-11-14T04:10:41.533Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
2535 | 2024-11-14T04:10:42.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-11-14T04:10:42.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-11-14T04:10:42.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-11-14T04:10:42.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2539 | 2024-11-14T04:10:42.163Z | |
2540 | 2024-11-14T04:10:42.164Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
2541 | 2024-11-14T04:10:42.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-11-14T04:10:42.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-11-14T04:10:42.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-11-14T04:10:42.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2545 | 2024-11-14T04:10:42.808Z | |
2546 | 2024-11-14T04:10:42.808Z | info: running `cargo check --bins` on nexus-types (69/171) |
2547 | 2024-11-14T04:10:43.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-11-14T04:10:43.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-11-14T04:10:43.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-11-14T04:10:43.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2551 | 2024-11-14T04:10:43.467Z | |
2552 | 2024-11-14T04:10:43.467Z | info: running `cargo check --bins` on oxide-client (70/171) |
2553 | 2024-11-14T04:10:43.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-11-14T04:10:44.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-11-14T04:10:44.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-11-14T04:10:44.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2557 | 2024-11-14T04:10:44.073Z | |
2558 | 2024-11-14T04:10:44.073Z | info: running `cargo check --bins` on oximeter-client (71/171) |
2559 | 2024-11-14T04:10:44.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-11-14T04:10:44.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-11-14T04:10:44.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-11-14T04:10:44.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2563 | 2024-11-14T04:10:44.690Z | |
2564 | 2024-11-14T04:10:44.690Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
2565 | 2024-11-14T04:10:45.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-11-14T04:10:45.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-11-14T04:10:45.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-11-14T04:10:45.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2569 | 2024-11-14T04:10:45.301Z | |
2570 | 2024-11-14T04:10:45.301Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
2571 | 2024-11-14T04:10:45.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-11-14T04:10:45.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-11-14T04:10:45.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-11-14T04:10:45.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2575 | 2024-11-14T04:10:45.938Z | |
2576 | 2024-11-14T04:10:45.938Z | info: running `cargo check --bins` on wicketd-client (74/171) |
2577 | 2024-11-14T04:10:46.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-11-14T04:10:46.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-11-14T04:10:46.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-11-14T04:10:46.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2581 | 2024-11-14T04:10:46.606Z | |
2582 | 2024-11-14T04:10:46.606Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
2583 | 2024-11-14T04:10:47.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-11-14T04:10:47.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-11-14T04:10:47.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-11-14T04:10:47.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2587 | 2024-11-14T04:10:47.264Z | |
2588 | 2024-11-14T04:10:47.264Z | info: running `cargo check --bins` on wicket-common (76/171) |
2589 | 2024-11-14T04:10:47.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-11-14T04:10:47.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-11-14T04:10:47.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-11-14T04:10:47.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2593 | 2024-11-14T04:10:47.902Z | |
2594 | 2024-11-14T04:10:47.902Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
2595 | 2024-11-14T04:10:48.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-11-14T04:10:48.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-11-14T04:10:48.560Z | Checking csv-core v0.1.11 |
2598 | 2024-11-14T04:10:48.560Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2599 | 2024-11-14T04:10:48.562Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2600 | 2024-11-14T04:10:48.887Z | Checking csv v1.3.0 |
2601 | 2024-11-14T04:10:48.899Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2602 | 2024-11-14T04:10:49.443Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2603 | 2024-11-14T04:10:49.791Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2604 | 2024-11-14T04:10:51.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
2605 | 2024-11-14T04:10:51.200Z | |
2606 | 2024-11-14T04:10:51.200Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
2607 | 2024-11-14T04:10:51.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-11-14T04:10:51.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-11-14T04:10:51.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-11-14T04:10:51.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2611 | 2024-11-14T04:10:51.832Z | |
2612 | 2024-11-14T04:10:51.832Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
2613 | 2024-11-14T04:10:52.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-11-14T04:10:52.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-11-14T04:10:52.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-11-14T04:10:52.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2617 | 2024-11-14T04:10:52.472Z | |
2618 | 2024-11-14T04:10:52.472Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
2619 | 2024-11-14T04:10:53.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-11-14T04:10:53.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-11-14T04:10:53.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-11-14T04:10:53.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2623 | 2024-11-14T04:10:53.223Z | |
2624 | 2024-11-14T04:10:53.223Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
2625 | 2024-11-14T04:10:53.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-11-14T04:10:53.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-11-14T04:10:53.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-11-14T04:10:53.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2629 | 2024-11-14T04:10:53.942Z | |
2630 | 2024-11-14T04:10:53.942Z | info: running `cargo check --bins` on dns-server (82/171) |
2631 | 2024-11-14T04:10:54.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-11-14T04:10:54.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-11-14T04:10:54.598Z | Compiling parking_lot_core v0.8.6 |
2634 | 2024-11-14T04:10:54.598Z | Checking fxhash v0.2.1 |
2635 | 2024-11-14T04:10:54.601Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2636 | 2024-11-14T04:10:54.601Z | Checking hickory-server v0.24.1 |
2637 | 2024-11-14T04:10:54.601Z | Checking hickory-client v0.24.1 |
2638 | 2024-11-14T04:10:55.305Z | Checking parking_lot v0.11.2 |
2639 | 2024-11-14T04:10:55.449Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2640 | 2024-11-14T04:10:55.449Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2641 | 2024-11-14T04:10:55.560Z | Checking sled v0.34.7 |
2642 | 2024-11-14T04:10:57.351Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2643 | 2024-11-14T04:10:58.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2644 | 2024-11-14T04:10:58.790Z | |
2645 | 2024-11-14T04:10:58.791Z | info: running `cargo check --bins` on dns-server-api (83/171) |
2646 | 2024-11-14T04:10:59.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-11-14T04:10:59.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-11-14T04:10:59.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-11-14T04:10:59.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2650 | 2024-11-14T04:10:59.414Z | |
2651 | 2024-11-14T04:10:59.414Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
2652 | 2024-11-14T04:11:00.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-11-14T04:11:00.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-11-14T04:11:00.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-11-14T04:11:00.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2656 | 2024-11-14T04:11:00.085Z | |
2657 | 2024-11-14T04:11:00.085Z | info: running `cargo check --bins` on gateway-types (85/171) |
2658 | 2024-11-14T04:11:00.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-11-14T04:11:00.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-11-14T04:11:00.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-11-14T04:11:00.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2662 | 2024-11-14T04:11:00.713Z | |
2663 | 2024-11-14T04:11:00.714Z | info: running `cargo check --bins` on ipcc (86/171) |
2664 | 2024-11-14T04:11:01.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-11-14T04:11:01.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-11-14T04:11:01.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-11-14T04:11:01.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2668 | 2024-11-14T04:11:01.340Z | |
2669 | 2024-11-14T04:11:01.340Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
2670 | 2024-11-14T04:11:01.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-11-14T04:11:01.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-11-14T04:11:02.038Z | Compiling semver v0.1.20 |
2673 | 2024-11-14T04:11:02.038Z | Compiling radium v0.7.0 |
2674 | 2024-11-14T04:11:02.141Z | Checking tap v1.0.1 |
2675 | 2024-11-14T04:11:02.152Z | Compiling maybe-uninit v2.0.0 |
2676 | 2024-11-14T04:11:02.174Z | Checking password-hash v0.5.0 |
2677 | 2024-11-14T04:11:02.177Z | Checking blake2 v0.10.6 |
2678 | 2024-11-14T04:11:02.177Z | Checking crc-catalog v2.4.0 |
2679 | 2024-11-14T04:11:02.177Z | Checking funty v2.0.0 |
2680 | 2024-11-14T04:11:02.288Z | Checking wyz v0.5.1 |
2681 | 2024-11-14T04:11:02.320Z | Compiling cancel-safe-futures v0.1.5 |
2682 | 2024-11-14T04:11:02.590Z | Compiling rustc_version v0.1.7 |
2683 | 2024-11-14T04:11:02.665Z | Compiling packed_struct v0.10.1 |
2684 | 2024-11-14T04:11:02.682Z | Compiling owo-colors v4.1.0 |
2685 | 2024-11-14T04:11:02.696Z | Checking argon2 v0.5.3 |
2686 | 2024-11-14T04:11:02.807Z | Checking crc v3.2.1 |
2687 | 2024-11-14T04:11:02.824Z | Compiling packed_struct_codegen v0.10.1 |
2688 | 2024-11-14T04:11:02.979Z | Compiling indexmap v1.9.3 |
2689 | 2024-11-14T04:11:03.020Z | Checking half v2.4.1 |
2690 | 2024-11-14T04:11:03.072Z | Compiling newtype_derive v0.1.6 |
2691 | 2024-11-14T04:11:03.128Z | Checking bitvec v1.0.1 |
2692 | 2024-11-14T04:11:03.174Z | Checking ciborium-io v0.2.2 |
2693 | 2024-11-14T04:11:03.260Z | Checking nodrop v0.1.14 |
2694 | 2024-11-14T04:11:03.263Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2695 | 2024-11-14T04:11:03.380Z | Checking array-init v0.0.4 |
2696 | 2024-11-14T04:11:03.395Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2024-11-14T04:11:03.480Z | Checking ciborium-ll v0.2.2 |
2698 | 2024-11-14T04:11:03.540Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2699 | 2024-11-14T04:11:03.585Z | Checking smallvec v0.6.14 |
2700 | 2024-11-14T04:11:03.775Z | Checking libsw v3.3.1 |
2701 | 2024-11-14T04:11:04.004Z | Compiling memoffset v0.9.1 |
2702 | 2024-11-14T04:11:04.055Z | Checking linear-map v1.2.0 |
2703 | 2024-11-14T04:11:04.111Z | Checking indent_write v2.2.0 |
2704 | 2024-11-14T04:11:04.273Z | Checking swrite v0.1.0 |
2705 | 2024-11-14T04:11:04.305Z | Checking hashbrown v0.12.3 |
2706 | 2024-11-14T04:11:04.321Z | Checking bitfield v0.14.0 |
2707 | 2024-11-14T04:11:04.386Z | Checking termcolor v1.4.1 |
2708 | 2024-11-14T04:11:04.403Z | Checking serde-hex v0.1.0 |
2709 | 2024-11-14T04:11:04.566Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2710 | 2024-11-14T04:11:04.595Z | Checking ron v0.8.1 |
2711 | 2024-11-14T04:11:04.839Z | Checking env_logger v0.10.2 |
2712 | 2024-11-14T04:11:05.159Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2713 | 2024-11-14T04:11:05.245Z | Checking ciborium v0.2.2 |
2714 | 2024-11-14T04:11:05.911Z | Checking steno v0.4.1 |
2715 | 2024-11-14T04:11:05.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2716 | 2024-11-14T04:11:06.036Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2717 | 2024-11-14T04:11:06.177Z | Checking hashbrown v0.13.2 |
2718 | 2024-11-14T04:11:06.194Z | Checking humantime v2.1.0 |
2719 | 2024-11-14T04:11:06.309Z | Checking crc-any v2.5.0 |
2720 | 2024-11-14T04:11:06.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2721 | 2024-11-14T04:11:06.676Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2722 | 2024-11-14T04:11:07.064Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2723 | 2024-11-14T04:11:07.144Z | Checking path-slash v0.1.5 |
2724 | 2024-11-14T04:11:07.234Z | Checking object v0.30.4 |
2725 | 2024-11-14T04:11:07.291Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2726 | 2024-11-14T04:11:07.413Z | Checking nix v0.27.1 |
2727 | 2024-11-14T04:11:08.223Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2024-11-14T04:11:08.223Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2729 | 2024-11-14T04:11:08.411Z | Checking tungstenite v0.23.0 |
2730 | 2024-11-14T04:11:08.505Z | Checking kstat-rs v0.2.4 |
2731 | 2024-11-14T04:11:08.789Z | Checking signal-hook-tokio v0.3.1 |
2732 | 2024-11-14T04:11:08.860Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2733 | 2024-11-14T04:11:09.218Z | Checking tokio-tungstenite v0.23.1 |
2734 | 2024-11-14T04:11:09.531Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2735 | 2024-11-14T04:11:09.977Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2736 | 2024-11-14T04:11:10.337Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2737 | 2024-11-14T04:11:16.862Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2738 | 2024-11-14T04:11:18.153Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2739 | 2024-11-14T04:11:20.724Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2740 | 2024-11-14T04:11:26.520Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2741 | 2024-11-14T04:11:27.200Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2742 | 2024-11-14T04:11:29.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.63s |
2743 | 2024-11-14T04:11:30.156Z | |
2744 | 2024-11-14T04:11:30.156Z | info: running `cargo check --bins` on gateway-api (88/171) |
2745 | 2024-11-14T04:11:30.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-11-14T04:11:30.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-11-14T04:11:30.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-11-14T04:11:30.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2749 | 2024-11-14T04:11:30.785Z | |
2750 | 2024-11-14T04:11:30.786Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
2751 | 2024-11-14T04:11:31.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-11-14T04:11:31.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-11-14T04:11:31.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-11-14T04:11:31.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2755 | 2024-11-14T04:11:31.387Z | |
2756 | 2024-11-14T04:11:31.387Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
2757 | 2024-11-14T04:11:31.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-11-14T04:11:31.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-11-14T04:11:31.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-11-14T04:11:31.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2761 | 2024-11-14T04:11:32.009Z | |
2762 | 2024-11-14T04:11:32.010Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
2763 | 2024-11-14T04:11:32.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-11-14T04:11:32.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-11-14T04:11:32.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-11-14T04:11:32.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2767 | 2024-11-14T04:11:32.645Z | |
2768 | 2024-11-14T04:11:32.645Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
2769 | 2024-11-14T04:11:33.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-11-14T04:11:33.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-11-14T04:11:33.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-11-14T04:11:33.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2773 | 2024-11-14T04:11:33.285Z | |
2774 | 2024-11-14T04:11:33.285Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
2775 | 2024-11-14T04:11:33.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-11-14T04:11:33.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-11-14T04:11:33.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-11-14T04:11:33.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2779 | 2024-11-14T04:11:33.906Z | |
2780 | 2024-11-14T04:11:33.906Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
2781 | 2024-11-14T04:11:34.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-11-14T04:11:34.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-11-14T04:11:34.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-11-14T04:11:34.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2785 | 2024-11-14T04:11:34.529Z | |
2786 | 2024-11-14T04:11:34.529Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
2787 | 2024-11-14T04:11:35.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-11-14T04:11:35.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-11-14T04:11:35.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-11-14T04:11:35.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2791 | 2024-11-14T04:11:35.149Z | |
2792 | 2024-11-14T04:11:35.149Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
2793 | 2024-11-14T04:11:35.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-11-14T04:11:35.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-11-14T04:11:35.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-11-14T04:11:35.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2797 | 2024-11-14T04:11:35.788Z | |
2798 | 2024-11-14T04:11:35.788Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
2799 | 2024-11-14T04:11:36.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-11-14T04:11:36.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-11-14T04:11:36.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-11-14T04:11:36.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2803 | 2024-11-14T04:11:36.419Z | |
2804 | 2024-11-14T04:11:36.419Z | info: running `cargo check --bins` on sp-sim (98/171) |
2805 | 2024-11-14T04:11:36.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-11-14T04:11:36.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-11-14T04:11:37.054Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2808 | 2024-11-14T04:11:38.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2809 | 2024-11-14T04:11:39.080Z | |
2810 | 2024-11-14T04:11:39.080Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
2811 | 2024-11-14T04:11:39.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-11-14T04:11:39.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-11-14T04:11:39.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-11-14T04:11:39.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2815 | 2024-11-14T04:11:39.742Z | |
2816 | 2024-11-14T04:11:39.742Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
2817 | 2024-11-14T04:11:40.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-14T04:11:40.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-14T04:11:40.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-11-14T04:11:40.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2821 | 2024-11-14T04:11:40.417Z | |
2822 | 2024-11-14T04:11:40.417Z | info: running `cargo check --bins` on db-macros (101/171) |
2823 | 2024-11-14T04:11:40.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-14T04:11:40.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-14T04:11:40.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-11-14T04:11:40.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2827 | 2024-11-14T04:11:41.015Z | |
2828 | 2024-11-14T04:11:41.015Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
2829 | 2024-11-14T04:11:41.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-11-14T04:11:41.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-11-14T04:11:41.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-11-14T04:11:41.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2833 | 2024-11-14T04:11:41.617Z | |
2834 | 2024-11-14T04:11:41.617Z | info: running `cargo check --bins` on nexus-auth (103/171) |
2835 | 2024-11-14T04:11:42.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-11-14T04:11:42.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-11-14T04:11:42.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-11-14T04:11:42.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2839 | 2024-11-14T04:11:42.288Z | |
2840 | 2024-11-14T04:11:42.288Z | info: running `cargo check --bins` on authz-macros (104/171) |
2841 | 2024-11-14T04:11:42.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-11-14T04:11:42.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-11-14T04:11:42.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-11-14T04:11:42.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2845 | 2024-11-14T04:11:42.924Z | |
2846 | 2024-11-14T04:11:42.924Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
2847 | 2024-11-14T04:11:43.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-11-14T04:11:43.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-11-14T04:11:43.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-11-14T04:11:43.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2851 | 2024-11-14T04:11:43.576Z | |
2852 | 2024-11-14T04:11:43.576Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
2853 | 2024-11-14T04:11:44.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-11-14T04:11:44.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-11-14T04:11:44.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-11-14T04:11:44.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2857 | 2024-11-14T04:11:44.236Z | |
2858 | 2024-11-14T04:11:44.236Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
2859 | 2024-11-14T04:11:44.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-11-14T04:11:44.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-11-14T04:11:44.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-11-14T04:11:44.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2863 | 2024-11-14T04:11:44.867Z | |
2864 | 2024-11-14T04:11:44.867Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
2865 | 2024-11-14T04:11:45.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-11-14T04:11:45.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-11-14T04:11:45.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-11-14T04:11:45.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2869 | 2024-11-14T04:11:45.513Z | |
2870 | 2024-11-14T04:11:45.513Z | info: running `cargo check --bins` on typed-rng (109/171) |
2871 | 2024-11-14T04:11:46.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-11-14T04:11:46.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-11-14T04:11:46.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-11-14T04:11:46.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2875 | 2024-11-14T04:11:46.113Z | |
2876 | 2024-11-14T04:11:46.113Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
2877 | 2024-11-14T04:11:46.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-11-14T04:11:46.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-11-14T04:11:46.840Z | Checking keccak v0.1.5 |
2880 | 2024-11-14T04:11:46.948Z | Checking secrecy v0.8.0 |
2881 | 2024-11-14T04:11:46.951Z | Compiling unicase v2.7.0 |
2882 | 2024-11-14T04:11:46.951Z | Compiling same-file v1.0.6 |
2883 | 2024-11-14T04:11:46.980Z | Compiling tempfile v3.13.0 |
2884 | 2024-11-14T04:11:46.993Z | Compiling thiserror-impl-no-std v2.0.2 |
2885 | 2024-11-14T04:11:46.996Z | Checking universal-hash v0.5.1 |
2886 | 2024-11-14T04:11:46.996Z | Compiling ring v0.16.20 |
2887 | 2024-11-14T04:11:47.141Z | Compiling walkdir v2.5.0 |
2888 | 2024-11-14T04:11:47.191Z | Compiling blake3 v1.5.4 |
2889 | 2024-11-14T04:11:47.236Z | Checking sha3 v0.10.8 |
2890 | 2024-11-14T04:11:47.252Z | Checking opaque-debug v0.3.1 |
2891 | 2024-11-14T04:11:47.348Z | Checking poly1305 v0.8.0 |
2892 | 2024-11-14T04:11:47.412Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2893 | 2024-11-14T04:11:47.651Z | Checking chacha20 v0.9.1 |
2894 | 2024-11-14T04:11:47.710Z | Checking aead v0.5.2 |
2895 | 2024-11-14T04:11:47.845Z | Compiling memmap2 v0.9.5 |
2896 | 2024-11-14T04:11:47.864Z | Compiling arrayvec v0.7.6 |
2897 | 2024-11-14T04:11:47.902Z | Compiling spin v0.5.2 |
2898 | 2024-11-14T04:11:47.921Z | Compiling arrayref v0.3.9 |
2899 | 2024-11-14T04:11:47.991Z | Compiling salty v0.3.0 |
2900 | 2024-11-14T04:11:48.030Z | Compiling constant_time_eq v0.3.1 |
2901 | 2024-11-14T04:11:48.132Z | Compiling libefi-sys v0.1.0 |
2902 | 2024-11-14T04:11:48.204Z | Checking chacha20poly1305 v0.10.1 |
2903 | 2024-11-14T04:11:48.288Z | Compiling toolchain_find v0.4.0 |
2904 | 2024-11-14T04:11:48.376Z | Compiling camino-tempfile v1.1.1 |
2905 | 2024-11-14T04:11:48.434Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2906 | 2024-11-14T04:11:48.451Z | Compiling bitfield-struct v0.6.2 |
2907 | 2024-11-14T04:11:48.675Z | Compiling topological-sort v0.2.2 |
2908 | 2024-11-14T04:11:48.827Z | Compiling mime_guess v2.0.5 |
2909 | 2024-11-14T04:11:48.909Z | Compiling rustfmt-wrapper v0.2.1 |
2910 | 2024-11-14T04:11:49.359Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2911 | 2024-11-14T04:11:49.482Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2912 | 2024-11-14T04:11:49.532Z | Checking primeorder v0.13.6 |
2913 | 2024-11-14T04:11:49.787Z | Checking env_filter v0.1.2 |
2914 | 2024-11-14T04:11:49.805Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2915 | 2024-11-14T04:11:49.903Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2916 | 2024-11-14T04:11:50.017Z | Checking p384 v0.13.0 |
2917 | 2024-11-14T04:11:50.033Z | Checking env_logger v0.11.5 |
2918 | 2024-11-14T04:11:50.145Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2919 | 2024-11-14T04:11:50.148Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2920 | 2024-11-14T04:11:50.179Z | Checking thiserror-no-std v2.0.2 |
2921 | 2024-11-14T04:11:50.323Z | Checking vsss-rs v3.3.4 |
2922 | 2024-11-14T04:11:50.441Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2923 | 2024-11-14T04:11:50.490Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2924 | 2024-11-14T04:11:50.648Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2925 | 2024-11-14T04:11:50.858Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2926 | 2024-11-14T04:11:50.970Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2927 | 2024-11-14T04:11:50.988Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2928 | 2024-11-14T04:11:51.152Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2929 | 2024-11-14T04:11:51.460Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2930 | 2024-11-14T04:11:51.463Z | Checking nanorand v0.7.0 |
2931 | 2024-11-14T04:11:51.528Z | Checking atty v0.2.14 |
2932 | 2024-11-14T04:11:51.531Z | Checking glob v0.3.1 |
2933 | 2024-11-14T04:11:51.663Z | Checking http-range v0.1.5 |
2934 | 2024-11-14T04:11:51.842Z | Checking flume v0.11.1 |
2935 | 2024-11-14T04:11:51.861Z | Checking hyper-staticfile v0.10.1 |
2936 | 2024-11-14T04:11:51.877Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2937 | 2024-11-14T04:11:52.364Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2938 | 2024-11-14T04:11:52.382Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-11-14T04:11:52.626Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2940 | 2024-11-14T04:11:53.136Z | Compiling omicron-zone-package v0.11.1 |
2941 | 2024-11-14T04:11:53.387Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2942 | 2024-11-14T04:11:53.767Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2943 | 2024-11-14T04:11:54.337Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-11-14T04:11:54.449Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2945 | 2024-11-14T04:11:54.662Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2946 | 2024-11-14T04:11:54.966Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2947 | 2024-11-14T04:11:56.267Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2948 | 2024-11-14T04:11:57.048Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2949 | 2024-11-14T04:11:59.174Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2950 | 2024-11-14T04:11:59.176Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2951 | 2024-11-14T04:12:09.179Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2952 | 2024-11-14T04:12:22.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s |
2953 | 2024-11-14T04:12:22.288Z | |
2954 | 2024-11-14T04:12:22.288Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
2955 | 2024-11-14T04:12:22.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-11-14T04:12:22.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-11-14T04:12:23.070Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2958 | 2024-11-14T04:12:36.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
2959 | 2024-11-14T04:12:36.461Z | |
2960 | 2024-11-14T04:12:36.461Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
2961 | 2024-11-14T04:12:37.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-11-14T04:12:37.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-11-14T04:12:37.181Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2964 | 2024-11-14T04:12:50.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
2965 | 2024-11-14T04:12:50.699Z | |
2966 | 2024-11-14T04:12:50.699Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
2967 | 2024-11-14T04:12:51.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-11-14T04:12:51.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-11-14T04:12:51.433Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2970 | 2024-11-14T04:13:04.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
2971 | 2024-11-14T04:13:04.869Z | |
2972 | 2024-11-14T04:13:04.869Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
2973 | 2024-11-14T04:13:05.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-11-14T04:13:05.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-11-14T04:13:05.626Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2976 | 2024-11-14T04:13:18.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
2977 | 2024-11-14T04:13:18.955Z | |
2978 | 2024-11-14T04:13:18.955Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
2979 | 2024-11-14T04:13:19.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-11-14T04:13:19.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-11-14T04:13:19.688Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2982 | 2024-11-14T04:13:32.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
2983 | 2024-11-14T04:13:33.015Z | |
2984 | 2024-11-14T04:13:33.015Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
2985 | 2024-11-14T04:13:33.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-11-14T04:13:33.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-11-14T04:13:33.759Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2988 | 2024-11-14T04:13:46.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
2989 | 2024-11-14T04:13:47.043Z | |
2990 | 2024-11-14T04:13:47.043Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
2991 | 2024-11-14T04:13:47.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-11-14T04:13:47.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-11-14T04:13:47.780Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2994 | 2024-11-14T04:14:01.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
2995 | 2024-11-14T04:14:01.268Z | |
2996 | 2024-11-14T04:14:01.268Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
2997 | 2024-11-14T04:14:01.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-11-14T04:14:01.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-11-14T04:14:01.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2024-11-14T04:14:01.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3001 | 2024-11-14T04:14:01.922Z | |
3002 | 2024-11-14T04:14:01.922Z | info: running `cargo check --bins` on key-manager (119/171) |
3003 | 2024-11-14T04:14:02.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2024-11-14T04:14:02.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2024-11-14T04:14:02.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2024-11-14T04:14:02.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3007 | 2024-11-14T04:14:02.565Z | |
3008 | 2024-11-14T04:14:02.565Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
3009 | 2024-11-14T04:14:03.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-11-14T04:14:03.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-11-14T04:14:03.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2024-11-14T04:14:03.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3013 | 2024-11-14T04:14:03.223Z | |
3014 | 2024-11-14T04:14:03.223Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
3015 | 2024-11-14T04:14:03.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-11-14T04:14:03.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-11-14T04:14:03.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-11-14T04:14:03.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3019 | 2024-11-14T04:14:03.875Z | |
3020 | 2024-11-14T04:14:03.875Z | info: running `cargo check --bins` on sled-hardware (122/171) |
3021 | 2024-11-14T04:14:04.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-11-14T04:14:04.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-11-14T04:14:04.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-11-14T04:14:04.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3025 | 2024-11-14T04:14:04.515Z | |
3026 | 2024-11-14T04:14:04.516Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
3027 | 2024-11-14T04:14:05.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-11-14T04:14:05.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-11-14T04:14:05.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-11-14T04:14:05.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3031 | 2024-11-14T04:14:05.152Z | |
3032 | 2024-11-14T04:14:05.152Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
3033 | 2024-11-14T04:14:05.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-11-14T04:14:05.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-11-14T04:14:05.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-11-14T04:14:05.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3037 | 2024-11-14T04:14:05.805Z | |
3038 | 2024-11-14T04:14:05.805Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
3039 | 2024-11-14T04:14:06.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-11-14T04:14:06.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-11-14T04:14:06.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-11-14T04:14:06.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3043 | 2024-11-14T04:14:06.456Z | |
3044 | 2024-11-14T04:14:06.456Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
3045 | 2024-11-14T04:14:07.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-11-14T04:14:07.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-11-14T04:14:07.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-11-14T04:14:07.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3049 | 2024-11-14T04:14:07.111Z | |
3050 | 2024-11-14T04:14:07.111Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
3051 | 2024-11-14T04:14:07.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-11-14T04:14:07.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-11-14T04:14:07.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3054 | 2024-11-14T04:14:07.795Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3055 | 2024-11-14T04:14:08.537Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3056 | 2024-11-14T04:14:10.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
3057 | 2024-11-14T04:14:10.564Z | |
3058 | 2024-11-14T04:14:10.564Z | info: running `cargo check --bins` on oximeter-api (128/171) |
3059 | 2024-11-14T04:14:11.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-11-14T04:14:11.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-11-14T04:14:11.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-11-14T04:14:11.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3063 | 2024-11-14T04:14:11.182Z | |
3064 | 2024-11-14T04:14:11.182Z | info: running `cargo check --bins` on cert-dev (129/171) |
3065 | 2024-11-14T04:14:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-11-14T04:14:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-11-14T04:14:11.787Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3068 | 2024-11-14T04:14:12.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3069 | 2024-11-14T04:14:12.217Z | |
3070 | 2024-11-14T04:14:12.217Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
3071 | 2024-11-14T04:14:12.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-11-14T04:14:12.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-11-14T04:14:12.909Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3074 | 2024-11-14T04:14:12.909Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3075 | 2024-11-14T04:14:13.498Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3076 | 2024-11-14T04:14:13.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3077 | 2024-11-14T04:14:14.032Z | |
3078 | 2024-11-14T04:14:14.032Z | info: running `cargo check --bins` on ch-dev (131/171) |
3079 | 2024-11-14T04:14:14.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-11-14T04:14:14.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-11-14T04:14:14.696Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3082 | 2024-11-14T04:14:15.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3083 | 2024-11-14T04:14:15.596Z | |
3084 | 2024-11-14T04:14:15.597Z | info: running `cargo check --bins` on crdb-seed (132/171) |
3085 | 2024-11-14T04:14:16.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-11-14T04:14:16.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-11-14T04:14:16.244Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3088 | 2024-11-14T04:14:16.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3089 | 2024-11-14T04:14:16.781Z | |
3090 | 2024-11-14T04:14:16.781Z | info: running `cargo check --bins` on db-dev (133/171) |
3091 | 2024-11-14T04:14:17.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2024-11-14T04:14:17.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2024-11-14T04:14:17.429Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3094 | 2024-11-14T04:14:18.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3095 | 2024-11-14T04:14:18.329Z | |
3096 | 2024-11-14T04:14:18.329Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
3097 | 2024-11-14T04:14:18.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2024-11-14T04:14:18.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2024-11-14T04:14:18.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2024-11-14T04:14:18.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3101 | 2024-11-14T04:14:18.967Z | |
3102 | 2024-11-14T04:14:18.967Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
3103 | 2024-11-14T04:14:19.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-11-14T04:14:19.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-11-14T04:14:19.581Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3106 | 2024-11-14T04:14:20.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3107 | 2024-11-14T04:14:20.645Z | |
3108 | 2024-11-14T04:14:20.645Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
3109 | 2024-11-14T04:14:21.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-11-14T04:14:21.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-11-14T04:14:21.260Z | Checking cargo-platform v0.1.8 |
3112 | 2024-11-14T04:14:21.528Z | Checking cargo_metadata v0.18.1 |
3113 | 2024-11-14T04:14:22.512Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3114 | 2024-11-14T04:14:23.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3115 | 2024-11-14T04:14:23.454Z | |
3116 | 2024-11-14T04:14:23.454Z | info: running `cargo check --bins` on mgs-dev (137/171) |
3117 | 2024-11-14T04:14:24.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-11-14T04:14:24.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-11-14T04:14:24.158Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3120 | 2024-11-14T04:14:24.871Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3121 | 2024-11-14T04:14:25.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3122 | 2024-11-14T04:14:25.604Z | |
3123 | 2024-11-14T04:14:25.604Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
3124 | 2024-11-14T04:14:26.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-11-14T04:14:26.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-11-14T04:14:26.385Z | Compiling crunchy v0.2.2 |
3127 | 2024-11-14T04:14:26.385Z | Compiling tiny-keccak v2.0.2 |
3128 | 2024-11-14T04:14:26.385Z | Compiling dsl_auto_type v0.1.2 |
3129 | 2024-11-14T04:14:26.393Z | Checking scheduled-thread-pool v0.2.7 |
3130 | 2024-11-14T04:14:26.393Z | Compiling diesel_table_macro_syntax v0.2.0 |
3131 | 2024-11-14T04:14:26.508Z | Compiling ascii-canvas v3.0.0 |
3132 | 2024-11-14T04:14:26.512Z | Compiling ena v0.14.3 |
3133 | 2024-11-14T04:14:26.519Z | Compiling regex-syntax v0.6.29 |
3134 | 2024-11-14T04:14:26.773Z | Checking r2d2 v0.8.10 |
3135 | 2024-11-14T04:14:26.797Z | Compiling diff v0.1.13 |
3136 | 2024-11-14T04:14:26.901Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3137 | 2024-11-14T04:14:26.976Z | Compiling ref-cast v1.0.23 |
3138 | 2024-11-14T04:14:27.057Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3139 | 2024-11-14T04:14:27.082Z | Compiling derive_builder_core v0.20.2 |
3140 | 2024-11-14T04:14:27.166Z | Compiling libxml v0.3.3 |
3141 | 2024-11-14T04:14:27.324Z | Compiling ref-cast-impl v1.0.23 |
3142 | 2024-11-14T04:14:27.461Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3143 | 2024-11-14T04:14:27.584Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3144 | 2024-11-14T04:14:27.601Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3145 | 2024-11-14T04:14:27.761Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3146 | 2024-11-14T04:14:27.873Z | Compiling strum_macros v0.24.3 |
3147 | 2024-11-14T04:14:28.003Z | Compiling samael v0.0.17 |
3148 | 2024-11-14T04:14:28.118Z | Compiling diesel_derives v2.2.3 |
3149 | 2024-11-14T04:14:28.167Z | Compiling indoc v1.0.9 |
3150 | 2024-11-14T04:14:29.099Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3151 | 2024-11-14T04:14:29.394Z | Compiling impl-trait-for-tuples v0.2.2 |
3152 | 2024-11-14T04:14:29.599Z | Compiling derive_builder_macro v0.20.2 |
3153 | 2024-11-14T04:14:29.827Z | Compiling lalrpop v0.19.12 |
3154 | 2024-11-14T04:14:30.546Z | Checking derive_builder v0.20.2 |
3155 | 2024-11-14T04:14:30.712Z | Compiling oso-derive v0.27.3 |
3156 | 2024-11-14T04:14:31.166Z | Checking quick-xml v0.33.0 |
3157 | 2024-11-14T04:14:31.631Z | Compiling diesel-dtrace v0.3.0 |
3158 | 2024-11-14T04:14:31.768Z | Checking maplit v1.0.2 |
3159 | 2024-11-14T04:14:31.924Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3160 | 2024-11-14T04:14:32.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3161 | 2024-11-14T04:14:32.480Z | Checking bb8 v0.8.5 |
3162 | 2024-11-14T04:14:32.497Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3163 | 2024-11-14T04:14:32.795Z | Checking castaway v0.2.3 |
3164 | 2024-11-14T04:14:32.830Z | Checking rand_seeder v0.3.0 |
3165 | 2024-11-14T04:14:32.904Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3166 | 2024-11-14T04:14:32.973Z | Checking compact_str v0.8.0 |
3167 | 2024-11-14T04:14:33.081Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3168 | 2024-11-14T04:14:33.283Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3169 | 2024-11-14T04:14:33.673Z | Checking unicode-truncate v1.1.0 |
3170 | 2024-11-14T04:14:33.843Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3171 | 2024-11-14T04:14:33.908Z | Checking lru v0.12.5 |
3172 | 2024-11-14T04:14:34.132Z | Compiling instability v0.3.2 |
3173 | 2024-11-14T04:14:34.213Z | Checking cassowary v0.3.0 |
3174 | 2024-11-14T04:14:34.629Z | Checking smawk v0.3.2 |
3175 | 2024-11-14T04:14:34.730Z | Checking unicode-linebreak v0.1.5 |
3176 | 2024-11-14T04:14:34.769Z | Checking is_ci v1.2.0 |
3177 | 2024-11-14T04:14:34.829Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3178 | 2024-11-14T04:14:34.912Z | Checking supports-color v3.0.1 |
3179 | 2024-11-14T04:14:35.145Z | Checking multimap v0.10.0 |
3180 | 2024-11-14T04:14:35.171Z | Checking textwrap v0.16.1 |
3181 | 2024-11-14T04:14:35.216Z | Checking ratatui v0.28.1 |
3182 | 2024-11-14T04:14:38.019Z | Checking diesel v2.2.4 |
3183 | 2024-11-14T04:15:03.248Z | Compiling polar-core v0.27.3 |
3184 | 2024-11-14T04:15:07.503Z | Checking async-bb8-diesel v0.2.1 |
3185 | 2024-11-14T04:15:10.681Z | Checking oso v0.27.3 |
3186 | 2024-11-14T04:16:22.090Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3187 | 2024-11-14T04:16:28.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3188 | 2024-11-14T04:16:28.382Z | |
3189 | 2024-11-14T04:16:28.382Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
3190 | 2024-11-14T04:16:28.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2024-11-14T04:16:28.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2024-11-14T04:16:28.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3193 | 2024-11-14T04:16:28.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3194 | 2024-11-14T04:16:29.066Z | |
3195 | 2024-11-14T04:16:29.066Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
3196 | 2024-11-14T04:16:29.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2024-11-14T04:16:29.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2024-11-14T04:16:29.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3199 | 2024-11-14T04:16:29.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3200 | 2024-11-14T04:16:29.741Z | |
3201 | 2024-11-14T04:16:29.741Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
3202 | 2024-11-14T04:16:30.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2024-11-14T04:16:30.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2024-11-14T04:16:30.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3205 | 2024-11-14T04:16:30.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3206 | 2024-11-14T04:16:30.358Z | |
3207 | 2024-11-14T04:16:30.358Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
3208 | 2024-11-14T04:16:30.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2024-11-14T04:16:30.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2024-11-14T04:16:31.165Z | Compiling libz-sys v1.1.20 |
3211 | 2024-11-14T04:16:31.277Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3212 | 2024-11-14T04:16:31.291Z | Compiling vergen v8.3.2 |
3213 | 2024-11-14T04:16:31.294Z | Compiling cargo-platform v0.1.8 |
3214 | 2024-11-14T04:16:31.294Z | Compiling pin-project-internal v1.1.6 |
3215 | 2024-11-14T04:16:31.327Z | Compiling libsqlite3-sys v0.30.1 |
3216 | 2024-11-14T04:16:31.327Z | Compiling snafu-derive v0.8.5 |
3217 | 2024-11-14T04:16:31.330Z | Checking lockfree-object-pool v0.1.6 |
3218 | 2024-11-14T04:16:31.574Z | Checking simd-adler32 v0.3.7 |
3219 | 2024-11-14T04:16:31.600Z | Compiling cargo_metadata v0.18.1 |
3220 | 2024-11-14T04:16:31.831Z | Checking bumpalo v3.16.0 |
3221 | 2024-11-14T04:16:31.868Z | Compiling buf-list v1.0.3 |
3222 | 2024-11-14T04:16:31.925Z | Compiling zip v2.1.3 |
3223 | 2024-11-14T04:16:32.168Z | Compiling cfg_aliases v0.2.1 |
3224 | 2024-11-14T04:16:32.227Z | Compiling rustls v0.21.12 |
3225 | 2024-11-14T04:16:32.274Z | Checking zopfli v0.8.1 |
3226 | 2024-11-14T04:16:32.294Z | Compiling nix v0.29.0 |
3227 | 2024-11-14T04:16:32.581Z | Checking globset v0.4.15 |
3228 | 2024-11-14T04:16:32.600Z | Checking olpc-cjson v0.1.4 |
3229 | 2024-11-14T04:16:32.828Z | Checking sct v0.7.1 |
3230 | 2024-11-14T04:16:32.995Z | Checking rustls-webpki v0.101.7 |
3231 | 2024-11-14T04:16:33.047Z | Checking serde_plain v1.0.2 |
3232 | 2024-11-14T04:16:33.078Z | Checking typed-path v0.9.3 |
3233 | 2024-11-14T04:16:34.005Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3234 | 2024-11-14T04:16:34.269Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3235 | 2024-11-14T04:16:34.287Z | Checking pin-project v1.1.6 |
3236 | 2024-11-14T04:16:34.328Z | Checking hashlink v0.9.1 |
3237 | 2024-11-14T04:16:34.409Z | Checking parse-size v1.1.0 |
3238 | 2024-11-14T04:16:34.551Z | Checking fallible-streaming-iterator v0.1.9 |
3239 | 2024-11-14T04:16:34.595Z | Checking fallible-iterator v0.3.0 |
3240 | 2024-11-14T04:16:34.931Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3241 | 2024-11-14T04:16:35.074Z | Checking rustls-pemfile v1.0.4 |
3242 | 2024-11-14T04:16:35.218Z | Checking rusqlite v0.32.1 |
3243 | 2024-11-14T04:16:35.290Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3244 | 2024-11-14T04:16:35.335Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3245 | 2024-11-14T04:16:35.357Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3246 | 2024-11-14T04:16:35.487Z | Checking twox-hash v1.6.3 |
3247 | 2024-11-14T04:16:35.615Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3248 | 2024-11-14T04:16:36.048Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3249 | 2024-11-14T04:16:36.801Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3250 | 2024-11-14T04:16:36.857Z | Checking snafu v0.8.5 |
3251 | 2024-11-14T04:16:36.875Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3252 | 2024-11-14T04:16:36.957Z | Checking tokio-rustls v0.24.1 |
3253 | 2024-11-14T04:16:37.327Z | Checking tough v0.19.0 |
3254 | 2024-11-14T04:16:37.343Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3255 | 2024-11-14T04:16:37.360Z | Checking fatfs v0.3.6 |
3256 | 2024-11-14T04:16:37.499Z | Checking assert_matches v1.5.0 |
3257 | 2024-11-14T04:16:41.389Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3258 | 2024-11-14T04:16:42.805Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3259 | 2024-11-14T04:16:44.046Z | Compiling git2 v0.19.0 |
3260 | 2024-11-14T04:16:48.861Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3261 | 2024-11-14T04:18:00.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
3262 | 2024-11-14T04:18:00.537Z | |
3263 | 2024-11-14T04:18:00.537Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
3264 | 2024-11-14T04:18:01.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-11-14T04:18:01.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-11-14T04:18:01.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3267 | 2024-11-14T04:18:01.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3268 | 2024-11-14T04:18:01.218Z | |
3269 | 2024-11-14T04:18:01.218Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
3270 | 2024-11-14T04:18:01.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2024-11-14T04:18:01.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2024-11-14T04:18:01.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2024-11-14T04:18:01.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3274 | 2024-11-14T04:18:01.834Z | |
3275 | 2024-11-14T04:18:01.834Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
3276 | 2024-11-14T04:18:02.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2024-11-14T04:18:02.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2024-11-14T04:18:02.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2024-11-14T04:18:02.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3280 | 2024-11-14T04:18:02.490Z | |
3281 | 2024-11-14T04:18:02.490Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
3282 | 2024-11-14T04:18:03.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2024-11-14T04:18:03.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2024-11-14T04:18:03.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2024-11-14T04:18:03.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3286 | 2024-11-14T04:18:03.189Z | |
3287 | 2024-11-14T04:18:03.189Z | info: running `cargo check --bins` on nexus-networking (147/171) |
3288 | 2024-11-14T04:18:03.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2024-11-14T04:18:03.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2024-11-14T04:18:03.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2024-11-14T04:18:03.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3292 | 2024-11-14T04:18:03.934Z | |
3293 | 2024-11-14T04:18:03.934Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
3294 | 2024-11-14T04:18:04.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2024-11-14T04:18:04.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2024-11-14T04:18:04.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2024-11-14T04:18:04.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3298 | 2024-11-14T04:18:04.583Z | |
3299 | 2024-11-14T04:18:04.583Z | info: running `cargo check --bins` on update-common (149/171) |
3300 | 2024-11-14T04:18:05.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-11-14T04:18:05.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-11-14T04:18:05.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2024-11-14T04:18:05.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3304 | 2024-11-14T04:18:05.205Z | |
3305 | 2024-11-14T04:18:05.206Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
3306 | 2024-11-14T04:18:05.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-11-14T04:18:05.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-11-14T04:18:05.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2024-11-14T04:18:05.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3310 | 2024-11-14T04:18:05.855Z | |
3311 | 2024-11-14T04:18:05.855Z | info: running `cargo check --bins` on tufaceous (151/171) |
3312 | 2024-11-14T04:18:06.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-11-14T04:18:06.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-11-14T04:18:06.530Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3315 | 2024-11-14T04:18:07.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3316 | 2024-11-14T04:18:07.697Z | |
3317 | 2024-11-14T04:18:07.697Z | info: running `cargo check --bins` on omicron-dev (152/171) |
3318 | 2024-11-14T04:18:08.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-11-14T04:18:08.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-11-14T04:18:08.546Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3321 | 2024-11-14T04:18:08.670Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3322 | 2024-11-14T04:18:08.670Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3323 | 2024-11-14T04:18:08.673Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3324 | 2024-11-14T04:18:34.697Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3325 | 2024-11-14T04:18:34.699Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3326 | 2024-11-14T04:18:34.699Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3327 | 2024-11-14T04:18:34.699Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3328 | 2024-11-14T04:18:34.699Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3329 | 2024-11-14T04:18:35.580Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3330 | 2024-11-14T04:18:36.832Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3331 | 2024-11-14T04:19:16.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3332 | 2024-11-14T04:19:16.645Z | |
3333 | 2024-11-14T04:19:16.645Z | info: running `cargo check --bins` on openapi-manager (153/171) |
3334 | 2024-11-14T04:19:16.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-11-14T04:19:16.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-11-14T04:19:17.081Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3337 | 2024-11-14T04:19:17.085Z | Checking heck v0.4.1 |
3338 | 2024-11-14T04:19:17.085Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3339 | 2024-11-14T04:19:17.334Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3340 | 2024-11-14T04:19:18.699Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3341 | 2024-11-14T04:19:19.577Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3342 | 2024-11-14T04:19:20.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
3343 | 2024-11-14T04:19:20.846Z | |
3344 | 2024-11-14T04:19:20.846Z | info: running `cargo check --bins` on installinator-api (154/171) |
3345 | 2024-11-14T04:19:21.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-11-14T04:19:21.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-11-14T04:19:21.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-11-14T04:19:21.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3349 | 2024-11-14T04:19:21.487Z | |
3350 | 2024-11-14T04:19:21.487Z | info: running `cargo check --bins` on wicketd-api (155/171) |
3351 | 2024-11-14T04:19:22.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-14T04:19:22.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-14T04:19:22.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-11-14T04:19:22.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3355 | 2024-11-14T04:19:22.141Z | |
3356 | 2024-11-14T04:19:22.141Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
3357 | 2024-11-14T04:19:22.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-14T04:19:22.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-14T04:19:22.855Z | Compiling petname v2.0.2 |
3360 | 2024-11-14T04:19:22.858Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3361 | 2024-11-14T04:19:22.858Z | Checking sync-ptr v0.1.1 |
3362 | 2024-11-14T04:19:24.304Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3363 | 2024-11-14T04:19:25.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
3364 | 2024-11-14T04:19:26.050Z | |
3365 | 2024-11-14T04:19:26.050Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
3366 | 2024-11-14T04:19:26.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-14T04:19:26.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-14T04:19:26.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-11-14T04:19:26.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3370 | 2024-11-14T04:19:26.704Z | |
3371 | 2024-11-14T04:19:26.704Z | info: running `cargo check --bins` on omicron-releng (158/171) |
3372 | 2024-11-14T04:19:27.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-14T04:19:27.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-14T04:19:27.368Z | Checking memmap2 v0.9.5 |
3375 | 2024-11-14T04:19:27.369Z | Checking spin v0.5.2 |
3376 | 2024-11-14T04:19:27.372Z | Checking constant_time_eq v0.3.1 |
3377 | 2024-11-14T04:19:27.372Z | Checking arrayvec v0.7.6 |
3378 | 2024-11-14T04:19:27.372Z | Checking arrayref v0.3.9 |
3379 | 2024-11-14T04:19:27.372Z | Checking topological-sort v0.2.2 |
3380 | 2024-11-14T04:19:27.487Z | Checking shell-words v1.1.0 |
3381 | 2024-11-14T04:19:27.656Z | Checking ring v0.16.20 |
3382 | 2024-11-14T04:19:27.782Z | Checking blake3 v1.5.4 |
3383 | 2024-11-14T04:19:28.775Z | Checking omicron-zone-package v0.11.1 |
3384 | 2024-11-14T04:19:29.914Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3385 | 2024-11-14T04:19:30.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3386 | 2024-11-14T04:19:31.000Z | |
3387 | 2024-11-14T04:19:31.000Z | info: running `cargo check --bins` on xtask (159/171) |
3388 | 2024-11-14T04:19:31.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-11-14T04:19:31.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-11-14T04:19:31.428Z | Checking bitflags v2.6.0 |
3391 | 2024-11-14T04:19:31.431Z | Checking serde v1.0.215 |
3392 | 2024-11-14T04:19:31.431Z | Checking thiserror v1.0.69 |
3393 | 2024-11-14T04:19:31.520Z | Checking scroll v0.12.0 |
3394 | 2024-11-14T04:19:31.525Z | Checking log v0.4.22 |
3395 | 2024-11-14T04:19:31.530Z | Checking hashbrown v0.15.0 |
3396 | 2024-11-14T04:19:31.539Z | Checking zerocopy v0.7.35 |
3397 | 2024-11-14T04:19:31.558Z | Checking syn v2.0.87 |
3398 | 2024-11-14T04:19:31.716Z | Checking rustix v0.38.37 |
3399 | 2024-11-14T04:19:31.785Z | Checking once_cell v1.20.2 |
3400 | 2024-11-14T04:19:31.932Z | Checking goblin v0.8.2 |
3401 | 2024-11-14T04:19:32.072Z | Checking fs-err v2.11.0 |
3402 | 2024-11-14T04:19:32.381Z | Checking tabled v0.15.0 |
3403 | 2024-11-14T04:19:32.605Z | Checking indexmap v2.6.0 |
3404 | 2024-11-14T04:19:32.945Z | Checking anyhow v1.0.93 |
3405 | 2024-11-14T04:19:33.476Z | Checking terminal_size v0.4.0 |
3406 | 2024-11-14T04:19:33.476Z | Checking tempfile v3.13.0 |
3407 | 2024-11-14T04:19:33.651Z | Checking clap_builder v4.5.20 |
3408 | 2024-11-14T04:19:35.458Z | Checking pest v2.7.14 |
3409 | 2024-11-14T04:19:35.512Z | Checking serde_json v1.0.132 |
3410 | 2024-11-14T04:19:35.512Z | Checking toml_datetime v0.6.8 |
3411 | 2024-11-14T04:19:35.514Z | Checking serde_spanned v0.6.8 |
3412 | 2024-11-14T04:19:35.514Z | Checking camino v1.1.9 |
3413 | 2024-11-14T04:19:35.722Z | Checking semver v1.0.23 |
3414 | 2024-11-14T04:19:35.816Z | Checking cargo-platform v0.1.8 |
3415 | 2024-11-14T04:19:35.819Z | Checking toml_edit v0.22.22 |
3416 | 2024-11-14T04:19:36.006Z | Checking clap v4.5.20 |
3417 | 2024-11-14T04:19:36.072Z | Checking camino-tempfile v1.1.1 |
3418 | 2024-11-14T04:19:36.117Z | Checking macaddr v1.0.1 |
3419 | 2024-11-14T04:19:36.765Z | Checking dof v0.3.0 |
3420 | 2024-11-14T04:19:36.765Z | Checking cargo_metadata v0.18.1 |
3421 | 2024-11-14T04:19:37.347Z | Checking dtrace-parser v0.2.0 |
3422 | 2024-11-14T04:19:37.669Z | Checking usdt-impl v0.5.0 |
3423 | 2024-11-14T04:19:37.723Z | Checking toml v0.8.19 |
3424 | 2024-11-14T04:19:38.027Z | Checking usdt v0.5.0 |
3425 | 2024-11-14T04:19:38.195Z | Checking cargo_toml v0.20.5 |
3426 | 2024-11-14T04:19:39.436Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3427 | 2024-11-14T04:19:40.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
3428 | 2024-11-14T04:19:40.168Z | |
3429 | 2024-11-14T04:19:40.168Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
3430 | 2024-11-14T04:19:40.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3431 | 2024-11-14T04:19:40.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3432 | 2024-11-14T04:19:40.928Z | Checking polyval v0.6.2 |
3433 | 2024-11-14T04:19:41.040Z | Checking ctr v0.9.2 |
3434 | 2024-11-14T04:19:41.052Z | Checking ssh-encoding v0.2.0 |
3435 | 2024-11-14T04:19:41.054Z | Checking blowfish v0.9.1 |
3436 | 2024-11-14T04:19:41.078Z | Checking password-hash v0.4.2 |
3437 | 2024-11-14T04:19:41.081Z | Checking matches v0.1.10 |
3438 | 2024-11-14T04:19:41.109Z | Checking p256 v0.13.2 |
3439 | 2024-11-14T04:19:41.111Z | Checking p521 v0.13.3 |
3440 | 2024-11-14T04:19:41.179Z | Checking idna v0.2.3 |
3441 | 2024-11-14T04:19:41.268Z | Checking bcrypt-pbkdf v0.10.0 |
3442 | 2024-11-14T04:19:41.284Z | Checking ghash v0.5.1 |
3443 | 2024-11-14T04:19:41.303Z | Compiling enum-as-inner v0.5.1 |
3444 | 2024-11-14T04:19:41.384Z | Checking russh-cryptovec v0.7.3 |
3445 | 2024-11-14T04:19:41.456Z | Checking aes-gcm v0.10.3 |
3446 | 2024-11-14T04:19:41.474Z | Checking pbkdf2 v0.11.0 |
3447 | 2024-11-14T04:19:41.505Z | Checking md5 v0.7.0 |
3448 | 2024-11-14T04:19:41.574Z | Checking num-bigint v0.4.6 |
3449 | 2024-11-14T04:19:41.594Z | Checking des v0.8.1 |
3450 | 2024-11-14T04:19:41.690Z | Checking ssh-cipher v0.2.0 |
3451 | 2024-11-14T04:19:41.758Z | Checking hex-literal v0.4.1 |
3452 | 2024-11-14T04:19:41.780Z | Compiling dhcproto-macros v0.1.0 |
3453 | 2024-11-14T04:19:41.865Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3454 | 2024-11-14T04:19:41.895Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3455 | 2024-11-14T04:19:41.979Z | Checking ssh-key v0.6.6 |
3456 | 2024-11-14T04:19:42.063Z | Checking internet-checksum v0.2.1 |
3457 | 2024-11-14T04:19:42.287Z | Checking trust-dns-proto v0.22.0 |
3458 | 2024-11-14T04:19:43.320Z | Checking russh-keys v0.45.0 |
3459 | 2024-11-14T04:19:44.281Z | Checking russh v0.45.0 |
3460 | 2024-11-14T04:19:44.890Z | Checking dhcproto v0.12.0 |
3461 | 2024-11-14T04:20:02.220Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3462 | 2024-11-14T04:20:03.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.48s |
3463 | 2024-11-14T04:20:04.007Z | |
3464 | 2024-11-14T04:20:04.008Z | info: running `cargo check --bins` on gateway-cli (161/171) |
3465 | 2024-11-14T04:20:04.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-11-14T04:20:04.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-11-14T04:20:04.490Z | Checking termios v0.3.3 |
3468 | 2024-11-14T04:20:04.710Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3469 | 2024-11-14T04:20:05.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3470 | 2024-11-14T04:20:05.674Z | |
3471 | 2024-11-14T04:20:05.674Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
3472 | 2024-11-14T04:20:06.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3473 | 2024-11-14T04:20:06.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3474 | 2024-11-14T04:20:06.364Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3475 | 2024-11-14T04:20:08.401Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3476 | 2024-11-14T04:20:10.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
3477 | 2024-11-14T04:20:10.447Z | |
3478 | 2024-11-14T04:20:10.447Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
3479 | 2024-11-14T04:20:11.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2024-11-14T04:20:11.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2024-11-14T04:20:11.089Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3482 | 2024-11-14T04:20:11.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3483 | 2024-11-14T04:20:11.752Z | |
3484 | 2024-11-14T04:20:11.752Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
3485 | 2024-11-14T04:20:12.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2024-11-14T04:20:12.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2024-11-14T04:20:12.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2024-11-14T04:20:12.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3489 | 2024-11-14T04:20:12.375Z | |
3490 | 2024-11-14T04:20:12.375Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
3491 | 2024-11-14T04:20:12.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2024-11-14T04:20:12.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2024-11-14T04:20:12.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2024-11-14T04:20:12.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3495 | 2024-11-14T04:20:13.006Z | |
3496 | 2024-11-14T04:20:13.006Z | info: running `cargo check --bins` on omicron-package (166/171) |
3497 | 2024-11-14T04:20:13.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-11-14T04:20:13.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-11-14T04:20:13.677Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3500 | 2024-11-14T04:20:14.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3501 | 2024-11-14T04:20:15.158Z | |
3502 | 2024-11-14T04:20:15.158Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
3503 | 2024-11-14T04:20:15.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-11-14T04:20:15.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-11-14T04:20:15.864Z | Checking rtoolbox v0.0.2 |
3506 | 2024-11-14T04:20:15.867Z | Checking tui-tree-widget v0.22.0 |
3507 | 2024-11-14T04:20:15.867Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3508 | 2024-11-14T04:20:16.092Z | Checking rpassword v7.3.1 |
3509 | 2024-11-14T04:20:20.144Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3510 | 2024-11-14T04:20:23.167Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3511 | 2024-11-14T04:20:24.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s |
3512 | 2024-11-14T04:20:24.572Z | |
3513 | 2024-11-14T04:20:24.572Z | info: running `cargo check --bins` on wicket (168/171) |
3514 | 2024-11-14T04:20:25.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-11-14T04:20:25.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-11-14T04:20:25.259Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3517 | 2024-11-14T04:20:25.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3518 | 2024-11-14T04:20:25.876Z | |
3519 | 2024-11-14T04:20:25.876Z | info: running `cargo check --bins` on wicketd (169/171) |
3520 | 2024-11-14T04:20:26.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-11-14T04:20:26.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-11-14T04:20:26.589Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3523 | 2024-11-14T04:20:30.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3524 | 2024-11-14T04:20:30.733Z | |
3525 | 2024-11-14T04:20:30.733Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
3526 | 2024-11-14T04:20:31.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-11-14T04:20:31.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-11-14T04:20:31.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2024-11-14T04:20:31.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3530 | 2024-11-14T04:20:31.340Z | |
3531 | 2024-11-14T04:20:31.340Z | info: running `cargo check --bins` on zone-setup (171/171) |
3532 | 2024-11-14T04:20:31.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-11-14T04:20:31.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-11-14T04:20:32.065Z | Checking uzers v0.12.1 |
3535 | 2024-11-14T04:20:32.409Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3536 | 2024-11-14T04:20:33.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
3537 | 2024-11-14T04:20:33.751Z | |
3538 | 2024-11-14T04:20:33.754Z | real 13:30.589033976 |
3539 | 2024-11-14T04:20:33.754Z | user 23:59.125801339 |
3540 | 2024-11-14T04:20:33.754Z | sys 5:24.020910374 |
3541 | 2024-11-14T04:20:33.754Z | trap 0.450997032 |
3542 | 2024-11-14T04:20:33.754Z | tflt 2.211398914 |
3543 | 2024-11-14T04:20:33.754Z | dflt 3.424224368 |
3544 | 2024-11-14T04:20:33.754Z | kflt 0.001231727 |
3545 | 2024-11-14T04:20:33.754Z | lock 47:34.683325657 |
3546 | 2024-11-14T04:20:33.754Z | slp 2:07:46.421252074 |
3547 | 2024-11-14T04:20:33.754Z | lat 1:01.479717019 |
3548 | 2024-11-14T04:20:33.754Z | stop 3:17.121961963 |
3549 | 2024-11-14T04:20:33.754Z | process exited: duration 1177287 ms, exit code 0 |
|
3550 | 2024-11-14T04:20:33.760Z | found 0 output files |