|
|
|
1 | 2024-12-21T02:24:50.512Z | job assigned to worker 01JFKGEP5DEXPHFXKHNDNG3TTZ [factory aws, i-0e515b6d28a4ba48a] (queued for 58 s) |
|
2 | 2024-12-21T02:24:58.699Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:58.707Z | ++ uname -s |
4 | 2024-12-21T02:24:58.711Z | + kern=SunOS |
5 | 2024-12-21T02:24:58.711Z | + case "$kern" in |
6 | 2024-12-21T02:24:58.711Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:58.714Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:25:00.718Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:25:00.819Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:25:00.822Z | + home_fs=zfs |
11 | 2024-12-21T02:25:00.822Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:25:00.822Z | + mkdir -p /home/build |
13 | 2024-12-21T02:25:00.825Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:25:02.826Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:25:02.829Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-21T02:25:02.834Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:25:02.839Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:25:02.839Z | ' 1.81.0 |
19 | 2024-12-21T02:25:02.839Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:25:02.839Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T02:25:02.839Z | ' default |
22 | 2024-12-21T02:25:02.839Z | * toolchain profile = "default" |
23 | 2024-12-21T02:25:02.843Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:25:02.843Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:25:02.937Z | info: downloading installer |
26 | 2024-12-21T02:25:04.621Z | info: profile set to 'default' |
27 | 2024-12-21T02:25:04.621Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:25:04.625Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:25:04.778Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:25:04.778Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:25:05.648Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:25:05.969Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:25:07.174Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:25:09.052Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:25:15.795Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:25:16.046Z | info: installing component 'cargo' |
37 | 2024-12-21T02:25:16.839Z | info: installing component 'clippy' |
38 | 2024-12-21T02:25:17.196Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:25:18.798Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:25:20.467Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:26.110Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:26.434Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:26.434Z | |
44 | 2024-12-21T02:25:26.797Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:26.797Z | |
46 | 2024-12-21T02:25:26.802Z | |
47 | 2024-12-21T02:25:26.802Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:26.802Z | |
49 | 2024-12-21T02:25:26.802Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:26.802Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:26.802Z | |
52 | 2024-12-21T02:25:26.803Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:26.803Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:26.803Z | |
55 | 2024-12-21T02:25:26.803Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:26.803Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:26.803Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:26.869Z | + rustc --version |
59 | 2024-12-21T02:25:26.936Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:26.939Z | process exited: duration 24098 ms, exit code 0 |
|
61 | 2024-12-21T02:25:26.948Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:26.969Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T02:25:26.975Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:26.980Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:26.984Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:27.313Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:34.067Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:34.067Z | + git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
69 | 2024-12-21T02:25:34.381Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:34.381Z | * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD |
71 | 2024-12-21T02:25:34.389Z | + [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
72 | 2024-12-21T02:25:34.391Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:34.395Z | + current=main |
74 | 2024-12-21T02:25:34.395Z | + [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
75 | 2024-12-21T02:25:34.395Z | + git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
76 | 2024-12-21T02:25:34.398Z | + git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets |
77 | 2024-12-21T02:25:34.574Z | Switched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets' |
78 | 2024-12-21T02:25:34.577Z | + git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
79 | 2024-12-21T02:25:34.588Z | HEAD is now at ec6f3678b rebase |
80 | 2024-12-21T02:25:34.591Z | process exited: duration 7612 ms, exit code 0 |
|
81 | 2024-12-21T02:25:34.596Z | starting task 4: "build" |
82 | 2024-12-21T02:25:34.602Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:34.605Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:34.605Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:34.605Z | + cargo --version |
86 | 2024-12-21T02:25:34.658Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:34.661Z | + rustc --version |
88 | 2024-12-21T02:25:34.720Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:34.723Z | + source ./env.sh |
90 | 2024-12-21T02:25:34.723Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-21T02:25:34.723Z | ++ set -o xtrace |
92 | 2024-12-21T02:25:34.725Z | ++++ dirname ./env.sh |
93 | 2024-12-21T02:25:34.728Z | +++ readlink -f . |
94 | 2024-12-21T02:25:34.827Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-21T02:25:34.830Z | ++ 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-12-21T02:25:34.830Z | ++ 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-12-21T02:25:34.830Z | ++ 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-12-21T02:25:34.830Z | ++ 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-12-21T02:25:34.831Z | ++ 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-12-21T02:25:34.831Z | ++ 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-12-21T02:25:34.831Z | ++ 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-12-21T02:25:34.831Z | ++ 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-12-21T02:25:34.831Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-21T02:25:34.831Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-21T02:25:34.831Z | + 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-12-21T02:25:34.831Z | + 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-12-21T02:25:34.831Z | + banner prerequisites |
108 | 2024-12-21T02:25:34.912Z | |
109 | 2024-12-21T02:25:34.912Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-21T02:25:34.912Z | # # # # # # # # # # # # # # # |
111 | 2024-12-21T02:25:34.912Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-21T02:25:34.912Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-21T02:25:34.913Z | # # # # # # # # # # # # # # # |
114 | 2024-12-21T02:25:34.913Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-21T02:25:34.913Z | |
116 | 2024-12-21T02:25:34.915Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-21T02:25:48.703Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-21T02:25:52.677Z | Startup: Caching catalogs ... Done |
119 | 2024-12-21T02:26:03.294Z | Planning: Solver setup ... Done (9.646s) |
120 | 2024-12-21T02:26:03.427Z | Planning: Running solver ... Done (0.132s) |
121 | 2024-12-21T02:26:03.658Z | Planning: Finding local manifests ... Done (0.130s) |
122 | 2024-12-21T02:26:03.687Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-21T02:26:04.320Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-21T02:26:04.542Z | Planning: Package planning ... Done (0.222s) |
125 | 2024-12-21T02:26:04.766Z | Planning: Merging actions ... Done (0.224s) |
126 | 2024-12-21T02:26:05.359Z | Planning: Checking for conflicting actions ... Done (0.594s) |
127 | 2024-12-21T02:26:09.923Z | Planning: Consolidating action changes ... Done (4.562s) |
128 | 2024-12-21T02:26:10.303Z | Planning: Evaluating mediators ... Done (0.381s) |
129 | 2024-12-21T02:26:10.427Z | Planning: Planning completed in 17.65 seconds |
130 | 2024-12-21T02:26:10.442Z | Packages to install: 4 |
131 | 2024-12-21T02:26:10.442Z | Packages to update: 1 |
132 | 2024-12-21T02:26:10.446Z | Mediators to change: 2 |
133 | 2024-12-21T02:26:10.446Z | Services to change: 1 |
134 | 2024-12-21T02:26:10.446Z | Estimated space available: 155.63 GB |
135 | 2024-12-21T02:26:10.446Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-21T02:26:10.446Z | Create boot environment: No |
137 | 2024-12-21T02:26:10.446Z | Create backup boot environment: Yes |
138 | 2024-12-21T02:26:10.446Z | Rebuild boot archive: No |
139 | 2024-12-21T02:26:10.446Z | |
140 | 2024-12-21T02:26:10.446Z | Changed mediators: |
141 | 2024-12-21T02:26:10.446Z | mediator clang: |
142 | 2024-12-21T02:26:10.446Z | version: None -> 15 (system default) |
143 | 2024-12-21T02:26:10.446Z | |
144 | 2024-12-21T02:26:10.446Z | mediator llvm: |
145 | 2024-12-21T02:26:10.446Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-21T02:26:10.446Z | |
147 | 2024-12-21T02:26:10.446Z | Changed packages: |
148 | 2024-12-21T02:26:10.446Z | helios-dev |
149 | 2024-12-21T02:26:10.446Z | developer/build-essential |
150 | 2024-12-21T02:26:10.446Z | None -> 11-2.0 |
151 | 2024-12-21T02:26:10.446Z | library/libxmlsec1 |
152 | 2024-12-21T02:26:10.446Z | None -> 1.2.35-2.0 |
153 | 2024-12-21T02:26:10.446Z | ooce/developer/clang-15 |
154 | 2024-12-21T02:26:10.446Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T02:26:10.446Z | ooce/developer/llvm-15 |
156 | 2024-12-21T02:26:10.446Z | None -> 15.0.7-2.0 |
157 | 2024-12-21T02:26:10.446Z | package/pkg |
158 | 2024-12-21T02:26:10.446Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-21T02:26:10.446Z | |
160 | 2024-12-21T02:26:10.446Z | Services: |
161 | 2024-12-21T02:26:10.447Z | restart_fmri: |
162 | 2024-12-21T02:26:10.447Z | svc:/system/update-man-index:default |
163 | 2024-12-21T02:26:10.447Z | |
164 | 2024-12-21T02:26:10.447Z | Editable files to change: |
165 | 2024-12-21T02:26:10.447Z | Update: |
166 | 2024-12-21T02:26:10.447Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-21T02:26:10.670Z | |
168 | 2024-12-21T02:26:10.670Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-21T02:26:16.509Z | Download: 206/4281 items 1.2/220.6MB 0% complete (302k/s) |
170 | 2024-12-21T02:26:23.207Z | Download: 208/4281 items 1.3/220.6MB 0% complete (286k/s) |
171 | 2024-12-21T02:26:36.045Z | Download: 212/4281 items 1.3/220.6MB 0% complete |
172 | 2024-12-21T02:26:41.047Z | Download: 443/4281 items 17.0/220.6MB 7% complete (3.2M/s) |
173 | 2024-12-21T02:26:46.048Z | Download: 1119/4281 items 33.8/220.6MB 15% complete (3.2M/s) |
174 | 2024-12-21T02:26:51.281Z | Download: 1196/4281 items 78.0/220.6MB 35% complete (7.8M/s) |
175 | 2024-12-21T02:27:12.134Z | Download: 1198/4281 items 78.0/220.6MB 35% complete |
176 | 2024-12-21T02:27:17.143Z | Download: 1533/4281 items 117.6/220.6MB 53% complete (8.2M/s) |
177 | 2024-12-21T02:27:22.143Z | Download: 2171/4281 items 119.0/220.6MB 53% complete (4.2M/s) |
178 | 2024-12-21T02:27:28.147Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (3.2M/s) |
179 | 2024-12-21T02:27:33.157Z | Download: 2362/4281 items 119.9/220.6MB 54% complete (71.3k/s) |
180 | 2024-12-21T02:27:38.160Z | Download: 3011/4281 items 121.3/220.6MB 54% complete (213k/s) |
181 | 2024-12-21T02:27:48.402Z | Download: 3245/4281 items 202.9/220.6MB 91% complete (8.3M/s) |
182 | 2024-12-21T02:27:58.565Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (6.3M/s) |
183 | 2024-12-21T02:28:03.573Z | Download: 3630/4281 items 216.1/220.6MB 97% complete (2.6M/s) |
184 | 2024-12-21T02:28:07.936Z | Download: Completed 220.60 MB in 117.24 seconds (1.9M/s) |
185 | 2024-12-21T02:28:09.920Z | Actions: 1/5063 actions (Removing old actions) |
186 | 2024-12-21T02:28:09.940Z | Actions: 194/5063 actions (Installing new actions) |
187 | 2024-12-21T02:28:14.979Z | Actions: 4125/5063 actions (Installing new actions) |
188 | 2024-12-21T02:28:15.128Z | Actions: 4226/5063 actions (Updating modified actions) |
189 | 2024-12-21T02:28:15.478Z | Actions: Completed 5063 actions in 5.56 seconds. |
190 | 2024-12-21T02:28:15.889Z | Done (0.404s) |
191 | 2024-12-21T02:28:15.893Z | Done (0.000s) |
192 | 2024-12-21T02:28:16.475Z | Done (0.585s) |
193 | 2024-12-21T02:28:21.966Z | Done (5.263s) |
194 | 2024-12-21T02:28:22.283Z | Done (0.246s) |
195 | 2024-12-21T02:28:22.286Z | Done (0.000s) |
196 | 2024-12-21T02:28:22.486Z | Done (0.000s) |
197 | 2024-12-21T02:28:23.172Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-21T02:28:23.334Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-21T02:28:23.337Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-21T02:28:23.606Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-21T02:28:23.609Z | Planning: Planning completed in 0.44 seconds |
202 | 2024-12-21T02:28:23.645Z | Mediators to change: 2 |
203 | 2024-12-21T02:28:23.649Z | Create boot environment: No |
204 | 2024-12-21T02:28:23.649Z | Create backup boot environment: No |
205 | 2024-12-21T02:28:23.727Z | Done |
206 | 2024-12-21T02:28:23.727Z | Done |
207 | 2024-12-21T02:28:24.081Z | Done |
208 | 2024-12-21T02:28:27.667Z | Done |
209 | 2024-12-21T02:28:27.755Z | Done |
210 | 2024-12-21T02:28:27.757Z | Done |
211 | 2024-12-21T02:28:27.944Z | Done |
212 | 2024-12-21T02:28:28.550Z | Planning: Evaluating mediator changes ... Done |
213 | 2024-12-21T02:28:28.554Z | Planning: Merging actions ... Done |
214 | 2024-12-21T02:28:28.742Z | Planning: Checking for conflicting actions ... Done |
215 | 2024-12-21T02:28:28.744Z | Planning: Consolidating action changes ... Done |
216 | 2024-12-21T02:28:29.007Z | Planning: Evaluating mediators ... Done |
217 | 2024-12-21T02:28:29.061Z | Planning: Planning completed in 0.75 seconds |
218 | 2024-12-21T02:28:29.101Z | Packages to change: 1 |
219 | 2024-12-21T02:28:29.101Z | Mediators to change: 1 |
220 | 2024-12-21T02:28:29.105Z | Services to change: 1 |
221 | 2024-12-21T02:28:29.105Z | Create boot environment: No |
222 | 2024-12-21T02:28:29.105Z | Create backup boot environment: Yes |
223 | 2024-12-21T02:28:31.380Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2024-12-21T02:28:31.450Z | Actions: Completed 6 actions in 0.07 seconds. |
225 | 2024-12-21T02:28:31.453Z | Done |
226 | 2024-12-21T02:28:31.453Z | Done |
227 | 2024-12-21T02:28:31.565Z | Done |
228 | 2024-12-21T02:28:35.123Z | Done |
229 | 2024-12-21T02:28:35.216Z | Done |
230 | 2024-12-21T02:28:35.218Z | Done |
231 | 2024-12-21T02:28:35.380Z | Done |
232 | 2024-12-21T02:28:35.809Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2024-12-21T02:28:35.809Z | clang system 15 system |
234 | 2024-12-21T02:28:35.809Z | csh system system illumos |
235 | 2024-12-21T02:28:35.809Z | ctags system system illumos |
236 | 2024-12-21T02:28:35.809Z | gcc vendor 12 vendor |
237 | 2024-12-21T02:28:35.809Z | gcc system 10 system |
238 | 2024-12-21T02:28:35.809Z | gcc system 7 system |
239 | 2024-12-21T02:28:35.809Z | go system 1.20 system |
240 | 2024-12-21T02:28:35.809Z | go system 1.19 system |
241 | 2024-12-21T02:28:35.809Z | llvm system 15 system |
242 | 2024-12-21T02:28:35.809Z | llvm system 14 system |
243 | 2024-12-21T02:28:35.810Z | mariadb system 10.6 system |
244 | 2024-12-21T02:28:35.810Z | mta vendor vendor dma |
245 | 2024-12-21T02:28:35.810Z | openjdk system 17 system |
246 | 2024-12-21T02:28:35.810Z | openjdk system 11 system |
247 | 2024-12-21T02:28:35.810Z | openjdk system 1.8 system |
248 | 2024-12-21T02:28:35.810Z | openssl vendor 3 vendor |
249 | 2024-12-21T02:28:35.810Z | perl system 5.36 system |
250 | 2024-12-21T02:28:35.810Z | postgresql system 15 system |
251 | 2024-12-21T02:28:35.810Z | postgresql system 13 system |
252 | 2024-12-21T02:28:35.810Z | python vendor 3 vendor |
253 | 2024-12-21T02:28:35.810Z | python system 2 system |
254 | 2024-12-21T02:28:35.810Z | python3 system 3.11 system |
255 | 2024-12-21T02:28:35.810Z | ruby system 3.0 system |
256 | 2024-12-21T02:28:35.810Z | words vendor vendor american-english |
257 | 2024-12-21T02:28:35.810Z | words system system australian-english |
258 | 2024-12-21T02:28:35.811Z | words system system british-english |
259 | 2024-12-21T02:28:35.811Z | words system system canadian-english |
260 | 2024-12-21T02:28:35.811Z | words system system french |
261 | 2024-12-21T02:28:35.811Z | words system system italian |
262 | 2024-12-21T02:28:35.811Z | words system system ngerman |
263 | 2024-12-21T02:28:35.811Z | words system system ogerman |
264 | 2024-12-21T02:28:35.811Z | words system system spanish |
265 | 2024-12-21T02:28:36.133Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2024-12-21T02:28:36.133Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2024-12-21T02:28:38.858Z | FMRI IFO |
268 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
278 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
279 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
281 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-12-21T02:28:38.859Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-12-21T02:28:39.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2024-12-21T02:28:39.900Z | Updating crates.io index |
285 | 2024-12-21T02:28:40.019Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-12-21T02:28:40.538Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-12-21T02:28:40.817Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2024-12-21T02:28:41.066Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2024-12-21T02:28:41.326Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2024-12-21T02:28:42.236Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2024-12-21T02:28:43.691Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2024-12-21T02:28:44.288Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2024-12-21T02:28:45.028Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-12-21T02:28:45.419Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2024-12-21T02:28:45.724Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2024-12-21T02:28:46.303Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2024-12-21T02:28:46.666Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2024-12-21T02:28:46.978Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2024-12-21T02:28:47.219Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2024-12-21T02:28:47.535Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2024-12-21T02:28:47.774Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2024-12-21T02:28:48.065Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2024-12-21T02:28:48.394Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-21T02:28:48.789Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2024-12-21T02:28:49.079Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-21T02:28:49.521Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2024-12-21T02:28:49.853Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2024-12-21T02:28:50.306Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2024-12-21T02:28:50.659Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2024-12-21T02:28:50.965Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-12-21T02:28:51.270Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-12-21T02:28:51.508Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-12-21T02:28:52.736Z | Downloading crates ... |
314 | 2024-12-21T02:28:52.818Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-12-21T02:28:52.827Z | Downloaded swrite v0.1.0 |
316 | 2024-12-21T02:28:52.830Z | Downloaded equivalent v1.0.1 |
317 | 2024-12-21T02:28:52.834Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-12-21T02:28:52.842Z | Downloaded anstyle-parse v0.2.5 |
319 | 2024-12-21T02:28:52.845Z | Downloaded block-buffer v0.10.4 |
320 | 2024-12-21T02:28:52.848Z | Downloaded cargo-platform v0.1.8 |
321 | 2024-12-21T02:28:52.848Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-21T02:28:52.850Z | Downloaded anstyle-query v1.1.1 |
323 | 2024-12-21T02:28:52.850Z | Downloaded scroll_derive v0.12.0 |
324 | 2024-12-21T02:28:52.852Z | Downloaded camino v1.1.9 |
325 | 2024-12-21T02:28:52.852Z | Downloaded autocfg v1.4.0 |
326 | 2024-12-21T02:28:52.857Z | Downloaded pretty-hex v0.4.1 |
327 | 2024-12-21T02:28:52.864Z | Downloaded strsim v0.11.1 |
328 | 2024-12-21T02:28:52.867Z | Downloaded heck v0.5.0 |
329 | 2024-12-21T02:28:52.867Z | Downloaded fastrand v2.1.1 |
330 | 2024-12-21T02:28:52.869Z | Downloaded smawk v0.3.2 |
331 | 2024-12-21T02:28:52.869Z | Downloaded pest_generator v2.7.14 |
332 | 2024-12-21T02:28:52.872Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-12-21T02:28:52.872Z | Downloaded fs-err v2.11.0 |
334 | 2024-12-21T02:28:52.875Z | Downloaded digest v0.10.7 |
335 | 2024-12-21T02:28:52.875Z | Downloaded crypto-common v0.1.6 |
336 | 2024-12-21T02:28:52.877Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-12-21T02:28:52.877Z | Downloaded tabled_derive v0.7.0 |
338 | 2024-12-21T02:28:52.877Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-12-21T02:28:52.880Z | Downloaded plain v0.2.3 |
340 | 2024-12-21T02:28:52.880Z | Downloaded thiserror-impl v1.0.69 |
341 | 2024-12-21T02:28:52.882Z | Downloaded cpufeatures v0.2.14 |
342 | 2024-12-21T02:28:52.882Z | Downloaded heck v0.4.1 |
343 | 2024-12-21T02:28:52.885Z | Downloaded usdt v0.5.0 |
344 | 2024-12-21T02:28:52.885Z | Downloaded anstyle v1.0.10 |
345 | 2024-12-21T02:28:52.887Z | Downloaded clap_lex v0.7.2 |
346 | 2024-12-21T02:28:52.887Z | Downloaded version_check v0.9.5 |
347 | 2024-12-21T02:28:52.887Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-21T02:28:52.890Z | Downloaded serde_spanned v0.6.8 |
349 | 2024-12-21T02:28:52.890Z | Downloaded cargo_metadata v0.18.1 |
350 | 2024-12-21T02:28:52.893Z | Downloaded fnv v1.0.7 |
351 | 2024-12-21T02:28:52.893Z | Downloaded memmap v0.7.0 |
352 | 2024-12-21T02:28:52.896Z | Downloaded thiserror v1.0.69 |
353 | 2024-12-21T02:28:52.898Z | Downloaded utf8parse v0.2.2 |
354 | 2024-12-21T02:28:52.898Z | Downloaded anstream v0.6.15 |
355 | 2024-12-21T02:28:52.902Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-12-21T02:28:52.902Z | Downloaded generic-array v0.14.7 |
357 | 2024-12-21T02:28:52.905Z | Downloaded camino-tempfile v1.1.1 |
358 | 2024-12-21T02:28:52.905Z | Downloaded bytecount v0.6.8 |
359 | 2024-12-21T02:28:52.907Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2024-12-21T02:28:52.907Z | Downloaded itoa v1.0.11 |
361 | 2024-12-21T02:28:52.910Z | Downloaded errno v0.3.9 |
362 | 2024-12-21T02:28:52.910Z | Downloaded cfg-if v1.0.0 |
363 | 2024-12-21T02:28:52.913Z | Downloaded colorchoice v1.0.2 |
364 | 2024-12-21T02:28:52.915Z | Downloaded cargo_toml v0.20.5 |
365 | 2024-12-21T02:28:52.918Z | Downloaded usdt-attr-macro v0.5.0 |
366 | 2024-12-21T02:28:52.918Z | Downloaded quote v1.0.37 |
367 | 2024-12-21T02:28:52.921Z | Downloaded pest_derive v2.7.14 |
368 | 2024-12-21T02:28:52.923Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-21T02:28:52.925Z | Downloaded thread-id v4.2.2 |
370 | 2024-12-21T02:28:52.929Z | Downloaded scroll v0.12.0 |
371 | 2024-12-21T02:28:52.929Z | Downloaded sha2 v0.10.8 |
372 | 2024-12-21T02:28:52.931Z | Downloaded bitflags v2.6.0 |
373 | 2024-12-21T02:28:52.933Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-12-21T02:28:52.937Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-12-21T02:28:52.940Z | Downloaded semver v1.0.23 |
376 | 2024-12-21T02:28:52.940Z | Downloaded macaddr v1.0.1 |
377 | 2024-12-21T02:28:52.944Z | Downloaded tempfile v3.13.0 |
378 | 2024-12-21T02:28:52.944Z | Downloaded dof v0.3.0 |
379 | 2024-12-21T02:28:52.948Z | Downloaded clap_derive v4.5.18 |
380 | 2024-12-21T02:28:52.948Z | Downloaded pest_meta v2.7.14 |
381 | 2024-12-21T02:28:52.954Z | Downloaded once_cell v1.20.2 |
382 | 2024-12-21T02:28:52.954Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-12-21T02:28:52.957Z | Downloaded typenum v1.17.0 |
384 | 2024-12-21T02:28:52.957Z | Downloaded clap v4.5.21 |
385 | 2024-12-21T02:28:52.962Z | Downloaded ucd-trie v0.1.7 |
386 | 2024-12-21T02:28:52.965Z | Downloaded proc-macro2 v1.0.89 |
387 | 2024-12-21T02:28:52.968Z | Downloaded serde_derive v1.0.215 |
388 | 2024-12-21T02:28:52.971Z | Downloaded anyhow v1.0.93 |
389 | 2024-12-21T02:28:52.973Z | Downloaded log v0.4.22 |
390 | 2024-12-21T02:28:52.976Z | Downloaded papergrid v0.11.0 |
391 | 2024-12-21T02:28:52.981Z | Downloaded toml v0.8.19 |
392 | 2024-12-21T02:28:52.983Z | Downloaded textwrap v0.16.1 |
393 | 2024-12-21T02:28:52.986Z | Downloaded ryu v1.0.18 |
394 | 2024-12-21T02:28:52.988Z | Downloaded serde v1.0.215 |
395 | 2024-12-21T02:28:53.000Z | Downloaded indexmap v2.6.0 |
396 | 2024-12-21T02:28:53.020Z | Downloaded memchr v2.7.4 |
397 | 2024-12-21T02:28:53.025Z | Downloaded toml_edit v0.22.22 |
398 | 2024-12-21T02:28:53.045Z | Downloaded serde_json v1.0.132 |
399 | 2024-12-21T02:28:53.052Z | Downloaded zerocopy v0.7.35 |
400 | 2024-12-21T02:28:53.066Z | Downloaded winnow v0.6.20 |
401 | 2024-12-21T02:28:53.074Z | Downloaded clap_builder v4.5.21 |
402 | 2024-12-21T02:28:53.080Z | Downloaded hashbrown v0.15.1 |
403 | 2024-12-21T02:28:53.084Z | Downloaded goblin v0.8.2 |
404 | 2024-12-21T02:28:53.089Z | Downloaded tabled v0.15.0 |
405 | 2024-12-21T02:28:53.103Z | Downloaded syn v1.0.109 |
406 | 2024-12-21T02:28:53.112Z | Downloaded pest v2.7.14 |
407 | 2024-12-21T02:28:53.117Z | Downloaded unicode-width v0.1.14 |
408 | 2024-12-21T02:28:53.122Z | Downloaded syn v2.0.87 |
409 | 2024-12-21T02:28:53.141Z | Downloaded rustix v0.38.37 |
410 | 2024-12-21T02:28:53.174Z | Downloaded libc v0.2.162 |
411 | 2024-12-21T02:28:53.477Z | Compiling proc-macro2 v1.0.89 |
412 | 2024-12-21T02:28:53.477Z | Compiling unicode-ident v1.0.13 |
413 | 2024-12-21T02:28:53.477Z | Compiling version_check v0.9.5 |
414 | 2024-12-21T02:28:53.480Z | Compiling serde v1.0.215 |
415 | 2024-12-21T02:28:53.480Z | Compiling memchr v2.7.4 |
416 | 2024-12-21T02:28:53.480Z | Compiling thiserror v1.0.69 |
417 | 2024-12-21T02:28:53.511Z | Compiling libc v0.2.162 |
418 | 2024-12-21T02:28:53.514Z | Compiling itoa v1.0.11 |
419 | 2024-12-21T02:28:53.727Z | Compiling ryu v1.0.18 |
420 | 2024-12-21T02:28:53.832Z | Compiling ucd-trie v0.1.7 |
421 | 2024-12-21T02:28:54.076Z | Compiling once_cell v1.20.2 |
422 | 2024-12-21T02:28:54.337Z | Compiling byteorder v1.5.0 |
423 | 2024-12-21T02:28:54.414Z | Compiling rustix v0.38.37 |
424 | 2024-12-21T02:28:54.898Z | Compiling serde_json v1.0.132 |
425 | 2024-12-21T02:28:54.921Z | Compiling bitflags v2.6.0 |
426 | 2024-12-21T02:28:55.134Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2024-12-21T02:28:55.203Z | Compiling usdt-impl v0.5.0 |
428 | 2024-12-21T02:28:55.295Z | Compiling syn v1.0.109 |
429 | 2024-12-21T02:28:55.356Z | Compiling proc-macro-error v1.0.4 |
430 | 2024-12-21T02:28:55.381Z | Compiling camino v1.1.9 |
431 | 2024-12-21T02:28:55.509Z | Compiling hashbrown v0.15.1 |
432 | 2024-12-21T02:28:55.638Z | Compiling equivalent v1.0.1 |
433 | 2024-12-21T02:28:55.729Z | Compiling utf8parse v0.2.2 |
434 | 2024-12-21T02:28:55.870Z | Compiling log v0.4.22 |
435 | 2024-12-21T02:28:56.070Z | Compiling plain v0.2.3 |
436 | 2024-12-21T02:28:56.095Z | Compiling anstyle-parse v0.2.5 |
437 | 2024-12-21T02:28:56.095Z | Compiling quote v1.0.37 |
438 | 2024-12-21T02:28:56.158Z | Compiling errno v0.3.9 |
439 | 2024-12-21T02:28:56.183Z | Compiling thread-id v4.2.2 |
440 | 2024-12-21T02:28:56.340Z | Compiling winnow v0.6.20 |
441 | 2024-12-21T02:28:56.416Z | Compiling colorchoice v1.0.2 |
442 | 2024-12-21T02:28:56.443Z | Compiling syn v2.0.87 |
443 | 2024-12-21T02:28:56.618Z | Compiling anstyle-query v1.1.1 |
444 | 2024-12-21T02:28:56.799Z | Compiling indexmap v2.6.0 |
445 | 2024-12-21T02:28:56.802Z | Compiling anstyle v1.0.10 |
446 | 2024-12-21T02:28:56.853Z | Compiling pretty-hex v0.4.1 |
447 | 2024-12-21T02:28:57.068Z | Compiling is_terminal_polyfill v1.70.1 |
448 | 2024-12-21T02:28:57.220Z | Compiling semver v1.0.23 |
449 | 2024-12-21T02:28:57.273Z | Compiling autocfg v1.4.0 |
450 | 2024-12-21T02:28:57.779Z | Compiling unicode-width v0.1.14 |
451 | 2024-12-21T02:28:58.145Z | Compiling anstream v0.6.15 |
452 | 2024-12-21T02:28:58.341Z | Compiling heck v0.5.0 |
453 | 2024-12-21T02:28:58.421Z | Compiling fnv v1.0.7 |
454 | 2024-12-21T02:28:58.489Z | Compiling fs-err v2.11.0 |
455 | 2024-12-21T02:28:58.561Z | Compiling terminal_size v0.4.0 |
456 | 2024-12-21T02:28:58.772Z | Compiling fastrand v2.1.1 |
457 | 2024-12-21T02:28:58.796Z | Compiling strsim v0.11.1 |
458 | 2024-12-21T02:28:58.911Z | Compiling anyhow v1.0.93 |
459 | 2024-12-21T02:28:59.250Z | Compiling heck v0.4.1 |
460 | 2024-12-21T02:28:59.307Z | Compiling clap_lex v0.7.2 |
461 | 2024-12-21T02:28:59.309Z | Compiling cfg-if v1.0.0 |
462 | 2024-12-21T02:28:59.541Z | Compiling bytecount v0.6.8 |
463 | 2024-12-21T02:28:59.736Z | Compiling papergrid v0.11.0 |
464 | 2024-12-21T02:28:59.742Z | Compiling clap_builder v4.5.21 |
465 | 2024-12-21T02:28:59.852Z | Compiling tempfile v3.13.0 |
466 | 2024-12-21T02:29:00.127Z | Compiling memmap v0.7.0 |
467 | 2024-12-21T02:29:00.155Z | Compiling smawk v0.3.2 |
468 | 2024-12-21T02:29:00.185Z | Compiling unicode-linebreak v0.1.5 |
469 | 2024-12-21T02:29:00.724Z | Compiling textwrap v0.16.1 |
470 | 2024-12-21T02:29:00.788Z | Compiling swrite v0.1.0 |
471 | 2024-12-21T02:29:02.094Z | Compiling tabled_derive v0.7.0 |
472 | 2024-12-21T02:29:03.605Z | Compiling tabled v0.15.0 |
473 | 2024-12-21T02:29:05.443Z | Compiling serde_derive v1.0.215 |
474 | 2024-12-21T02:29:05.443Z | Compiling thiserror-impl v1.0.69 |
475 | 2024-12-21T02:29:05.446Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-12-21T02:29:05.446Z | Compiling scroll_derive v0.12.0 |
477 | 2024-12-21T02:29:05.446Z | Compiling clap_derive v4.5.18 |
478 | 2024-12-21T02:29:06.597Z | Compiling scroll v0.12.0 |
479 | 2024-12-21T02:29:07.159Z | Compiling goblin v0.8.2 |
480 | 2024-12-21T02:29:07.186Z | Compiling zerocopy v0.7.35 |
481 | 2024-12-21T02:29:08.559Z | Compiling pest v2.7.14 |
482 | 2024-12-21T02:29:09.238Z | Compiling clap v4.5.21 |
483 | 2024-12-21T02:29:10.557Z | Compiling pest_meta v2.7.14 |
484 | 2024-12-21T02:29:11.400Z | Compiling pest_generator v2.7.14 |
485 | 2024-12-21T02:29:13.386Z | Compiling pest_derive v2.7.14 |
486 | 2024-12-21T02:29:14.045Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-12-21T02:29:15.360Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-12-21T02:29:15.399Z | Compiling toml_datetime v0.6.8 |
489 | 2024-12-21T02:29:15.399Z | Compiling serde_spanned v0.6.8 |
490 | 2024-12-21T02:29:15.721Z | Compiling toml_edit v0.22.22 |
491 | 2024-12-21T02:29:15.784Z | Compiling cargo-platform v0.1.8 |
492 | 2024-12-21T02:29:15.965Z | Compiling macaddr v1.0.1 |
493 | 2024-12-21T02:29:16.079Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-12-21T02:29:16.859Z | Compiling dof v0.3.0 |
495 | 2024-12-21T02:29:16.886Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-12-21T02:29:18.531Z | Compiling toml v0.8.19 |
497 | 2024-12-21T02:29:18.604Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2024-12-21T02:29:18.606Z | Compiling usdt-macro v0.5.0 |
499 | 2024-12-21T02:29:19.402Z | Compiling cargo_toml v0.20.5 |
500 | 2024-12-21T02:29:20.010Z | Compiling usdt v0.5.0 |
501 | 2024-12-21T02:29:22.959Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-12-21T02:29:27.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.71s |
503 | 2024-12-21T02:29:27.376Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-12-21T02:29:27.900Z | Downloading crates ... |
505 | 2024-12-21T02:29:28.038Z | Downloaded aead v0.5.2 |
506 | 2024-12-21T02:29:28.043Z | Downloaded arrayref v0.3.9 |
507 | 2024-12-21T02:29:28.043Z | Downloaded array-init v0.0.4 |
508 | 2024-12-21T02:29:28.054Z | Downloaded headers-core v0.3.0 |
509 | 2024-12-21T02:29:28.058Z | Downloaded assert_matches v1.5.0 |
510 | 2024-12-21T02:29:28.058Z | Downloaded http-body v1.0.1 |
511 | 2024-12-21T02:29:28.069Z | Downloaded http-range v0.1.5 |
512 | 2024-12-21T02:29:28.074Z | Downloaded is_ci v1.2.0 |
513 | 2024-12-21T02:29:28.074Z | Downloaded atty v0.2.14 |
514 | 2024-12-21T02:29:28.074Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-12-21T02:29:28.074Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-12-21T02:29:28.079Z | Downloaded crunchy v0.2.2 |
517 | 2024-12-21T02:29:28.079Z | Downloaded cfg_aliases v0.2.1 |
518 | 2024-12-21T02:29:28.082Z | Downloaded ident_case v1.0.1 |
519 | 2024-12-21T02:29:28.082Z | Downloaded instant v0.1.13 |
520 | 2024-12-21T02:29:28.082Z | Downloaded cfg_aliases v0.1.1 |
521 | 2024-12-21T02:29:28.089Z | Downloaded heck v0.3.3 |
522 | 2024-12-21T02:29:28.093Z | Downloaded crucible-workspace-hack v0.1.0 |
523 | 2024-12-21T02:29:28.096Z | Downloaded ciborium-io v0.2.2 |
524 | 2024-12-21T02:29:28.096Z | Downloaded icu_provider_macros v1.5.0 |
525 | 2024-12-21T02:29:28.096Z | Downloaded heapless v0.8.0 |
526 | 2024-12-21T02:29:28.099Z | Downloaded md5 v0.7.0 |
527 | 2024-12-21T02:29:28.104Z | Downloaded async-stream-impl v0.3.6 |
528 | 2024-12-21T02:29:28.104Z | Downloaded match_cfg v0.1.0 |
529 | 2024-12-21T02:29:28.104Z | Downloaded matches v0.1.10 |
530 | 2024-12-21T02:29:28.104Z | Downloaded argon2 v0.5.3 |
531 | 2024-12-21T02:29:28.117Z | Downloaded httpdate v1.0.3 |
532 | 2024-12-21T02:29:28.123Z | Downloaded progenitor-client v0.8.0 |
533 | 2024-12-21T02:29:28.123Z | Downloaded home v0.5.9 |
534 | 2024-12-21T02:29:28.123Z | Downloaded libefi-sys v0.1.0 |
535 | 2024-12-21T02:29:28.123Z | Downloaded keccak v0.1.5 |
536 | 2024-12-21T02:29:28.123Z | Downloaded hostname v0.4.0 |
537 | 2024-12-21T02:29:28.123Z | Downloaded bb8 v0.8.5 |
538 | 2024-12-21T02:29:28.123Z | Downloaded hyper-tls v0.6.0 |
539 | 2024-12-21T02:29:28.141Z | Downloaded humantime v2.1.0 |
540 | 2024-12-21T02:29:28.142Z | Downloaded managed v0.8.0 |
541 | 2024-12-21T02:29:28.142Z | Downloaded http-body-util v0.1.2 |
542 | 2024-12-21T02:29:28.142Z | Downloaded ascii-canvas v3.0.0 |
543 | 2024-12-21T02:29:28.142Z | Downloaded buf-list v1.0.3 |
544 | 2024-12-21T02:29:28.142Z | Downloaded base16ct v0.2.0 |
545 | 2024-12-21T02:29:28.142Z | Downloaded lru-cache v0.1.2 |
546 | 2024-12-21T02:29:28.142Z | Downloaded ciborium-ll v0.2.2 |
547 | 2024-12-21T02:29:28.142Z | Downloaded cexpr v0.6.0 |
548 | 2024-12-21T02:29:28.142Z | Downloaded hostname v0.3.1 |
549 | 2024-12-21T02:29:28.146Z | Downloaded crc v3.2.1 |
550 | 2024-12-21T02:29:28.146Z | Downloaded lazy_static v1.5.0 |
551 | 2024-12-21T02:29:28.146Z | Downloaded convert_case v0.4.0 |
552 | 2024-12-21T02:29:28.149Z | Downloaded cobs v0.2.3 |
553 | 2024-12-21T02:29:28.150Z | Downloaded linked-hash-map v0.5.6 |
554 | 2024-12-21T02:29:28.153Z | Downloaded constant_time_eq v0.3.1 |
555 | 2024-12-21T02:29:28.154Z | Downloaded lru v0.12.5 |
556 | 2024-12-21T02:29:28.159Z | Downloaded linear-map v1.2.0 |
557 | 2024-12-21T02:29:28.159Z | Downloaded impl-trait-for-tuples v0.2.2 |
558 | 2024-12-21T02:29:28.165Z | Downloaded indoc v1.0.9 |
559 | 2024-12-21T02:29:28.165Z | Downloaded mime v0.3.17 |
560 | 2024-12-21T02:29:28.165Z | Downloaded md-5 v0.10.6 |
561 | 2024-12-21T02:29:28.165Z | Downloaded idna_adapter v1.2.0 |
562 | 2024-12-21T02:29:28.165Z | Downloaded darling v0.20.10 |
563 | 2024-12-21T02:29:28.170Z | Downloaded memoffset v0.9.1 |
564 | 2024-12-21T02:29:28.174Z | Downloaded maybe-uninit v2.0.0 |
565 | 2024-12-21T02:29:28.174Z | Downloaded is-terminal v0.4.13 |
566 | 2024-12-21T02:29:28.174Z | Downloaded lazycell v1.3.0 |
567 | 2024-12-21T02:29:28.178Z | Downloaded castaway v0.2.3 |
568 | 2024-12-21T02:29:28.178Z | Downloaded atomic-waker v1.1.2 |
569 | 2024-12-21T02:29:28.181Z | Downloaded maplit v1.0.2 |
570 | 2024-12-21T02:29:28.181Z | Downloaded hickory-client v0.24.1 |
571 | 2024-12-21T02:29:28.184Z | Downloaded httparse v1.9.5 |
572 | 2024-12-21T02:29:28.188Z | Downloaded cmake v0.1.51 |
573 | 2024-12-21T02:29:28.188Z | Downloaded litemap v0.7.3 |
574 | 2024-12-21T02:29:28.191Z | Downloaded inout v0.1.3 |
575 | 2024-12-21T02:29:28.220Z | Downloaded addr2line v0.24.2 |
576 | 2024-12-21T02:29:28.220Z | Downloaded hyper-rustls v0.27.3 |
577 | 2024-12-21T02:29:28.355Z | Downloaded icu_locid_transform v1.5.0 |
578 | 2024-12-21T02:29:28.355Z | Downloaded mime_guess v2.0.5 |
579 | 2024-12-21T02:29:28.355Z | Downloaded lock_api v0.4.12 |
580 | 2024-12-21T02:29:28.355Z | Downloaded instability v0.3.2 |
581 | 2024-12-21T02:29:28.355Z | Downloaded signal-hook-mio v0.2.4 |
582 | 2024-12-21T02:29:28.361Z | Downloaded serde-big-array v0.5.1 |
583 | 2024-12-21T02:29:28.361Z | Downloaded console v0.15.8 |
584 | 2024-12-21T02:29:28.361Z | Downloaded cancel-safe-futures v0.1.5 |
585 | 2024-12-21T02:29:28.361Z | Downloaded ipnet v2.10.1 |
586 | 2024-12-21T02:29:28.361Z | Downloaded iana-time-zone v0.1.61 |
587 | 2024-12-21T02:29:28.361Z | Downloaded termtree v0.4.1 |
588 | 2024-12-21T02:29:28.361Z | Downloaded strum v0.26.3 |
589 | 2024-12-21T02:29:28.361Z | Downloaded libloading v0.8.5 |
590 | 2024-12-21T02:29:28.361Z | Downloaded quinn-udp v0.5.5 |
591 | 2024-12-21T02:29:28.396Z | Downloaded hyper-staticfile v0.10.1 |
592 | 2024-12-21T02:29:28.396Z | Downloaded tower-service v0.3.3 |
593 | 2024-12-21T02:29:28.396Z | Downloaded colored v2.1.0 |
594 | 2024-12-21T02:29:28.396Z | Downloaded diesel_table_macro_syntax v0.2.0 |
595 | 2024-12-21T02:29:28.396Z | Downloaded cookie_store v0.21.0 |
596 | 2024-12-21T02:29:28.396Z | Downloaded arrayvec v0.7.6 |
597 | 2024-12-21T02:29:28.396Z | Downloaded memmap2 v0.9.5 |
598 | 2024-12-21T02:29:28.396Z | Downloaded rusty-fork v0.3.0 |
599 | 2024-12-21T02:29:28.396Z | Downloaded ciborium v0.2.2 |
600 | 2024-12-21T02:29:28.397Z | Downloaded ctr v0.9.2 |
601 | 2024-12-21T02:29:28.397Z | Downloaded csv-core v0.1.11 |
602 | 2024-12-21T02:29:28.397Z | Downloaded icu_normalizer_data v1.5.0 |
603 | 2024-12-21T02:29:28.397Z | Downloaded const_format_proc_macros v0.2.33 |
604 | 2024-12-21T02:29:28.397Z | Downloaded toolchain_find v0.4.0 |
605 | 2024-12-21T02:29:28.397Z | Downloaded bcs v0.1.6 |
606 | 2024-12-21T02:29:28.397Z | Downloaded chrono-tz-build v0.4.0 |
607 | 2024-12-21T02:29:28.397Z | Downloaded hmac v0.12.1 |
608 | 2024-12-21T02:29:28.397Z | Downloaded arc-swap v1.7.1 |
609 | 2024-12-21T02:29:28.397Z | Downloaded rustfmt-wrapper v0.2.1 |
610 | 2024-12-21T02:29:28.397Z | Downloaded rpassword v7.3.1 |
611 | 2024-12-21T02:29:28.397Z | Downloaded icu_provider v1.5.0 |
612 | 2024-12-21T02:29:28.397Z | Downloaded allocator-api2 v0.2.18 |
613 | 2024-12-21T02:29:28.397Z | Downloaded derive_builder_macro v0.20.2 |
614 | 2024-12-21T02:29:28.397Z | Downloaded vte_generate_state_changes v0.1.2 |
615 | 2024-12-21T02:29:28.397Z | Downloaded base64ct v1.6.0 |
616 | 2024-12-21T02:29:28.397Z | Downloaded embedded-io v0.4.0 |
617 | 2024-12-21T02:29:28.397Z | Downloaded async-trait v0.1.83 |
618 | 2024-12-21T02:29:28.397Z | Downloaded mirai-annotations v1.12.0 |
619 | 2024-12-21T02:29:28.397Z | Downloaded strum_macros v0.24.3 |
620 | 2024-12-21T02:29:28.397Z | Downloaded structmeta-derive v0.2.0 |
621 | 2024-12-21T02:29:28.397Z | Downloaded stable_deref_trait v1.2.0 |
622 | 2024-12-21T02:29:28.398Z | Downloaded termios v0.3.3 |
623 | 2024-12-21T02:29:28.398Z | Downloaded ref-cast-impl v1.0.23 |
624 | 2024-12-21T02:29:28.398Z | Downloaded structmeta-derive v0.3.0 |
625 | 2024-12-21T02:29:28.398Z | Downloaded serde_urlencoded v0.7.1 |
626 | 2024-12-21T02:29:28.398Z | Downloaded untrusted v0.7.1 |
627 | 2024-12-21T02:29:28.398Z | Downloaded cookie v0.18.1 |
628 | 2024-12-21T02:29:28.398Z | Downloaded peg-runtime v0.8.3 |
629 | 2024-12-21T02:29:28.398Z | Downloaded xz2 v0.1.7 |
630 | 2024-12-21T02:29:28.398Z | Downloaded bzip2 v0.4.4 |
631 | 2024-12-21T02:29:28.398Z | Downloaded const-oid v0.9.6 |
632 | 2024-12-21T02:29:28.398Z | Downloaded async-bb8-diesel v0.2.1 |
633 | 2024-12-21T02:29:28.398Z | Downloaded icu_normalizer v1.5.0 |
634 | 2024-12-21T02:29:28.398Z | Downloaded ena v0.14.3 |
635 | 2024-12-21T02:29:28.398Z | Downloaded zerovec-derive v0.10.3 |
636 | 2024-12-21T02:29:28.398Z | Downloaded rustc-demangle v0.1.24 |
637 | 2024-12-21T02:29:28.398Z | Downloaded crossbeam-epoch v0.9.18 |
638 | 2024-12-21T02:29:28.398Z | Downloaded blake2 v0.10.6 |
639 | 2024-12-21T02:29:28.398Z | Downloaded crc32fast v1.4.2 |
640 | 2024-12-21T02:29:28.398Z | Downloaded openssl-probe v0.1.5 |
641 | 2024-12-21T02:29:28.398Z | Downloaded indexmap v1.9.3 |
642 | 2024-12-21T02:29:28.399Z | Downloaded icu_locid v1.5.0 |
643 | 2024-12-21T02:29:28.399Z | Downloaded topological-sort v0.2.2 |
644 | 2024-12-21T02:29:28.399Z | Downloaded ahash v0.8.11 |
645 | 2024-12-21T02:29:28.399Z | Downloaded serde_repr v0.1.19 |
646 | 2024-12-21T02:29:28.399Z | Downloaded jobserver v0.1.32 |
647 | 2024-12-21T02:29:28.399Z | Downloaded futures-io v0.3.31 |
648 | 2024-12-21T02:29:28.399Z | Downloaded foldhash v0.1.3 |
649 | 2024-12-21T02:29:28.399Z | Downloaded defmt-macros v0.3.9 |
650 | 2024-12-21T02:29:28.399Z | Downloaded xattr v1.3.1 |
651 | 2024-12-21T02:29:28.400Z | Downloaded sync-ptr v0.1.1 |
652 | 2024-12-21T02:29:28.400Z | Downloaded futures-executor v0.3.31 |
653 | 2024-12-21T02:29:28.400Z | Downloaded futures-core v0.3.31 |
654 | 2024-12-21T02:29:28.400Z | Downloaded multimap v0.10.0 |
655 | 2024-12-21T02:29:28.400Z | Downloaded dyn-clone v1.0.17 |
656 | 2024-12-21T02:29:28.400Z | Downloaded float-ord v0.3.2 |
657 | 2024-12-21T02:29:28.400Z | Downloaded packed_struct_codegen v0.10.1 |
658 | 2024-12-21T02:29:28.418Z | Downloaded thiserror v2.0.3 |
659 | 2024-12-21T02:29:28.418Z | Downloaded tokio-rustls v0.24.1 |
660 | 2024-12-21T02:29:28.418Z | Downloaded universal-hash v0.5.1 |
661 | 2024-12-21T02:29:28.418Z | Downloaded chacha20poly1305 v0.10.1 |
662 | 2024-12-21T02:29:28.418Z | Downloaded diesel-dtrace v0.4.2 |
663 | 2024-12-21T02:29:28.418Z | Downloaded progenitor-impl v0.8.0 |
664 | 2024-12-21T02:29:28.418Z | Downloaded rand_chacha v0.3.1 |
665 | 2024-12-21T02:29:28.418Z | Downloaded clang-sys v1.8.1 |
666 | 2024-12-21T02:29:28.418Z | Downloaded mockall v0.13.0 |
667 | 2024-12-21T02:29:28.418Z | Downloaded bytes v1.8.0 |
668 | 2024-12-21T02:29:28.418Z | Downloaded rtoolbox v0.0.2 |
669 | 2024-12-21T02:29:28.418Z | Downloaded crossbeam-utils v0.8.20 |
670 | 2024-12-21T02:29:28.419Z | Downloaded indicatif v0.17.9 |
671 | 2024-12-21T02:29:28.419Z | Downloaded hyper-util v0.1.10 |
672 | 2024-12-21T02:29:28.419Z | Downloaded peg v0.8.4 |
673 | 2024-12-21T02:29:28.419Z | Downloaded pbkdf2 v0.12.2 |
674 | 2024-12-21T02:29:28.419Z | Downloaded openssl-macros v0.1.1 |
675 | 2024-12-21T02:29:28.419Z | Downloaded downcast v0.11.0 |
676 | 2024-12-21T02:29:28.419Z | Downloaded samael v0.0.17 |
677 | 2024-12-21T02:29:28.425Z | Downloaded want v0.3.1 |
678 | 2024-12-21T02:29:28.425Z | Downloaded slog-async v2.8.0 |
679 | 2024-12-21T02:29:28.425Z | Downloaded slog-stdlog v4.1.1 |
680 | 2024-12-21T02:29:28.428Z | Downloaded pbkdf2 v0.11.0 |
681 | 2024-12-21T02:29:28.428Z | Downloaded signal-hook v0.3.17 |
682 | 2024-12-21T02:29:28.436Z | Downloaded opaque-debug v0.3.1 |
683 | 2024-12-21T02:29:28.436Z | Downloaded num_threads v0.1.7 |
684 | 2024-12-21T02:29:28.446Z | Downloaded newtype_derive v0.1.6 |
685 | 2024-12-21T02:29:28.446Z | Downloaded ghash v0.5.1 |
686 | 2024-12-21T02:29:28.446Z | Downloaded multer v3.1.0 |
687 | 2024-12-21T02:29:28.456Z | Downloaded tls_codec v0.4.1 |
688 | 2024-12-21T02:29:28.459Z | Downloaded postgres-types v0.2.8 |
689 | 2024-12-21T02:29:28.459Z | Downloaded tap v1.0.1 |
690 | 2024-12-21T02:29:28.460Z | Downloaded postgres-protocol v0.6.7 |
691 | 2024-12-21T02:29:28.460Z | Downloaded hashlink v0.9.1 |
692 | 2024-12-21T02:29:28.460Z | Downloaded futures-channel v0.3.31 |
693 | 2024-12-21T02:29:28.463Z | Downloaded pkcs8 v0.10.2 |
694 | 2024-12-21T02:29:28.463Z | Downloaded sigpipe v0.1.3 |
695 | 2024-12-21T02:29:28.470Z | Downloaded parking_lot v0.11.2 |
696 | 2024-12-21T02:29:28.509Z | Downloaded prettyplease v0.2.25 |
697 | 2024-12-21T02:29:28.509Z | Downloaded bumpalo v3.16.0 |
698 | 2024-12-21T02:29:28.509Z | Downloaded compact_str v0.8.0 |
699 | 2024-12-21T02:29:28.541Z | Downloaded crypto-bigint v0.5.5 |
700 | 2024-12-21T02:29:28.541Z | Downloaded peg-macros v0.8.4 |
701 | 2024-12-21T02:29:28.541Z | Downloaded twox-hash v1.6.3 |
702 | 2024-12-21T02:29:28.541Z | Downloaded take_mut v0.2.2 |
703 | 2024-12-21T02:29:28.541Z | Downloaded hickory-resolver v0.24.1 |
704 | 2024-12-21T02:29:28.541Z | Downloaded nibble_vec v0.1.0 |
705 | 2024-12-21T02:29:28.541Z | Downloaded serde_derive_internals v0.29.1 |
706 | 2024-12-21T02:29:28.541Z | Downloaded pem v3.0.4 |
707 | 2024-12-21T02:29:28.541Z | Downloaded minimal-lexical v0.2.1 |
708 | 2024-12-21T02:29:28.541Z | Downloaded vte v0.11.1 |
709 | 2024-12-21T02:29:28.541Z | Downloaded mockall_derive v0.13.0 |
710 | 2024-12-21T02:29:28.541Z | Downloaded defmt v0.3.8 |
711 | 2024-12-21T02:29:28.541Z | Downloaded phf_generator v0.11.2 |
712 | 2024-12-21T02:29:28.546Z | Downloaded foreign-types v0.5.0 |
713 | 2024-12-21T02:29:28.546Z | Downloaded unsafe-libyaml v0.2.11 |
714 | 2024-12-21T02:29:28.546Z | Downloaded try-lock v0.2.5 |
715 | 2024-12-21T02:29:28.546Z | Downloaded num-iter v0.1.45 |
716 | 2024-12-21T02:29:28.546Z | Downloaded postcard v1.0.10 |
717 | 2024-12-21T02:29:28.547Z | Downloaded zip v0.6.6 |
718 | 2024-12-21T02:29:28.547Z | Downloaded quick-error v1.2.3 |
719 | 2024-12-21T02:29:28.547Z | Downloaded phf_codegen v0.11.2 |
720 | 2024-12-21T02:29:28.547Z | Downloaded phf v0.11.2 |
721 | 2024-12-21T02:29:28.547Z | Downloaded schemars_derive v0.8.21 |
722 | 2024-12-21T02:29:28.547Z | Downloaded scheduled-thread-pool v0.2.7 |
723 | 2024-12-21T02:29:28.547Z | Downloaded tokio-rustls v0.26.0 |
724 | 2024-12-21T02:29:28.547Z | Downloaded slog-envlogger v2.2.0 |
725 | 2024-12-21T02:29:28.547Z | Downloaded miniz_oxide v0.8.0 |
726 | 2024-12-21T02:29:28.547Z | Downloaded hickory-server v0.24.1 |
727 | 2024-12-21T02:29:28.589Z | Downloaded base64 v0.22.1 |
728 | 2024-12-21T02:29:28.594Z | Downloaded icu_collections v1.5.0 |
729 | 2024-12-21T02:29:28.594Z | Downloaded tabwriter v1.4.0 |
730 | 2024-12-21T02:29:28.594Z | Downloaded zerofrom v0.1.4 |
731 | 2024-12-21T02:29:28.594Z | Downloaded rand v0.8.5 |
732 | 2024-12-21T02:29:28.594Z | Downloaded displaydoc v0.2.5 |
733 | 2024-12-21T02:29:28.594Z | Downloaded tinystr v0.7.6 |
734 | 2024-12-21T02:29:28.594Z | Downloaded untrusted v0.9.0 |
735 | 2024-12-21T02:29:28.594Z | Downloaded oso-derive v0.27.3 |
736 | 2024-12-21T02:29:28.594Z | Downloaded normalize-line-endings v0.3.0 |
737 | 2024-12-21T02:29:28.594Z | Downloaded unarray v0.1.4 |
738 | 2024-12-21T02:29:28.594Z | Downloaded powerfmt v0.2.0 |
739 | 2024-12-21T02:29:28.594Z | Downloaded tokio-postgres v0.7.12 |
740 | 2024-12-21T02:29:28.594Z | Downloaded slog-bunyan v2.5.0 |
741 | 2024-12-21T02:29:28.594Z | Downloaded glob v0.3.1 |
742 | 2024-12-21T02:29:28.594Z | Downloaded diff v0.1.13 |
743 | 2024-12-21T02:29:28.594Z | Downloaded fixedbitset v0.4.2 |
744 | 2024-12-21T02:29:28.594Z | Downloaded packed_struct v0.10.1 |
745 | 2024-12-21T02:29:28.598Z | Downloaded getrandom v0.2.15 |
746 | 2024-12-21T02:29:28.601Z | Downloaded rustc-hash v2.0.0 |
747 | 2024-12-21T02:29:28.601Z | Downloaded num v0.4.3 |
748 | 2024-12-21T02:29:28.603Z | Downloaded radium v0.7.0 |
749 | 2024-12-21T02:29:28.603Z | Downloaded dirs-next v2.0.0 |
750 | 2024-12-21T02:29:28.606Z | Downloaded filetime v0.2.25 |
751 | 2024-12-21T02:29:28.606Z | Downloaded ff v0.13.0 |
752 | 2024-12-21T02:29:28.609Z | Downloaded fd-lock v4.0.2 |
753 | 2024-12-21T02:29:28.612Z | Downloaded tiny-keccak v2.0.2 |
754 | 2024-12-21T02:29:28.615Z | Downloaded socket2 v0.5.7 |
755 | 2024-12-21T02:29:28.617Z | Downloaded tokio-stream v0.1.16 |
756 | 2024-12-21T02:29:28.620Z | Downloaded headers v0.4.0 |
757 | 2024-12-21T02:29:28.627Z | Downloaded tokio-tungstenite v0.21.0 |
758 | 2024-12-21T02:29:28.630Z | Downloaded futures v0.3.31 |
759 | 2024-12-21T02:29:28.635Z | Downloaded snafu v0.8.5 |
760 | 2024-12-21T02:29:28.641Z | Downloaded zerofrom-derive v0.1.4 |
761 | 2024-12-21T02:29:28.644Z | Downloaded aes v0.8.4 |
762 | 2024-12-21T02:29:28.648Z | Downloaded time-core v0.1.2 |
763 | 2024-12-21T02:29:28.652Z | Downloaded whoami v1.5.2 |
764 | 2024-12-21T02:29:28.652Z | Downloaded parking_lot_core v0.8.6 |
765 | 2024-12-21T02:29:28.655Z | Downloaded hash32 v0.3.1 |
766 | 2024-12-21T02:29:28.656Z | Downloaded ed25519 v2.2.3 |
767 | 2024-12-21T02:29:28.658Z | Downloaded rcgen v0.12.1 |
768 | 2024-12-21T02:29:28.660Z | Downloaded des v0.8.1 |
769 | 2024-12-21T02:29:28.686Z | Downloaded uzers v0.12.1 |
770 | 2024-12-21T02:29:28.687Z | Downloaded const_format v0.2.33 |
771 | 2024-12-21T02:29:28.699Z | Downloaded yoke-derive v0.7.4 |
772 | 2024-12-21T02:29:28.700Z | Downloaded fxhash v0.2.1 |
773 | 2024-12-21T02:29:28.700Z | Downloaded parse-size v1.1.0 |
774 | 2024-12-21T02:29:28.700Z | Downloaded primeorder v0.13.6 |
775 | 2024-12-21T02:29:28.700Z | Downloaded nu-ansi-term v0.50.1 |
776 | 2024-12-21T02:29:28.700Z | Downloaded sha1 v0.10.6 |
777 | 2024-12-21T02:29:28.700Z | Downloaded rsa v0.9.6 |
778 | 2024-12-21T02:29:28.700Z | Downloaded value-bag v1.9.0 |
779 | 2024-12-21T02:29:28.700Z | Downloaded tar v0.4.42 |
780 | 2024-12-21T02:29:28.703Z | Downloaded elliptic-curve v0.13.8 |
781 | 2024-12-21T02:29:28.703Z | Downloaded parking_lot_core v0.9.10 |
782 | 2024-12-21T02:29:28.703Z | Downloaded unicode-xid v0.2.6 |
783 | 2024-12-21T02:29:28.703Z | Downloaded tungstenite v0.24.0 |
784 | 2024-12-21T02:29:28.703Z | Downloaded pin-project-lite v0.2.14 |
785 | 2024-12-21T02:29:28.709Z | Downloaded smallvec v0.6.14 |
786 | 2024-12-21T02:29:28.713Z | Downloaded aes-gcm v0.10.3 |
787 | 2024-12-21T02:29:28.717Z | Downloaded tokio-native-tls v0.3.1 |
788 | 2024-12-21T02:29:28.720Z | Downloaded signal-hook-tokio v0.3.1 |
789 | 2024-12-21T02:29:28.720Z | Downloaded pin-project-internal v1.1.6 |
790 | 2024-12-21T02:29:28.720Z | Downloaded password-hash v0.5.0 |
791 | 2024-12-21T02:29:28.724Z | Downloaded group v0.13.0 |
792 | 2024-12-21T02:29:28.727Z | Downloaded gethostname v0.5.0 |
793 | 2024-12-21T02:29:28.727Z | Downloaded predicates-core v1.0.8 |
794 | 2024-12-21T02:29:28.727Z | Downloaded percent-encoding v2.3.1 |
795 | 2024-12-21T02:29:28.730Z | Downloaded ron v0.7.1 |
796 | 2024-12-21T02:29:28.733Z | Downloaded rayon-core v1.12.1 |
797 | 2024-12-21T02:29:28.737Z | Downloaded derive_more v0.99.18 |
798 | 2024-12-21T02:29:28.762Z | Downloaded phf_shared v0.10.0 |
799 | 2024-12-21T02:29:28.777Z | Downloaded newline-converter v0.3.0 |
800 | 2024-12-21T02:29:28.777Z | Downloaded foreign-types-shared v0.3.1 |
801 | 2024-12-21T02:29:28.777Z | Downloaded foreign-types-shared v0.1.1 |
802 | 2024-12-21T02:29:28.777Z | Downloaded zone_cfg_derive v0.1.2 |
803 | 2024-12-21T02:29:28.777Z | Downloaded rustls-pemfile v1.0.4 |
804 | 2024-12-21T02:29:28.781Z | Downloaded wyz v0.5.1 |
805 | 2024-12-21T02:29:28.781Z | Downloaded futures-task v0.3.31 |
806 | 2024-12-21T02:29:28.781Z | Downloaded futures-sink v0.3.31 |
807 | 2024-12-21T02:29:28.781Z | Downloaded enum-as-inner v0.6.1 |
808 | 2024-12-21T02:29:28.781Z | Downloaded subprocess v0.2.9 |
809 | 2024-12-21T02:29:28.781Z | Downloaded enum-as-inner v0.5.1 |
810 | 2024-12-21T02:29:28.782Z | Downloaded phf_shared v0.11.2 |
811 | 2024-12-21T02:29:28.782Z | Downloaded schemars v0.8.21 |
812 | 2024-12-21T02:29:28.782Z | Downloaded russh-cryptovec v0.7.3 |
813 | 2024-12-21T02:29:28.782Z | Downloaded pretty-hex v0.2.1 |
814 | 2024-12-21T02:29:28.782Z | Downloaded structmeta v0.3.0 |
815 | 2024-12-21T02:29:28.782Z | Downloaded idna v1.0.3 |
816 | 2024-12-21T02:29:28.785Z | Downloaded pin-project v1.1.6 |
817 | 2024-12-21T02:29:28.796Z | Downloaded sync_wrapper v1.0.1 |
818 | 2024-12-21T02:29:28.799Z | Downloaded num-integer v0.1.46 |
819 | 2024-12-21T02:29:28.802Z | Downloaded ron v0.8.1 |
820 | 2024-12-21T02:29:28.806Z | Downloaded fatfs v0.3.6 |
821 | 2024-12-21T02:29:28.809Z | Downloaded globset v0.4.15 |
822 | 2024-12-21T02:29:28.811Z | Downloaded form_urlencoded v1.2.1 |
823 | 2024-12-21T02:29:28.814Z | Downloaded zone v0.3.0 |
824 | 2024-12-21T02:29:28.814Z | Downloaded unicode-truncate v1.1.0 |
825 | 2024-12-21T02:29:28.817Z | Downloaded path-slash v0.1.5 |
826 | 2024-12-21T02:29:28.818Z | Downloaded endian-type v0.1.2 |
827 | 2024-12-21T02:29:28.821Z | Downloaded rustls-pemfile v2.2.0 |
828 | 2024-12-21T02:29:28.821Z | Downloaded rustc_version v0.1.7 |
829 | 2024-12-21T02:29:28.821Z | Downloaded quinn v0.11.5 |
830 | 2024-12-21T02:29:28.824Z | Downloaded publicsuffix v2.2.3 |
831 | 2024-12-21T02:29:28.828Z | Downloaded newtype-uuid v1.1.3 |
832 | 2024-12-21T02:29:28.832Z | Downloaded yoke v0.7.4 |
833 | 2024-12-21T02:29:28.832Z | Downloaded tracing-core v0.1.32 |
834 | 2024-12-21T02:29:28.835Z | Downloaded itertools v0.13.0 |
835 | 2024-12-21T02:29:28.849Z | Downloaded proc-macro-crate v1.3.1 |
836 | 2024-12-21T02:29:28.853Z | Downloaded poly1305 v0.8.0 |
837 | 2024-12-21T02:29:28.853Z | Downloaded mio v1.0.2 |
838 | 2024-12-21T02:29:28.856Z | Downloaded number_prefix v0.4.0 |
839 | 2024-12-21T02:29:28.856Z | Downloaded derive_builder v0.20.2 |
840 | 2024-12-21T02:29:28.861Z | Downloaded zone_cfg_derive v0.3.0 |
841 | 2024-12-21T02:29:28.888Z | Downloaded zone v0.1.8 |
842 | 2024-12-21T02:29:28.888Z | Downloaded omicron-zone-package v0.12.0 |
843 | 2024-12-21T02:29:28.888Z | Downloaded slog-json v2.6.1 |
844 | 2024-12-21T02:29:28.888Z | Downloaded tracing-attributes v0.1.27 |
845 | 2024-12-21T02:29:28.888Z | Downloaded subtle v2.6.1 |
846 | 2024-12-21T02:29:28.888Z | Downloaded tough v0.19.0 |
847 | 2024-12-21T02:29:28.891Z | Downloaded dhcproto-macros v0.1.0 |
848 | 2024-12-21T02:29:28.891Z | Downloaded fallible-iterator v0.2.0 |
849 | 2024-12-21T02:29:28.891Z | Downloaded zerocopy v0.6.6 |
850 | 2024-12-21T02:29:28.892Z | Downloaded yasna v0.5.2 |
851 | 2024-12-21T02:29:28.892Z | Downloaded rand_core v0.6.4 |
852 | 2024-12-21T02:29:28.892Z | Downloaded pin-utils v0.1.0 |
853 | 2024-12-21T02:29:28.892Z | Downloaded paste v1.0.15 |
854 | 2024-12-21T02:29:28.895Z | Downloaded num-derive v0.4.2 |
855 | 2024-12-21T02:29:28.905Z | Downloaded dunce v1.0.5 |
856 | 2024-12-21T02:29:28.905Z | Downloaded r2d2 v0.8.10 |
857 | 2024-12-21T02:29:28.905Z | Downloaded owo-colors v4.1.0 |
858 | 2024-12-21T02:29:28.905Z | Downloaded fallible-iterator v0.3.0 |
859 | 2024-12-21T02:29:28.908Z | Downloaded num-bigint v0.4.6 |
860 | 2024-12-21T02:29:28.911Z | Downloaded blake3 v1.5.4 |
861 | 2024-12-21T02:29:28.918Z | Downloaded darling_macro v0.20.10 |
862 | 2024-12-21T02:29:28.921Z | Downloaded stringprep v0.1.5 |
863 | 2024-12-21T02:29:28.921Z | Downloaded unicode-normalization v0.1.24 |
864 | 2024-12-21T02:29:28.925Z | Downloaded nanorand v0.7.0 |
865 | 2024-12-21T02:29:28.927Z | Downloaded zerocopy-derive v0.8.10 |
866 | 2024-12-21T02:29:28.935Z | Downloaded predicates-tree v1.0.11 |
867 | 2024-12-21T02:29:28.937Z | Downloaded precomputed-hash v0.1.1 |
868 | 2024-12-21T02:29:28.937Z | Downloaded string_cache v0.8.7 |
869 | 2024-12-21T02:29:28.940Z | Downloaded ssh-encoding v0.2.0 |
870 | 2024-12-21T02:29:28.940Z | Downloaded num_enum_derive v0.5.11 |
871 | 2024-12-21T02:29:28.943Z | Downloaded num_enum v0.5.11 |
872 | 2024-12-21T02:29:28.947Z | Downloaded typify v0.2.0 |
873 | 2024-12-21T02:29:28.950Z | Downloaded tinyvec_macros v0.1.1 |
874 | 2024-12-21T02:29:28.953Z | Downloaded hash32 v0.2.1 |
875 | 2024-12-21T02:29:28.955Z | Downloaded reedline v0.35.0 |
876 | 2024-12-21T02:29:28.961Z | Downloaded debug-ignore v1.0.5 |
877 | 2024-12-21T02:29:29.006Z | Downloaded semver v0.1.20 |
878 | 2024-12-21T02:29:29.006Z | Downloaded rand_xorshift v0.3.0 |
879 | 2024-12-21T02:29:29.006Z | Downloaded shell-words v1.1.0 |
880 | 2024-12-21T02:29:29.006Z | Downloaded tracing v0.1.40 |
881 | 2024-12-21T02:29:29.006Z | Downloaded hkdf v0.12.4 |
882 | 2024-12-21T02:29:29.006Z | Downloaded num-rational v0.4.2 |
883 | 2024-12-21T02:29:29.006Z | Downloaded tokio-tungstenite v0.24.0 |
884 | 2024-12-21T02:29:29.006Z | Downloaded steno v0.4.1 |
885 | 2024-12-21T02:29:29.053Z | Downloaded tokio-tungstenite v0.23.1 |
886 | 2024-12-21T02:29:29.053Z | Downloaded progenitor v0.8.0 |
887 | 2024-12-21T02:29:29.053Z | Downloaded unicode_categories v0.1.1 |
888 | 2024-12-21T02:29:29.053Z | Downloaded utf16_iter v1.0.5 |
889 | 2024-12-21T02:29:29.053Z | Downloaded termcolor v1.4.1 |
890 | 2024-12-21T02:29:29.053Z | Downloaded pem-rfc7468 v0.7.0 |
891 | 2024-12-21T02:29:29.053Z | Downloaded utf-8 v0.7.6 |
892 | 2024-12-21T02:29:29.053Z | Downloaded olpc-cjson v0.1.4 |
893 | 2024-12-21T02:29:29.053Z | Downloaded data-encoding v2.6.0 |
894 | 2024-12-21T02:29:29.053Z | Downloaded tokio-rustls v0.25.0 |
895 | 2024-12-21T02:29:29.053Z | Downloaded russh-keys v0.45.0 |
896 | 2024-12-21T02:29:29.053Z | Downloaded rfc6979 v0.4.0 |
897 | 2024-12-21T02:29:29.053Z | Downloaded env_logger v0.11.5 |
898 | 2024-12-21T02:29:29.053Z | Downloaded ecdsa v0.16.9 |
899 | 2024-12-21T02:29:29.053Z | Downloaded futures-macro v0.3.31 |
900 | 2024-12-21T02:29:29.059Z | Downloaded new_debug_unreachable v1.0.6 |
901 | 2024-12-21T02:29:29.059Z | Downloaded write16 v1.0.0 |
902 | 2024-12-21T02:29:29.059Z | Downloaded num-conv v0.1.0 |
903 | 2024-12-21T02:29:29.059Z | Downloaded utf8_iter v1.0.4 |
904 | 2024-12-21T02:29:29.059Z | Downloaded fragile v2.0.0 |
905 | 2024-12-21T02:29:29.059Z | Downloaded flagset v0.4.6 |
906 | 2024-12-21T02:29:29.059Z | Downloaded parse-display v0.10.0 |
907 | 2024-12-21T02:29:29.059Z | Downloaded funty v2.0.0 |
908 | 2024-12-21T02:29:29.060Z | Downloaded float-cmp v0.9.0 |
909 | 2024-12-21T02:29:29.060Z | Downloaded fallible-streaming-iterator v0.1.9 |
910 | 2024-12-21T02:29:29.060Z | Downloaded writeable v0.5.5 |
911 | 2024-12-21T02:29:29.060Z | Downloaded ppv-lite86 v0.2.20 |
912 | 2024-12-21T02:29:29.060Z | Downloaded hashbrown v0.12.3 |
913 | 2024-12-21T02:29:29.060Z | Downloaded rustls-pki-types v1.10.0 |
914 | 2024-12-21T02:29:29.060Z | Downloaded zip v2.1.3 |
915 | 2024-12-21T02:29:29.060Z | Downloaded ref-cast v1.0.23 |
916 | 2024-12-21T02:29:29.060Z | Downloaded rand_seeder v0.3.0 |
917 | 2024-12-21T02:29:29.060Z | Downloaded polyval v0.6.2 |
918 | 2024-12-21T02:29:29.060Z | Downloaded russh v0.45.0 |
919 | 2024-12-21T02:29:29.060Z | Downloaded sec1 v0.7.3 |
920 | 2024-12-21T02:29:29.060Z | Downloaded term v0.7.0 |
921 | 2024-12-21T02:29:29.067Z | Downloaded nodrop v0.1.14 |
922 | 2024-12-21T02:29:29.068Z | Downloaded slog-scope v4.4.0 |
923 | 2024-12-21T02:29:29.068Z | Downloaded siphasher v0.3.11 |
924 | 2024-12-21T02:29:29.068Z | Downloaded secrecy v0.8.0 |
925 | 2024-12-21T02:29:29.068Z | Downloaded salsa20 v0.10.2 |
926 | 2024-12-21T02:29:29.074Z | Downloaded resolv-conf v0.7.0 |
927 | 2024-12-21T02:29:29.074Z | Downloaded fs_extra v1.3.0 |
928 | 2024-12-21T02:29:29.075Z | Downloaded serde_with_macros v3.11.0 |
929 | 2024-12-21T02:29:29.106Z | Downloaded rustyline v14.0.0 |
930 | 2024-12-21T02:29:29.106Z | Downloaded tokio-macros v2.4.0 |
931 | 2024-12-21T02:29:29.107Z | Downloaded tls_codec_derive v0.4.1 |
932 | 2024-12-21T02:29:29.107Z | Downloaded zeroize v1.8.1 |
933 | 2024-12-21T02:29:29.107Z | Downloaded uuid v1.11.0 |
934 | 2024-12-21T02:29:29.107Z | Downloaded synstructure v0.13.1 |
935 | 2024-12-21T02:29:29.107Z | Downloaded predicates v3.1.2 |
936 | 2024-12-21T02:29:29.107Z | Downloaded ed25519-dalek v2.1.1 |
937 | 2024-12-21T02:29:29.107Z | Downloaded structmeta v0.2.0 |
938 | 2024-12-21T02:29:29.107Z | Downloaded tungstenite v0.21.0 |
939 | 2024-12-21T02:29:29.107Z | Downloaded num-traits v0.2.19 |
940 | 2024-12-21T02:29:29.112Z | Downloaded zopfli v0.8.1 |
941 | 2024-12-21T02:29:29.112Z | Downloaded dsl_auto_type v0.1.2 |
942 | 2024-12-21T02:29:29.112Z | Downloaded zerovec v0.10.4 |
943 | 2024-12-21T02:29:29.115Z | Downloaded sct v0.7.1 |
944 | 2024-12-21T02:29:29.115Z | Downloaded num-complex v0.4.6 |
945 | 2024-12-21T02:29:29.119Z | Downloaded thiserror-impl-no-std v2.0.2 |
946 | 2024-12-21T02:29:29.119Z | Downloaded rayon v1.10.0 |
947 | 2024-12-21T02:29:29.169Z | Downloaded parse-display-derive v0.10.0 |
948 | 2024-12-21T02:29:29.169Z | Downloaded tinyvec v1.8.0 |
949 | 2024-12-21T02:29:29.169Z | Downloaded ssh-key v0.6.6 |
950 | 2024-12-21T02:29:29.169Z | Downloaded native-tls v0.2.12 |
951 | 2024-12-21T02:29:29.169Z | Downloaded oso v0.27.3 |
952 | 2024-12-21T02:29:29.180Z | Downloaded pkg-config v0.3.31 |
953 | 2024-12-21T02:29:29.180Z | Downloaded shlex v1.3.0 |
954 | 2024-12-21T02:29:29.180Z | Downloaded slog-term v2.9.1 |
955 | 2024-12-21T02:29:29.180Z | Downloaded num-bigint-dig v0.8.4 |
956 | 2024-12-21T02:29:29.180Z | Downloaded wait-timeout v0.2.0 |
957 | 2024-12-21T02:29:29.180Z | Downloaded unicase v2.7.0 |
958 | 2024-12-21T02:29:29.180Z | Downloaded aws-lc-rs v1.10.0 |
959 | 2024-12-21T02:29:29.180Z | Downloaded dropshot_endpoint v0.12.0 |
960 | 2024-12-21T02:29:29.180Z | Downloaded unicode-segmentation v1.12.0 |
961 | 2024-12-21T02:29:29.184Z | Downloaded winnow v0.5.40 |
962 | 2024-12-21T02:29:29.187Z | Downloaded pkcs1 v0.7.5 |
963 | 2024-12-21T02:29:29.190Z | Downloaded rusqlite v0.32.1 |
964 | 2024-12-21T02:29:29.195Z | Downloaded vergen v8.3.2 |
965 | 2024-12-21T02:29:29.198Z | Downloaded expectorate v1.1.0 |
966 | 2024-12-21T02:29:29.201Z | Downloaded der v0.7.9 |
967 | 2024-12-21T02:29:29.206Z | Downloaded similar v2.6.0 |
968 | 2024-12-21T02:29:29.211Z | Downloaded lalrpop v0.19.12 |
969 | 2024-12-21T02:29:29.237Z | Downloaded quick-xml v0.33.0 |
970 | 2024-12-21T02:29:29.240Z | Downloaded tungstenite v0.23.0 |
971 | 2024-12-21T02:29:29.240Z | Downloaded idna v0.4.0 |
972 | 2024-12-21T02:29:29.246Z | Downloaded pkcs5 v0.7.1 |
973 | 2024-12-21T02:29:29.257Z | Downloaded idna v0.3.0 |
974 | 2024-12-21T02:29:29.260Z | Downloaded parse-zoneinfo v0.3.1 |
975 | 2024-12-21T02:29:29.260Z | Downloaded hashbrown v0.13.2 |
976 | 2024-12-21T02:29:29.263Z | Downloaded idna v0.5.0 |
977 | 2024-12-21T02:29:29.268Z | Downloaded bindgen v0.69.5 |
978 | 2024-12-21T02:29:29.276Z | Downloaded openssl-sys v0.9.103 |
979 | 2024-12-21T02:29:29.281Z | Downloaded chrono v0.4.38 |
980 | 2024-12-21T02:29:29.289Z | Downloaded typed-path v0.9.3 |
981 | 2024-12-21T02:29:29.295Z | Downloaded tokio-util v0.7.12 |
982 | 2024-12-21T02:29:29.302Z | Downloaded hashbrown v0.14.5 |
983 | 2024-12-21T02:29:29.308Z | Downloaded bitvec v1.0.1 |
984 | 2024-12-21T02:29:29.325Z | Downloaded git2 v0.19.0 |
985 | 2024-12-21T02:29:29.364Z | Downloaded reqwest v0.12.9 |
986 | 2024-12-21T02:29:29.468Z | Downloaded portable-atomic v1.9.0 |
987 | 2024-12-21T02:29:29.469Z | Downloaded webpki-roots v0.26.6 |
988 | 2024-12-21T02:29:29.469Z | Downloaded proptest v1.5.0 |
989 | 2024-12-21T02:29:29.469Z | Downloaded idna v0.2.3 |
990 | 2024-12-21T02:29:29.508Z | Downloaded nom v7.1.3 |
991 | 2024-12-21T02:29:29.508Z | Downloaded flate2 v1.0.34 |
992 | 2024-12-21T02:29:29.508Z | Downloaded futures-util v0.3.31 |
993 | 2024-12-21T02:29:29.508Z | Downloaded salty v0.3.0 |
994 | 2024-12-21T02:29:29.508Z | Downloaded regress v0.10.1 |
995 | 2024-12-21T02:29:29.508Z | Downloaded h2 v0.4.6 |
996 | 2024-12-21T02:29:29.509Z | Downloaded dropshot v0.12.0 |
997 | 2024-12-21T02:29:29.510Z | Downloaded time v0.3.36 |
998 | 2024-12-21T02:29:29.510Z | Downloaded trust-dns-proto v0.22.0 |
999 | 2024-12-21T02:29:29.510Z | Downloaded petname v2.0.2 |
1000 | 2024-12-21T02:29:29.510Z | Downloaded nix v0.27.1 |
1001 | 2024-12-21T02:29:29.522Z | Downloaded p384 v0.13.0 |
1002 | 2024-12-21T02:29:29.522Z | Downloaded quinn-proto v0.11.8 |
1003 | 2024-12-21T02:29:29.522Z | Downloaded unicode-width v0.2.0 |
1004 | 2024-12-21T02:29:29.522Z | Downloaded object v0.30.4 |
1005 | 2024-12-21T02:29:29.522Z | Downloaded p521 v0.13.3 |
1006 | 2024-12-21T02:29:29.522Z | Downloaded openapiv3 v2.0.0 |
1007 | 2024-12-21T02:29:29.526Z | Downloaded rustls-webpki v0.101.7 |
1008 | 2024-12-21T02:29:29.536Z | Downloaded polar-core v0.27.3 |
1009 | 2024-12-21T02:29:29.545Z | Downloaded zerocopy v0.8.10 |
1010 | 2024-12-21T02:29:29.569Z | Downloaded rustls v0.22.4 |
1011 | 2024-12-21T02:29:29.583Z | Downloaded gimli v0.31.1 |
1012 | 2024-12-21T02:29:29.609Z | Downloaded regex-syntax v0.6.29 |
1013 | 2024-12-21T02:29:29.609Z | Downloaded radix_trie v0.2.1 |
1014 | 2024-12-21T02:29:29.642Z | Downloaded regex-syntax v0.8.5 |
1015 | 2024-12-21T02:29:29.666Z | Downloaded regress v0.9.1 |
1016 | 2024-12-21T02:29:29.666Z | Downloaded sqlparser v0.45.0 |
1017 | 2024-12-21T02:29:29.667Z | Downloaded bstr v1.10.0 |
1018 | 2024-12-21T02:29:29.667Z | Downloaded chrono-tz v0.10.0 |
1019 | 2024-12-21T02:29:29.667Z | Downloaded typify-impl v0.2.0 |
1020 | 2024-12-21T02:29:29.671Z | Downloaded regex v1.11.1 |
1021 | 2024-12-21T02:29:29.699Z | Downloaded rustls v0.23.19 |
1022 | 2024-12-21T02:29:29.712Z | Downloaded diesel v2.2.6 |
1023 | 2024-12-21T02:29:29.728Z | Downloaded vcpkg v0.2.15 |
1024 | 2024-12-21T02:29:29.749Z | Downloaded smoltcp v0.11.0 |
1025 | 2024-12-21T02:29:29.759Z | Downloaded curve25519-dalek v4.1.3 |
1026 | 2024-12-21T02:29:29.764Z | Downloaded openssl v0.10.66 |
1027 | 2024-12-21T02:29:29.816Z | Downloaded smoltcp v0.9.1 |
1028 | 2024-12-21T02:29:29.816Z | Downloaded lzma-sys v0.1.20 |
1029 | 2024-12-21T02:29:29.824Z | Downloaded nix v0.28.0 |
1030 | 2024-12-21T02:29:29.830Z | Downloaded libz-sys v1.1.20 |
1031 | 2024-12-21T02:29:29.848Z | Downloaded dropshot v0.13.0 |
1032 | 2024-12-21T02:29:29.876Z | Downloaded sled v0.34.7 |
1033 | 2024-12-21T02:29:29.880Z | Downloaded petgraph v0.6.5 |
1034 | 2024-12-21T02:29:29.895Z | Downloaded nix v0.29.0 |
1035 | 2024-12-21T02:29:29.906Z | Downloaded rustls v0.21.12 |
1036 | 2024-12-21T02:29:29.918Z | Downloaded hickory-proto v0.24.1 |
1037 | 2024-12-21T02:29:29.933Z | Downloaded serde_with v3.11.0 |
1038 | 2024-12-21T02:29:29.941Z | Downloaded object v0.36.5 |
1039 | 2024-12-21T02:29:29.952Z | Downloaded icu_properties_data v1.5.0 |
1040 | 2024-12-21T02:29:29.966Z | Downloaded unicode-bidi v0.3.17 |
1041 | 2024-12-21T02:29:29.972Z | Downloaded darling_core v0.20.10 |
1042 | 2024-12-21T02:29:29.972Z | Downloaded serde_yaml v0.9.34+deprecated |
1043 | 2024-12-21T02:29:29.974Z | Downloaded rustls-webpki v0.102.8 |
1044 | 2024-12-21T02:29:29.991Z | Downloaded zerocopy-derive v0.6.6 |
1045 | 2024-12-21T02:29:30.002Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1046 | 2024-12-21T02:29:30.014Z | Downloaded ratatui v0.28.1 |
1047 | 2024-12-21T02:29:30.033Z | Downloaded p256 v0.13.2 |
1048 | 2024-12-21T02:29:30.036Z | Downloaded qorb v0.2.1 |
1049 | 2024-12-21T02:29:30.040Z | Downloaded regex-automata v0.4.8 |
1050 | 2024-12-21T02:29:30.057Z | Downloaded strum_macros v0.26.4 |
1051 | 2024-12-21T02:29:30.060Z | Downloaded foreign-types-macros v0.2.3 |
1052 | 2024-12-21T02:29:30.063Z | Downloaded tui-tree-widget v0.22.0 |
1053 | 2024-12-21T02:29:30.063Z | Downloaded dhcproto v0.12.0 |
1054 | 2024-12-21T02:29:30.070Z | Downloaded derive-where v1.2.7 |
1055 | 2024-12-21T02:29:30.070Z | Downloaded slab v0.4.9 |
1056 | 2024-12-21T02:29:30.070Z | Downloaded toml v0.7.8 |
1057 | 2024-12-21T02:29:30.073Z | Downloaded strum_macros v0.25.3 |
1058 | 2024-12-21T02:29:30.078Z | Downloaded dropshot_endpoint v0.13.0 |
1059 | 2024-12-21T02:29:30.082Z | Downloaded hyper v1.5.0 |
1060 | 2024-12-21T02:29:30.085Z | Downloaded sqlparser_derive v0.2.2 |
1061 | 2024-12-21T02:29:30.088Z | Downloaded deranged v0.3.11 |
1062 | 2024-12-21T02:29:30.088Z | Downloaded der_derive v0.7.3 |
1063 | 2024-12-21T02:29:30.092Z | Downloaded which v4.4.2 |
1064 | 2024-12-21T02:29:30.092Z | Downloaded thread_local v1.1.8 |
1065 | 2024-12-21T02:29:30.092Z | Downloaded thiserror-no-std v2.0.2 |
1066 | 2024-12-21T02:29:30.095Z | Downloaded simd-adler32 v0.3.7 |
1067 | 2024-12-21T02:29:30.097Z | Downloaded signal-hook-registry v1.4.2 |
1068 | 2024-12-21T02:29:30.100Z | Downloaded rustc_version v0.4.1 |
1069 | 2024-12-21T02:29:30.100Z | Downloaded env_logger v0.10.2 |
1070 | 2024-12-21T02:29:30.102Z | Downloaded env_filter v0.1.2 |
1071 | 2024-12-21T02:29:30.105Z | Downloaded typify-macro v0.2.0 |
1072 | 2024-12-21T02:29:30.105Z | Downloaded aho-corasick v1.1.3 |
1073 | 2024-12-21T02:29:30.110Z | Downloaded crossterm v0.28.1 |
1074 | 2024-12-21T02:29:30.116Z | Downloaded ssh-cipher v0.2.0 |
1075 | 2024-12-21T02:29:30.119Z | Downloaded csv v1.3.0 |
1076 | 2024-12-21T02:29:30.138Z | Downloaded encoding_rs v0.8.34 |
1077 | 2024-12-21T02:29:30.163Z | Downloaded tokio v1.40.0 |
1078 | 2024-12-21T02:29:30.195Z | Downloaded progenitor-macro v0.8.0 |
1079 | 2024-12-21T02:29:30.201Z | Downloaded unicode-properties v0.1.3 |
1080 | 2024-12-21T02:29:30.201Z | Downloaded url v2.5.3 |
1081 | 2024-12-21T02:29:30.205Z | Downloaded x509-cert v0.2.5 |
1082 | 2024-12-21T02:29:30.208Z | Downloaded itertools v0.12.1 |
1083 | 2024-12-21T02:29:30.217Z | Downloaded password-hash v0.4.2 |
1084 | 2024-12-21T02:29:30.221Z | Downloaded sha3 v0.10.8 |
1085 | 2024-12-21T02:29:30.221Z | Downloaded toml_edit v0.19.15 |
1086 | 2024-12-21T02:29:30.237Z | Downloaded libxml v0.3.3 |
1087 | 2024-12-21T02:29:30.243Z | Downloaded same-file v1.0.6 |
1088 | 2024-12-21T02:29:30.249Z | Downloaded rustc-hash v1.1.0 |
1089 | 2024-12-21T02:29:30.251Z | Downloaded thiserror-impl v2.0.3 |
1090 | 2024-12-21T02:29:30.251Z | Downloaded supports-color v3.0.1 |
1091 | 2024-12-21T02:29:30.251Z | Downloaded strip-ansi-escapes v0.2.0 |
1092 | 2024-12-21T02:29:30.257Z | Downloaded smf v0.2.3 |
1093 | 2024-12-21T02:29:30.258Z | Downloaded signature v2.2.0 |
1094 | 2024-12-21T02:29:30.258Z | Downloaded scrypt v0.11.0 |
1095 | 2024-12-21T02:29:30.258Z | Downloaded flume v0.11.1 |
1096 | 2024-12-21T02:29:30.258Z | Downloaded libm v0.2.8 |
1097 | 2024-12-21T02:29:30.264Z | Downloaded itertools v0.10.5 |
1098 | 2024-12-21T02:29:30.282Z | Downloaded diesel_derives v2.2.3 |
1099 | 2024-12-21T02:29:30.292Z | Downloaded either v1.13.0 |
1100 | 2024-12-21T02:29:30.292Z | Downloaded walkdir v2.5.0 |
1101 | 2024-12-21T02:29:30.295Z | Downloaded psl-types v2.0.11 |
1102 | 2024-12-21T02:29:30.295Z | Downloaded derive_builder_core v0.20.2 |
1103 | 2024-12-21T02:29:30.295Z | Downloaded crossbeam-channel v0.5.13 |
1104 | 2024-12-21T02:29:30.301Z | Downloaded cc v1.1.30 |
1105 | 2024-12-21T02:29:30.304Z | Downloaded backtrace v0.3.74 |
1106 | 2024-12-21T02:29:30.311Z | Downloaded slog-dtrace v0.3.0 |
1107 | 2024-12-21T02:29:30.320Z | Downloaded sqlformat v0.2.6 |
1108 | 2024-12-21T02:29:30.320Z | Downloaded spki v0.7.3 |
1109 | 2024-12-21T02:29:30.334Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1110 | 2024-12-21T02:29:30.383Z | Downloaded spin v0.9.8 |
1111 | 2024-12-21T02:29:30.386Z | Downloaded http v1.1.0 |
1112 | 2024-12-21T02:29:30.390Z | Downloaded display-error-chain v0.2.2 |
1113 | 2024-12-21T02:29:30.393Z | Downloaded dirs-sys-next v0.1.2 |
1114 | 2024-12-21T02:29:30.393Z | Downloaded difflib v0.4.0 |
1115 | 2024-12-21T02:29:30.396Z | Downloaded defmt-parser v0.3.4 |
1116 | 2024-12-21T02:29:30.396Z | Downloaded zeroize_derive v1.4.2 |
1117 | 2024-12-21T02:29:30.396Z | Downloaded time-macros v0.2.18 |
1118 | 2024-12-21T02:29:30.399Z | Downloaded parking_lot v0.12.3 |
1119 | 2024-12-21T02:29:30.399Z | Downloaded half v2.4.1 |
1120 | 2024-12-21T02:29:30.401Z | Downloaded base64 v0.21.7 |
1121 | 2024-12-21T02:29:30.405Z | Downloaded test-strategy v0.3.1 |
1122 | 2024-12-21T02:29:30.409Z | Downloaded foreign-types v0.3.2 |
1123 | 2024-12-21T02:29:30.410Z | Downloaded vsss-rs v3.3.4 |
1124 | 2024-12-21T02:29:30.413Z | Downloaded serde_plain v1.0.2 |
1125 | 2024-12-21T02:29:30.413Z | Downloaded serde_path_to_error v0.1.16 |
1126 | 2024-12-21T02:29:30.415Z | Downloaded serde-hex v0.1.0 |
1127 | 2024-12-21T02:29:30.415Z | Downloaded heapless v0.7.17 |
1128 | 2024-12-21T02:29:30.419Z | Downloaded waitgroup v0.1.2 |
1129 | 2024-12-21T02:29:30.422Z | Downloaded rustversion v1.0.17 |
1130 | 2024-12-21T02:29:30.425Z | Downloaded base64 v0.13.1 |
1131 | 2024-12-21T02:29:30.428Z | Downloaded static_assertions v1.1.0 |
1132 | 2024-12-21T02:29:30.428Z | Downloaded slog v2.7.0 |
1133 | 2024-12-21T02:29:30.431Z | Downloaded snafu-derive v0.8.5 |
1134 | 2024-12-21T02:29:30.431Z | Downloaded smallvec v1.13.2 |
1135 | 2024-12-21T02:29:30.433Z | Downloaded embedded-io v0.6.1 |
1136 | 2024-12-21T02:29:30.433Z | Downloaded scopeguard v1.2.0 |
1137 | 2024-12-21T02:29:30.436Z | Downloaded icu_properties v1.5.1 |
1138 | 2024-12-21T02:29:30.439Z | Downloaded icu_locid_transform_data v1.5.0 |
1139 | 2024-12-21T02:29:30.439Z | Downloaded crc-any v2.5.0 |
1140 | 2024-12-21T02:29:30.442Z | Downloaded hex v0.4.3 |
1141 | 2024-12-21T02:29:30.445Z | Downloaded cbc v0.1.2 |
1142 | 2024-12-21T02:29:30.445Z | Downloaded bit-vec v0.6.3 |
1143 | 2024-12-21T02:29:30.447Z | Downloaded async-stream v0.3.6 |
1144 | 2024-12-21T02:29:30.447Z | Downloaded kstat-rs v0.2.4 |
1145 | 2024-12-21T02:29:30.451Z | Downloaded indent_write v2.2.0 |
1146 | 2024-12-21T02:29:30.451Z | Downloaded ipnetwork v0.20.0 |
1147 | 2024-12-21T02:29:30.455Z | Downloaded highway v1.2.0 |
1148 | 2024-12-21T02:29:30.455Z | Downloaded crossbeam-deque v0.8.5 |
1149 | 2024-12-21T02:29:30.458Z | Downloaded cassowary v0.3.0 |
1150 | 2024-12-21T02:29:30.458Z | Downloaded bit-set v0.5.3 |
1151 | 2024-12-21T02:29:30.458Z | Downloaded backoff v0.4.0 |
1152 | 2024-12-21T02:29:30.463Z | Downloaded chacha20 v0.9.1 |
1153 | 2024-12-21T02:29:30.463Z | Downloaded crc-catalog v2.4.0 |
1154 | 2024-12-21T02:29:30.463Z | Downloaded cipher v0.4.4 |
1155 | 2024-12-21T02:29:30.467Z | Downloaded bitfield v0.14.0 |
1156 | 2024-12-21T02:29:30.467Z | Downloaded bcrypt-pbkdf v0.10.0 |
1157 | 2024-12-21T02:29:30.467Z | Downloaded lalrpop-util v0.19.12 |
1158 | 2024-12-21T02:29:30.467Z | Downloaded curve25519-dalek-derive v0.1.1 |
1159 | 2024-12-21T02:29:30.467Z | Downloaded block-padding v0.3.3 |
1160 | 2024-12-21T02:29:30.471Z | Downloaded blowfish v0.9.1 |
1161 | 2024-12-21T02:29:30.471Z | Downloaded internet-checksum v0.2.1 |
1162 | 2024-12-21T02:29:30.471Z | Downloaded hubpack v0.1.2 |
1163 | 2024-12-21T02:29:30.480Z | Downloaded bitfield-struct v0.6.2 |
1164 | 2024-12-21T02:29:30.480Z | Downloaded bitflags v1.3.2 |
1165 | 2024-12-21T02:29:30.485Z | Downloaded lockfree-object-pool v0.1.6 |
1166 | 2024-12-21T02:29:30.485Z | Downloaded libsw v3.3.1 |
1167 | 2024-12-21T02:29:30.485Z | Downloaded async-recursion v1.1.1 |
1168 | 2024-12-21T02:29:30.485Z | Downloaded hex-literal v0.4.1 |
1169 | 2024-12-21T02:29:30.485Z | Downloaded cstr-argument v0.1.2 |
1170 | 2024-12-21T02:29:30.485Z | Downloaded adler2 v2.0.0 |
1171 | 2024-12-21T02:29:30.641Z | Downloaded libsqlite3-sys v0.30.1 |
1172 | 2024-12-21T02:29:30.931Z | Downloaded ring v0.17.8 |
1173 | 2024-12-21T02:29:31.292Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2024-12-21T02:29:31.602Z | Compiling serde v1.0.215 |
1175 | 2024-12-21T02:29:31.604Z | Compiling lock_api v0.4.12 |
1176 | 2024-12-21T02:29:31.604Z | Compiling scopeguard v1.2.0 |
1177 | 2024-12-21T02:29:31.604Z | Compiling value-bag v1.9.0 |
1178 | 2024-12-21T02:29:31.604Z | Compiling typenum v1.17.0 |
1179 | 2024-12-21T02:29:31.604Z | Compiling generic-array v0.14.7 |
1180 | 2024-12-21T02:29:31.604Z | Compiling syn v2.0.87 |
1181 | 2024-12-21T02:29:31.604Z | Compiling getrandom v0.2.15 |
1182 | 2024-12-21T02:29:31.937Z | Compiling subtle v2.6.1 |
1183 | 2024-12-21T02:29:32.135Z | Compiling rand_core v0.6.4 |
1184 | 2024-12-21T02:29:32.228Z | Compiling log v0.4.22 |
1185 | 2024-12-21T02:29:32.305Z | Compiling shlex v1.3.0 |
1186 | 2024-12-21T02:29:32.340Z | Compiling jobserver v0.1.32 |
1187 | 2024-12-21T02:29:32.360Z | Compiling smallvec v1.13.2 |
1188 | 2024-12-21T02:29:32.673Z | Compiling const-oid v0.9.6 |
1189 | 2024-12-21T02:29:32.695Z | Compiling spin v0.9.8 |
1190 | 2024-12-21T02:29:32.738Z | Compiling cc v1.1.30 |
1191 | 2024-12-21T02:29:32.784Z | Compiling pin-project-lite v0.2.14 |
1192 | 2024-12-21T02:29:33.017Z | Compiling rustix v0.38.37 |
1193 | 2024-12-21T02:29:33.164Z | Compiling parking_lot_core v0.9.10 |
1194 | 2024-12-21T02:29:33.164Z | Compiling futures-core v0.3.31 |
1195 | 2024-12-21T02:29:33.335Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2024-12-21T02:29:33.430Z | Compiling mio v1.0.2 |
1197 | 2024-12-21T02:29:33.908Z | Compiling aho-corasick v1.1.3 |
1198 | 2024-12-21T02:29:34.136Z | Compiling parking_lot v0.12.3 |
1199 | 2024-12-21T02:29:34.256Z | Compiling cpufeatures v0.2.14 |
1200 | 2024-12-21T02:29:34.363Z | Compiling regex-syntax v0.8.5 |
1201 | 2024-12-21T02:29:34.570Z | Compiling either v1.13.0 |
1202 | 2024-12-21T02:29:34.643Z | Compiling lazy_static v1.5.0 |
1203 | 2024-12-21T02:29:34.696Z | Compiling futures-sink v0.3.31 |
1204 | 2024-12-21T02:29:34.759Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2024-12-21T02:29:34.844Z | Compiling glob v0.3.1 |
1206 | 2024-12-21T02:29:34.877Z | Compiling socket2 v0.5.7 |
1207 | 2024-12-21T02:29:34.983Z | Compiling slab v0.4.9 |
1208 | 2024-12-21T02:29:35.032Z | Compiling prettyplease v0.2.25 |
1209 | 2024-12-21T02:29:35.438Z | Compiling minimal-lexical v0.2.1 |
1210 | 2024-12-21T02:29:35.789Z | Compiling libloading v0.8.5 |
1211 | 2024-12-21T02:29:35.900Z | Compiling nom v7.1.3 |
1212 | 2024-12-21T02:29:35.911Z | Compiling clang-sys v1.8.1 |
1213 | 2024-12-21T02:29:35.970Z | Compiling home v0.5.9 |
1214 | 2024-12-21T02:29:36.227Z | Compiling bindgen v0.69.5 |
1215 | 2024-12-21T02:29:36.250Z | Compiling serde_json v1.0.132 |
1216 | 2024-12-21T02:29:36.653Z | Compiling itertools v0.12.1 |
1217 | 2024-12-21T02:29:37.090Z | Compiling futures-channel v0.3.31 |
1218 | 2024-12-21T02:29:37.138Z | Compiling pin-utils v0.1.0 |
1219 | 2024-12-21T02:29:37.218Z | Compiling rustc-hash v1.1.0 |
1220 | 2024-12-21T02:29:37.377Z | Compiling futures-task v0.3.31 |
1221 | 2024-12-21T02:29:37.474Z | Compiling foldhash v0.1.3 |
1222 | 2024-12-21T02:29:37.679Z | Compiling allocator-api2 v0.2.18 |
1223 | 2024-12-21T02:29:37.760Z | Compiling futures-io v0.3.31 |
1224 | 2024-12-21T02:29:38.099Z | Compiling regex-automata v0.4.8 |
1225 | 2024-12-21T02:29:38.470Z | Compiling lazycell v1.3.0 |
1226 | 2024-12-21T02:29:38.644Z | Compiling hashbrown v0.15.1 |
1227 | 2024-12-21T02:29:39.502Z | Compiling synstructure v0.13.1 |
1228 | 2024-12-21T02:29:39.649Z | Compiling cexpr v0.6.0 |
1229 | 2024-12-21T02:29:40.020Z | Compiling cmake v0.1.51 |
1230 | 2024-12-21T02:29:41.123Z | Compiling pkg-config v0.3.31 |
1231 | 2024-12-21T02:29:41.269Z | Compiling libm v0.2.8 |
1232 | 2024-12-21T02:29:41.347Z | Compiling tinyvec_macros v0.1.1 |
1233 | 2024-12-21T02:29:41.444Z | Compiling dunce v1.0.5 |
1234 | 2024-12-21T02:29:41.484Z | Compiling fs_extra v1.3.0 |
1235 | 2024-12-21T02:29:41.588Z | Compiling tinyvec v1.8.0 |
1236 | 2024-12-21T02:29:41.634Z | Compiling num-traits v0.2.19 |
1237 | 2024-12-21T02:29:42.148Z | Compiling ring v0.17.8 |
1238 | 2024-12-21T02:29:42.687Z | Compiling base64ct v1.6.0 |
1239 | 2024-12-21T02:29:42.723Z | Compiling paste v1.0.15 |
1240 | 2024-12-21T02:29:43.482Z | Compiling unicode-normalization v0.1.24 |
1241 | 2024-12-21T02:29:43.535Z | Compiling litemap v0.7.3 |
1242 | 2024-12-21T02:29:43.535Z | Compiling unicode-bidi v0.3.17 |
1243 | 2024-12-21T02:29:43.535Z | Compiling writeable v0.5.5 |
1244 | 2024-12-21T02:29:43.628Z | Compiling regex v1.11.1 |
1245 | 2024-12-21T02:29:43.907Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2024-12-21T02:29:44.586Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2024-12-21T02:29:44.610Z | Compiling httparse v1.9.5 |
1248 | 2024-12-21T02:29:44.632Z | Compiling flagset v0.4.6 |
1249 | 2024-12-21T02:29:45.037Z | Compiling tracing-core v0.1.32 |
1250 | 2024-12-21T02:29:45.393Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2024-12-21T02:29:45.465Z | Compiling percent-encoding v2.3.1 |
1252 | 2024-12-21T02:29:45.807Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2024-12-21T02:29:45.940Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2024-12-21T02:29:46.403Z | Compiling mirai-annotations v1.12.0 |
1255 | 2024-12-21T02:29:46.424Z | Compiling vcpkg v0.2.15 |
1256 | 2024-12-21T02:29:46.438Z | Compiling serde_derive v1.0.215 |
1257 | 2024-12-21T02:29:46.591Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-12-21T02:29:46.591Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2024-12-21T02:29:47.011Z | Compiling tokio-macros v2.4.0 |
1260 | 2024-12-21T02:29:48.192Z | Compiling zeroize v1.8.1 |
1261 | 2024-12-21T02:29:48.589Z | Compiling zerofrom-derive v0.1.4 |
1262 | 2024-12-21T02:29:48.627Z | Compiling thiserror-impl v1.0.69 |
1263 | 2024-12-21T02:29:48.751Z | Compiling yoke-derive v0.7.4 |
1264 | 2024-12-21T02:29:48.841Z | Compiling zerocopy v0.7.35 |
1265 | 2024-12-21T02:29:49.928Z | Compiling crypto-common v0.1.6 |
1266 | 2024-12-21T02:29:50.174Z | Compiling block-buffer v0.10.4 |
1267 | 2024-12-21T02:29:50.465Z | Compiling digest v0.10.7 |
1268 | 2024-12-21T02:29:50.494Z | Compiling zerovec-derive v0.10.3 |
1269 | 2024-12-21T02:29:50.741Z | Compiling futures-macro v0.3.31 |
1270 | 2024-12-21T02:29:50.934Z | Compiling hmac v0.12.1 |
1271 | 2024-12-21T02:29:51.185Z | Compiling block-padding v0.3.3 |
1272 | 2024-12-21T02:29:51.415Z | Compiling displaydoc v0.2.5 |
1273 | 2024-12-21T02:29:51.730Z | Compiling inout v0.1.3 |
1274 | 2024-12-21T02:29:52.009Z | Compiling cipher v0.4.4 |
1275 | 2024-12-21T02:29:52.014Z | Compiling thiserror v1.0.69 |
1276 | 2024-12-21T02:29:52.191Z | Compiling sha2 v0.10.8 |
1277 | 2024-12-21T02:29:52.488Z | Compiling ppv-lite86 v0.2.20 |
1278 | 2024-12-21T02:29:52.608Z | Compiling futures-util v0.3.31 |
1279 | 2024-12-21T02:29:52.661Z | Compiling zerofrom v0.1.4 |
1280 | 2024-12-21T02:29:52.896Z | Compiling yoke v0.7.4 |
1281 | 2024-12-21T02:29:53.107Z | Compiling icu_provider_macros v1.5.0 |
1282 | 2024-12-21T02:29:53.127Z | Compiling der_derive v0.7.3 |
1283 | 2024-12-21T02:29:53.144Z | Compiling tracing-attributes v0.1.27 |
1284 | 2024-12-21T02:29:53.260Z | Compiling zerovec v0.10.4 |
1285 | 2024-12-21T02:29:53.299Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-12-21T02:29:54.264Z | Compiling rand v0.8.5 |
1287 | 2024-12-21T02:29:55.552Z | Compiling tinystr v0.7.6 |
1288 | 2024-12-21T02:29:55.629Z | Compiling icu_collections v1.5.0 |
1289 | 2024-12-21T02:29:55.644Z | Compiling der v0.7.9 |
1290 | 2024-12-21T02:29:55.757Z | Compiling salsa20 v0.10.2 |
1291 | 2024-12-21T02:29:55.996Z | Compiling icu_locid v1.5.0 |
1292 | 2024-12-21T02:29:56.027Z | Compiling pest v2.7.14 |
1293 | 2024-12-21T02:29:56.511Z | Compiling pbkdf2 v0.12.2 |
1294 | 2024-12-21T02:29:56.696Z | Compiling powerfmt v0.2.0 |
1295 | 2024-12-21T02:29:57.017Z | Compiling tracing v0.1.40 |
1296 | 2024-12-21T02:29:57.138Z | Compiling icu_properties_data v1.5.0 |
1297 | 2024-12-21T02:29:57.194Z | Compiling icu_provider v1.5.0 |
1298 | 2024-12-21T02:29:57.350Z | Compiling untrusted v0.9.0 |
1299 | 2024-12-21T02:29:57.544Z | Compiling num-conv v0.1.0 |
1300 | 2024-12-21T02:29:57.559Z | Compiling time-core v0.1.2 |
1301 | 2024-12-21T02:29:57.731Z | Compiling spki v0.7.3 |
1302 | 2024-12-21T02:29:57.837Z | Compiling untrusted v0.7.1 |
1303 | 2024-12-21T02:29:58.034Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2024-12-21T02:29:58.135Z | Compiling time-macros v0.2.18 |
1305 | 2024-12-21T02:29:58.403Z | Compiling deranged v0.3.11 |
1306 | 2024-12-21T02:29:58.941Z | Compiling pest_meta v2.7.14 |
1307 | 2024-12-21T02:29:59.005Z | Compiling scrypt v0.11.0 |
1308 | 2024-12-21T02:29:59.060Z | Compiling aes v0.8.4 |
1309 | 2024-12-21T02:29:59.589Z | Compiling icu_properties v1.5.1 |
1310 | 2024-12-21T02:30:00.344Z | Compiling cbc v0.1.2 |
1311 | 2024-12-21T02:30:00.636Z | Compiling bitflags v2.6.0 |
1312 | 2024-12-21T02:30:00.778Z | Compiling bytes v1.8.0 |
1313 | 2024-12-21T02:30:01.521Z | Compiling indexmap v2.6.0 |
1314 | 2024-12-21T02:30:02.002Z | Compiling tokio v1.40.0 |
1315 | 2024-12-21T02:30:02.113Z | Compiling http v1.1.0 |
1316 | 2024-12-21T02:30:02.135Z | Compiling semver v1.0.23 |
1317 | 2024-12-21T02:30:02.907Z | Compiling rustc_version v0.4.1 |
1318 | 2024-12-21T02:30:02.971Z | Compiling openssl-sys v0.9.103 |
1319 | 2024-12-21T02:30:03.703Z | Compiling scroll_derive v0.12.0 |
1320 | 2024-12-21T02:30:04.126Z | Compiling write16 v1.0.0 |
1321 | 2024-12-21T02:30:04.144Z | Compiling num_threads v0.1.7 |
1322 | 2024-12-21T02:30:04.267Z | Compiling icu_normalizer_data v1.5.0 |
1323 | 2024-12-21T02:30:04.278Z | Compiling utf16_iter v1.0.5 |
1324 | 2024-12-21T02:30:04.373Z | Compiling atomic-waker v1.1.2 |
1325 | 2024-12-21T02:30:04.520Z | Compiling utf8_iter v1.0.4 |
1326 | 2024-12-21T02:30:04.633Z | Compiling time v0.3.36 |
1327 | 2024-12-21T02:30:04.697Z | Compiling http-body v1.0.1 |
1328 | 2024-12-21T02:30:04.737Z | Compiling icu_normalizer v1.5.0 |
1329 | 2024-12-21T02:30:04.763Z | Compiling pkcs5 v0.7.1 |
1330 | 2024-12-21T02:30:04.807Z | Compiling pest_generator v2.7.14 |
1331 | 2024-12-21T02:30:05.177Z | Compiling which v4.4.2 |
1332 | 2024-12-21T02:30:05.324Z | Compiling scroll v0.12.0 |
1333 | 2024-12-21T02:30:06.000Z | Compiling form_urlencoded v1.2.1 |
1334 | 2024-12-21T02:30:06.079Z | Compiling slog v2.7.0 |
1335 | 2024-12-21T02:30:06.255Z | Compiling try-lock v0.2.5 |
1336 | 2024-12-21T02:30:06.433Z | Compiling want v0.3.1 |
1337 | 2024-12-21T02:30:06.536Z | Compiling goblin v0.8.2 |
1338 | 2024-12-21T02:30:06.720Z | Compiling idna_adapter v1.2.0 |
1339 | 2024-12-21T02:30:06.776Z | Compiling pkcs8 v0.10.2 |
1340 | 2024-12-21T02:30:06.800Z | Compiling httpdate v1.0.3 |
1341 | 2024-12-21T02:30:06.847Z | Compiling idna v1.0.3 |
1342 | 2024-12-21T02:30:06.948Z | Compiling pest_derive v2.7.14 |
1343 | 2024-12-21T02:30:07.392Z | Compiling uuid v1.11.0 |
1344 | 2024-12-21T02:30:07.788Z | Compiling dtrace-parser v0.2.0 |
1345 | 2024-12-21T02:30:10.399Z | Compiling toml_datetime v0.6.8 |
1346 | 2024-12-21T02:30:10.494Z | Compiling serde_spanned v0.6.8 |
1347 | 2024-12-21T02:30:10.494Z | Compiling serde_tokenstream v0.2.2 |
1348 | 2024-12-21T02:30:10.517Z | Compiling openssl v0.10.66 |
1349 | 2024-12-21T02:30:10.517Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-21T02:30:10.517Z | Compiling adler2 v2.0.0 |
1351 | 2024-12-21T02:30:10.517Z | Compiling foreign-types-shared v0.1.1 |
1352 | 2024-12-21T02:30:10.517Z | Compiling base64 v0.22.1 |
1353 | 2024-12-21T02:30:10.517Z | Compiling iana-time-zone v0.1.61 |
1354 | 2024-12-21T02:30:10.517Z | Compiling tower-service v0.3.3 |
1355 | 2024-12-21T02:30:10.517Z | Compiling rustversion v1.0.17 |
1356 | 2024-12-21T02:30:10.517Z | Compiling chrono v0.4.38 |
1357 | 2024-12-21T02:30:10.517Z | Compiling foreign-types v0.3.2 |
1358 | 2024-12-21T02:30:10.517Z | Compiling miniz_oxide v0.8.0 |
1359 | 2024-12-21T02:30:10.517Z | Compiling hostname v0.3.1 |
1360 | 2024-12-21T02:30:10.519Z | Compiling url v2.5.3 |
1361 | 2024-12-21T02:30:10.519Z | Compiling async-trait v0.1.83 |
1362 | 2024-12-21T02:30:11.518Z | Compiling tokio-util v0.7.12 |
1363 | 2024-12-21T02:30:11.652Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-12-21T02:30:12.050Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-12-21T02:30:12.419Z | Compiling dof v0.3.0 |
1366 | 2024-12-21T02:30:12.718Z | Compiling h2 v0.4.6 |
1367 | 2024-12-21T02:30:12.960Z | Compiling native-tls v0.2.12 |
1368 | 2024-12-21T02:30:13.042Z | Compiling rustls v0.22.4 |
1369 | 2024-12-21T02:30:13.277Z | Compiling usdt-impl v0.5.0 |
1370 | 2024-12-21T02:30:13.297Z | Compiling siphasher v0.3.11 |
1371 | 2024-12-21T02:30:13.637Z | Compiling data-encoding v2.6.0 |
1372 | 2024-12-21T02:30:13.659Z | Compiling rustls v0.23.19 |
1373 | 2024-12-21T02:30:13.921Z | Compiling syn v1.0.109 |
1374 | 2024-12-21T02:30:14.643Z | Compiling dirs-next v2.0.0 |
1375 | 2024-12-21T02:30:14.900Z | Compiling crossbeam-epoch v0.9.18 |
1376 | 2024-12-21T02:30:15.747Z | Compiling http-body-util v0.1.2 |
1377 | 2024-12-21T02:30:16.086Z | Compiling heapless v0.7.17 |
1378 | 2024-12-21T02:30:16.287Z | Compiling sha1 v0.10.6 |
1379 | 2024-12-21T02:30:16.322Z | Compiling signature v2.2.0 |
1380 | 2024-12-21T02:30:16.522Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2024-12-21T02:30:16.622Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2024-12-21T02:30:16.715Z | Compiling thread_local v1.1.8 |
1383 | 2024-12-21T02:30:16.971Z | Compiling cookie v0.18.1 |
1384 | 2024-12-21T02:30:17.013Z | Compiling multer v3.1.0 |
1385 | 2024-12-21T02:30:17.253Z | Compiling encoding_rs v0.8.34 |
1386 | 2024-12-21T02:30:17.278Z | Compiling mime v0.3.17 |
1387 | 2024-12-21T02:30:17.303Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-21T02:30:17.660Z | Compiling slog-async v2.8.0 |
1389 | 2024-12-21T02:30:17.847Z | Compiling gimli v0.31.1 |
1390 | 2024-12-21T02:30:18.202Z | Compiling unicode-properties v0.1.3 |
1391 | 2024-12-21T02:30:18.562Z | Compiling signal-hook v0.3.17 |
1392 | 2024-12-21T02:30:18.598Z | Compiling openssl-probe v0.1.5 |
1393 | 2024-12-21T02:30:18.767Z | Compiling rayon-core v1.12.1 |
1394 | 2024-12-21T02:30:18.943Z | Compiling schemars v0.8.21 |
1395 | 2024-12-21T02:30:19.088Z | Compiling stringprep v0.1.5 |
1396 | 2024-12-21T02:30:19.368Z | Compiling schemars_derive v0.8.21 |
1397 | 2024-12-21T02:30:19.388Z | Compiling toml_edit v0.22.22 |
1398 | 2024-12-21T02:30:20.372Z | Compiling hyper v1.5.0 |
1399 | 2024-12-21T02:30:22.459Z | Compiling addr2line v0.24.2 |
1400 | 2024-12-21T02:30:22.814Z | Compiling hyper-util v0.1.10 |
1401 | 2024-12-21T02:30:23.259Z | Compiling usdt-macro v0.5.0 |
1402 | 2024-12-21T02:30:23.350Z | Compiling usdt-attr-macro v0.5.0 |
1403 | 2024-12-21T02:30:23.564Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2024-12-21T02:30:23.892Z | Compiling term v0.7.0 |
1405 | 2024-12-21T02:30:24.609Z | Compiling slog-json v2.6.1 |
1406 | 2024-12-21T02:30:24.682Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-12-21T02:30:24.964Z | Compiling crossbeam-channel v0.5.13 |
1408 | 2024-12-21T02:30:25.006Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2024-12-21T02:30:25.214Z | Compiling futures-executor v0.3.31 |
1410 | 2024-12-21T02:30:25.434Z | Compiling enum-as-inner v0.6.1 |
1411 | 2024-12-21T02:30:25.680Z | Compiling md-5 v0.10.6 |
1412 | 2024-12-21T02:30:25.837Z | Compiling rustls-pemfile v2.2.0 |
1413 | 2024-12-21T02:30:25.970Z | Compiling async-stream-impl v0.3.6 |
1414 | 2024-12-21T02:30:25.992Z | Compiling num-integer v0.1.46 |
1415 | 2024-12-21T02:30:26.182Z | Compiling idna v0.4.0 |
1416 | 2024-12-21T02:30:26.192Z | Compiling idna v0.3.0 |
1417 | 2024-12-21T02:30:26.482Z | Compiling hash32 v0.2.1 |
1418 | 2024-12-21T02:30:26.788Z | Compiling ff v0.13.0 |
1419 | 2024-12-21T02:30:26.853Z | Compiling is-terminal v0.4.13 |
1420 | 2024-12-21T02:30:26.984Z | Compiling dropshot v0.12.0 |
1421 | 2024-12-21T02:30:27.004Z | Compiling object v0.36.5 |
1422 | 2024-12-21T02:30:27.271Z | Compiling portable-atomic v1.9.0 |
1423 | 2024-12-21T02:30:27.326Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-12-21T02:30:27.812Z | Compiling quick-error v1.2.3 |
1425 | 2024-12-21T02:30:27.857Z | Compiling utf-8 v0.7.6 |
1426 | 2024-12-21T02:30:27.857Z | Compiling num-bigint-dig v0.8.4 |
1427 | 2024-12-21T02:30:28.060Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-12-21T02:30:28.073Z | Compiling take_mut v0.2.2 |
1429 | 2024-12-21T02:30:28.183Z | Compiling rustc-demangle v0.1.24 |
1430 | 2024-12-21T02:30:28.201Z | Compiling base16ct v0.2.0 |
1431 | 2024-12-21T02:30:28.239Z | Compiling psl-types v2.0.11 |
1432 | 2024-12-21T02:30:28.256Z | Compiling linked-hash-map v0.5.6 |
1433 | 2024-12-21T02:30:28.311Z | Compiling smoltcp v0.9.1 |
1434 | 2024-12-21T02:30:28.388Z | Compiling anyhow v1.0.93 |
1435 | 2024-12-21T02:30:28.503Z | Compiling publicsuffix v2.2.3 |
1436 | 2024-12-21T02:30:28.587Z | Compiling lru-cache v0.1.2 |
1437 | 2024-12-21T02:30:32.935Z | Compiling sec1 v0.7.3 |
1438 | 2024-12-21T02:30:32.935Z | Compiling tungstenite v0.24.0 |
1439 | 2024-12-21T02:30:32.935Z | Compiling postgres-protocol v0.6.7 |
1440 | 2024-12-21T02:30:32.935Z | Compiling resolv-conf v0.7.0 |
1441 | 2024-12-21T02:30:32.935Z | Compiling async-stream v0.3.6 |
1442 | 2024-12-21T02:30:32.935Z | Compiling hickory-proto v0.24.1 |
1443 | 2024-12-21T02:30:32.935Z | Compiling usdt v0.5.0 |
1444 | 2024-12-21T02:30:32.935Z | Compiling group v0.13.0 |
1445 | 2024-12-21T02:30:32.935Z | Compiling slog-term v2.9.1 |
1446 | 2024-12-21T02:30:32.935Z | Compiling num-iter v0.1.45 |
1447 | 2024-12-21T02:30:32.935Z | Compiling futures v0.3.31 |
1448 | 2024-12-21T02:30:32.936Z | Compiling slog-bunyan v2.5.0 |
1449 | 2024-12-21T02:30:32.936Z | Compiling toml v0.8.19 |
1450 | 2024-12-21T02:30:33.406Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2024-12-21T02:30:33.681Z | Compiling camino v1.1.9 |
1452 | 2024-12-21T02:30:34.169Z | Compiling phf_shared v0.11.2 |
1453 | 2024-12-21T02:30:34.189Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2024-12-21T02:30:34.565Z | Compiling backtrace v0.3.74 |
1455 | 2024-12-21T02:30:34.655Z | Compiling terminal_size v0.4.0 |
1456 | 2024-12-21T02:30:34.880Z | Compiling waitgroup v0.1.2 |
1457 | 2024-12-21T02:30:35.066Z | Compiling openapiv3 v2.0.0 |
1458 | 2024-12-21T02:30:35.113Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2024-12-21T02:30:35.134Z | Compiling hkdf v0.12.4 |
1460 | 2024-12-21T02:30:35.415Z | Compiling crypto-bigint v0.5.5 |
1461 | 2024-12-21T02:30:35.988Z | Compiling webpki-roots v0.26.6 |
1462 | 2024-12-21T02:30:36.217Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2024-12-21T02:30:37.800Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2024-12-21T02:30:38.261Z | Compiling idna v0.5.0 |
1465 | 2024-12-21T02:30:38.742Z | Compiling hubpack_derive v0.1.1 |
1466 | 2024-12-21T02:30:38.831Z | Compiling hostname v0.4.0 |
1467 | 2024-12-21T02:30:39.098Z | Compiling fs-err v2.11.0 |
1468 | 2024-12-21T02:30:39.390Z | Compiling ahash v0.8.11 |
1469 | 2024-12-21T02:30:39.592Z | Compiling crc32fast v1.4.2 |
1470 | 2024-12-21T02:30:39.629Z | Compiling managed v0.8.0 |
1471 | 2024-12-21T02:30:39.736Z | Compiling bitflags v1.3.2 |
1472 | 2024-12-21T02:30:39.851Z | Compiling winnow v0.5.40 |
1473 | 2024-12-21T02:30:39.873Z | Compiling debug-ignore v1.0.5 |
1474 | 2024-12-21T02:30:39.920Z | Compiling clap_builder v4.5.21 |
1475 | 2024-12-21T02:30:40.056Z | Compiling strum_macros v0.25.3 |
1476 | 2024-12-21T02:30:40.093Z | Compiling zerocopy v0.6.6 |
1477 | 2024-12-21T02:30:40.934Z | Compiling console v0.15.8 |
1478 | 2024-12-21T02:30:41.047Z | Compiling flate2 v1.0.34 |
1479 | 2024-12-21T02:30:41.825Z | Compiling hubpack v0.1.2 |
1480 | 2024-12-21T02:30:42.173Z | Compiling cookie_store v0.21.0 |
1481 | 2024-12-21T02:30:42.192Z | Compiling elliptic-curve v0.13.8 |
1482 | 2024-12-21T02:30:42.475Z | Compiling hickory-resolver v0.24.1 |
1483 | 2024-12-21T02:30:43.760Z | Compiling toml_edit v0.19.15 |
1484 | 2024-12-21T02:30:43.784Z | Compiling phf v0.11.2 |
1485 | 2024-12-21T02:30:43.972Z | Compiling signal-hook-mio v0.2.4 |
1486 | 2024-12-21T02:30:44.069Z | Compiling hyper-tls v0.6.0 |
1487 | 2024-12-21T02:30:44.142Z | Compiling rayon v1.10.0 |
1488 | 2024-12-21T02:30:44.265Z | Compiling bzip2 v0.4.4 |
1489 | 2024-12-21T02:30:44.658Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2024-12-21T02:30:45.223Z | Compiling postgres-types v0.2.8 |
1491 | 2024-12-21T02:30:48.213Z | Compiling ed25519 v2.2.3 |
1492 | 2024-12-21T02:30:49.024Z | Compiling phf_shared v0.10.0 |
1493 | 2024-12-21T02:30:49.293Z | Compiling tokio-stream v0.1.16 |
1494 | 2024-12-21T02:30:49.429Z | Compiling pkcs1 v0.7.5 |
1495 | 2024-12-21T02:30:49.570Z | Compiling serde-big-array v0.5.1 |
1496 | 2024-12-21T02:30:49.789Z | Compiling clap_derive v4.5.18 |
1497 | 2024-12-21T02:30:50.129Z | Compiling rfc6979 v0.4.0 |
1498 | 2024-12-21T02:30:50.326Z | Compiling serde_repr v0.1.19 |
1499 | 2024-12-21T02:30:50.410Z | Compiling derive-where v1.2.7 |
1500 | 2024-12-21T02:30:50.446Z | Compiling float-cmp v0.9.0 |
1501 | 2024-12-21T02:30:50.487Z | Compiling bstr v1.10.0 |
1502 | 2024-12-21T02:30:50.686Z | Compiling sync_wrapper v1.0.1 |
1503 | 2024-12-21T02:30:50.839Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-21T02:30:50.964Z | Compiling number_prefix v0.4.0 |
1505 | 2024-12-21T02:30:51.204Z | Compiling normalize-line-endings v0.3.0 |
1506 | 2024-12-21T02:30:51.340Z | Compiling whoami v1.5.2 |
1507 | 2024-12-21T02:30:51.506Z | Compiling difflib v0.4.0 |
1508 | 2024-12-21T02:30:51.993Z | Compiling unicode-width v0.2.0 |
1509 | 2024-12-21T02:30:52.014Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2024-12-21T02:30:52.304Z | Compiling bit-vec v0.6.3 |
1511 | 2024-12-21T02:30:52.529Z | Compiling predicates-core v1.0.8 |
1512 | 2024-12-21T02:30:52.761Z | Compiling new_debug_unreachable v1.0.6 |
1513 | 2024-12-21T02:30:52.868Z | Compiling static_assertions v1.1.0 |
1514 | 2024-12-21T02:30:52.896Z | Compiling fixedbitset v0.4.2 |
1515 | 2024-12-21T02:30:52.900Z | Compiling string_cache v0.8.7 |
1516 | 2024-12-21T02:30:52.971Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2024-12-21T02:30:53.180Z | Compiling petgraph v0.6.5 |
1518 | 2024-12-21T02:30:53.368Z | Compiling predicates v3.1.2 |
1519 | 2024-12-21T02:30:53.389Z | Compiling similar v2.6.0 |
1520 | 2024-12-21T02:30:54.017Z | Compiling bit-set v0.5.3 |
1521 | 2024-12-21T02:30:54.323Z | Compiling indicatif v0.17.9 |
1522 | 2024-12-21T02:30:54.936Z | Compiling clap v4.5.21 |
1523 | 2024-12-21T02:30:55.072Z | Compiling tokio-postgres v0.7.12 |
1524 | 2024-12-21T02:30:55.144Z | Compiling ecdsa v0.16.9 |
1525 | 2024-12-21T02:30:55.860Z | Compiling rsa v0.9.6 |
1526 | 2024-12-21T02:30:56.081Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2024-12-21T02:30:56.647Z | Compiling toml v0.7.8 |
1528 | 2024-12-21T02:30:57.359Z | Compiling zip v0.6.6 |
1529 | 2024-12-21T02:30:57.380Z | Compiling crossterm v0.28.1 |
1530 | 2024-12-21T02:30:58.985Z | Compiling hex v0.4.3 |
1531 | 2024-12-21T02:30:59.294Z | Compiling x509-cert v0.2.5 |
1532 | 2024-12-21T02:30:59.423Z | Compiling itertools v0.10.5 |
1533 | 2024-12-21T02:30:59.580Z | Compiling peg-runtime v0.8.3 |
1534 | 2024-12-21T02:30:59.754Z | Compiling unicode-xid v0.2.6 |
1535 | 2024-12-21T02:30:59.944Z | Compiling lalrpop-util v0.19.12 |
1536 | 2024-12-21T02:31:00.274Z | Compiling strum_macros v0.26.4 |
1537 | 2024-12-21T02:31:00.328Z | Compiling xattr v1.3.1 |
1538 | 2024-12-21T02:31:00.617Z | Compiling filetime v0.2.25 |
1539 | 2024-12-21T02:31:00.903Z | Compiling tar v0.4.42 |
1540 | 2024-12-21T02:31:05.189Z | Compiling strum v0.26.3 |
1541 | 2024-12-21T02:31:07.988Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2024-12-21T02:31:39.926Z | Compiling rustls-webpki v0.102.8 |
1543 | 2024-12-21T02:31:43.301Z | Compiling tokio-rustls v0.25.0 |
1544 | 2024-12-21T02:31:44.926Z | Compiling tokio-rustls v0.26.0 |
1545 | 2024-12-21T02:31:45.387Z | Compiling hyper-rustls v0.27.3 |
1546 | 2024-12-21T02:31:45.674Z | Compiling reqwest v0.12.9 |
1547 | 2024-12-21T02:31:46.756Z | Compiling qorb v0.2.1 |
1548 | 2024-12-21T02:31:51.519Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2024-12-21T02:31:51.752Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2024-12-21T02:31:57.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1551 | 2024-12-21T02:31:57.678Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2024-12-21T02:31:57.728Z | Dec 21 02:31:57.084 INFO Starting download, target: Clickhouse |
1553 | 2024-12-21T02:31:57.728Z | Dec 21 02:31:57.084 INFO Starting download, target: Cockroach |
1554 | 2024-12-21T02:31:57.729Z | Dec 21 02:31:57.084 INFO Starting download, target: Console |
1555 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.084 INFO Starting download, target: DendriteOpenapi |
1556 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.084 INFO Starting download, target: DendriteStub |
1557 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.084 INFO Starting download, target: MaghemiteMgd |
1558 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.084 INFO Starting download, target: TransceiverControl |
1559 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1560 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1561 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1562 | 2024-12-21T02:31:57.731Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2024-12-21T02:31:57.732Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2024-12-21T02:31:57.732Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1565 | 2024-12-21T02:31:57.733Z | Dec 21 02:31:57.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2024-12-21T02:31:57.912Z | Dec 21 02:31:57.257 INFO Download complete, target: DendriteOpenapi |
1567 | 2024-12-21T02:31:58.359Z | Dec 21 02:31:57.691 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1568 | 2024-12-21T02:31:58.533Z | Dec 21 02:31:57.833 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1569 | 2024-12-21T02:31:58.751Z | Dec 21 02:31:58.013 INFO Download complete, target: Console |
1570 | 2024-12-21T02:31:59.110Z | Dec 21 02:31:58.451 INFO Download complete, target: TransceiverControl |
1571 | 2024-12-21T02:31:59.473Z | Dec 21 02:31:58.801 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2024-12-21T02:31:59.591Z | Dec 21 02:31:58.943 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1573 | 2024-12-21T02:31:59.840Z | Dec 21 02:31:59.175 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1574 | 2024-12-21T02:32:00.155Z | Dec 21 02:31:59.510 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2024-12-21T02:32:00.155Z | Dec 21 02:31:59.510 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2024-12-21T02:32:02.364Z | Dec 21 02:32:01.719 INFO Download complete, target: DendriteStub |
1577 | 2024-12-21T02:32:02.523Z | Dec 21 02:32:01.878 INFO Download complete, target: MaghemiteMgd |
1578 | 2024-12-21T02:32:07.806Z | Dec 21 02:32:07.125 INFO Checking that binary works, target: Cockroach |
1579 | 2024-12-21T02:32:07.928Z | Dec 21 02:32:07.277 INFO Download complete, target: Cockroach |
1580 | 2024-12-21T02:32:12.600Z | Dec 21 02:32:11.953 INFO Checking that binary works, target: Clickhouse |
1581 | 2024-12-21T02:32:13.055Z | Dec 21 02:32:12.368 INFO Download complete, target: Clickhouse |
1582 | 2024-12-21T02:32:13.122Z | All builder prerequisites installed successfully, and PATH looks valid |
1583 | 2024-12-21T02:32:13.122Z | |
1584 | 2024-12-21T02:32:13.122Z | real 6:38.075879124 |
1585 | 2024-12-21T02:32:13.122Z | user 16:29.142783450 |
1586 | 2024-12-21T02:32:13.123Z | sys 3:15.269357287 |
1587 | 2024-12-21T02:32:13.123Z | trap 0.525263725 |
1588 | 2024-12-21T02:32:13.123Z | tflt 5.077519673 |
1589 | 2024-12-21T02:32:13.123Z | dflt 4.591773115 |
1590 | 2024-12-21T02:32:13.124Z | kflt 0.173789836 |
1591 | 2024-12-21T02:32:13.124Z | lock 29:31.145299236 |
1592 | 2024-12-21T02:32:13.124Z | slp 1:05:26.872385486 |
1593 | 2024-12-21T02:32:13.124Z | lat 55.232004381 |
1594 | 2024-12-21T02:32:13.124Z | stop 2:15.390197314 |
1595 | 2024-12-21T02:32:13.124Z | + banner hack-check |
1596 | 2024-12-21T02:32:13.124Z | |
1597 | 2024-12-21T02:32:13.124Z | # # ## #### # # #### # # ###### #### # # |
1598 | 2024-12-21T02:32:13.124Z | # # # # # # # # # # # # # # # # # |
1599 | 2024-12-21T02:32:13.124Z | ###### # # # #### ##### # ###### ##### # #### |
1600 | 2024-12-21T02:32:13.124Z | # # ###### # # # # # # # # # # |
1601 | 2024-12-21T02:32:13.125Z | # # # # # # # # # # # # # # # # # |
1602 | 2024-12-21T02:32:13.125Z | # # # # #### # # #### # # ###### #### # # |
1603 | 2024-12-21T02:32:13.125Z | |
1604 | 2024-12-21T02:32:13.125Z | + export CARGO_INCREMENTAL=0 |
1605 | 2024-12-21T02:32:13.125Z | + CARGO_INCREMENTAL=0 |
1606 | 2024-12-21T02:32:13.125Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1607 | 2024-12-21T02:32:13.621Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1608 | 2024-12-21T02:32:17.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1609 | 2024-12-21T02:32:17.126Z | Running `target/debug/xtask check-features --ci` |
1610 | 2024-12-21T02:32:17.145Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1611 | 2024-12-21T02:32:17.147Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1612 | 2024-12-21T02:32:17.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1613 | 2024-12-21T02:32:17.605Z | Running `target/debug/xtask download cargo-hack` |
1614 | 2024-12-21T02:32:18.415Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1615 | 2024-12-21T02:32:18.776Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1616 | 2024-12-21T02:32:23.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
1617 | 2024-12-21T02:32:23.919Z | Running `target/debug/xtask-downloader cargo-hack` |
1618 | 2024-12-21T02:32:23.952Z | Dec 21 02:32:23.303 INFO Starting download, target: CargoHack |
1619 | 2024-12-21T02:32:23.955Z | Dec 21 02:32:23.304 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1620 | 2024-12-21T02:32:24.402Z | Dec 21 02:32:23.753 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1621 | 2024-12-21T02:32:24.492Z | Dec 21 02:32:23.843 INFO Download complete, target: CargoHack |
1622 | 2024-12-21T02:32:24.495Z | 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" |
1623 | 2024-12-21T02:32:24.511Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1624 | 2024-12-21T02:32:24.676Z | info: running `cargo check --bins` on api_identity (1/176) |
1625 | 2024-12-21T02:32:25.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-21T02:32:25.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-21T02:32:25.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-21T02:32:25.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1629 | 2024-12-21T02:32:25.267Z | |
1630 | 2024-12-21T02:32:25.267Z | info: running `cargo check --bins` on bootstore (2/176) |
1631 | 2024-12-21T02:32:25.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-21T02:32:25.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-21T02:32:25.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-21T02:32:25.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1635 | 2024-12-21T02:32:25.921Z | |
1636 | 2024-12-21T02:32:25.921Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1637 | 2024-12-21T02:32:26.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-21T02:32:26.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-21T02:32:26.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-21T02:32:26.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1641 | 2024-12-21T02:32:26.529Z | |
1642 | 2024-12-21T02:32:26.529Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1643 | 2024-12-21T02:32:27.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-21T02:32:27.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-21T02:32:27.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-21T02:32:27.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1647 | 2024-12-21T02:32:27.140Z | |
1648 | 2024-12-21T02:32:27.140Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1649 | 2024-12-21T02:32:27.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-21T02:32:27.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-21T02:32:27.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-21T02:32:27.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1653 | 2024-12-21T02:32:27.546Z | |
1654 | 2024-12-21T02:32:27.546Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1655 | 2024-12-21T02:32:27.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-21T02:32:27.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-21T02:32:27.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-21T02:32:27.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1659 | 2024-12-21T02:32:27.958Z | |
1660 | 2024-12-21T02:32:27.958Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1661 | 2024-12-21T02:32:28.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-21T02:32:28.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-21T02:32:28.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-21T02:32:28.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1665 | 2024-12-21T02:32:28.369Z | |
1666 | 2024-12-21T02:32:28.369Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1667 | 2024-12-21T02:32:28.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-21T02:32:28.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-21T02:32:28.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-21T02:32:28.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-12-21T02:32:28.788Z | |
1672 | 2024-12-21T02:32:28.788Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1673 | 2024-12-21T02:32:29.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-21T02:32:29.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-21T02:32:29.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-21T02:32:29.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-12-21T02:32:29.204Z | |
1678 | 2024-12-21T02:32:29.204Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1679 | 2024-12-21T02:32:29.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-21T02:32:29.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-21T02:32:29.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-21T02:32:29.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2024-12-21T02:32:29.618Z | |
1684 | 2024-12-21T02:32:29.618Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1685 | 2024-12-21T02:32:29.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-21T02:32:29.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-21T02:32:29.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-21T02:32:29.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2024-12-21T02:32:30.037Z | |
1690 | 2024-12-21T02:32:30.037Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1691 | 2024-12-21T02:32:30.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-21T02:32:30.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-21T02:32:30.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-21T02:32:30.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2024-12-21T02:32:30.455Z | |
1696 | 2024-12-21T02:32:30.455Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1697 | 2024-12-21T02:32:30.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-21T02:32:30.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-21T02:32:30.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-21T02:32:30.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2024-12-21T02:32:30.868Z | |
1702 | 2024-12-21T02:32:30.868Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1703 | 2024-12-21T02:32:31.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-21T02:32:31.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-21T02:32:31.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-21T02:32:31.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2024-12-21T02:32:31.283Z | |
1708 | 2024-12-21T02:32:31.283Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1709 | 2024-12-21T02:32:31.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-21T02:32:31.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-21T02:32:31.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-21T02:32:31.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2024-12-21T02:32:31.697Z | |
1714 | 2024-12-21T02:32:31.697Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1715 | 2024-12-21T02:32:32.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-21T02:32:32.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-21T02:32:32.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-21T02:32:32.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2024-12-21T02:32:32.115Z | |
1720 | 2024-12-21T02:32:32.115Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1721 | 2024-12-21T02:32:32.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-21T02:32:32.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-21T02:32:32.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-21T02:32:32.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2024-12-21T02:32:32.530Z | |
1726 | 2024-12-21T02:32:32.530Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1727 | 2024-12-21T02:32:32.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-21T02:32:32.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-21T02:32:32.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-21T02:32:32.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1731 | 2024-12-21T02:32:32.955Z | |
1732 | 2024-12-21T02:32:32.955Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1733 | 2024-12-21T02:32:33.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-21T02:32:33.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-21T02:32:33.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-21T02:32:33.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-12-21T02:32:33.379Z | |
1738 | 2024-12-21T02:32:33.379Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1739 | 2024-12-21T02:32:33.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-21T02:32:33.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-21T02:32:33.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-21T02:32:33.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2024-12-21T02:32:33.800Z | |
1744 | 2024-12-21T02:32:33.800Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1745 | 2024-12-21T02:32:34.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-21T02:32:34.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-21T02:32:34.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-21T02:32:34.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2024-12-21T02:32:34.217Z | |
1750 | 2024-12-21T02:32:34.217Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1751 | 2024-12-21T02:32:34.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-21T02:32:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-21T02:32:34.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-21T02:32:34.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-12-21T02:32:34.641Z | |
1756 | 2024-12-21T02:32:34.641Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1757 | 2024-12-21T02:32:35.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-21T02:32:35.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-21T02:32:35.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-21T02:32:35.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1761 | 2024-12-21T02:32:35.062Z | |
1762 | 2024-12-21T02:32:35.062Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1763 | 2024-12-21T02:32:35.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-21T02:32:35.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-21T02:32:35.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-21T02:32:35.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1767 | 2024-12-21T02:32:35.479Z | |
1768 | 2024-12-21T02:32:35.479Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1769 | 2024-12-21T02:32:36.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-21T02:32:36.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-21T02:32:36.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-21T02:32:36.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1773 | 2024-12-21T02:32:36.112Z | |
1774 | 2024-12-21T02:32:36.112Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1775 | 2024-12-21T02:32:36.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-21T02:32:36.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-21T02:32:36.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2024-12-21T02:32:36.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1779 | 2024-12-21T02:32:36.738Z | |
1780 | 2024-12-21T02:32:36.738Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1781 | 2024-12-21T02:32:37.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-12-21T02:32:37.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-12-21T02:32:37.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-12-21T02:32:37.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1785 | 2024-12-21T02:32:37.368Z | |
1786 | 2024-12-21T02:32:37.368Z | info: running `cargo check --bins` on oxlog (28/176) |
1787 | 2024-12-21T02:32:37.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-12-21T02:32:37.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-12-21T02:32:37.983Z | Checking cfg-if v1.0.0 |
1790 | 2024-12-21T02:32:37.986Z | Checking libc v0.2.162 |
1791 | 2024-12-21T02:32:38.089Z | Checking serde v1.0.215 |
1792 | 2024-12-21T02:32:38.091Z | Checking zeroize v1.8.1 |
1793 | 2024-12-21T02:32:38.106Z | Checking memchr v2.7.4 |
1794 | 2024-12-21T02:32:38.110Z | Checking typenum v1.17.0 |
1795 | 2024-12-21T02:32:38.126Z | Checking scopeguard v1.2.0 |
1796 | 2024-12-21T02:32:38.137Z | Checking subtle v2.6.1 |
1797 | 2024-12-21T02:32:38.151Z | Checking value-bag v1.9.0 |
1798 | 2024-12-21T02:32:38.263Z | Checking lock_api v0.4.12 |
1799 | 2024-12-21T02:32:38.323Z | Checking smallvec v1.13.2 |
1800 | 2024-12-21T02:32:38.388Z | Checking const-oid v0.9.6 |
1801 | 2024-12-21T02:32:38.563Z | Checking log v0.4.22 |
1802 | 2024-12-21T02:32:38.663Z | Checking itoa v1.0.11 |
1803 | 2024-12-21T02:32:38.683Z | Checking pin-project-lite v0.2.14 |
1804 | 2024-12-21T02:32:38.800Z | Checking byteorder v1.5.0 |
1805 | 2024-12-21T02:32:38.870Z | Checking futures-core v0.3.31 |
1806 | 2024-12-21T02:32:38.949Z | Checking once_cell v1.20.2 |
1807 | 2024-12-21T02:32:39.057Z | Checking cpufeatures v0.2.14 |
1808 | 2024-12-21T02:32:39.084Z | Checking futures-sink v0.3.31 |
1809 | 2024-12-21T02:32:39.142Z | Checking stable_deref_trait v1.2.0 |
1810 | 2024-12-21T02:32:39.208Z | Checking spin v0.9.8 |
1811 | 2024-12-21T02:32:39.221Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-21T02:32:39.239Z | Checking zerofrom v0.1.4 |
1813 | 2024-12-21T02:32:39.253Z | Checking slab v0.4.9 |
1814 | 2024-12-21T02:32:39.270Z | Checking getrandom v0.2.15 |
1815 | 2024-12-21T02:32:39.369Z | Checking generic-array v0.14.7 |
1816 | 2024-12-21T02:32:39.446Z | Checking parking_lot_core v0.9.10 |
1817 | 2024-12-21T02:32:39.486Z | Checking rand_core v0.6.4 |
1818 | 2024-12-21T02:32:39.505Z | Checking signal-hook-registry v1.4.2 |
1819 | 2024-12-21T02:32:39.542Z | Checking mio v1.0.2 |
1820 | 2024-12-21T02:32:39.741Z | Checking socket2 v0.5.7 |
1821 | 2024-12-21T02:32:39.761Z | Checking parking_lot v0.12.3 |
1822 | 2024-12-21T02:32:39.792Z | Checking yoke v0.7.4 |
1823 | 2024-12-21T02:32:40.096Z | Checking futures-channel v0.3.31 |
1824 | 2024-12-21T02:32:40.122Z | Checking equivalent v1.0.1 |
1825 | 2024-12-21T02:32:40.136Z | Checking foldhash v0.1.3 |
1826 | 2024-12-21T02:32:40.198Z | Checking futures-task v0.3.31 |
1827 | 2024-12-21T02:32:40.215Z | Checking futures-io v0.3.31 |
1828 | 2024-12-21T02:32:40.243Z | Checking pin-utils v0.1.0 |
1829 | 2024-12-21T02:32:40.331Z | Checking allocator-api2 v0.2.18 |
1830 | 2024-12-21T02:32:40.334Z | Checking zerovec v0.10.4 |
1831 | 2024-12-21T02:32:40.386Z | Checking tinyvec_macros v0.1.1 |
1832 | 2024-12-21T02:32:40.427Z | Checking ryu v1.0.18 |
1833 | 2024-12-21T02:32:40.446Z | Checking futures-util v0.3.31 |
1834 | 2024-12-21T02:32:40.468Z | Checking tinyvec v1.8.0 |
1835 | 2024-12-21T02:32:40.573Z | Checking crypto-common v0.1.6 |
1836 | 2024-12-21T02:32:40.637Z | Checking block-buffer v0.10.4 |
1837 | 2024-12-21T02:32:40.652Z | Checking block-padding v0.3.3 |
1838 | 2024-12-21T02:32:40.751Z | Checking fnv v1.0.7 |
1839 | 2024-12-21T02:32:40.851Z | Checking digest v0.10.7 |
1840 | 2024-12-21T02:32:40.867Z | Checking inout v0.1.3 |
1841 | 2024-12-21T02:32:40.869Z | Checking libm v0.2.8 |
1842 | 2024-12-21T02:32:40.957Z | Checking hashbrown v0.15.1 |
1843 | 2024-12-21T02:32:41.096Z | Checking cipher v0.4.4 |
1844 | 2024-12-21T02:32:41.225Z | Checking hmac v0.12.1 |
1845 | 2024-12-21T02:32:41.441Z | Checking sha2 v0.10.8 |
1846 | 2024-12-21T02:32:41.517Z | Checking unicode-bidi v0.3.17 |
1847 | 2024-12-21T02:32:41.778Z | Checking base64ct v1.6.0 |
1848 | 2024-12-21T02:32:41.801Z | Checking unicode-normalization v0.1.24 |
1849 | 2024-12-21T02:32:42.005Z | Checking tinystr v0.7.6 |
1850 | 2024-12-21T02:32:42.025Z | Checking writeable v0.5.5 |
1851 | 2024-12-21T02:32:42.079Z | Checking litemap v0.7.3 |
1852 | 2024-12-21T02:32:42.145Z | Checking num-traits v0.2.19 |
1853 | 2024-12-21T02:32:42.219Z | Checking pem-rfc7468 v0.7.0 |
1854 | 2024-12-21T02:32:42.335Z | Checking ppv-lite86 v0.2.20 |
1855 | 2024-12-21T02:32:42.386Z | Checking flagset v0.4.6 |
1856 | 2024-12-21T02:32:42.431Z | Checking icu_locid v1.5.0 |
1857 | 2024-12-21T02:32:42.474Z | Checking tracing-core v0.1.32 |
1858 | 2024-12-21T02:32:42.566Z | Checking der v0.7.9 |
1859 | 2024-12-21T02:32:42.689Z | Checking thiserror v1.0.69 |
1860 | 2024-12-21T02:32:42.815Z | Checking rustls-pki-types v1.10.0 |
1861 | 2024-12-21T02:32:42.990Z | Checking bytes v1.8.0 |
1862 | 2024-12-21T02:32:43.087Z | Checking indexmap v2.6.0 |
1863 | 2024-12-21T02:32:43.136Z | Checking serde_json v1.0.132 |
1864 | 2024-12-21T02:32:43.431Z | Checking rand_chacha v0.3.1 |
1865 | 2024-12-21T02:32:43.500Z | Checking icu_provider v1.5.0 |
1866 | 2024-12-21T02:32:43.798Z | Checking bitflags v2.6.0 |
1867 | 2024-12-21T02:32:43.801Z | Checking tokio v1.40.0 |
1868 | 2024-12-21T02:32:43.834Z | Checking http v1.1.0 |
1869 | 2024-12-21T02:32:44.088Z | Checking icu_locid_transform_data v1.5.0 |
1870 | 2024-12-21T02:32:44.165Z | Checking percent-encoding v2.3.1 |
1871 | 2024-12-21T02:32:44.181Z | Checking icu_locid_transform v1.5.0 |
1872 | 2024-12-21T02:32:44.357Z | Checking rand v0.8.5 |
1873 | 2024-12-21T02:32:44.357Z | Checking tracing v0.1.40 |
1874 | 2024-12-21T02:32:44.389Z | Checking spki v0.7.3 |
1875 | 2024-12-21T02:32:44.678Z | Checking icu_collections v1.5.0 |
1876 | 2024-12-21T02:32:44.696Z | Checking salsa20 v0.10.2 |
1877 | 2024-12-21T02:32:44.897Z | Checking pbkdf2 v0.12.2 |
1878 | 2024-12-21T02:32:44.913Z | Checking aws-lc-sys v0.22.0 |
1879 | 2024-12-21T02:32:45.052Z | Checking httparse v1.9.5 |
1880 | 2024-12-21T02:32:45.134Z | Checking powerfmt v0.2.0 |
1881 | 2024-12-21T02:32:45.137Z | Checking mirai-annotations v1.12.0 |
1882 | 2024-12-21T02:32:45.310Z | Checking untrusted v0.7.1 |
1883 | 2024-12-21T02:32:45.330Z | Checking untrusted v0.9.0 |
1884 | 2024-12-21T02:32:45.407Z | Checking icu_properties_data v1.5.0 |
1885 | 2024-12-21T02:32:45.480Z | Checking deranged v0.3.11 |
1886 | 2024-12-21T02:32:45.483Z | Checking ring v0.17.8 |
1887 | 2024-12-21T02:32:45.507Z | Checking scrypt v0.11.0 |
1888 | 2024-12-21T02:32:45.589Z | Checking cbc v0.1.2 |
1889 | 2024-12-21T02:32:45.649Z | Checking icu_properties v1.5.1 |
1890 | 2024-12-21T02:32:45.698Z | Checking aes v0.8.4 |
1891 | 2024-12-21T02:32:45.715Z | Checking crossbeam-utils v0.8.20 |
1892 | 2024-12-21T02:32:45.780Z | Checking num_threads v0.1.7 |
1893 | 2024-12-21T02:32:45.892Z | Checking num-conv v0.1.0 |
1894 | 2024-12-21T02:32:46.150Z | Checking time-core v0.1.2 |
1895 | 2024-12-21T02:32:46.300Z | Checking atomic-waker v1.1.2 |
1896 | 2024-12-21T02:32:46.425Z | Checking utf8_iter v1.0.4 |
1897 | 2024-12-21T02:32:46.440Z | Checking utf16_iter v1.0.5 |
1898 | 2024-12-21T02:32:46.601Z | Checking icu_normalizer_data v1.5.0 |
1899 | 2024-12-21T02:32:46.614Z | Checking write16 v1.0.0 |
1900 | 2024-12-21T02:32:46.627Z | Checking pkcs5 v0.7.1 |
1901 | 2024-12-21T02:32:46.693Z | Checking http-body v1.0.1 |
1902 | 2024-12-21T02:32:46.733Z | Checking form_urlencoded v1.2.1 |
1903 | 2024-12-21T02:32:46.890Z | Checking try-lock v0.2.5 |
1904 | 2024-12-21T02:32:46.930Z | Checking unicode-ident v1.0.13 |
1905 | 2024-12-21T02:32:47.017Z | Checking want v0.3.1 |
1906 | 2024-12-21T02:32:47.078Z | Checking httpdate v1.0.3 |
1907 | 2024-12-21T02:32:47.116Z | Checking pkcs8 v0.10.2 |
1908 | 2024-12-21T02:32:47.184Z | Checking proc-macro2 v1.0.89 |
1909 | 2024-12-21T02:32:47.280Z | Checking time v0.3.36 |
1910 | 2024-12-21T02:32:47.298Z | Checking toml_datetime v0.6.8 |
1911 | 2024-12-21T02:32:47.314Z | Checking uuid v1.11.0 |
1912 | 2024-12-21T02:32:47.420Z | Checking serde_spanned v0.6.8 |
1913 | 2024-12-21T02:32:47.436Z | Checking aws-lc-rs v1.10.0 |
1914 | 2024-12-21T02:32:47.575Z | Checking slog v2.7.0 |
1915 | 2024-12-21T02:32:47.611Z | Checking scroll v0.12.0 |
1916 | 2024-12-21T02:32:47.803Z | Checking plain v0.2.3 |
1917 | 2024-12-21T02:32:47.949Z | Checking match_cfg v0.1.0 |
1918 | 2024-12-21T02:32:47.964Z | Checking iana-time-zone v0.1.61 |
1919 | 2024-12-21T02:32:48.033Z | Checking ucd-trie v0.1.7 |
1920 | 2024-12-21T02:32:48.051Z | Checking base64 v0.22.1 |
1921 | 2024-12-21T02:32:48.074Z | Checking adler2 v2.0.0 |
1922 | 2024-12-21T02:32:48.091Z | Checking tower-service v0.3.3 |
1923 | 2024-12-21T02:32:48.208Z | Checking foreign-types-shared v0.1.1 |
1924 | 2024-12-21T02:32:48.227Z | Checking miniz_oxide v0.8.0 |
1925 | 2024-12-21T02:32:48.241Z | Checking pest v2.7.14 |
1926 | 2024-12-21T02:32:48.312Z | Checking foreign-types v0.3.2 |
1927 | 2024-12-21T02:32:48.400Z | Checking chrono v0.4.38 |
1928 | 2024-12-21T02:32:48.538Z | Checking goblin v0.8.2 |
1929 | 2024-12-21T02:32:48.910Z | Checking icu_normalizer v1.5.0 |
1930 | 2024-12-21T02:32:48.980Z | Checking hostname v0.3.1 |
1931 | 2024-12-21T02:32:49.105Z | Checking quote v1.0.37 |
1932 | 2024-12-21T02:32:49.273Z | Checking rustls-webpki v0.102.8 |
1933 | 2024-12-21T02:32:49.434Z | Checking openssl-sys v0.9.103 |
1934 | 2024-12-21T02:32:49.705Z | Checking idna_adapter v1.2.0 |
1935 | 2024-12-21T02:32:49.851Z | Checking dirs-sys-next v0.1.2 |
1936 | 2024-12-21T02:32:49.882Z | Checking idna v1.0.3 |
1937 | 2024-12-21T02:32:50.015Z | Checking errno v0.3.9 |
1938 | 2024-12-21T02:32:50.110Z | Checking aho-corasick v1.1.3 |
1939 | 2024-12-21T02:32:50.196Z | Checking regex-syntax v0.8.5 |
1940 | 2024-12-21T02:32:50.380Z | Checking url v2.5.3 |
1941 | 2024-12-21T02:32:50.472Z | Checking pretty-hex v0.4.1 |
1942 | 2024-12-21T02:32:50.638Z | Checking data-encoding v2.6.0 |
1943 | 2024-12-21T02:32:50.661Z | Checking siphasher v0.3.11 |
1944 | 2024-12-21T02:32:50.754Z | Checking dtrace-parser v0.2.0 |
1945 | 2024-12-21T02:32:50.961Z | Checking openssl v0.10.66 |
1946 | 2024-12-21T02:32:51.124Z | Checking tokio-util v0.7.12 |
1947 | 2024-12-21T02:32:51.203Z | Checking rustix v0.38.37 |
1948 | 2024-12-21T02:32:51.238Z | Checking dirs-next v2.0.0 |
1949 | 2024-12-21T02:32:51.262Z | Checking syn v2.0.87 |
1950 | 2024-12-21T02:32:51.369Z | Checking http-body-util v0.1.2 |
1951 | 2024-12-21T02:32:51.755Z | Checking crossbeam-epoch v0.9.18 |
1952 | 2024-12-21T02:32:51.804Z | Checking sha1 v0.10.6 |
1953 | 2024-12-21T02:32:52.045Z | Checking h2 v0.4.6 |
1954 | 2024-12-21T02:32:52.068Z | Checking signature v2.2.0 |
1955 | 2024-12-21T02:32:52.180Z | Checking lazy_static v1.5.0 |
1956 | 2024-12-21T02:32:52.261Z | Checking thread-id v4.2.2 |
1957 | 2024-12-21T02:32:52.298Z | Checking thread_local v1.1.8 |
1958 | 2024-12-21T02:32:52.368Z | Checking encoding_rs v0.8.34 |
1959 | 2024-12-21T02:32:52.578Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-21T02:32:52.927Z | Checking gimli v0.31.1 |
1961 | 2024-12-21T02:32:53.489Z | Checking dof v0.3.0 |
1962 | 2024-12-21T02:32:53.579Z | Checking regex-automata v0.4.8 |
1963 | 2024-12-21T02:32:54.132Z | Checking anstyle v1.0.10 |
1964 | 2024-12-21T02:32:54.458Z | Checking ipnet v2.10.1 |
1965 | 2024-12-21T02:32:54.683Z | Checking either v1.13.0 |
1966 | 2024-12-21T02:32:54.707Z | Checking mime v0.3.17 |
1967 | 2024-12-21T02:32:55.262Z | Checking openssl-probe v0.1.5 |
1968 | 2024-12-21T02:32:55.286Z | Checking utf8parse v0.2.2 |
1969 | 2024-12-21T02:32:55.287Z | Checking winnow v0.6.20 |
1970 | 2024-12-21T02:32:55.287Z | Checking stringprep v0.1.5 |
1971 | 2024-12-21T02:32:55.287Z | Checking anstyle-parse v0.2.5 |
1972 | 2024-12-21T02:32:55.369Z | Checking crossbeam-deque v0.8.5 |
1973 | 2024-12-21T02:32:55.463Z | Checking term v0.7.0 |
1974 | 2024-12-21T02:32:55.682Z | Checking rustls v0.23.19 |
1975 | 2024-12-21T02:32:55.877Z | Checking rustls v0.22.4 |
1976 | 2024-12-21T02:32:56.417Z | Checking native-tls v0.2.12 |
1977 | 2024-12-21T02:32:56.732Z | Checking slog-json v2.6.1 |
1978 | 2024-12-21T02:32:57.001Z | Checking serde_urlencoded v0.7.1 |
1979 | 2024-12-21T02:32:57.052Z | Checking addr2line v0.24.2 |
1980 | 2024-12-21T02:32:57.438Z | Checking crossbeam-channel v0.5.13 |
1981 | 2024-12-21T02:32:57.564Z | Checking futures-executor v0.3.31 |
1982 | 2024-12-21T02:32:57.623Z | Checking usdt-impl v0.5.0 |
1983 | 2024-12-21T02:32:57.778Z | Checking num-integer v0.1.46 |
1984 | 2024-12-21T02:32:58.054Z | Checking toml_edit v0.22.22 |
1985 | 2024-12-21T02:32:58.113Z | Checking hyper v1.5.0 |
1986 | 2024-12-21T02:32:58.143Z | Checking rustls-pemfile v2.2.0 |
1987 | 2024-12-21T02:32:58.145Z | Checking idna v0.3.0 |
1988 | 2024-12-21T02:32:58.245Z | Checking idna v0.4.0 |
1989 | 2024-12-21T02:32:58.276Z | Checking md-5 v0.10.6 |
1990 | 2024-12-21T02:32:58.362Z | Checking ff v0.13.0 |
1991 | 2024-12-21T02:32:58.478Z | Checking memmap v0.7.0 |
1992 | 2024-12-21T02:32:58.575Z | Checking is-terminal v0.4.13 |
1993 | 2024-12-21T02:32:58.677Z | Checking hash32 v0.2.1 |
1994 | 2024-12-21T02:32:58.693Z | Checking object v0.36.5 |
1995 | 2024-12-21T02:32:58.960Z | Checking fallible-iterator v0.2.0 |
1996 | 2024-12-21T02:32:58.995Z | Checking is_terminal_polyfill v1.70.1 |
1997 | 2024-12-21T02:32:59.108Z | Checking base16ct v0.2.0 |
1998 | 2024-12-21T02:32:59.124Z | Checking utf-8 v0.7.6 |
1999 | 2024-12-21T02:32:59.293Z | Checking psl-types v2.0.11 |
2000 | 2024-12-21T02:32:59.314Z | Checking anstyle-query v1.1.1 |
2001 | 2024-12-21T02:32:59.431Z | Checking linked-hash-map v0.5.6 |
2002 | 2024-12-21T02:32:59.457Z | Checking dyn-clone v1.0.17 |
2003 | 2024-12-21T02:32:59.472Z | Checking rustc-demangle v0.1.24 |
2004 | 2024-12-21T02:32:59.553Z | Checking quick-error v1.2.3 |
2005 | 2024-12-21T02:32:59.598Z | Checking colorchoice v1.0.2 |
2006 | 2024-12-21T02:32:59.693Z | Checking take_mut v0.2.2 |
2007 | 2024-12-21T02:32:59.729Z | Checking anstream v0.6.15 |
2008 | 2024-12-21T02:32:59.746Z | Checking lru-cache v0.1.2 |
2009 | 2024-12-21T02:32:59.834Z | Checking slog-async v2.8.0 |
2010 | 2024-12-21T02:32:59.892Z | Checking resolv-conf v0.7.0 |
2011 | 2024-12-21T02:32:59.923Z | Checking schemars v0.8.21 |
2012 | 2024-12-21T02:33:00.103Z | Checking postgres-protocol v0.6.7 |
2013 | 2024-12-21T02:33:00.120Z | Checking tokio-rustls v0.25.0 |
2014 | 2024-12-21T02:33:00.224Z | Checking publicsuffix v2.2.3 |
2015 | 2024-12-21T02:33:00.227Z | Checking hyper-util v0.1.10 |
2016 | 2024-12-21T02:33:00.463Z | Checking tungstenite v0.24.0 |
2017 | 2024-12-21T02:33:00.478Z | Checking sec1 v0.7.3 |
2018 | 2024-12-21T02:33:00.627Z | Checking toml v0.8.19 |
2019 | 2024-12-21T02:33:00.801Z | Checking hickory-proto v0.24.1 |
2020 | 2024-12-21T02:33:00.874Z | Checking heapless v0.7.17 |
2021 | 2024-12-21T02:33:01.140Z | Checking tokio-rustls v0.26.0 |
2022 | 2024-12-21T02:33:01.338Z | Checking slog-term v2.9.1 |
2023 | 2024-12-21T02:33:01.389Z | Checking usdt v0.5.0 |
2024 | 2024-12-21T02:33:01.544Z | Checking group v0.13.0 |
2025 | 2024-12-21T02:33:01.581Z | Checking num-iter v0.1.45 |
2026 | 2024-12-21T02:33:01.631Z | Checking futures v0.3.31 |
2027 | 2024-12-21T02:33:01.736Z | Checking slog-bunyan v2.5.0 |
2028 | 2024-12-21T02:33:01.736Z | Checking tokio-native-tls v0.3.1 |
2029 | 2024-12-21T02:33:01.786Z | Checking rayon-core v1.12.1 |
2030 | 2024-12-21T02:33:01.821Z | Checking multer v3.1.0 |
2031 | 2024-12-21T02:33:01.875Z | Checking terminal_size v0.4.0 |
2032 | 2024-12-21T02:33:01.890Z | Checking phf_shared v0.11.2 |
2033 | 2024-12-21T02:33:01.985Z | Checking cookie v0.18.1 |
2034 | 2024-12-21T02:33:02.044Z | Checking async-stream v0.3.6 |
2035 | 2024-12-21T02:33:02.163Z | Checking bzip2-sys v0.1.11+1.0.8 |
2036 | 2024-12-21T02:33:02.216Z | Checking camino v1.1.9 |
2037 | 2024-12-21T02:33:02.234Z | Checking signal-hook v0.3.17 |
2038 | 2024-12-21T02:33:02.281Z | Checking waitgroup v0.1.2 |
2039 | 2024-12-21T02:33:02.284Z | Checking openapiv3 v2.0.0 |
2040 | 2024-12-21T02:33:02.410Z | Checking webpki-roots v0.26.6 |
2041 | 2024-12-21T02:33:02.426Z | Checking serde_path_to_error v0.1.16 |
2042 | 2024-12-21T02:33:02.439Z | Checking idna v0.5.0 |
2043 | 2024-12-21T02:33:02.575Z | Checking hkdf v0.12.4 |
2044 | 2024-12-21T02:33:02.618Z | Checking crypto-bigint v0.5.5 |
2045 | 2024-12-21T02:33:02.787Z | Checking hostname v0.4.0 |
2046 | 2024-12-21T02:33:02.802Z | Checking crc32fast v1.4.2 |
2047 | 2024-12-21T02:33:02.917Z | Checking winnow v0.5.40 |
2048 | 2024-12-21T02:33:03.003Z | Checking managed v0.8.0 |
2049 | 2024-12-21T02:33:03.048Z | Checking bitflags v1.3.2 |
2050 | 2024-12-21T02:33:03.145Z | Checking strsim v0.11.1 |
2051 | 2024-12-21T02:33:03.282Z | Checking clap_lex v0.7.2 |
2052 | 2024-12-21T02:33:03.360Z | Checking debug-ignore v1.0.5 |
2053 | 2024-12-21T02:33:03.423Z | Checking unicode-width v0.1.14 |
2054 | 2024-12-21T02:33:03.495Z | Checking smoltcp v0.9.1 |
2055 | 2024-12-21T02:33:03.513Z | Checking clap_builder v4.5.21 |
2056 | 2024-12-21T02:33:03.908Z | Checking console v0.15.8 |
2057 | 2024-12-21T02:33:04.488Z | Checking cookie_store v0.21.0 |
2058 | 2024-12-21T02:33:04.979Z | Checking flate2 v1.0.34 |
2059 | 2024-12-21T02:33:05.118Z | Checking backtrace v0.3.74 |
2060 | 2024-12-21T02:33:05.179Z | Checking hyper-rustls v0.27.3 |
2061 | 2024-12-21T02:33:05.517Z | Checking signal-hook-mio v0.2.4 |
2062 | 2024-12-21T02:33:05.540Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-12-21T02:33:05.559Z | Checking elliptic-curve v0.13.8 |
2064 | 2024-12-21T02:33:05.624Z | Checking rayon v1.10.0 |
2065 | 2024-12-21T02:33:05.649Z | Checking hyper-tls v0.6.0 |
2066 | 2024-12-21T02:33:05.678Z | Checking anyhow v1.0.93 |
2067 | 2024-12-21T02:33:05.788Z | Checking dropshot v0.12.0 |
2068 | 2024-12-21T02:33:05.915Z | Checking bzip2 v0.4.4 |
2069 | 2024-12-21T02:33:05.929Z | Checking toml_edit v0.19.15 |
2070 | 2024-12-21T02:33:06.062Z | Checking phf v0.11.2 |
2071 | 2024-12-21T02:33:06.177Z | Checking num-bigint-dig v0.8.4 |
2072 | 2024-12-21T02:33:06.198Z | Checking tokio-tungstenite v0.24.0 |
2073 | 2024-12-21T02:33:06.335Z | Checking postgres-types v0.2.8 |
2074 | 2024-12-21T02:33:06.559Z | Checking regex v1.11.1 |
2075 | 2024-12-21T02:33:06.640Z | Checking bstr v1.10.0 |
2076 | 2024-12-21T02:33:07.090Z | Checking ed25519 v2.2.3 |
2077 | 2024-12-21T02:33:07.111Z | Checking tokio-stream v0.1.16 |
2078 | 2024-12-21T02:33:07.205Z | Checking phf_shared v0.10.0 |
2079 | 2024-12-21T02:33:07.395Z | Checking zerocopy v0.6.6 |
2080 | 2024-12-21T02:33:07.479Z | Checking curve25519-dalek v4.1.3 |
2081 | 2024-12-21T02:33:07.585Z | Checking pkcs1 v0.7.5 |
2082 | 2024-12-21T02:33:07.958Z | Checking hubpack v0.1.2 |
2083 | 2024-12-21T02:33:07.977Z | Checking portable-atomic v1.9.0 |
2084 | 2024-12-21T02:33:08.170Z | Checking float-cmp v0.9.0 |
2085 | 2024-12-21T02:33:08.254Z | Checking serde-big-array v0.5.1 |
2086 | 2024-12-21T02:33:08.270Z | Checking rfc6979 v0.4.0 |
2087 | 2024-12-21T02:33:08.344Z | Checking sync_wrapper v1.0.1 |
2088 | 2024-12-21T02:33:08.415Z | Checking static_assertions v1.1.0 |
2089 | 2024-12-21T02:33:08.441Z | Checking precomputed-hash v0.1.1 |
2090 | 2024-12-21T02:33:08.473Z | Checking unicode-width v0.2.0 |
2091 | 2024-12-21T02:33:08.487Z | Checking bit-vec v0.6.3 |
2092 | 2024-12-21T02:33:08.509Z | Checking unicode-segmentation v1.12.0 |
2093 | 2024-12-21T02:33:08.548Z | Checking whoami v1.5.2 |
2094 | 2024-12-21T02:33:08.810Z | Checking predicates-core v1.0.8 |
2095 | 2024-12-21T02:33:08.845Z | Checking minimal-lexical v0.2.1 |
2096 | 2024-12-21T02:33:08.927Z | Checking fixedbitset v0.4.2 |
2097 | 2024-12-21T02:33:08.979Z | Checking number_prefix v0.4.0 |
2098 | 2024-12-21T02:33:09.004Z | Checking new_debug_unreachable v1.0.6 |
2099 | 2024-12-21T02:33:09.091Z | Checking normalize-line-endings v0.3.0 |
2100 | 2024-12-21T02:33:09.164Z | Checking difflib v0.4.0 |
2101 | 2024-12-21T02:33:09.178Z | Checking similar v2.6.0 |
2102 | 2024-12-21T02:33:09.180Z | Checking petgraph v0.6.5 |
2103 | 2024-12-21T02:33:09.202Z | Checking string_cache v0.8.7 |
2104 | 2024-12-21T02:33:09.219Z | Checking nom v7.1.3 |
2105 | 2024-12-21T02:33:09.342Z | Checking ed25519-dalek v2.1.1 |
2106 | 2024-12-21T02:33:09.414Z | Checking qorb v0.2.1 |
2107 | 2024-12-21T02:33:09.453Z | Checking tokio-postgres v0.7.12 |
2108 | 2024-12-21T02:33:09.469Z | Checking predicates v3.1.2 |
2109 | 2024-12-21T02:33:09.472Z | Checking indicatif v0.17.9 |
2110 | 2024-12-21T02:33:09.741Z | Checking bit-set v0.5.3 |
2111 | 2024-12-21T02:33:09.992Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2112 | 2024-12-21T02:33:10.017Z | Checking reqwest v0.12.9 |
2113 | 2024-12-21T02:33:10.135Z | Checking ecdsa v0.16.9 |
2114 | 2024-12-21T02:33:10.249Z | Checking toml v0.7.8 |
2115 | 2024-12-21T02:33:10.872Z | Checking rsa v0.9.6 |
2116 | 2024-12-21T02:33:11.008Z | Checking clap v4.5.21 |
2117 | 2024-12-21T02:33:11.127Z | Checking zip v0.6.6 |
2118 | 2024-12-21T02:33:11.826Z | Checking crossterm v0.28.1 |
2119 | 2024-12-21T02:33:11.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2120 | 2024-12-21T02:33:11.904Z | Checking itertools v0.12.1 |
2121 | 2024-12-21T02:33:11.940Z | Checking itertools v0.10.5 |
2122 | 2024-12-21T02:33:11.998Z | Checking ahash v0.8.11 |
2123 | 2024-12-21T02:33:12.035Z | Checking fs-err v2.11.0 |
2124 | 2024-12-21T02:33:12.550Z | Checking x509-cert v0.2.5 |
2125 | 2024-12-21T02:33:12.567Z | Checking hex v0.4.3 |
2126 | 2024-12-21T02:33:12.572Z | Checking semver v1.0.23 |
2127 | 2024-12-21T02:33:12.572Z | Checking lalrpop-util v0.19.12 |
2128 | 2024-12-21T02:33:12.846Z | Checking peg-runtime v0.8.3 |
2129 | 2024-12-21T02:33:12.981Z | Checking sigpipe v0.1.3 |
2130 | 2024-12-21T02:33:14.673Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2131 | 2024-12-21T02:33:14.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s |
2132 | 2024-12-21T02:33:15.135Z | |
2133 | 2024-12-21T02:33:15.135Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2134 | 2024-12-21T02:33:15.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-12-21T02:33:15.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-12-21T02:33:15.804Z | Compiling hashbrown v0.14.5 |
2137 | 2024-12-21T02:33:15.920Z | Checking heck v0.5.0 |
2138 | 2024-12-21T02:33:15.931Z | Compiling unsafe-libyaml v0.2.11 |
2139 | 2024-12-21T02:33:15.944Z | Compiling ident_case v1.0.1 |
2140 | 2024-12-21T02:33:15.956Z | Checking progenitor-client v0.8.0 |
2141 | 2024-12-21T02:33:15.970Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2142 | 2024-12-21T02:33:15.984Z | Compiling proc-macro-crate v1.3.1 |
2143 | 2024-12-21T02:33:16.077Z | Compiling darling_core v0.20.10 |
2144 | 2024-12-21T02:33:16.107Z | Checking ipnetwork v0.20.0 |
2145 | 2024-12-21T02:33:16.299Z | Compiling structmeta-derive v0.3.0 |
2146 | 2024-12-21T02:33:16.318Z | Compiling newtype-uuid v1.1.3 |
2147 | 2024-12-21T02:33:16.450Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2148 | 2024-12-21T02:33:16.636Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2149 | 2024-12-21T02:33:16.755Z | Compiling lzma-sys v0.1.20 |
2150 | 2024-12-21T02:33:16.977Z | Compiling foreign-types-macros v0.2.3 |
2151 | 2024-12-21T02:33:17.055Z | Checking regress v0.10.1 |
2152 | 2024-12-21T02:33:17.071Z | Compiling num_enum_derive v0.5.11 |
2153 | 2024-12-21T02:33:17.522Z | Compiling serde_yaml v0.9.34+deprecated |
2154 | 2024-12-21T02:33:17.852Z | Compiling dropshot v0.13.0 |
2155 | 2024-12-21T02:33:18.114Z | Checking arc-swap v1.7.1 |
2156 | 2024-12-21T02:33:18.250Z | Checking foreign-types-shared v0.3.1 |
2157 | 2024-12-21T02:33:18.364Z | Checking foreign-types v0.5.0 |
2158 | 2024-12-21T02:33:18.558Z | Checking slog-scope v4.4.0 |
2159 | 2024-12-21T02:33:18.581Z | Compiling proc-macro-error v1.0.4 |
2160 | 2024-12-21T02:33:19.231Z | Compiling structmeta v0.3.0 |
2161 | 2024-12-21T02:33:19.266Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2162 | 2024-12-21T02:33:19.282Z | Checking tungstenite v0.21.0 |
2163 | 2024-12-21T02:33:19.375Z | Compiling heck v0.3.3 |
2164 | 2024-12-21T02:33:19.595Z | Checking num_enum v0.5.11 |
2165 | 2024-12-21T02:33:19.649Z | Compiling parse-display-derive v0.10.0 |
2166 | 2024-12-21T02:33:19.737Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2167 | 2024-12-21T02:33:19.797Z | Compiling dropshot_endpoint v0.13.0 |
2168 | 2024-12-21T02:33:20.216Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-12-21T02:33:20.602Z | Checking cstr-argument v0.1.2 |
2170 | 2024-12-21T02:33:20.618Z | Checking typify-impl v0.2.0 |
2171 | 2024-12-21T02:33:20.774Z | Checking instant v0.1.13 |
2172 | 2024-12-21T02:33:20.895Z | Checking pretty-hex v0.2.1 |
2173 | 2024-12-21T02:33:21.042Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2174 | 2024-12-21T02:33:21.322Z | Checking fastrand v2.1.1 |
2175 | 2024-12-21T02:33:21.650Z | Checking base64 v0.21.7 |
2176 | 2024-12-21T02:33:21.818Z | Checking tempfile v3.13.0 |
2177 | 2024-12-21T02:33:22.160Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2024-12-21T02:33:22.197Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2179 | 2024-12-21T02:33:22.297Z | Checking backoff v0.4.0 |
2180 | 2024-12-21T02:33:22.337Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2181 | 2024-12-21T02:33:22.474Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2182 | 2024-12-21T02:33:22.603Z | Checking tokio-tungstenite v0.21.0 |
2183 | 2024-12-21T02:33:22.623Z | Compiling zone_cfg_derive v0.1.2 |
2184 | 2024-12-21T02:33:22.639Z | Checking strum v0.26.3 |
2185 | 2024-12-21T02:33:22.794Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2186 | 2024-12-21T02:33:23.106Z | Compiling darling_macro v0.20.10 |
2187 | 2024-12-21T02:33:23.122Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2188 | 2024-12-21T02:33:23.140Z | Checking slog-stdlog v4.1.1 |
2189 | 2024-12-21T02:33:23.344Z | Checking regress v0.9.1 |
2190 | 2024-12-21T02:33:23.454Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2191 | 2024-12-21T02:33:23.533Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-12-21T02:33:23.591Z | Checking colored v2.1.0 |
2193 | 2024-12-21T02:33:23.810Z | Checking macaddr v1.0.1 |
2194 | 2024-12-21T02:33:23.863Z | Checking base64 v0.13.1 |
2195 | 2024-12-21T02:33:24.034Z | Compiling darling v0.20.10 |
2196 | 2024-12-21T02:33:24.109Z | Checking zone v0.1.8 |
2197 | 2024-12-21T02:33:24.163Z | Compiling serde_with_macros v3.11.0 |
2198 | 2024-12-21T02:33:24.238Z | Checking ron v0.7.1 |
2199 | 2024-12-21T02:33:24.267Z | Checking parse-display v0.10.0 |
2200 | 2024-12-21T02:33:24.488Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2201 | 2024-12-21T02:33:24.759Z | Checking xz2 v0.1.7 |
2202 | 2024-12-21T02:33:24.918Z | Checking slog-envlogger v2.2.0 |
2203 | 2024-12-21T02:33:25.064Z | Checking tabwriter v1.4.0 |
2204 | 2024-12-21T02:33:25.136Z | Checking xattr v1.3.1 |
2205 | 2024-12-21T02:33:25.294Z | Checking pem v3.0.4 |
2206 | 2024-12-21T02:33:25.346Z | Checking yasna v0.5.2 |
2207 | 2024-12-21T02:33:25.387Z | Checking headers-core v0.3.0 |
2208 | 2024-12-21T02:33:25.531Z | Checking smf v0.2.3 |
2209 | 2024-12-21T02:33:25.581Z | Checking filetime v0.2.25 |
2210 | 2024-12-21T02:33:25.800Z | Checking same-file v1.0.6 |
2211 | 2024-12-21T02:33:25.970Z | Checking walkdir v2.5.0 |
2212 | 2024-12-21T02:33:26.010Z | Checking tar v0.4.42 |
2213 | 2024-12-21T02:33:26.098Z | Checking headers v0.4.0 |
2214 | 2024-12-21T02:33:26.237Z | Checking atomicwrites v0.4.4 |
2215 | 2024-12-21T02:33:26.266Z | Checking rcgen v0.12.1 |
2216 | 2024-12-21T02:33:26.444Z | Checking camino-tempfile v1.1.1 |
2217 | 2024-12-21T02:33:26.729Z | Checking subprocess v0.2.9 |
2218 | 2024-12-21T02:33:27.078Z | Checking serde_with v3.11.0 |
2219 | 2024-12-21T02:33:31.157Z | Compiling typify-macro v0.2.0 |
2220 | 2024-12-21T02:33:33.006Z | Compiling typify v0.2.0 |
2221 | 2024-12-21T02:33:33.074Z | Compiling progenitor-impl v0.8.0 |
2222 | 2024-12-21T02:33:36.319Z | Compiling progenitor-macro v0.8.0 |
2223 | 2024-12-21T02:33:41.078Z | Checking progenitor v0.8.0 |
2224 | 2024-12-21T02:33:41.229Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2225 | 2024-12-21T02:33:41.232Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2226 | 2024-12-21T02:33:43.902Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2227 | 2024-12-21T02:33:44.193Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2228 | 2024-12-21T02:33:50.440Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2229 | 2024-12-21T02:33:52.026Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2230 | 2024-12-21T02:33:53.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s |
2231 | 2024-12-21T02:33:53.456Z | |
2232 | 2024-12-21T02:33:53.456Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2233 | 2024-12-21T02:33:54.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-21T02:33:54.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-21T02:33:54.113Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-12-21T02:33:55.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
2237 | 2024-12-21T02:33:55.711Z | |
2238 | 2024-12-21T02:33:55.711Z | info: running `cargo check --bins` on nexus-config (31/176) |
2239 | 2024-12-21T02:33:56.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-21T02:33:56.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-21T02:33:56.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-21T02:33:56.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2243 | 2024-12-21T02:33:56.329Z | |
2244 | 2024-12-21T02:33:56.329Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2245 | 2024-12-21T02:33:56.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-21T02:33:56.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-21T02:33:56.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-12-21T02:33:56.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2249 | 2024-12-21T02:33:56.936Z | |
2250 | 2024-12-21T02:33:56.936Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2251 | 2024-12-21T02:33:57.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-12-21T02:33:57.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-12-21T02:33:57.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-12-21T02:33:57.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2255 | 2024-12-21T02:33:57.554Z | |
2256 | 2024-12-21T02:33:57.555Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2257 | 2024-12-21T02:33:58.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-12-21T02:33:58.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-12-21T02:33:58.228Z | Compiling zerocopy v0.8.10 |
2260 | 2024-12-21T02:33:58.228Z | Compiling progenitor-client v0.8.0 |
2261 | 2024-12-21T02:33:58.228Z | Compiling itertools v0.13.0 |
2262 | 2024-12-21T02:33:58.228Z | Compiling zerocopy-derive v0.8.10 |
2263 | 2024-12-21T02:33:58.230Z | Compiling heapless v0.8.0 |
2264 | 2024-12-21T02:33:58.230Z | Compiling newtype-uuid v1.1.3 |
2265 | 2024-12-21T02:33:58.230Z | Compiling ipnetwork v0.20.0 |
2266 | 2024-12-21T02:33:58.230Z | Checking hash32 v0.3.1 |
2267 | 2024-12-21T02:33:58.518Z | Compiling instant v0.1.13 |
2268 | 2024-12-21T02:33:58.618Z | Compiling smoltcp v0.11.0 |
2269 | 2024-12-21T02:33:58.667Z | Compiling backoff v0.4.0 |
2270 | 2024-12-21T02:33:58.849Z | Compiling progenitor v0.8.0 |
2271 | 2024-12-21T02:33:59.026Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2272 | 2024-12-21T02:33:59.101Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2273 | 2024-12-21T02:33:59.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2274 | 2024-12-21T02:33:59.276Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2275 | 2024-12-21T02:33:59.315Z | Compiling serde_with v3.11.0 |
2276 | 2024-12-21T02:33:59.445Z | Compiling dropshot v0.13.0 |
2277 | 2024-12-21T02:33:59.579Z | Compiling parse-display v0.10.0 |
2278 | 2024-12-21T02:33:59.787Z | Checking num-rational v0.4.2 |
2279 | 2024-12-21T02:34:00.160Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2280 | 2024-12-21T02:34:00.321Z | Compiling regress v0.9.1 |
2281 | 2024-12-21T02:34:00.455Z | Compiling phf_generator v0.11.2 |
2282 | 2024-12-21T02:34:00.638Z | Checking num-complex v0.4.6 |
2283 | 2024-12-21T02:34:01.482Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2284 | 2024-12-21T02:34:02.061Z | Compiling macaddr v1.0.1 |
2285 | 2024-12-21T02:34:02.519Z | Checking cobs v0.2.3 |
2286 | 2024-12-21T02:34:02.651Z | Compiling num v0.4.3 |
2287 | 2024-12-21T02:34:02.696Z | Checking postcard v1.0.10 |
2288 | 2024-12-21T02:34:02.863Z | Compiling phf_codegen v0.11.2 |
2289 | 2024-12-21T02:34:03.276Z | Compiling parse-zoneinfo v0.3.1 |
2290 | 2024-12-21T02:34:03.329Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-21T02:34:03.612Z | Compiling float-ord v0.3.2 |
2292 | 2024-12-21T02:34:03.915Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2293 | 2024-12-21T02:34:04.058Z | Compiling convert_case v0.4.0 |
2294 | 2024-12-21T02:34:04.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-21T02:34:05.068Z | Compiling derive_more v0.99.18 |
2296 | 2024-12-21T02:34:05.291Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2297 | 2024-12-21T02:34:05.546Z | Compiling chrono-tz-build v0.4.0 |
2298 | 2024-12-21T02:34:06.262Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2024-12-21T02:34:07.044Z | Compiling crucible-workspace-hack v0.1.0 |
2300 | 2024-12-21T02:34:07.158Z | Compiling thiserror v2.0.3 |
2301 | 2024-12-21T02:34:07.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2302 | 2024-12-21T02:34:07.449Z | Compiling chrono-tz v0.10.0 |
2303 | 2024-12-21T02:34:07.582Z | Checking newline-converter v0.3.0 |
2304 | 2024-12-21T02:34:08.093Z | Checking prettyplease v0.2.25 |
2305 | 2024-12-21T02:34:08.116Z | Compiling thiserror-impl v2.0.3 |
2306 | 2024-12-21T02:34:08.761Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2307 | 2024-12-21T02:34:08.899Z | Compiling slog-dtrace v0.3.0 |
2308 | 2024-12-21T02:34:08.955Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2309 | 2024-12-21T02:34:09.184Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2310 | 2024-12-21T02:34:09.548Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2311 | 2024-12-21T02:34:10.271Z | Checking expectorate v1.1.0 |
2312 | 2024-12-21T02:34:10.432Z | Compiling zone_cfg_derive v0.3.0 |
2313 | 2024-12-21T02:34:10.505Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2314 | 2024-12-21T02:34:10.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2315 | 2024-12-21T02:34:10.888Z | Compiling const_format_proc_macros v0.2.33 |
2316 | 2024-12-21T02:34:11.247Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2024-12-21T02:34:11.783Z | Compiling num-derive v0.4.2 |
2318 | 2024-12-21T02:34:11.873Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2024-12-21T02:34:11.950Z | Checking highway v1.2.0 |
2320 | 2024-12-21T02:34:12.038Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2321 | 2024-12-21T02:34:12.329Z | Checking zone v0.3.0 |
2322 | 2024-12-21T02:34:12.382Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2323 | 2024-12-21T02:34:12.385Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2324 | 2024-12-21T02:34:13.030Z | Checking const_format v0.2.33 |
2325 | 2024-12-21T02:34:13.106Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2326 | 2024-12-21T02:34:13.225Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2024-12-21T02:34:13.462Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2328 | 2024-12-21T02:34:13.512Z | Checking gethostname v0.5.0 |
2329 | 2024-12-21T02:34:13.636Z | Checking bcs v0.1.6 |
2330 | 2024-12-21T02:34:13.865Z | Compiling async-recursion v1.1.1 |
2331 | 2024-12-21T02:34:14.113Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2332 | 2024-12-21T02:34:14.913Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2333 | 2024-12-21T02:34:15.318Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2334 | 2024-12-21T02:34:20.979Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2335 | 2024-12-21T02:34:24.276Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2024-12-21T02:34:26.885Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2337 | 2024-12-21T02:34:28.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s |
2338 | 2024-12-21T02:34:28.254Z | |
2339 | 2024-12-21T02:34:28.255Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2340 | 2024-12-21T02:34:28.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-21T02:34:28.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-21T02:34:28.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-12-21T02:34:28.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2344 | 2024-12-21T02:34:28.883Z | |
2345 | 2024-12-21T02:34:28.883Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2346 | 2024-12-21T02:34:29.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-21T02:34:29.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-21T02:34:29.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-12-21T02:34:29.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2350 | 2024-12-21T02:34:29.519Z | |
2351 | 2024-12-21T02:34:29.519Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2352 | 2024-12-21T02:34:30.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-12-21T02:34:30.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-12-21T02:34:30.174Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-12-21T02:34:30.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2356 | 2024-12-21T02:34:30.986Z | |
2357 | 2024-12-21T02:34:30.986Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2358 | 2024-12-21T02:34:31.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-12-21T02:34:31.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-12-21T02:34:31.657Z | Compiling cfg_aliases v0.1.1 |
2361 | 2024-12-21T02:34:31.660Z | Compiling vte_generate_state_changes v0.1.2 |
2362 | 2024-12-21T02:34:31.660Z | Checking fd-lock v4.0.2 |
2363 | 2024-12-21T02:34:31.660Z | Checking nibble_vec v0.1.0 |
2364 | 2024-12-21T02:34:31.760Z | Checking endian-type v0.1.2 |
2365 | 2024-12-21T02:34:31.763Z | Checking bytecount v0.6.8 |
2366 | 2024-12-21T02:34:31.768Z | Compiling tabled_derive v0.7.0 |
2367 | 2024-12-21T02:34:31.813Z | Compiling peg-macros v0.8.4 |
2368 | 2024-12-21T02:34:31.831Z | Compiling nix v0.28.0 |
2369 | 2024-12-21T02:34:31.917Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2024-12-21T02:34:31.931Z | Checking papergrid v0.11.0 |
2371 | 2024-12-21T02:34:31.934Z | Compiling sqlparser_derive v0.2.2 |
2372 | 2024-12-21T02:34:31.962Z | Checking radix_trie v0.2.1 |
2373 | 2024-12-21T02:34:32.348Z | Checking home v0.5.9 |
2374 | 2024-12-21T02:34:32.372Z | Checking vte v0.11.1 |
2375 | 2024-12-21T02:34:32.494Z | Checking nu-ansi-term v0.50.1 |
2376 | 2024-12-21T02:34:32.908Z | Checking unicode_categories v0.1.1 |
2377 | 2024-12-21T02:34:33.019Z | Checking sqlparser v0.45.0 |
2378 | 2024-12-21T02:34:33.096Z | Checking display-error-chain v0.2.2 |
2379 | 2024-12-21T02:34:33.201Z | Checking sqlformat v0.2.6 |
2380 | 2024-12-21T02:34:33.735Z | Checking strip-ansi-escapes v0.2.0 |
2381 | 2024-12-21T02:34:33.894Z | Checking reedline v0.35.0 |
2382 | 2024-12-21T02:34:34.077Z | Checking tabled v0.15.0 |
2383 | 2024-12-21T02:34:34.751Z | Checking peg v0.8.4 |
2384 | 2024-12-21T02:34:35.079Z | Checking rustyline v14.0.0 |
2385 | 2024-12-21T02:34:43.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s |
2386 | 2024-12-21T02:34:43.895Z | |
2387 | 2024-12-21T02:34:43.895Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2388 | 2024-12-21T02:34:44.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-21T02:34:44.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-21T02:34:44.567Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-21T02:34:49.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2392 | 2024-12-21T02:34:49.726Z | |
2393 | 2024-12-21T02:34:49.726Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2394 | 2024-12-21T02:34:50.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-21T02:34:50.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-21T02:34:50.404Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-21T02:34:54.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2398 | 2024-12-21T02:34:54.295Z | |
2399 | 2024-12-21T02:34:54.295Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2400 | 2024-12-21T02:34:54.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-21T02:34:54.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-21T02:34:54.958Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-21T02:34:59.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2404 | 2024-12-21T02:34:59.794Z | |
2405 | 2024-12-21T02:34:59.794Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2406 | 2024-12-21T02:35:00.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-21T02:35:00.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-21T02:35:00.460Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-21T02:35:05.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
2410 | 2024-12-21T02:35:05.295Z | |
2411 | 2024-12-21T02:35:05.295Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2412 | 2024-12-21T02:35:05.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-21T02:35:05.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-21T02:35:05.960Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-21T02:35:09.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2416 | 2024-12-21T02:35:10.035Z | |
2417 | 2024-12-21T02:35:10.035Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2418 | 2024-12-21T02:35:10.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-21T02:35:10.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-21T02:35:10.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-21T02:35:14.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2422 | 2024-12-21T02:35:14.844Z | |
2423 | 2024-12-21T02:35:14.844Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2424 | 2024-12-21T02:35:15.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-21T02:35:15.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-21T02:35:15.507Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2427 | 2024-12-21T02:35:20.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2428 | 2024-12-21T02:35:20.610Z | |
2429 | 2024-12-21T02:35:20.610Z | info: running `cargo check --bins` on oximeter (46/176) |
2430 | 2024-12-21T02:35:21.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-21T02:35:21.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-21T02:35:21.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-21T02:35:21.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2434 | 2024-12-21T02:35:21.245Z | |
2435 | 2024-12-21T02:35:21.245Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2436 | 2024-12-21T02:35:21.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-21T02:35:21.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-21T02:35:21.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-12-21T02:35:21.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2440 | 2024-12-21T02:35:21.847Z | |
2441 | 2024-12-21T02:35:21.847Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2442 | 2024-12-21T02:35:22.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-21T02:35:22.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-21T02:35:22.477Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2024-12-21T02:35:22.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2446 | 2024-12-21T02:35:23.084Z | |
2447 | 2024-12-21T02:35:23.084Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2448 | 2024-12-21T02:35:23.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-21T02:35:23.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-21T02:35:23.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-21T02:35:23.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2452 | 2024-12-21T02:35:23.716Z | |
2453 | 2024-12-21T02:35:23.716Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2454 | 2024-12-21T02:35:24.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-21T02:35:24.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-21T02:35:24.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-21T02:35:24.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2458 | 2024-12-21T02:35:24.347Z | |
2459 | 2024-12-21T02:35:24.347Z | info: running `cargo check --bins` on oxql-types (51/176) |
2460 | 2024-12-21T02:35:24.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-21T02:35:24.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-21T02:35:24.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-21T02:35:24.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2464 | 2024-12-21T02:35:24.981Z | |
2465 | 2024-12-21T02:35:24.981Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2466 | 2024-12-21T02:35:25.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-21T02:35:25.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-21T02:35:25.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-21T02:35:25.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2470 | 2024-12-21T02:35:25.631Z | |
2471 | 2024-12-21T02:35:25.631Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2472 | 2024-12-21T02:35:26.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-21T02:35:26.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-21T02:35:26.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-21T02:35:26.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2024-12-21T02:35:26.265Z | |
2477 | 2024-12-21T02:35:26.265Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2478 | 2024-12-21T02:35:26.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-21T02:35:26.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-21T02:35:26.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-21T02:35:26.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2482 | 2024-12-21T02:35:26.909Z | |
2483 | 2024-12-21T02:35:26.909Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2484 | 2024-12-21T02:35:27.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-21T02:35:27.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-21T02:35:27.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-21T02:35:27.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2488 | 2024-12-21T02:35:27.533Z | |
2489 | 2024-12-21T02:35:27.533Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2490 | 2024-12-21T02:35:28.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-21T02:35:28.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-21T02:35:28.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-21T02:35:28.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2494 | 2024-12-21T02:35:28.163Z | |
2495 | 2024-12-21T02:35:28.163Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2496 | 2024-12-21T02:35:28.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-21T02:35:28.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-21T02:35:28.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-21T02:35:28.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2500 | 2024-12-21T02:35:28.802Z | |
2501 | 2024-12-21T02:35:28.802Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2502 | 2024-12-21T02:35:29.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-21T02:35:29.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-21T02:35:29.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-21T02:35:29.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2506 | 2024-12-21T02:35:29.412Z | |
2507 | 2024-12-21T02:35:29.412Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2508 | 2024-12-21T02:35:29.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-21T02:35:29.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-21T02:35:29.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-21T02:35:29.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2512 | 2024-12-21T02:35:30.065Z | |
2513 | 2024-12-21T02:35:30.065Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2514 | 2024-12-21T02:35:30.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-21T02:35:30.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-21T02:35:30.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-21T02:35:30.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2024-12-21T02:35:30.694Z | |
2519 | 2024-12-21T02:35:30.694Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2520 | 2024-12-21T02:35:31.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-21T02:35:31.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-21T02:35:31.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-21T02:35:31.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2524 | 2024-12-21T02:35:31.310Z | |
2525 | 2024-12-21T02:35:31.310Z | info: running `cargo check --bins` on dpd-client (62/176) |
2526 | 2024-12-21T02:35:31.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-21T02:35:31.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-21T02:35:31.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-21T02:35:31.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2530 | 2024-12-21T02:35:31.927Z | |
2531 | 2024-12-21T02:35:31.927Z | info: running `cargo check --bins` on gateway-client (63/176) |
2532 | 2024-12-21T02:35:32.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-21T02:35:32.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-21T02:35:32.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-21T02:35:32.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2536 | 2024-12-21T02:35:32.533Z | |
2537 | 2024-12-21T02:35:32.533Z | info: running `cargo check --bins` on installinator-client (64/176) |
2538 | 2024-12-21T02:35:33.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-21T02:35:33.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-21T02:35:33.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-21T02:35:33.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2542 | 2024-12-21T02:35:33.169Z | |
2543 | 2024-12-21T02:35:33.169Z | info: running `cargo check --bins` on installinator-common (65/176) |
2544 | 2024-12-21T02:35:33.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-21T02:35:33.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-21T02:35:33.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-21T02:35:33.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2548 | 2024-12-21T02:35:33.805Z | |
2549 | 2024-12-21T02:35:33.805Z | info: running `cargo check --bins` on update-engine (66/176) |
2550 | 2024-12-21T02:35:34.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-21T02:35:34.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-21T02:35:34.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-21T02:35:34.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2554 | 2024-12-21T02:35:34.409Z | |
2555 | 2024-12-21T02:35:34.409Z | info: running `cargo check --bins` on nexus-client (67/176) |
2556 | 2024-12-21T02:35:34.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-21T02:35:34.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-21T02:35:34.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-21T02:35:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2560 | 2024-12-21T02:35:35.054Z | |
2561 | 2024-12-21T02:35:35.054Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2562 | 2024-12-21T02:35:35.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-21T02:35:35.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-21T02:35:35.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-21T02:35:35.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2024-12-21T02:35:35.685Z | |
2567 | 2024-12-21T02:35:35.685Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2568 | 2024-12-21T02:35:36.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-21T02:35:36.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-21T02:35:36.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-21T02:35:36.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2572 | 2024-12-21T02:35:36.287Z | |
2573 | 2024-12-21T02:35:36.287Z | info: running `cargo check --bins` on nexus-types (70/176) |
2574 | 2024-12-21T02:35:36.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-21T02:35:36.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-21T02:35:36.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-21T02:35:36.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2024-12-21T02:35:36.934Z | |
2579 | 2024-12-21T02:35:36.934Z | info: running `cargo check --bins` on oxide-client (71/176) |
2580 | 2024-12-21T02:35:37.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-21T02:35:37.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-21T02:35:37.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-21T02:35:37.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2584 | 2024-12-21T02:35:37.540Z | |
2585 | 2024-12-21T02:35:37.540Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2586 | 2024-12-21T02:35:38.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-21T02:35:38.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-21T02:35:38.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-21T02:35:38.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2590 | 2024-12-21T02:35:38.158Z | |
2591 | 2024-12-21T02:35:38.159Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2592 | 2024-12-21T02:35:38.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-21T02:35:38.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-21T02:35:38.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-21T02:35:38.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2024-12-21T02:35:38.765Z | |
2597 | 2024-12-21T02:35:38.765Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2598 | 2024-12-21T02:35:39.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-21T02:35:39.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-21T02:35:39.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-21T02:35:39.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2602 | 2024-12-21T02:35:39.397Z | |
2603 | 2024-12-21T02:35:39.397Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2604 | 2024-12-21T02:35:39.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-21T02:35:39.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-21T02:35:39.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-21T02:35:39.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2608 | 2024-12-21T02:35:40.054Z | |
2609 | 2024-12-21T02:35:40.054Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2610 | 2024-12-21T02:35:40.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-21T02:35:40.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-21T02:35:40.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-21T02:35:40.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2024-12-21T02:35:40.706Z | |
2615 | 2024-12-21T02:35:40.706Z | info: running `cargo check --bins` on wicket-common (77/176) |
2616 | 2024-12-21T02:35:41.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-21T02:35:41.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-21T02:35:41.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-12-21T02:35:41.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2620 | 2024-12-21T02:35:41.373Z | |
2621 | 2024-12-21T02:35:41.373Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2622 | 2024-12-21T02:35:41.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-12-21T02:35:41.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-12-21T02:35:42.007Z | Checking csv-core v0.1.11 |
2625 | 2024-12-21T02:35:42.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2024-12-21T02:35:42.012Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2024-12-21T02:35:42.304Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2628 | 2024-12-21T02:35:42.318Z | Checking csv v1.3.0 |
2629 | 2024-12-21T02:35:42.861Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2630 | 2024-12-21T02:35:43.200Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2631 | 2024-12-21T02:35:44.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
2632 | 2024-12-21T02:35:44.620Z | |
2633 | 2024-12-21T02:35:44.620Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2634 | 2024-12-21T02:35:45.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-21T02:35:45.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-21T02:35:45.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-21T02:35:45.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2024-12-21T02:35:45.236Z | |
2639 | 2024-12-21T02:35:45.236Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2640 | 2024-12-21T02:35:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-21T02:35:45.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-21T02:35:45.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-21T02:35:45.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2644 | 2024-12-21T02:35:45.880Z | |
2645 | 2024-12-21T02:35:45.880Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2646 | 2024-12-21T02:35:46.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-21T02:35:46.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-21T02:35:46.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-21T02:35:46.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2650 | 2024-12-21T02:35:46.599Z | |
2651 | 2024-12-21T02:35:46.599Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2652 | 2024-12-21T02:35:47.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-21T02:35:47.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-21T02:35:47.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-12-21T02:35:47.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2656 | 2024-12-21T02:35:47.301Z | |
2657 | 2024-12-21T02:35:47.301Z | info: running `cargo check --bins` on dns-server (83/176) |
2658 | 2024-12-21T02:35:47.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-12-21T02:35:47.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-12-21T02:35:47.937Z | Compiling parking_lot_core v0.8.6 |
2661 | 2024-12-21T02:35:47.940Z | Checking fxhash v0.2.1 |
2662 | 2024-12-21T02:35:47.940Z | Checking hickory-server v0.24.1 |
2663 | 2024-12-21T02:35:47.940Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2664 | 2024-12-21T02:35:48.038Z | Checking hickory-client v0.24.1 |
2665 | 2024-12-21T02:35:48.635Z | Checking parking_lot v0.11.2 |
2666 | 2024-12-21T02:35:48.771Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-12-21T02:35:48.774Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2668 | 2024-12-21T02:35:48.890Z | Checking sled v0.34.7 |
2669 | 2024-12-21T02:35:50.618Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2670 | 2024-12-21T02:35:51.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2671 | 2024-12-21T02:35:52.091Z | |
2672 | 2024-12-21T02:35:52.091Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2673 | 2024-12-21T02:35:52.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-21T02:35:52.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-21T02:35:52.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-21T02:35:52.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2677 | 2024-12-21T02:35:52.641Z | |
2678 | 2024-12-21T02:35:52.642Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2679 | 2024-12-21T02:35:53.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-21T02:35:53.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-21T02:35:53.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-21T02:35:53.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2683 | 2024-12-21T02:35:53.311Z | |
2684 | 2024-12-21T02:35:53.311Z | info: running `cargo check --bins` on gateway-types (86/176) |
2685 | 2024-12-21T02:35:53.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-21T02:35:53.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-21T02:35:53.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-21T02:35:53.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2689 | 2024-12-21T02:35:53.926Z | |
2690 | 2024-12-21T02:35:53.926Z | info: running `cargo check --bins` on ipcc (87/176) |
2691 | 2024-12-21T02:35:54.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-21T02:35:54.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-21T02:35:54.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-12-21T02:35:54.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2695 | 2024-12-21T02:35:54.547Z | |
2696 | 2024-12-21T02:35:54.547Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2697 | 2024-12-21T02:35:55.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-12-21T02:35:55.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-12-21T02:35:55.237Z | Compiling radium v0.7.0 |
2700 | 2024-12-21T02:35:55.239Z | Compiling semver v0.1.20 |
2701 | 2024-12-21T02:35:55.349Z | Compiling maybe-uninit v2.0.0 |
2702 | 2024-12-21T02:35:55.352Z | Checking tap v1.0.1 |
2703 | 2024-12-21T02:35:55.357Z | Checking password-hash v0.5.0 |
2704 | 2024-12-21T02:35:55.357Z | Checking blake2 v0.10.6 |
2705 | 2024-12-21T02:35:55.357Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-21T02:35:55.357Z | Compiling cancel-safe-futures v0.1.5 |
2707 | 2024-12-21T02:35:55.499Z | Checking wyz v0.5.1 |
2708 | 2024-12-21T02:35:55.676Z | Compiling rustc_version v0.1.7 |
2709 | 2024-12-21T02:35:55.714Z | Checking crc-catalog v2.4.0 |
2710 | 2024-12-21T02:35:55.770Z | Checking funty v2.0.0 |
2711 | 2024-12-21T02:35:55.852Z | Compiling packed_struct v0.10.1 |
2712 | 2024-12-21T02:35:55.854Z | Checking crc v3.2.1 |
2713 | 2024-12-21T02:35:55.854Z | Checking argon2 v0.5.3 |
2714 | 2024-12-21T02:35:55.996Z | Compiling packed_struct_codegen v0.10.1 |
2715 | 2024-12-21T02:35:56.017Z | Checking half v2.4.1 |
2716 | 2024-12-21T02:35:56.154Z | Compiling indexmap v1.9.3 |
2717 | 2024-12-21T02:35:56.170Z | Compiling newtype_derive v0.1.6 |
2718 | 2024-12-21T02:35:56.315Z | Checking ciborium-io v0.2.2 |
2719 | 2024-12-21T02:35:56.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2720 | 2024-12-21T02:35:56.428Z | Checking nodrop v0.1.14 |
2721 | 2024-12-21T02:35:56.462Z | Checking ciborium-ll v0.2.2 |
2722 | 2024-12-21T02:35:56.526Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2723 | 2024-12-21T02:35:56.543Z | Checking array-init v0.0.4 |
2724 | 2024-12-21T02:35:56.618Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2725 | 2024-12-21T02:35:56.706Z | Checking bitvec v1.0.1 |
2726 | 2024-12-21T02:35:56.745Z | Checking smallvec v0.6.14 |
2727 | 2024-12-21T02:35:56.835Z | Checking libsw v3.3.1 |
2728 | 2024-12-21T02:35:57.110Z | Compiling memoffset v0.9.1 |
2729 | 2024-12-21T02:35:57.141Z | Checking hashbrown v0.12.3 |
2730 | 2024-12-21T02:35:57.240Z | Checking bitfield v0.14.0 |
2731 | 2024-12-21T02:35:57.368Z | Checking indent_write v2.2.0 |
2732 | 2024-12-21T02:35:57.397Z | Checking linear-map v1.2.0 |
2733 | 2024-12-21T02:35:57.504Z | Checking swrite v0.1.0 |
2734 | 2024-12-21T02:35:57.532Z | Checking termcolor v1.4.1 |
2735 | 2024-12-21T02:35:57.565Z | Checking serde-hex v0.1.0 |
2736 | 2024-12-21T02:35:57.625Z | Checking ron v0.8.1 |
2737 | 2024-12-21T02:35:57.871Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2738 | 2024-12-21T02:35:57.960Z | Checking env_logger v0.10.2 |
2739 | 2024-12-21T02:35:58.320Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2740 | 2024-12-21T02:35:58.383Z | Checking steno v0.4.1 |
2741 | 2024-12-21T02:35:58.845Z | Checking ciborium v0.2.2 |
2742 | 2024-12-21T02:35:58.901Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-12-21T02:35:59.053Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2744 | 2024-12-21T02:35:59.162Z | Checking hashbrown v0.13.2 |
2745 | 2024-12-21T02:35:59.555Z | Checking crc-any v2.5.0 |
2746 | 2024-12-21T02:35:59.859Z | Checking humantime v2.1.0 |
2747 | 2024-12-21T02:35:59.948Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2748 | 2024-12-21T02:36:00.161Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2749 | 2024-12-21T02:36:00.210Z | Checking object v0.30.4 |
2750 | 2024-12-21T02:36:00.548Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2751 | 2024-12-21T02:36:00.590Z | Checking path-slash v0.1.5 |
2752 | 2024-12-21T02:36:00.671Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2753 | 2024-12-21T02:36:00.733Z | Checking nix v0.27.1 |
2754 | 2024-12-21T02:36:00.907Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2755 | 2024-12-21T02:36:01.308Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2756 | 2024-12-21T02:36:01.490Z | Checking tungstenite v0.23.0 |
2757 | 2024-12-21T02:36:01.548Z | Checking kstat-rs v0.2.4 |
2758 | 2024-12-21T02:36:01.644Z | Checking signal-hook-tokio v0.3.1 |
2759 | 2024-12-21T02:36:01.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2024-12-21T02:36:02.260Z | Checking tokio-tungstenite v0.23.1 |
2761 | 2024-12-21T02:36:03.089Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2762 | 2024-12-21T02:36:03.415Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2763 | 2024-12-21T02:36:03.568Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2764 | 2024-12-21T02:36:10.014Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2024-12-21T02:36:11.296Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2766 | 2024-12-21T02:36:13.991Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2767 | 2024-12-21T02:36:19.662Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-12-21T02:36:20.365Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2769 | 2024-12-21T02:36:23.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s |
2770 | 2024-12-21T02:36:23.349Z | |
2771 | 2024-12-21T02:36:23.349Z | info: running `cargo check --bins` on gateway-api (89/176) |
2772 | 2024-12-21T02:36:23.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-21T02:36:23.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-21T02:36:23.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-21T02:36:23.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2776 | 2024-12-21T02:36:23.969Z | |
2777 | 2024-12-21T02:36:23.969Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2778 | 2024-12-21T02:36:24.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-21T02:36:24.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-21T02:36:24.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-21T02:36:24.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2782 | 2024-12-21T02:36:24.570Z | |
2783 | 2024-12-21T02:36:24.570Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2784 | 2024-12-21T02:36:25.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-21T02:36:25.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-21T02:36:25.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-21T02:36:25.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2788 | 2024-12-21T02:36:25.188Z | |
2789 | 2024-12-21T02:36:25.189Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2790 | 2024-12-21T02:36:25.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-21T02:36:25.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-21T02:36:25.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-21T02:36:25.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2794 | 2024-12-21T02:36:25.812Z | |
2795 | 2024-12-21T02:36:25.813Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2796 | 2024-12-21T02:36:26.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-21T02:36:26.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-21T02:36:26.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-21T02:36:26.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2800 | 2024-12-21T02:36:26.432Z | |
2801 | 2024-12-21T02:36:26.432Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2802 | 2024-12-21T02:36:26.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-21T02:36:26.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-21T02:36:26.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-21T02:36:26.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2806 | 2024-12-21T02:36:27.054Z | |
2807 | 2024-12-21T02:36:27.054Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2808 | 2024-12-21T02:36:27.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-21T02:36:27.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-21T02:36:27.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-21T02:36:27.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2812 | 2024-12-21T02:36:27.678Z | |
2813 | 2024-12-21T02:36:27.678Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2814 | 2024-12-21T02:36:28.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-21T02:36:28.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-21T02:36:28.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-21T02:36:28.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2818 | 2024-12-21T02:36:28.303Z | |
2819 | 2024-12-21T02:36:28.303Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2820 | 2024-12-21T02:36:28.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-21T02:36:28.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-21T02:36:28.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-21T02:36:28.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2824 | 2024-12-21T02:36:28.947Z | |
2825 | 2024-12-21T02:36:28.947Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2826 | 2024-12-21T02:36:29.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-21T02:36:29.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-21T02:36:29.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-12-21T02:36:29.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2830 | 2024-12-21T02:36:29.565Z | |
2831 | 2024-12-21T02:36:29.565Z | info: running `cargo check --bins` on sp-sim (99/176) |
2832 | 2024-12-21T02:36:30.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-21T02:36:30.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-21T02:36:30.198Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2835 | 2024-12-21T02:36:32.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2836 | 2024-12-21T02:36:32.224Z | |
2837 | 2024-12-21T02:36:32.224Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2838 | 2024-12-21T02:36:32.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-21T02:36:32.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-21T02:36:32.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-21T02:36:32.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-12-21T02:36:32.883Z | |
2843 | 2024-12-21T02:36:32.883Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2844 | 2024-12-21T02:36:33.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-21T02:36:33.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-21T02:36:33.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-21T02:36:33.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2848 | 2024-12-21T02:36:33.552Z | |
2849 | 2024-12-21T02:36:33.552Z | info: running `cargo check --bins` on db-macros (102/176) |
2850 | 2024-12-21T02:36:34.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-21T02:36:34.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-21T02:36:34.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-21T02:36:34.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2854 | 2024-12-21T02:36:34.161Z | |
2855 | 2024-12-21T02:36:34.161Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2856 | 2024-12-21T02:36:34.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-21T02:36:34.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-21T02:36:34.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-21T02:36:34.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2860 | 2024-12-21T02:36:34.771Z | |
2861 | 2024-12-21T02:36:34.771Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2862 | 2024-12-21T02:36:35.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-21T02:36:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-21T02:36:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-21T02:36:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2866 | 2024-12-21T02:36:35.432Z | |
2867 | 2024-12-21T02:36:35.432Z | info: running `cargo check --bins` on authz-macros (105/176) |
2868 | 2024-12-21T02:36:35.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-21T02:36:35.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-21T02:36:35.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-21T02:36:35.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2872 | 2024-12-21T02:36:36.037Z | |
2873 | 2024-12-21T02:36:36.037Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2874 | 2024-12-21T02:36:36.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-21T02:36:36.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-21T02:36:36.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-21T02:36:36.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-21T02:36:36.686Z | |
2879 | 2024-12-21T02:36:36.687Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2880 | 2024-12-21T02:36:37.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-21T02:36:37.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-21T02:36:37.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-21T02:36:37.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2884 | 2024-12-21T02:36:37.343Z | |
2885 | 2024-12-21T02:36:37.343Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2886 | 2024-12-21T02:36:37.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-21T02:36:37.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-21T02:36:37.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-21T02:36:37.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2890 | 2024-12-21T02:36:37.973Z | |
2891 | 2024-12-21T02:36:37.973Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2892 | 2024-12-21T02:36:38.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-21T02:36:38.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-21T02:36:38.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-21T02:36:38.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2896 | 2024-12-21T02:36:38.625Z | |
2897 | 2024-12-21T02:36:38.625Z | info: running `cargo check --bins` on typed-rng (110/176) |
2898 | 2024-12-21T02:36:39.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-21T02:36:39.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-21T02:36:39.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-12-21T02:36:39.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2902 | 2024-12-21T02:36:39.230Z | |
2903 | 2024-12-21T02:36:39.232Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2904 | 2024-12-21T02:36:39.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-12-21T02:36:39.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-12-21T02:36:39.968Z | Checking keccak v0.1.5 |
2907 | 2024-12-21T02:36:40.078Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2908 | 2024-12-21T02:36:40.081Z | Checking secrecy v0.8.0 |
2909 | 2024-12-21T02:36:40.081Z | Compiling unicase v2.7.0 |
2910 | 2024-12-21T02:36:40.081Z | Compiling same-file v1.0.6 |
2911 | 2024-12-21T02:36:40.101Z | Compiling tempfile v3.13.0 |
2912 | 2024-12-21T02:36:40.125Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2913 | 2024-12-21T02:36:40.127Z | Compiling thiserror-impl-no-std v2.0.2 |
2914 | 2024-12-21T02:36:40.252Z | Compiling walkdir v2.5.0 |
2915 | 2024-12-21T02:36:40.358Z | Checking sha3 v0.10.8 |
2916 | 2024-12-21T02:36:40.374Z | Checking universal-hash v0.5.1 |
2917 | 2024-12-21T02:36:40.459Z | Compiling blake3 v1.5.4 |
2918 | 2024-12-21T02:36:40.525Z | Checking opaque-debug v0.3.1 |
2919 | 2024-12-21T02:36:40.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2920 | 2024-12-21T02:36:40.625Z | Checking poly1305 v0.8.0 |
2921 | 2024-12-21T02:36:40.695Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2922 | 2024-12-21T02:36:40.749Z | Checking chacha20 v0.9.1 |
2923 | 2024-12-21T02:36:40.903Z | Checking aead v0.5.2 |
2924 | 2024-12-21T02:36:40.990Z | Compiling memmap2 v0.9.5 |
2925 | 2024-12-21T02:36:41.007Z | Compiling salty v0.3.0 |
2926 | 2024-12-21T02:36:41.112Z | Compiling arrayvec v0.7.6 |
2927 | 2024-12-21T02:36:41.131Z | Compiling arrayref v0.3.9 |
2928 | 2024-12-21T02:36:41.145Z | Compiling constant_time_eq v0.3.1 |
2929 | 2024-12-21T02:36:41.233Z | Compiling libefi-sys v0.1.0 |
2930 | 2024-12-21T02:36:41.316Z | Checking chacha20poly1305 v0.10.1 |
2931 | 2024-12-21T02:36:41.441Z | Compiling toolchain_find v0.4.0 |
2932 | 2024-12-21T02:36:41.484Z | Compiling camino-tempfile v1.1.1 |
2933 | 2024-12-21T02:36:41.502Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2934 | 2024-12-21T02:36:41.537Z | Compiling bitfield-struct v0.6.2 |
2935 | 2024-12-21T02:36:41.845Z | Compiling topological-sort v0.2.2 |
2936 | 2024-12-21T02:36:41.930Z | Compiling mime_guess v2.0.5 |
2937 | 2024-12-21T02:36:42.034Z | Compiling rustfmt-wrapper v0.2.1 |
2938 | 2024-12-21T02:36:42.468Z | Compiling omicron-zone-package v0.12.0 |
2939 | 2024-12-21T02:36:42.604Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2940 | 2024-12-21T02:36:42.673Z | Checking primeorder v0.13.6 |
2941 | 2024-12-21T02:36:42.914Z | Checking env_filter v0.1.2 |
2942 | 2024-12-21T02:36:42.991Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-12-21T02:36:42.994Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2944 | 2024-12-21T02:36:43.139Z | Checking env_logger v0.11.5 |
2945 | 2024-12-21T02:36:43.159Z | Checking p384 v0.13.0 |
2946 | 2024-12-21T02:36:43.266Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2947 | 2024-12-21T02:36:43.336Z | Checking thiserror-no-std v2.0.2 |
2948 | 2024-12-21T02:36:43.350Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2949 | 2024-12-21T02:36:43.351Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2950 | 2024-12-21T02:36:43.437Z | Checking vsss-rs v3.3.4 |
2951 | 2024-12-21T02:36:43.582Z | Checking bumpalo v3.16.0 |
2952 | 2024-12-21T02:36:43.599Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2024-12-21T02:36:43.734Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2954 | 2024-12-21T02:36:43.878Z | Checking simd-adler32 v0.3.7 |
2955 | 2024-12-21T02:36:43.907Z | Checking lockfree-object-pool v0.1.6 |
2956 | 2024-12-21T02:36:44.016Z | Compiling zip v2.1.3 |
2957 | 2024-12-21T02:36:44.069Z | Checking http-range v0.1.5 |
2958 | 2024-12-21T02:36:44.139Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2959 | 2024-12-21T02:36:44.216Z | Checking zopfli v0.8.1 |
2960 | 2024-12-21T02:36:44.257Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2961 | 2024-12-21T02:36:44.336Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2962 | 2024-12-21T02:36:44.547Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2963 | 2024-12-21T02:36:44.867Z | Checking nanorand v0.7.0 |
2964 | 2024-12-21T02:36:44.960Z | Checking atty v0.2.14 |
2965 | 2024-12-21T02:36:44.991Z | Checking glob v0.3.1 |
2966 | 2024-12-21T02:36:45.095Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2967 | 2024-12-21T02:36:45.241Z | Checking flume v0.11.1 |
2968 | 2024-12-21T02:36:45.320Z | Checking hyper-staticfile v0.10.1 |
2969 | 2024-12-21T02:36:45.622Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2970 | 2024-12-21T02:36:45.796Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2971 | 2024-12-21T02:36:46.572Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2972 | 2024-12-21T02:36:46.597Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2973 | 2024-12-21T02:36:46.926Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2974 | 2024-12-21T02:36:47.016Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2975 | 2024-12-21T02:36:47.304Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2976 | 2024-12-21T02:36:47.614Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2977 | 2024-12-21T02:36:47.918Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2978 | 2024-12-21T02:36:48.091Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2979 | 2024-12-21T02:36:48.844Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2980 | 2024-12-21T02:36:49.241Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2981 | 2024-12-21T02:36:52.071Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2982 | 2024-12-21T02:36:52.071Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2983 | 2024-12-21T02:37:00.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-12-21T02:37:14.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s |
2985 | 2024-12-21T02:37:14.562Z | |
2986 | 2024-12-21T02:37:14.562Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2987 | 2024-12-21T02:37:15.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-12-21T02:37:15.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-12-21T02:37:15.294Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-12-21T02:37:28.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
2991 | 2024-12-21T02:37:29.176Z | |
2992 | 2024-12-21T02:37:29.176Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
2993 | 2024-12-21T02:37:29.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-12-21T02:37:29.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-12-21T02:37:29.911Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-12-21T02:37:43.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
2997 | 2024-12-21T02:37:43.731Z | |
2998 | 2024-12-21T02:37:43.731Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
2999 | 2024-12-21T02:37:44.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-12-21T02:37:44.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-12-21T02:37:44.478Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-12-21T02:37:58.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3003 | 2024-12-21T02:37:58.206Z | |
3004 | 2024-12-21T02:37:58.206Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3005 | 2024-12-21T02:37:58.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-12-21T02:37:58.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-12-21T02:37:58.933Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-12-21T02:38:12.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3009 | 2024-12-21T02:38:12.719Z | |
3010 | 2024-12-21T02:38:12.719Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3011 | 2024-12-21T02:38:13.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-12-21T02:38:13.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-12-21T02:38:13.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-12-21T02:38:27.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s |
3015 | 2024-12-21T02:38:27.352Z | |
3016 | 2024-12-21T02:38:27.352Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3017 | 2024-12-21T02:38:27.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-12-21T02:38:27.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-12-21T02:38:28.087Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2024-12-21T02:38:41.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3021 | 2024-12-21T02:38:41.970Z | |
3022 | 2024-12-21T02:38:41.970Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3023 | 2024-12-21T02:38:42.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-12-21T02:38:42.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-12-21T02:38:42.704Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2024-12-21T02:38:56.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
3027 | 2024-12-21T02:38:56.453Z | |
3028 | 2024-12-21T02:38:56.453Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3029 | 2024-12-21T02:38:57.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-12-21T02:38:57.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-12-21T02:38:57.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-12-21T02:38:57.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3033 | 2024-12-21T02:38:57.104Z | |
3034 | 2024-12-21T02:38:57.104Z | info: running `cargo check --bins` on key-manager (120/176) |
3035 | 2024-12-21T02:38:57.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-12-21T02:38:57.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-12-21T02:38:57.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-12-21T02:38:57.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3039 | 2024-12-21T02:38:57.723Z | |
3040 | 2024-12-21T02:38:57.724Z | info: running `cargo check --bins` on range-requests (121/176) |
3041 | 2024-12-21T02:38:58.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-12-21T02:38:58.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-12-21T02:38:58.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-12-21T02:38:58.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3045 | 2024-12-21T02:38:58.329Z | |
3046 | 2024-12-21T02:38:58.329Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3047 | 2024-12-21T02:38:58.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-12-21T02:38:58.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-12-21T02:38:58.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-12-21T02:38:58.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3051 | 2024-12-21T02:38:58.953Z | |
3052 | 2024-12-21T02:38:58.953Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3053 | 2024-12-21T02:38:59.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-12-21T02:38:59.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-12-21T02:38:59.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-12-21T02:38:59.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3057 | 2024-12-21T02:38:59.601Z | |
3058 | 2024-12-21T02:38:59.601Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3059 | 2024-12-21T02:39:00.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-12-21T02:39:00.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-12-21T02:39:00.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-12-21T02:39:00.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3063 | 2024-12-21T02:39:00.202Z | |
3064 | 2024-12-21T02:39:00.202Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3065 | 2024-12-21T02:39:00.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-12-21T02:39:00.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-12-21T02:39:00.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-12-21T02:39:00.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3069 | 2024-12-21T02:39:00.840Z | |
3070 | 2024-12-21T02:39:00.840Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3071 | 2024-12-21T02:39:01.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-12-21T02:39:01.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-12-21T02:39:01.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-12-21T02:39:01.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3075 | 2024-12-21T02:39:01.478Z | |
3076 | 2024-12-21T02:39:01.479Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3077 | 2024-12-21T02:39:02.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-12-21T02:39:02.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-12-21T02:39:02.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2024-12-21T02:39:02.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3081 | 2024-12-21T02:39:02.120Z | |
3082 | 2024-12-21T02:39:02.120Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3083 | 2024-12-21T02:39:02.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-12-21T02:39:02.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-12-21T02:39:02.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2024-12-21T02:39:02.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3087 | 2024-12-21T02:39:02.774Z | |
3088 | 2024-12-21T02:39:02.774Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3089 | 2024-12-21T02:39:03.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2024-12-21T02:39:03.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2024-12-21T02:39:03.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2024-12-21T02:39:03.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3093 | 2024-12-21T02:39:03.416Z | |
3094 | 2024-12-21T02:39:03.417Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3095 | 2024-12-21T02:39:03.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-12-21T02:39:03.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-12-21T02:39:03.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2024-12-21T02:39:03.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3099 | 2024-12-21T02:39:04.065Z | |
3100 | 2024-12-21T02:39:04.065Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3101 | 2024-12-21T02:39:04.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-12-21T02:39:04.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-12-21T02:39:04.748Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3104 | 2024-12-21T02:39:04.748Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3105 | 2024-12-21T02:39:05.610Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3106 | 2024-12-21T02:39:07.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3107 | 2024-12-21T02:39:07.789Z | |
3108 | 2024-12-21T02:39:07.789Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3109 | 2024-12-21T02:39:08.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-12-21T02:39:08.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-12-21T02:39:08.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2024-12-21T02:39:08.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3113 | 2024-12-21T02:39:08.410Z | |
3114 | 2024-12-21T02:39:08.410Z | info: running `cargo check --bins` on cert-dev (133/176) |
3115 | 2024-12-21T02:39:08.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-12-21T02:39:08.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-12-21T02:39:09.023Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3118 | 2024-12-21T02:39:09.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3119 | 2024-12-21T02:39:09.450Z | |
3120 | 2024-12-21T02:39:09.450Z | info: running `cargo check --bins` on clickana (134/176) |
3121 | 2024-12-21T02:39:10.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-12-21T02:39:10.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-12-21T02:39:10.099Z | Checking castaway v0.2.3 |
3124 | 2024-12-21T02:39:10.099Z | Checking unicode-truncate v1.1.0 |
3125 | 2024-12-21T02:39:10.101Z | Checking lru v0.12.5 |
3126 | 2024-12-21T02:39:10.102Z | Compiling instability v0.3.2 |
3127 | 2024-12-21T02:39:10.102Z | Checking cassowary v0.3.0 |
3128 | 2024-12-21T02:39:10.102Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3129 | 2024-12-21T02:39:10.308Z | Checking compact_str v0.8.0 |
3130 | 2024-12-21T02:39:10.917Z | Checking ratatui v0.28.1 |
3131 | 2024-12-21T02:39:12.787Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3132 | 2024-12-21T02:39:13.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3133 | 2024-12-21T02:39:13.783Z | |
3134 | 2024-12-21T02:39:13.783Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3135 | 2024-12-21T02:39:14.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-12-21T02:39:14.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-12-21T02:39:14.462Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3138 | 2024-12-21T02:39:14.462Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3139 | 2024-12-21T02:39:15.042Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3140 | 2024-12-21T02:39:15.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3141 | 2024-12-21T02:39:15.588Z | |
3142 | 2024-12-21T02:39:15.588Z | info: running `cargo check --bins` on ch-dev (136/176) |
3143 | 2024-12-21T02:39:16.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-12-21T02:39:16.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-12-21T02:39:16.249Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3146 | 2024-12-21T02:39:16.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3147 | 2024-12-21T02:39:17.127Z | |
3148 | 2024-12-21T02:39:17.127Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3149 | 2024-12-21T02:39:17.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-12-21T02:39:17.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-12-21T02:39:17.785Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3152 | 2024-12-21T02:39:18.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3153 | 2024-12-21T02:39:18.327Z | |
3154 | 2024-12-21T02:39:18.327Z | info: running `cargo check --bins` on db-dev (138/176) |
3155 | 2024-12-21T02:39:18.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-21T02:39:18.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-21T02:39:18.986Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3158 | 2024-12-21T02:39:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3159 | 2024-12-21T02:39:19.887Z | |
3160 | 2024-12-21T02:39:19.887Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3161 | 2024-12-21T02:39:20.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-12-21T02:39:20.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-12-21T02:39:20.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2024-12-21T02:39:20.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3165 | 2024-12-21T02:39:20.527Z | |
3166 | 2024-12-21T02:39:20.527Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3167 | 2024-12-21T02:39:21.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-12-21T02:39:21.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-12-21T02:39:21.145Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3170 | 2024-12-21T02:39:22.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3171 | 2024-12-21T02:39:22.188Z | |
3172 | 2024-12-21T02:39:22.188Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3173 | 2024-12-21T02:39:22.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-12-21T02:39:22.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-12-21T02:39:22.805Z | Checking cargo-platform v0.1.8 |
3176 | 2024-12-21T02:39:23.071Z | Checking cargo_metadata v0.18.1 |
3177 | 2024-12-21T02:39:24.041Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3178 | 2024-12-21T02:39:24.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3179 | 2024-12-21T02:39:25.019Z | |
3180 | 2024-12-21T02:39:25.019Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3181 | 2024-12-21T02:39:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-12-21T02:39:25.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-12-21T02:39:25.731Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3184 | 2024-12-21T02:39:26.455Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3185 | 2024-12-21T02:39:27.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3186 | 2024-12-21T02:39:27.200Z | |
3187 | 2024-12-21T02:39:27.200Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3188 | 2024-12-21T02:39:27.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2024-12-21T02:39:27.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2024-12-21T02:39:27.987Z | Compiling crunchy v0.2.2 |
3191 | 2024-12-21T02:39:27.987Z | Compiling tiny-keccak v2.0.2 |
3192 | 2024-12-21T02:39:27.990Z | Compiling dsl_auto_type v0.1.2 |
3193 | 2024-12-21T02:39:27.990Z | Checking scheduled-thread-pool v0.2.7 |
3194 | 2024-12-21T02:39:27.990Z | Compiling diesel_table_macro_syntax v0.2.0 |
3195 | 2024-12-21T02:39:28.100Z | Compiling ascii-canvas v3.0.0 |
3196 | 2024-12-21T02:39:28.109Z | Compiling ena v0.14.3 |
3197 | 2024-12-21T02:39:28.117Z | Compiling diff v0.1.13 |
3198 | 2024-12-21T02:39:28.296Z | Checking r2d2 v0.8.10 |
3199 | 2024-12-21T02:39:28.406Z | Compiling regex-syntax v0.6.29 |
3200 | 2024-12-21T02:39:28.555Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3201 | 2024-12-21T02:39:28.560Z | Compiling ref-cast v1.0.23 |
3202 | 2024-12-21T02:39:28.631Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3203 | 2024-12-21T02:39:28.668Z | Compiling derive_builder_core v0.20.2 |
3204 | 2024-12-21T02:39:28.802Z | Compiling libxml v0.3.3 |
3205 | 2024-12-21T02:39:28.823Z | Compiling ref-cast-impl v1.0.23 |
3206 | 2024-12-21T02:39:28.915Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3207 | 2024-12-21T02:39:29.194Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3208 | 2024-12-21T02:39:29.213Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3209 | 2024-12-21T02:39:29.413Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3210 | 2024-12-21T02:39:29.445Z | Compiling strum_macros v0.24.3 |
3211 | 2024-12-21T02:39:29.486Z | Compiling samael v0.0.17 |
3212 | 2024-12-21T02:39:29.676Z | Compiling diesel_derives v2.2.3 |
3213 | 2024-12-21T02:39:29.820Z | Compiling indoc v1.0.9 |
3214 | 2024-12-21T02:39:30.824Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3215 | 2024-12-21T02:39:31.050Z | Compiling derive_builder_macro v0.20.2 |
3216 | 2024-12-21T02:39:31.093Z | Compiling oso-derive v0.27.3 |
3217 | 2024-12-21T02:39:31.921Z | Compiling lalrpop v0.19.12 |
3218 | 2024-12-21T02:39:31.990Z | Checking derive_builder v0.20.2 |
3219 | 2024-12-21T02:39:32.104Z | Compiling impl-trait-for-tuples v0.2.2 |
3220 | 2024-12-21T02:39:32.148Z | Checking quick-xml v0.33.0 |
3221 | 2024-12-21T02:39:32.674Z | Compiling diesel-dtrace v0.4.2 |
3222 | 2024-12-21T02:39:32.970Z | Checking maplit v1.0.2 |
3223 | 2024-12-21T02:39:33.170Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3224 | 2024-12-21T02:39:33.194Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3225 | 2024-12-21T02:39:33.471Z | Checking bb8 v0.8.5 |
3226 | 2024-12-21T02:39:33.635Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3227 | 2024-12-21T02:39:33.925Z | Checking rand_seeder v0.3.0 |
3228 | 2024-12-21T02:39:33.977Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3229 | 2024-12-21T02:39:34.163Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3230 | 2024-12-21T02:39:34.351Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3231 | 2024-12-21T02:39:34.437Z | Checking smawk v0.3.2 |
3232 | 2024-12-21T02:39:34.614Z | Checking unicode-linebreak v0.1.5 |
3233 | 2024-12-21T02:39:34.643Z | Checking is_ci v1.2.0 |
3234 | 2024-12-21T02:39:34.784Z | Checking supports-color v3.0.1 |
3235 | 2024-12-21T02:39:34.884Z | Checking multimap v0.10.0 |
3236 | 2024-12-21T02:39:35.041Z | Checking textwrap v0.16.1 |
3237 | 2024-12-21T02:39:35.864Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3238 | 2024-12-21T02:39:38.640Z | Checking diesel v2.2.6 |
3239 | 2024-12-21T02:40:05.089Z | Compiling polar-core v0.27.3 |
3240 | 2024-12-21T02:40:07.433Z | Checking async-bb8-diesel v0.2.1 |
3241 | 2024-12-21T02:40:12.485Z | Checking oso v0.27.3 |
3242 | 2024-12-21T02:41:20.563Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3243 | 2024-12-21T02:41:26.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3244 | 2024-12-21T02:41:26.900Z | |
3245 | 2024-12-21T02:41:26.900Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3246 | 2024-12-21T02:41:27.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-12-21T02:41:27.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-12-21T02:41:27.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2024-12-21T02:41:27.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3250 | 2024-12-21T02:41:27.584Z | |
3251 | 2024-12-21T02:41:27.584Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3252 | 2024-12-21T02:41:28.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-12-21T02:41:28.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-12-21T02:41:28.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2024-12-21T02:41:28.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3256 | 2024-12-21T02:41:28.264Z | |
3257 | 2024-12-21T02:41:28.264Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3258 | 2024-12-21T02:41:28.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-12-21T02:41:28.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-12-21T02:41:28.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2024-12-21T02:41:28.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3262 | 2024-12-21T02:41:28.881Z | |
3263 | 2024-12-21T02:41:28.881Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3264 | 2024-12-21T02:41:29.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-12-21T02:41:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-12-21T02:41:29.669Z | Compiling libz-sys v1.1.20 |
3267 | 2024-12-21T02:41:29.672Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3268 | 2024-12-21T02:41:29.794Z | Compiling vergen v8.3.2 |
3269 | 2024-12-21T02:41:29.797Z | Compiling cargo-platform v0.1.8 |
3270 | 2024-12-21T02:41:29.797Z | Compiling pin-project-internal v1.1.6 |
3271 | 2024-12-21T02:41:29.827Z | Compiling libsqlite3-sys v0.30.1 |
3272 | 2024-12-21T02:41:29.830Z | Compiling snafu-derive v0.8.5 |
3273 | 2024-12-21T02:41:29.831Z | Compiling rustls v0.21.12 |
3274 | 2024-12-21T02:41:30.056Z | Compiling cfg_aliases v0.2.1 |
3275 | 2024-12-21T02:41:30.084Z | Compiling buf-list v1.0.3 |
3276 | 2024-12-21T02:41:30.155Z | Compiling cargo_metadata v0.18.1 |
3277 | 2024-12-21T02:41:30.355Z | Compiling nix v0.29.0 |
3278 | 2024-12-21T02:41:30.409Z | Checking globset v0.4.15 |
3279 | 2024-12-21T02:41:30.783Z | Checking olpc-cjson v0.1.4 |
3280 | 2024-12-21T02:41:30.804Z | Checking rustls-webpki v0.101.7 |
3281 | 2024-12-21T02:41:30.975Z | Checking sct v0.7.1 |
3282 | 2024-12-21T02:41:31.001Z | Checking serde_plain v1.0.2 |
3283 | 2024-12-21T02:41:31.162Z | Checking typed-path v0.9.3 |
3284 | 2024-12-21T02:41:31.565Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3285 | 2024-12-21T02:41:31.692Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3286 | 2024-12-21T02:41:31.843Z | Checking hashlink v0.9.1 |
3287 | 2024-12-21T02:41:31.945Z | Checking parse-size v1.1.0 |
3288 | 2024-12-21T02:41:32.131Z | Checking fallible-streaming-iterator v0.1.9 |
3289 | 2024-12-21T02:41:32.373Z | Checking fallible-iterator v0.3.0 |
3290 | 2024-12-21T02:41:32.810Z | Checking pin-project v1.1.6 |
3291 | 2024-12-21T02:41:32.936Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3292 | 2024-12-21T02:41:32.976Z | Checking rusqlite v0.32.1 |
3293 | 2024-12-21T02:41:33.025Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3294 | 2024-12-21T02:41:33.189Z | Checking rustls-pemfile v1.0.4 |
3295 | 2024-12-21T02:41:33.385Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3296 | 2024-12-21T02:41:33.710Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3297 | 2024-12-21T02:41:33.851Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3298 | 2024-12-21T02:41:33.977Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3299 | 2024-12-21T02:41:34.021Z | Checking twox-hash v1.6.3 |
3300 | 2024-12-21T02:41:34.106Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3301 | 2024-12-21T02:41:34.496Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3302 | 2024-12-21T02:41:34.568Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3303 | 2024-12-21T02:41:34.745Z | Checking tokio-rustls v0.24.1 |
3304 | 2024-12-21T02:41:35.035Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3305 | 2024-12-21T02:41:35.096Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3306 | 2024-12-21T02:41:35.099Z | Checking fatfs v0.3.6 |
3307 | 2024-12-21T02:41:35.386Z | Checking snafu v0.8.5 |
3308 | 2024-12-21T02:41:35.862Z | Checking tough v0.19.0 |
3309 | 2024-12-21T02:41:36.073Z | Checking assert_matches v1.5.0 |
3310 | 2024-12-21T02:41:39.977Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3311 | 2024-12-21T02:41:41.381Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3312 | 2024-12-21T02:41:42.152Z | Compiling git2 v0.19.0 |
3313 | 2024-12-21T02:41:46.875Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3314 | 2024-12-21T02:42:39.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3315 | 2024-12-21T02:42:39.639Z | |
3316 | 2024-12-21T02:42:39.642Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3317 | 2024-12-21T02:42:40.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-12-21T02:42:40.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-12-21T02:42:40.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-12-21T02:42:40.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3321 | 2024-12-21T02:42:40.325Z | |
3322 | 2024-12-21T02:42:40.326Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3323 | 2024-12-21T02:42:40.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-12-21T02:42:40.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-12-21T02:42:40.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-12-21T02:42:40.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3327 | 2024-12-21T02:42:40.933Z | |
3328 | 2024-12-21T02:42:40.933Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3329 | 2024-12-21T02:42:41.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-12-21T02:42:41.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-12-21T02:42:41.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-12-21T02:42:41.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3333 | 2024-12-21T02:42:41.585Z | |
3334 | 2024-12-21T02:42:41.585Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3335 | 2024-12-21T02:42:42.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-12-21T02:42:42.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-12-21T02:42:42.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2024-12-21T02:42:42.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3339 | 2024-12-21T02:42:42.263Z | |
3340 | 2024-12-21T02:42:42.263Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3341 | 2024-12-21T02:42:42.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-12-21T02:42:42.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-12-21T02:42:42.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2024-12-21T02:42:42.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3345 | 2024-12-21T02:42:42.933Z | |
3346 | 2024-12-21T02:42:42.933Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3347 | 2024-12-21T02:42:43.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-12-21T02:42:43.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-12-21T02:42:43.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-12-21T02:42:43.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3351 | 2024-12-21T02:42:43.601Z | |
3352 | 2024-12-21T02:42:43.601Z | info: running `cargo check --bins` on update-common (154/176) |
3353 | 2024-12-21T02:42:44.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-12-21T02:42:44.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-12-21T02:42:44.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-12-21T02:42:44.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3357 | 2024-12-21T02:42:44.252Z | |
3358 | 2024-12-21T02:42:44.252Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3359 | 2024-12-21T02:42:44.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-12-21T02:42:44.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-12-21T02:42:44.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2024-12-21T02:42:44.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3363 | 2024-12-21T02:42:44.904Z | |
3364 | 2024-12-21T02:42:44.905Z | info: running `cargo check --bins` on tufaceous (156/176) |
3365 | 2024-12-21T02:42:45.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-12-21T02:42:45.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-12-21T02:42:45.568Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3368 | 2024-12-21T02:42:46.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3369 | 2024-12-21T02:42:46.720Z | |
3370 | 2024-12-21T02:42:46.720Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3371 | 2024-12-21T02:42:47.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-12-21T02:42:47.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-12-21T02:42:47.573Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3374 | 2024-12-21T02:42:47.698Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3375 | 2024-12-21T02:42:47.698Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3376 | 2024-12-21T02:42:47.700Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3377 | 2024-12-21T02:43:13.414Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3378 | 2024-12-21T02:43:13.414Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3379 | 2024-12-21T02:43:13.417Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3380 | 2024-12-21T02:43:13.417Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3381 | 2024-12-21T02:43:13.417Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3382 | 2024-12-21T02:43:14.249Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3383 | 2024-12-21T02:43:15.527Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3384 | 2024-12-21T02:43:52.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3385 | 2024-12-21T02:43:53.189Z | |
3386 | 2024-12-21T02:43:53.189Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3387 | 2024-12-21T02:43:53.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-12-21T02:43:53.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-12-21T02:43:53.892Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3390 | 2024-12-21T02:43:53.892Z | Checking heck v0.4.1 |
3391 | 2024-12-21T02:43:53.897Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3392 | 2024-12-21T02:43:54.129Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3393 | 2024-12-21T02:43:55.536Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3394 | 2024-12-21T02:43:56.398Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3395 | 2024-12-21T02:43:57.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3396 | 2024-12-21T02:43:57.680Z | |
3397 | 2024-12-21T02:43:57.680Z | info: running `cargo check --bins` on installinator-api (159/176) |
3398 | 2024-12-21T02:43:58.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-12-21T02:43:58.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-12-21T02:43:58.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3401 | 2024-12-21T02:43:58.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3402 | 2024-12-21T02:43:58.335Z | |
3403 | 2024-12-21T02:43:58.335Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3404 | 2024-12-21T02:43:58.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2024-12-21T02:43:58.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2024-12-21T02:43:58.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3407 | 2024-12-21T02:43:58.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3408 | 2024-12-21T02:43:58.990Z | |
3409 | 2024-12-21T02:43:58.990Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3410 | 2024-12-21T02:43:59.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2024-12-21T02:43:59.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2024-12-21T02:43:59.683Z | Compiling petname v2.0.2 |
3413 | 2024-12-21T02:43:59.686Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3414 | 2024-12-21T02:43:59.686Z | Checking sync-ptr v0.1.1 |
3415 | 2024-12-21T02:44:01.093Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3416 | 2024-12-21T02:44:02.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3417 | 2024-12-21T02:44:02.848Z | |
3418 | 2024-12-21T02:44:02.848Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3419 | 2024-12-21T02:44:03.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2024-12-21T02:44:03.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2024-12-21T02:44:03.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3422 | 2024-12-21T02:44:03.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3423 | 2024-12-21T02:44:03.506Z | |
3424 | 2024-12-21T02:44:03.506Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3425 | 2024-12-21T02:44:05.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2024-12-21T02:44:05.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2024-12-21T02:44:05.085Z | Checking memmap2 v0.9.5 |
3428 | 2024-12-21T02:44:05.085Z | Checking arrayvec v0.7.6 |
3429 | 2024-12-21T02:44:05.085Z | Checking arrayref v0.3.9 |
3430 | 2024-12-21T02:44:05.085Z | Checking constant_time_eq v0.3.1 |
3431 | 2024-12-21T02:44:05.085Z | Checking topological-sort v0.2.2 |
3432 | 2024-12-21T02:44:05.085Z | Checking shell-words v1.1.0 |
3433 | 2024-12-21T02:44:05.085Z | Checking blake3 v1.5.4 |
3434 | 2024-12-21T02:44:05.085Z | Checking omicron-zone-package v0.12.0 |
3435 | 2024-12-21T02:44:06.127Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3436 | 2024-12-21T02:44:07.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3437 | 2024-12-21T02:44:07.201Z | |
3438 | 2024-12-21T02:44:07.201Z | info: running `cargo check --bins` on xtask (164/176) |
3439 | 2024-12-21T02:44:07.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3440 | 2024-12-21T02:44:07.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3441 | 2024-12-21T02:44:07.627Z | Checking bitflags v2.6.0 |
3442 | 2024-12-21T02:44:07.629Z | Checking serde v1.0.215 |
3443 | 2024-12-21T02:44:07.629Z | Checking thiserror v1.0.69 |
3444 | 2024-12-21T02:44:07.717Z | Checking scroll v0.12.0 |
3445 | 2024-12-21T02:44:07.725Z | Checking hashbrown v0.15.1 |
3446 | 2024-12-21T02:44:07.728Z | Checking log v0.4.22 |
3447 | 2024-12-21T02:44:07.728Z | Checking zerocopy v0.7.35 |
3448 | 2024-12-21T02:44:07.754Z | Checking syn v2.0.87 |
3449 | 2024-12-21T02:44:07.817Z | Checking pest v2.7.14 |
3450 | 2024-12-21T02:44:07.942Z | Checking rustix v0.38.37 |
3451 | 2024-12-21T02:44:07.971Z | Checking once_cell v1.20.2 |
3452 | 2024-12-21T02:44:08.149Z | Checking goblin v0.8.2 |
3453 | 2024-12-21T02:44:08.264Z | Checking fs-err v2.11.0 |
3454 | 2024-12-21T02:44:08.565Z | Checking anyhow v1.0.93 |
3455 | 2024-12-21T02:44:08.805Z | Checking indexmap v2.6.0 |
3456 | 2024-12-21T02:44:08.969Z | Checking tabled v0.15.0 |
3457 | 2024-12-21T02:44:09.965Z | Checking terminal_size v0.4.0 |
3458 | 2024-12-21T02:44:09.966Z | Checking tempfile v3.13.0 |
3459 | 2024-12-21T02:44:10.127Z | Checking clap_builder v4.5.21 |
3460 | 2024-12-21T02:44:10.400Z | Checking dtrace-parser v0.2.0 |
3461 | 2024-12-21T02:44:11.872Z | Checking serde_json v1.0.132 |
3462 | 2024-12-21T02:44:11.872Z | Checking toml_datetime v0.6.8 |
3463 | 2024-12-21T02:44:11.874Z | Checking serde_spanned v0.6.8 |
3464 | 2024-12-21T02:44:11.874Z | Checking camino v1.1.9 |
3465 | 2024-12-21T02:44:11.874Z | Checking cargo-platform v0.1.8 |
3466 | 2024-12-21T02:44:12.085Z | Checking semver v1.0.23 |
3467 | 2024-12-21T02:44:12.145Z | Checking toml_edit v0.22.22 |
3468 | 2024-12-21T02:44:12.169Z | Checking macaddr v1.0.1 |
3469 | 2024-12-21T02:44:12.470Z | Checking camino-tempfile v1.1.1 |
3470 | 2024-12-21T02:44:12.541Z | Checking clap v4.5.21 |
3471 | 2024-12-21T02:44:13.098Z | Checking dof v0.3.0 |
3472 | 2024-12-21T02:44:13.098Z | Checking cargo_metadata v0.18.1 |
3473 | 2024-12-21T02:44:13.497Z | Checking usdt-impl v0.5.0 |
3474 | 2024-12-21T02:44:13.865Z | Checking usdt v0.5.0 |
3475 | 2024-12-21T02:44:13.984Z | Checking toml v0.8.19 |
3476 | 2024-12-21T02:44:14.451Z | Checking cargo_toml v0.20.5 |
3477 | 2024-12-21T02:44:15.658Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3478 | 2024-12-21T02:44:16.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s |
3479 | 2024-12-21T02:44:16.364Z | |
3480 | 2024-12-21T02:44:16.364Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3481 | 2024-12-21T02:44:16.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2024-12-21T02:44:16.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2024-12-21T02:44:17.121Z | Checking polyval v0.6.2 |
3484 | 2024-12-21T02:44:17.233Z | Checking ctr v0.9.2 |
3485 | 2024-12-21T02:44:17.243Z | Checking ssh-encoding v0.2.0 |
3486 | 2024-12-21T02:44:17.245Z | Checking blowfish v0.9.1 |
3487 | 2024-12-21T02:44:17.264Z | Checking password-hash v0.4.2 |
3488 | 2024-12-21T02:44:17.267Z | Checking matches v0.1.10 |
3489 | 2024-12-21T02:44:17.293Z | Checking p256 v0.13.2 |
3490 | 2024-12-21T02:44:17.293Z | Checking p521 v0.13.3 |
3491 | 2024-12-21T02:44:17.360Z | Checking idna v0.2.3 |
3492 | 2024-12-21T02:44:17.464Z | Checking ghash v0.5.1 |
3493 | 2024-12-21T02:44:17.482Z | Checking bcrypt-pbkdf v0.10.0 |
3494 | 2024-12-21T02:44:17.485Z | Compiling enum-as-inner v0.5.1 |
3495 | 2024-12-21T02:44:17.549Z | Checking russh-cryptovec v0.7.3 |
3496 | 2024-12-21T02:44:17.624Z | Checking aes-gcm v0.10.3 |
3497 | 2024-12-21T02:44:17.651Z | Checking pbkdf2 v0.11.0 |
3498 | 2024-12-21T02:44:17.746Z | Checking md5 v0.7.0 |
3499 | 2024-12-21T02:44:17.766Z | Checking num-bigint v0.4.6 |
3500 | 2024-12-21T02:44:17.785Z | Checking des v0.8.1 |
3501 | 2024-12-21T02:44:17.865Z | Checking ssh-cipher v0.2.0 |
3502 | 2024-12-21T02:44:17.927Z | Checking hex-literal v0.4.1 |
3503 | 2024-12-21T02:44:18.035Z | Compiling dhcproto-macros v0.1.0 |
3504 | 2024-12-21T02:44:18.058Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3505 | 2024-12-21T02:44:18.058Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3506 | 2024-12-21T02:44:18.144Z | Checking ssh-key v0.6.6 |
3507 | 2024-12-21T02:44:18.179Z | Checking internet-checksum v0.2.1 |
3508 | 2024-12-21T02:44:18.497Z | Checking trust-dns-proto v0.22.0 |
3509 | 2024-12-21T02:44:19.473Z | Checking russh-keys v0.45.0 |
3510 | 2024-12-21T02:44:20.404Z | Checking russh v0.45.0 |
3511 | 2024-12-21T02:44:21.045Z | Checking dhcproto v0.12.0 |
3512 | 2024-12-21T02:44:38.059Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3513 | 2024-12-21T02:44:39.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.10s |
3514 | 2024-12-21T02:44:39.669Z | |
3515 | 2024-12-21T02:44:39.669Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3516 | 2024-12-21T02:44:40.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-21T02:44:40.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-21T02:44:40.313Z | Checking termios v0.3.3 |
3519 | 2024-12-21T02:44:40.526Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3520 | 2024-12-21T02:44:41.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3521 | 2024-12-21T02:44:41.472Z | |
3522 | 2024-12-21T02:44:41.472Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3523 | 2024-12-21T02:44:42.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-12-21T02:44:42.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-12-21T02:44:42.170Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3526 | 2024-12-21T02:44:44.184Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-21T02:44:46.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
3528 | 2024-12-21T02:44:46.269Z | |
3529 | 2024-12-21T02:44:46.269Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3530 | 2024-12-21T02:44:46.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-21T02:44:46.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-21T02:44:46.846Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3533 | 2024-12-21T02:44:47.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3534 | 2024-12-21T02:44:47.510Z | |
3535 | 2024-12-21T02:44:47.510Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3536 | 2024-12-21T02:44:48.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2024-12-21T02:44:48.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2024-12-21T02:44:48.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3539 | 2024-12-21T02:44:48.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3540 | 2024-12-21T02:44:48.117Z | |
3541 | 2024-12-21T02:44:48.117Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3542 | 2024-12-21T02:44:48.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2024-12-21T02:44:48.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2024-12-21T02:44:48.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3545 | 2024-12-21T02:44:48.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3546 | 2024-12-21T02:44:48.727Z | |
3547 | 2024-12-21T02:44:48.727Z | info: running `cargo check --bins` on omicron-package (171/176) |
3548 | 2024-12-21T02:44:49.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2024-12-21T02:44:49.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2024-12-21T02:44:49.393Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3551 | 2024-12-21T02:44:50.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3552 | 2024-12-21T02:44:50.956Z | |
3553 | 2024-12-21T02:44:50.956Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3554 | 2024-12-21T02:44:51.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2024-12-21T02:44:51.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2024-12-21T02:44:51.656Z | Checking rtoolbox v0.0.2 |
3557 | 2024-12-21T02:44:51.656Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3558 | 2024-12-21T02:44:51.659Z | Checking tui-tree-widget v0.22.0 |
3559 | 2024-12-21T02:44:51.876Z | Checking rpassword v7.3.1 |
3560 | 2024-12-21T02:44:55.995Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3561 | 2024-12-21T02:44:58.949Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3562 | 2024-12-21T02:45:00.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3563 | 2024-12-21T02:45:00.407Z | |
3564 | 2024-12-21T02:45:00.407Z | info: running `cargo check --bins` on wicket (173/176) |
3565 | 2024-12-21T02:45:01.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2024-12-21T02:45:01.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2024-12-21T02:45:01.111Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3568 | 2024-12-21T02:45:01.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3569 | 2024-12-21T02:45:01.739Z | |
3570 | 2024-12-21T02:45:01.739Z | info: running `cargo check --bins` on wicketd (174/176) |
3571 | 2024-12-21T02:45:02.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2024-12-21T02:45:02.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2024-12-21T02:45:02.456Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3574 | 2024-12-21T02:45:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3575 | 2024-12-21T02:45:06.578Z | |
3576 | 2024-12-21T02:45:06.578Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3577 | 2024-12-21T02:45:07.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2024-12-21T02:45:07.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2024-12-21T02:45:07.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2024-12-21T02:45:07.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3581 | 2024-12-21T02:45:07.189Z | |
3582 | 2024-12-21T02:45:07.189Z | info: running `cargo check --bins` on zone-setup (176/176) |
3583 | 2024-12-21T02:45:07.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2024-12-21T02:45:07.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2024-12-21T02:45:07.917Z | Checking uzers v0.12.1 |
3586 | 2024-12-21T02:45:08.255Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3587 | 2024-12-21T02:45:09.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
3588 | 2024-12-21T02:45:09.636Z | |
3589 | 2024-12-21T02:45:09.636Z | real 12:56.411989453 |
3590 | 2024-12-21T02:45:09.636Z | user 24:06.249633904 |
3591 | 2024-12-21T02:45:09.636Z | sys 5:24.882400332 |
3592 | 2024-12-21T02:45:09.636Z | trap 0.465075097 |
3593 | 2024-12-21T02:45:09.636Z | tflt 2.289501768 |
3594 | 2024-12-21T02:45:09.636Z | dflt 3.134527691 |
3595 | 2024-12-21T02:45:09.636Z | kflt 0.000823243 |
3596 | 2024-12-21T02:45:09.636Z | lock 45:39.888945626 |
3597 | 2024-12-21T02:45:09.636Z | slp 2:05:33.034399786 |
3598 | 2024-12-21T02:45:09.636Z | lat 1:00.566294966 |
3599 | 2024-12-21T02:45:09.636Z | stop 3:13.579011051 |
3600 | 2024-12-21T02:45:09.639Z | process exited: duration 1174813 ms, exit code 0 |
|
3601 | 2024-12-21T02:45:09.644Z | found 0 output files |