|
|
|
1 | 2024-09-07T03:17:27.792Z | job assigned to worker 01J757QV2ME0SKG0R4G8YM6Z5X (queued for 50 s) |
|
2 | 2024-09-07T03:17:34.971Z | starting task 0: "setup" |
3 | 2024-09-07T03:17:34.978Z | ++ uname -s |
4 | 2024-09-07T03:17:34.981Z | + kern=SunOS |
5 | 2024-09-07T03:17:34.981Z | + case "$kern" in |
6 | 2024-09-07T03:17:34.981Z | + groupadd -g 12345 build |
7 | 2024-09-07T03:17:34.983Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-07T03:17:36.993Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-07T03:17:37.055Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-07T03:17:37.058Z | + home_fs=zfs |
11 | 2024-09-07T03:17:37.058Z | + [[ zfs == autofs ]] |
12 | 2024-09-07T03:17:37.058Z | + mkdir -p /home/build |
13 | 2024-09-07T03:17:37.061Z | + chown build:build /home/build /work |
14 | 2024-09-07T03:17:39.062Z | + chmod 0700 /home/build /work |
15 | 2024-09-07T03:17:39.065Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-09-07T03:17:39.070Z | starting task 1: "rust-toolchain" |
17 | 2024-09-07T03:17:39.075Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-07T03:17:39.075Z | * toolchain channel = "1.80.1" |
19 | 2024-09-07T03:17:39.075Z | * toolchain profile = "default" |
20 | 2024-09-07T03:17:39.075Z | ' 1.80.1 |
21 | 2024-09-07T03:17:39.075Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-07T03:17:39.075Z | ' default |
23 | 2024-09-07T03:17:39.077Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-07T03:17:39.078Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-07T03:17:39.192Z | info: downloading installer |
26 | 2024-09-07T03:17:40.423Z | info: profile set to 'default' |
27 | 2024-09-07T03:17:40.424Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-07T03:17:40.428Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-07T03:17:40.590Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-07T03:17:40.590Z | info: downloading component 'cargo' |
31 | 2024-09-07T03:17:41.567Z | info: downloading component 'clippy' |
32 | 2024-09-07T03:17:41.912Z | info: downloading component 'rust-docs' |
33 | 2024-09-07T03:17:43.270Z | info: downloading component 'rust-std' |
34 | 2024-09-07T03:17:45.172Z | info: downloading component 'rustc' |
35 | 2024-09-07T03:17:50.488Z | info: downloading component 'rustfmt' |
36 | 2024-09-07T03:17:50.770Z | info: installing component 'cargo' |
37 | 2024-09-07T03:17:51.603Z | info: installing component 'clippy' |
38 | 2024-09-07T03:17:51.965Z | info: installing component 'rust-docs' |
39 | 2024-09-07T03:17:53.575Z | info: installing component 'rust-std' |
40 | 2024-09-07T03:17:55.220Z | info: installing component 'rustc' |
41 | 2024-09-07T03:17:59.347Z | info: installing component 'rustfmt' |
42 | 2024-09-07T03:17:59.678Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-07T03:17:59.678Z | |
44 | 2024-09-07T03:17:59.926Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-07T03:17:59.926Z | |
46 | 2024-09-07T03:17:59.928Z | |
47 | 2024-09-07T03:17:59.928Z | Rust is installed now. Great! |
48 | 2024-09-07T03:17:59.928Z | |
49 | 2024-09-07T03:17:59.928Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-07T03:17:59.928Z | environment variable. This has not been done automatically. |
51 | 2024-09-07T03:17:59.928Z | |
52 | 2024-09-07T03:17:59.928Z | To configure your current shell, you need to source |
53 | 2024-09-07T03:17:59.928Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-07T03:17:59.928Z | |
55 | 2024-09-07T03:17:59.928Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-07T03:17:59.928Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-07T03:17:59.928Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-07T03:17:59.980Z | + rustc --version |
59 | 2024-09-07T03:18:00.043Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-07T03:18:00.046Z | process exited: duration 20974 ms, exit code 0 |
|
61 | 2024-09-07T03:18:00.052Z | starting task 2: "authentication" |
62 | 2024-09-07T03:18:00.070Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-09-07T03:18:02.077Z | process exited: duration 2024 ms, exit code 0 |
|
64 | 2024-09-07T03:18:02.082Z | starting task 3: "clone repository" |
65 | 2024-09-07T03:18:02.087Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-09-07T03:18:02.091Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-09-07T03:18:02.127Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-09-07T03:18:07.868Z | + cd /work/oxidecomputer/omicron |
69 | 2024-09-07T03:18:07.868Z | + git fetch origin 896ab96a5d512cd2596a627b48532bc885f60406 |
70 | 2024-09-07T03:18:08.163Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-09-07T03:18:08.163Z | * branch 896ab96a5d512cd2596a627b48532bc885f60406 -> FETCH_HEAD |
72 | 2024-09-07T03:18:08.173Z | + [[ -n renovate/samael-0.x ]] |
73 | 2024-09-07T03:18:08.175Z | ++ git branch --show-current |
74 | 2024-09-07T03:18:08.177Z | + current=main |
75 | 2024-09-07T03:18:08.177Z | + [[ main != renovate/samael-0.x ]] |
76 | 2024-09-07T03:18:08.177Z | + git branch -f renovate/samael-0.x 896ab96a5d512cd2596a627b48532bc885f60406 |
77 | 2024-09-07T03:18:08.181Z | + git checkout -f renovate/samael-0.x |
78 | 2024-09-07T03:18:08.334Z | Switched to branch 'renovate/samael-0.x' |
79 | 2024-09-07T03:18:08.352Z | + git reset --hard 896ab96a5d512cd2596a627b48532bc885f60406 |
80 | 2024-09-07T03:18:08.491Z | HEAD is now at 896ab96a5 Update Rust crate samael to 0.0.17 |
81 | 2024-09-07T03:18:08.504Z | process exited: duration 6406 ms, exit code 0 |
|
82 | 2024-09-07T03:18:08.527Z | starting task 4: "build" |
83 | 2024-09-07T03:18:08.531Z | + cargo --version |
84 | 2024-09-07T03:18:08.588Z | cargo 1.80.1 (376290515 2024-07-16) |
85 | 2024-09-07T03:18:08.591Z | + rustc --version |
86 | 2024-09-07T03:18:08.647Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
87 | 2024-09-07T03:18:08.649Z | + source ./env.sh |
88 | 2024-09-07T03:18:08.651Z | ++ OLD_SHELL_OPTS=ehxB |
89 | 2024-09-07T03:18:08.652Z | ++ set -o xtrace |
90 | 2024-09-07T03:18:08.654Z | ++++ dirname ./env.sh |
91 | 2024-09-07T03:18:08.656Z | +++ readlink -f . |
92 | 2024-09-07T03:18:08.658Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
93 | 2024-09-07T03:18:08.658Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-07T03:18:08.658Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-07T03:18:08.659Z | ++ 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 |
96 | 2024-09-07T03:18:08.659Z | ++ 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 |
97 | 2024-09-07T03:18:08.659Z | ++ 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 |
98 | 2024-09-07T03:18:08.659Z | ++ 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 |
99 | 2024-09-07T03:18:08.659Z | ++ 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 |
100 | 2024-09-07T03:18:08.659Z | ++ 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 |
101 | 2024-09-07T03:18:08.659Z | ++ case $OLD_SHELL_OPTS in |
102 | 2024-09-07T03:18:08.659Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
103 | 2024-09-07T03:18:08.659Z | + 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 |
104 | 2024-09-07T03:18:08.659Z | + 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 |
105 | 2024-09-07T03:18:08.659Z | + banner prerequisites |
106 | 2024-09-07T03:18:08.661Z | |
107 | 2024-09-07T03:18:08.661Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-09-07T03:18:08.661Z | # # # # # # # # # # # # # # # |
109 | 2024-09-07T03:18:08.662Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-09-07T03:18:08.662Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-09-07T03:18:08.662Z | # # # # # # # # # # # # # # # |
112 | 2024-09-07T03:18:08.662Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-09-07T03:18:08.662Z | |
114 | 2024-09-07T03:18:08.662Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-09-07T03:18:14.298Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-09-07T03:18:16.603Z | Startup: Caching catalogs ... Done |
117 | 2024-09-07T03:18:18.880Z | Planning: Solver setup ... Done (1.699s) |
118 | 2024-09-07T03:18:18.890Z | Planning: Running solver ... Done (0.030s) |
119 | 2024-09-07T03:18:18.930Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-09-07T03:18:18.962Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-09-07T03:18:19.652Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-09-07T03:18:19.761Z | Planning: Package planning ... Done (0.103s) |
123 | 2024-09-07T03:18:19.814Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-09-07T03:18:20.142Z | Planning: Checking for conflicting actions ... Done (0.328s) |
125 | 2024-09-07T03:18:22.148Z | Planning: Consolidating action changes ... Done (2.006s) |
126 | 2024-09-07T03:18:22.585Z | Planning: Evaluating mediators ... Done (0.437s) |
127 | 2024-09-07T03:18:22.671Z | Planning: Planning completed in 5.99 seconds |
128 | 2024-09-07T03:18:22.683Z | Packages to install: 4 |
129 | 2024-09-07T03:18:22.683Z | Packages to update: 1 |
130 | 2024-09-07T03:18:22.685Z | Mediators to change: 2 |
131 | 2024-09-07T03:18:22.685Z | Services to change: 1 |
132 | 2024-09-07T03:18:22.685Z | Estimated space available: 155.72 GB |
133 | 2024-09-07T03:18:22.685Z | Estimated space to be consumed: 1.53 GB |
134 | 2024-09-07T03:18:22.685Z | Create boot environment: No |
135 | 2024-09-07T03:18:22.686Z | Create backup boot environment: Yes |
136 | 2024-09-07T03:18:22.686Z | Rebuild boot archive: No |
137 | 2024-09-07T03:18:22.686Z | |
138 | 2024-09-07T03:18:22.686Z | Changed mediators: |
139 | 2024-09-07T03:18:22.686Z | mediator clang: |
140 | 2024-09-07T03:18:22.686Z | version: None -> 15 (system default) |
141 | 2024-09-07T03:18:22.686Z | |
142 | 2024-09-07T03:18:22.686Z | mediator llvm: |
143 | 2024-09-07T03:18:22.686Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-09-07T03:18:22.686Z | |
145 | 2024-09-07T03:18:22.686Z | Changed packages: |
146 | 2024-09-07T03:18:22.686Z | helios-dev |
147 | 2024-09-07T03:18:22.686Z | developer/build-essential |
148 | 2024-09-07T03:18:22.686Z | None -> 11-2.0 |
149 | 2024-09-07T03:18:22.686Z | library/libxmlsec1 |
150 | 2024-09-07T03:18:22.686Z | None -> 1.2.35-2.0 |
151 | 2024-09-07T03:18:22.686Z | ooce/developer/clang-15 |
152 | 2024-09-07T03:18:22.686Z | None -> 15.0.7-2.0 |
153 | 2024-09-07T03:18:22.686Z | ooce/developer/llvm-15 |
154 | 2024-09-07T03:18:22.686Z | None -> 15.0.7-2.0 |
155 | 2024-09-07T03:18:22.686Z | package/pkg |
156 | 2024-09-07T03:18:22.686Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-09-07T03:18:22.686Z | |
158 | 2024-09-07T03:18:22.686Z | Services: |
159 | 2024-09-07T03:18:22.686Z | restart_fmri: |
160 | 2024-09-07T03:18:22.686Z | svc:/system/update-man-index:default |
161 | 2024-09-07T03:18:22.686Z | |
162 | 2024-09-07T03:18:22.686Z | Editable files to change: |
163 | 2024-09-07T03:18:22.686Z | Update: |
164 | 2024-09-07T03:18:22.686Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-09-07T03:18:22.753Z | |
166 | 2024-09-07T03:18:22.753Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-09-07T03:18:27.935Z | Download: 207/4281 items 1.3/220.6MB 0% complete (291k/s) |
168 | 2024-09-07T03:18:32.985Z | Download: 518/4281 items 17.4/220.6MB 7% complete (1.8M/s) |
169 | 2024-09-07T03:18:38.016Z | Download: 818/4281 items 18.7/220.6MB 8% complete (1.8M/s) |
170 | 2024-09-07T03:18:43.052Z | Download: 1192/4281 items 74.2/220.6MB 33% complete (5.6M/s) |
171 | 2024-09-07T03:18:58.167Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
172 | 2024-09-07T03:19:03.171Z | Download: 1525/4281 items 117.3/220.6MB 53% complete (7.5M/s) |
173 | 2024-09-07T03:19:08.184Z | Download: 1830/4281 items 118.3/220.6MB 53% complete (3.6M/s) |
174 | 2024-09-07T03:19:13.290Z | Download: 2183/4281 items 118.9/220.6MB 53% complete (172k/s) |
175 | 2024-09-07T03:19:22.015Z | Download: 2220/4281 items 119.0/220.6MB 53% complete (153k/s) |
176 | 2024-09-07T03:19:28.556Z | Download: 2223/4281 items 119.1/220.6MB 53% complete (129k/s) |
177 | 2024-09-07T03:19:33.538Z | Download: 2556/4281 items 120.4/220.6MB 54% complete (147k/s) |
178 | 2024-09-07T03:19:38.545Z | Download: 2899/4281 items 121.2/220.6MB 54% complete (218k/s) |
179 | 2024-09-07T03:19:43.545Z | Download: 3203/4281 items 187.3/220.6MB 84% complete (6.6M/s) |
180 | 2024-09-07T03:19:49.168Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
181 | 2024-09-07T03:19:54.181Z | Download: 3271/4281 items 209.8/220.6MB 95% complete (829k/s) |
182 | 2024-09-07T03:19:59.632Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1.0M/s) |
183 | 2024-09-07T03:20:04.634Z | Download: 3608/4281 items 216.1/220.6MB 97% complete (690k/s) |
184 | 2024-09-07T03:20:09.645Z | Download: 3979/4281 items 219.1/220.6MB 99% complete (656k/s) |
185 | 2024-09-07T03:20:29.852Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
186 | 2024-09-07T03:20:35.582Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
187 | 2024-09-07T03:20:35.685Z | Download: Completed 220.60 MB in 132.92 seconds (1.7M/s) |
188 | 2024-09-07T03:20:37.705Z | Actions: 1/5063 actions (Removing old actions) |
189 | 2024-09-07T03:20:37.722Z | Actions: 194/5063 actions (Installing new actions) |
190 | 2024-09-07T03:20:42.386Z | Actions: 4226/5063 actions (Updating modified actions) |
191 | 2024-09-07T03:20:42.699Z | Actions: Completed 5063 actions in 4.99 seconds. |
192 | 2024-09-07T03:20:42.988Z | Done (0.282s) |
193 | 2024-09-07T03:20:42.991Z | Done (0.000s) |
194 | 2024-09-07T03:20:43.389Z | Done (0.397s) |
195 | 2024-09-07T03:20:47.665Z | Done (4.100s) |
196 | 2024-09-07T03:20:47.750Z | Done (0.016s) |
197 | 2024-09-07T03:20:47.754Z | Done (0.000s) |
198 | 2024-09-07T03:20:47.974Z | Done (0.000s) |
199 | 2024-09-07T03:20:48.568Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-07T03:20:48.732Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-09-07T03:20:48.739Z | Planning: Consolidating action changes ... Done |
202 | 2024-09-07T03:20:49.003Z | Planning: Evaluating mediators ... Done |
203 | 2024-09-07T03:20:49.006Z | Planning: Planning completed in 0.43 seconds |
204 | 2024-09-07T03:20:49.042Z | Mediators to change: 2 |
205 | 2024-09-07T03:20:49.046Z | Create boot environment: No |
206 | 2024-09-07T03:20:49.046Z | Create backup boot environment: No |
207 | 2024-09-07T03:20:49.130Z | Done |
208 | 2024-09-07T03:20:49.130Z | Done |
209 | 2024-09-07T03:20:49.376Z | Done |
210 | 2024-09-07T03:20:53.018Z | Done |
211 | 2024-09-07T03:20:53.110Z | Done |
212 | 2024-09-07T03:20:53.113Z | Done |
213 | 2024-09-07T03:20:53.207Z | Done |
214 | 2024-09-07T03:20:53.823Z | Planning: Evaluating mediator changes ... Done |
215 | 2024-09-07T03:20:53.825Z | Planning: Merging actions ... Done |
216 | 2024-09-07T03:20:54.017Z | Planning: Checking for conflicting actions ... Done |
217 | 2024-09-07T03:20:54.020Z | Planning: Consolidating action changes ... Done |
218 | 2024-09-07T03:20:54.288Z | Planning: Evaluating mediators ... Done |
219 | 2024-09-07T03:20:54.343Z | Planning: Planning completed in 0.77 seconds |
220 | 2024-09-07T03:20:54.386Z | Packages to change: 1 |
221 | 2024-09-07T03:20:54.386Z | Mediators to change: 1 |
222 | 2024-09-07T03:20:54.389Z | Services to change: 1 |
223 | 2024-09-07T03:20:54.389Z | Create boot environment: No |
224 | 2024-09-07T03:20:54.389Z | Create backup boot environment: Yes |
225 | 2024-09-07T03:20:56.473Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2024-09-07T03:20:56.476Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2024-09-07T03:20:56.476Z | Done |
228 | 2024-09-07T03:20:56.476Z | Done |
229 | 2024-09-07T03:20:56.555Z | Done |
230 | 2024-09-07T03:21:00.222Z | Done |
231 | 2024-09-07T03:21:00.313Z | Done |
232 | 2024-09-07T03:21:00.316Z | Done |
233 | 2024-09-07T03:21:00.425Z | Done |
234 | 2024-09-07T03:21:00.870Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2024-09-07T03:21:00.870Z | clang system 15 system |
236 | 2024-09-07T03:21:00.870Z | csh system system illumos |
237 | 2024-09-07T03:21:00.870Z | ctags system system illumos |
238 | 2024-09-07T03:21:00.870Z | gcc vendor 12 vendor |
239 | 2024-09-07T03:21:00.870Z | gcc system 10 system |
240 | 2024-09-07T03:21:00.870Z | gcc system 7 system |
241 | 2024-09-07T03:21:00.870Z | go system 1.20 system |
242 | 2024-09-07T03:21:00.870Z | go system 1.19 system |
243 | 2024-09-07T03:21:00.870Z | llvm system 15 system |
244 | 2024-09-07T03:21:00.870Z | llvm system 14 system |
245 | 2024-09-07T03:21:00.870Z | mariadb system 10.6 system |
246 | 2024-09-07T03:21:00.870Z | mta vendor vendor dma |
247 | 2024-09-07T03:21:00.870Z | openjdk system 17 system |
248 | 2024-09-07T03:21:00.870Z | openjdk system 11 system |
249 | 2024-09-07T03:21:00.870Z | openjdk system 1.8 system |
250 | 2024-09-07T03:21:00.870Z | openssl vendor 3 vendor |
251 | 2024-09-07T03:21:00.870Z | perl system 5.36 system |
252 | 2024-09-07T03:21:00.871Z | postgresql system 15 system |
253 | 2024-09-07T03:21:00.871Z | postgresql system 13 system |
254 | 2024-09-07T03:21:00.871Z | python vendor 3 vendor |
255 | 2024-09-07T03:21:00.871Z | python system 2 system |
256 | 2024-09-07T03:21:00.871Z | python3 system 3.11 system |
257 | 2024-09-07T03:21:00.871Z | ruby system 3.0 system |
258 | 2024-09-07T03:21:00.871Z | words vendor vendor american-english |
259 | 2024-09-07T03:21:00.871Z | words system system australian-english |
260 | 2024-09-07T03:21:00.871Z | words system system british-english |
261 | 2024-09-07T03:21:00.871Z | words system system canadian-english |
262 | 2024-09-07T03:21:00.871Z | words system system french |
263 | 2024-09-07T03:21:00.871Z | words system system italian |
264 | 2024-09-07T03:21:00.871Z | words system system ngerman |
265 | 2024-09-07T03:21:00.871Z | words system system ogerman |
266 | 2024-09-07T03:21:00.871Z | words system system spanish |
267 | 2024-09-07T03:21:01.205Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2024-09-07T03:21:01.205Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2024-09-07T03:21:03.015Z | FMRI IFO |
270 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
280 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-09-07T03:21:03.015Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-09-07T03:21:03.624Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2024-09-07T03:21:03.873Z | Updating crates.io index |
285 | 2024-09-07T03:21:03.875Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
286 | 2024-09-07T03:21:04.611Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2024-09-07T03:21:05.280Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2024-09-07T03:21:05.527Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
289 | 2024-09-07T03:21:07.006Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2024-09-07T03:21:07.245Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2024-09-07T03:21:07.482Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2024-09-07T03:21:08.503Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2024-09-07T03:21:10.524Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2024-09-07T03:21:11.452Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-09-07T03:21:12.141Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-09-07T03:21:12.456Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-09-07T03:21:12.941Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-09-07T03:21:13.182Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
299 | 2024-09-07T03:21:13.468Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
300 | 2024-09-07T03:21:13.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
301 | 2024-09-07T03:21:14.207Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2024-09-07T03:21:14.471Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2024-09-07T03:21:14.715Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2024-09-07T03:21:14.939Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2024-09-07T03:21:15.212Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
306 | 2024-09-07T03:21:15.557Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2024-09-07T03:21:15.867Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2024-09-07T03:21:16.171Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2024-09-07T03:21:16.475Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2024-09-07T03:21:16.898Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2024-09-07T03:21:17.272Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2024-09-07T03:21:17.822Z | Updating git repository `https://github.com/oxidecomputer/typify` |
313 | 2024-09-07T03:21:20.139Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2024-09-07T03:21:20.413Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2024-09-07T03:21:20.641Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2024-09-07T03:21:20.950Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
317 | 2024-09-07T03:21:21.945Z | Downloading crates ... |
318 | 2024-09-07T03:21:22.019Z | Downloaded colorchoice v1.0.1 |
319 | 2024-09-07T03:21:22.021Z | Downloaded cfg-if v1.0.0 |
320 | 2024-09-07T03:21:22.024Z | Downloaded anyhow v1.0.86 |
321 | 2024-09-07T03:21:22.026Z | Downloaded bytecount v0.6.8 |
322 | 2024-09-07T03:21:22.028Z | Downloaded anstyle v1.0.8 |
323 | 2024-09-07T03:21:22.031Z | Downloaded equivalent v1.0.1 |
324 | 2024-09-07T03:21:22.039Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-09-07T03:21:22.042Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-09-07T03:21:22.045Z | Downloaded swrite v0.1.0 |
327 | 2024-09-07T03:21:22.047Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-09-07T03:21:22.047Z | Downloaded anstyle-parse v0.2.4 |
329 | 2024-09-07T03:21:22.051Z | Downloaded is_terminal_polyfill v1.70.0 |
330 | 2024-09-07T03:21:22.060Z | Downloaded heck v0.5.0 |
331 | 2024-09-07T03:21:22.063Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-09-07T03:21:22.063Z | Downloaded clap_lex v0.7.0 |
333 | 2024-09-07T03:21:22.063Z | Downloaded usdt v0.5.0 |
334 | 2024-09-07T03:21:22.065Z | Downloaded generic-array v0.14.7 |
335 | 2024-09-07T03:21:22.065Z | Downloaded cpufeatures v0.2.12 |
336 | 2024-09-07T03:21:22.068Z | Downloaded cargo-platform v0.1.8 |
337 | 2024-09-07T03:21:22.068Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-09-07T03:21:22.070Z | Downloaded thread-id v4.2.1 |
339 | 2024-09-07T03:21:22.070Z | Downloaded strsim v0.11.1 |
340 | 2024-09-07T03:21:22.073Z | Downloaded serde_spanned v0.6.7 |
341 | 2024-09-07T03:21:22.073Z | Downloaded terminal_size v0.3.0 |
342 | 2024-09-07T03:21:22.075Z | Downloaded crypto-common v0.1.6 |
343 | 2024-09-07T03:21:22.076Z | Downloaded pest_generator v2.7.10 |
344 | 2024-09-07T03:21:22.076Z | Downloaded fnv v1.0.7 |
345 | 2024-09-07T03:21:22.078Z | Downloaded version_check v0.9.5 |
346 | 2024-09-07T03:21:22.078Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-09-07T03:21:22.084Z | Downloaded semver v1.0.23 |
348 | 2024-09-07T03:21:22.087Z | Downloaded scroll v0.12.0 |
349 | 2024-09-07T03:21:22.089Z | Downloaded plain v0.2.3 |
350 | 2024-09-07T03:21:22.092Z | Downloaded sha2 v0.10.8 |
351 | 2024-09-07T03:21:22.095Z | Downloaded anstyle-query v1.0.3 |
352 | 2024-09-07T03:21:22.095Z | Downloaded byteorder v1.5.0 |
353 | 2024-09-07T03:21:22.097Z | Downloaded thiserror v1.0.63 |
354 | 2024-09-07T03:21:22.101Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-09-07T03:21:22.103Z | Downloaded cargo_metadata v0.18.1 |
356 | 2024-09-07T03:21:22.106Z | Downloaded pretty-hex v0.4.1 |
357 | 2024-09-07T03:21:22.109Z | Downloaded anstream v0.6.14 |
358 | 2024-09-07T03:21:22.112Z | Downloaded block-buffer v0.10.4 |
359 | 2024-09-07T03:21:22.115Z | Downloaded autocfg v1.3.0 |
360 | 2024-09-07T03:21:22.120Z | Downloaded memmap v0.7.0 |
361 | 2024-09-07T03:21:22.125Z | Downloaded thiserror-impl v1.0.63 |
362 | 2024-09-07T03:21:22.128Z | Downloaded scroll_derive v0.12.0 |
363 | 2024-09-07T03:21:22.131Z | Downloaded log v0.4.21 |
364 | 2024-09-07T03:21:22.131Z | Downloaded errno v0.3.9 |
365 | 2024-09-07T03:21:22.133Z | Downloaded camino v1.1.9 |
366 | 2024-09-07T03:21:22.135Z | Downloaded ucd-trie v0.1.6 |
367 | 2024-09-07T03:21:22.138Z | Downloaded heck v0.4.1 |
368 | 2024-09-07T03:21:22.138Z | Downloaded fastrand v2.1.0 |
369 | 2024-09-07T03:21:22.140Z | Downloaded digest v0.10.7 |
370 | 2024-09-07T03:21:22.143Z | Downloaded proc-macro-error-attr v1.0.4 |
371 | 2024-09-07T03:21:22.143Z | Downloaded proc-macro2 v1.0.86 |
372 | 2024-09-07T03:21:22.145Z | Downloaded dof v0.3.0 |
373 | 2024-09-07T03:21:22.149Z | Downloaded itoa v1.0.11 |
374 | 2024-09-07T03:21:22.149Z | Downloaded fs-err v2.11.0 |
375 | 2024-09-07T03:21:22.152Z | Downloaded camino-tempfile v1.1.1 |
376 | 2024-09-07T03:21:22.152Z | Downloaded utf8parse v0.2.1 |
377 | 2024-09-07T03:21:22.156Z | Downloaded serde_tokenstream v0.2.2 |
378 | 2024-09-07T03:21:22.156Z | Downloaded smawk v0.3.2 |
379 | 2024-09-07T03:21:22.159Z | Downloaded clap_derive v4.5.13 |
380 | 2024-09-07T03:21:22.159Z | Downloaded cargo_toml v0.20.4 |
381 | 2024-09-07T03:21:22.159Z | Downloaded serde_derive v1.0.208 |
382 | 2024-09-07T03:21:22.166Z | Downloaded macaddr v1.0.1 |
383 | 2024-09-07T03:21:22.169Z | Downloaded usdt-impl v0.5.0 |
384 | 2024-09-07T03:21:22.172Z | Downloaded bitflags v2.6.0 |
385 | 2024-09-07T03:21:22.177Z | Downloaded tempfile v3.10.1 |
386 | 2024-09-07T03:21:22.180Z | Downloaded once_cell v1.19.0 |
387 | 2024-09-07T03:21:22.182Z | Downloaded quote v1.0.36 |
388 | 2024-09-07T03:21:22.185Z | Downloaded typenum v1.17.0 |
389 | 2024-09-07T03:21:22.187Z | Downloaded clap v4.5.16 |
390 | 2024-09-07T03:21:22.195Z | Downloaded pest_derive v2.7.10 |
391 | 2024-09-07T03:21:22.198Z | Downloaded indexmap v2.4.0 |
392 | 2024-09-07T03:21:22.202Z | Downloaded papergrid v0.11.0 |
393 | 2024-09-07T03:21:22.205Z | Downloaded unicode-ident v1.0.12 |
394 | 2024-09-07T03:21:22.209Z | Downloaded pest_meta v2.7.10 |
395 | 2024-09-07T03:21:22.212Z | Downloaded zerocopy-derive v0.7.34 |
396 | 2024-09-07T03:21:22.215Z | Downloaded toml v0.8.19 |
397 | 2024-09-07T03:21:22.220Z | Downloaded ryu v1.0.18 |
398 | 2024-09-07T03:21:22.223Z | Downloaded textwrap v0.16.1 |
399 | 2024-09-07T03:21:22.234Z | Downloaded memchr v2.7.2 |
400 | 2024-09-07T03:21:22.247Z | Downloaded clap_builder v4.5.15 |
401 | 2024-09-07T03:21:22.252Z | Downloaded serde v1.0.208 |
402 | 2024-09-07T03:21:22.255Z | Downloaded pest v2.7.10 |
403 | 2024-09-07T03:21:22.260Z | Downloaded toml_edit v0.22.20 |
404 | 2024-09-07T03:21:22.281Z | Downloaded zerocopy v0.7.34 |
405 | 2024-09-07T03:21:22.296Z | Downloaded hashbrown v0.14.5 |
406 | 2024-09-07T03:21:22.300Z | Downloaded serde_json v1.0.125 |
407 | 2024-09-07T03:21:22.307Z | Downloaded winnow v0.6.18 |
408 | 2024-09-07T03:21:22.316Z | Downloaded goblin v0.8.2 |
409 | 2024-09-07T03:21:22.323Z | Downloaded tabled v0.15.0 |
410 | 2024-09-07T03:21:22.338Z | Downloaded syn v2.0.74 |
411 | 2024-09-07T03:21:22.349Z | Downloaded syn v1.0.109 |
412 | 2024-09-07T03:21:22.362Z | Downloaded rustix v0.38.34 |
413 | 2024-09-07T03:21:22.383Z | Downloaded unicode-width v0.1.13 |
414 | 2024-09-07T03:21:22.400Z | Downloaded libc v0.2.158 |
415 | 2024-09-07T03:21:22.706Z | Compiling proc-macro2 v1.0.86 |
416 | 2024-09-07T03:21:22.706Z | Compiling unicode-ident v1.0.12 |
417 | 2024-09-07T03:21:22.709Z | Compiling version_check v0.9.5 |
418 | 2024-09-07T03:21:22.709Z | Compiling serde v1.0.208 |
419 | 2024-09-07T03:21:22.709Z | Compiling thiserror v1.0.63 |
420 | 2024-09-07T03:21:22.709Z | Compiling memchr v2.7.2 |
421 | 2024-09-07T03:21:22.709Z | Compiling libc v0.2.158 |
422 | 2024-09-07T03:21:22.709Z | Compiling ryu v1.0.18 |
423 | 2024-09-07T03:21:22.986Z | Compiling ucd-trie v0.1.6 |
424 | 2024-09-07T03:21:23.084Z | Compiling itoa v1.0.11 |
425 | 2024-09-07T03:21:23.519Z | Compiling once_cell v1.19.0 |
426 | 2024-09-07T03:21:23.545Z | Compiling byteorder v1.5.0 |
427 | 2024-09-07T03:21:23.548Z | Compiling serde_json v1.0.125 |
428 | 2024-09-07T03:21:23.635Z | Compiling rustix v0.38.34 |
429 | 2024-09-07T03:21:23.944Z | Compiling bitflags v2.6.0 |
430 | 2024-09-07T03:21:24.007Z | Compiling proc-macro-error-attr v1.0.4 |
431 | 2024-09-07T03:21:24.309Z | Compiling usdt-impl v0.5.0 |
432 | 2024-09-07T03:21:24.365Z | Compiling quote v1.0.36 |
433 | 2024-09-07T03:21:24.390Z | Compiling syn v1.0.109 |
434 | 2024-09-07T03:21:24.547Z | Compiling proc-macro-error v1.0.4 |
435 | 2024-09-07T03:21:24.581Z | Compiling equivalent v1.0.1 |
436 | 2024-09-07T03:21:24.699Z | Compiling plain v0.2.3 |
437 | 2024-09-07T03:21:24.724Z | Compiling syn v2.0.74 |
438 | 2024-09-07T03:21:24.844Z | Compiling errno v0.3.9 |
439 | 2024-09-07T03:21:24.868Z | Compiling utf8parse v0.2.1 |
440 | 2024-09-07T03:21:25.032Z | Compiling log v0.4.21 |
441 | 2024-09-07T03:21:25.097Z | Compiling hashbrown v0.14.5 |
442 | 2024-09-07T03:21:25.122Z | Compiling camino v1.1.9 |
443 | 2024-09-07T03:21:25.475Z | Compiling thread-id v4.2.1 |
444 | 2024-09-07T03:21:25.571Z | Compiling anstyle-parse v0.2.4 |
445 | 2024-09-07T03:21:25.908Z | Compiling pretty-hex v0.4.1 |
446 | 2024-09-07T03:21:25.940Z | Compiling anstyle v1.0.8 |
447 | 2024-09-07T03:21:26.135Z | Compiling winnow v0.6.18 |
448 | 2024-09-07T03:21:26.160Z | Compiling colorchoice v1.0.1 |
449 | 2024-09-07T03:21:26.206Z | Compiling semver v1.0.23 |
450 | 2024-09-07T03:21:26.334Z | Compiling is_terminal_polyfill v1.70.0 |
451 | 2024-09-07T03:21:26.424Z | Compiling autocfg v1.3.0 |
452 | 2024-09-07T03:21:26.492Z | Compiling anstyle-query v1.0.3 |
453 | 2024-09-07T03:21:26.590Z | Compiling indexmap v2.4.0 |
454 | 2024-09-07T03:21:26.621Z | Compiling unicode-width v0.1.13 |
455 | 2024-09-07T03:21:26.837Z | Compiling anstream v0.6.14 |
456 | 2024-09-07T03:21:27.135Z | Compiling cfg-if v1.0.0 |
457 | 2024-09-07T03:21:27.240Z | Compiling terminal_size v0.3.0 |
458 | 2024-09-07T03:21:27.360Z | Compiling fs-err v2.11.0 |
459 | 2024-09-07T03:21:27.428Z | Compiling fastrand v2.1.0 |
460 | 2024-09-07T03:21:27.603Z | Compiling heck v0.5.0 |
461 | 2024-09-07T03:21:27.660Z | Compiling anyhow v1.0.86 |
462 | 2024-09-07T03:21:27.948Z | Compiling fnv v1.0.7 |
463 | 2024-09-07T03:21:28.017Z | Compiling strsim v0.11.1 |
464 | 2024-09-07T03:21:28.089Z | Compiling heck v0.4.1 |
465 | 2024-09-07T03:21:28.113Z | Compiling clap_lex v0.7.0 |
466 | 2024-09-07T03:21:28.286Z | Compiling bytecount v0.6.8 |
467 | 2024-09-07T03:21:28.510Z | Compiling papergrid v0.11.0 |
468 | 2024-09-07T03:21:28.603Z | Compiling clap_builder v4.5.15 |
469 | 2024-09-07T03:21:28.686Z | Compiling tempfile v3.10.1 |
470 | 2024-09-07T03:21:28.941Z | Compiling memmap v0.7.0 |
471 | 2024-09-07T03:21:28.967Z | Compiling unicode-linebreak v0.1.5 |
472 | 2024-09-07T03:21:29.328Z | Compiling smawk v0.3.2 |
473 | 2024-09-07T03:21:29.521Z | Compiling textwrap v0.16.1 |
474 | 2024-09-07T03:21:29.956Z | Compiling swrite v0.1.0 |
475 | 2024-09-07T03:21:31.048Z | Compiling tabled_derive v0.7.0 |
476 | 2024-09-07T03:21:32.688Z | Compiling tabled v0.15.0 |
477 | 2024-09-07T03:21:33.527Z | Compiling serde_derive v1.0.208 |
478 | 2024-09-07T03:21:33.527Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-09-07T03:21:33.572Z | Compiling zerocopy-derive v0.7.34 |
480 | 2024-09-07T03:21:33.627Z | Compiling scroll_derive v0.12.0 |
481 | 2024-09-07T03:21:33.836Z | Compiling clap_derive v4.5.13 |
482 | 2024-09-07T03:21:35.065Z | Compiling scroll v0.12.0 |
483 | 2024-09-07T03:21:35.565Z | Compiling goblin v0.8.2 |
484 | 2024-09-07T03:21:35.626Z | Compiling zerocopy v0.7.34 |
485 | 2024-09-07T03:21:36.243Z | Compiling pest v2.7.10 |
486 | 2024-09-07T03:21:37.503Z | Compiling clap v4.5.16 |
487 | 2024-09-07T03:21:38.460Z | Compiling pest_meta v2.7.10 |
488 | 2024-09-07T03:21:39.237Z | Compiling pest_generator v2.7.10 |
489 | 2024-09-07T03:21:40.885Z | Compiling pest_derive v2.7.10 |
490 | 2024-09-07T03:21:41.589Z | Compiling dtrace-parser v0.2.0 |
491 | 2024-09-07T03:21:43.701Z | Compiling toml_datetime v0.6.8 |
492 | 2024-09-07T03:21:43.701Z | Compiling serde_spanned v0.6.7 |
493 | 2024-09-07T03:21:43.710Z | Compiling cargo-platform v0.1.8 |
494 | 2024-09-07T03:21:44.067Z | Compiling serde_tokenstream v0.2.2 |
495 | 2024-09-07T03:21:44.180Z | Compiling toml_edit v0.22.20 |
496 | 2024-09-07T03:21:44.307Z | Compiling macaddr v1.0.1 |
497 | 2024-09-07T03:21:44.402Z | Compiling camino-tempfile v1.1.1 |
498 | 2024-09-07T03:21:45.100Z | Compiling dof v0.3.0 |
499 | 2024-09-07T03:21:45.100Z | Compiling cargo_metadata v0.18.1 |
500 | 2024-09-07T03:21:46.930Z | Compiling toml v0.8.19 |
501 | 2024-09-07T03:21:47.083Z | Compiling usdt-macro v0.5.0 |
502 | 2024-09-07T03:21:47.086Z | Compiling usdt-attr-macro v0.5.0 |
503 | 2024-09-07T03:21:47.810Z | Compiling cargo_toml v0.20.4 |
504 | 2024-09-07T03:21:48.444Z | Compiling usdt v0.5.0 |
505 | 2024-09-07T03:21:51.559Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2024-09-07T03:21:55.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.34s |
507 | 2024-09-07T03:21:55.988Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2024-09-07T03:21:56.572Z | Downloading crates ... |
509 | 2024-09-07T03:21:56.695Z | Downloaded atomicwrites v0.4.3 |
510 | 2024-09-07T03:21:56.701Z | Downloaded allocator-api2 v0.2.18 |
511 | 2024-09-07T03:21:56.704Z | Downloaded cfg_aliases v0.1.1 |
512 | 2024-09-07T03:21:56.708Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-09-07T03:21:56.711Z | Downloaded bitstruct_derive v0.1.0 |
514 | 2024-09-07T03:21:56.715Z | Downloaded http-range v0.1.5 |
515 | 2024-09-07T03:21:56.718Z | Downloaded crunchy v0.2.2 |
516 | 2024-09-07T03:21:56.720Z | Downloaded ascii-canvas v3.0.0 |
517 | 2024-09-07T03:21:56.730Z | Downloaded home v0.5.9 |
518 | 2024-09-07T03:21:56.730Z | Downloaded hostname v0.4.0 |
519 | 2024-09-07T03:21:56.730Z | Downloaded async-stream v0.3.5 |
520 | 2024-09-07T03:21:56.730Z | Downloaded adler2 v2.0.0 |
521 | 2024-09-07T03:21:56.730Z | Downloaded arrayref v0.3.7 |
522 | 2024-09-07T03:21:56.733Z | Downloaded crc v3.2.1 |
523 | 2024-09-07T03:21:56.737Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-09-07T03:21:56.740Z | Downloaded constant_time_eq v0.3.0 |
525 | 2024-09-07T03:21:56.740Z | Downloaded newline-converter v0.3.0 |
526 | 2024-09-07T03:21:56.740Z | Downloaded bb8 v0.8.5 |
527 | 2024-09-07T03:21:56.743Z | Downloaded cobs v0.2.3 |
528 | 2024-09-07T03:21:56.743Z | Downloaded matches v0.1.10 |
529 | 2024-09-07T03:21:56.743Z | Downloaded bit-set v0.5.3 |
530 | 2024-09-07T03:21:56.746Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2024-09-07T03:21:56.746Z | Downloaded castaway v0.2.3 |
532 | 2024-09-07T03:21:56.751Z | Downloaded block-padding v0.3.3 |
533 | 2024-09-07T03:21:56.751Z | Downloaded argon2 v0.5.3 |
534 | 2024-09-07T03:21:56.753Z | Downloaded hubpack_derive v0.1.1 |
535 | 2024-09-07T03:21:56.754Z | Downloaded async-bb8-diesel v0.2.1 |
536 | 2024-09-07T03:21:56.757Z | Downloaded newtype_derive v0.1.6 |
537 | 2024-09-07T03:21:56.760Z | Downloaded instant v0.1.12 |
538 | 2024-09-07T03:21:56.760Z | Downloaded cstr-argument v0.1.2 |
539 | 2024-09-07T03:21:56.762Z | Downloaded bitflags v1.3.2 |
540 | 2024-09-07T03:21:56.767Z | Downloaded arrayvec v0.7.4 |
541 | 2024-09-07T03:21:56.767Z | Downloaded inout v0.1.3 |
542 | 2024-09-07T03:21:56.767Z | Downloaded linear-map v1.2.0 |
543 | 2024-09-07T03:21:56.773Z | Downloaded mime v0.3.17 |
544 | 2024-09-07T03:21:56.773Z | Downloaded libefi-sys v0.1.0 |
545 | 2024-09-07T03:21:56.776Z | Downloaded cookie v0.17.0 |
546 | 2024-09-07T03:21:56.776Z | Downloaded keccak v0.1.5 |
547 | 2024-09-07T03:21:56.776Z | Downloaded md-5 v0.10.6 |
548 | 2024-09-07T03:21:56.780Z | Downloaded indent_write v2.2.0 |
549 | 2024-09-07T03:21:56.780Z | Downloaded ahash v0.8.11 |
550 | 2024-09-07T03:21:56.784Z | Downloaded russh-cryptovec v0.7.2 |
551 | 2024-09-07T03:21:56.784Z | Downloaded addr2line v0.21.0 |
552 | 2024-09-07T03:21:56.787Z | Downloaded bcs v0.1.6 |
553 | 2024-09-07T03:21:56.790Z | Downloaded hyper-staticfile v0.9.5 |
554 | 2024-09-07T03:21:56.790Z | Downloaded crossbeam-utils v0.8.19 |
555 | 2024-09-07T03:21:56.793Z | Downloaded atomic-waker v1.1.2 |
556 | 2024-09-07T03:21:56.797Z | Downloaded cookie v0.18.1 |
557 | 2024-09-07T03:21:56.797Z | Downloaded async-recursion v1.1.1 |
558 | 2024-09-07T03:21:56.804Z | Downloaded lru-cache v0.1.2 |
559 | 2024-09-07T03:21:56.808Z | Downloaded ipnet v2.9.0 |
560 | 2024-09-07T03:21:56.808Z | Downloaded darling v0.20.9 |
561 | 2024-09-07T03:21:56.811Z | Downloaded lazy_static v1.5.0 |
562 | 2024-09-07T03:21:56.811Z | Downloaded nu-ansi-term v0.50.0 |
563 | 2024-09-07T03:21:56.814Z | Downloaded memmap2 v0.9.4 |
564 | 2024-09-07T03:21:56.817Z | Downloaded libloading v0.8.3 |
565 | 2024-09-07T03:21:56.821Z | Downloaded bytes v1.7.1 |
566 | 2024-09-07T03:21:56.825Z | Downloaded hickory-server v0.24.1 |
567 | 2024-09-07T03:21:56.828Z | Downloaded native-tls v0.2.11 |
568 | 2024-09-07T03:21:56.831Z | Downloaded crucible-workspace-hack v0.1.0 |
569 | 2024-09-07T03:21:56.831Z | Downloaded scheduled-thread-pool v0.2.7 |
570 | 2024-09-07T03:21:56.834Z | Downloaded blake2 v0.10.6 |
571 | 2024-09-07T03:21:56.838Z | Downloaded bcrypt-pbkdf v0.10.0 |
572 | 2024-09-07T03:21:56.838Z | Downloaded is_ci v1.2.0 |
573 | 2024-09-07T03:21:56.841Z | Downloaded is-terminal v0.4.12 |
574 | 2024-09-07T03:21:56.841Z | Downloaded rusty-fork v0.3.0 |
575 | 2024-09-07T03:21:56.841Z | Downloaded serde_repr v0.1.19 |
576 | 2024-09-07T03:21:56.844Z | Downloaded match_cfg v0.1.0 |
577 | 2024-09-07T03:21:56.844Z | Downloaded tower-service v0.3.2 |
578 | 2024-09-07T03:21:56.847Z | Downloaded cbc v0.1.2 |
579 | 2024-09-07T03:21:56.847Z | Downloaded ident_case v1.0.1 |
580 | 2024-09-07T03:21:56.851Z | Downloaded normalize-line-endings v0.3.0 |
581 | 2024-09-07T03:21:56.851Z | Downloaded nodrop v0.1.14 |
582 | 2024-09-07T03:21:56.854Z | Downloaded new_debug_unreachable v1.0.6 |
583 | 2024-09-07T03:21:56.854Z | Downloaded multimap v0.10.0 |
584 | 2024-09-07T03:21:56.854Z | Downloaded bit-vec v0.6.3 |
585 | 2024-09-07T03:21:56.860Z | Downloaded maplit v1.0.2 |
586 | 2024-09-07T03:21:56.860Z | Downloaded adler v1.0.2 |
587 | 2024-09-07T03:21:56.860Z | Downloaded colored v2.1.0 |
588 | 2024-09-07T03:21:56.863Z | Downloaded cfg_aliases v0.2.1 |
589 | 2024-09-07T03:21:56.863Z | Downloaded slab v0.4.9 |
590 | 2024-09-07T03:21:56.863Z | Downloaded serde-big-array v0.5.1 |
591 | 2024-09-07T03:21:56.866Z | Downloaded mockall_derive v0.13.0 |
592 | 2024-09-07T03:21:56.866Z | Downloaded ascii v1.1.0 |
593 | 2024-09-07T03:21:56.870Z | Downloaded miniz_oxide v0.7.2 |
594 | 2024-09-07T03:21:56.873Z | Downloaded hubpack v0.1.2 |
595 | 2024-09-07T03:21:56.874Z | Downloaded base64 v0.22.1 |
596 | 2024-09-07T03:21:56.877Z | Downloaded crossbeam-deque v0.8.5 |
597 | 2024-09-07T03:21:56.882Z | Downloaded want v0.3.1 |
598 | 2024-09-07T03:21:56.882Z | Downloaded convert_case v0.4.0 |
599 | 2024-09-07T03:21:56.882Z | Downloaded ciborium-ll v0.2.2 |
600 | 2024-09-07T03:21:56.885Z | Downloaded thiserror-no-std v2.0.2 |
601 | 2024-09-07T03:21:56.888Z | Downloaded memoffset v0.9.1 |
602 | 2024-09-07T03:21:56.888Z | Downloaded instability v0.3.2 |
603 | 2024-09-07T03:21:56.895Z | Downloaded impl-trait-for-tuples v0.2.2 |
604 | 2024-09-07T03:21:56.901Z | Downloaded waitgroup v0.1.2 |
605 | 2024-09-07T03:21:56.901Z | Downloaded managed v0.8.0 |
606 | 2024-09-07T03:21:56.901Z | Downloaded lru v0.12.3 |
607 | 2024-09-07T03:21:56.901Z | Downloaded lalrpop-util v0.19.12 |
608 | 2024-09-07T03:21:56.901Z | Downloaded ipnetwork v0.20.0 |
609 | 2024-09-07T03:21:56.901Z | Downloaded humantime v2.1.0 |
610 | 2024-09-07T03:21:56.906Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2024-09-07T03:21:56.907Z | Downloaded newtype-uuid v1.1.0 |
612 | 2024-09-07T03:21:56.907Z | Downloaded strum_macros v0.25.3 |
613 | 2024-09-07T03:21:56.921Z | Downloaded num v0.4.3 |
614 | 2024-09-07T03:21:56.921Z | Downloaded tokio-macros v2.4.0 |
615 | 2024-09-07T03:21:56.921Z | Downloaded rustc_version v0.4.0 |
616 | 2024-09-07T03:21:56.925Z | Downloaded rfc6979 v0.4.0 |
617 | 2024-09-07T03:21:56.925Z | Downloaded compact_str v0.8.0 |
618 | 2024-09-07T03:21:56.925Z | Downloaded topological-sort v0.2.2 |
619 | 2024-09-07T03:21:56.925Z | Downloaded oso-derive v0.27.3 |
620 | 2024-09-07T03:21:56.925Z | Downloaded openssl-probe v0.1.5 |
621 | 2024-09-07T03:21:56.925Z | Downloaded indicatif v0.17.8 |
622 | 2024-09-07T03:21:56.925Z | Downloaded openssl-macros v0.1.1 |
623 | 2024-09-07T03:21:56.928Z | Downloaded smallvec v1.13.2 |
624 | 2024-09-07T03:21:56.928Z | Downloaded slog-term v2.9.1 |
625 | 2024-09-07T03:21:56.931Z | Downloaded http v0.2.12 |
626 | 2024-09-07T03:21:56.935Z | Downloaded ciborium v0.2.2 |
627 | 2024-09-07T03:21:56.938Z | Downloaded rpassword v7.3.1 |
628 | 2024-09-07T03:21:56.941Z | Downloaded ctr v0.9.2 |
629 | 2024-09-07T03:21:56.944Z | Downloaded linked-hash-map v0.5.6 |
630 | 2024-09-07T03:21:56.944Z | Downloaded httparse v1.8.0 |
631 | 2024-09-07T03:21:56.948Z | Downloaded crc32fast v1.4.0 |
632 | 2024-09-07T03:21:56.948Z | Downloaded maybe-uninit v2.0.0 |
633 | 2024-09-07T03:21:56.951Z | Downloaded rand_xorshift v0.3.0 |
634 | 2024-09-07T03:21:56.951Z | Downloaded debug-ignore v1.0.5 |
635 | 2024-09-07T03:21:56.954Z | Downloaded ed25519 v2.2.3 |
636 | 2024-09-07T03:21:56.954Z | Downloaded heck v0.3.3 |
637 | 2024-09-07T03:21:56.957Z | Downloaded flagset v0.4.5 |
638 | 2024-09-07T03:21:56.957Z | Downloaded fixedbitset v0.4.2 |
639 | 2024-09-07T03:21:56.960Z | Downloaded salsa20 v0.10.2 |
640 | 2024-09-07T03:21:56.960Z | Downloaded futures-macro v0.3.30 |
641 | 2024-09-07T03:21:56.962Z | Downloaded defmt-macros v0.3.9 |
642 | 2024-09-07T03:21:56.965Z | Downloaded dyn-clone v1.0.17 |
643 | 2024-09-07T03:21:56.967Z | Downloaded mime_guess v2.0.4 |
644 | 2024-09-07T03:21:56.970Z | Downloaded strum v0.26.3 |
645 | 2024-09-07T03:21:56.970Z | Downloaded futures-io v0.3.30 |
646 | 2024-09-07T03:21:56.970Z | Downloaded tabwriter v1.4.0 |
647 | 2024-09-07T03:21:56.974Z | Downloaded rustls-pemfile v2.1.3 |
648 | 2024-09-07T03:21:56.978Z | Downloaded crossbeam-channel v0.5.12 |
649 | 2024-09-07T03:21:56.980Z | Downloaded glob v0.3.1 |
650 | 2024-09-07T03:21:56.980Z | Downloaded toolchain_find v0.4.0 |
651 | 2024-09-07T03:21:56.983Z | Downloaded powerfmt v0.2.0 |
652 | 2024-09-07T03:21:56.983Z | Downloaded percent-encoding v2.3.1 |
653 | 2024-09-07T03:21:56.987Z | Downloaded crossbeam-epoch v0.9.18 |
654 | 2024-09-07T03:21:56.990Z | Downloaded cassowary v0.3.0 |
655 | 2024-09-07T03:21:56.991Z | Downloaded proc-macro-crate v1.3.1 |
656 | 2024-09-07T03:21:56.991Z | Downloaded const-oid v0.9.6 |
657 | 2024-09-07T03:21:56.993Z | Downloaded ron v0.8.1 |
658 | 2024-09-07T03:21:56.998Z | Downloaded similar v2.6.0 |
659 | 2024-09-07T03:21:57.004Z | Downloaded opaque-debug v0.3.1 |
660 | 2024-09-07T03:21:57.007Z | Downloaded dsl_auto_type v0.1.2 |
661 | 2024-09-07T03:21:57.007Z | Downloaded rand_seeder v0.3.0 |
662 | 2024-09-07T03:21:57.012Z | Downloaded shlex v1.3.0 |
663 | 2024-09-07T03:21:57.012Z | Downloaded hash32 v0.2.1 |
664 | 2024-09-07T03:21:57.015Z | Downloaded smf v0.2.3 |
665 | 2024-09-07T03:21:57.015Z | Downloaded subtle v2.5.0 |
666 | 2024-09-07T03:21:57.015Z | Downloaded num-rational v0.4.2 |
667 | 2024-09-07T03:21:57.015Z | Downloaded erased-serde v0.3.31 |
668 | 2024-09-07T03:21:57.018Z | Downloaded serde_plain v1.0.2 |
669 | 2024-09-07T03:21:57.020Z | Downloaded precomputed-hash v0.1.1 |
670 | 2024-09-07T03:21:57.020Z | Downloaded phf_shared v0.10.0 |
671 | 2024-09-07T03:21:57.020Z | Downloaded sigpipe v0.1.3 |
672 | 2024-09-07T03:21:57.023Z | Downloaded peg-runtime v0.8.3 |
673 | 2024-09-07T03:21:57.023Z | Downloaded serde_urlencoded v0.7.1 |
674 | 2024-09-07T03:21:57.026Z | Downloaded tinyvec v1.6.0 |
675 | 2024-09-07T03:21:57.029Z | Downloaded pretty-hex v0.2.1 |
676 | 2024-09-07T03:21:57.032Z | Downloaded strum_macros v0.24.3 |
677 | 2024-09-07T03:21:57.032Z | Downloaded structmeta-derive v0.3.0 |
678 | 2024-09-07T03:21:57.037Z | Downloaded spki v0.7.3 |
679 | 2024-09-07T03:21:57.037Z | Downloaded hickory-resolver v0.24.1 |
680 | 2024-09-07T03:21:57.040Z | Downloaded sqlparser_derive v0.2.2 |
681 | 2024-09-07T03:21:57.043Z | Downloaded pem-rfc7468 v0.7.0 |
682 | 2024-09-07T03:21:57.043Z | Downloaded stable_deref_trait v1.2.0 |
683 | 2024-09-07T03:21:57.046Z | Downloaded predicates-tree v1.0.9 |
684 | 2024-09-07T03:21:57.046Z | Downloaded rand_chacha v0.3.1 |
685 | 2024-09-07T03:21:57.050Z | Downloaded try-lock v0.2.5 |
686 | 2024-09-07T03:21:57.050Z | Downloaded chacha20poly1305 v0.10.1 |
687 | 2024-09-07T03:21:57.059Z | Downloaded ecdsa v0.16.9 |
688 | 2024-09-07T03:21:57.062Z | Downloaded paste v1.0.15 |
689 | 2024-09-07T03:21:57.065Z | Downloaded olpc-cjson v0.1.3 |
690 | 2024-09-07T03:21:57.068Z | Downloaded untrusted v0.9.0 |
691 | 2024-09-07T03:21:57.068Z | Downloaded rustls-pki-types v1.7.0 |
692 | 2024-09-07T03:21:57.070Z | Downloaded dhcproto-macros v0.1.0 |
693 | 2024-09-07T03:21:57.070Z | Downloaded parse-size v1.0.0 |
694 | 2024-09-07T03:21:57.073Z | Downloaded gethostname v0.5.0 |
695 | 2024-09-07T03:21:57.073Z | Downloaded funty v2.0.0 |
696 | 2024-09-07T03:21:57.075Z | Downloaded fragile v2.0.0 |
697 | 2024-09-07T03:21:57.075Z | Downloaded either v1.13.0 |
698 | 2024-09-07T03:21:57.078Z | Downloaded rustc-hash v1.1.0 |
699 | 2024-09-07T03:21:57.082Z | Downloaded predicates v3.1.2 |
700 | 2024-09-07T03:21:57.085Z | Downloaded signature v2.2.0 |
701 | 2024-09-07T03:21:57.085Z | Downloaded num-traits v0.2.19 |
702 | 2024-09-07T03:21:57.087Z | Downloaded predicates-core v1.0.6 |
703 | 2024-09-07T03:21:57.087Z | Downloaded mio v1.0.2 |
704 | 2024-09-07T03:21:57.093Z | Downloaded base64 v0.21.7 |
705 | 2024-09-07T03:21:57.097Z | Downloaded rustversion v1.0.17 |
706 | 2024-09-07T03:21:57.100Z | Downloaded strum_macros v0.26.4 |
707 | 2024-09-07T03:21:57.103Z | Downloaded derive_builder_macro v0.20.0 |
708 | 2024-09-07T03:21:57.106Z | Downloaded thread_local v1.1.8 |
709 | 2024-09-07T03:21:57.106Z | Downloaded slog-bunyan v2.5.0 |
710 | 2024-09-07T03:21:57.111Z | Downloaded psl-types v2.0.11 |
711 | 2024-09-07T03:21:57.111Z | Downloaded path-slash v0.1.5 |
712 | 2024-09-07T03:21:57.111Z | Downloaded peg-macros v0.8.4 |
713 | 2024-09-07T03:21:57.113Z | Downloaded hash32 v0.3.1 |
714 | 2024-09-07T03:21:57.114Z | Downloaded zone_cfg_derive v0.1.2 |
715 | 2024-09-07T03:21:57.114Z | Downloaded tui-tree-widget v0.22.0 |
716 | 2024-09-07T03:21:57.116Z | Downloaded stringprep v0.1.4 |
717 | 2024-09-07T03:21:57.116Z | Downloaded wyz v0.5.1 |
718 | 2024-09-07T03:21:57.120Z | Downloaded ssh-encoding v0.2.0 |
719 | 2024-09-07T03:21:57.123Z | Downloaded sha1 v0.10.6 |
720 | 2024-09-07T03:21:57.123Z | Downloaded ssh-cipher v0.2.0 |
721 | 2024-09-07T03:21:57.123Z | Downloaded termtree v0.4.1 |
722 | 2024-09-07T03:21:57.126Z | Downloaded sqlformat v0.2.4 |
723 | 2024-09-07T03:21:57.126Z | Downloaded fallible-streaming-iterator v0.1.9 |
724 | 2024-09-07T03:21:57.129Z | Downloaded fd-lock v4.0.2 |
725 | 2024-09-07T03:21:57.131Z | Downloaded ron v0.7.1 |
726 | 2024-09-07T03:21:57.137Z | Downloaded hex-literal v0.4.1 |
727 | 2024-09-07T03:21:57.139Z | Downloaded postgres-types v0.2.7 |
728 | 2024-09-07T03:21:57.140Z | Downloaded num_enum_derive v0.5.11 |
729 | 2024-09-07T03:21:57.140Z | Downloaded tokio-stream v0.1.15 |
730 | 2024-09-07T03:21:57.146Z | Downloaded num_enum v0.5.11 |
731 | 2024-09-07T03:21:57.153Z | Downloaded portpicker v0.1.1 |
732 | 2024-09-07T03:21:57.156Z | Downloaded subprocess v0.2.9 |
733 | 2024-09-07T03:21:57.156Z | Downloaded signal-hook v0.3.17 |
734 | 2024-09-07T03:21:57.159Z | Downloaded openssl-sys v0.9.103 |
735 | 2024-09-07T03:21:57.163Z | Downloaded crypto-bigint v0.5.5 |
736 | 2024-09-07T03:21:57.170Z | Downloaded spin v0.9.8 |
737 | 2024-09-07T03:21:57.176Z | Downloaded zone v0.3.0 |
738 | 2024-09-07T03:21:57.176Z | Downloaded untrusted v0.7.1 |
739 | 2024-09-07T03:21:57.179Z | Downloaded serde_arrays v0.1.0 |
740 | 2024-09-07T03:21:57.179Z | Downloaded mio v0.8.11 |
741 | 2024-09-07T03:21:57.182Z | Downloaded ref-cast v1.0.23 |
742 | 2024-09-07T03:21:57.190Z | Downloaded ref-cast-impl v1.0.23 |
743 | 2024-09-07T03:21:57.190Z | Downloaded deranged v0.3.11 |
744 | 2024-09-07T03:21:57.195Z | Downloaded derive-where v1.2.7 |
745 | 2024-09-07T03:21:57.195Z | Downloaded oso v0.27.3 |
746 | 2024-09-07T03:21:57.198Z | Downloaded zone v0.1.8 |
747 | 2024-09-07T03:21:57.198Z | Downloaded foreign-types-shared v0.3.1 |
748 | 2024-09-07T03:21:57.198Z | Downloaded unicase v2.7.0 |
749 | 2024-09-07T03:21:57.198Z | Downloaded minimal-lexical v0.2.1 |
750 | 2024-09-07T03:21:57.203Z | Downloaded fallible-iterator v0.3.0 |
751 | 2024-09-07T03:21:57.205Z | Downloaded des v0.8.1 |
752 | 2024-09-07T03:21:57.209Z | Downloaded heapless v0.8.0 |
753 | 2024-09-07T03:21:57.216Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2024-09-07T03:21:57.216Z | Downloaded float-ord v0.3.2 |
755 | 2024-09-07T03:21:57.218Z | Downloaded polyval v0.6.2 |
756 | 2024-09-07T03:21:57.218Z | Downloaded libxml v0.3.3 |
757 | 2024-09-07T03:21:57.221Z | Downloaded hickory-client v0.24.1 |
758 | 2024-09-07T03:21:57.224Z | Downloaded socket2 v0.4.10 |
759 | 2024-09-07T03:21:57.226Z | Downloaded heapless v0.7.17 |
760 | 2024-09-07T03:21:57.230Z | Downloaded tungstenite v0.23.0 |
761 | 2024-09-07T03:21:57.236Z | Downloaded foreign-types v0.5.0 |
762 | 2024-09-07T03:21:57.240Z | Downloaded foreign-types v0.3.2 |
763 | 2024-09-07T03:21:57.240Z | Downloaded signal-hook-tokio v0.3.1 |
764 | 2024-09-07T03:21:57.240Z | Downloaded slog-json v2.6.1 |
765 | 2024-09-07T03:21:57.243Z | Downloaded unsafe-libyaml v0.2.11 |
766 | 2024-09-07T03:21:57.243Z | Downloaded tokio-postgres v0.7.11 |
767 | 2024-09-07T03:21:57.248Z | Downloaded utf-8 v0.7.6 |
768 | 2024-09-07T03:21:57.251Z | Downloaded defmt-parser v0.3.4 |
769 | 2024-09-07T03:21:57.251Z | Downloaded data-encoding v2.6.0 |
770 | 2024-09-07T03:21:57.255Z | Downloaded slog-scope v4.4.0 |
771 | 2024-09-07T03:21:57.255Z | Downloaded socket2 v0.5.7 |
772 | 2024-09-07T03:21:57.259Z | Downloaded rsa v0.9.6 |
773 | 2024-09-07T03:21:57.262Z | Downloaded float-cmp v0.9.0 |
774 | 2024-09-07T03:21:57.265Z | Downloaded form_urlencoded v1.2.1 |
775 | 2024-09-07T03:21:57.265Z | Downloaded downcast v0.11.0 |
776 | 2024-09-07T03:21:57.265Z | Downloaded radium v0.7.0 |
777 | 2024-09-07T03:21:57.269Z | Downloaded peg v0.8.4 |
778 | 2024-09-07T03:21:57.271Z | Downloaded num-integer v0.1.46 |
779 | 2024-09-07T03:21:57.273Z | Downloaded take_mut v0.2.2 |
780 | 2024-09-07T03:21:57.273Z | Downloaded sync_wrapper v0.1.2 |
781 | 2024-09-07T03:21:57.284Z | Downloaded rustc-demangle v0.1.24 |
782 | 2024-09-07T03:21:57.284Z | Downloaded globset v0.4.14 |
783 | 2024-09-07T03:21:57.287Z | Downloaded derive_more v0.99.18 |
784 | 2024-09-07T03:21:57.287Z | Downloaded group v0.13.0 |
785 | 2024-09-07T03:21:57.287Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2024-09-07T03:21:57.287Z | Downloaded pin-utils v0.1.0 |
787 | 2024-09-07T03:21:57.287Z | Downloaded aes-gcm v0.10.3 |
788 | 2024-09-07T03:21:57.290Z | Downloaded itertools v0.12.1 |
789 | 2024-09-07T03:21:57.297Z | Downloaded headers-core v0.2.0 |
790 | 2024-09-07T03:21:57.306Z | Downloaded num-conv v0.1.0 |
791 | 2024-09-07T03:21:57.306Z | Downloaded enum-as-inner v0.5.1 |
792 | 2024-09-07T03:21:57.306Z | Downloaded display-error-chain v0.2.1 |
793 | 2024-09-07T03:21:57.306Z | Downloaded structmeta-derive v0.2.0 |
794 | 2024-09-07T03:21:57.306Z | Downloaded slog-stdlog v4.1.1 |
795 | 2024-09-07T03:21:57.310Z | Downloaded toml v0.7.8 |
796 | 2024-09-07T03:21:57.310Z | Downloaded structmeta v0.3.0 |
797 | 2024-09-07T03:21:57.312Z | Downloaded serde_path_to_error v0.1.16 |
798 | 2024-09-07T03:21:57.312Z | Downloaded rustfmt-wrapper v0.2.1 |
799 | 2024-09-07T03:21:57.312Z | Downloaded number_prefix v0.4.0 |
800 | 2024-09-07T03:21:57.316Z | Downloaded der_derive v0.7.2 |
801 | 2024-09-07T03:21:57.319Z | Downloaded test-strategy v0.3.1 |
802 | 2024-09-07T03:21:57.319Z | Downloaded darling_macro v0.20.9 |
803 | 2024-09-07T03:21:57.321Z | Downloaded zone_cfg_derive v0.3.0 |
804 | 2024-09-07T03:21:57.321Z | Downloaded ed25519-dalek v2.1.1 |
805 | 2024-09-07T03:21:57.324Z | Downloaded foreign-types-shared v0.1.1 |
806 | 2024-09-07T03:21:57.326Z | Downloaded embedded-io v0.4.0 |
807 | 2024-09-07T03:21:57.327Z | Downloaded r2d2 v0.8.10 |
808 | 2024-09-07T03:21:57.329Z | Downloaded libm v0.2.8 |
809 | 2024-09-07T03:21:57.335Z | Downloaded dirs-sys-next v0.1.2 |
810 | 2024-09-07T03:21:57.339Z | Downloaded rtoolbox v0.0.2 |
811 | 2024-09-07T03:21:57.339Z | Downloaded parking_lot v0.12.2 |
812 | 2024-09-07T03:21:57.342Z | Downloaded toml_edit v0.19.15 |
813 | 2024-09-07T03:21:57.358Z | Downloaded parking_lot v0.11.2 |
814 | 2024-09-07T03:21:57.361Z | Downloaded time-core v0.1.2 |
815 | 2024-09-07T03:21:57.361Z | Downloaded tap v1.0.1 |
816 | 2024-09-07T03:21:57.364Z | Downloaded rustls-pemfile v1.0.4 |
817 | 2024-09-07T03:21:57.364Z | Downloaded hex v0.4.3 |
818 | 2024-09-07T03:21:57.367Z | Downloaded tls_codec v0.4.1 |
819 | 2024-09-07T03:21:57.369Z | Downloaded rcgen v0.12.1 |
820 | 2024-09-07T03:21:57.373Z | Downloaded serde_derive_internals v0.29.1 |
821 | 2024-09-07T03:21:57.375Z | Downloaded owo-colors v4.0.0 |
822 | 2024-09-07T03:21:57.375Z | Downloaded hashlink v0.9.1 |
823 | 2024-09-07T03:21:57.377Z | Downloaded num-iter v0.1.45 |
824 | 2024-09-07T03:21:57.380Z | Downloaded xattr v1.3.1 |
825 | 2024-09-07T03:21:57.380Z | Downloaded num-derive v0.4.2 |
826 | 2024-09-07T03:21:57.383Z | Downloaded tracing-attributes v0.1.27 |
827 | 2024-09-07T03:21:57.385Z | Downloaded time-macros v0.2.18 |
828 | 2024-09-07T03:21:57.389Z | Downloaded dirs-next v2.0.0 |
829 | 2024-09-07T03:21:57.389Z | Downloaded twox-hash v1.6.3 |
830 | 2024-09-07T03:21:57.392Z | Downloaded termcolor v1.4.1 |
831 | 2024-09-07T03:21:57.392Z | Downloaded sec1 v0.7.3 |
832 | 2024-09-07T03:21:57.394Z | Downloaded pkg-config v0.3.30 |
833 | 2024-09-07T03:21:57.394Z | Downloaded uuid v1.10.0 |
834 | 2024-09-07T03:21:57.397Z | Downloaded unicode-bidi v0.3.15 |
835 | 2024-09-07T03:21:57.399Z | Downloaded tough v0.17.1 |
836 | 2024-09-07T03:21:57.407Z | Downloaded serde-hex v0.1.0 |
837 | 2024-09-07T03:21:57.410Z | Downloaded endian-type v0.1.2 |
838 | 2024-09-07T03:21:57.413Z | Downloaded futures-executor v0.3.30 |
839 | 2024-09-07T03:21:57.413Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2024-09-07T03:21:57.413Z | Downloaded fallible-iterator v0.2.0 |
841 | 2024-09-07T03:21:57.417Z | Downloaded hashbrown v0.13.2 |
842 | 2024-09-07T03:21:57.421Z | Downloaded pkcs1 v0.7.5 |
843 | 2024-09-07T03:21:57.423Z | Downloaded pin-project-lite v0.2.14 |
844 | 2024-09-07T03:21:57.427Z | Downloaded pbkdf2 v0.12.2 |
845 | 2024-09-07T03:21:57.431Z | Downloaded tokio-rustls v0.25.0 |
846 | 2024-09-07T03:21:57.431Z | Downloaded tokio-rustls v0.24.1 |
847 | 2024-09-07T03:21:57.433Z | Downloaded tls_codec_derive v0.4.1 |
848 | 2024-09-07T03:21:57.433Z | Downloaded publicsuffix v2.2.3 |
849 | 2024-09-07T03:21:57.435Z | Downloaded hashbrown v0.12.3 |
850 | 2024-09-07T03:21:57.439Z | Downloaded diesel_table_macro_syntax v0.2.0 |
851 | 2024-09-07T03:21:57.442Z | Downloaded primeorder v0.13.6 |
852 | 2024-09-07T03:21:57.444Z | Downloaded yasna v0.5.2 |
853 | 2024-09-07T03:21:57.446Z | Downloaded pin-project-internal v1.1.5 |
854 | 2024-09-07T03:21:57.446Z | Downloaded parse-display v0.10.0 |
855 | 2024-09-07T03:21:57.449Z | Downloaded tiny-keccak v2.0.2 |
856 | 2024-09-07T03:21:57.452Z | Downloaded futures-core v0.3.30 |
857 | 2024-09-07T03:21:57.452Z | Downloaded strip-ansi-escapes v0.2.0 |
858 | 2024-09-07T03:21:57.452Z | Downloaded phf_shared v0.11.2 |
859 | 2024-09-07T03:21:57.455Z | Downloaded scrypt v0.11.0 |
860 | 2024-09-07T03:21:57.455Z | Downloaded snafu v0.8.2 |
861 | 2024-09-07T03:21:57.461Z | Downloaded pkcs8 v0.10.2 |
862 | 2024-09-07T03:21:57.463Z | Downloaded term v0.7.0 |
863 | 2024-09-07T03:21:57.467Z | Downloaded scopeguard v1.2.0 |
864 | 2024-09-07T03:21:57.470Z | Downloaded ena v0.14.3 |
865 | 2024-09-07T03:21:57.472Z | Downloaded russh-keys v0.45.0 |
866 | 2024-09-07T03:21:57.473Z | Downloaded half v2.4.1 |
867 | 2024-09-07T03:21:57.475Z | Downloaded resolv-conf v0.7.0 |
868 | 2024-09-07T03:21:57.478Z | Downloaded structmeta v0.2.0 |
869 | 2024-09-07T03:21:57.478Z | Downloaded aho-corasick v1.1.3 |
870 | 2024-09-07T03:21:57.484Z | Downloaded ghash v0.5.1 |
871 | 2024-09-07T03:21:57.486Z | Downloaded pbkdf2 v0.11.0 |
872 | 2024-09-07T03:21:57.489Z | Downloaded vsss-rs v3.3.4 |
873 | 2024-09-07T03:21:57.493Z | Downloaded num_threads v0.1.7 |
874 | 2024-09-07T03:21:57.493Z | Downloaded poly1305 v0.8.0 |
875 | 2024-09-07T03:21:57.495Z | Downloaded schemars_derive v0.8.21 |
876 | 2024-09-07T03:21:57.495Z | Downloaded futures v0.3.30 |
877 | 2024-09-07T03:21:57.499Z | Downloaded url v2.5.2 |
878 | 2024-09-07T03:21:57.503Z | Downloaded supports-color v3.0.0 |
879 | 2024-09-07T03:21:57.505Z | Downloaded blake3 v1.5.1 |
880 | 2024-09-07T03:21:57.512Z | Downloaded uzers v0.11.3 |
881 | 2024-09-07T03:21:57.515Z | Downloaded tokio-tungstenite v0.20.1 |
882 | 2024-09-07T03:21:57.518Z | Downloaded getrandom v0.2.14 |
883 | 2024-09-07T03:21:57.521Z | Downloaded getopts v0.2.21 |
884 | 2024-09-07T03:21:57.521Z | Downloaded vergen v8.3.2 |
885 | 2024-09-07T03:21:57.523Z | Downloaded quick-error v1.2.3 |
886 | 2024-09-07T03:21:57.526Z | Downloaded der v0.7.9 |
887 | 2024-09-07T03:21:57.529Z | Downloaded futures-channel v0.3.30 |
888 | 2024-09-07T03:21:57.531Z | Downloaded flate2 v1.0.33 |
889 | 2024-09-07T03:21:57.536Z | Downloaded flume v0.11.0 |
890 | 2024-09-07T03:21:57.540Z | Downloaded serde_with_macros v3.9.0 |
891 | 2024-09-07T03:21:57.542Z | Downloaded x509-cert v0.2.5 |
892 | 2024-09-07T03:21:57.548Z | Downloaded hyper v0.14.30 |
893 | 2024-09-07T03:21:57.556Z | Downloaded pkcs5 v0.7.1 |
894 | 2024-09-07T03:21:57.560Z | Downloaded parking_lot_core v0.9.10 |
895 | 2024-09-07T03:21:57.562Z | Downloaded snafu-derive v0.8.2 |
896 | 2024-09-07T03:21:57.565Z | Downloaded env_logger v0.9.3 |
897 | 2024-09-07T03:21:57.567Z | Downloaded rustyline v14.0.0 |
898 | 2024-09-07T03:21:57.571Z | Downloaded rand v0.8.5 |
899 | 2024-09-07T03:21:57.575Z | Downloaded tar v0.4.41 |
900 | 2024-09-07T03:21:57.577Z | Downloaded headers v0.3.9 |
901 | 2024-09-07T03:21:57.582Z | Downloaded quick-xml v0.33.0 |
902 | 2024-09-07T03:21:57.589Z | Downloaded tungstenite v0.21.0 |
903 | 2024-09-07T03:21:57.592Z | Downloaded diesel_derives v2.2.2 |
904 | 2024-09-07T03:21:57.599Z | Downloaded pin-project v1.1.5 |
905 | 2024-09-07T03:21:57.608Z | Downloaded p521 v0.13.3 |
906 | 2024-09-07T03:21:57.612Z | Downloaded rustls-webpki v0.101.7 |
907 | 2024-09-07T03:21:57.627Z | Downloaded ssh-key v0.6.6 |
908 | 2024-09-07T03:21:57.633Z | Downloaded serde_yaml v0.9.34+deprecated |
909 | 2024-09-07T03:21:57.637Z | Downloaded typed-path v0.7.1 |
910 | 2024-09-07T03:21:57.643Z | Downloaded rayon-core v1.12.1 |
911 | 2024-09-07T03:21:57.647Z | Downloaded p256 v0.13.2 |
912 | 2024-09-07T03:21:57.650Z | Downloaded tokio-util v0.7.11 |
913 | 2024-09-07T03:21:57.657Z | Downloaded futures-util v0.3.30 |
914 | 2024-09-07T03:21:57.668Z | Downloaded winnow v0.5.40 |
915 | 2024-09-07T03:21:57.677Z | Downloaded rustls-webpki v0.102.4 |
916 | 2024-09-07T03:21:57.694Z | Downloaded git2 v0.19.0 |
917 | 2024-09-07T03:21:57.704Z | Downloaded expectorate v1.1.0 |
918 | 2024-09-07T03:21:57.707Z | Downloaded russh v0.45.0 |
919 | 2024-09-07T03:21:57.710Z | Downloaded num-bigint-dig v0.8.4 |
920 | 2024-09-07T03:21:57.715Z | Downloaded hkdf v0.12.4 |
921 | 2024-09-07T03:21:57.717Z | Downloaded webpki-roots v0.25.4 |
922 | 2024-09-07T03:21:57.721Z | Downloaded lalrpop v0.19.12 |
923 | 2024-09-07T03:21:57.732Z | Downloaded bitvec v1.0.1 |
924 | 2024-09-07T03:21:57.747Z | Downloaded p384 v0.13.0 |
925 | 2024-09-07T03:21:57.755Z | Downloaded idna v0.2.3 |
926 | 2024-09-07T03:21:57.760Z | Downloaded regex v1.10.6 |
927 | 2024-09-07T03:21:57.773Z | Downloaded time v0.3.36 |
928 | 2024-09-07T03:21:57.780Z | Downloaded proptest v1.5.0 |
929 | 2024-09-07T03:21:57.789Z | Downloaded rusqlite v0.31.0 |
930 | 2024-09-07T03:21:57.796Z | Downloaded object v0.32.2 |
931 | 2024-09-07T03:21:57.807Z | Downloaded object v0.30.4 |
932 | 2024-09-07T03:21:57.816Z | Downloaded nix v0.27.1 |
933 | 2024-09-07T03:21:57.826Z | Downloaded idna v0.3.0 |
934 | 2024-09-07T03:21:57.834Z | Downloaded serde_with v3.9.0 |
935 | 2024-09-07T03:21:57.842Z | Downloaded reqwest v0.11.27 |
936 | 2024-09-07T03:21:57.850Z | Downloaded vcpkg v0.2.15 |
937 | 2024-09-07T03:21:57.889Z | Downloaded openapiv3 v2.0.0 |
938 | 2024-09-07T03:21:57.900Z | Downloaded rustls v0.22.4 |
939 | 2024-09-07T03:21:57.914Z | Downloaded smoltcp v0.9.1 |
940 | 2024-09-07T03:21:57.924Z | Downloaded nix v0.29.0 |
941 | 2024-09-07T03:21:57.936Z | Downloaded radix_trie v0.2.1 |
942 | 2024-09-07T03:21:57.941Z | Downloaded hickory-proto v0.24.1 |
943 | 2024-09-07T03:21:57.959Z | Downloaded nix v0.28.0 |
944 | 2024-09-07T03:21:57.967Z | Downloaded polar-core v0.27.3 |
945 | 2024-09-07T03:21:57.976Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
946 | 2024-09-07T03:21:57.989Z | Downloaded regex-automata v0.4.6 |
947 | 2024-09-07T03:21:58.006Z | Downloaded trust-dns-proto v0.22.0 |
948 | 2024-09-07T03:21:58.017Z | Downloaded smoltcp v0.11.0 |
949 | 2024-09-07T03:21:58.030Z | Downloaded diesel v2.2.3 |
950 | 2024-09-07T03:21:58.048Z | Downloaded regex-syntax v0.8.4 |
951 | 2024-09-07T03:21:58.056Z | Downloaded tokio v1.39.3 |
952 | 2024-09-07T03:21:58.093Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2024-09-07T03:21:58.103Z | Downloaded regress v0.9.1 |
954 | 2024-09-07T03:21:58.112Z | Downloaded csv v1.3.0 |
955 | 2024-09-07T03:21:58.133Z | Downloaded openssl v0.10.66 |
956 | 2024-09-07T03:21:58.142Z | Downloaded sled v0.34.7 |
957 | 2024-09-07T03:21:58.152Z | Downloaded rustls v0.21.12 |
958 | 2024-09-07T03:21:58.163Z | Downloaded idna v0.5.0 |
959 | 2024-09-07T03:21:58.170Z | Downloaded rayon v1.10.0 |
960 | 2024-09-07T03:21:58.180Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2024-09-07T03:21:58.187Z | Downloaded encoding_rs v0.8.34 |
962 | 2024-09-07T03:21:58.209Z | Downloaded ratatui v0.28.0 |
963 | 2024-09-07T03:21:58.228Z | Downloaded h2 v0.3.26 |
964 | 2024-09-07T03:21:58.235Z | Downloaded petgraph v0.6.5 |
965 | 2024-09-07T03:21:58.252Z | Downloaded finl_unicode v1.2.0 |
966 | 2024-09-07T03:21:58.265Z | Downloaded dropshot v0.10.1 |
967 | 2024-09-07T03:21:58.275Z | Downloaded bstr v1.9.1 |
968 | 2024-09-07T03:21:58.290Z | Downloaded gimli v0.28.1 |
969 | 2024-09-07T03:21:58.294Z | Downloaded regex-syntax v0.6.29 |
970 | 2024-09-07T03:21:58.301Z | Downloaded idna v0.4.0 |
971 | 2024-09-07T03:21:58.308Z | Downloaded bindgen v0.69.4 |
972 | 2024-09-07T03:21:58.316Z | Downloaded env_logger v0.10.2 |
973 | 2024-09-07T03:21:58.318Z | Downloaded sqlparser v0.45.0 |
974 | 2024-09-07T03:21:58.323Z | Downloaded num-bigint v0.4.5 |
975 | 2024-09-07T03:21:58.328Z | Downloaded sha3 v0.10.8 |
976 | 2024-09-07T03:21:58.333Z | Downloaded reedline v0.33.0 |
977 | 2024-09-07T03:21:58.339Z | Downloaded tungstenite v0.20.1 |
978 | 2024-09-07T03:21:58.343Z | Downloaded tracing-core v0.1.32 |
979 | 2024-09-07T03:21:58.345Z | Downloaded chrono v0.4.38 |
980 | 2024-09-07T03:21:58.352Z | Downloaded vte v0.11.1 |
981 | 2024-09-07T03:21:58.355Z | Downloaded unicode-normalization v0.1.23 |
982 | 2024-09-07T03:21:58.358Z | Downloaded portable-atomic v1.6.0 |
983 | 2024-09-07T03:21:58.364Z | Downloaded itertools v0.13.0 |
984 | 2024-09-07T03:21:58.370Z | Downloaded tracing v0.1.40 |
985 | 2024-09-07T03:21:58.374Z | Downloaded elliptic-curve v0.13.8 |
986 | 2024-09-07T03:21:58.378Z | Downloaded ring v0.17.8 |
987 | 2024-09-07T03:21:58.448Z | Downloaded unicode-segmentation v1.11.0 |
988 | 2024-09-07T03:21:58.451Z | Downloaded slog v2.7.0 |
989 | 2024-09-07T03:21:58.454Z | Downloaded wait-timeout v0.2.0 |
990 | 2024-09-07T03:21:58.457Z | Downloaded vte_generate_state_changes v0.1.1 |
991 | 2024-09-07T03:21:58.457Z | Downloaded tokio-tungstenite v0.21.0 |
992 | 2024-09-07T03:21:58.459Z | Downloaded zerocopy v0.6.6 |
993 | 2024-09-07T03:21:58.462Z | Downloaded darling_core v0.20.9 |
994 | 2024-09-07T03:21:58.464Z | Downloaded zip v0.6.6 |
995 | 2024-09-07T03:21:58.468Z | Downloaded tokio-tungstenite v0.23.1 |
996 | 2024-09-07T03:21:58.470Z | Downloaded prettyplease v0.2.20 |
997 | 2024-09-07T03:21:58.474Z | Downloaded password-hash v0.4.2 |
998 | 2024-09-07T03:21:58.477Z | Downloaded schemars v0.8.21 |
999 | 2024-09-07T03:21:58.486Z | Downloaded crossterm v0.27.0 |
1000 | 2024-09-07T03:21:58.491Z | Downloaded packed_struct v0.10.1 |
1001 | 2024-09-07T03:21:58.494Z | Downloaded parking_lot_core v0.8.6 |
1002 | 2024-09-07T03:21:58.497Z | Downloaded num-complex v0.4.6 |
1003 | 2024-09-07T03:21:58.497Z | Downloaded fatfs v0.3.6 |
1004 | 2024-09-07T03:21:58.499Z | Downloaded steno v0.4.1 |
1005 | 2024-09-07T03:21:58.503Z | Downloaded shell-words v1.1.0 |
1006 | 2024-09-07T03:21:58.506Z | Downloaded semver v0.1.20 |
1007 | 2024-09-07T03:21:58.506Z | Downloaded secrecy v0.8.0 |
1008 | 2024-09-07T03:21:58.510Z | Downloaded rustc_version v0.1.7 |
1009 | 2024-09-07T03:21:58.510Z | Downloaded password-hash v0.5.0 |
1010 | 2024-09-07T03:21:58.510Z | Downloaded itertools v0.10.5 |
1011 | 2024-09-07T03:21:58.520Z | Downloaded enum-as-inner v0.6.0 |
1012 | 2024-09-07T03:21:58.520Z | Downloaded futures-task v0.3.30 |
1013 | 2024-09-07T03:21:58.520Z | Downloaded futures-sink v0.3.30 |
1014 | 2024-09-07T03:21:58.520Z | Downloaded postgres-protocol v0.6.7 |
1015 | 2024-09-07T03:21:58.523Z | Downloaded postcard v1.0.8 |
1016 | 2024-09-07T03:21:58.523Z | Downloaded samael v0.0.17 |
1017 | 2024-09-07T03:21:58.527Z | Downloaded thiserror-impl-no-std v2.0.2 |
1018 | 2024-09-07T03:21:58.529Z | Downloaded slog-async v2.8.0 |
1019 | 2024-09-07T03:21:58.529Z | Downloaded omicron-zone-package v0.11.0 |
1020 | 2024-09-07T03:21:58.532Z | Downloaded unicode_categories v0.1.1 |
1021 | 2024-09-07T03:21:58.536Z | Downloaded crossterm v0.28.1 |
1022 | 2024-09-07T03:21:58.540Z | Downloaded parse-display-derive v0.10.0 |
1023 | 2024-09-07T03:21:58.543Z | Downloaded slog-envlogger v2.2.0 |
1024 | 2024-09-07T03:21:58.543Z | Downloaded slog-dtrace v0.3.0 |
1025 | 2024-09-07T03:21:58.546Z | Downloaded spin v0.5.2 |
1026 | 2024-09-07T03:21:58.546Z | Downloaded nom v7.1.3 |
1027 | 2024-09-07T03:21:58.551Z | Downloaded pem v3.0.4 |
1028 | 2024-09-07T03:21:58.556Z | Downloaded backtrace v0.3.71 |
1029 | 2024-09-07T03:21:58.558Z | Downloaded derive_builder_core v0.20.0 |
1030 | 2024-09-07T03:21:58.561Z | Downloaded derive_builder v0.20.0 |
1031 | 2024-09-07T03:21:58.564Z | Downloaded whoami v1.5.1 |
1032 | 2024-09-07T03:21:58.566Z | Downloaded dropshot_endpoint v0.10.1 |
1033 | 2024-09-07T03:21:58.569Z | Downloaded which v4.4.2 |
1034 | 2024-09-07T03:21:58.570Z | Downloaded static_assertions v1.1.0 |
1035 | 2024-09-07T03:21:58.572Z | Downloaded dhcproto v0.12.0 |
1036 | 2024-09-07T03:21:58.572Z | Downloaded diff v0.1.13 |
1037 | 2024-09-07T03:21:58.575Z | Downloaded phf v0.11.2 |
1038 | 2024-09-07T03:21:58.579Z | Downloaded base64 v0.13.1 |
1039 | 2024-09-07T03:21:58.581Z | Downloaded signal-hook-registry v1.4.2 |
1040 | 2024-09-07T03:21:58.581Z | Downloaded same-file v1.0.6 |
1041 | 2024-09-07T03:21:58.581Z | Downloaded rand_core v0.6.4 |
1042 | 2024-09-07T03:21:58.584Z | Downloaded defmt v0.3.8 |
1043 | 2024-09-07T03:21:58.587Z | Downloaded fxhash v0.2.1 |
1044 | 2024-09-07T03:21:58.587Z | Downloaded ppv-lite86 v0.2.17 |
1045 | 2024-09-07T03:21:58.592Z | Downloaded indexmap v1.9.3 |
1046 | 2024-09-07T03:21:58.592Z | Downloaded aes v0.8.4 |
1047 | 2024-09-07T03:21:58.595Z | Downloaded crc-any v2.5.0 |
1048 | 2024-09-07T03:21:58.597Z | Downloaded const_format v0.2.32 |
1049 | 2024-09-07T03:21:58.600Z | Downloaded console v0.15.8 |
1050 | 2024-09-07T03:21:58.602Z | Downloaded clang-sys v1.7.0 |
1051 | 2024-09-07T03:21:58.605Z | Downloaded arc-swap v1.7.1 |
1052 | 2024-09-07T03:21:58.608Z | Downloaded http v1.1.0 |
1053 | 2024-09-07T03:21:58.612Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2024-09-07T03:21:58.671Z | Downloaded cipher v0.4.4 |
1055 | 2024-09-07T03:21:58.674Z | Downloaded ff v0.13.0 |
1056 | 2024-09-07T03:21:58.674Z | Downloaded filetime v0.2.25 |
1057 | 2024-09-07T03:21:58.677Z | Downloaded difflib v0.4.0 |
1058 | 2024-09-07T03:21:58.677Z | Downloaded zeroize_derive v1.4.2 |
1059 | 2024-09-07T03:21:58.677Z | Downloaded zeroize v1.7.0 |
1060 | 2024-09-07T03:21:58.681Z | Downloaded universal-hash v0.5.1 |
1061 | 2024-09-07T03:21:58.682Z | Downloaded unicode-xid v0.2.4 |
1062 | 2024-09-07T03:21:58.682Z | Downloaded string_cache v0.8.7 |
1063 | 2024-09-07T03:21:58.686Z | Downloaded md5 v0.7.0 |
1064 | 2024-09-07T03:21:58.686Z | Downloaded cookie_store v0.20.0 |
1065 | 2024-09-07T03:21:58.686Z | Downloaded const_format_proc_macros v0.2.32 |
1066 | 2024-09-07T03:21:58.688Z | Downloaded cc v1.0.97 |
1067 | 2024-09-07T03:21:58.688Z | Downloaded sct v0.7.1 |
1068 | 2024-09-07T03:21:58.692Z | Downloaded nibble_vec v0.1.0 |
1069 | 2024-09-07T03:21:58.694Z | Downloaded hyper-rustls v0.24.2 |
1070 | 2024-09-07T03:21:58.694Z | Downloaded walkdir v2.5.0 |
1071 | 2024-09-07T03:21:58.698Z | Downloaded unicode-truncate v1.0.0 |
1072 | 2024-09-07T03:21:58.701Z | Downloaded unarray v0.1.4 |
1073 | 2024-09-07T03:21:58.701Z | Downloaded smallvec v0.6.14 |
1074 | 2024-09-07T03:21:58.701Z | Downloaded siphasher v0.3.11 |
1075 | 2024-09-07T03:21:58.710Z | Downloaded multer v3.1.0 |
1076 | 2024-09-07T03:21:58.710Z | Downloaded termios v0.3.3 |
1077 | 2024-09-07T03:21:58.710Z | Downloaded signal-hook-mio v0.2.4 |
1078 | 2024-09-07T03:21:58.710Z | Downloaded base64ct v1.6.0 |
1079 | 2024-09-07T03:21:58.713Z | Downloaded miniz_oxide v0.8.0 |
1080 | 2024-09-07T03:21:58.713Z | Downloaded libsw v3.3.1 |
1081 | 2024-09-07T03:21:58.714Z | Downloaded lazycell v1.3.0 |
1082 | 2024-09-07T03:21:58.714Z | Downloaded cexpr v0.6.0 |
1083 | 2024-09-07T03:21:58.717Z | Downloaded nanorand v0.7.0 |
1084 | 2024-09-07T03:21:58.717Z | Downloaded mockall v0.13.0 |
1085 | 2024-09-07T03:21:58.720Z | Downloaded hyper-tls v0.5.0 |
1086 | 2024-09-07T03:21:58.720Z | Downloaded kstat-rs v0.2.4 |
1087 | 2024-09-07T03:21:58.724Z | Downloaded internet-checksum v0.2.1 |
1088 | 2024-09-07T03:21:58.724Z | Downloaded buf-list v1.0.3 |
1089 | 2024-09-07T03:21:58.724Z | Downloaded blowfish v0.9.1 |
1090 | 2024-09-07T03:21:58.727Z | Downloaded bitfield-struct v0.6.1 |
1091 | 2024-09-07T03:21:58.727Z | Downloaded jobserver v0.1.32 |
1092 | 2024-09-07T03:21:58.727Z | Downloaded bitfield v0.14.0 |
1093 | 2024-09-07T03:21:58.730Z | Downloaded assert_matches v1.5.0 |
1094 | 2024-09-07T03:21:58.730Z | Downloaded lock_api v0.4.12 |
1095 | 2024-09-07T03:21:58.733Z | Downloaded indoc v1.0.9 |
1096 | 2024-09-07T03:21:58.733Z | Downloaded iana-time-zone v0.1.60 |
1097 | 2024-09-07T03:21:58.736Z | Downloaded highway v1.2.0 |
1098 | 2024-09-07T03:21:58.740Z | Downloaded bitstruct v0.1.1 |
1099 | 2024-09-07T03:21:58.740Z | Downloaded atty v0.2.14 |
1100 | 2024-09-07T03:21:58.740Z | Downloaded array-init v0.0.4 |
1101 | 2024-09-07T03:21:58.745Z | Downloaded httpdate v1.0.3 |
1102 | 2024-09-07T03:21:58.745Z | Downloaded hostname v0.3.1 |
1103 | 2024-09-07T03:21:58.745Z | Downloaded csv-core v0.1.11 |
1104 | 2024-09-07T03:21:58.745Z | Downloaded aead v0.5.2 |
1105 | 2024-09-07T03:21:58.748Z | Downloaded cancel-safe-futures v0.1.5 |
1106 | 2024-09-07T03:21:58.748Z | Downloaded bzip2 v0.4.4 |
1107 | 2024-09-07T03:21:58.750Z | Downloaded async-trait v0.1.81 |
1108 | 2024-09-07T03:21:58.753Z | Downloaded async-stream-impl v0.3.5 |
1109 | 2024-09-07T03:21:58.753Z | Downloaded http-body v0.4.6 |
1110 | 2024-09-07T03:21:58.756Z | Downloaded hmac v0.12.1 |
1111 | 2024-09-07T03:21:58.756Z | Downloaded backoff v0.4.0 |
1112 | 2024-09-07T03:21:58.759Z | Downloaded base16ct v0.2.0 |
1113 | 2024-09-07T03:21:58.759Z | Downloaded chacha20 v0.9.1 |
1114 | 2024-09-07T03:21:59.073Z | Downloaded libz-sys v1.1.16 |
1115 | 2024-09-07T03:21:59.260Z | Downloaded libsqlite3-sys v0.28.0 |
1116 | 2024-09-07T03:21:59.336Z | Downloaded ring v0.16.20 |
1117 | 2024-09-07T03:21:59.501Z | Compiling serde v1.0.208 |
1118 | 2024-09-07T03:21:59.506Z | Compiling typenum v1.17.0 |
1119 | 2024-09-07T03:21:59.506Z | Compiling generic-array v0.14.7 |
1120 | 2024-09-07T03:21:59.506Z | Compiling lock_api v0.4.12 |
1121 | 2024-09-07T03:21:59.506Z | Compiling scopeguard v1.2.0 |
1122 | 2024-09-07T03:21:59.650Z | Compiling log v0.4.21 |
1123 | 2024-09-07T03:21:59.705Z | Compiling syn v2.0.74 |
1124 | 2024-09-07T03:21:59.718Z | Compiling getrandom v0.2.14 |
1125 | 2024-09-07T03:21:59.774Z | Compiling jobserver v0.1.32 |
1126 | 2024-09-07T03:21:59.935Z | Compiling rand_core v0.6.4 |
1127 | 2024-09-07T03:22:00.115Z | Compiling cc v1.0.97 |
1128 | 2024-09-07T03:22:00.183Z | Compiling subtle v2.5.0 |
1129 | 2024-09-07T03:22:00.219Z | Compiling const-oid v0.9.6 |
1130 | 2024-09-07T03:22:00.590Z | Compiling pin-project-lite v0.2.14 |
1131 | 2024-09-07T03:22:00.623Z | Compiling smallvec v1.13.2 |
1132 | 2024-09-07T03:22:00.725Z | Compiling parking_lot_core v0.9.10 |
1133 | 2024-09-07T03:22:00.776Z | Compiling signal-hook-registry v1.4.2 |
1134 | 2024-09-07T03:22:00.801Z | Compiling spin v0.9.8 |
1135 | 2024-09-07T03:22:01.049Z | Compiling mio v1.0.2 |
1136 | 2024-09-07T03:22:01.240Z | Compiling ahash v0.8.11 |
1137 | 2024-09-07T03:22:01.577Z | Compiling parking_lot v0.12.2 |
1138 | 2024-09-07T03:22:01.623Z | Compiling tinyvec_macros v0.1.1 |
1139 | 2024-09-07T03:22:01.721Z | Compiling tinyvec v1.6.0 |
1140 | 2024-09-07T03:22:01.956Z | Compiling socket2 v0.5.7 |
1141 | 2024-09-07T03:22:02.397Z | Compiling serde_json v1.0.125 |
1142 | 2024-09-07T03:22:02.437Z | Compiling cpufeatures v0.2.12 |
1143 | 2024-09-07T03:22:02.540Z | Compiling futures-sink v0.3.30 |
1144 | 2024-09-07T03:22:02.579Z | Compiling futures-core v0.3.30 |
1145 | 2024-09-07T03:22:02.622Z | Compiling libm v0.2.8 |
1146 | 2024-09-07T03:22:02.688Z | Compiling num-traits v0.2.19 |
1147 | 2024-09-07T03:22:02.771Z | Compiling slab v0.4.9 |
1148 | 2024-09-07T03:22:02.819Z | Compiling allocator-api2 v0.2.18 |
1149 | 2024-09-07T03:22:02.947Z | Compiling unicode-bidi v0.3.15 |
1150 | 2024-09-07T03:22:03.256Z | Compiling unicode-normalization v0.1.23 |
1151 | 2024-09-07T03:22:03.330Z | Compiling futures-channel v0.3.30 |
1152 | 2024-09-07T03:22:03.592Z | Compiling futures-task v0.3.30 |
1153 | 2024-09-07T03:22:03.663Z | Compiling futures-io v0.3.30 |
1154 | 2024-09-07T03:22:03.766Z | Compiling vcpkg v0.2.15 |
1155 | 2024-09-07T03:22:03.900Z | Compiling pkg-config v0.3.30 |
1156 | 2024-09-07T03:22:04.389Z | Compiling pin-utils v0.1.0 |
1157 | 2024-09-07T03:22:04.413Z | Compiling ring v0.17.8 |
1158 | 2024-09-07T03:22:04.416Z | Compiling base64ct v1.6.0 |
1159 | 2024-09-07T03:22:04.448Z | Compiling percent-encoding v2.3.1 |
1160 | 2024-09-07T03:22:04.486Z | Compiling flagset v0.4.5 |
1161 | 2024-09-07T03:22:04.691Z | Compiling ppv-lite86 v0.2.17 |
1162 | 2024-09-07T03:22:04.814Z | Compiling tracing-core v0.1.32 |
1163 | 2024-09-07T03:22:05.013Z | Compiling pem-rfc7468 v0.7.0 |
1164 | 2024-09-07T03:22:05.409Z | Compiling untrusted v0.9.0 |
1165 | 2024-09-07T03:22:05.490Z | Compiling rand_chacha v0.3.1 |
1166 | 2024-09-07T03:22:05.590Z | Compiling rustix v0.38.34 |
1167 | 2024-09-07T03:22:05.786Z | Compiling rustversion v1.0.17 |
1168 | 2024-09-07T03:22:05.929Z | Compiling openssl-sys v0.9.103 |
1169 | 2024-09-07T03:22:06.020Z | Compiling rand v0.8.5 |
1170 | 2024-09-07T03:22:06.191Z | Compiling num-conv v0.1.0 |
1171 | 2024-09-07T03:22:06.452Z | Compiling time-core v0.1.2 |
1172 | 2024-09-07T03:22:06.471Z | Compiling openssl v0.10.66 |
1173 | 2024-09-07T03:22:06.486Z | Compiling foreign-types-shared v0.1.1 |
1174 | 2024-09-07T03:22:06.593Z | Compiling httparse v1.8.0 |
1175 | 2024-09-07T03:22:06.621Z | Compiling powerfmt v0.2.0 |
1176 | 2024-09-07T03:22:06.871Z | Compiling deranged v0.3.11 |
1177 | 2024-09-07T03:22:07.007Z | Compiling time-macros v0.2.18 |
1178 | 2024-09-07T03:22:07.045Z | Compiling foreign-types v0.3.2 |
1179 | 2024-09-07T03:22:07.221Z | Compiling form_urlencoded v1.2.1 |
1180 | 2024-09-07T03:22:07.519Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-09-07T03:22:07.661Z | Compiling siphasher v0.3.11 |
1182 | 2024-09-07T03:22:07.872Z | Compiling native-tls v0.2.11 |
1183 | 2024-09-07T03:22:08.048Z | Compiling regex-syntax v0.8.4 |
1184 | 2024-09-07T03:22:08.198Z | Compiling num_threads v0.1.7 |
1185 | 2024-09-07T03:22:08.322Z | Compiling rustls v0.21.12 |
1186 | 2024-09-07T03:22:08.412Z | Compiling crossbeam-utils v0.8.19 |
1187 | 2024-09-07T03:22:08.590Z | Compiling try-lock v0.2.5 |
1188 | 2024-09-07T03:22:08.674Z | Compiling syn v1.0.109 |
1189 | 2024-09-07T03:22:08.723Z | Compiling want v0.3.1 |
1190 | 2024-09-07T03:22:09.376Z | Compiling idna v0.5.0 |
1191 | 2024-09-07T03:22:09.747Z | Compiling cookie v0.17.0 |
1192 | 2024-09-07T03:22:10.032Z | Compiling slog v2.7.0 |
1193 | 2024-09-07T03:22:10.218Z | Compiling time v0.3.36 |
1194 | 2024-09-07T03:22:10.306Z | Compiling finl_unicode v1.2.0 |
1195 | 2024-09-07T03:22:10.599Z | Compiling tower-service v0.3.2 |
1196 | 2024-09-07T03:22:10.717Z | Compiling openssl-probe v0.1.5 |
1197 | 2024-09-07T03:22:10.890Z | Compiling httpdate v1.0.3 |
1198 | 2024-09-07T03:22:10.913Z | Compiling iana-time-zone v0.1.60 |
1199 | 2024-09-07T03:22:11.056Z | Compiling stringprep v0.1.4 |
1200 | 2024-09-07T03:22:11.369Z | Compiling regex-automata v0.4.6 |
1201 | 2024-09-07T03:22:11.447Z | Compiling url v2.5.2 |
1202 | 2024-09-07T03:22:13.285Z | Compiling num-integer v0.1.46 |
1203 | 2024-09-07T03:22:13.849Z | Compiling serde_derive v1.0.208 |
1204 | 2024-09-07T03:22:14.086Z | Compiling zeroize_derive v1.4.2 |
1205 | 2024-09-07T03:22:14.104Z | Compiling zerocopy-derive v0.7.34 |
1206 | 2024-09-07T03:22:14.486Z | Compiling tokio-macros v2.4.0 |
1207 | 2024-09-07T03:22:15.199Z | Compiling thiserror-impl v1.0.63 |
1208 | 2024-09-07T03:22:15.498Z | Compiling futures-macro v0.3.30 |
1209 | 2024-09-07T03:22:15.763Z | Compiling zeroize v1.7.0 |
1210 | 2024-09-07T03:22:16.180Z | Compiling der_derive v0.7.2 |
1211 | 2024-09-07T03:22:16.389Z | Compiling zerocopy v0.7.34 |
1212 | 2024-09-07T03:22:17.507Z | Compiling crypto-common v0.1.6 |
1213 | 2024-09-07T03:22:17.526Z | Compiling block-buffer v0.10.4 |
1214 | 2024-09-07T03:22:17.735Z | Compiling block-padding v0.3.3 |
1215 | 2024-09-07T03:22:17.790Z | Compiling digest v0.10.7 |
1216 | 2024-09-07T03:22:18.002Z | Compiling inout v0.1.3 |
1217 | 2024-09-07T03:22:18.252Z | Compiling hmac v0.12.1 |
1218 | 2024-09-07T03:22:18.281Z | Compiling cipher v0.4.4 |
1219 | 2024-09-07T03:22:18.472Z | Compiling thiserror v1.0.63 |
1220 | 2024-09-07T03:22:18.493Z | Compiling hashbrown v0.14.5 |
1221 | 2024-09-07T03:22:18.553Z | Compiling sha2 v0.10.8 |
1222 | 2024-09-07T03:22:18.601Z | Compiling futures-util v0.3.30 |
1223 | 2024-09-07T03:22:18.695Z | Compiling pest v2.7.10 |
1224 | 2024-09-07T03:22:18.797Z | Compiling salsa20 v0.10.2 |
1225 | 2024-09-07T03:22:19.017Z | Compiling der v0.7.9 |
1226 | 2024-09-07T03:22:19.934Z | Compiling pbkdf2 v0.12.2 |
1227 | 2024-09-07T03:22:20.107Z | Compiling scroll_derive v0.12.0 |
1228 | 2024-09-07T03:22:21.609Z | Compiling pest_meta v2.7.10 |
1229 | 2024-09-07T03:22:21.748Z | Compiling tracing-attributes v0.1.27 |
1230 | 2024-09-07T03:22:22.259Z | Compiling scroll v0.12.0 |
1231 | 2024-09-07T03:22:22.323Z | Compiling spki v0.7.3 |
1232 | 2024-09-07T03:22:22.689Z | Compiling scrypt v0.11.0 |
1233 | 2024-09-07T03:22:22.807Z | Compiling pest_generator v2.7.10 |
1234 | 2024-09-07T03:22:23.249Z | Compiling cbc v0.1.2 |
1235 | 2024-09-07T03:22:23.485Z | Compiling aes v0.8.4 |
1236 | 2024-09-07T03:22:24.156Z | Compiling goblin v0.8.2 |
1237 | 2024-09-07T03:22:24.809Z | Compiling pkcs5 v0.7.1 |
1238 | 2024-09-07T03:22:24.838Z | Compiling openssl-macros v0.1.1 |
1239 | 2024-09-07T03:22:25.628Z | Compiling pkcs8 v0.10.2 |
1240 | 2024-09-07T03:22:25.645Z | Compiling tracing v0.1.40 |
1241 | 2024-09-07T03:22:26.060Z | Compiling rustls-webpki v0.101.7 |
1242 | 2024-09-07T03:22:26.150Z | Compiling sct v0.7.1 |
1243 | 2024-09-07T03:22:26.328Z | Compiling md-5 v0.10.6 |
1244 | 2024-09-07T03:22:26.331Z | Compiling backtrace v0.3.71 |
1245 | 2024-09-07T03:22:26.361Z | Compiling idna v0.3.0 |
1246 | 2024-09-07T03:22:26.459Z | Compiling lazy_static v1.5.0 |
1247 | 2024-09-07T03:22:26.527Z | Compiling pest_derive v2.7.10 |
1248 | 2024-09-07T03:22:26.576Z | Compiling hash32 v0.2.1 |
1249 | 2024-09-07T03:22:26.594Z | Compiling base64 v0.22.1 |
1250 | 2024-09-07T03:22:26.803Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2024-09-07T03:22:26.937Z | Compiling smoltcp v0.9.1 |
1252 | 2024-09-07T03:22:27.323Z | Compiling adler v1.0.2 |
1253 | 2024-09-07T03:22:27.343Z | Compiling dtrace-parser v0.2.0 |
1254 | 2024-09-07T03:22:27.542Z | Compiling num-bigint-dig v0.8.4 |
1255 | 2024-09-07T03:22:27.704Z | Compiling fallible-iterator v0.2.0 |
1256 | 2024-09-07T03:22:27.848Z | Compiling psl-types v2.0.11 |
1257 | 2024-09-07T03:22:27.910Z | Compiling crc32fast v1.4.0 |
1258 | 2024-09-07T03:22:27.958Z | Compiling gimli v0.28.1 |
1259 | 2024-09-07T03:22:28.036Z | Compiling signal-hook v0.3.17 |
1260 | 2024-09-07T03:22:28.308Z | Compiling bytes v1.7.1 |
1261 | 2024-09-07T03:22:28.406Z | Compiling bitflags v2.6.0 |
1262 | 2024-09-07T03:22:28.523Z | Compiling indexmap v2.4.0 |
1263 | 2024-09-07T03:22:28.857Z | Compiling semver v1.0.23 |
1264 | 2024-09-07T03:22:29.495Z | Compiling tokio v1.39.3 |
1265 | 2024-09-07T03:22:29.565Z | Compiling http v0.2.12 |
1266 | 2024-09-07T03:22:29.635Z | Compiling rustc_version v0.4.0 |
1267 | 2024-09-07T03:22:30.433Z | Compiling heapless v0.7.17 |
1268 | 2024-09-07T03:22:30.889Z | Compiling dof v0.3.0 |
1269 | 2024-09-07T03:22:31.594Z | Compiling http-body v0.4.6 |
1270 | 2024-09-07T03:22:32.061Z | Compiling uuid v1.10.0 |
1271 | 2024-09-07T03:22:32.903Z | Compiling usdt-impl v0.5.0 |
1272 | 2024-09-07T03:22:33.063Z | Compiling serde_tokenstream v0.2.2 |
1273 | 2024-09-07T03:22:33.098Z | Compiling toml_datetime v0.6.8 |
1274 | 2024-09-07T03:22:33.506Z | Compiling chrono v0.4.38 |
1275 | 2024-09-07T03:22:33.604Z | Compiling serde_spanned v0.6.7 |
1276 | 2024-09-07T03:22:33.831Z | Compiling terminal_size v0.3.0 |
1277 | 2024-09-07T03:22:34.037Z | Compiling addr2line v0.21.0 |
1278 | 2024-09-07T03:22:34.439Z | Compiling postgres-protocol v0.6.7 |
1279 | 2024-09-07T03:22:34.752Z | Compiling publicsuffix v2.2.3 |
1280 | 2024-09-07T03:22:34.828Z | Compiling miniz_oxide v0.7.2 |
1281 | 2024-09-07T03:22:34.901Z | Compiling hubpack_derive v0.1.1 |
1282 | 2024-09-07T03:22:35.025Z | Compiling zerocopy-derive v0.6.6 |
1283 | 2024-09-07T03:22:35.650Z | Compiling async-trait v0.1.81 |
1284 | 2024-09-07T03:22:35.738Z | Compiling num-iter v0.1.45 |
1285 | 2024-09-07T03:22:35.920Z | Compiling phf_shared v0.11.2 |
1286 | 2024-09-07T03:22:36.299Z | Compiling serde_derive_internals v0.29.1 |
1287 | 2024-09-07T03:22:36.662Z | Compiling ff v0.13.0 |
1288 | 2024-09-07T03:22:36.888Z | Compiling object v0.32.2 |
1289 | 2024-09-07T03:22:36.919Z | Compiling fs-err v2.11.0 |
1290 | 2024-09-07T03:22:37.216Z | Compiling schemars v0.8.21 |
1291 | 2024-09-07T03:22:37.225Z | Compiling bitflags v1.3.2 |
1292 | 2024-09-07T03:22:37.250Z | Compiling either v1.13.0 |
1293 | 2024-09-07T03:22:37.316Z | Compiling winnow v0.5.40 |
1294 | 2024-09-07T03:22:37.590Z | Compiling ipnet v2.9.0 |
1295 | 2024-09-07T03:22:37.690Z | Compiling tokio-util v0.7.11 |
1296 | 2024-09-07T03:22:38.772Z | Compiling h2 v0.3.26 |
1297 | 2024-09-07T03:22:38.969Z | Compiling tokio-native-tls v0.3.1 |
1298 | 2024-09-07T03:22:39.066Z | Compiling tokio-rustls v0.24.1 |
1299 | 2024-09-07T03:22:39.069Z | Compiling managed v0.8.0 |
1300 | 2024-09-07T03:22:39.246Z | Compiling base16ct v0.2.0 |
1301 | 2024-09-07T03:22:39.469Z | Compiling rustc-demangle v0.1.24 |
1302 | 2024-09-07T03:22:39.512Z | Compiling base64 v0.21.7 |
1303 | 2024-09-07T03:22:39.585Z | Compiling adler2 v2.0.0 |
1304 | 2024-09-07T03:22:39.793Z | Compiling anyhow v1.0.86 |
1305 | 2024-09-07T03:22:40.273Z | Compiling rustls-pemfile v1.0.4 |
1306 | 2024-09-07T03:22:40.463Z | Compiling miniz_oxide v0.8.0 |
1307 | 2024-09-07T03:22:40.632Z | Compiling sec1 v0.7.3 |
1308 | 2024-09-07T03:22:40.769Z | Compiling toml_edit v0.19.15 |
1309 | 2024-09-07T03:22:41.158Z | Compiling schemars_derive v0.8.21 |
1310 | 2024-09-07T03:22:41.192Z | Compiling clap_builder v4.5.15 |
1311 | 2024-09-07T03:22:42.088Z | Compiling zerocopy v0.6.6 |
1312 | 2024-09-07T03:22:42.892Z | Compiling group v0.13.0 |
1313 | 2024-09-07T03:22:42.935Z | Compiling cookie_store v0.20.0 |
1314 | 2024-09-07T03:22:43.206Z | Compiling phf v0.11.2 |
1315 | 2024-09-07T03:22:44.425Z | Compiling hubpack v0.1.2 |
1316 | 2024-09-07T03:22:44.483Z | Compiling postgres-types v0.2.7 |
1317 | 2024-09-07T03:22:44.970Z | Compiling usdt-attr-macro v0.5.0 |
1318 | 2024-09-07T03:22:45.855Z | Compiling hyper v0.14.30 |
1319 | 2024-09-07T03:22:46.021Z | Compiling usdt-macro v0.5.0 |
1320 | 2024-09-07T03:22:46.659Z | Compiling serde_urlencoded v0.7.1 |
1321 | 2024-09-07T03:22:46.938Z | Compiling pkcs1 v0.7.5 |
1322 | 2024-09-07T03:22:47.180Z | Compiling futures-executor v0.3.30 |
1323 | 2024-09-07T03:22:47.519Z | Compiling hkdf v0.12.4 |
1324 | 2024-09-07T03:22:47.746Z | Compiling signature v2.2.0 |
1325 | 2024-09-07T03:22:47.780Z | Compiling crypto-bigint v0.5.5 |
1326 | 2024-09-07T03:22:47.900Z | Compiling bstr v1.9.1 |
1327 | 2024-09-07T03:22:48.017Z | Compiling regex v1.10.6 |
1328 | 2024-09-07T03:22:48.672Z | Compiling serde_repr v0.1.19 |
1329 | 2024-09-07T03:22:49.106Z | Compiling enum-as-inner v0.6.0 |
1330 | 2024-09-07T03:22:49.218Z | Compiling strum_macros v0.25.3 |
1331 | 2024-09-07T03:22:49.660Z | Compiling clap_derive v4.5.13 |
1332 | 2024-09-07T03:22:49.885Z | Compiling phf_shared v0.10.0 |
1333 | 2024-09-07T03:22:50.243Z | Compiling float-cmp v0.9.0 |
1334 | 2024-09-07T03:22:50.282Z | Compiling idna v0.4.0 |
1335 | 2024-09-07T03:22:50.445Z | Compiling mio v0.8.11 |
1336 | 2024-09-07T03:22:50.504Z | Compiling encoding_rs v0.8.34 |
1337 | 2024-09-07T03:22:51.738Z | Compiling normalize-line-endings v0.3.0 |
1338 | 2024-09-07T03:22:51.870Z | Compiling fixedbitset v0.4.2 |
1339 | 2024-09-07T03:22:51.890Z | Compiling precomputed-hash v0.1.1 |
1340 | 2024-09-07T03:22:52.005Z | Compiling minimal-lexical v0.2.1 |
1341 | 2024-09-07T03:22:52.341Z | Compiling difflib v0.4.0 |
1342 | 2024-09-07T03:22:52.556Z | Compiling mime v0.3.17 |
1343 | 2024-09-07T03:22:53.144Z | Compiling hyper-rustls v0.24.2 |
1344 | 2024-09-07T03:22:53.349Z | Compiling hyper-tls v0.5.0 |
1345 | 2024-09-07T03:22:53.482Z | Compiling new_debug_unreachable v1.0.6 |
1346 | 2024-09-07T03:22:53.581Z | Compiling bit-vec v0.6.3 |
1347 | 2024-09-07T03:22:53.694Z | Compiling webpki-roots v0.25.4 |
1348 | 2024-09-07T03:22:53.789Z | Compiling whoami v1.5.1 |
1349 | 2024-09-07T03:22:53.861Z | Compiling predicates-core v1.0.6 |
1350 | 2024-09-07T03:22:53.918Z | Compiling unicode-segmentation v1.11.0 |
1351 | 2024-09-07T03:22:54.035Z | Compiling sync_wrapper v0.1.2 |
1352 | 2024-09-07T03:22:54.169Z | Compiling dyn-clone v1.0.17 |
1353 | 2024-09-07T03:22:54.210Z | Compiling data-encoding v2.6.0 |
1354 | 2024-09-07T03:22:54.390Z | Compiling static_assertions v1.1.0 |
1355 | 2024-09-07T03:22:54.489Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1356 | 2024-09-07T03:22:54.705Z | Compiling clap v4.5.16 |
1357 | 2024-09-07T03:22:54.739Z | Compiling similar v2.6.0 |
1358 | 2024-09-07T03:22:54.831Z | Compiling toml_edit v0.22.20 |
1359 | 2024-09-07T03:22:54.874Z | Compiling console v0.15.8 |
1360 | 2024-09-07T03:22:55.834Z | Compiling hickory-proto v0.24.1 |
1361 | 2024-09-07T03:22:56.461Z | Compiling reqwest v0.11.27 |
1362 | 2024-09-07T03:22:56.667Z | Compiling tokio-postgres v0.7.11 |
1363 | 2024-09-07T03:22:57.193Z | Compiling predicates v3.1.2 |
1364 | 2024-09-07T03:22:58.273Z | Compiling bit-set v0.5.3 |
1365 | 2024-09-07T03:22:58.570Z | Compiling string_cache v0.8.7 |
1366 | 2024-09-07T03:22:58.717Z | Compiling nom v7.1.3 |
1367 | 2024-09-07T03:22:58.898Z | Compiling petgraph v0.6.5 |
1368 | 2024-09-07T03:22:59.035Z | Compiling signal-hook-mio v0.2.4 |
1369 | 2024-09-07T03:22:59.211Z | Compiling elliptic-curve v0.13.8 |
1370 | 2024-09-07T03:23:00.071Z | Compiling usdt v0.5.0 |
1371 | 2024-09-07T03:23:00.591Z | Compiling rsa v0.9.6 |
1372 | 2024-09-07T03:23:00.885Z | Compiling futures v0.3.30 |
1373 | 2024-09-07T03:23:01.009Z | Compiling flate2 v1.0.33 |
1374 | 2024-09-07T03:23:02.303Z | Compiling toml v0.7.8 |
1375 | 2024-09-07T03:23:02.824Z | Compiling tokio-stream v0.1.15 |
1376 | 2024-09-07T03:23:02.843Z | Compiling itertools v0.12.1 |
1377 | 2024-09-07T03:23:03.164Z | Compiling itertools v0.10.5 |
1378 | 2024-09-07T03:23:03.229Z | Compiling openapiv3 v2.0.0 |
1379 | 2024-09-07T03:23:03.868Z | Compiling hex v0.4.3 |
1380 | 2024-09-07T03:23:04.024Z | Compiling sha1 v0.10.6 |
1381 | 2024-09-07T03:23:04.458Z | Compiling crossbeam-epoch v0.9.18 |
1382 | 2024-09-07T03:23:04.476Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2024-09-07T03:23:05.146Z | Compiling peg-runtime v0.8.3 |
1384 | 2024-09-07T03:23:05.222Z | Compiling lalrpop-util v0.19.12 |
1385 | 2024-09-07T03:23:05.617Z | Compiling unicode-xid v0.2.4 |
1386 | 2024-09-07T03:23:05.806Z | Compiling dirs-next v2.0.0 |
1387 | 2024-09-07T03:23:05.819Z | Compiling thread_local v1.1.8 |
1388 | 2024-09-07T03:23:05.983Z | Compiling slog-async v2.8.0 |
1389 | 2024-09-07T03:23:06.008Z | Compiling term v0.7.0 |
1390 | 2024-09-07T03:23:06.060Z | Compiling xattr v1.3.1 |
1391 | 2024-09-07T03:23:06.122Z | Compiling strum_macros v0.26.4 |
1392 | 2024-09-07T03:23:06.305Z | Compiling crossbeam-channel v0.5.12 |
1393 | 2024-09-07T03:23:06.358Z | Compiling filetime v0.2.25 |
1394 | 2024-09-07T03:23:06.595Z | Compiling is-terminal v0.4.12 |
1395 | 2024-09-07T03:23:06.654Z | Compiling take_mut v0.2.2 |
1396 | 2024-09-07T03:23:06.726Z | Compiling slog-term v2.9.1 |
1397 | 2024-09-07T03:23:06.816Z | Compiling tar v0.4.41 |
1398 | 2024-09-07T03:23:07.505Z | Compiling camino v1.1.9 |
1399 | 2024-09-07T03:23:09.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1400 | 2024-09-07T03:23:09.532Z | Compiling strum v0.26.3 |
1401 | 2024-09-07T03:23:09.622Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1402 | 2024-09-07T03:23:14.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1403 | 2024-09-07T03:23:14.739Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1404 | 2024-09-07T03:23:14.785Z | Sep 07 03:23:13.252 INFO Starting download, target: Clickhouse |
1405 | 2024-09-07T03:23:14.785Z | Sep 07 03:23:13.252 INFO Starting download, target: Cockroach |
1406 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Starting download, target: Console |
1407 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Starting download, target: DendriteOpenapi |
1408 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Starting download, target: DendriteStub |
1409 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Starting download, target: MaghemiteMgd |
1410 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Starting download, target: TransceiverControl |
1411 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.253 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1412 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1413 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1414 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1415 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1416 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1417 | 2024-09-07T03:23:14.788Z | Sep 07 03:23:13.254 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1418 | 2024-09-07T03:23:14.943Z | Sep 07 03:23:13.409 INFO Download complete, target: DendriteOpenapi |
1419 | 2024-09-07T03:23:15.076Z | Sep 07 03:23:13.542 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1420 | 2024-09-07T03:23:15.340Z | Sep 07 03:23:13.805 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1421 | 2024-09-07T03:23:15.410Z | Sep 07 03:23:13.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1422 | 2024-09-07T03:23:15.605Z | Sep 07 03:23:14.072 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1423 | 2024-09-07T03:23:15.783Z | Sep 07 03:23:14.250 INFO Download complete, target: Console |
1424 | 2024-09-07T03:23:15.879Z | Sep 07 03:23:14.345 INFO Download complete, target: TransceiverControl |
1425 | 2024-09-07T03:23:15.897Z | Sep 07 03:23:14.364 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1426 | 2024-09-07T03:23:15.897Z | Sep 07 03:23:14.365 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1427 | 2024-09-07T03:23:17.168Z | Sep 07 03:23:15.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1428 | 2024-09-07T03:23:18.448Z | Sep 07 03:23:16.914 INFO Download complete, target: DendriteStub |
1429 | 2024-09-07T03:23:18.832Z | Sep 07 03:23:17.299 INFO Download complete, target: MaghemiteMgd |
1430 | 2024-09-07T03:23:24.070Z | Sep 07 03:23:22.536 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1431 | 2024-09-07T03:23:24.410Z | Sep 07 03:23:22.862 INFO Checking that binary works, target: Cockroach |
1432 | 2024-09-07T03:23:24.553Z | Sep 07 03:23:23.019 INFO Download complete, target: Cockroach |
1433 | 2024-09-07T03:23:30.642Z | Sep 07 03:23:29.108 INFO Checking that binary works, target: Clickhouse |
1434 | 2024-09-07T03:23:30.783Z | Sep 07 03:23:29.248 INFO Download complete, target: Clickhouse |
1435 | 2024-09-07T03:23:30.804Z | All builder prerequisites installed successfully, and PATH looks valid |
1436 | 2024-09-07T03:23:30.806Z | |
1437 | 2024-09-07T03:23:30.806Z | real 5:22.115816173 |
1438 | 2024-09-07T03:23:30.806Z | user 11:19.368244672 |
1439 | 2024-09-07T03:23:30.806Z | sys 2:24.196427472 |
1440 | 2024-09-07T03:23:30.806Z | trap 0.419278035 |
1441 | 2024-09-07T03:23:30.806Z | tflt 1.444065706 |
1442 | 2024-09-07T03:23:30.806Z | dflt 1.455088263 |
1443 | 2024-09-07T03:23:30.806Z | kflt 0.021210879 |
1444 | 2024-09-07T03:23:30.806Z | lock 22:32.387840039 |
1445 | 2024-09-07T03:23:30.806Z | slp 46:43.958344679 |
1446 | 2024-09-07T03:23:30.806Z | lat 42.291874676 |
1447 | 2024-09-07T03:23:30.806Z | stop 1:48.472584446 |
1448 | 2024-09-07T03:23:30.806Z | + banner hack-check |
1449 | 2024-09-07T03:23:30.809Z | |
1450 | 2024-09-07T03:23:30.809Z | # # ## #### # # #### # # ###### #### # # |
1451 | 2024-09-07T03:23:30.809Z | # # # # # # # # # # # # # # # # # |
1452 | 2024-09-07T03:23:30.809Z | ###### # # # #### ##### # ###### ##### # #### |
1453 | 2024-09-07T03:23:30.809Z | # # ###### # # # # # # # # # # |
1454 | 2024-09-07T03:23:30.809Z | # # # # # # # # # # # # # # # # # |
1455 | 2024-09-07T03:23:30.810Z | # # # # #### # # #### # # ###### #### # # |
1456 | 2024-09-07T03:23:30.810Z | |
1457 | 2024-09-07T03:23:30.810Z | + export CARGO_INCREMENTAL=0 |
1458 | 2024-09-07T03:23:30.810Z | + CARGO_INCREMENTAL=0 |
1459 | 2024-09-07T03:23:30.810Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1460 | 2024-09-07T03:23:31.391Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1461 | 2024-09-07T03:23:35.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
1462 | 2024-09-07T03:23:35.286Z | Running `target/debug/xtask check-features --ci` |
1463 | 2024-09-07T03:23:35.306Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1464 | 2024-09-07T03:23:35.306Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1465 | 2024-09-07T03:23:35.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1466 | 2024-09-07T03:23:35.837Z | Running `target/debug/xtask download cargo-hack` |
1467 | 2024-09-07T03:23:36.681Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1468 | 2024-09-07T03:23:37.018Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1469 | 2024-09-07T03:23:41.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
1470 | 2024-09-07T03:23:41.454Z | Running `target/debug/xtask-downloader cargo-hack` |
1471 | 2024-09-07T03:23:41.485Z | Sep 07 03:23:39.950 INFO Starting download, target: CargoHack |
1472 | 2024-09-07T03:23:41.491Z | Sep 07 03:23:39.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1473 | 2024-09-07T03:23:41.909Z | Sep 07 03:23:40.374 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1474 | 2024-09-07T03:23:42.008Z | Sep 07 03:23:40.473 INFO Download complete, target: CargoHack |
1475 | 2024-09-07T03:23:42.012Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1476 | 2024-09-07T03:23:42.028Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1477 | 2024-09-07T03:23:42.187Z | info: running `cargo check --bins` on api_identity (1/158) |
1478 | 2024-09-07T03:23:42.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-09-07T03:23:42.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-09-07T03:23:42.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-09-07T03:23:42.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1482 | 2024-09-07T03:23:42.828Z | |
1483 | 2024-09-07T03:23:42.828Z | info: running `cargo check --bins` on bootstore (2/158) |
1484 | 2024-09-07T03:23:43.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-09-07T03:23:43.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-09-07T03:23:43.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-09-07T03:23:43.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1488 | 2024-09-07T03:23:43.499Z | |
1489 | 2024-09-07T03:23:43.499Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1490 | 2024-09-07T03:23:44.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-09-07T03:23:44.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-09-07T03:23:44.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-09-07T03:23:44.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1494 | 2024-09-07T03:23:44.147Z | |
1495 | 2024-09-07T03:23:44.147Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1496 | 2024-09-07T03:23:44.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-09-07T03:23:44.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-09-07T03:23:44.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-09-07T03:23:44.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1500 | 2024-09-07T03:23:44.798Z | |
1501 | 2024-09-07T03:23:44.798Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1502 | 2024-09-07T03:23:45.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-09-07T03:23:45.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-09-07T03:23:45.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-09-07T03:23:45.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1506 | 2024-09-07T03:23:45.288Z | |
1507 | 2024-09-07T03:23:45.288Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1508 | 2024-09-07T03:23:45.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-09-07T03:23:45.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-09-07T03:23:45.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-09-07T03:23:45.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1512 | 2024-09-07T03:23:45.784Z | |
1513 | 2024-09-07T03:23:45.784Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1514 | 2024-09-07T03:23:46.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-09-07T03:23:46.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-09-07T03:23:46.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-09-07T03:23:46.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1518 | 2024-09-07T03:23:46.267Z | |
1519 | 2024-09-07T03:23:46.267Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1520 | 2024-09-07T03:23:46.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-09-07T03:23:46.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-09-07T03:23:46.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-09-07T03:23:46.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1524 | 2024-09-07T03:23:46.758Z | |
1525 | 2024-09-07T03:23:46.758Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1526 | 2024-09-07T03:23:47.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-09-07T03:23:47.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-09-07T03:23:47.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-09-07T03:23:47.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1530 | 2024-09-07T03:23:47.262Z | |
1531 | 2024-09-07T03:23:47.262Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1532 | 2024-09-07T03:23:47.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-09-07T03:23:47.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-09-07T03:23:47.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-09-07T03:23:47.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1536 | 2024-09-07T03:23:47.752Z | |
1537 | 2024-09-07T03:23:47.752Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1538 | 2024-09-07T03:23:48.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-09-07T03:23:48.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-09-07T03:23:48.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-09-07T03:23:48.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1542 | 2024-09-07T03:23:48.242Z | |
1543 | 2024-09-07T03:23:48.242Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1544 | 2024-09-07T03:23:48.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-09-07T03:23:48.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-09-07T03:23:48.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-09-07T03:23:48.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1548 | 2024-09-07T03:23:48.752Z | |
1549 | 2024-09-07T03:23:48.752Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1550 | 2024-09-07T03:23:49.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-09-07T03:23:49.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-09-07T03:23:49.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-09-07T03:23:49.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1554 | 2024-09-07T03:23:49.229Z | |
1555 | 2024-09-07T03:23:49.229Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1556 | 2024-09-07T03:23:49.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-09-07T03:23:49.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-09-07T03:23:49.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-09-07T03:23:49.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1560 | 2024-09-07T03:23:49.718Z | |
1561 | 2024-09-07T03:23:49.718Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1562 | 2024-09-07T03:23:50.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-09-07T03:23:50.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-09-07T03:23:50.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-09-07T03:23:50.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1566 | 2024-09-07T03:23:50.208Z | |
1567 | 2024-09-07T03:23:50.208Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1568 | 2024-09-07T03:23:50.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-09-07T03:23:50.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-09-07T03:23:50.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-09-07T03:23:50.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1572 | 2024-09-07T03:23:50.698Z | |
1573 | 2024-09-07T03:23:50.698Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1574 | 2024-09-07T03:23:51.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-09-07T03:23:51.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-09-07T03:23:51.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1577 | 2024-09-07T03:23:51.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1578 | 2024-09-07T03:23:51.181Z | |
1579 | 2024-09-07T03:23:51.181Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1580 | 2024-09-07T03:23:51.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1581 | 2024-09-07T03:23:51.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1582 | 2024-09-07T03:23:51.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1583 | 2024-09-07T03:23:51.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1584 | 2024-09-07T03:23:51.673Z | |
1585 | 2024-09-07T03:23:51.673Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1586 | 2024-09-07T03:23:52.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1587 | 2024-09-07T03:23:52.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1588 | 2024-09-07T03:23:52.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1589 | 2024-09-07T03:23:52.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1590 | 2024-09-07T03:23:52.166Z | |
1591 | 2024-09-07T03:23:52.166Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1592 | 2024-09-07T03:23:52.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1593 | 2024-09-07T03:23:52.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1594 | 2024-09-07T03:23:52.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1595 | 2024-09-07T03:23:52.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1596 | 2024-09-07T03:23:52.653Z | |
1597 | 2024-09-07T03:23:52.653Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1598 | 2024-09-07T03:23:53.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-09-07T03:23:53.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-09-07T03:23:53.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-09-07T03:23:53.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1602 | 2024-09-07T03:23:53.148Z | |
1603 | 2024-09-07T03:23:53.148Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1604 | 2024-09-07T03:23:53.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1605 | 2024-09-07T03:23:53.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1606 | 2024-09-07T03:23:53.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1607 | 2024-09-07T03:23:53.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1608 | 2024-09-07T03:23:53.647Z | |
1609 | 2024-09-07T03:23:53.647Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1610 | 2024-09-07T03:23:54.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-09-07T03:23:54.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-09-07T03:23:54.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-09-07T03:23:54.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1614 | 2024-09-07T03:23:54.138Z | |
1615 | 2024-09-07T03:23:54.138Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1616 | 2024-09-07T03:23:54.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-09-07T03:23:54.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-09-07T03:23:54.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-09-07T03:23:54.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1620 | 2024-09-07T03:23:54.626Z | |
1621 | 2024-09-07T03:23:54.627Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1622 | 2024-09-07T03:23:55.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-09-07T03:23:55.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-09-07T03:23:55.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-09-07T03:23:55.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1626 | 2024-09-07T03:23:55.287Z | |
1627 | 2024-09-07T03:23:55.287Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1628 | 2024-09-07T03:23:55.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-09-07T03:23:55.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-09-07T03:23:55.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-09-07T03:23:55.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1632 | 2024-09-07T03:23:55.948Z | |
1633 | 2024-09-07T03:23:55.948Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1634 | 2024-09-07T03:23:56.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-09-07T03:23:56.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-09-07T03:23:56.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-09-07T03:23:56.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1638 | 2024-09-07T03:23:56.610Z | |
1639 | 2024-09-07T03:23:56.610Z | info: running `cargo check --bins` on oxlog (28/158) |
1640 | 2024-09-07T03:23:57.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-09-07T03:23:57.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-09-07T03:23:57.237Z | Checking cfg-if v1.0.0 |
1643 | 2024-09-07T03:23:57.239Z | Checking libc v0.2.158 |
1644 | 2024-09-07T03:23:57.332Z | Checking memchr v2.7.2 |
1645 | 2024-09-07T03:23:57.340Z | Checking serde v1.0.208 |
1646 | 2024-09-07T03:23:57.343Z | Checking zeroize v1.7.0 |
1647 | 2024-09-07T03:23:57.357Z | Checking typenum v1.17.0 |
1648 | 2024-09-07T03:23:57.360Z | Checking scopeguard v1.2.0 |
1649 | 2024-09-07T03:23:57.360Z | Checking byteorder v1.5.0 |
1650 | 2024-09-07T03:23:57.392Z | Checking log v0.4.21 |
1651 | 2024-09-07T03:23:57.603Z | Checking subtle v2.5.0 |
1652 | 2024-09-07T03:23:57.650Z | Checking const-oid v0.9.6 |
1653 | 2024-09-07T03:23:57.760Z | Checking once_cell v1.19.0 |
1654 | 2024-09-07T03:23:57.869Z | Checking itoa v1.0.11 |
1655 | 2024-09-07T03:23:58.014Z | Checking pin-project-lite v0.2.14 |
1656 | 2024-09-07T03:23:58.014Z | Checking smallvec v1.13.2 |
1657 | 2024-09-07T03:23:58.105Z | Checking zerocopy v0.7.34 |
1658 | 2024-09-07T03:23:58.129Z | Checking tinyvec_macros v0.1.1 |
1659 | 2024-09-07T03:23:58.196Z | Checking tinyvec v1.6.0 |
1660 | 2024-09-07T03:23:58.334Z | Checking cpufeatures v0.2.12 |
1661 | 2024-09-07T03:23:58.414Z | Checking futures-core v0.3.30 |
1662 | 2024-09-07T03:23:58.430Z | Checking getrandom v0.2.14 |
1663 | 2024-09-07T03:23:58.568Z | Checking lock_api v0.4.12 |
1664 | 2024-09-07T03:23:58.593Z | Checking parking_lot_core v0.9.10 |
1665 | 2024-09-07T03:23:58.619Z | Checking generic-array v0.14.7 |
1666 | 2024-09-07T03:23:58.652Z | Checking rand_core v0.6.4 |
1667 | 2024-09-07T03:23:58.905Z | Checking signal-hook-registry v1.4.2 |
1668 | 2024-09-07T03:23:58.921Z | Checking mio v1.0.2 |
1669 | 2024-09-07T03:23:58.995Z | Checking spin v0.9.8 |
1670 | 2024-09-07T03:23:59.147Z | Checking parking_lot v0.12.2 |
1671 | 2024-09-07T03:23:59.336Z | Checking socket2 v0.5.7 |
1672 | 2024-09-07T03:23:59.384Z | Checking futures-sink v0.3.30 |
1673 | 2024-09-07T03:23:59.469Z | Checking unicode-normalization v0.1.23 |
1674 | 2024-09-07T03:23:59.485Z | Checking ahash v0.8.11 |
1675 | 2024-09-07T03:23:59.490Z | Checking unicode-bidi v0.3.15 |
1676 | 2024-09-07T03:23:59.490Z | Checking allocator-api2 v0.2.18 |
1677 | 2024-09-07T03:23:59.520Z | Checking libm v0.2.8 |
1678 | 2024-09-07T03:23:59.760Z | Checking equivalent v1.0.1 |
1679 | 2024-09-07T03:23:59.773Z | Checking crypto-common v0.1.6 |
1680 | 2024-09-07T03:23:59.852Z | Checking block-buffer v0.10.4 |
1681 | 2024-09-07T03:23:59.934Z | Checking block-padding v0.3.3 |
1682 | 2024-09-07T03:24:00.013Z | Checking ryu v1.0.18 |
1683 | 2024-09-07T03:24:00.058Z | Checking digest v0.10.7 |
1684 | 2024-09-07T03:24:00.095Z | Checking futures-channel v0.3.30 |
1685 | 2024-09-07T03:24:00.119Z | Checking inout v0.1.3 |
1686 | 2024-09-07T03:24:00.131Z | Checking hashbrown v0.14.5 |
1687 | 2024-09-07T03:24:00.229Z | Checking slab v0.4.9 |
1688 | 2024-09-07T03:24:00.318Z | Checking cipher v0.4.4 |
1689 | 2024-09-07T03:24:00.365Z | Checking pin-utils v0.1.0 |
1690 | 2024-09-07T03:24:00.394Z | Checking num-traits v0.2.19 |
1691 | 2024-09-07T03:24:00.409Z | Checking hmac v0.12.1 |
1692 | 2024-09-07T03:24:00.424Z | Checking sha2 v0.10.8 |
1693 | 2024-09-07T03:24:00.443Z | Checking futures-task v0.3.30 |
1694 | 2024-09-07T03:24:00.474Z | Checking futures-io v0.3.30 |
1695 | 2024-09-07T03:24:00.599Z | Checking base64ct v1.6.0 |
1696 | 2024-09-07T03:24:00.646Z | Checking percent-encoding v2.3.1 |
1697 | 2024-09-07T03:24:00.661Z | Checking futures-util v0.3.30 |
1698 | 2024-09-07T03:24:00.692Z | Checking ppv-lite86 v0.2.17 |
1699 | 2024-09-07T03:24:00.847Z | Checking flagset v0.4.5 |
1700 | 2024-09-07T03:24:00.976Z | Checking salsa20 v0.10.2 |
1701 | 2024-09-07T03:24:01.026Z | Checking pbkdf2 v0.12.2 |
1702 | 2024-09-07T03:24:01.039Z | Checking pem-rfc7468 v0.7.0 |
1703 | 2024-09-07T03:24:01.171Z | Checking tracing-core v0.1.32 |
1704 | 2024-09-07T03:24:01.187Z | Checking untrusted v0.9.0 |
1705 | 2024-09-07T03:24:01.277Z | Checking der v0.7.9 |
1706 | 2024-09-07T03:24:01.291Z | Checking fnv v1.0.7 |
1707 | 2024-09-07T03:24:01.325Z | Checking ring v0.17.8 |
1708 | 2024-09-07T03:24:01.368Z | Checking rand_chacha v0.3.1 |
1709 | 2024-09-07T03:24:01.397Z | Checking scrypt v0.11.0 |
1710 | 2024-09-07T03:24:01.620Z | Checking cbc v0.1.2 |
1711 | 2024-09-07T03:24:01.730Z | Checking rand v0.8.5 |
1712 | 2024-09-07T03:24:01.805Z | Checking tracing v0.1.40 |
1713 | 2024-09-07T03:24:01.819Z | Checking aes v0.8.4 |
1714 | 2024-09-07T03:24:02.043Z | Checking thiserror v1.0.63 |
1715 | 2024-09-07T03:24:02.148Z | Checking bytes v1.7.1 |
1716 | 2024-09-07T03:24:02.148Z | Checking bitflags v2.6.0 |
1717 | 2024-09-07T03:24:02.173Z | Checking indexmap v2.4.0 |
1718 | 2024-09-07T03:24:02.462Z | Checking serde_json v1.0.125 |
1719 | 2024-09-07T03:24:02.690Z | Checking foreign-types-shared v0.1.1 |
1720 | 2024-09-07T03:24:02.786Z | Checking foreign-types v0.3.2 |
1721 | 2024-09-07T03:24:02.867Z | Checking form_urlencoded v1.2.1 |
1722 | 2024-09-07T03:24:02.967Z | Checking tokio v1.39.3 |
1723 | 2024-09-07T03:24:02.970Z | Checking http v0.2.12 |
1724 | 2024-09-07T03:24:03.042Z | Checking openssl-sys v0.9.103 |
1725 | 2024-09-07T03:24:03.087Z | Checking spki v0.7.3 |
1726 | 2024-09-07T03:24:03.160Z | Checking aho-corasick v1.1.3 |
1727 | 2024-09-07T03:24:03.356Z | Checking pkcs5 v0.7.1 |
1728 | 2024-09-07T03:24:03.446Z | Checking unicode-ident v1.0.12 |
1729 | 2024-09-07T03:24:03.603Z | Checking try-lock v0.2.5 |
1730 | 2024-09-07T03:24:03.733Z | Checking regex-syntax v0.8.4 |
1731 | 2024-09-07T03:24:03.850Z | Checking powerfmt v0.2.0 |
1732 | 2024-09-07T03:24:04.045Z | Checking siphasher v0.3.11 |
1733 | 2024-09-07T03:24:04.094Z | Checking deranged v0.3.11 |
1734 | 2024-09-07T03:24:04.307Z | Checking http-body v0.4.6 |
1735 | 2024-09-07T03:24:04.319Z | Checking openssl v0.10.66 |
1736 | 2024-09-07T03:24:04.333Z | Checking pkcs8 v0.10.2 |
1737 | 2024-09-07T03:24:04.625Z | Checking want v0.3.1 |
1738 | 2024-09-07T03:24:04.667Z | Checking proc-macro2 v1.0.86 |
1739 | 2024-09-07T03:24:04.787Z | Checking sct v0.7.1 |
1740 | 2024-09-07T03:24:04.802Z | Checking rustls-webpki v0.101.7 |
1741 | 2024-09-07T03:24:04.984Z | Checking uuid v1.10.0 |
1742 | 2024-09-07T03:24:05.354Z | Checking idna v0.5.0 |
1743 | 2024-09-07T03:24:05.522Z | Checking httparse v1.8.0 |
1744 | 2024-09-07T03:24:05.595Z | Checking errno v0.3.9 |
1745 | 2024-09-07T03:24:05.699Z | Checking scroll v0.12.0 |
1746 | 2024-09-07T03:24:05.766Z | Checking plain v0.2.3 |
1747 | 2024-09-07T03:24:05.791Z | Checking ucd-trie v0.1.6 |
1748 | 2024-09-07T03:24:05.895Z | Checking tower-service v0.3.2 |
1749 | 2024-09-07T03:24:05.943Z | Checking num_threads v0.1.7 |
1750 | 2024-09-07T03:24:05.974Z | Checking openssl-probe v0.1.5 |
1751 | 2024-09-07T03:24:06.002Z | Checking finl_unicode v1.2.0 |
1752 | 2024-09-07T03:24:06.040Z | Checking anstyle v1.0.8 |
1753 | 2024-09-07T03:24:06.113Z | Checking time-core v0.1.2 |
1754 | 2024-09-07T03:24:06.161Z | Checking utf8parse v0.2.1 |
1755 | 2024-09-07T03:24:06.175Z | Checking num-conv v0.1.0 |
1756 | 2024-09-07T03:24:06.260Z | Checking iana-time-zone v0.1.60 |
1757 | 2024-09-07T03:24:06.299Z | Checking httpdate v1.0.3 |
1758 | 2024-09-07T03:24:06.366Z | Checking anstyle-parse v0.2.4 |
1759 | 2024-09-07T03:24:06.392Z | Checking chrono v0.4.38 |
1760 | 2024-09-07T03:24:06.414Z | Checking time v0.3.36 |
1761 | 2024-09-07T03:24:06.534Z | Checking url v2.5.2 |
1762 | 2024-09-07T03:24:06.576Z | Checking stringprep v0.1.4 |
1763 | 2024-09-07T03:24:06.623Z | Checking goblin v0.8.2 |
1764 | 2024-09-07T03:24:06.828Z | Checking pest v2.7.10 |
1765 | 2024-09-07T03:24:06.871Z | Checking regex-automata v0.4.6 |
1766 | 2024-09-07T03:24:07.313Z | Checking rustix v0.38.34 |
1767 | 2024-09-07T03:24:08.468Z | Checking rustls v0.21.12 |
1768 | 2024-09-07T03:24:08.923Z | Checking quote v1.0.36 |
1769 | 2024-09-07T03:24:09.240Z | Checking toml_datetime v0.6.8 |
1770 | 2024-09-07T03:24:09.327Z | Checking serde_spanned v0.6.7 |
1771 | 2024-09-07T03:24:09.347Z | Checking num-integer v0.1.46 |
1772 | 2024-09-07T03:24:09.501Z | Checking md-5 v0.10.6 |
1773 | 2024-09-07T03:24:09.533Z | Checking idna v0.3.0 |
1774 | 2024-09-07T03:24:09.696Z | Checking lazy_static v1.5.0 |
1775 | 2024-09-07T03:24:09.793Z | Checking hash32 v0.2.1 |
1776 | 2024-09-07T03:24:09.811Z | Checking native-tls v0.2.11 |
1777 | 2024-09-07T03:24:09.813Z | Checking colorchoice v1.0.1 |
1778 | 2024-09-07T03:24:09.879Z | Checking tokio-util v0.7.11 |
1779 | 2024-09-07T03:24:09.945Z | Checking gimli v0.28.1 |
1780 | 2024-09-07T03:24:10.084Z | Checking stable_deref_trait v1.2.0 |
1781 | 2024-09-07T03:24:10.123Z | Checking adler v1.0.2 |
1782 | 2024-09-07T03:24:10.178Z | Checking is_terminal_polyfill v1.70.0 |
1783 | 2024-09-07T03:24:10.268Z | Checking base64 v0.22.1 |
1784 | 2024-09-07T03:24:10.288Z | Checking psl-types v2.0.11 |
1785 | 2024-09-07T03:24:10.372Z | Checking anstyle-query v1.0.3 |
1786 | 2024-09-07T03:24:10.457Z | Checking pretty-hex v0.4.1 |
1787 | 2024-09-07T03:24:10.493Z | Checking fallible-iterator v0.2.0 |
1788 | 2024-09-07T03:24:10.616Z | Checking anstream v0.6.14 |
1789 | 2024-09-07T03:24:10.717Z | Checking h2 v0.3.26 |
1790 | 2024-09-07T03:24:10.732Z | Checking publicsuffix v2.2.3 |
1791 | 2024-09-07T03:24:10.972Z | Checking miniz_oxide v0.7.2 |
1792 | 2024-09-07T03:24:10.984Z | Checking heapless v0.7.17 |
1793 | 2024-09-07T03:24:11.078Z | Checking postgres-protocol v0.6.7 |
1794 | 2024-09-07T03:24:11.358Z | Checking tokio-native-tls v0.3.1 |
1795 | 2024-09-07T03:24:11.384Z | Checking num-iter v0.1.45 |
1796 | 2024-09-07T03:24:11.506Z | Checking dof v0.3.0 |
1797 | 2024-09-07T03:24:11.574Z | Checking terminal_size v0.3.0 |
1798 | 2024-09-07T03:24:11.596Z | Checking dtrace-parser v0.2.0 |
1799 | 2024-09-07T03:24:11.603Z | Checking tokio-rustls v0.24.1 |
1800 | 2024-09-07T03:24:11.686Z | Checking syn v2.0.74 |
1801 | 2024-09-07T03:24:11.698Z | Checking cookie v0.17.0 |
1802 | 2024-09-07T03:24:11.925Z | Checking phf_shared v0.11.2 |
1803 | 2024-09-07T03:24:11.964Z | Checking ff v0.13.0 |
1804 | 2024-09-07T03:24:12.040Z | Checking thread-id v4.2.1 |
1805 | 2024-09-07T03:24:12.072Z | Checking object v0.32.2 |
1806 | 2024-09-07T03:24:12.087Z | Checking either v1.13.0 |
1807 | 2024-09-07T03:24:12.132Z | Checking adler2 v2.0.0 |
1808 | 2024-09-07T03:24:12.156Z | Checking rustc-demangle v0.1.24 |
1809 | 2024-09-07T03:24:12.171Z | Checking managed v0.8.0 |
1810 | 2024-09-07T03:24:12.274Z | Checking strsim v0.11.1 |
1811 | 2024-09-07T03:24:12.463Z | Checking base16ct v0.2.0 |
1812 | 2024-09-07T03:24:12.548Z | Checking bitflags v1.3.2 |
1813 | 2024-09-07T03:24:12.575Z | Checking ipnet v2.9.0 |
1814 | 2024-09-07T03:24:12.597Z | Checking winnow v0.5.40 |
1815 | 2024-09-07T03:24:12.643Z | Checking base64 v0.21.7 |
1816 | 2024-09-07T03:24:12.658Z | Checking clap_lex v0.7.0 |
1817 | 2024-09-07T03:24:12.888Z | Checking clap_builder v4.5.15 |
1818 | 2024-09-07T03:24:13.015Z | Checking sec1 v0.7.3 |
1819 | 2024-09-07T03:24:13.078Z | Checking rustls-pemfile v1.0.4 |
1820 | 2024-09-07T03:24:13.268Z | Checking smoltcp v0.9.1 |
1821 | 2024-09-07T03:24:13.400Z | Checking miniz_oxide v0.8.0 |
1822 | 2024-09-07T03:24:13.734Z | Checking addr2line v0.21.0 |
1823 | 2024-09-07T03:24:14.151Z | Checking phf v0.11.2 |
1824 | 2024-09-07T03:24:14.240Z | Checking group v0.13.0 |
1825 | 2024-09-07T03:24:14.420Z | Checking cookie_store v0.20.0 |
1826 | 2024-09-07T03:24:14.493Z | Checking postgres-types v0.2.7 |
1827 | 2024-09-07T03:24:14.755Z | Checking num-bigint-dig v0.8.4 |
1828 | 2024-09-07T03:24:15.042Z | Checking bstr v1.9.1 |
1829 | 2024-09-07T03:24:15.191Z | Checking regex v1.10.6 |
1830 | 2024-09-07T03:24:15.579Z | Checking toml_edit v0.19.15 |
1831 | 2024-09-07T03:24:15.776Z | Checking futures-executor v0.3.30 |
1832 | 2024-09-07T03:24:15.817Z | Checking pkcs1 v0.7.5 |
1833 | 2024-09-07T03:24:15.960Z | Checking phf_shared v0.10.0 |
1834 | 2024-09-07T03:24:15.984Z | Checking serde_urlencoded v0.7.1 |
1835 | 2024-09-07T03:24:16.222Z | Checking zerocopy v0.6.6 |
1836 | 2024-09-07T03:24:16.225Z | Checking hubpack v0.1.2 |
1837 | 2024-09-07T03:24:16.382Z | Checking float-cmp v0.9.0 |
1838 | 2024-09-07T03:24:16.533Z | Checking crc32fast v1.4.0 |
1839 | 2024-09-07T03:24:16.565Z | Checking signal-hook v0.3.17 |
1840 | 2024-09-07T03:24:16.730Z | Checking crossbeam-utils v0.8.19 |
1841 | 2024-09-07T03:24:16.792Z | Checking hyper v0.14.30 |
1842 | 2024-09-07T03:24:16.846Z | Checking hkdf v0.12.4 |
1843 | 2024-09-07T03:24:16.884Z | Checking signature v2.2.0 |
1844 | 2024-09-07T03:24:16.938Z | Checking idna v0.4.0 |
1845 | 2024-09-07T03:24:17.036Z | Checking crypto-bigint v0.5.5 |
1846 | 2024-09-07T03:24:17.060Z | Checking mio v0.8.11 |
1847 | 2024-09-07T03:24:17.416Z | Checking memmap v0.7.0 |
1848 | 2024-09-07T03:24:17.623Z | Checking encoding_rs v0.8.34 |
1849 | 2024-09-07T03:24:17.662Z | Checking fixedbitset v0.4.2 |
1850 | 2024-09-07T03:24:17.767Z | Checking precomputed-hash v0.1.1 |
1851 | 2024-09-07T03:24:17.868Z | Checking normalize-line-endings v0.3.0 |
1852 | 2024-09-07T03:24:17.902Z | Checking minimal-lexical v0.2.1 |
1853 | 2024-09-07T03:24:17.925Z | Checking usdt-impl v0.5.0 |
1854 | 2024-09-07T03:24:17.950Z | Checking bit-vec v0.6.3 |
1855 | 2024-09-07T03:24:17.968Z | Checking difflib v0.4.0 |
1856 | 2024-09-07T03:24:18.104Z | Checking backtrace v0.3.71 |
1857 | 2024-09-07T03:24:18.253Z | Checking sync_wrapper v0.1.2 |
1858 | 2024-09-07T03:24:18.264Z | Checking unicode-segmentation v1.11.0 |
1859 | 2024-09-07T03:24:18.278Z | Checking mime v0.3.17 |
1860 | 2024-09-07T03:24:18.362Z | Checking new_debug_unreachable v1.0.6 |
1861 | 2024-09-07T03:24:18.441Z | Checking static_assertions v1.1.0 |
1862 | 2024-09-07T03:24:18.456Z | Checking webpki-roots v0.25.4 |
1863 | 2024-09-07T03:24:18.526Z | Checking dyn-clone v1.0.17 |
1864 | 2024-09-07T03:24:18.574Z | Checking data-encoding v2.6.0 |
1865 | 2024-09-07T03:24:18.600Z | Checking winnow v0.6.18 |
1866 | 2024-09-07T03:24:18.668Z | Checking unicode-width v0.1.13 |
1867 | 2024-09-07T03:24:18.671Z | Checking predicates-core v1.0.6 |
1868 | 2024-09-07T03:24:18.834Z | Checking whoami v1.5.1 |
1869 | 2024-09-07T03:24:18.836Z | Checking predicates v3.1.2 |
1870 | 2024-09-07T03:24:18.905Z | Checking similar v2.6.0 |
1871 | 2024-09-07T03:24:19.133Z | Checking tokio-postgres v0.7.11 |
1872 | 2024-09-07T03:24:19.206Z | Checking hickory-proto v0.24.1 |
1873 | 2024-09-07T03:24:19.500Z | Checking console v0.15.8 |
1874 | 2024-09-07T03:24:19.721Z | Checking elliptic-curve v0.13.8 |
1875 | 2024-09-07T03:24:19.764Z | Checking anyhow v1.0.86 |
1876 | 2024-09-07T03:24:20.548Z | Checking schemars v0.8.21 |
1877 | 2024-09-07T03:24:20.593Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1878 | 2024-09-07T03:24:20.593Z | Checking usdt v0.5.0 |
1879 | 2024-09-07T03:24:20.593Z | Checking string_cache v0.8.7 |
1880 | 2024-09-07T03:24:20.593Z | Checking bit-set v0.5.3 |
1881 | 2024-09-07T03:24:20.633Z | Checking nom v7.1.3 |
1882 | 2024-09-07T03:24:20.656Z | Checking toml v0.7.8 |
1883 | 2024-09-07T03:24:21.385Z | Checking petgraph v0.6.5 |
1884 | 2024-09-07T03:24:21.499Z | Checking toml_edit v0.22.20 |
1885 | 2024-09-07T03:24:21.565Z | Checking signal-hook-mio v0.2.4 |
1886 | 2024-09-07T03:24:21.717Z | Checking crossbeam-epoch v0.9.18 |
1887 | 2024-09-07T03:24:22.045Z | Checking rsa v0.9.6 |
1888 | 2024-09-07T03:24:22.157Z | Checking flate2 v1.0.33 |
1889 | 2024-09-07T03:24:22.768Z | Checking hyper-rustls v0.24.2 |
1890 | 2024-09-07T03:24:22.806Z | Checking hyper-tls v0.5.0 |
1891 | 2024-09-07T03:24:23.041Z | Checking futures v0.3.30 |
1892 | 2024-09-07T03:24:23.081Z | Checking clap v4.5.16 |
1893 | 2024-09-07T03:24:23.095Z | Checking reqwest v0.11.27 |
1894 | 2024-09-07T03:24:23.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1895 | 2024-09-07T03:24:23.170Z | Checking itertools v0.10.5 |
1896 | 2024-09-07T03:24:23.190Z | Checking itertools v0.12.1 |
1897 | 2024-09-07T03:24:23.427Z | Checking tokio-stream v0.1.15 |
1898 | 2024-09-07T03:24:23.917Z | Checking fs-err v2.11.0 |
1899 | 2024-09-07T03:24:24.109Z | Checking slog v2.7.0 |
1900 | 2024-09-07T03:24:24.236Z | Checking openapiv3 v2.0.0 |
1901 | 2024-09-07T03:24:24.462Z | Checking hex v0.4.3 |
1902 | 2024-09-07T03:24:24.618Z | Checking semver v1.0.23 |
1903 | 2024-09-07T03:24:24.628Z | Checking sha1 v0.10.6 |
1904 | 2024-09-07T03:24:24.702Z | Checking lalrpop-util v0.19.12 |
1905 | 2024-09-07T03:24:24.888Z | Checking peg-runtime v0.8.3 |
1906 | 2024-09-07T03:24:24.993Z | Checking camino v1.1.9 |
1907 | 2024-09-07T03:24:25.018Z | Checking sigpipe v0.1.3 |
1908 | 2024-09-07T03:24:26.750Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1909 | 2024-09-07T03:24:27.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.43s |
1910 | 2024-09-07T03:24:27.186Z | |
1911 | 2024-09-07T03:24:27.186Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1912 | 2024-09-07T03:24:27.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2024-09-07T03:24:27.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2024-09-07T03:24:27.879Z | Compiling regress v0.9.1 |
1915 | 2024-09-07T03:24:27.986Z | Checking strum v0.26.3 |
1916 | 2024-09-07T03:24:27.991Z | Checking heck v0.5.0 |
1917 | 2024-09-07T03:24:28.003Z | Compiling getopts v0.2.21 |
1918 | 2024-09-07T03:24:28.014Z | Checking dirs-sys-next v0.1.2 |
1919 | 2024-09-07T03:24:28.026Z | Compiling unsafe-libyaml v0.2.11 |
1920 | 2024-09-07T03:24:28.093Z | Checking http v1.1.0 |
1921 | 2024-09-07T03:24:28.151Z | Checking thread_local v1.1.8 |
1922 | 2024-09-07T03:24:28.169Z | Checking dirs-next v2.0.0 |
1923 | 2024-09-07T03:24:28.283Z | Checking rustls-pki-types v1.7.0 |
1924 | 2024-09-07T03:24:28.331Z | Compiling ident_case v1.0.1 |
1925 | 2024-09-07T03:24:28.412Z | Checking term v0.7.0 |
1926 | 2024-09-07T03:24:28.498Z | Compiling darling_core v0.20.9 |
1927 | 2024-09-07T03:24:28.693Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1928 | 2024-09-07T03:24:28.835Z | Checking crossbeam-channel v0.5.12 |
1929 | 2024-09-07T03:24:28.933Z | Checking is-terminal v0.4.12 |
1930 | 2024-09-07T03:24:29.007Z | Checking atty v0.2.14 |
1931 | 2024-09-07T03:24:29.050Z | Compiling rustls v0.22.4 |
1932 | 2024-09-07T03:24:29.117Z | Checking utf-8 v0.7.6 |
1933 | 2024-09-07T03:24:29.306Z | Compiling serde_yaml v0.9.34+deprecated |
1934 | 2024-09-07T03:24:29.337Z | Checking humantime v2.1.0 |
1935 | 2024-09-07T03:24:29.442Z | Compiling paste v1.0.15 |
1936 | 2024-09-07T03:24:29.539Z | Checking termcolor v1.4.1 |
1937 | 2024-09-07T03:24:29.602Z | Checking take_mut v0.2.2 |
1938 | 2024-09-07T03:24:29.746Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1939 | 2024-09-07T03:24:29.949Z | Checking slog-async v2.8.0 |
1940 | 2024-09-07T03:24:29.965Z | Checking env_logger v0.9.3 |
1941 | 2024-09-07T03:24:30.136Z | Checking slog-term v2.9.1 |
1942 | 2024-09-07T03:24:30.193Z | Checking rustls-webpki v0.102.4 |
1943 | 2024-09-07T03:24:30.373Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-09-07T03:24:30.392Z | Compiling proc-macro-crate v1.3.1 |
1945 | 2024-09-07T03:24:30.585Z | Compiling bitstruct_derive v0.1.0 |
1946 | 2024-09-07T03:24:30.710Z | Compiling structmeta-derive v0.3.0 |
1947 | 2024-09-07T03:24:30.884Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-09-07T03:24:31.003Z | Compiling multer v3.1.0 |
1949 | 2024-09-07T03:24:31.292Z | Checking ascii v1.1.0 |
1950 | 2024-09-07T03:24:31.337Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1951 | 2024-09-07T03:24:31.419Z | Checking match_cfg v0.1.0 |
1952 | 2024-09-07T03:24:31.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1953 | 2024-09-07T03:24:31.815Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1954 | 2024-09-07T03:24:31.959Z | Checking bitstruct v0.1.1 |
1955 | 2024-09-07T03:24:32.064Z | Checking hostname v0.3.1 |
1956 | 2024-09-07T03:24:32.194Z | Compiling num_enum_derive v0.5.11 |
1957 | 2024-09-07T03:24:32.823Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-09-07T03:24:33.053Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-09-07T03:24:33.439Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-09-07T03:24:33.707Z | Compiling structmeta v0.3.0 |
1961 | 2024-09-07T03:24:33.720Z | Checking slog-json v2.6.1 |
1962 | 2024-09-07T03:24:33.783Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-09-07T03:24:33.963Z | Checking erased-serde v0.3.31 |
1964 | 2024-09-07T03:24:34.046Z | Checking serde_arrays v0.1.0 |
1965 | 2024-09-07T03:24:34.138Z | Compiling async-stream-impl v0.3.5 |
1966 | 2024-09-07T03:24:34.185Z | Compiling foreign-types-macros v0.2.3 |
1967 | 2024-09-07T03:24:34.449Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1968 | 2024-09-07T03:24:34.757Z | Checking atomic-waker v1.1.2 |
1969 | 2024-09-07T03:24:34.832Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1970 | 2024-09-07T03:24:34.883Z | Checking arc-swap v1.7.1 |
1971 | 2024-09-07T03:24:35.024Z | Checking foreign-types-shared v0.3.1 |
1972 | 2024-09-07T03:24:35.136Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-09-07T03:24:35.138Z | Checking waitgroup v0.1.2 |
1974 | 2024-09-07T03:24:35.258Z | Checking num_enum v0.5.11 |
1975 | 2024-09-07T03:24:35.298Z | Checking slog-scope v4.4.0 |
1976 | 2024-09-07T03:24:35.433Z | Checking foreign-types v0.5.0 |
1977 | 2024-09-07T03:24:35.469Z | Compiling parse-display-derive v0.10.0 |
1978 | 2024-09-07T03:24:35.487Z | Checking slog-bunyan v2.5.0 |
1979 | 2024-09-07T03:24:35.489Z | Compiling darling_macro v0.20.9 |
1980 | 2024-09-07T03:24:35.519Z | Checking async-stream v0.3.5 |
1981 | 2024-09-07T03:24:35.534Z | Compiling proc-macro-error v1.0.4 |
1982 | 2024-09-07T03:24:35.842Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1983 | 2024-09-07T03:24:36.053Z | Checking toml v0.8.19 |
1984 | 2024-09-07T03:24:36.102Z | Checking tungstenite v0.20.1 |
1985 | 2024-09-07T03:24:36.213Z | Checking rustls-pemfile v2.1.3 |
1986 | 2024-09-07T03:24:36.406Z | Compiling darling v0.20.9 |
1987 | 2024-09-07T03:24:36.462Z | Compiling heck v0.3.3 |
1988 | 2024-09-07T03:24:36.523Z | Compiling serde_with_macros v3.9.0 |
1989 | 2024-09-07T03:24:36.576Z | Checking tokio-rustls v0.25.0 |
1990 | 2024-09-07T03:24:36.770Z | Checking ipnetwork v0.20.0 |
1991 | 2024-09-07T03:24:36.906Z | Checking newtype-uuid v1.1.0 |
1992 | 2024-09-07T03:24:36.928Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1993 | 2024-09-07T03:24:36.942Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1994 | 2024-09-07T03:24:37.126Z | Checking serde_path_to_error v0.1.16 |
1995 | 2024-09-07T03:24:37.142Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1996 | 2024-09-07T03:24:37.781Z | Checking hostname v0.4.0 |
1997 | 2024-09-07T03:24:37.840Z | Checking cstr-argument v0.1.2 |
1998 | 2024-09-07T03:24:37.912Z | Checking instant v0.1.12 |
1999 | 2024-09-07T03:24:37.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2000 | 2024-09-07T03:24:38.032Z | Checking fastrand v2.1.0 |
2001 | 2024-09-07T03:24:38.044Z | Checking pretty-hex v0.2.1 |
2002 | 2024-09-07T03:24:38.185Z | Checking debug-ignore v1.0.5 |
2003 | 2024-09-07T03:24:38.281Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2004 | 2024-09-07T03:24:38.317Z | Checking backoff v0.4.0 |
2005 | 2024-09-07T03:24:38.331Z | Checking tempfile v3.10.1 |
2006 | 2024-09-07T03:24:38.557Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-09-07T03:24:38.605Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2008 | 2024-09-07T03:24:38.765Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2009 | 2024-09-07T03:24:38.841Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2010 | 2024-09-07T03:24:38.871Z | Checking tokio-tungstenite v0.20.1 |
2011 | 2024-09-07T03:24:38.977Z | Compiling zone_cfg_derive v0.1.2 |
2012 | 2024-09-07T03:24:39.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2013 | 2024-09-07T03:24:39.325Z | Checking slog-stdlog v4.1.1 |
2014 | 2024-09-07T03:24:39.476Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2015 | 2024-09-07T03:24:39.542Z | Checking serde_with v3.9.0 |
2016 | 2024-09-07T03:24:39.615Z | Checking tungstenite v0.21.0 |
2017 | 2024-09-07T03:24:39.912Z | Checking colored v2.1.0 |
2018 | 2024-09-07T03:24:40.070Z | Checking parse-display v0.10.0 |
2019 | 2024-09-07T03:24:40.219Z | Checking macaddr v1.0.1 |
2020 | 2024-09-07T03:24:40.297Z | Checking socket2 v0.4.10 |
2021 | 2024-09-07T03:24:40.430Z | Checking base64 v0.13.1 |
2022 | 2024-09-07T03:24:40.456Z | Checking tokio-tungstenite v0.21.0 |
2023 | 2024-09-07T03:24:40.555Z | Checking zone v0.1.8 |
2024 | 2024-09-07T03:24:40.817Z | Checking ron v0.7.1 |
2025 | 2024-09-07T03:24:40.922Z | Checking slog-envlogger v2.2.0 |
2026 | 2024-09-07T03:24:41.148Z | Checking pem v3.0.4 |
2027 | 2024-09-07T03:24:41.210Z | Checking tabwriter v1.4.0 |
2028 | 2024-09-07T03:24:41.400Z | Checking xattr v1.3.1 |
2029 | 2024-09-07T03:24:41.437Z | Checking portpicker v0.1.1 |
2030 | 2024-09-07T03:24:41.572Z | Checking yasna v0.5.2 |
2031 | 2024-09-07T03:24:41.593Z | Checking headers-core v0.2.0 |
2032 | 2024-09-07T03:24:41.730Z | Checking smf v0.2.3 |
2033 | 2024-09-07T03:24:41.943Z | Checking filetime v0.2.25 |
2034 | 2024-09-07T03:24:42.142Z | Checking same-file v1.0.6 |
2035 | 2024-09-07T03:24:42.170Z | Checking tar v0.4.41 |
2036 | 2024-09-07T03:24:42.304Z | Checking walkdir v2.5.0 |
2037 | 2024-09-07T03:24:42.426Z | Checking rcgen v0.12.1 |
2038 | 2024-09-07T03:24:42.473Z | Checking headers v0.3.9 |
2039 | 2024-09-07T03:24:42.614Z | Checking atomicwrites v0.4.3 |
2040 | 2024-09-07T03:24:42.803Z | Checking camino-tempfile v1.1.1 |
2041 | 2024-09-07T03:24:42.859Z | Checking subprocess v0.2.9 |
2042 | 2024-09-07T03:24:43.860Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-09-07T03:24:44.077Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2044 | 2024-09-07T03:24:45.812Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2045 | 2024-09-07T03:24:47.665Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2046 | 2024-09-07T03:24:47.729Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2047 | 2024-09-07T03:24:50.834Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2048 | 2024-09-07T03:24:57.148Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2049 | 2024-09-07T03:24:57.273Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2050 | 2024-09-07T03:24:57.273Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2051 | 2024-09-07T03:24:59.798Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2052 | 2024-09-07T03:25:00.201Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2053 | 2024-09-07T03:25:06.439Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2054 | 2024-09-07T03:25:07.924Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2055 | 2024-09-07T03:25:09.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.82s |
2056 | 2024-09-07T03:25:09.167Z | |
2057 | 2024-09-07T03:25:09.167Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2058 | 2024-09-07T03:25:09.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-09-07T03:25:09.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-09-07T03:25:09.851Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2061 | 2024-09-07T03:25:11.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
2062 | 2024-09-07T03:25:11.232Z | |
2063 | 2024-09-07T03:25:11.232Z | info: running `cargo check --bins` on nexus-config (31/158) |
2064 | 2024-09-07T03:25:11.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-09-07T03:25:11.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-09-07T03:25:11.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-09-07T03:25:11.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2068 | 2024-09-07T03:25:11.877Z | |
2069 | 2024-09-07T03:25:11.877Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2070 | 2024-09-07T03:25:12.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-09-07T03:25:12.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-09-07T03:25:12.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-09-07T03:25:12.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2074 | 2024-09-07T03:25:12.503Z | |
2075 | 2024-09-07T03:25:12.503Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2076 | 2024-09-07T03:25:13.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-09-07T03:25:13.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-09-07T03:25:13.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-09-07T03:25:13.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2080 | 2024-09-07T03:25:13.146Z | |
2081 | 2024-09-07T03:25:13.146Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2082 | 2024-09-07T03:25:13.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-09-07T03:25:13.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-09-07T03:25:13.819Z | Compiling heapless v0.8.0 |
2085 | 2024-09-07T03:25:13.910Z | Checking hash32 v0.3.1 |
2086 | 2024-09-07T03:25:13.913Z | Compiling smoltcp v0.11.0 |
2087 | 2024-09-07T03:25:13.931Z | Checking embedded-io v0.4.0 |
2088 | 2024-09-07T03:25:13.934Z | Checking cobs v0.2.3 |
2089 | 2024-09-07T03:25:13.952Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2090 | 2024-09-07T03:25:13.954Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2091 | 2024-09-07T03:25:13.980Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2092 | 2024-09-07T03:25:14.066Z | Compiling crucible-workspace-hack v0.1.0 |
2093 | 2024-09-07T03:25:14.093Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2094 | 2024-09-07T03:25:14.108Z | Checking postcard v1.0.8 |
2095 | 2024-09-07T03:25:14.111Z | Checking newline-converter v0.3.0 |
2096 | 2024-09-07T03:25:14.266Z | Compiling convert_case v0.4.0 |
2097 | 2024-09-07T03:25:14.306Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-09-07T03:25:14.465Z | Checking expectorate v1.1.0 |
2099 | 2024-09-07T03:25:14.504Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-09-07T03:25:14.612Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2101 | 2024-09-07T03:25:14.631Z | Compiling num-derive v0.4.2 |
2102 | 2024-09-07T03:25:14.744Z | Compiling slog-dtrace v0.3.0 |
2103 | 2024-09-07T03:25:14.850Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2024-09-07T03:25:14.931Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2105 | 2024-09-07T03:25:15.226Z | Compiling derive_more v0.99.18 |
2106 | 2024-09-07T03:25:15.803Z | Checking zone v0.3.0 |
2107 | 2024-09-07T03:25:16.367Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2108 | 2024-09-07T03:25:17.653Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2109 | 2024-09-07T03:25:18.582Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2110 | 2024-09-07T03:25:18.977Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2111 | 2024-09-07T03:25:19.636Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2112 | 2024-09-07T03:25:19.805Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2113 | 2024-09-07T03:25:21.355Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2114 | 2024-09-07T03:25:22.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s |
2115 | 2024-09-07T03:25:22.178Z | |
2116 | 2024-09-07T03:25:22.178Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2117 | 2024-09-07T03:25:22.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2118 | 2024-09-07T03:25:22.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2119 | 2024-09-07T03:25:22.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2120 | 2024-09-07T03:25:22.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2121 | 2024-09-07T03:25:22.840Z | |
2122 | 2024-09-07T03:25:22.840Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2123 | 2024-09-07T03:25:23.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-09-07T03:25:23.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-09-07T03:25:23.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2126 | 2024-09-07T03:25:23.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2127 | 2024-09-07T03:25:23.498Z | |
2128 | 2024-09-07T03:25:23.498Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2129 | 2024-09-07T03:25:24.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2130 | 2024-09-07T03:25:24.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2131 | 2024-09-07T03:25:24.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2132 | 2024-09-07T03:25:24.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2133 | 2024-09-07T03:25:24.257Z | |
2134 | 2024-09-07T03:25:24.257Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2135 | 2024-09-07T03:25:24.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-09-07T03:25:24.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-09-07T03:25:24.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2138 | 2024-09-07T03:25:24.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2139 | 2024-09-07T03:25:25.018Z | |
2140 | 2024-09-07T03:25:25.018Z | info: running `cargo check --bins` on dns-server (39/158) |
2141 | 2024-09-07T03:25:25.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-09-07T03:25:25.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-09-07T03:25:25.667Z | Compiling parking_lot_core v0.8.6 |
2144 | 2024-09-07T03:25:25.801Z | Checking nibble_vec v0.1.0 |
2145 | 2024-09-07T03:25:25.859Z | Checking endian-type v0.1.2 |
2146 | 2024-09-07T03:25:25.859Z | Checking linked-hash-map v0.5.6 |
2147 | 2024-09-07T03:25:25.859Z | Checking quick-error v1.2.3 |
2148 | 2024-09-07T03:25:25.859Z | Checking fxhash v0.2.1 |
2149 | 2024-09-07T03:25:25.859Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2150 | 2024-09-07T03:25:25.859Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2151 | 2024-09-07T03:25:25.883Z | Checking resolv-conf v0.7.0 |
2152 | 2024-09-07T03:25:25.944Z | Checking hickory-server v0.24.1 |
2153 | 2024-09-07T03:25:25.966Z | Checking radix_trie v0.2.1 |
2154 | 2024-09-07T03:25:26.107Z | Checking lru-cache v0.1.2 |
2155 | 2024-09-07T03:25:26.245Z | Checking hickory-resolver v0.24.1 |
2156 | 2024-09-07T03:25:26.281Z | Checking hickory-client v0.24.1 |
2157 | 2024-09-07T03:25:26.477Z | Checking parking_lot v0.11.2 |
2158 | 2024-09-07T03:25:26.745Z | Checking sled v0.34.7 |
2159 | 2024-09-07T03:25:28.511Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2160 | 2024-09-07T03:25:29.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2161 | 2024-09-07T03:25:29.719Z | |
2162 | 2024-09-07T03:25:29.719Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2163 | 2024-09-07T03:25:30.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2164 | 2024-09-07T03:25:30.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2165 | 2024-09-07T03:25:30.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2166 | 2024-09-07T03:25:30.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2167 | 2024-09-07T03:25:30.356Z | |
2168 | 2024-09-07T03:25:30.356Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2169 | 2024-09-07T03:25:30.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-09-07T03:25:30.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-09-07T03:25:30.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-09-07T03:25:30.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2173 | 2024-09-07T03:25:30.986Z | |
2174 | 2024-09-07T03:25:30.986Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2175 | 2024-09-07T03:25:31.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-09-07T03:25:31.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-09-07T03:25:31.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2178 | 2024-09-07T03:25:31.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2179 | 2024-09-07T03:25:31.696Z | |
2180 | 2024-09-07T03:25:31.697Z | info: running `cargo check --bins` on gateway-types (43/158) |
2181 | 2024-09-07T03:25:32.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-09-07T03:25:32.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-09-07T03:25:32.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-09-07T03:25:32.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2185 | 2024-09-07T03:25:32.349Z | |
2186 | 2024-09-07T03:25:32.349Z | info: running `cargo check --bins` on ipcc (44/158) |
2187 | 2024-09-07T03:25:32.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-09-07T03:25:32.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-09-07T03:25:32.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-09-07T03:25:32.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2191 | 2024-09-07T03:25:33.007Z | |
2192 | 2024-09-07T03:25:33.007Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2193 | 2024-09-07T03:25:33.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-09-07T03:25:33.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-09-07T03:25:33.723Z | Compiling rustls-pki-types v1.7.0 |
2196 | 2024-09-07T03:25:33.726Z | Compiling match_cfg v0.1.0 |
2197 | 2024-09-07T03:25:33.831Z | Checking num-rational v0.4.2 |
2198 | 2024-09-07T03:25:33.837Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2199 | 2024-09-07T03:25:33.838Z | Compiling slog-json v2.6.1 |
2200 | 2024-09-07T03:25:33.838Z | Compiling http v1.1.0 |
2201 | 2024-09-07T03:25:33.838Z | Checking num-complex v0.4.6 |
2202 | 2024-09-07T03:25:33.891Z | Compiling atomic-waker v1.1.2 |
2203 | 2024-09-07T03:25:33.904Z | Compiling hostname v0.3.1 |
2204 | 2024-09-07T03:25:34.069Z | Compiling prettyplease v0.2.20 |
2205 | 2024-09-07T03:25:34.153Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2206 | 2024-09-07T03:25:34.182Z | Compiling slog-bunyan v2.5.0 |
2207 | 2024-09-07T03:25:34.254Z | Compiling rustls-webpki v0.102.4 |
2208 | 2024-09-07T03:25:34.369Z | Compiling rustls-pemfile v2.1.3 |
2209 | 2024-09-07T03:25:34.381Z | Compiling waitgroup v0.1.2 |
2210 | 2024-09-07T03:25:34.397Z | Compiling async-stream v0.3.5 |
2211 | 2024-09-07T03:25:34.457Z | Compiling toml v0.8.19 |
2212 | 2024-09-07T03:25:34.591Z | Compiling newtype-uuid v1.1.0 |
2213 | 2024-09-07T03:25:34.604Z | Compiling ipnetwork v0.20.0 |
2214 | 2024-09-07T03:25:34.689Z | Compiling serde_path_to_error v0.1.16 |
2215 | 2024-09-07T03:25:34.780Z | Checking num v0.4.3 |
2216 | 2024-09-07T03:25:34.815Z | Compiling hostname v0.4.0 |
2217 | 2024-09-07T03:25:34.872Z | Compiling instant v0.1.12 |
2218 | 2024-09-07T03:25:34.887Z | Compiling debug-ignore v1.0.5 |
2219 | 2024-09-07T03:25:35.021Z | Compiling semver v0.1.20 |
2220 | 2024-09-07T03:25:35.037Z | Checking float-ord v0.3.2 |
2221 | 2024-09-07T03:25:35.058Z | Compiling radium v0.7.0 |
2222 | 2024-09-07T03:25:35.176Z | Compiling rustls v0.22.4 |
2223 | 2024-09-07T03:25:35.500Z | Compiling multer v3.1.0 |
2224 | 2024-09-07T03:25:35.515Z | Compiling rustc_version v0.1.7 |
2225 | 2024-09-07T03:25:35.547Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2226 | 2024-09-07T03:25:35.648Z | Compiling backoff v0.4.0 |
2227 | 2024-09-07T03:25:35.998Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2228 | 2024-09-07T03:25:36.015Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2229 | 2024-09-07T03:25:36.194Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2230 | 2024-09-07T03:25:36.257Z | Compiling parse-display v0.10.0 |
2231 | 2024-09-07T03:25:36.321Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2232 | 2024-09-07T03:25:36.349Z | Compiling serde_with v3.9.0 |
2233 | 2024-09-07T03:25:36.497Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2234 | 2024-09-07T03:25:36.763Z | Compiling macaddr v1.0.1 |
2235 | 2024-09-07T03:25:36.911Z | Checking tap v1.0.1 |
2236 | 2024-09-07T03:25:37.086Z | Compiling maybe-uninit v2.0.0 |
2237 | 2024-09-07T03:25:37.204Z | Checking wyz v0.5.1 |
2238 | 2024-09-07T03:25:37.591Z | Compiling newtype_derive v0.1.6 |
2239 | 2024-09-07T03:25:38.649Z | Checking password-hash v0.5.0 |
2240 | 2024-09-07T03:25:38.719Z | Checking blake2 v0.10.6 |
2241 | 2024-09-07T03:25:38.719Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2242 | 2024-09-07T03:25:38.719Z | Checking funty v2.0.0 |
2243 | 2024-09-07T03:25:38.719Z | Compiling cancel-safe-futures v0.1.5 |
2244 | 2024-09-07T03:25:38.719Z | Compiling packed_struct v0.10.1 |
2245 | 2024-09-07T03:25:38.750Z | Checking crc-catalog v2.4.0 |
2246 | 2024-09-07T03:25:38.822Z | Checking crc v3.2.1 |
2247 | 2024-09-07T03:25:38.862Z | Checking argon2 v0.5.3 |
2248 | 2024-09-07T03:25:39.133Z | Checking bitvec v1.0.1 |
2249 | 2024-09-07T03:25:39.205Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2024-09-07T03:25:39.546Z | Compiling tokio-rustls v0.25.0 |
2251 | 2024-09-07T03:25:39.946Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2252 | 2024-09-07T03:25:40.111Z | Checking half v2.4.1 |
2253 | 2024-09-07T03:25:40.437Z | Compiling cookie v0.18.1 |
2254 | 2024-09-07T03:25:40.534Z | Compiling indexmap v1.9.3 |
2255 | 2024-09-07T03:25:40.744Z | Checking ciborium-io v0.2.2 |
2256 | 2024-09-07T03:25:40.829Z | Checking nodrop v0.1.14 |
2257 | 2024-09-07T03:25:40.856Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2258 | 2024-09-07T03:25:40.945Z | Checking array-init v0.0.4 |
2259 | 2024-09-07T03:25:41.179Z | Checking ciborium-ll v0.2.2 |
2260 | 2024-09-07T03:25:41.697Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2261 | 2024-09-07T03:25:41.901Z | Checking smallvec v0.6.14 |
2262 | 2024-09-07T03:25:41.983Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2263 | 2024-09-07T03:25:42.293Z | Checking libsw v3.3.1 |
2264 | 2024-09-07T03:25:42.500Z | Compiling derive-where v1.2.7 |
2265 | 2024-09-07T03:25:42.563Z | Compiling memoffset v0.9.1 |
2266 | 2024-09-07T03:25:42.733Z | Checking indent_write v2.2.0 |
2267 | 2024-09-07T03:25:42.883Z | Checking highway v1.2.0 |
2268 | 2024-09-07T03:25:42.924Z | Checking swrite v0.1.0 |
2269 | 2024-09-07T03:25:43.042Z | Checking hashbrown v0.12.3 |
2270 | 2024-09-07T03:25:43.191Z | Checking owo-colors v4.0.0 |
2271 | 2024-09-07T03:25:43.306Z | Checking linear-map v1.2.0 |
2272 | 2024-09-07T03:25:43.636Z | Checking bitfield v0.14.0 |
2273 | 2024-09-07T03:25:43.914Z | Checking env_logger v0.10.2 |
2274 | 2024-09-07T03:25:43.940Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2275 | 2024-09-07T03:25:44.325Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2276 | 2024-09-07T03:25:44.727Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2277 | 2024-09-07T03:25:45.202Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2278 | 2024-09-07T03:25:45.303Z | Checking serde-hex v0.1.0 |
2279 | 2024-09-07T03:25:45.332Z | Checking steno v0.4.1 |
2280 | 2024-09-07T03:25:45.359Z | Checking bzip2 v0.4.4 |
2281 | 2024-09-07T03:25:45.582Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2282 | 2024-09-07T03:25:46.142Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2283 | 2024-09-07T03:25:46.192Z | Checking ciborium v0.2.2 |
2284 | 2024-09-07T03:25:46.943Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2024-09-07T03:25:47.107Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2286 | 2024-09-07T03:25:47.181Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2287 | 2024-09-07T03:25:47.654Z | Checking ron v0.8.1 |
2288 | 2024-09-07T03:25:48.408Z | Checking x509-cert v0.2.5 |
2289 | 2024-09-07T03:25:48.836Z | Checking hashbrown v0.13.2 |
2290 | 2024-09-07T03:25:49.798Z | Checking crc-any v2.5.0 |
2291 | 2024-09-07T03:25:49.798Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2292 | 2024-09-07T03:25:49.858Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2293 | 2024-09-07T03:25:49.858Z | Checking zip v0.6.6 |
2294 | 2024-09-07T03:25:49.858Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2295 | 2024-09-07T03:25:49.858Z | Checking path-slash v0.1.5 |
2296 | 2024-09-07T03:25:49.888Z | Checking object v0.30.4 |
2297 | 2024-09-07T03:25:49.889Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2298 | 2024-09-07T03:25:49.946Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2299 | 2024-09-07T03:25:49.950Z | Checking nix v0.27.1 |
2300 | 2024-09-07T03:25:49.977Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2301 | 2024-09-07T03:25:50.225Z | Checking kstat-rs v0.2.4 |
2302 | 2024-09-07T03:25:50.566Z | Checking serde-big-array v0.5.1 |
2303 | 2024-09-07T03:25:50.768Z | Checking signal-hook-tokio v0.3.1 |
2304 | 2024-09-07T03:25:51.391Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2305 | 2024-09-07T03:25:52.302Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2306 | 2024-09-07T03:25:54.787Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2307 | 2024-09-07T03:25:56.793Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2308 | 2024-09-07T03:25:59.801Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2309 | 2024-09-07T03:26:02.038Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2310 | 2024-09-07T03:26:02.853Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2311 | 2024-09-07T03:26:03.102Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2312 | 2024-09-07T03:26:07.444Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2313 | 2024-09-07T03:26:08.069Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2314 | 2024-09-07T03:26:10.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s |
2315 | 2024-09-07T03:26:10.810Z | |
2316 | 2024-09-07T03:26:10.811Z | info: running `cargo check --bins` on gateway-api (46/158) |
2317 | 2024-09-07T03:26:11.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-09-07T03:26:11.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-09-07T03:26:11.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-09-07T03:26:11.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2321 | 2024-09-07T03:26:11.464Z | |
2322 | 2024-09-07T03:26:11.464Z | info: running `cargo check --bins` on oximeter (47/158) |
2323 | 2024-09-07T03:26:12.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-09-07T03:26:12.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-09-07T03:26:12.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-09-07T03:26:12.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2327 | 2024-09-07T03:26:12.116Z | |
2328 | 2024-09-07T03:26:12.116Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2329 | 2024-09-07T03:26:12.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-09-07T03:26:12.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-09-07T03:26:12.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-09-07T03:26:12.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2333 | 2024-09-07T03:26:12.737Z | |
2334 | 2024-09-07T03:26:12.737Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2335 | 2024-09-07T03:26:13.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-09-07T03:26:13.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-09-07T03:26:13.383Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2338 | 2024-09-07T03:26:13.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2339 | 2024-09-07T03:26:13.925Z | |
2340 | 2024-09-07T03:26:13.925Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2341 | 2024-09-07T03:26:14.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-09-07T03:26:14.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-09-07T03:26:14.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-09-07T03:26:14.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2345 | 2024-09-07T03:26:14.568Z | |
2346 | 2024-09-07T03:26:14.568Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2347 | 2024-09-07T03:26:15.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-09-07T03:26:15.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-09-07T03:26:15.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-09-07T03:26:15.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2351 | 2024-09-07T03:26:15.215Z | |
2352 | 2024-09-07T03:26:15.215Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2353 | 2024-09-07T03:26:15.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-09-07T03:26:15.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-09-07T03:26:15.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-09-07T03:26:15.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2357 | 2024-09-07T03:26:15.838Z | |
2358 | 2024-09-07T03:26:15.839Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2359 | 2024-09-07T03:26:16.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-09-07T03:26:16.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-09-07T03:26:16.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-09-07T03:26:16.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2363 | 2024-09-07T03:26:16.496Z | |
2364 | 2024-09-07T03:26:16.496Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2365 | 2024-09-07T03:26:17.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-09-07T03:26:17.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-09-07T03:26:17.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-09-07T03:26:17.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2369 | 2024-09-07T03:26:17.146Z | |
2370 | 2024-09-07T03:26:17.146Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2371 | 2024-09-07T03:26:17.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-09-07T03:26:17.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-09-07T03:26:17.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-09-07T03:26:17.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2375 | 2024-09-07T03:26:17.806Z | |
2376 | 2024-09-07T03:26:17.806Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2377 | 2024-09-07T03:26:18.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-09-07T03:26:18.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-09-07T03:26:18.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-09-07T03:26:18.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2381 | 2024-09-07T03:26:18.456Z | |
2382 | 2024-09-07T03:26:18.456Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2383 | 2024-09-07T03:26:19.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-09-07T03:26:19.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-09-07T03:26:19.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-09-07T03:26:19.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2387 | 2024-09-07T03:26:19.109Z | |
2388 | 2024-09-07T03:26:19.109Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2389 | 2024-09-07T03:26:19.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-09-07T03:26:19.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-09-07T03:26:19.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-09-07T03:26:19.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2393 | 2024-09-07T03:26:19.762Z | |
2394 | 2024-09-07T03:26:19.762Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2395 | 2024-09-07T03:26:20.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-09-07T03:26:20.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-09-07T03:26:20.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-09-07T03:26:20.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2399 | 2024-09-07T03:26:20.444Z | |
2400 | 2024-09-07T03:26:20.444Z | info: running `cargo check --bins` on internal-dns (60/158) |
2401 | 2024-09-07T03:26:21.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-09-07T03:26:21.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-09-07T03:26:21.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-09-07T03:26:21.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2405 | 2024-09-07T03:26:21.104Z | |
2406 | 2024-09-07T03:26:21.104Z | info: running `cargo check --bins` on nexus-client (61/158) |
2407 | 2024-09-07T03:26:21.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-09-07T03:26:21.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-09-07T03:26:21.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-09-07T03:26:21.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2411 | 2024-09-07T03:26:21.773Z | |
2412 | 2024-09-07T03:26:21.773Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2413 | 2024-09-07T03:26:22.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-09-07T03:26:22.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-09-07T03:26:22.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-09-07T03:26:22.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2417 | 2024-09-07T03:26:22.439Z | |
2418 | 2024-09-07T03:26:22.439Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2419 | 2024-09-07T03:26:23.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-09-07T03:26:23.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-09-07T03:26:23.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-09-07T03:26:23.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2423 | 2024-09-07T03:26:23.064Z | |
2424 | 2024-09-07T03:26:23.064Z | info: running `cargo check --bins` on nexus-types (64/158) |
2425 | 2024-09-07T03:26:23.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-09-07T03:26:23.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-09-07T03:26:23.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-09-07T03:26:23.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2429 | 2024-09-07T03:26:23.741Z | |
2430 | 2024-09-07T03:26:23.741Z | info: running `cargo check --bins` on gateway-client (65/158) |
2431 | 2024-09-07T03:26:24.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-09-07T03:26:24.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-09-07T03:26:24.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-09-07T03:26:24.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2435 | 2024-09-07T03:26:24.374Z | |
2436 | 2024-09-07T03:26:24.375Z | info: running `cargo check --bins` on oxql-types (66/158) |
2437 | 2024-09-07T03:26:24.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-09-07T03:26:24.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-09-07T03:26:24.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-09-07T03:26:24.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2441 | 2024-09-07T03:26:25.028Z | |
2442 | 2024-09-07T03:26:25.028Z | info: running `cargo check --bins` on update-engine (67/158) |
2443 | 2024-09-07T03:26:25.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-09-07T03:26:25.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-09-07T03:26:25.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-09-07T03:26:25.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2447 | 2024-09-07T03:26:25.667Z | |
2448 | 2024-09-07T03:26:25.667Z | info: running `cargo check --bins` on sp-sim (68/158) |
2449 | 2024-09-07T03:26:26.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-09-07T03:26:26.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-09-07T03:26:26.313Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2452 | 2024-09-07T03:26:28.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
2453 | 2024-09-07T03:26:28.223Z | |
2454 | 2024-09-07T03:26:28.223Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158) |
2455 | 2024-09-07T03:26:28.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-09-07T03:26:28.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-09-07T03:26:28.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-09-07T03:26:28.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2459 | 2024-09-07T03:26:28.933Z | |
2460 | 2024-09-07T03:26:28.933Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158) |
2461 | 2024-09-07T03:26:29.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-09-07T03:26:29.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-09-07T03:26:29.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-09-07T03:26:29.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2465 | 2024-09-07T03:26:29.655Z | |
2466 | 2024-09-07T03:26:29.655Z | info: running `cargo check --bins` on db-macros (71/158) |
2467 | 2024-09-07T03:26:30.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-09-07T03:26:30.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-09-07T03:26:30.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-09-07T03:26:30.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2471 | 2024-09-07T03:26:30.285Z | |
2472 | 2024-09-07T03:26:30.285Z | info: running `cargo check --bins` on nexus-macros-common (72/158) |
2473 | 2024-09-07T03:26:30.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-09-07T03:26:30.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-09-07T03:26:30.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-09-07T03:26:30.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2477 | 2024-09-07T03:26:30.920Z | |
2478 | 2024-09-07T03:26:30.920Z | info: running `cargo check --bins` on nexus-auth (73/158) |
2479 | 2024-09-07T03:26:31.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-09-07T03:26:31.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-09-07T03:26:31.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-09-07T03:26:31.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2483 | 2024-09-07T03:26:31.619Z | |
2484 | 2024-09-07T03:26:31.619Z | info: running `cargo check --bins` on authz-macros (74/158) |
2485 | 2024-09-07T03:26:32.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-09-07T03:26:32.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-09-07T03:26:32.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-09-07T03:26:32.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2489 | 2024-09-07T03:26:32.243Z | |
2490 | 2024-09-07T03:26:32.244Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/158) |
2491 | 2024-09-07T03:26:32.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-09-07T03:26:32.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-09-07T03:26:32.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-09-07T03:26:32.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2495 | 2024-09-07T03:26:32.918Z | |
2496 | 2024-09-07T03:26:32.918Z | info: running `cargo check --bins` on nexus-db-model (76/158) |
2497 | 2024-09-07T03:26:33.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-09-07T03:26:33.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-09-07T03:26:33.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-09-07T03:26:33.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2501 | 2024-09-07T03:26:33.593Z | |
2502 | 2024-09-07T03:26:33.593Z | info: running `cargo check --bins` on nexus-defaults (77/158) |
2503 | 2024-09-07T03:26:34.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-09-07T03:26:34.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-09-07T03:26:34.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-09-07T03:26:34.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2507 | 2024-09-07T03:26:34.242Z | |
2508 | 2024-09-07T03:26:34.242Z | info: running `cargo check --bins` on sled-agent-client (78/158) |
2509 | 2024-09-07T03:26:34.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-09-07T03:26:34.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-09-07T03:26:34.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-09-07T03:26:34.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2513 | 2024-09-07T03:26:34.913Z | |
2514 | 2024-09-07T03:26:34.913Z | info: running `cargo check --bins` on nexus-inventory (79/158) |
2515 | 2024-09-07T03:26:35.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-09-07T03:26:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-09-07T03:26:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-09-07T03:26:35.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2519 | 2024-09-07T03:26:35.585Z | |
2520 | 2024-09-07T03:26:35.585Z | info: running `cargo check --bins` on typed-rng (80/158) |
2521 | 2024-09-07T03:26:36.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-09-07T03:26:36.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-09-07T03:26:36.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-09-07T03:26:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2525 | 2024-09-07T03:26:36.209Z | |
2526 | 2024-09-07T03:26:36.209Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158) |
2527 | 2024-09-07T03:26:36.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-09-07T03:26:36.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-09-07T03:26:36.954Z | Compiling rayon-core v1.12.1 |
2530 | 2024-09-07T03:26:36.956Z | Compiling crossbeam-deque v0.8.5 |
2531 | 2024-09-07T03:26:37.052Z | Compiling curve25519-dalek v4.1.3 |
2532 | 2024-09-07T03:26:37.062Z | Compiling unicase v2.7.0 |
2533 | 2024-09-07T03:26:37.065Z | Checking keccak v0.1.5 |
2534 | 2024-09-07T03:26:37.071Z | Compiling same-file v1.0.6 |
2535 | 2024-09-07T03:26:37.073Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2536 | 2024-09-07T03:26:37.082Z | Compiling tempfile v3.10.1 |
2537 | 2024-09-07T03:26:37.363Z | Checking sha3 v0.10.8 |
2538 | 2024-09-07T03:26:37.366Z | Compiling walkdir v2.5.0 |
2539 | 2024-09-07T03:26:37.417Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2540 | 2024-09-07T03:26:37.585Z | Compiling thiserror-impl-no-std v2.0.2 |
2541 | 2024-09-07T03:26:37.736Z | Checking universal-hash v0.5.1 |
2542 | 2024-09-07T03:26:37.763Z | Checking secrecy v0.8.0 |
2543 | 2024-09-07T03:26:37.780Z | Compiling blake3 v1.5.1 |
2544 | 2024-09-07T03:26:37.939Z | Compiling ring v0.16.20 |
2545 | 2024-09-07T03:26:37.942Z | Compiling curve25519-dalek-derive v0.1.1 |
2546 | 2024-09-07T03:26:37.969Z | Checking opaque-debug v0.3.1 |
2547 | 2024-09-07T03:26:37.985Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2548 | 2024-09-07T03:26:38.055Z | Checking poly1305 v0.8.0 |
2549 | 2024-09-07T03:26:38.124Z | Compiling rayon v1.10.0 |
2550 | 2024-09-07T03:26:38.291Z | Checking chacha20 v0.9.1 |
2551 | 2024-09-07T03:26:38.534Z | Checking aead v0.5.2 |
2552 | 2024-09-07T03:26:38.612Z | Compiling memmap2 v0.9.4 |
2553 | 2024-09-07T03:26:38.753Z | Compiling spin v0.5.2 |
2554 | 2024-09-07T03:26:38.972Z | Compiling libefi-sys v0.1.0 |
2555 | 2024-09-07T03:26:38.988Z | Compiling untrusted v0.7.1 |
2556 | 2024-09-07T03:26:39.032Z | Compiling constant_time_eq v0.3.0 |
2557 | 2024-09-07T03:26:39.049Z | Compiling home v0.5.9 |
2558 | 2024-09-07T03:26:39.156Z | Compiling arrayref v0.3.7 |
2559 | 2024-09-07T03:26:39.211Z | Compiling arrayvec v0.7.4 |
2560 | 2024-09-07T03:26:39.252Z | Compiling toolchain_find v0.4.0 |
2561 | 2024-09-07T03:26:39.294Z | Checking chacha20poly1305 v0.10.1 |
2562 | 2024-09-07T03:26:39.594Z | Compiling camino-tempfile v1.1.1 |
2563 | 2024-09-07T03:26:39.610Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2564 | 2024-09-07T03:26:39.872Z | Compiling bitfield-struct v0.6.1 |
2565 | 2024-09-07T03:26:39.898Z | Compiling topological-sort v0.2.2 |
2566 | 2024-09-07T03:26:40.031Z | Compiling mime_guess v2.0.4 |
2567 | 2024-09-07T03:26:40.127Z | Compiling rustfmt-wrapper v0.2.1 |
2568 | 2024-09-07T03:26:40.542Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2569 | 2024-09-07T03:26:40.678Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2570 | 2024-09-07T03:26:40.696Z | Checking thiserror-no-std v2.0.2 |
2571 | 2024-09-07T03:26:40.798Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2572 | 2024-09-07T03:26:40.918Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2573 | 2024-09-07T03:26:41.206Z | Checking gethostname v0.5.0 |
2574 | 2024-09-07T03:26:41.317Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2575 | 2024-09-07T03:26:41.319Z | Checking vsss-rs v3.3.4 |
2576 | 2024-09-07T03:26:41.366Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2577 | 2024-09-07T03:26:41.380Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2578 | 2024-09-07T03:26:41.910Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2579 | 2024-09-07T03:26:41.925Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2580 | 2024-09-07T03:26:42.036Z | Checking nanorand v0.7.0 |
2581 | 2024-09-07T03:26:42.181Z | Checking http-range v0.1.5 |
2582 | 2024-09-07T03:26:42.392Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2583 | 2024-09-07T03:26:42.409Z | Checking glob v0.3.1 |
2584 | 2024-09-07T03:26:42.525Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2585 | 2024-09-07T03:26:42.723Z | Checking flume v0.11.0 |
2586 | 2024-09-07T03:26:42.751Z | Checking hyper-staticfile v0.9.5 |
2587 | 2024-09-07T03:26:43.158Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2588 | 2024-09-07T03:26:43.224Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2589 | 2024-09-07T03:26:43.253Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2590 | 2024-09-07T03:26:43.615Z | Compiling omicron-zone-package v0.11.0 |
2591 | 2024-09-07T03:26:43.780Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2592 | 2024-09-07T03:26:44.408Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2593 | 2024-09-07T03:26:44.760Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2594 | 2024-09-07T03:26:45.150Z | Checking itertools v0.13.0 |
2595 | 2024-09-07T03:26:45.482Z | Checking display-error-chain v0.2.1 |
2596 | 2024-09-07T03:26:47.257Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2597 | 2024-09-07T03:26:47.761Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2598 | 2024-09-07T03:26:49.807Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2599 | 2024-09-07T03:26:49.810Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2600 | 2024-09-07T03:26:59.502Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2601 | 2024-09-07T03:27:10.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s |
2602 | 2024-09-07T03:27:10.875Z | |
2603 | 2024-09-07T03:27:10.875Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158) |
2604 | 2024-09-07T03:27:11.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-09-07T03:27:11.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-09-07T03:27:11.624Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2607 | 2024-09-07T03:27:22.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
2608 | 2024-09-07T03:27:23.068Z | |
2609 | 2024-09-07T03:27:23.068Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158) |
2610 | 2024-09-07T03:27:23.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-09-07T03:27:23.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-09-07T03:27:23.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2613 | 2024-09-07T03:27:35.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s |
2614 | 2024-09-07T03:27:35.394Z | |
2615 | 2024-09-07T03:27:35.394Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158) |
2616 | 2024-09-07T03:27:36.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-09-07T03:27:36.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-09-07T03:27:36.132Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2619 | 2024-09-07T03:27:47.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s |
2620 | 2024-09-07T03:27:47.591Z | |
2621 | 2024-09-07T03:27:47.591Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158) |
2622 | 2024-09-07T03:27:48.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-09-07T03:27:48.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-09-07T03:27:48.346Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2625 | 2024-09-07T03:27:59.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s |
2626 | 2024-09-07T03:27:59.863Z | |
2627 | 2024-09-07T03:27:59.863Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158) |
2628 | 2024-09-07T03:28:00.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-09-07T03:28:00.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-09-07T03:28:00.614Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2631 | 2024-09-07T03:28:11.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s |
2632 | 2024-09-07T03:28:12.050Z | |
2633 | 2024-09-07T03:28:12.050Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158) |
2634 | 2024-09-07T03:28:12.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-09-07T03:28:12.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-09-07T03:28:12.802Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2637 | 2024-09-07T03:28:24.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s |
2638 | 2024-09-07T03:28:24.314Z | |
2639 | 2024-09-07T03:28:24.314Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158) |
2640 | 2024-09-07T03:28:24.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-09-07T03:28:24.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-09-07T03:28:25.066Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2643 | 2024-09-07T03:28:36.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s |
2644 | 2024-09-07T03:28:36.637Z | |
2645 | 2024-09-07T03:28:36.637Z | info: running `cargo check --bins` on bootstrap-agent-api (89/158) |
2646 | 2024-09-07T03:28:37.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-09-07T03:28:37.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-09-07T03:28:37.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-09-07T03:28:37.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2650 | 2024-09-07T03:28:37.323Z | |
2651 | 2024-09-07T03:28:37.323Z | info: running `cargo check --bins` on sled-agent-types (90/158) |
2652 | 2024-09-07T03:28:37.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-09-07T03:28:37.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-09-07T03:28:37.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-09-07T03:28:37.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2656 | 2024-09-07T03:28:37.996Z | |
2657 | 2024-09-07T03:28:37.996Z | info: running `cargo check --bins` on bootstrap-agent-client (91/158) |
2658 | 2024-09-07T03:28:38.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-09-07T03:28:38.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-09-07T03:28:38.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-09-07T03:28:38.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2662 | 2024-09-07T03:28:38.660Z | |
2663 | 2024-09-07T03:28:38.660Z | info: running `cargo check --bins` on dpd-client (92/158) |
2664 | 2024-09-07T03:28:39.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-09-07T03:28:39.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-09-07T03:28:39.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-09-07T03:28:39.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2668 | 2024-09-07T03:28:39.302Z | |
2669 | 2024-09-07T03:28:39.302Z | info: running `cargo check --bins` on installinator-common (93/158) |
2670 | 2024-09-07T03:28:39.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-09-07T03:28:39.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-09-07T03:28:39.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-09-07T03:28:39.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2674 | 2024-09-07T03:28:39.988Z | |
2675 | 2024-09-07T03:28:39.988Z | info: running `cargo check --bins` on key-manager (94/158) |
2676 | 2024-09-07T03:28:40.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-09-07T03:28:40.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-09-07T03:28:40.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-09-07T03:28:40.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2680 | 2024-09-07T03:28:40.641Z | |
2681 | 2024-09-07T03:28:40.641Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2682 | 2024-09-07T03:28:41.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-09-07T03:28:41.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-09-07T03:28:41.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-09-07T03:28:41.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2686 | 2024-09-07T03:28:41.315Z | |
2687 | 2024-09-07T03:28:41.315Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2688 | 2024-09-07T03:28:41.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-09-07T03:28:41.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-09-07T03:28:41.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-09-07T03:28:41.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2692 | 2024-09-07T03:28:41.988Z | |
2693 | 2024-09-07T03:28:41.988Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2694 | 2024-09-07T03:28:42.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-09-07T03:28:42.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-09-07T03:28:42.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2024-09-07T03:28:42.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2698 | 2024-09-07T03:28:42.653Z | |
2699 | 2024-09-07T03:28:42.653Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2700 | 2024-09-07T03:28:43.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-09-07T03:28:43.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-09-07T03:28:43.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-09-07T03:28:43.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2704 | 2024-09-07T03:28:43.321Z | |
2705 | 2024-09-07T03:28:43.321Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2706 | 2024-09-07T03:28:43.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-09-07T03:28:43.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-09-07T03:28:43.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2024-09-07T03:28:43.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2710 | 2024-09-07T03:28:43.988Z | |
2711 | 2024-09-07T03:28:43.988Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2712 | 2024-09-07T03:28:44.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-09-07T03:28:44.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-09-07T03:28:44.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-09-07T03:28:44.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2716 | 2024-09-07T03:28:44.670Z | |
2717 | 2024-09-07T03:28:44.670Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2718 | 2024-09-07T03:28:45.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-09-07T03:28:45.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-09-07T03:28:45.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-09-07T03:28:45.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2722 | 2024-09-07T03:28:45.346Z | |
2723 | 2024-09-07T03:28:45.346Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2724 | 2024-09-07T03:28:45.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-09-07T03:28:45.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-09-07T03:28:46.047Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2727 | 2024-09-07T03:28:46.048Z | Checking bcs v0.1.6 |
2728 | 2024-09-07T03:28:46.048Z | Compiling async-recursion v1.1.1 |
2729 | 2024-09-07T03:28:46.052Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2730 | 2024-09-07T03:28:46.052Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2731 | 2024-09-07T03:28:47.096Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2732 | 2024-09-07T03:28:50.274Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2733 | 2024-09-07T03:28:51.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s |
2734 | 2024-09-07T03:28:52.109Z | |
2735 | 2024-09-07T03:28:52.109Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2736 | 2024-09-07T03:28:52.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-09-07T03:28:52.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-09-07T03:28:52.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-09-07T03:28:52.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2740 | 2024-09-07T03:28:52.759Z | |
2741 | 2024-09-07T03:28:52.759Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2742 | 2024-09-07T03:28:53.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-09-07T03:28:53.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-09-07T03:28:53.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2024-09-07T03:28:53.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2746 | 2024-09-07T03:28:53.411Z | |
2747 | 2024-09-07T03:28:53.411Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2748 | 2024-09-07T03:28:53.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-09-07T03:28:54.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-09-07T03:28:54.072Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2751 | 2024-09-07T03:28:54.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2752 | 2024-09-07T03:28:54.798Z | |
2753 | 2024-09-07T03:28:54.798Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2754 | 2024-09-07T03:28:55.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2024-09-07T03:28:55.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2024-09-07T03:28:55.480Z | Compiling cfg_aliases v0.1.1 |
2757 | 2024-09-07T03:28:55.480Z | Compiling vte_generate_state_changes v0.1.1 |
2758 | 2024-09-07T03:28:55.482Z | Checking fd-lock v4.0.2 |
2759 | 2024-09-07T03:28:55.482Z | Checking bytecount v0.6.8 |
2760 | 2024-09-07T03:28:55.482Z | Compiling tabled_derive v0.7.0 |
2761 | 2024-09-07T03:28:55.482Z | Checking crossterm v0.27.0 |
2762 | 2024-09-07T03:28:55.574Z | Compiling peg-macros v0.8.4 |
2763 | 2024-09-07T03:28:55.584Z | Compiling sqlparser_derive v0.2.2 |
2764 | 2024-09-07T03:28:55.655Z | Compiling nix v0.28.0 |
2765 | 2024-09-07T03:28:55.724Z | Checking papergrid v0.11.0 |
2766 | 2024-09-07T03:28:55.739Z | Checking nu-ansi-term v0.50.0 |
2767 | 2024-09-07T03:28:56.126Z | Checking unicode_categories v0.1.1 |
2768 | 2024-09-07T03:28:56.229Z | Checking vte v0.11.1 |
2769 | 2024-09-07T03:28:56.447Z | Checking home v0.5.9 |
2770 | 2024-09-07T03:28:56.596Z | Checking sqlformat v0.2.4 |
2771 | 2024-09-07T03:28:56.797Z | Checking sqlparser v0.45.0 |
2772 | 2024-09-07T03:28:57.140Z | Checking crossterm v0.28.1 |
2773 | 2024-09-07T03:28:57.606Z | Checking strip-ansi-escapes v0.2.0 |
2774 | 2024-09-07T03:28:57.766Z | Checking reedline v0.33.0 |
2775 | 2024-09-07T03:28:58.083Z | Checking tabled v0.15.0 |
2776 | 2024-09-07T03:28:58.697Z | Checking peg v0.8.4 |
2777 | 2024-09-07T03:28:58.922Z | Checking rustyline v14.0.0 |
2778 | 2024-09-07T03:29:03.274Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2779 | 2024-09-07T03:29:08.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
2780 | 2024-09-07T03:29:08.446Z | |
2781 | 2024-09-07T03:29:08.446Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2782 | 2024-09-07T03:29:09.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-09-07T03:29:09.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-09-07T03:29:09.120Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2785 | 2024-09-07T03:29:14.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2786 | 2024-09-07T03:29:14.399Z | |
2787 | 2024-09-07T03:29:14.399Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2788 | 2024-09-07T03:29:14.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-09-07T03:29:15.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-09-07T03:29:15.074Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2791 | 2024-09-07T03:29:19.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2792 | 2024-09-07T03:29:20.142Z | |
2793 | 2024-09-07T03:29:20.142Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2794 | 2024-09-07T03:29:20.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-09-07T03:29:20.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-09-07T03:29:20.813Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2797 | 2024-09-07T03:29:24.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2798 | 2024-09-07T03:29:25.017Z | |
2799 | 2024-09-07T03:29:25.017Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2800 | 2024-09-07T03:29:25.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-09-07T03:29:25.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-09-07T03:29:25.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-09-07T03:29:25.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2804 | 2024-09-07T03:29:25.672Z | |
2805 | 2024-09-07T03:29:25.672Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2806 | 2024-09-07T03:29:26.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-09-07T03:29:26.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-09-07T03:29:26.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-09-07T03:29:26.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2810 | 2024-09-07T03:29:26.304Z | |
2811 | 2024-09-07T03:29:26.304Z | info: running `cargo check --bins` on installinator-client (112/158) |
2812 | 2024-09-07T03:29:26.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-09-07T03:29:26.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-09-07T03:29:26.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-09-07T03:29:26.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2816 | 2024-09-07T03:29:26.969Z | |
2817 | 2024-09-07T03:29:26.969Z | info: running `cargo check --bins` on oxide-client (113/158) |
2818 | 2024-09-07T03:29:27.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-09-07T03:29:27.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-09-07T03:29:27.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-09-07T03:29:27.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2822 | 2024-09-07T03:29:27.609Z | |
2823 | 2024-09-07T03:29:27.610Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2824 | 2024-09-07T03:29:28.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-09-07T03:29:28.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-09-07T03:29:28.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-09-07T03:29:28.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2828 | 2024-09-07T03:29:28.300Z | |
2829 | 2024-09-07T03:29:28.300Z | info: running `cargo check --bins` on wicket-common (115/158) |
2830 | 2024-09-07T03:29:28.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-09-07T03:29:28.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-09-07T03:29:28.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-09-07T03:29:28.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2834 | 2024-09-07T03:29:28.978Z | |
2835 | 2024-09-07T03:29:28.978Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2836 | 2024-09-07T03:29:29.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-09-07T03:29:29.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-09-07T03:29:29.651Z | Checking csv-core v0.1.11 |
2839 | 2024-09-07T03:29:29.654Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2840 | 2024-09-07T03:29:29.952Z | Checking csv v1.3.0 |
2841 | 2024-09-07T03:29:30.474Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2842 | 2024-09-07T03:29:30.818Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2843 | 2024-09-07T03:29:32.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
2844 | 2024-09-07T03:29:32.155Z | |
2845 | 2024-09-07T03:29:32.155Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2846 | 2024-09-07T03:29:32.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-09-07T03:29:32.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-09-07T03:29:32.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-09-07T03:29:32.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2850 | 2024-09-07T03:29:32.806Z | |
2851 | 2024-09-07T03:29:32.806Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2852 | 2024-09-07T03:29:33.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-09-07T03:29:33.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-09-07T03:29:33.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-09-07T03:29:33.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2856 | 2024-09-07T03:29:33.456Z | |
2857 | 2024-09-07T03:29:33.456Z | info: running `cargo check --bins` on cert-dev (119/158) |
2858 | 2024-09-07T03:29:34.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-09-07T03:29:34.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-09-07T03:29:34.076Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2861 | 2024-09-07T03:29:34.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2862 | 2024-09-07T03:29:34.469Z | |
2863 | 2024-09-07T03:29:34.469Z | info: running `cargo check --bins` on ch-dev (120/158) |
2864 | 2024-09-07T03:29:35.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-09-07T03:29:35.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-09-07T03:29:35.147Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2867 | 2024-09-07T03:29:35.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2868 | 2024-09-07T03:29:35.985Z | |
2869 | 2024-09-07T03:29:35.985Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2870 | 2024-09-07T03:29:36.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-09-07T03:29:36.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-09-07T03:29:36.663Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2873 | 2024-09-07T03:29:36.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2874 | 2024-09-07T03:29:37.145Z | |
2875 | 2024-09-07T03:29:37.145Z | info: running `cargo check --bins` on db-dev (122/158) |
2876 | 2024-09-07T03:29:37.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-09-07T03:29:37.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-09-07T03:29:37.821Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2879 | 2024-09-07T03:29:38.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2880 | 2024-09-07T03:29:38.680Z | |
2881 | 2024-09-07T03:29:38.680Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2882 | 2024-09-07T03:29:39.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-09-07T03:29:39.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-09-07T03:29:39.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-09-07T03:29:39.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2886 | 2024-09-07T03:29:39.349Z | |
2887 | 2024-09-07T03:29:39.349Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2888 | 2024-09-07T03:29:39.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-09-07T03:29:39.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-09-07T03:29:39.981Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2891 | 2024-09-07T03:29:40.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2892 | 2024-09-07T03:29:40.952Z | |
2893 | 2024-09-07T03:29:40.952Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2894 | 2024-09-07T03:29:41.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-09-07T03:29:41.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-09-07T03:29:41.694Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2897 | 2024-09-07T03:29:42.465Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2898 | 2024-09-07T03:29:42.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2899 | 2024-09-07T03:29:42.995Z | |
2900 | 2024-09-07T03:29:42.995Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2901 | 2024-09-07T03:29:43.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-09-07T03:29:43.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-09-07T03:29:43.805Z | Compiling glob v0.3.1 |
2904 | 2024-09-07T03:29:43.808Z | Compiling crunchy v0.2.2 |
2905 | 2024-09-07T03:29:43.808Z | Compiling tiny-keccak v2.0.2 |
2906 | 2024-09-07T03:29:43.808Z | Compiling dsl_auto_type v0.1.2 |
2907 | 2024-09-07T03:29:43.921Z | Checking scheduled-thread-pool v0.2.7 |
2908 | 2024-09-07T03:29:43.923Z | Compiling diesel_table_macro_syntax v0.2.0 |
2909 | 2024-09-07T03:29:43.959Z | Compiling ascii-canvas v3.0.0 |
2910 | 2024-09-07T03:29:43.974Z | Compiling ena v0.14.3 |
2911 | 2024-09-07T03:29:44.161Z | Checking r2d2 v0.8.10 |
2912 | 2024-09-07T03:29:44.209Z | Compiling libloading v0.8.3 |
2913 | 2024-09-07T03:29:44.380Z | Compiling regex-syntax v0.6.29 |
2914 | 2024-09-07T03:29:44.380Z | Compiling diff v0.1.13 |
2915 | 2024-09-07T03:29:44.461Z | Compiling bindgen v0.69.4 |
2916 | 2024-09-07T03:29:44.500Z | Compiling which v4.4.2 |
2917 | 2024-09-07T03:29:44.657Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2918 | 2024-09-07T03:29:44.827Z | Compiling clang-sys v1.7.0 |
2919 | 2024-09-07T03:29:44.881Z | Compiling cexpr v0.6.0 |
2920 | 2024-09-07T03:29:45.046Z | Compiling lazycell v1.3.0 |
2921 | 2024-09-07T03:29:45.124Z | Compiling ref-cast v1.0.23 |
2922 | 2024-09-07T03:29:45.220Z | Compiling shlex v1.3.0 |
2923 | 2024-09-07T03:29:45.236Z | Compiling rustc-hash v1.1.0 |
2924 | 2024-09-07T03:29:45.271Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2925 | 2024-09-07T03:29:45.395Z | Compiling derive_builder_core v0.20.0 |
2926 | 2024-09-07T03:29:45.533Z | Compiling diesel_derives v2.2.2 |
2927 | 2024-09-07T03:29:45.561Z | Compiling libxml v0.3.3 |
2928 | 2024-09-07T03:29:45.687Z | Compiling ref-cast-impl v1.0.23 |
2929 | 2024-09-07T03:29:45.734Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2930 | 2024-09-07T03:29:45.997Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2931 | 2024-09-07T03:29:46.232Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2932 | 2024-09-07T03:29:46.530Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2933 | 2024-09-07T03:29:46.698Z | Compiling strum_macros v0.24.3 |
2934 | 2024-09-07T03:29:46.894Z | Compiling dropshot v0.10.1 |
2935 | 2024-09-07T03:29:47.013Z | Compiling indoc v1.0.9 |
2936 | 2024-09-07T03:29:47.861Z | Compiling lalrpop v0.19.12 |
2937 | 2024-09-07T03:29:48.047Z | Compiling derive_builder_macro v0.20.0 |
2938 | 2024-09-07T03:29:48.950Z | Checking derive_builder v0.20.0 |
2939 | 2024-09-07T03:29:49.140Z | Checking tungstenite v0.23.0 |
2940 | 2024-09-07T03:29:49.534Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2941 | 2024-09-07T03:29:49.844Z | Compiling dropshot_endpoint v0.10.1 |
2942 | 2024-09-07T03:29:50.057Z | Compiling oso-derive v0.27.3 |
2943 | 2024-09-07T03:29:50.126Z | Compiling impl-trait-for-tuples v0.2.2 |
2944 | 2024-09-07T03:29:50.321Z | Checking quick-xml v0.33.0 |
2945 | 2024-09-07T03:29:51.161Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2946 | 2024-09-07T03:29:51.489Z | Checking maplit v1.0.2 |
2947 | 2024-09-07T03:29:51.668Z | Checking tokio-tungstenite v0.23.1 |
2948 | 2024-09-07T03:29:52.151Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2949 | 2024-09-07T03:29:52.409Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2950 | 2024-09-07T03:29:52.739Z | Compiling const_format_proc_macros v0.2.32 |
2951 | 2024-09-07T03:29:53.916Z | Checking bb8 v0.8.5 |
2952 | 2024-09-07T03:29:54.442Z | Checking crossbeam-deque v0.8.5 |
2953 | 2024-09-07T03:29:54.751Z | Compiling portable-atomic v1.6.0 |
2954 | 2024-09-07T03:29:54.942Z | Checking const_format v0.2.32 |
2955 | 2024-09-07T03:29:55.434Z | Checking rayon-core v1.12.1 |
2956 | 2024-09-07T03:29:55.728Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2957 | 2024-09-07T03:29:55.859Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2958 | 2024-09-07T03:29:56.150Z | Checking castaway v0.2.3 |
2959 | 2024-09-07T03:29:56.194Z | Checking rayon v1.10.0 |
2960 | 2024-09-07T03:29:56.325Z | Checking compact_str v0.8.0 |
2961 | 2024-09-07T03:29:57.797Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2962 | 2024-09-07T03:29:57.909Z | Checking unicode-truncate v1.0.0 |
2963 | 2024-09-07T03:29:58.087Z | Checking lru v0.12.3 |
2964 | 2024-09-07T03:29:58.160Z | Compiling instability v0.3.2 |
2965 | 2024-09-07T03:29:58.272Z | Checking diesel v2.2.3 |
2966 | 2024-09-07T03:29:58.304Z | Checking unicode-linebreak v0.1.5 |
2967 | 2024-09-07T03:29:58.381Z | Checking smawk v0.3.2 |
2968 | 2024-09-07T03:29:58.558Z | Checking cassowary v0.3.0 |
2969 | 2024-09-07T03:29:58.589Z | Checking number_prefix v0.4.0 |
2970 | 2024-09-07T03:29:58.714Z | Checking textwrap v0.16.1 |
2971 | 2024-09-07T03:29:58.816Z | Checking multimap v0.10.0 |
2972 | 2024-09-07T03:29:59.273Z | Checking ratatui v0.28.0 |
2973 | 2024-09-07T03:30:00.060Z | Checking indicatif v0.17.8 |
2974 | 2024-09-07T03:30:21.382Z | Compiling samael v0.0.17 |
2975 | 2024-09-07T03:30:32.797Z | Compiling polar-core v0.27.3 |
2976 | 2024-09-07T03:30:34.034Z | Checking async-bb8-diesel v0.2.1 |
2977 | 2024-09-07T03:30:39.644Z | Checking oso v0.27.3 |
2978 | 2024-09-07T03:31:16.224Z | error[E0308]: mismatched types |
2979 | 2024-09-07T03:31:16.224Z | --> nexus/auth/src/authn/silos.rs:110:65 |
2980 | 2024-09-07T03:31:16.224Z | | |
2981 | 2024-09-07T03:31:16.224Z | 110 | authn_request.signed_redirect(&encoded_relay_state, &key) |
2982 | 2024-09-07T03:31:16.224Z | | --------------- ^^^^ expected `PKey<Private>`, found `&Vec<u8>` |
2983 | 2024-09-07T03:31:16.224Z | | | |
2984 | 2024-09-07T03:31:16.224Z | | arguments to this method are incorrect |
2985 | 2024-09-07T03:31:16.224Z | | |
2986 | 2024-09-07T03:31:16.224Z | = note: expected struct `PKey<Private>` |
2987 | 2024-09-07T03:31:16.224Z | found reference `&Vec<u8>` |
2988 | 2024-09-07T03:31:16.224Z | note: method defined here |
2989 | 2024-09-07T03:31:16.224Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/service_provider/mod.rs:555:12 |
2990 | 2024-09-07T03:31:16.224Z | | |
2991 | 2024-09-07T03:31:16.224Z | 555 | pub fn signed_redirect( |
2992 | 2024-09-07T03:31:16.224Z | | ^^^^^^^^^^^^^^^ |
2993 | 2024-09-07T03:31:16.224Z | |
2994 | 2024-09-07T03:31:16.240Z | error[E0308]: mismatched types |
2995 | 2024-09-07T03:31:16.240Z | --> nexus/auth/src/authn/silos.rs:298:13 |
2996 | 2024-09-07T03:31:16.240Z | | |
2997 | 2024-09-07T03:31:16.240Z | 297 | let signature_algorithm: String = |
2998 | 2024-09-07T03:31:16.240Z | | ------ expected due to this |
2999 | 2024-09-07T03:31:16.240Z | 298 | assertion_signature.signed_info.signature_method.algorithm; |
3000 | 2024-09-07T03:31:16.240Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `SignatureAlgorithm` |
3001 | 2024-09-07T03:31:16.240Z | |
3002 | 2024-09-07T03:31:17.174Z | For more information about this error, try `rustc --explain E0308`. |
3003 | 2024-09-07T03:31:17.224Z | error: could not compile `nexus-auth` (lib) due to 2 previous errors |
3004 | 2024-09-07T03:31:17.414Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101) |
3005 | 2024-09-07T03:31:17.417Z | Error: cargo-hack install failed: exit status: 1 |
3006 | 2024-09-07T03:31:17.419Z | |
3007 | 2024-09-07T03:31:17.419Z | real 7:46.572127458 |
3008 | 2024-09-07T03:31:17.419Z | user 19:27.490461927 |
3009 | 2024-09-07T03:31:17.419Z | sys 4:07.957713675 |
3010 | 2024-09-07T03:31:17.419Z | trap 0.442920831 |
3011 | 2024-09-07T03:31:17.419Z | tflt 2.369909718 |
3012 | 2024-09-07T03:31:17.419Z | dflt 1.779965145 |
3013 | 2024-09-07T03:31:17.419Z | kflt 0.002087026 |
3014 | 2024-09-07T03:31:17.419Z | lock 31:50.027091305 |
3015 | 2024-09-07T03:31:17.419Z | slp 1:29:41.844218642 |
3016 | 2024-09-07T03:31:17.419Z | lat 51.690767251 |
3017 | 2024-09-07T03:31:17.419Z | stop 2:33.086677006 |
3018 | 2024-09-07T03:31:17.422Z | process exited: duration 788832 ms, exit code 1 |
|
3019 | 2024-09-07T03:31:17.428Z | found 0 output files |