|
|
|
1 | 2024-10-07T07:17:55.048Z | job assigned to worker 01J9JXDNRFM86PAQZ3N7JPH2Y0 (queued for 54 s) |
|
2 | 2024-10-07T07:18:02.633Z | starting task 0: "setup" |
3 | 2024-10-07T07:18:02.643Z | ++ uname -s |
4 | 2024-10-07T07:18:02.646Z | + kern=SunOS |
5 | 2024-10-07T07:18:02.646Z | + case "$kern" in |
6 | 2024-10-07T07:18:02.646Z | + groupadd -g 12345 build |
7 | 2024-10-07T07:18:02.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-07T07:18:04.657Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-07T07:18:04.739Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-07T07:18:04.742Z | + home_fs=zfs |
11 | 2024-10-07T07:18:04.742Z | + [[ zfs == autofs ]] |
12 | 2024-10-07T07:18:04.742Z | + mkdir -p /home/build |
13 | 2024-10-07T07:18:04.744Z | + chown build:build /home/build /work |
14 | 2024-10-07T07:18:06.746Z | + chmod 0700 /home/build /work |
15 | 2024-10-07T07:18:06.749Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-10-07T07:18:06.754Z | starting task 1: "rust-toolchain" |
17 | 2024-10-07T07:18:06.760Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-07T07:18:06.760Z | ' stable |
19 | 2024-10-07T07:18:06.760Z | * toolchain channel = "stable" |
20 | 2024-10-07T07:18:06.762Z | * toolchain profile = "default" |
21 | 2024-10-07T07:18:06.762Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-07T07:18:06.762Z | ' default |
23 | 2024-10-07T07:18:06.762Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-07T07:18:06.762Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-07T07:18:06.878Z | info: downloading installer |
26 | 2024-10-07T07:18:08.361Z | info: profile set to 'default' |
27 | 2024-10-07T07:18:08.362Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-07T07:18:08.364Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-07T07:18:08.509Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-10-07T07:18:08.509Z | info: downloading component 'cargo' |
31 | 2024-10-07T07:18:09.334Z | info: downloading component 'clippy' |
32 | 2024-10-07T07:18:09.635Z | info: downloading component 'rust-docs' |
33 | 2024-10-07T07:18:10.772Z | info: downloading component 'rust-std' |
34 | 2024-10-07T07:18:12.541Z | info: downloading component 'rustc' |
35 | 2024-10-07T07:18:18.933Z | info: downloading component 'rustfmt' |
36 | 2024-10-07T07:18:19.183Z | info: installing component 'cargo' |
37 | 2024-10-07T07:18:20.033Z | info: installing component 'clippy' |
38 | 2024-10-07T07:18:20.421Z | info: installing component 'rust-docs' |
39 | 2024-10-07T07:18:22.057Z | info: installing component 'rust-std' |
40 | 2024-10-07T07:18:23.887Z | info: installing component 'rustc' |
41 | 2024-10-07T07:18:29.788Z | info: installing component 'rustfmt' |
42 | 2024-10-07T07:18:30.124Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-10-07T07:18:30.124Z | |
44 | 2024-10-07T07:18:30.487Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-10-07T07:18:30.487Z | |
46 | 2024-10-07T07:18:30.490Z | |
47 | 2024-10-07T07:18:30.490Z | Rust is installed now. Great! |
48 | 2024-10-07T07:18:30.490Z | |
49 | 2024-10-07T07:18:30.490Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-07T07:18:30.490Z | environment variable. This has not been done automatically. |
51 | 2024-10-07T07:18:30.490Z | |
52 | 2024-10-07T07:18:30.490Z | To configure your current shell, you need to source |
53 | 2024-10-07T07:18:30.490Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-07T07:18:30.490Z | |
55 | 2024-10-07T07:18:30.490Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-07T07:18:30.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-07T07:18:30.490Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-07T07:18:30.557Z | + rustc --version |
59 | 2024-10-07T07:18:30.620Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-10-07T07:18:30.623Z | process exited: duration 23864 ms, exit code 0 |
|
61 | 2024-10-07T07:18:30.628Z | starting task 2: "authentication" |
62 | 2024-10-07T07:18:30.649Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-07T07:18:30.654Z | starting task 3: "clone repository" |
64 | 2024-10-07T07:18:30.659Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-10-07T07:18:30.662Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-10-07T07:18:30.703Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-10-07T07:18:31.588Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-10-07T07:18:31.588Z | + git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
69 | 2024-10-07T07:18:31.865Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-10-07T07:18:31.865Z | * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD |
71 | 2024-10-07T07:18:31.872Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2024-10-07T07:18:31.874Z | ++ git branch --show-current |
73 | 2024-10-07T07:18:31.877Z | + current=main |
74 | 2024-10-07T07:18:31.878Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2024-10-07T07:18:31.878Z | + git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
76 | 2024-10-07T07:18:31.880Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2024-10-07T07:18:31.893Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2024-10-07T07:18:31.896Z | + git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
79 | 2024-10-07T07:18:31.899Z | HEAD is now at ef4f02e Lock file maintenance |
80 | 2024-10-07T07:18:31.902Z | process exited: duration 1245 ms, exit code 0 |
|
81 | 2024-10-07T07:18:31.907Z | starting task 4: "build" |
82 | 2024-10-07T07:18:31.912Z | + cargo --version |
83 | 2024-10-07T07:18:31.917Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-10-07T07:18:32.102Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-10-07T07:18:32.102Z | info: downloading component 'cargo' |
86 | 2024-10-07T07:18:33.044Z | info: downloading component 'clippy' |
87 | 2024-10-07T07:18:33.397Z | info: downloading component 'rust-docs' |
88 | 2024-10-07T07:18:34.721Z | info: downloading component 'rust-std' |
89 | 2024-10-07T07:18:36.767Z | info: downloading component 'rustc' |
90 | 2024-10-07T07:18:43.984Z | info: downloading component 'rustfmt' |
91 | 2024-10-07T07:18:44.265Z | info: installing component 'cargo' |
92 | 2024-10-07T07:18:45.085Z | info: installing component 'clippy' |
93 | 2024-10-07T07:18:45.467Z | info: installing component 'rust-docs' |
94 | 2024-10-07T07:18:47.059Z | info: installing component 'rust-std' |
95 | 2024-10-07T07:18:48.905Z | info: installing component 'rustc' |
96 | 2024-10-07T07:18:54.658Z | info: installing component 'rustfmt' |
97 | 2024-10-07T07:18:55.065Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-10-07T07:18:55.068Z | + rustc --version |
99 | 2024-10-07T07:18:55.137Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-10-07T07:18:55.142Z | + banner check |
101 | 2024-10-07T07:18:55.146Z | |
102 | 2024-10-07T07:18:55.146Z | #### # # ###### #### # # |
103 | 2024-10-07T07:18:55.146Z | # # # # # # # # # |
104 | 2024-10-07T07:18:55.146Z | # ###### ##### # #### |
105 | 2024-10-07T07:18:55.146Z | # # # # # # # |
106 | 2024-10-07T07:18:55.146Z | # # # # # # # # # |
107 | 2024-10-07T07:18:55.146Z | #### # # ###### #### # # |
108 | 2024-10-07T07:18:55.146Z | |
109 | 2024-10-07T07:18:55.148Z | + cargo fmt -- --check |
110 | 2024-10-07T07:18:55.759Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-10-07T07:18:55.999Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-10-07T07:18:56.223Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-10-07T07:18:56.428Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-10-07T07:18:56.428Z | * [new branch] ci -> origin/ci |
115 | 2024-10-07T07:18:56.432Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
116 | 2024-10-07T07:18:56.432Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
117 | 2024-10-07T07:18:56.432Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
118 | 2024-10-07T07:18:56.432Z | * [new branch] main -> origin/main |
119 | 2024-10-07T07:18:56.432Z | * [new ref] -> origin/HEAD |
120 | 2024-10-07T07:18:56.441Z | Updating crates.io index |
121 | 2024-10-07T07:18:56.444Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
122 | 2024-10-07T07:18:57.193Z | From https://github.com/oxidecomputer/falcon |
123 | 2024-10-07T07:18:57.193Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
124 | 2024-10-07T07:18:57.390Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
125 | 2024-10-07T07:18:58.518Z | From https://github.com/oxidecomputer/dendrite |
126 | 2024-10-07T07:18:58.518Z | * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa |
127 | 2024-10-07T07:18:58.559Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
128 | 2024-10-07T07:18:58.990Z | From https://github.com/oxidecomputer/ispf |
129 | 2024-10-07T07:18:58.990Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
130 | 2024-10-07T07:18:59.010Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
131 | 2024-10-07T07:18:59.413Z | From https://github.com/oxidecomputer/netadm-sys |
132 | 2024-10-07T07:18:59.413Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
133 | 2024-10-07T07:18:59.425Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
134 | 2024-10-07T07:19:04.340Z | From https://github.com/oxidecomputer/omicron |
135 | 2024-10-07T07:19:04.340Z | * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c |
136 | 2024-10-07T07:19:04.369Z | * [new tag] dogfood -> dogfood |
137 | 2024-10-07T07:19:04.372Z | * [new tag] v5 -> v5 |
138 | 2024-10-07T07:19:04.372Z | * [new tag] v6 -> v6 |
139 | 2024-10-07T07:19:04.372Z | * [new tag] v7 -> v7 |
140 | 2024-10-07T07:19:04.372Z | * [new tag] v8 -> v8 |
141 | 2024-10-07T07:19:04.372Z | * [new tag] v9 -> v9 |
142 | 2024-10-07T07:19:04.727Z | Updating git repository `https://github.com/oxidecomputer/opte` |
143 | 2024-10-07T07:19:05.732Z | From https://github.com/oxidecomputer/opte |
144 | 2024-10-07T07:19:05.732Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
145 | 2024-10-07T07:19:05.775Z | Updating git repository `https://github.com/illumos/smf-rs` |
146 | 2024-10-07T07:19:06.159Z | From https://github.com/illumos/smf-rs |
147 | 2024-10-07T07:19:06.159Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
148 | 2024-10-07T07:19:06.190Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
149 | 2024-10-07T07:19:07.137Z | From https://github.com/oxidecomputer/maghemite |
150 | 2024-10-07T07:19:07.137Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
151 | 2024-10-07T07:19:07.155Z | * [new tag] rift -> rift |
152 | 2024-10-07T07:19:07.159Z | * [new tag] srp -> srp |
153 | 2024-10-07T07:19:07.159Z | * [new tag] tie-spf -> tie-spf |
154 | 2024-10-07T07:19:07.205Z | Updating git repository `https://github.com/oxidecomputer/zone` |
155 | 2024-10-07T07:19:07.610Z | From https://github.com/oxidecomputer/zone |
156 | 2024-10-07T07:19:07.610Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
157 | 2024-10-07T07:19:07.641Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
158 | 2024-10-07T07:19:08.322Z | From https://github.com/oxidecomputer/propolis |
159 | 2024-10-07T07:19:08.322Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
160 | 2024-10-07T07:19:08.436Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
161 | 2024-10-07T07:19:08.837Z | From https://github.com/oxidecomputer/dlpi-sys |
162 | 2024-10-07T07:19:08.837Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
163 | 2024-10-07T07:19:08.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
164 | 2024-10-07T07:19:09.370Z | From https://github.com/jmesmon/rust-libzfs |
165 | 2024-10-07T07:19:09.371Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
166 | 2024-10-07T07:19:09.381Z | * [new tag] v0.4.0 -> v0.4.0 |
167 | 2024-10-07T07:19:09.399Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
168 | 2024-10-07T07:19:09.834Z | From https://github.com/oxidecomputer/rusty-doors |
169 | 2024-10-07T07:19:09.834Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
170 | 2024-10-07T07:19:09.851Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
171 | 2024-10-07T07:19:10.289Z | From https://github.com/oxidecomputer/maghemite |
172 | 2024-10-07T07:19:10.289Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
173 | 2024-10-07T07:19:10.334Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
174 | 2024-10-07T07:19:10.708Z | From https://github.com/oxidecomputer/serde_human_bytes |
175 | 2024-10-07T07:19:10.709Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
176 | 2024-10-07T07:19:10.734Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
177 | 2024-10-07T07:19:11.128Z | From https://github.com/oxidecomputer/slog-error-chain |
178 | 2024-10-07T07:19:11.128Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
179 | 2024-10-07T07:19:11.161Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
180 | 2024-10-07T07:19:11.557Z | From https://github.com/oxidecomputer/poptrie |
181 | 2024-10-07T07:19:11.557Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
182 | 2024-10-07T07:19:11.582Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
183 | 2024-10-07T07:19:11.970Z | From https://github.com/illumos/libscf-sys |
184 | 2024-10-07T07:19:11.970Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
185 | 2024-10-07T07:19:11.990Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
186 | 2024-10-07T07:19:12.938Z | From https://github.com/oxidecomputer/progenitor |
187 | 2024-10-07T07:19:12.938Z | * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c |
188 | 2024-10-07T07:19:12.958Z | * [new tag] v0.1.1 -> v0.1.1 |
189 | 2024-10-07T07:19:12.961Z | * [new tag] v0.2.0 -> v0.2.0 |
190 | 2024-10-07T07:19:12.961Z | * [new tag] v0.3.0 -> v0.3.0 |
191 | 2024-10-07T07:19:12.961Z | * [new tag] v0.4.0 -> v0.4.0 |
192 | 2024-10-07T07:19:12.961Z | * [new tag] v0.5.0 -> v0.5.0 |
193 | 2024-10-07T07:19:12.961Z | * [new tag] v0.6.0 -> v0.6.0 |
194 | 2024-10-07T07:19:12.961Z | * [new tag] v0.7.0 -> v0.7.0 |
195 | 2024-10-07T07:19:12.961Z | * [new tag] v0.8.0 -> v0.8.0 |
196 | 2024-10-07T07:19:13.080Z | Updating git repository `https://github.com/oxidecomputer/typify` |
197 | 2024-10-07T07:19:15.539Z | From https://github.com/oxidecomputer/typify |
198 | 2024-10-07T07:19:15.540Z | * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e |
199 | 2024-10-07T07:19:15.558Z | * [new tag] v0.0.10 -> v0.0.10 |
200 | 2024-10-07T07:19:15.563Z | * [new tag] v0.0.11 -> v0.0.11 |
201 | 2024-10-07T07:19:15.563Z | * [new tag] v0.0.12 -> v0.0.12 |
202 | 2024-10-07T07:19:15.563Z | * [new tag] v0.0.13 -> v0.0.13 |
203 | 2024-10-07T07:19:15.563Z | * [new tag] v0.0.14 -> v0.0.14 |
204 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.15 -> v0.0.15 |
205 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.16 -> v0.0.16 |
206 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.4 -> v0.0.4 |
207 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.5 -> v0.0.5 |
208 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.7 -> v0.0.7 |
209 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.8 -> v0.0.8 |
210 | 2024-10-07T07:19:15.564Z | * [new tag] v0.0.9 -> v0.0.9 |
211 | 2024-10-07T07:19:15.564Z | * [new tag] v0.1.0 -> v0.1.0 |
212 | 2024-10-07T07:19:15.565Z | * [new tag] v0.2.0 -> v0.2.0 |
213 | 2024-10-07T07:19:15.729Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
214 | 2024-10-07T07:19:16.216Z | From https://github.com/oxidecomputer/propolis |
215 | 2024-10-07T07:19:16.216Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
216 | 2024-10-07T07:19:16.287Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
217 | 2024-10-07T07:19:18.044Z | From https://github.com/oxidecomputer/crucible |
218 | 2024-10-07T07:19:18.044Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
219 | 2024-10-07T07:19:18.119Z | Updating git repository `https://github.com/oxidecomputer/opte` |
220 | 2024-10-07T07:19:18.650Z | From https://github.com/oxidecomputer/opte |
221 | 2024-10-07T07:19:18.650Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
222 | 2024-10-07T07:19:18.694Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
223 | 2024-10-07T07:19:19.336Z | From https://github.com/oxidecomputer/management-gateway-service |
224 | 2024-10-07T07:19:19.336Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
225 | 2024-10-07T07:19:20.084Z | Downloading crates ... |
226 | 2024-10-07T07:19:20.156Z | Downloaded ciborium-io v0.2.2 |
227 | 2024-10-07T07:19:20.172Z | Downloaded darling_macro v0.20.10 |
228 | 2024-10-07T07:19:20.174Z | Downloaded convert_case v0.4.0 |
229 | 2024-10-07T07:19:20.174Z | Downloaded equivalent v1.0.1 |
230 | 2024-10-07T07:19:20.177Z | Downloaded const-random v0.1.18 |
231 | 2024-10-07T07:19:20.177Z | Downloaded crc8 v0.1.1 |
232 | 2024-10-07T07:19:20.181Z | Downloaded async-stream-impl v0.3.6 |
233 | 2024-10-07T07:19:20.183Z | Downloaded crucible-workspace-hack v0.1.0 |
234 | 2024-10-07T07:19:20.184Z | Downloaded foreign-types-shared v0.1.1 |
235 | 2024-10-07T07:19:20.184Z | Downloaded foreign-types v0.5.0 |
236 | 2024-10-07T07:19:20.187Z | Downloaded percent-encoding v2.3.1 |
237 | 2024-10-07T07:19:20.187Z | Downloaded atomicwrites v0.4.4 |
238 | 2024-10-07T07:19:20.189Z | Downloaded pest_derive v2.7.13 |
239 | 2024-10-07T07:19:20.191Z | Downloaded parking_lot_core v0.8.6 |
240 | 2024-10-07T07:19:20.194Z | Downloaded argon2 v0.5.3 |
241 | 2024-10-07T07:19:20.197Z | Downloaded block-buffer v0.10.4 |
242 | 2024-10-07T07:19:20.199Z | Downloaded camino-tempfile v1.1.1 |
243 | 2024-10-07T07:19:20.199Z | Downloaded atomic-waker v1.1.2 |
244 | 2024-10-07T07:19:20.202Z | Downloaded anstyle-parse v0.2.5 |
245 | 2024-10-07T07:19:20.208Z | Downloaded pretty-hex v0.4.1 |
246 | 2024-10-07T07:19:20.211Z | Downloaded defmt-macros v0.3.9 |
247 | 2024-10-07T07:19:20.213Z | Downloaded cobs v0.2.3 |
248 | 2024-10-07T07:19:20.215Z | Downloaded digest v0.10.7 |
249 | 2024-10-07T07:19:20.218Z | Downloaded fnv v1.0.7 |
250 | 2024-10-07T07:19:20.218Z | Downloaded pkg-config v0.3.31 |
251 | 2024-10-07T07:19:20.220Z | Downloaded fixedbitset v0.4.2 |
252 | 2024-10-07T07:19:20.223Z | Downloaded serde_urlencoded v0.7.1 |
253 | 2024-10-07T07:19:20.223Z | Downloaded form_urlencoded v1.2.1 |
254 | 2024-10-07T07:19:20.226Z | Downloaded dyn-clone v1.0.17 |
255 | 2024-10-07T07:19:20.226Z | Downloaded rand_chacha v0.3.1 |
256 | 2024-10-07T07:19:20.232Z | Downloaded clap_derive v4.5.18 |
257 | 2024-10-07T07:19:20.238Z | Downloaded ppv-lite86 v0.2.20 |
258 | 2024-10-07T07:19:20.239Z | Downloaded proc-macro-crate v3.2.0 |
259 | 2024-10-07T07:19:20.239Z | Downloaded clap_lex v0.7.2 |
260 | 2024-10-07T07:19:20.239Z | Downloaded schemars_derive v0.8.21 |
261 | 2024-10-07T07:19:20.248Z | Downloaded anstyle-query v1.1.1 |
262 | 2024-10-07T07:19:20.249Z | Downloaded bitflags v2.6.0 |
263 | 2024-10-07T07:19:20.249Z | Downloaded serde_repr v0.1.19 |
264 | 2024-10-07T07:19:20.249Z | Downloaded pin-project-lite v0.2.14 |
265 | 2024-10-07T07:19:20.253Z | Downloaded slog-dtrace v0.3.0 |
266 | 2024-10-07T07:19:20.253Z | Downloaded base64ct v1.6.0 |
267 | 2024-10-07T07:19:20.257Z | Downloaded slog-async v2.8.0 |
268 | 2024-10-07T07:19:20.257Z | Downloaded sct v0.7.1 |
269 | 2024-10-07T07:19:20.260Z | Downloaded darling v0.20.10 |
270 | 2024-10-07T07:19:20.264Z | Downloaded serde_with_macros v3.11.0 |
271 | 2024-10-07T07:19:20.267Z | Downloaded futures-channel v0.3.31 |
272 | 2024-10-07T07:19:20.271Z | Downloaded progenitor v0.8.0 |
273 | 2024-10-07T07:19:20.271Z | Downloaded futures-io v0.3.31 |
274 | 2024-10-07T07:19:20.274Z | Downloaded foreign-types-shared v0.3.1 |
275 | 2024-10-07T07:19:20.274Z | Downloaded foreign-types-macros v0.2.3 |
276 | 2024-10-07T07:19:20.275Z | Downloaded hubpack_derive v0.1.1 |
277 | 2024-10-07T07:19:20.275Z | Downloaded quote v1.0.37 |
278 | 2024-10-07T07:19:20.280Z | Downloaded cancel-safe-futures v0.1.5 |
279 | 2024-10-07T07:19:20.291Z | Downloaded backoff v0.4.0 |
280 | 2024-10-07T07:19:20.291Z | Downloaded sigpipe v0.1.3 |
281 | 2024-10-07T07:19:20.295Z | Downloaded ciborium v0.2.2 |
282 | 2024-10-07T07:19:20.295Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-10-07T07:19:20.295Z | Downloaded defmt v0.3.8 |
284 | 2024-10-07T07:19:20.296Z | Downloaded pest_meta v2.7.13 |
285 | 2024-10-07T07:19:20.296Z | Downloaded sync_wrapper v0.1.2 |
286 | 2024-10-07T07:19:20.296Z | Downloaded sha2 v0.10.8 |
287 | 2024-10-07T07:19:20.299Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2024-10-07T07:19:20.304Z | Downloaded hyper-tls v0.6.0 |
289 | 2024-10-07T07:19:20.305Z | Downloaded want v0.3.1 |
290 | 2024-10-07T07:19:20.310Z | Downloaded waitgroup v0.1.2 |
291 | 2024-10-07T07:19:20.310Z | Downloaded match_cfg v0.1.0 |
292 | 2024-10-07T07:19:20.310Z | Downloaded try-lock v0.2.5 |
293 | 2024-10-07T07:19:20.310Z | Downloaded serde_spanned v0.6.8 |
294 | 2024-10-07T07:19:20.310Z | Downloaded serde-big-array v0.5.1 |
295 | 2024-10-07T07:19:20.310Z | Downloaded enum-as-inner v0.6.1 |
296 | 2024-10-07T07:19:20.315Z | Downloaded fastrand v2.1.1 |
297 | 2024-10-07T07:19:20.315Z | Downloaded defmt-parser v0.3.4 |
298 | 2024-10-07T07:19:20.315Z | Downloaded pretty-hex v0.2.1 |
299 | 2024-10-07T07:19:20.315Z | Downloaded powerfmt v0.2.0 |
300 | 2024-10-07T07:19:20.321Z | Downloaded dropshot_endpoint v0.12.0 |
301 | 2024-10-07T07:19:20.321Z | Downloaded futures-core v0.3.31 |
302 | 2024-10-07T07:19:20.321Z | Downloaded serde_derive v1.0.210 |
303 | 2024-10-07T07:19:20.324Z | Downloaded ryu v1.0.18 |
304 | 2024-10-07T07:19:20.327Z | Downloaded dirs-next v2.0.0 |
305 | 2024-10-07T07:19:20.334Z | Downloaded futures-sink v0.3.31 |
306 | 2024-10-07T07:19:20.334Z | Downloaded pin-utils v0.1.0 |
307 | 2024-10-07T07:19:20.335Z | Downloaded instant v0.1.13 |
308 | 2024-10-07T07:19:20.339Z | Downloaded plain v0.2.3 |
309 | 2024-10-07T07:19:20.339Z | Downloaded is-terminal v0.4.13 |
310 | 2024-10-07T07:19:20.340Z | Downloaded pest_generator v2.7.13 |
311 | 2024-10-07T07:19:20.340Z | Downloaded scopeguard v1.2.0 |
312 | 2024-10-07T07:19:20.340Z | Downloaded quinn-udp v0.5.5 |
313 | 2024-10-07T07:19:20.341Z | Downloaded parse-display-derive v0.10.0 |
314 | 2024-10-07T07:19:20.344Z | Downloaded proc-macro-crate v1.3.1 |
315 | 2024-10-07T07:19:20.345Z | Downloaded rustc_version v0.1.7 |
316 | 2024-10-07T07:19:20.345Z | Downloaded data-encoding v2.6.0 |
317 | 2024-10-07T07:19:20.345Z | Downloaded slog-scope v4.4.0 |
318 | 2024-10-07T07:19:20.350Z | Downloaded slab v0.4.9 |
319 | 2024-10-07T07:19:20.350Z | Downloaded shlex v1.3.0 |
320 | 2024-10-07T07:19:20.350Z | Downloaded sha1 v0.10.6 |
321 | 2024-10-07T07:19:20.353Z | Downloaded num_enum v0.5.11 |
322 | 2024-10-07T07:19:20.357Z | Downloaded ident_case v1.0.1 |
323 | 2024-10-07T07:19:20.357Z | Downloaded fxhash v0.2.1 |
324 | 2024-10-07T07:19:20.357Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-10-07T07:19:20.360Z | Downloaded postcard v1.0.10 |
326 | 2024-10-07T07:19:20.365Z | Downloaded typify-macro v0.2.0 |
327 | 2024-10-07T07:19:20.365Z | Downloaded tokio-macros v2.4.0 |
328 | 2024-10-07T07:19:20.365Z | Downloaded num-derive v0.4.2 |
329 | 2024-10-07T07:19:20.368Z | Downloaded either v1.13.0 |
330 | 2024-10-07T07:19:20.368Z | Downloaded crc32fast v1.4.2 |
331 | 2024-10-07T07:19:20.372Z | Downloaded http-body v1.0.1 |
332 | 2024-10-07T07:19:20.372Z | Downloaded serde_path_to_error v0.1.16 |
333 | 2024-10-07T07:19:20.373Z | Downloaded thread_local v1.1.8 |
334 | 2024-10-07T07:19:20.376Z | Downloaded thread-id v4.2.2 |
335 | 2024-10-07T07:19:20.376Z | Downloaded parking_lot v0.12.3 |
336 | 2024-10-07T07:19:20.381Z | Downloaded tinyvec_macros v0.1.1 |
337 | 2024-10-07T07:19:20.381Z | Downloaded sync_wrapper v1.0.1 |
338 | 2024-10-07T07:19:20.381Z | Downloaded rhai_codegen v2.2.0 |
339 | 2024-10-07T07:19:20.388Z | Downloaded ipnetwork v0.20.0 |
340 | 2024-10-07T07:19:20.393Z | Downloaded cookie v0.18.1 |
341 | 2024-10-07T07:19:20.394Z | Downloaded num_enum v0.7.3 |
342 | 2024-10-07T07:19:20.397Z | Downloaded strsim v0.11.1 |
343 | 2024-10-07T07:19:20.404Z | Downloaded parking_lot_core v0.9.10 |
344 | 2024-10-07T07:19:20.404Z | Downloaded static_assertions v1.1.0 |
345 | 2024-10-07T07:19:20.408Z | Downloaded slog-stdlog v4.1.1 |
346 | 2024-10-07T07:19:20.408Z | Downloaded rand_core v0.6.4 |
347 | 2024-10-07T07:19:20.408Z | Downloaded semver v1.0.23 |
348 | 2024-10-07T07:19:20.415Z | Downloaded usdt-macro v0.5.0 |
349 | 2024-10-07T07:19:20.415Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2024-10-07T07:19:20.415Z | Downloaded time-core v0.1.2 |
351 | 2024-10-07T07:19:20.415Z | Downloaded swrite v0.1.0 |
352 | 2024-10-07T07:19:20.420Z | Downloaded allocator-api2 v0.2.18 |
353 | 2024-10-07T07:19:20.420Z | Downloaded lazy_static v1.5.0 |
354 | 2024-10-07T07:19:20.420Z | Downloaded subtle v2.6.1 |
355 | 2024-10-07T07:19:20.420Z | Downloaded futures-task v0.3.31 |
356 | 2024-10-07T07:19:20.425Z | Downloaded http-body-util v0.1.2 |
357 | 2024-10-07T07:19:20.426Z | Downloaded strum_macros v0.25.3 |
358 | 2024-10-07T07:19:20.426Z | Downloaded openssl-probe v0.1.5 |
359 | 2024-10-07T07:19:20.426Z | Downloaded version_check v0.9.5 |
360 | 2024-10-07T07:19:20.430Z | Downloaded base64 v0.21.7 |
361 | 2024-10-07T07:19:20.439Z | Downloaded futures v0.3.31 |
362 | 2024-10-07T07:19:20.449Z | Downloaded num-integer v0.1.46 |
363 | 2024-10-07T07:19:20.449Z | Downloaded num-derive v0.3.3 |
364 | 2024-10-07T07:19:20.449Z | Downloaded slog-term v2.9.1 |
365 | 2024-10-07T07:19:20.449Z | Downloaded serde_derive_internals v0.29.1 |
366 | 2024-10-07T07:19:20.450Z | Downloaded slog-json v2.6.1 |
367 | 2024-10-07T07:19:20.450Z | Downloaded num-conv v0.1.0 |
368 | 2024-10-07T07:19:20.450Z | Downloaded hex v0.4.3 |
369 | 2024-10-07T07:19:20.457Z | Downloaded cc v1.1.28 |
370 | 2024-10-07T07:19:20.457Z | Downloaded heck v0.5.0 |
371 | 2024-10-07T07:19:20.458Z | Downloaded num-traits v0.2.19 |
372 | 2024-10-07T07:19:20.458Z | Downloaded untrusted v0.9.0 |
373 | 2024-10-07T07:19:20.467Z | Downloaded tokio-rustls v0.26.0 |
374 | 2024-10-07T07:19:20.467Z | Downloaded log v0.4.22 |
375 | 2024-10-07T07:19:20.467Z | Downloaded num v0.4.3 |
376 | 2024-10-07T07:19:20.467Z | Downloaded derive-where v1.2.7 |
377 | 2024-10-07T07:19:20.475Z | Downloaded newtype-uuid v1.1.0 |
378 | 2024-10-07T07:19:20.476Z | Downloaded usdt v0.5.0 |
379 | 2024-10-07T07:19:20.476Z | Downloaded linear-map v1.2.0 |
380 | 2024-10-07T07:19:20.476Z | Downloaded usdt-impl v0.5.0 |
381 | 2024-10-07T07:19:20.476Z | Downloaded slog v2.7.0 |
382 | 2024-10-07T07:19:20.480Z | Downloaded newline-converter v0.3.0 |
383 | 2024-10-07T07:19:20.480Z | Downloaded hash32 v0.3.1 |
384 | 2024-10-07T07:19:20.480Z | Downloaded tokio-native-tls v0.3.1 |
385 | 2024-10-07T07:19:20.480Z | Downloaded tabwriter v1.4.0 |
386 | 2024-10-07T07:19:20.483Z | Downloaded base64 v0.22.1 |
387 | 2024-10-07T07:19:20.486Z | Downloaded tracing-attributes v0.1.27 |
388 | 2024-10-07T07:19:20.487Z | Downloaded http-body v0.4.6 |
389 | 2024-10-07T07:19:20.490Z | Downloaded serde v1.0.210 |
390 | 2024-10-07T07:19:20.494Z | Downloaded take_mut v0.2.2 |
391 | 2024-10-07T07:19:20.494Z | Downloaded mime v0.3.17 |
392 | 2024-10-07T07:19:20.494Z | Downloaded smallvec v1.13.2 |
393 | 2024-10-07T07:19:20.505Z | Downloaded iana-time-zone v0.1.61 |
394 | 2024-10-07T07:19:20.505Z | Downloaded rustls-pki-types v1.9.0 |
395 | 2024-10-07T07:19:20.505Z | Downloaded linked-hash-map v0.5.6 |
396 | 2024-10-07T07:19:20.505Z | Downloaded typenum v1.17.0 |
397 | 2024-10-07T07:19:20.505Z | Downloaded owo-colors v4.1.0 |
398 | 2024-10-07T07:19:20.510Z | Downloaded httpdate v1.0.3 |
399 | 2024-10-07T07:19:20.510Z | Downloaded toml v0.8.19 |
400 | 2024-10-07T07:19:20.514Z | Downloaded omicron-workspace-hack v0.1.0 |
401 | 2024-10-07T07:19:20.514Z | Downloaded tower-service v0.3.3 |
402 | 2024-10-07T07:19:20.514Z | Downloaded rustversion v1.0.17 |
403 | 2024-10-07T07:19:20.520Z | Downloaded progenitor-impl v0.8.0 |
404 | 2024-10-07T07:19:20.520Z | Downloaded zeroize v1.8.1 |
405 | 2024-10-07T07:19:20.521Z | Downloaded toml_datetime v0.6.8 |
406 | 2024-10-07T07:19:20.524Z | Downloaded proc-macro2 v1.0.86 |
407 | 2024-10-07T07:19:20.524Z | Downloaded arc-swap v1.7.1 |
408 | 2024-10-07T07:19:20.528Z | Downloaded terminal_size v0.4.0 |
409 | 2024-10-07T07:19:20.528Z | Downloaded structmeta-derive v0.3.0 |
410 | 2024-10-07T07:19:20.533Z | Downloaded openssl-macros v0.1.1 |
411 | 2024-10-07T07:19:20.533Z | Downloaded libsw v3.3.1 |
412 | 2024-10-07T07:19:20.534Z | Downloaded structmeta v0.3.0 |
413 | 2024-10-07T07:19:20.534Z | Downloaded lru-cache v0.1.2 |
414 | 2024-10-07T07:19:20.538Z | Downloaded itoa v1.0.11 |
415 | 2024-10-07T07:19:20.538Z | Downloaded uuid v1.10.0 |
416 | 2024-10-07T07:19:20.544Z | Downloaded heapless v0.8.0 |
417 | 2024-10-07T07:19:20.544Z | Downloaded smf v0.2.3 |
418 | 2024-10-07T07:19:20.548Z | Downloaded memmap v0.7.0 |
419 | 2024-10-07T07:19:20.548Z | Downloaded expectorate v1.1.0 |
420 | 2024-10-07T07:19:20.548Z | Downloaded crossbeam-channel v0.5.13 |
421 | 2024-10-07T07:19:20.556Z | Downloaded num_threads v0.1.7 |
422 | 2024-10-07T07:19:20.556Z | Downloaded generic-array v0.14.7 |
423 | 2024-10-07T07:19:20.559Z | Downloaded hyper-tls v0.5.0 |
424 | 2024-10-07T07:19:20.560Z | Downloaded tiny-keccak v2.0.2 |
425 | 2024-10-07T07:19:20.560Z | Downloaded ucd-trie v0.1.7 |
426 | 2024-10-07T07:19:20.564Z | Downloaded indexmap v1.9.3 |
427 | 2024-10-07T07:19:20.568Z | Downloaded heck v0.4.1 |
428 | 2024-10-07T07:19:20.568Z | Downloaded utf8parse v0.2.2 |
429 | 2024-10-07T07:19:20.568Z | Downloaded num_enum_derive v0.5.11 |
430 | 2024-10-07T07:19:20.568Z | Downloaded lock_api v0.4.12 |
431 | 2024-10-07T07:19:20.573Z | Downloaded thiserror v1.0.64 |
432 | 2024-10-07T07:19:20.578Z | Downloaded num_enum_derive v0.7.3 |
433 | 2024-10-07T07:19:20.578Z | Downloaded spin v0.9.8 |
434 | 2024-10-07T07:19:20.582Z | Downloaded tokio-rustls v0.25.0 |
435 | 2024-10-07T07:19:20.583Z | Downloaded tokio-rustls v0.24.1 |
436 | 2024-10-07T07:19:20.583Z | Downloaded multer v3.1.0 |
437 | 2024-10-07T07:19:20.590Z | Downloaded zerocopy-derive v0.7.35 |
438 | 2024-10-07T07:19:20.596Z | Downloaded hostname v0.3.1 |
439 | 2024-10-07T07:19:20.596Z | Downloaded darling_core v0.20.10 |
440 | 2024-10-07T07:19:20.596Z | Downloaded smartstring v1.0.1 |
441 | 2024-10-07T07:19:20.603Z | Downloaded hyper-util v0.1.9 |
442 | 2024-10-07T07:19:20.603Z | Downloaded thin-vec v0.2.13 |
443 | 2024-10-07T07:19:20.614Z | Downloaded hyper-rustls v0.27.3 |
444 | 2024-10-07T07:19:20.614Z | Downloaded indexmap v2.6.0 |
445 | 2024-10-07T07:19:20.614Z | Downloaded tinyvec v1.8.0 |
446 | 2024-10-07T07:19:20.614Z | Downloaded once_cell v1.20.2 |
447 | 2024-10-07T07:19:20.620Z | Downloaded http v0.2.12 |
448 | 2024-10-07T07:19:20.620Z | Downloaded tracing-core v0.1.32 |
449 | 2024-10-07T07:19:20.625Z | Downloaded strum_macros v0.26.4 |
450 | 2024-10-07T07:19:20.625Z | Downloaded tracing v0.1.40 |
451 | 2024-10-07T07:19:20.628Z | Downloaded socket2 v0.5.7 |
452 | 2024-10-07T07:19:20.631Z | Downloaded serde_yaml v0.9.34+deprecated |
453 | 2024-10-07T07:19:20.634Z | Downloaded unicode-ident v1.0.13 |
454 | 2024-10-07T07:19:20.637Z | Downloaded highway v1.2.0 |
455 | 2024-10-07T07:19:20.637Z | Downloaded whoami v1.5.2 |
456 | 2024-10-07T07:19:20.641Z | Downloaded steno v0.4.1 |
457 | 2024-10-07T07:19:20.643Z | Downloaded memchr v2.7.4 |
458 | 2024-10-07T07:19:20.647Z | Downloaded quinn v0.11.5 |
459 | 2024-10-07T07:19:20.651Z | Downloaded time-macros v0.2.18 |
460 | 2024-10-07T07:19:20.653Z | Downloaded num-complex v0.4.6 |
461 | 2024-10-07T07:19:20.656Z | Downloaded getrandom v0.2.15 |
462 | 2024-10-07T07:19:20.659Z | Downloaded tempfile v3.13.0 |
463 | 2024-10-07T07:19:20.662Z | Downloaded half v2.4.1 |
464 | 2024-10-07T07:19:20.664Z | Downloaded zerocopy v0.6.6 |
465 | 2024-10-07T07:19:20.667Z | Downloaded unicode-bidi v0.3.17 |
466 | 2024-10-07T07:19:20.669Z | Downloaded yansi v1.0.1 |
467 | 2024-10-07T07:19:20.673Z | Downloaded openssl-sys v0.9.103 |
468 | 2024-10-07T07:19:20.677Z | Downloaded toml_edit v0.22.22 |
469 | 2024-10-07T07:19:20.696Z | Downloaded hashbrown v0.12.3 |
470 | 2024-10-07T07:19:20.699Z | Downloaded itertools v0.10.5 |
471 | 2024-10-07T07:19:20.706Z | Downloaded minimal-lexical v0.2.1 |
472 | 2024-10-07T07:19:20.710Z | Downloaded unicode-segmentation v1.12.0 |
473 | 2024-10-07T07:19:20.714Z | Downloaded url v2.5.2 |
474 | 2024-10-07T07:19:20.716Z | Downloaded clap_builder v4.5.19 |
475 | 2024-10-07T07:19:20.723Z | Downloaded toml_edit v0.19.15 |
476 | 2024-10-07T07:19:20.739Z | Downloaded nom v7.1.3 |
477 | 2024-10-07T07:19:20.744Z | Downloaded time v0.3.36 |
478 | 2024-10-07T07:19:20.751Z | Downloaded hickory-resolver v0.24.1 |
479 | 2024-10-07T07:19:20.756Z | Downloaded pest v2.7.13 |
480 | 2024-10-07T07:19:20.760Z | Downloaded zerocopy v0.7.35 |
481 | 2024-10-07T07:19:20.775Z | Downloaded serde_json v1.0.128 |
482 | 2024-10-07T07:19:20.782Z | Downloaded chrono v0.4.38 |
483 | 2024-10-07T07:19:20.789Z | Downloaded rustls-webpki v0.101.7 |
484 | 2024-10-07T07:19:20.803Z | Downloaded futures-util v0.3.31 |
485 | 2024-10-07T07:19:20.815Z | Downloaded libm v0.2.8 |
486 | 2024-10-07T07:19:20.822Z | Downloaded hyper v0.14.30 |
487 | 2024-10-07T07:19:20.829Z | Downloaded itertools v0.12.1 |
488 | 2024-10-07T07:19:20.836Z | Downloaded http v1.1.0 |
489 | 2024-10-07T07:19:20.839Z | Downloaded mio v1.0.2 |
490 | 2024-10-07T07:19:20.845Z | Downloaded syn v1.0.109 |
491 | 2024-10-07T07:19:20.855Z | Downloaded serde_with v3.11.0 |
492 | 2024-10-07T07:19:20.862Z | Downloaded syn v2.0.79 |
493 | 2024-10-07T07:19:20.886Z | Downloaded unicode-normalization v0.1.24 |
494 | 2024-10-07T07:19:20.889Z | Downloaded reqwest v0.12.8 |
495 | 2024-10-07T07:19:20.890Z | Downloaded hashbrown v0.14.5 |
496 | 2024-10-07T07:19:20.890Z | Downloaded webpki-roots v0.26.6 |
497 | 2024-10-07T07:19:20.894Z | Downloaded hyper v1.4.1 |
498 | 2024-10-07T07:19:20.899Z | Downloaded openssl v0.10.66 |
499 | 2024-10-07T07:19:20.907Z | Downloaded winnow v0.5.40 |
500 | 2024-10-07T07:19:20.915Z | Downloaded h2 v0.4.6 |
501 | 2024-10-07T07:19:20.924Z | Downloaded h2 v0.3.26 |
502 | 2024-10-07T07:19:20.930Z | Downloaded hickory-proto v0.24.1 |
503 | 2024-10-07T07:19:20.942Z | Downloaded winnow v0.6.20 |
504 | 2024-10-07T07:19:20.963Z | Downloaded goblin v0.8.2 |
505 | 2024-10-07T07:19:20.971Z | Downloaded typify-impl v0.2.0 |
506 | 2024-10-07T07:19:20.994Z | Downloaded regex v1.11.0 |
507 | 2024-10-07T07:19:21.003Z | Downloaded rustls v0.21.12 |
508 | 2024-10-07T07:19:21.016Z | Downloaded unicode-width v0.1.14 |
509 | 2024-10-07T07:19:21.020Z | Downloaded webpki-roots v0.25.4 |
510 | 2024-10-07T07:19:21.024Z | Downloaded vcpkg v0.2.15 |
511 | 2024-10-07T07:19:21.063Z | Downloaded zerocopy-derive v0.6.6 |
512 | 2024-10-07T07:19:21.072Z | Downloaded regress v0.9.1 |
513 | 2024-10-07T07:19:21.082Z | Downloaded rustls v0.23.14 |
514 | 2024-10-07T07:19:21.093Z | Downloaded idna v0.5.0 |
515 | 2024-10-07T07:19:21.100Z | Downloaded rustls v0.22.4 |
516 | 2024-10-07T07:19:21.113Z | Downloaded rhai v1.19.0 |
517 | 2024-10-07T07:19:21.126Z | Downloaded regex-syntax v0.8.5 |
518 | 2024-10-07T07:19:21.135Z | Downloaded smoltcp v0.11.0 |
519 | 2024-10-07T07:19:21.147Z | Downloaded regress v0.10.1 |
520 | 2024-10-07T07:19:21.154Z | Downloaded openapiv3 v2.0.0 |
521 | 2024-10-07T07:19:21.167Z | Downloaded rustix v0.38.37 |
522 | 2024-10-07T07:19:21.192Z | Downloaded tokio v1.40.0 |
523 | 2024-10-07T07:19:21.231Z | Downloaded sled v0.34.7 |
524 | 2024-10-07T07:19:21.242Z | Downloaded itertools v0.13.0 |
525 | 2024-10-07T07:19:21.248Z | Downloaded rustls-webpki v0.102.8 |
526 | 2024-10-07T07:19:21.268Z | Downloaded idna v0.4.0 |
527 | 2024-10-07T07:19:21.273Z | Downloaded dropshot v0.12.0 |
528 | 2024-10-07T07:19:21.294Z | Downloaded quinn-proto v0.11.8 |
529 | 2024-10-07T07:19:21.300Z | Downloaded tokio-util v0.7.12 |
530 | 2024-10-07T07:19:21.307Z | Downloaded reqwest v0.11.27 |
531 | 2024-10-07T07:19:21.316Z | Downloaded hashbrown v0.15.0 |
532 | 2024-10-07T07:19:21.322Z | Downloaded aho-corasick v1.1.3 |
533 | 2024-10-07T07:19:21.329Z | Downloaded regex-automata v0.4.8 |
534 | 2024-10-07T07:19:21.347Z | Downloaded pretty_assertions v1.4.1 |
535 | 2024-10-07T07:19:21.351Z | Downloaded unsafe-libyaml v0.2.11 |
536 | 2024-10-07T07:19:21.357Z | Downloaded rand v0.8.5 |
537 | 2024-10-07T07:19:21.357Z | Downloaded term v0.7.0 |
538 | 2024-10-07T07:19:21.362Z | Downloaded num-rational v0.4.2 |
539 | 2024-10-07T07:19:21.362Z | Downloaded hyper-rustls v0.24.2 |
540 | 2024-10-07T07:19:21.365Z | Downloaded httparse v1.9.5 |
541 | 2024-10-07T07:19:21.369Z | Downloaded native-tls v0.2.12 |
542 | 2024-10-07T07:19:21.369Z | Downloaded managed v0.8.0 |
543 | 2024-10-07T07:19:21.373Z | Downloaded petgraph v0.6.5 |
544 | 2024-10-07T07:19:21.388Z | Downloaded libc v0.2.159 |
545 | 2024-10-07T07:19:21.418Z | Downloaded schemars v0.8.21 |
546 | 2024-10-07T07:19:21.428Z | Downloaded macaddr v1.0.1 |
547 | 2024-10-07T07:19:21.449Z | Downloaded parking_lot v0.11.2 |
548 | 2024-10-07T07:19:21.449Z | Downloaded thiserror-impl v1.0.64 |
549 | 2024-10-07T07:19:21.449Z | Downloaded typify v0.2.0 |
550 | 2024-10-07T07:19:21.461Z | Downloaded stable_deref_trait v1.2.0 |
551 | 2024-10-07T07:19:21.461Z | Downloaded proc-macro-error v1.0.4 |
552 | 2024-10-07T07:19:21.461Z | Downloaded diff v0.1.13 |
553 | 2024-10-07T07:19:21.461Z | Downloaded blake2 v0.10.6 |
554 | 2024-10-07T07:19:21.461Z | Downloaded indent_write v2.2.0 |
555 | 2024-10-07T07:19:21.461Z | Downloaded humantime v2.1.0 |
556 | 2024-10-07T07:19:21.461Z | Downloaded hubpack v0.1.2 |
557 | 2024-10-07T07:19:21.462Z | Downloaded num-iter v0.1.45 |
558 | 2024-10-07T07:19:21.462Z | Downloaded encoding_rs v0.8.34 |
559 | 2024-10-07T07:19:21.469Z | Downloaded zone v0.3.0 |
560 | 2024-10-07T07:19:21.472Z | Downloaded ipnet v2.10.1 |
561 | 2024-10-07T07:19:21.475Z | Downloaded prettyplease v0.2.22 |
562 | 2024-10-07T07:19:21.478Z | Downloaded crossbeam-utils v0.8.20 |
563 | 2024-10-07T07:19:21.481Z | Downloaded slog-envlogger v2.2.0 |
564 | 2024-10-07T07:19:21.481Z | Downloaded slog-bunyan v2.5.0 |
565 | 2024-10-07T07:19:21.485Z | Downloaded console v0.15.8 |
566 | 2024-10-07T07:19:21.485Z | Downloaded hostname v0.4.0 |
567 | 2024-10-07T07:19:21.488Z | Downloaded semver v0.1.20 |
568 | 2024-10-07T07:19:21.488Z | Downloaded rustls-pemfile v1.0.4 |
569 | 2024-10-07T07:19:21.491Z | Downloaded paste v1.0.15 |
570 | 2024-10-07T07:19:21.495Z | Downloaded futures-macro v0.3.31 |
571 | 2024-10-07T07:19:21.495Z | Downloaded zone_cfg_derive v0.3.0 |
572 | 2024-10-07T07:19:21.495Z | Downloaded newtype_derive v0.1.6 |
573 | 2024-10-07T07:19:21.495Z | Downloaded similar v2.6.0 |
574 | 2024-10-07T07:19:21.501Z | Downloaded progenitor-client v0.8.0 |
575 | 2024-10-07T07:19:21.504Z | Downloaded derive_more v0.99.18 |
576 | 2024-10-07T07:19:21.505Z | Downloaded crunchy v0.2.2 |
577 | 2024-10-07T07:19:21.505Z | Downloaded crossbeam-epoch v0.9.18 |
578 | 2024-10-07T07:19:21.507Z | Downloaded cpufeatures v0.2.14 |
579 | 2024-10-07T07:19:21.510Z | Downloaded strum v0.26.3 |
580 | 2024-10-07T07:19:21.511Z | Downloaded errno v0.3.9 |
581 | 2024-10-07T07:19:21.513Z | Downloaded embedded-io v0.6.1 |
582 | 2024-10-07T07:19:21.513Z | Downloaded camino v1.1.9 |
583 | 2024-10-07T07:19:21.513Z | Downloaded bytes v1.7.2 |
584 | 2024-10-07T07:19:21.521Z | Downloaded clap v4.5.19 |
585 | 2024-10-07T07:19:21.527Z | Downloaded anyhow v1.0.89 |
586 | 2024-10-07T07:19:21.529Z | Downloaded byteorder v1.5.0 |
587 | 2024-10-07T07:19:21.532Z | Downloaded bitflags v1.3.2 |
588 | 2024-10-07T07:19:21.535Z | Downloaded async-stream v0.3.6 |
589 | 2024-10-07T07:19:21.539Z | Downloaded password-hash v0.5.0 |
590 | 2024-10-07T07:19:21.539Z | Downloaded autocfg v1.4.0 |
591 | 2024-10-07T07:19:21.542Z | Downloaded serde_tokenstream v0.2.2 |
592 | 2024-10-07T07:19:21.542Z | Downloaded rustc-hash v2.0.0 |
593 | 2024-10-07T07:19:21.549Z | Downloaded anstream v0.6.15 |
594 | 2024-10-07T07:19:21.549Z | Downloaded signal-hook-registry v1.4.2 |
595 | 2024-10-07T07:19:21.549Z | Downloaded scroll v0.12.0 |
596 | 2024-10-07T07:19:21.549Z | Downloaded foreign-types v0.3.2 |
597 | 2024-10-07T07:19:21.549Z | Downloaded float-ord v0.3.2 |
598 | 2024-10-07T07:19:21.553Z | Downloaded cstr-argument v0.1.2 |
599 | 2024-10-07T07:19:21.553Z | Downloaded const-random-macro v0.1.16 |
600 | 2024-10-07T07:19:21.553Z | Downloaded dtrace-parser v0.2.0 |
601 | 2024-10-07T07:19:21.553Z | Downloaded rustc_version v0.4.1 |
602 | 2024-10-07T07:19:21.553Z | Downloaded quick-error v1.2.3 |
603 | 2024-10-07T07:19:21.556Z | Downloaded progenitor-macro v0.8.0 |
604 | 2024-10-07T07:19:21.556Z | Downloaded proc-macro-error-attr v1.0.4 |
605 | 2024-10-07T07:19:21.556Z | Downloaded dirs-sys-next v0.1.2 |
606 | 2024-10-07T07:19:21.556Z | Downloaded colorchoice v1.0.2 |
607 | 2024-10-07T07:19:21.561Z | Downloaded ciborium-ll v0.2.2 |
608 | 2024-10-07T07:19:21.561Z | Downloaded cfg-if v1.0.0 |
609 | 2024-10-07T07:19:21.561Z | Downloaded async-trait v0.1.83 |
610 | 2024-10-07T07:19:21.564Z | Downloaded anstyle v1.0.8 |
611 | 2024-10-07T07:19:21.567Z | Downloaded ahash v0.8.11 |
612 | 2024-10-07T07:19:21.570Z | Downloaded futures-executor v0.3.31 |
613 | 2024-10-07T07:19:21.570Z | Downloaded embedded-io v0.4.0 |
614 | 2024-10-07T07:19:21.571Z | Downloaded deranged v0.3.11 |
615 | 2024-10-07T07:19:21.573Z | Downloaded debug-ignore v1.0.5 |
616 | 2024-10-07T07:19:21.573Z | Downloaded colored v2.1.0 |
617 | 2024-10-07T07:19:21.577Z | Downloaded resolv-conf v0.7.0 |
618 | 2024-10-07T07:19:21.577Z | Downloaded parse-display v0.10.0 |
619 | 2024-10-07T07:19:21.580Z | Downloaded dof v0.3.0 |
620 | 2024-10-07T07:19:21.580Z | Downloaded crypto-common v0.1.6 |
621 | 2024-10-07T07:19:21.732Z | Downloaded ring v0.17.8 |
622 | 2024-10-07T07:19:22.139Z | Compiling proc-macro2 v1.0.86 |
623 | 2024-10-07T07:19:22.139Z | Compiling unicode-ident v1.0.13 |
624 | 2024-10-07T07:19:22.142Z | Compiling libc v0.2.159 |
625 | 2024-10-07T07:19:22.142Z | Compiling serde v1.0.210 |
626 | 2024-10-07T07:19:22.142Z | Compiling autocfg v1.4.0 |
627 | 2024-10-07T07:19:22.142Z | Compiling version_check v0.9.5 |
628 | 2024-10-07T07:19:22.142Z | Compiling libm v0.2.8 |
629 | 2024-10-07T07:19:22.142Z | Compiling parking_lot_core v0.9.10 |
630 | 2024-10-07T07:19:22.357Z | Compiling once_cell v1.20.2 |
631 | 2024-10-07T07:19:22.689Z | Compiling thiserror v1.0.64 |
632 | 2024-10-07T07:19:22.743Z | Compiling cfg-if v1.0.0 |
633 | 2024-10-07T07:19:22.761Z | Compiling serde_json v1.0.128 |
634 | 2024-10-07T07:19:22.798Z | Compiling shlex v1.3.0 |
635 | 2024-10-07T07:19:22.826Z | Compiling schemars v0.8.21 |
636 | 2024-10-07T07:19:22.844Z | Compiling memchr v2.7.4 |
637 | 2024-10-07T07:19:23.080Z | Compiling lock_api v0.4.12 |
638 | 2024-10-07T07:19:23.159Z | Compiling num-traits v0.2.19 |
639 | 2024-10-07T07:19:23.179Z | Compiling cc v1.1.28 |
640 | 2024-10-07T07:19:23.579Z | Compiling slab v0.4.9 |
641 | 2024-10-07T07:19:23.809Z | Compiling quote v1.0.37 |
642 | 2024-10-07T07:19:24.081Z | Compiling getrandom v0.2.15 |
643 | 2024-10-07T07:19:24.194Z | Compiling itoa v1.0.11 |
644 | 2024-10-07T07:19:24.311Z | Compiling syn v2.0.79 |
645 | 2024-10-07T07:19:24.367Z | Compiling ryu v1.0.18 |
646 | 2024-10-07T07:19:24.423Z | Compiling heck v0.5.0 |
647 | 2024-10-07T07:19:24.449Z | Compiling equivalent v1.0.1 |
648 | 2024-10-07T07:19:24.556Z | Compiling httparse v1.9.5 |
649 | 2024-10-07T07:19:24.573Z | Compiling hashbrown v0.15.0 |
650 | 2024-10-07T07:19:24.662Z | Compiling byteorder v1.5.0 |
651 | 2024-10-07T07:19:24.687Z | Compiling log v0.4.22 |
652 | 2024-10-07T07:19:24.770Z | Compiling pkg-config v0.3.31 |
653 | 2024-10-07T07:19:24.851Z | Compiling vcpkg v0.2.15 |
654 | 2024-10-07T07:19:25.319Z | Compiling slog v2.7.0 |
655 | 2024-10-07T07:19:25.789Z | Compiling openssl v0.10.66 |
656 | 2024-10-07T07:19:25.876Z | Compiling fnv v1.0.7 |
657 | 2024-10-07T07:19:26.063Z | Compiling semver v1.0.23 |
658 | 2024-10-07T07:19:26.094Z | Compiling iana-time-zone v0.1.61 |
659 | 2024-10-07T07:19:26.202Z | Compiling ring v0.17.8 |
660 | 2024-10-07T07:19:26.447Z | Compiling dyn-clone v1.0.17 |
661 | 2024-10-07T07:19:26.467Z | Compiling native-tls v0.2.12 |
662 | 2024-10-07T07:19:26.563Z | Compiling openssl-sys v0.9.103 |
663 | 2024-10-07T07:19:26.601Z | Compiling ahash v0.8.11 |
664 | 2024-10-07T07:19:26.643Z | Compiling crunchy v0.2.2 |
665 | 2024-10-07T07:19:26.646Z | Compiling allocator-api2 v0.2.18 |
666 | 2024-10-07T07:19:27.069Z | Compiling tiny-keccak v2.0.2 |
667 | 2024-10-07T07:19:27.071Z | Compiling rustls v0.23.14 |
668 | 2024-10-07T07:19:27.754Z | Compiling anyhow v1.0.89 |
669 | 2024-10-07T07:19:27.883Z | Compiling const-random-macro v0.1.16 |
670 | 2024-10-07T07:19:27.917Z | Compiling aho-corasick v1.1.3 |
671 | 2024-10-07T07:19:28.058Z | Compiling regex-syntax v0.8.5 |
672 | 2024-10-07T07:19:28.296Z | Compiling typenum v1.17.0 |
673 | 2024-10-07T07:19:28.467Z | Compiling generic-array v0.14.7 |
674 | 2024-10-07T07:19:28.640Z | Compiling unsafe-libyaml v0.2.11 |
675 | 2024-10-07T07:19:28.670Z | Checking pin-project-lite v0.2.14 |
676 | 2024-10-07T07:19:28.781Z | Compiling time-core v0.1.2 |
677 | 2024-10-07T07:19:28.867Z | Compiling num-conv v0.1.0 |
678 | 2024-10-07T07:19:29.150Z | Compiling time-macros v0.2.18 |
679 | 2024-10-07T07:19:29.590Z | Compiling syn v1.0.109 |
680 | 2024-10-07T07:19:30.365Z | Checking scopeguard v1.2.0 |
681 | 2024-10-07T07:19:30.479Z | Compiling ucd-trie v0.1.7 |
682 | 2024-10-07T07:19:30.935Z | Checking mio v1.0.2 |
683 | 2024-10-07T07:19:31.008Z | Checking socket2 v0.5.7 |
684 | 2024-10-07T07:19:31.531Z | Compiling serde_derive_internals v0.29.1 |
685 | 2024-10-07T07:19:31.579Z | Checking signal-hook-registry v1.4.2 |
686 | 2024-10-07T07:19:31.834Z | Compiling regex-automata v0.4.8 |
687 | 2024-10-07T07:19:32.142Z | Compiling omicron-workspace-hack v0.1.0 |
688 | 2024-10-07T07:19:32.380Z | Compiling rustversion v1.0.17 |
689 | 2024-10-07T07:19:32.479Z | Compiling crossbeam-utils v0.8.20 |
690 | 2024-10-07T07:19:32.908Z | Compiling usdt-impl v0.5.0 |
691 | 2024-10-07T07:19:33.589Z | Compiling slog-async v2.8.0 |
692 | 2024-10-07T07:19:33.787Z | Compiling strsim v0.11.1 |
693 | 2024-10-07T07:19:33.976Z | Compiling plain v0.2.3 |
694 | 2024-10-07T07:19:34.160Z | Compiling pretty-hex v0.4.1 |
695 | 2024-10-07T07:19:34.342Z | Compiling thread-id v4.2.2 |
696 | 2024-10-07T07:19:34.456Z | Compiling ident_case v1.0.1 |
697 | 2024-10-07T07:19:34.490Z | Checking futures-core v0.3.31 |
698 | 2024-10-07T07:19:34.548Z | Compiling camino v1.1.9 |
699 | 2024-10-07T07:19:34.660Z | Compiling darling_core v0.20.10 |
700 | 2024-10-07T07:19:34.679Z | Compiling rustls v0.22.4 |
701 | 2024-10-07T07:19:35.368Z | Compiling paste v1.0.15 |
702 | 2024-10-07T07:19:35.387Z | Checking futures-sink v0.3.31 |
703 | 2024-10-07T07:19:35.533Z | Compiling multer v3.1.0 |
704 | 2024-10-07T07:19:35.666Z | Checking futures-channel v0.3.31 |
705 | 2024-10-07T07:19:35.852Z | Compiling regex v1.11.0 |
706 | 2024-10-07T07:19:36.003Z | Checking tracing-core v0.1.32 |
707 | 2024-10-07T07:19:36.079Z | Checking pin-utils v0.1.0 |
708 | 2024-10-07T07:19:36.171Z | Compiling rustix v0.38.37 |
709 | 2024-10-07T07:19:36.687Z | Checking futures-task v0.3.31 |
710 | 2024-10-07T07:19:36.881Z | Checking futures-io v0.3.31 |
711 | 2024-10-07T07:19:36.945Z | Compiling serde_derive v1.0.210 |
712 | 2024-10-07T07:19:37.026Z | Compiling zerocopy-derive v0.7.35 |
713 | 2024-10-07T07:19:37.071Z | Compiling tokio-macros v2.4.0 |
714 | 2024-10-07T07:19:37.090Z | Compiling thiserror-impl v1.0.64 |
715 | 2024-10-07T07:19:37.971Z | Compiling schemars_derive v0.8.21 |
716 | 2024-10-07T07:19:38.584Z | Compiling futures-macro v0.3.31 |
717 | 2024-10-07T07:19:39.141Z | Compiling tracing-attributes v0.1.27 |
718 | 2024-10-07T07:19:39.629Z | Compiling zerocopy v0.7.35 |
719 | 2024-10-07T07:19:40.035Z | Compiling openssl-macros v0.1.1 |
720 | 2024-10-07T07:19:40.457Z | Compiling scroll_derive v0.12.0 |
721 | 2024-10-07T07:19:40.681Z | Compiling pest v2.7.13 |
722 | 2024-10-07T07:19:41.109Z | Compiling darling_macro v0.20.10 |
723 | 2024-10-07T07:19:41.845Z | Compiling hashbrown v0.14.5 |
724 | 2024-10-07T07:19:41.958Z | Compiling scroll v0.12.0 |
725 | 2024-10-07T07:19:41.978Z | Compiling async-trait v0.1.83 |
726 | 2024-10-07T07:19:42.068Z | Compiling darling v0.20.10 |
727 | 2024-10-07T07:19:42.186Z | Compiling serde_with_macros v3.11.0 |
728 | 2024-10-07T07:19:42.325Z | Compiling strum_macros v0.26.4 |
729 | 2024-10-07T07:19:42.511Z | Compiling goblin v0.8.2 |
730 | 2024-10-07T07:19:42.513Z | Compiling async-stream-impl v0.3.6 |
731 | 2024-10-07T07:19:43.184Z | Compiling regress v0.10.1 |
732 | 2024-10-07T07:19:43.643Z | Compiling pest_meta v2.7.13 |
733 | 2024-10-07T07:19:43.839Z | Compiling structmeta-derive v0.3.0 |
734 | 2024-10-07T07:19:46.506Z | Compiling pest_generator v2.7.13 |
735 | 2024-10-07T07:19:46.920Z | Compiling structmeta v0.3.0 |
736 | 2024-10-07T07:19:47.338Z | Checking tracing v0.1.40 |
737 | 2024-10-07T07:19:47.672Z | Checking futures-util v0.3.31 |
738 | 2024-10-07T07:19:48.171Z | Compiling dropshot v0.12.0 |
739 | 2024-10-07T07:19:48.292Z | Compiling pest_derive v2.7.13 |
740 | 2024-10-07T07:19:48.690Z | Compiling parse-display-derive v0.10.0 |
741 | 2024-10-07T07:19:49.131Z | Compiling dtrace-parser v0.2.0 |
742 | 2024-10-07T07:19:49.303Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
743 | 2024-10-07T07:19:49.512Z | Checking bytes v1.7.2 |
744 | 2024-10-07T07:19:50.091Z | Checking smallvec v1.13.2 |
745 | 2024-10-07T07:19:50.513Z | Compiling indexmap v2.6.0 |
746 | 2024-10-07T07:19:50.723Z | Compiling serde_tokenstream v0.2.2 |
747 | 2024-10-07T07:19:50.848Z | Compiling chrono v0.4.38 |
748 | 2024-10-07T07:19:51.342Z | Compiling uuid v1.10.0 |
749 | 2024-10-07T07:19:51.842Z | Compiling http v1.1.0 |
750 | 2024-10-07T07:19:51.982Z | Compiling serde_yaml v0.9.34+deprecated |
751 | 2024-10-07T07:19:52.328Z | Compiling openapiv3 v2.0.0 |
752 | 2024-10-07T07:19:52.944Z | Compiling toml_datetime v0.6.8 |
753 | 2024-10-07T07:19:52.962Z | Checking parking_lot v0.12.3 |
754 | 2024-10-07T07:19:53.383Z | Checking tokio v1.40.0 |
755 | 2024-10-07T07:19:53.625Z | Compiling dof v0.3.0 |
756 | 2024-10-07T07:19:55.308Z | Compiling typify-impl v0.2.0 |
757 | 2024-10-07T07:19:55.685Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-10-07T07:19:55.751Z | Compiling usdt-macro v0.5.0 |
759 | 2024-10-07T07:19:56.637Z | Compiling dropshot_endpoint v0.12.0 |
760 | 2024-10-07T07:19:57.995Z | Checking bitflags v2.6.0 |
761 | 2024-10-07T07:19:58.336Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
762 | 2024-10-07T07:19:58.407Z | Checking spin v0.9.8 |
763 | 2024-10-07T07:19:58.635Z | Checking untrusted v0.9.0 |
764 | 2024-10-07T07:19:58.653Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
765 | 2024-10-07T07:19:58.802Z | Compiling heapless v0.8.0 |
766 | 2024-10-07T07:19:59.022Z | Compiling winnow v0.5.40 |
767 | 2024-10-07T07:20:01.045Z | Checking subtle v2.6.1 |
768 | 2024-10-07T07:20:01.064Z | Compiling smoltcp v0.11.0 |
769 | 2024-10-07T07:20:01.366Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
770 | 2024-10-07T07:20:01.702Z | Checking tokio-util v0.7.12 |
771 | 2024-10-07T07:20:01.720Z | Compiling foreign-types-macros v0.2.3 |
772 | 2024-10-07T07:20:02.701Z | Compiling toml_edit v0.19.15 |
773 | 2024-10-07T07:20:03.541Z | Checking try-lock v0.2.5 |
774 | 2024-10-07T07:20:03.565Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
775 | 2024-10-07T07:20:03.667Z | Checking want v0.3.1 |
776 | 2024-10-07T07:20:04.418Z | Checking httpdate v1.0.3 |
777 | 2024-10-07T07:20:04.437Z | Checking rustls-pki-types v1.9.0 |
778 | 2024-10-07T07:20:04.691Z | Compiling clap_derive v4.5.18 |
779 | 2024-10-07T07:20:05.312Z | Compiling proc-macro-crate v1.3.1 |
780 | 2024-10-07T07:20:05.333Z | Checking tower-service v0.3.3 |
781 | 2024-10-07T07:20:05.336Z | Checking tinyvec_macros v0.1.1 |
782 | 2024-10-07T07:20:05.442Z | Compiling heck v0.4.1 |
783 | 2024-10-07T07:20:05.459Z | Checking tinyvec v1.8.0 |
784 | 2024-10-07T07:20:06.576Z | Checking const-random v0.1.18 |
785 | 2024-10-07T07:20:06.974Z | Checking percent-encoding v2.3.1 |
786 | 2024-10-07T07:20:07.162Z | Checking foreign-types-shared v0.1.1 |
787 | 2024-10-07T07:20:07.181Z | Checking atomic-waker v1.1.2 |
788 | 2024-10-07T07:20:07.316Z | Checking foreign-types v0.3.2 |
789 | 2024-10-07T07:20:07.385Z | Checking form_urlencoded v1.2.1 |
790 | 2024-10-07T07:20:07.412Z | Checking unicode-normalization v0.1.24 |
791 | 2024-10-07T07:20:08.147Z | Checking rustls-webpki v0.102.8 |
792 | 2024-10-07T07:20:08.355Z | Checking http-body v1.0.1 |
793 | 2024-10-07T07:20:08.894Z | Compiling num_enum_derive v0.5.11 |
794 | 2024-10-07T07:20:08.952Z | Compiling proc-macro-error-attr v1.0.4 |
795 | 2024-10-07T07:20:09.093Z | Compiling typify-macro v0.2.0 |
796 | 2024-10-07T07:20:09.744Z | Checking unicode-bidi v0.3.17 |
797 | 2024-10-07T07:20:09.870Z | Checking zeroize v1.8.1 |
798 | 2024-10-07T07:20:10.449Z | Checking h2 v0.4.6 |
799 | 2024-10-07T07:20:11.172Z | Compiling proc-macro-error v1.0.4 |
800 | 2024-10-07T07:20:11.943Z | Checking openssl-probe v0.1.5 |
801 | 2024-10-07T07:20:12.997Z | Compiling typify v0.2.0 |
802 | 2024-10-07T07:20:13.141Z | Compiling progenitor-impl v0.8.0 |
803 | 2024-10-07T07:20:13.185Z | Checking idna v0.5.0 |
804 | 2024-10-07T07:20:14.010Z | Checking url v2.5.2 |
805 | 2024-10-07T07:20:14.697Z | Checking hyper v1.4.1 |
806 | 2024-10-07T07:20:15.976Z | Checking tokio-native-tls v0.3.1 |
807 | 2024-10-07T07:20:16.258Z | Checking encoding_rs v0.8.34 |
808 | 2024-10-07T07:20:16.787Z | Checking hyper-util v0.1.9 |
809 | 2024-10-07T07:20:16.912Z | Checking ipnet v2.10.1 |
810 | 2024-10-07T07:20:17.107Z | Checking mime v0.3.17 |
811 | 2024-10-07T07:20:18.484Z | Checking http-body-util v0.1.2 |
812 | 2024-10-07T07:20:18.592Z | Checking serde_urlencoded v0.7.1 |
813 | 2024-10-07T07:20:19.744Z | Compiling progenitor-macro v0.8.0 |
814 | 2024-10-07T07:20:20.062Z | Checking webpki-roots v0.26.6 |
815 | 2024-10-07T07:20:20.135Z | Checking rustls-pemfile v2.2.0 |
816 | 2024-10-07T07:20:20.259Z | Checking ipnetwork v0.20.0 |
817 | 2024-10-07T07:20:20.612Z | Checking rand_core v0.6.4 |
818 | 2024-10-07T07:20:21.245Z | Checking base64 v0.22.1 |
819 | 2024-10-07T07:20:21.992Z | Checking hyper-tls v0.6.0 |
820 | 2024-10-07T07:20:22.096Z | Compiling serde_spanned v0.6.8 |
821 | 2024-10-07T07:20:22.326Z | Checking sync_wrapper v1.0.1 |
822 | 2024-10-07T07:20:22.692Z | Checking tokio-rustls v0.26.0 |
823 | 2024-10-07T07:20:22.879Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
824 | 2024-10-07T07:20:23.096Z | Checking hyper-rustls v0.27.3 |
825 | 2024-10-07T07:20:23.219Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
826 | 2024-10-07T07:20:23.568Z | Compiling winnow v0.6.20 |
827 | 2024-10-07T07:20:23.780Z | Checking reqwest v0.12.8 |
828 | 2024-10-07T07:20:26.051Z | Checking ppv-lite86 v0.2.20 |
829 | 2024-10-07T07:20:26.854Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
830 | 2024-10-07T07:20:27.325Z | Compiling toml_edit v0.22.22 |
831 | 2024-10-07T07:20:29.228Z | Compiling powerfmt v0.2.0 |
832 | 2024-10-07T07:20:29.855Z | Compiling deranged v0.3.11 |
833 | 2024-10-07T07:20:31.531Z | Checking rand_chacha v0.3.1 |
834 | 2024-10-07T07:20:32.794Z | Compiling crucible-workspace-hack v0.1.0 |
835 | 2024-10-07T07:20:33.197Z | Compiling num_threads v0.1.7 |
836 | 2024-10-07T07:20:33.306Z | Compiling time v0.3.36 |
837 | 2024-10-07T07:20:33.373Z | Checking rand v0.8.5 |
838 | 2024-10-07T07:20:34.655Z | Compiling dirs-sys-next v0.1.2 |
839 | 2024-10-07T07:20:35.023Z | Compiling prettyplease v0.2.22 |
840 | 2024-10-07T07:20:35.377Z | Compiling dirs-next v2.0.0 |
841 | 2024-10-07T07:20:36.581Z | Compiling crypto-common v0.1.6 |
842 | 2024-10-07T07:20:36.581Z | Compiling block-buffer v0.10.4 |
843 | 2024-10-07T07:20:36.788Z | Compiling thread_local v1.1.8 |
844 | 2024-10-07T07:20:36.788Z | Compiling match_cfg v0.1.0 |
845 | 2024-10-07T07:20:37.172Z | Compiling hostname v0.3.1 |
846 | 2024-10-07T07:20:37.303Z | Compiling digest v0.10.7 |
847 | 2024-10-07T07:20:37.671Z | Compiling progenitor-client v0.8.0 |
848 | 2024-10-07T07:20:37.755Z | Compiling crossbeam-channel v0.5.13 |
849 | 2024-10-07T07:20:38.083Z | Compiling term v0.7.0 |
850 | 2024-10-07T07:20:38.208Z | Compiling slog-json v2.6.1 |
851 | 2024-10-07T07:20:38.564Z | Compiling zone_cfg_derive v0.3.0 |
852 | 2024-10-07T07:20:38.746Z | Compiling futures-executor v0.3.31 |
853 | 2024-10-07T07:20:39.208Z | Compiling num-derive v0.4.2 |
854 | 2024-10-07T07:20:39.299Z | Compiling num-integer v0.1.46 |
855 | 2024-10-07T07:20:40.055Z | Compiling is-terminal v0.4.13 |
856 | 2024-10-07T07:20:40.147Z | Compiling memmap v0.7.0 |
857 | 2024-10-07T07:20:40.180Z | Compiling errno v0.3.9 |
858 | 2024-10-07T07:20:40.399Z | Compiling utf8parse v0.2.2 |
859 | 2024-10-07T07:20:40.460Z | Compiling take_mut v0.2.2 |
860 | 2024-10-07T07:20:40.886Z | Compiling cpufeatures v0.2.14 |
861 | 2024-10-07T07:20:41.170Z | Compiling sha1 v0.10.6 |
862 | 2024-10-07T07:20:42.324Z | Compiling anstyle-parse v0.2.5 |
863 | 2024-10-07T07:20:42.417Z | Compiling usdt v0.5.0 |
864 | 2024-10-07T07:20:42.652Z | Compiling tokio-rustls v0.25.0 |
865 | 2024-10-07T07:20:42.873Z | Compiling slog-term v2.9.1 |
866 | 2024-10-07T07:20:43.435Z | Compiling futures v0.3.31 |
867 | 2024-10-07T07:20:43.496Z | Compiling slog-bunyan v2.5.0 |
868 | 2024-10-07T07:20:43.554Z | Compiling progenitor v0.8.0 |
869 | 2024-10-07T07:20:44.464Z | Compiling toml v0.8.19 |
870 | 2024-10-07T07:20:45.187Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
871 | 2024-10-07T07:20:45.420Z | Compiling waitgroup v0.1.2 |
872 | 2024-10-07T07:20:45.524Z | Compiling async-stream v0.3.6 |
873 | 2024-10-07T07:20:45.781Z | Compiling newtype-uuid v1.1.0 |
874 | 2024-10-07T07:20:45.922Z | Compiling hex v0.4.3 |
875 | 2024-10-07T07:20:46.109Z | Compiling serde_path_to_error v0.1.16 |
876 | 2024-10-07T07:20:46.907Z | Compiling hostname v0.4.0 |
877 | 2024-10-07T07:20:46.954Z | Compiling instant v0.1.13 |
878 | 2024-10-07T07:20:46.975Z | Compiling is_terminal_polyfill v1.70.1 |
879 | 2024-10-07T07:20:47.105Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
880 | 2024-10-07T07:20:47.123Z | Compiling semver v0.1.20 |
881 | 2024-10-07T07:20:47.329Z | Compiling anstyle v1.0.8 |
882 | 2024-10-07T07:20:47.548Z | Compiling debug-ignore v1.0.5 |
883 | 2024-10-07T07:20:47.605Z | Compiling colorchoice v1.0.2 |
884 | 2024-10-07T07:20:47.641Z | Compiling anstyle-query v1.1.1 |
885 | 2024-10-07T07:20:47.757Z | Compiling anstream v0.6.15 |
886 | 2024-10-07T07:20:47.760Z | Compiling rustc_version v0.1.7 |
887 | 2024-10-07T07:20:47.824Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
888 | 2024-10-07T07:20:48.163Z | Compiling backoff v0.4.0 |
889 | 2024-10-07T07:20:48.428Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
890 | 2024-10-07T07:20:48.458Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
891 | 2024-10-07T07:20:48.794Z | Compiling terminal_size v0.4.0 |
892 | 2024-10-07T07:20:48.796Z | Compiling num-iter v0.1.45 |
893 | 2024-10-07T07:20:48.985Z | Compiling num-rational v0.4.2 |
894 | 2024-10-07T07:20:49.004Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
895 | 2024-10-07T07:20:49.187Z | Compiling parse-display v0.10.0 |
896 | 2024-10-07T07:20:49.221Z | Compiling macaddr v1.0.1 |
897 | 2024-10-07T07:20:49.276Z | Compiling serde_with v3.11.0 |
898 | 2024-10-07T07:20:49.672Z | Compiling strum v0.26.3 |
899 | 2024-10-07T07:20:49.741Z | Compiling regress v0.9.1 |
900 | 2024-10-07T07:20:49.846Z | Compiling hubpack_derive v0.1.1 |
901 | 2024-10-07T07:20:50.182Z | Compiling zerocopy-derive v0.6.6 |
902 | 2024-10-07T07:20:50.795Z | Compiling num-complex v0.4.6 |
903 | 2024-10-07T07:20:50.840Z | Compiling clap_lex v0.7.2 |
904 | 2024-10-07T07:20:51.325Z | Checking lazy_static v1.5.0 |
905 | 2024-10-07T07:20:51.453Z | Compiling clap_builder v4.5.19 |
906 | 2024-10-07T07:20:51.823Z | Compiling num v0.4.3 |
907 | 2024-10-07T07:20:51.931Z | Compiling newtype_derive v0.1.6 |
908 | 2024-10-07T07:20:52.389Z | Compiling owo-colors v4.1.0 |
909 | 2024-10-07T07:20:52.409Z | Compiling float-ord v0.3.2 |
910 | 2024-10-07T07:20:52.447Z | Compiling cancel-safe-futures v0.1.5 |
911 | 2024-10-07T07:20:53.221Z | Compiling strum_macros v0.25.3 |
912 | 2024-10-07T07:20:54.086Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
913 | 2024-10-07T07:20:55.097Z | Compiling serde_repr v0.1.19 |
914 | 2024-10-07T07:20:55.450Z | Compiling clap v4.5.19 |
915 | 2024-10-07T07:20:56.933Z | Compiling cookie v0.18.1 |
916 | 2024-10-07T07:20:57.137Z | Compiling convert_case v0.4.0 |
917 | 2024-10-07T07:20:57.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
918 | 2024-10-07T07:20:57.814Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
919 | 2024-10-07T07:20:57.923Z | Compiling derive_more v0.99.18 |
920 | 2024-10-07T07:20:58.079Z | Compiling derive-where v1.2.7 |
921 | 2024-10-07T07:20:58.300Z | Compiling enum-as-inner v0.6.1 |
922 | 2024-10-07T07:20:59.194Z | Checking unicode-width v0.1.14 |
923 | 2024-10-07T07:21:05.314Z | Checking hash32 v0.3.1 |
924 | 2024-10-07T07:21:05.529Z | Compiling slog-dtrace v0.3.0 |
925 | 2024-10-07T07:21:05.602Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
926 | 2024-10-07T07:21:05.665Z | Checking stable_deref_trait v1.2.0 |
927 | 2024-10-07T07:21:06.522Z | Compiling num-derive v0.3.3 |
928 | 2024-10-07T07:21:07.024Z | Checking cobs v0.2.3 |
929 | 2024-10-07T07:21:07.187Z | Checking foreign-types-shared v0.3.1 |
930 | 2024-10-07T07:21:07.208Z | Checking either v1.13.0 |
931 | 2024-10-07T07:21:07.304Z | Checking managed v0.8.0 |
932 | 2024-10-07T07:21:07.602Z | Checking bitflags v1.3.2 |
933 | 2024-10-07T07:21:07.671Z | Compiling parking_lot_core v0.8.6 |
934 | 2024-10-07T07:21:09.822Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
935 | 2024-10-07T07:21:09.941Z | Checking foreign-types v0.5.0 |
936 | 2024-10-07T07:21:10.055Z | Checking postcard v1.0.10 |
937 | 2024-10-07T07:21:11.202Z | Checking num_enum v0.5.11 |
938 | 2024-10-07T07:21:11.776Z | Checking cstr-argument v0.1.2 |
939 | 2024-10-07T07:21:11.932Z | Checking pretty-hex v0.2.1 |
940 | 2024-10-07T07:21:12.406Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
941 | 2024-10-07T07:21:12.677Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
942 | 2024-10-07T07:21:12.990Z | Checking colored v2.1.0 |
943 | 2024-10-07T07:21:13.223Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
944 | 2024-10-07T07:21:13.522Z | Checking tabwriter v1.4.0 |
945 | 2024-10-07T07:21:13.630Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
946 | 2024-10-07T07:21:17.058Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
947 | 2024-10-07T07:21:17.077Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
948 | 2024-10-07T07:21:17.214Z | Checking fastrand v2.1.1 |
949 | 2024-10-07T07:21:17.546Z | Checking tempfile v3.13.0 |
950 | 2024-10-07T07:21:17.565Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
951 | 2024-10-07T07:21:20.203Z | Checking unicode-segmentation v1.12.0 |
952 | 2024-10-07T07:21:20.911Z | Checking newline-converter v0.3.0 |
953 | 2024-10-07T07:21:21.116Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
954 | 2024-10-07T07:21:21.178Z | Checking camino-tempfile v1.1.1 |
955 | 2024-10-07T07:21:21.456Z | Checking itertools v0.10.5 |
956 | 2024-10-07T07:21:21.775Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
957 | 2024-10-07T07:21:21.805Z | Checking console v0.15.8 |
958 | 2024-10-07T07:21:22.144Z | Checking sigpipe v0.1.3 |
959 | 2024-10-07T07:21:22.250Z | Checking static_assertions v1.1.0 |
960 | 2024-10-07T07:21:22.350Z | Checking similar v2.6.0 |
961 | 2024-10-07T07:21:22.382Z | Checking base64ct v1.6.0 |
962 | 2024-10-07T07:21:22.462Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
963 | 2024-10-07T07:21:22.702Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
964 | 2024-10-07T07:21:22.795Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
965 | 2024-10-07T07:21:22.839Z | Checking password-hash v0.5.0 |
966 | 2024-10-07T07:21:22.946Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
967 | 2024-10-07T07:21:23.039Z | Checking expectorate v1.1.0 |
968 | 2024-10-07T07:21:23.190Z | Checking blake2 v0.10.6 |
969 | 2024-10-07T07:21:23.267Z | Checking smf v0.2.3 |
970 | 2024-10-07T07:21:23.383Z | Checking whoami v1.5.2 |
971 | 2024-10-07T07:21:23.578Z | Checking fixedbitset v0.4.2 |
972 | 2024-10-07T07:21:23.701Z | Checking argon2 v0.5.3 |
973 | 2024-10-07T07:21:23.733Z | Checking zerocopy v0.6.6 |
974 | 2024-10-07T07:21:23.762Z | Checking zone v0.3.0 |
975 | 2024-10-07T07:21:23.814Z | Checking hubpack v0.1.2 |
976 | 2024-10-07T07:21:23.832Z | Checking petgraph v0.6.5 |
977 | 2024-10-07T07:21:24.300Z | Checking serde-big-array v0.5.1 |
978 | 2024-10-07T07:21:24.487Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
979 | 2024-10-07T07:21:24.522Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
980 | 2024-10-07T07:21:24.997Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
981 | 2024-10-07T07:21:25.417Z | Checking atomicwrites v0.4.4 |
982 | 2024-10-07T07:21:25.620Z | Checking itertools v0.13.0 |
983 | 2024-10-07T07:21:26.235Z | Checking idna v0.4.0 |
984 | 2024-10-07T07:21:26.287Z | Checking libsw v3.3.1 |
985 | 2024-10-07T07:21:27.020Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
986 | 2024-10-07T07:21:27.095Z | Checking linked-hash-map v0.5.6 |
987 | 2024-10-07T07:21:27.151Z | Checking linear-map v1.2.0 |
988 | 2024-10-07T07:21:27.435Z | Checking quick-error v1.2.3 |
989 | 2024-10-07T07:21:27.569Z | Checking indent_write v2.2.0 |
990 | 2024-10-07T07:21:27.635Z | Checking data-encoding v2.6.0 |
991 | 2024-10-07T07:21:27.659Z | Checking swrite v0.1.0 |
992 | 2024-10-07T07:21:27.789Z | Checking highway v1.2.0 |
993 | 2024-10-07T07:21:27.831Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
994 | 2024-10-07T07:21:28.002Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
995 | 2024-10-07T07:21:28.211Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
996 | 2024-10-07T07:21:28.274Z | Checking hickory-proto v0.24.1 |
997 | 2024-10-07T07:21:28.352Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
998 | 2024-10-07T07:21:29.437Z | Checking resolv-conf v0.7.0 |
999 | 2024-10-07T07:21:29.586Z | Checking lru-cache v0.1.2 |
1000 | 2024-10-07T07:21:29.646Z | Checking steno v0.4.1 |
1001 | 2024-10-07T07:21:29.776Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1002 | 2024-10-07T07:21:29.889Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1003 | 2024-10-07T07:21:30.579Z | Checking humantime v2.1.0 |
1004 | 2024-10-07T07:21:31.964Z | Checking hickory-resolver v0.24.1 |
1005 | 2024-10-07T07:21:32.139Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1006 | 2024-10-07T07:21:33.033Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1007 | 2024-10-07T07:21:33.362Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1008 | 2024-10-07T07:21:33.945Z | Checking parking_lot v0.11.2 |
1009 | 2024-10-07T07:21:34.133Z | Checking crossbeam-epoch v0.9.18 |
1010 | 2024-10-07T07:21:34.424Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1011 | 2024-10-07T07:21:34.630Z | Checking fxhash v0.2.1 |
1012 | 2024-10-07T07:21:34.791Z | Checking crc32fast v1.4.2 |
1013 | 2024-10-07T07:21:34.810Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1014 | 2024-10-07T07:21:35.016Z | Checking sled v0.34.7 |
1015 | 2024-10-07T07:21:37.817Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1016 | 2024-10-07T07:21:40.569Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1017 | 2024-10-07T07:21:41.059Z | Compiling proc-macro-crate v3.2.0 |
1018 | 2024-10-07T07:21:41.550Z | Compiling rustls v0.21.12 |
1019 | 2024-10-07T07:21:42.000Z | Checking half v2.4.1 |
1020 | 2024-10-07T07:21:42.083Z | Compiling smartstring v1.0.1 |
1021 | 2024-10-07T07:21:42.113Z | Checking ciborium-io v0.2.2 |
1022 | 2024-10-07T07:21:42.218Z | Compiling num_enum_derive v0.7.3 |
1023 | 2024-10-07T07:21:42.509Z | Checking ciborium-ll v0.2.2 |
1024 | 2024-10-07T07:21:43.082Z | Checking ciborium v0.2.2 |
1025 | 2024-10-07T07:21:43.243Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b) |
1026 | 2024-10-07T07:21:44.126Z | Compiling rhai_codegen v2.2.0 |
1027 | 2024-10-07T07:21:44.648Z | Checking crc8 v0.1.1 |
1028 | 2024-10-07T07:21:44.794Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1029 | 2024-10-07T07:21:44.953Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1030 | 2024-10-07T07:21:45.046Z | Checking http v0.2.12 |
1031 | 2024-10-07T07:21:45.290Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b) |
1032 | 2024-10-07T07:21:47.367Z | Checking arc-swap v1.7.1 |
1033 | 2024-10-07T07:21:47.808Z | Checking slog-scope v4.4.0 |
1034 | 2024-10-07T07:21:47.996Z | Checking h2 v0.3.26 |
1035 | 2024-10-07T07:21:48.093Z | Checking http-body v0.4.6 |
1036 | 2024-10-07T07:21:48.268Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1037 | 2024-10-07T07:21:50.430Z | Checking num_enum v0.7.3 |
1038 | 2024-10-07T07:21:50.603Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1039 | 2024-10-07T07:21:51.088Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1040 | 2024-10-07T07:21:52.043Z | Checking rustls-webpki v0.101.7 |
1041 | 2024-10-07T07:21:52.190Z | Checking sct v0.7.1 |
1042 | 2024-10-07T07:21:53.808Z | Checking hyper v0.14.30 |
1043 | 2024-10-07T07:21:54.741Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1044 | 2024-10-07T07:21:56.229Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1045 | 2024-10-07T07:21:56.761Z | Checking slog-stdlog v4.1.1 |
1046 | 2024-10-07T07:21:57.394Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1047 | 2024-10-07T07:21:58.622Z | Checking thin-vec v0.2.13 |
1048 | 2024-10-07T07:21:58.759Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1049 | 2024-10-07T07:21:58.863Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1050 | 2024-10-07T07:21:59.003Z | Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1051 | 2024-10-07T07:21:59.137Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1052 | 2024-10-07T07:21:59.154Z | Checking diff v0.1.13 |
1053 | 2024-10-07T07:21:59.172Z | Checking yansi v1.0.1 |
1054 | 2024-10-07T07:21:59.377Z | Checking minimal-lexical v0.2.1 |
1055 | 2024-10-07T07:21:59.477Z | Checking rhai v1.19.0 |
1056 | 2024-10-07T07:21:59.724Z | Checking pretty_assertions v1.4.1 |
1057 | 2024-10-07T07:21:59.783Z | Checking nom v7.1.3 |
1058 | 2024-10-07T07:22:00.221Z | Checking slog-envlogger v2.2.0 |
1059 | 2024-10-07T07:22:00.439Z | Checking tokio-rustls v0.24.1 |
1060 | 2024-10-07T07:22:00.522Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1061 | 2024-10-07T07:22:01.435Z | Checking base64 v0.21.7 |
1062 | 2024-10-07T07:22:01.597Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1063 | 2024-10-07T07:22:02.391Z | Checking rustls-pemfile v1.0.4 |
1064 | 2024-10-07T07:22:02.739Z | Checking hyper-rustls v0.24.2 |
1065 | 2024-10-07T07:22:03.096Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1066 | 2024-10-07T07:22:03.113Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1067 | 2024-10-07T07:22:05.174Z | Checking hyper-tls v0.5.0 |
1068 | 2024-10-07T07:22:05.692Z | Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1069 | 2024-10-07T07:22:05.769Z | Checking itertools v0.12.1 |
1070 | 2024-10-07T07:22:06.961Z | Checking progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1071 | 2024-10-07T07:22:07.576Z | Checking webpki-roots v0.25.4 |
1072 | 2024-10-07T07:22:07.750Z | Checking sync_wrapper v0.1.2 |
1073 | 2024-10-07T07:22:08.201Z | Checking reqwest v0.11.27 |
1074 | 2024-10-07T07:22:08.521Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1075 | 2024-10-07T07:22:09.220Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1076 | 2024-10-07T07:22:09.461Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1077 | 2024-10-07T07:22:09.557Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1078 | 2024-10-07T07:22:09.953Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1079 | 2024-10-07T07:22:10.914Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1080 | 2024-10-07T07:22:11.035Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1081 | 2024-10-07T07:22:19.052Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1082 | 2024-10-07T07:22:19.531Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1083 | 2024-10-07T07:22:19.890Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1084 | 2024-10-07T07:22:21.279Z | Checking progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1085 | 2024-10-07T07:22:21.926Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1086 | 2024-10-07T07:22:21.926Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1087 | 2024-10-07T07:22:21.926Z | | |
1088 | 2024-10-07T07:22:21.926Z | 18 | ); |
1089 | 2024-10-07T07:22:21.926Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1090 | 2024-10-07T07:22:21.926Z | | |
1091 | 2024-10-07T07:22:21.926Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1092 | 2024-10-07T07:22:21.926Z | = help: the following other types implement trait `From<T>`: |
1093 | 2024-10-07T07:22:21.926Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1094 | 2024-10-07T07:22:21.926Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1095 | 2024-10-07T07:22:21.926Z | = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1096 | 2024-10-07T07:22:21.926Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1097 | 2024-10-07T07:22:21.926Z | |
1098 | 2024-10-07T07:22:21.975Z | error[E0308]: mismatched types |
1099 | 2024-10-07T07:22:21.975Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1100 | 2024-10-07T07:22:21.975Z | | |
1101 | 2024-10-07T07:22:21.975Z | 5 | / progenitor::generate_api!( |
1102 | 2024-10-07T07:22:21.975Z | 6 | | spec = "../openapi/ddm-admin.json", |
1103 | 2024-10-07T07:22:21.975Z | 7 | | inner_type = slog::Logger, |
1104 | 2024-10-07T07:22:21.975Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1105 | 2024-10-07T07:22:21.975Z | ... | |
1106 | 2024-10-07T07:22:21.975Z | 17 | | }) |
1107 | 2024-10-07T07:22:21.975Z | 18 | | ); |
1108 | 2024-10-07T07:22:21.975Z | | | ^ |
1109 | 2024-10-07T07:22:21.975Z | | | | |
1110 | 2024-10-07T07:22:21.975Z | | |_expected `Response`, found a different `Response` |
1111 | 2024-10-07T07:22:21.975Z | | arguments to this function are incorrect |
1112 | 2024-10-07T07:22:21.976Z | | |
1113 | 2024-10-07T07:22:21.979Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1114 | 2024-10-07T07:22:21.979Z | note: `Response` is defined in crate `reqwest` |
1115 | 2024-10-07T07:22:21.979Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1116 | 2024-10-07T07:22:21.979Z | | |
1117 | 2024-10-07T07:22:21.979Z | 25 | pub struct Response { |
1118 | 2024-10-07T07:22:21.981Z | | ^^^^^^^^^^^^^^^^^^^ |
1119 | 2024-10-07T07:22:21.981Z | note: `Response` is defined in crate `reqwest` |
1120 | 2024-10-07T07:22:21.981Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1121 | 2024-10-07T07:22:21.981Z | | |
1122 | 2024-10-07T07:22:21.981Z | 29 | pub struct Response { |
1123 | 2024-10-07T07:22:21.981Z | | ^^^^^^^^^^^^^^^^^^^ |
1124 | 2024-10-07T07:22:21.981Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1125 | 2024-10-07T07:22:21.981Z | note: associated function defined here |
1126 | 2024-10-07T07:22:21.981Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12 |
1127 | 2024-10-07T07:22:21.981Z | | |
1128 | 2024-10-07T07:22:21.981Z | 121 | pub fn empty(response: reqwest::Response) -> Self { |
1129 | 2024-10-07T07:22:21.981Z | | ^^^^^ |
1130 | 2024-10-07T07:22:21.981Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1131 | 2024-10-07T07:22:21.981Z | |
1132 | 2024-10-07T07:22:21.981Z | error[E0308]: mismatched types |
1133 | 2024-10-07T07:22:21.981Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1134 | 2024-10-07T07:22:21.981Z | | |
1135 | 2024-10-07T07:22:21.981Z | 5 | / progenitor::generate_api!( |
1136 | 2024-10-07T07:22:21.981Z | 6 | | spec = "../openapi/ddm-admin.json", |
1137 | 2024-10-07T07:22:21.981Z | 7 | | inner_type = slog::Logger, |
1138 | 2024-10-07T07:22:21.981Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1139 | 2024-10-07T07:22:21.981Z | ... | |
1140 | 2024-10-07T07:22:21.982Z | 17 | | }) |
1141 | 2024-10-07T07:22:21.982Z | 18 | | ); |
1142 | 2024-10-07T07:22:21.982Z | | | ^ |
1143 | 2024-10-07T07:22:21.982Z | | | | |
1144 | 2024-10-07T07:22:21.982Z | | |_expected `Response`, found a different `Response` |
1145 | 2024-10-07T07:22:21.982Z | | arguments to this function are incorrect |
1146 | 2024-10-07T07:22:21.982Z | | |
1147 | 2024-10-07T07:22:21.982Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1148 | 2024-10-07T07:22:21.982Z | note: `Response` is defined in crate `reqwest` |
1149 | 2024-10-07T07:22:21.982Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1150 | 2024-10-07T07:22:21.982Z | | |
1151 | 2024-10-07T07:22:21.982Z | 25 | pub struct Response { |
1152 | 2024-10-07T07:22:21.982Z | | ^^^^^^^^^^^^^^^^^^^ |
1153 | 2024-10-07T07:22:21.982Z | note: `Response` is defined in crate `reqwest` |
1154 | 2024-10-07T07:22:21.982Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1155 | 2024-10-07T07:22:21.982Z | | |
1156 | 2024-10-07T07:22:21.982Z | 29 | pub struct Response { |
1157 | 2024-10-07T07:22:21.982Z | | ^^^^^^^^^^^^^^^^^^^ |
1158 | 2024-10-07T07:22:21.982Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1159 | 2024-10-07T07:22:21.982Z | note: associated function defined here |
1160 | 2024-10-07T07:22:21.982Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18 |
1161 | 2024-10-07T07:22:21.982Z | | |
1162 | 2024-10-07T07:22:21.982Z | 66 | pub async fn from_response<E: std::fmt::Debug>( |
1163 | 2024-10-07T07:22:21.982Z | | ^^^^^^^^^^^^^ |
1164 | 2024-10-07T07:22:21.982Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1165 | 2024-10-07T07:22:21.982Z | |
1166 | 2024-10-07T07:22:21.985Z | error[E0308]: mismatched types |
1167 | 2024-10-07T07:22:21.985Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1168 | 2024-10-07T07:22:21.985Z | | |
1169 | 2024-10-07T07:22:21.985Z | 5 | / progenitor::generate_api!( |
1170 | 2024-10-07T07:22:21.985Z | 6 | | spec = "../openapi/ddm-admin.json", |
1171 | 2024-10-07T07:22:21.985Z | 7 | | inner_type = slog::Logger, |
1172 | 2024-10-07T07:22:21.985Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1173 | 2024-10-07T07:22:21.985Z | ... | |
1174 | 2024-10-07T07:22:21.985Z | 17 | | }) |
1175 | 2024-10-07T07:22:21.985Z | 18 | | ); |
1176 | 2024-10-07T07:22:21.986Z | | | ^ |
1177 | 2024-10-07T07:22:21.986Z | | | | |
1178 | 2024-10-07T07:22:21.986Z | | |_expected `Response`, found a different `Response` |
1179 | 2024-10-07T07:22:21.986Z | | arguments to this enum variant are incorrect |
1180 | 2024-10-07T07:22:21.986Z | | |
1181 | 2024-10-07T07:22:21.986Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1182 | 2024-10-07T07:22:21.986Z | note: `Response` is defined in crate `reqwest` |
1183 | 2024-10-07T07:22:21.986Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1184 | 2024-10-07T07:22:21.986Z | | |
1185 | 2024-10-07T07:22:21.986Z | 25 | pub struct Response { |
1186 | 2024-10-07T07:22:21.986Z | | ^^^^^^^^^^^^^^^^^^^ |
1187 | 2024-10-07T07:22:21.986Z | note: `Response` is defined in crate `reqwest` |
1188 | 2024-10-07T07:22:21.986Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1189 | 2024-10-07T07:22:21.986Z | | |
1190 | 2024-10-07T07:22:21.986Z | 29 | pub struct Response { |
1191 | 2024-10-07T07:22:21.986Z | | ^^^^^^^^^^^^^^^^^^^ |
1192 | 2024-10-07T07:22:21.986Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1193 | 2024-10-07T07:22:21.986Z | note: tuple variant defined here |
1194 | 2024-10-07T07:22:21.986Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5 |
1195 | 2024-10-07T07:22:21.986Z | | |
1196 | 2024-10-07T07:22:21.986Z | 257 | UnexpectedResponse(reqwest::Response), |
1197 | 2024-10-07T07:22:21.986Z | | ^^^^^^^^^^^^^^^^^^ |
1198 | 2024-10-07T07:22:21.986Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1199 | 2024-10-07T07:22:21.986Z | |
1200 | 2024-10-07T07:22:22.006Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1201 | 2024-10-07T07:22:22.006Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1202 | 2024-10-07T07:22:22.006Z | | |
1203 | 2024-10-07T07:22:22.006Z | 18 | ); |
1204 | 2024-10-07T07:22:22.006Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1205 | 2024-10-07T07:22:22.006Z | | |
1206 | 2024-10-07T07:22:22.006Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1207 | 2024-10-07T07:22:22.006Z | = help: the following other types implement trait `From<T>`: |
1208 | 2024-10-07T07:22:22.006Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1209 | 2024-10-07T07:22:22.006Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1210 | 2024-10-07T07:22:22.006Z | = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1211 | 2024-10-07T07:22:22.006Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1212 | 2024-10-07T07:22:22.006Z | |
1213 | 2024-10-07T07:22:22.019Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1214 | 2024-10-07T07:22:22.020Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1215 | 2024-10-07T07:22:22.020Z | | |
1216 | 2024-10-07T07:22:22.020Z | 18 | ); |
1217 | 2024-10-07T07:22:22.020Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1218 | 2024-10-07T07:22:22.020Z | | |
1219 | 2024-10-07T07:22:22.020Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1220 | 2024-10-07T07:22:22.020Z | = help: the following other types implement trait `From<T>`: |
1221 | 2024-10-07T07:22:22.020Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1222 | 2024-10-07T07:22:22.020Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1223 | 2024-10-07T07:22:22.020Z | = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1224 | 2024-10-07T07:22:22.020Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1225 | 2024-10-07T07:22:22.020Z | |
1226 | 2024-10-07T07:22:22.032Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1227 | 2024-10-07T07:22:22.032Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1228 | 2024-10-07T07:22:22.032Z | | |
1229 | 2024-10-07T07:22:22.032Z | 18 | ); |
1230 | 2024-10-07T07:22:22.032Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1231 | 2024-10-07T07:22:22.032Z | | |
1232 | 2024-10-07T07:22:22.032Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1233 | 2024-10-07T07:22:22.033Z | = help: the following other types implement trait `From<T>`: |
1234 | 2024-10-07T07:22:22.033Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1235 | 2024-10-07T07:22:22.033Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1236 | 2024-10-07T07:22:22.033Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1237 | 2024-10-07T07:22:22.033Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1238 | 2024-10-07T07:22:22.033Z | |
1239 | 2024-10-07T07:22:22.093Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1240 | 2024-10-07T07:22:22.093Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1241 | 2024-10-07T07:22:22.093Z | | |
1242 | 2024-10-07T07:22:22.093Z | 18 | ); |
1243 | 2024-10-07T07:22:22.093Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1244 | 2024-10-07T07:22:22.093Z | | |
1245 | 2024-10-07T07:22:22.093Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1246 | 2024-10-07T07:22:22.093Z | = help: the following other types implement trait `From<T>`: |
1247 | 2024-10-07T07:22:22.093Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1248 | 2024-10-07T07:22:22.093Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1249 | 2024-10-07T07:22:22.093Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1250 | 2024-10-07T07:22:22.093Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1251 | 2024-10-07T07:22:22.093Z | |
1252 | 2024-10-07T07:22:22.150Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1253 | 2024-10-07T07:22:22.150Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1254 | 2024-10-07T07:22:22.150Z | | |
1255 | 2024-10-07T07:22:22.150Z | 18 | ); |
1256 | 2024-10-07T07:22:22.150Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1257 | 2024-10-07T07:22:22.150Z | | |
1258 | 2024-10-07T07:22:22.150Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1259 | 2024-10-07T07:22:22.150Z | = help: the following other types implement trait `From<T>`: |
1260 | 2024-10-07T07:22:22.150Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1261 | 2024-10-07T07:22:22.150Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1262 | 2024-10-07T07:22:22.150Z | = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1263 | 2024-10-07T07:22:22.150Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1264 | 2024-10-07T07:22:22.150Z | |
1265 | 2024-10-07T07:22:22.532Z | Some errors have detailed explanations: E0277, E0308. |
1266 | 2024-10-07T07:22:22.532Z | For more information about an error, try `rustc --explain E0277`. |
1267 | 2024-10-07T07:22:22.683Z | error: could not compile `ddm-admin-client` (lib) due to 16 previous errors |
1268 | 2024-10-07T07:22:22.683Z | warning: build failed, waiting for other jobs to finish... |
1269 | 2024-10-07T07:22:22.745Z | error: could not compile `ddm-admin-client` (lib) due to 16 previous errors |
1270 | 2024-10-07T07:22:27.805Z | process exited: duration 235845 ms, exit code 101 |
|
1271 | 2024-10-07T07:22:27.811Z | found 0 output files |