|
|
|
| 1 | 2024-09-27T03:18:22.747Z | job assigned to worker 01J8RQQQYBSKMFY3S195VX5275 (queued for 52 s) |
| |
| 2 | 2024-09-27T03:18:31.220Z | starting task 0: "setup" |
| 3 | 2024-09-27T03:18:31.227Z | ++ uname -s |
| 4 | 2024-09-27T03:18:31.227Z | + kern=SunOS |
| 5 | 2024-09-27T03:18:31.227Z | + case "$kern" in |
| 6 | 2024-09-27T03:18:31.227Z | + groupadd -g 12345 build |
| 7 | 2024-09-27T03:18:31.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-27T03:18:33.240Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-27T03:18:33.364Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-27T03:18:33.369Z | + home_fs=zfs |
| 11 | 2024-09-27T03:18:33.369Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-27T03:18:33.369Z | + mkdir -p /home/build |
| 13 | 2024-09-27T03:18:33.373Z | + chown build:build /home/build /work |
| 14 | 2024-09-27T03:18:35.371Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-27T03:18:35.374Z | process exited: duration 4162 ms, exit code 0 |
| |
| 16 | 2024-09-27T03:18:35.381Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-27T03:18:35.387Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-27T03:18:35.387Z | ' 1.80.1 |
| 19 | 2024-09-27T03:18:35.391Z | * toolchain channel = "1.80.1" |
| 20 | 2024-09-27T03:18:35.391Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-09-27T03:18:35.391Z | ' default |
| 22 | 2024-09-27T03:18:35.391Z | * toolchain profile = "default" |
| 23 | 2024-09-27T03:18:35.391Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-27T03:18:35.391Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-09-27T03:18:35.511Z | info: downloading installer |
| 26 | 2024-09-27T03:18:37.058Z | info: profile set to 'default' |
| 27 | 2024-09-27T03:18:37.058Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-27T03:18:37.061Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-09-27T03:18:37.208Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-09-27T03:18:37.208Z | info: downloading component 'cargo' |
| 31 | 2024-09-27T03:18:38.040Z | info: downloading component 'clippy' |
| 32 | 2024-09-27T03:18:38.335Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-27T03:18:39.500Z | info: downloading component 'rust-std' |
| 34 | 2024-09-27T03:18:41.139Z | info: downloading component 'rustc' |
| 35 | 2024-09-27T03:18:45.692Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-27T03:18:45.935Z | info: installing component 'cargo' |
| 37 | 2024-09-27T03:18:46.783Z | info: installing component 'clippy' |
| 38 | 2024-09-27T03:18:47.170Z | info: installing component 'rust-docs' |
| 39 | 2024-09-27T03:18:48.804Z | info: installing component 'rust-std' |
| 40 | 2024-09-27T03:18:50.473Z | info: installing component 'rustc' |
| 41 | 2024-09-27T03:18:54.811Z | info: installing component 'rustfmt' |
| 42 | 2024-09-27T03:18:55.156Z | |
| 43 | 2024-09-27T03:18:55.156Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 44 | 2024-09-27T03:18:55.442Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-09-27T03:18:55.442Z | |
| 46 | 2024-09-27T03:18:55.444Z | |
| 47 | 2024-09-27T03:18:55.444Z | Rust is installed now. Great! |
| 48 | 2024-09-27T03:18:55.444Z | |
| 49 | 2024-09-27T03:18:55.444Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-27T03:18:55.444Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-27T03:18:55.444Z | |
| 52 | 2024-09-27T03:18:55.444Z | To configure your current shell, you need to source |
| 53 | 2024-09-27T03:18:55.444Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-27T03:18:55.444Z | |
| 55 | 2024-09-27T03:18:55.444Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-27T03:18:55.444Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-27T03:18:55.445Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-27T03:18:55.493Z | + rustc --version |
| 59 | 2024-09-27T03:18:55.558Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-09-27T03:18:55.560Z | process exited: duration 20177 ms, exit code 0 |
| |
| 61 | 2024-09-27T03:18:55.566Z | starting task 2: "authentication" |
| 62 | 2024-09-27T03:18:55.587Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-09-27T03:18:55.598Z | starting task 3: "clone repository" |
| 64 | 2024-09-27T03:18:55.602Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-09-27T03:18:55.605Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-09-27T03:18:55.914Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-09-27T03:19:04.021Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-09-27T03:19:04.021Z | + git fetch origin 0742018b3c4e94084818dde880b92e15f1ab0d29 |
| 69 | 2024-09-27T03:19:04.312Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-09-27T03:19:04.312Z | * branch 0742018b3c4e94084818dde880b92e15f1ab0d29 -> FETCH_HEAD |
| 71 | 2024-09-27T03:19:04.321Z | + [[ -n hyper-v1 ]] |
| 72 | 2024-09-27T03:19:04.324Z | ++ git branch --show-current |
| 73 | 2024-09-27T03:19:04.326Z | + current=main |
| 74 | 2024-09-27T03:19:04.326Z | + [[ main != hyper-v1 ]] |
| 75 | 2024-09-27T03:19:04.326Z | + git branch -f hyper-v1 0742018b3c4e94084818dde880b92e15f1ab0d29 |
| 76 | 2024-09-27T03:19:04.329Z | + git checkout -f hyper-v1 |
| 77 | 2024-09-27T03:19:04.488Z | Switched to branch 'hyper-v1' |
| 78 | 2024-09-27T03:19:04.491Z | + git reset --hard 0742018b3c4e94084818dde880b92e15f1ab0d29 |
| 79 | 2024-09-27T03:19:04.510Z | HEAD is now at 0742018b3 switch to crucible and propolis main revs |
| 80 | 2024-09-27T03:19:04.512Z | process exited: duration 8912 ms, exit code 0 |
| |
| 81 | 2024-09-27T03:19:04.518Z | starting task 4: "build" |
| 82 | 2024-09-27T03:19:04.523Z | + cargo --version |
| 83 | 2024-09-27T03:19:04.577Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-09-27T03:19:04.580Z | + rustc --version |
| 85 | 2024-09-27T03:19:04.635Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-09-27T03:19:04.638Z | + cd /tmp |
| 87 | 2024-09-27T03:19:04.638Z | + cargo new --lib test-project |
| 88 | 2024-09-27T03:19:04.692Z | Creating library `test-project` package |
| 89 | 2024-09-27T03:19:04.765Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 90 | 2024-09-27T03:19:04.767Z | + cd test-project |
| 91 | 2024-09-27T03:19:04.767Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
| 92 | 2024-09-27T03:19:04.824Z | Adding omicron-common (local) to dependencies |
| 93 | 2024-09-27T03:19:04.827Z | Features: |
| 94 | 2024-09-27T03:19:04.827Z | - proptest |
| 95 | 2024-09-27T03:19:04.827Z | - test-strategy |
| 96 | 2024-09-27T03:19:04.827Z | - testing |
| 97 | 2024-09-27T03:19:04.827Z | Updating crates.io index |
| 98 | 2024-09-27T03:19:04.870Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 99 | 2024-09-27T03:19:05.588Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 100 | 2024-09-27T03:19:06.028Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 101 | 2024-09-27T03:19:06.447Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 102 | 2024-09-27T03:19:06.830Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 103 | 2024-09-27T03:19:08.599Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 104 | 2024-09-27T03:19:12.692Z | Locking 331 packages to latest compatible versions |
| 105 | 2024-09-27T03:19:12.696Z | Adding base64 v0.21.7 (latest: v0.22.1) |
| 106 | 2024-09-27T03:19:12.696Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
| 107 | 2024-09-27T03:19:12.696Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
| 108 | 2024-09-27T03:19:12.696Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
| 109 | 2024-09-27T03:19:12.696Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
| 110 | 2024-09-27T03:19:12.696Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
| 111 | 2024-09-27T03:19:12.696Z | Adding h2 v0.3.26 (latest: v0.4.6) |
| 112 | 2024-09-27T03:19:12.699Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
| 113 | 2024-09-27T03:19:12.699Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
| 114 | 2024-09-27T03:19:12.699Z | Adding hostname v0.3.1 (latest: v0.4.0) |
| 115 | 2024-09-27T03:19:12.699Z | Adding http v0.2.12 (latest: v1.1.0) |
| 116 | 2024-09-27T03:19:12.699Z | Adding http-body v0.4.6 (latest: v1.0.1) |
| 117 | 2024-09-27T03:19:12.699Z | Adding hyper v0.14.30 (latest: v1.4.1) |
| 118 | 2024-09-27T03:19:12.699Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
| 119 | 2024-09-27T03:19:12.699Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
| 120 | 2024-09-27T03:19:12.699Z | Adding idna v0.5.0 (latest: v1.0.2) |
| 121 | 2024-09-27T03:19:12.699Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
| 122 | 2024-09-27T03:19:12.699Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
| 123 | 2024-09-27T03:19:12.712Z | Adding regress v0.9.1 (latest: v0.10.1) |
| 124 | 2024-09-27T03:19:12.712Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
| 125 | 2024-09-27T03:19:12.712Z | Adding rustls v0.21.12 (latest: v0.23.13) |
| 126 | 2024-09-27T03:19:12.712Z | Adding rustls v0.22.4 (latest: v0.23.13) |
| 127 | 2024-09-27T03:19:12.712Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
| 128 | 2024-09-27T03:19:12.712Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
| 129 | 2024-09-27T03:19:12.712Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
| 130 | 2024-09-27T03:19:12.727Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
| 131 | 2024-09-27T03:19:12.727Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
| 132 | 2024-09-27T03:19:12.727Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
| 133 | 2024-09-27T03:19:12.727Z | Adding term v0.7.0 (latest: v1.0.0) |
| 134 | 2024-09-27T03:19:12.727Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
| 135 | 2024-09-27T03:19:12.727Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
| 136 | 2024-09-27T03:19:12.727Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
| 137 | 2024-09-27T03:19:12.727Z | Adding webpki-roots v0.25.4 (latest: v0.26.6) |
| 138 | 2024-09-27T03:19:12.727Z | Adding windows v0.52.0 (latest: v0.58.0) |
| 139 | 2024-09-27T03:19:12.727Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
| 140 | 2024-09-27T03:19:12.727Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
| 141 | 2024-09-27T03:19:12.727Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
| 142 | 2024-09-27T03:19:12.727Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
| 143 | 2024-09-27T03:19:12.727Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
| 144 | 2024-09-27T03:19:12.727Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
| 145 | 2024-09-27T03:19:12.728Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
| 146 | 2024-09-27T03:19:12.728Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
| 147 | 2024-09-27T03:19:12.728Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
| 148 | 2024-09-27T03:19:12.728Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
| 149 | 2024-09-27T03:19:12.728Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
| 150 | 2024-09-27T03:19:12.728Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
| 151 | 2024-09-27T03:19:12.728Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
| 152 | 2024-09-27T03:19:12.728Z | Adding winreg v0.50.0 (latest: v0.52.0) |
| 153 | 2024-09-27T03:19:12.801Z | + cargo check |
| 154 | 2024-09-27T03:19:13.046Z | Downloading crates ... |
| 155 | 2024-09-27T03:19:13.128Z | Downloaded foreign-types-shared v0.1.1 |
| 156 | 2024-09-27T03:19:13.138Z | Downloaded dtrace-parser v0.2.0 |
| 157 | 2024-09-27T03:19:13.146Z | Downloaded match_cfg v0.1.0 |
| 158 | 2024-09-27T03:19:13.148Z | Downloaded async-stream-impl v0.3.5 |
| 159 | 2024-09-27T03:19:13.148Z | Downloaded tinyvec_macros v0.1.1 |
| 160 | 2024-09-27T03:19:13.151Z | Downloaded fnv v1.0.7 |
| 161 | 2024-09-27T03:19:13.154Z | Downloaded dirs-sys-next v0.1.2 |
| 162 | 2024-09-27T03:19:13.154Z | Downloaded try-lock v0.2.5 |
| 163 | 2024-09-27T03:19:13.156Z | Downloaded tokio-macros v2.4.0 |
| 164 | 2024-09-27T03:19:13.160Z | Downloaded num_threads v0.1.7 |
| 165 | 2024-09-27T03:19:13.163Z | Downloaded tower-service v0.3.3 |
| 166 | 2024-09-27T03:19:13.163Z | Downloaded time-core v0.1.2 |
| 167 | 2024-09-27T03:19:13.166Z | Downloaded is-terminal v0.4.13 |
| 168 | 2024-09-27T03:19:13.166Z | Downloaded http-body v1.0.1 |
| 169 | 2024-09-27T03:19:13.166Z | Downloaded futures-sink v0.3.30 |
| 170 | 2024-09-27T03:19:13.168Z | Downloaded progenitor-client v0.8.0 |
| 171 | 2024-09-27T03:19:13.171Z | Downloaded usdt-macro v0.5.0 |
| 172 | 2024-09-27T03:19:13.171Z | Downloaded debug-ignore v1.0.5 |
| 173 | 2024-09-27T03:19:13.174Z | Downloaded atomic-waker v1.1.2 |
| 174 | 2024-09-27T03:19:13.177Z | Downloaded openssl-macros v0.1.1 |
| 175 | 2024-09-27T03:19:13.177Z | Downloaded block-buffer v0.10.4 |
| 176 | 2024-09-27T03:19:13.177Z | Downloaded futures-io v0.3.30 |
| 177 | 2024-09-27T03:19:13.179Z | Downloaded usdt v0.5.0 |
| 178 | 2024-09-27T03:19:13.179Z | Downloaded typify-macro v0.2.0 |
| 179 | 2024-09-27T03:19:13.179Z | Downloaded digest v0.10.7 |
| 180 | 2024-09-27T03:19:13.183Z | Downloaded crypto-common v0.1.6 |
| 181 | 2024-09-27T03:19:13.184Z | Downloaded untrusted v0.9.0 |
| 182 | 2024-09-27T03:19:13.184Z | Downloaded futures-core v0.3.30 |
| 183 | 2024-09-27T03:19:13.186Z | Downloaded usdt-attr-macro v0.5.0 |
| 184 | 2024-09-27T03:19:13.187Z | Downloaded memmap v0.7.0 |
| 185 | 2024-09-27T03:19:13.190Z | Downloaded rand_chacha v0.3.1 |
| 186 | 2024-09-27T03:19:13.190Z | Downloaded hyper-tls v0.5.0 |
| 187 | 2024-09-27T03:19:13.194Z | Downloaded heck v0.5.0 |
| 188 | 2024-09-27T03:19:13.194Z | Downloaded rand_core v0.6.4 |
| 189 | 2024-09-27T03:19:13.196Z | Downloaded zeroize v1.8.1 |
| 190 | 2024-09-27T03:19:13.196Z | Downloaded mime v0.3.17 |
| 191 | 2024-09-27T03:19:13.199Z | Downloaded ppv-lite86 v0.2.20 |
| 192 | 2024-09-27T03:19:13.199Z | Downloaded newtype-uuid v1.1.0 |
| 193 | 2024-09-27T03:19:13.202Z | Downloaded percent-encoding v2.3.1 |
| 194 | 2024-09-27T03:19:13.202Z | Downloaded plain v0.2.3 |
| 195 | 2024-09-27T03:19:13.202Z | Downloaded pin-utils v0.1.0 |
| 196 | 2024-09-27T03:19:13.205Z | Downloaded progenitor-macro v0.8.0 |
| 197 | 2024-09-27T03:19:13.205Z | Downloaded iana-time-zone v0.1.61 |
| 198 | 2024-09-27T03:19:13.208Z | Downloaded hex v0.4.3 |
| 199 | 2024-09-27T03:19:13.208Z | Downloaded waitgroup v0.1.2 |
| 200 | 2024-09-27T03:19:13.211Z | Downloaded time-macros v0.2.18 |
| 201 | 2024-09-27T03:19:13.214Z | Downloaded tokio-rustls v0.26.0 |
| 202 | 2024-09-27T03:19:13.216Z | Downloaded toml_datetime v0.6.8 |
| 203 | 2024-09-27T03:19:13.217Z | Downloaded futures v0.3.30 |
| 204 | 2024-09-27T03:19:13.220Z | Downloaded tokio-native-tls v0.3.1 |
| 205 | 2024-09-27T03:19:13.223Z | Downloaded take_mut v0.2.2 |
| 206 | 2024-09-27T03:19:13.223Z | Downloaded rustls-pemfile v1.0.4 |
| 207 | 2024-09-27T03:19:13.227Z | Downloaded parse-display-derive v0.10.0 |
| 208 | 2024-09-27T03:19:13.229Z | Downloaded typify v0.2.0 |
| 209 | 2024-09-27T03:19:13.232Z | Downloaded zerocopy-derive v0.7.35 |
| 210 | 2024-09-27T03:19:13.234Z | Downloaded ipnet v2.10.0 |
| 211 | 2024-09-27T03:19:13.237Z | Downloaded parking_lot_core v0.9.10 |
| 212 | 2024-09-27T03:19:13.240Z | Downloaded httparse v1.9.4 |
| 213 | 2024-09-27T03:19:13.243Z | Downloaded darling_macro v0.20.10 |
| 214 | 2024-09-27T03:19:13.243Z | Downloaded scroll_derive v0.12.0 |
| 215 | 2024-09-27T03:19:13.246Z | Downloaded cfg-if v1.0.0 |
| 216 | 2024-09-27T03:19:13.246Z | Downloaded anyhow v1.0.89 |
| 217 | 2024-09-27T03:19:13.248Z | Downloaded multer v3.1.0 |
| 218 | 2024-09-27T03:19:13.251Z | Downloaded rustls-pki-types v1.8.0 |
| 219 | 2024-09-27T03:19:13.253Z | Downloaded pretty-hex v0.4.1 |
| 220 | 2024-09-27T03:19:13.256Z | Downloaded want v0.3.1 |
| 221 | 2024-09-27T03:19:13.256Z | Downloaded bytes v1.7.2 |
| 222 | 2024-09-27T03:19:13.259Z | Downloaded unicode-bidi v0.3.15 |
| 223 | 2024-09-27T03:19:13.261Z | Downloaded omicron-workspace-hack v0.1.0 |
| 224 | 2024-09-27T03:19:13.264Z | Downloaded ident_case v1.0.1 |
| 225 | 2024-09-27T03:19:13.264Z | Downloaded openssl-probe v0.1.5 |
| 226 | 2024-09-27T03:19:13.266Z | Downloaded instant v0.1.13 |
| 227 | 2024-09-27T03:19:13.266Z | Downloaded num-conv v0.1.0 |
| 228 | 2024-09-27T03:19:13.268Z | Downloaded hostname v0.4.0 |
| 229 | 2024-09-27T03:19:13.268Z | Downloaded usdt-impl v0.5.0 |
| 230 | 2024-09-27T03:19:13.271Z | Downloaded sync_wrapper v1.0.1 |
| 231 | 2024-09-27T03:19:13.271Z | Downloaded form_urlencoded v1.2.1 |
| 232 | 2024-09-27T03:19:13.273Z | Downloaded dirs-next v2.0.0 |
| 233 | 2024-09-27T03:19:13.273Z | Downloaded deranged v0.3.11 |
| 234 | 2024-09-27T03:19:13.276Z | Downloaded cpufeatures v0.2.14 |
| 235 | 2024-09-27T03:19:13.276Z | Downloaded tokio-rustls v0.25.0 |
| 236 | 2024-09-27T03:19:13.278Z | Downloaded toml v0.8.19 |
| 237 | 2024-09-27T03:19:13.281Z | Downloaded proc-macro2 v1.0.86 |
| 238 | 2024-09-27T03:19:13.283Z | Downloaded itoa v1.0.11 |
| 239 | 2024-09-27T03:19:13.286Z | Downloaded num-traits v0.2.19 |
| 240 | 2024-09-27T03:19:13.288Z | Downloaded dyn-clone v1.0.17 |
| 241 | 2024-09-27T03:19:13.291Z | Downloaded hyper-rustls v0.24.2 |
| 242 | 2024-09-27T03:19:13.293Z | Downloaded sync_wrapper v0.1.2 |
| 243 | 2024-09-27T03:19:13.293Z | Downloaded serde_urlencoded v0.7.1 |
| 244 | 2024-09-27T03:19:13.296Z | Downloaded quote v1.0.37 |
| 245 | 2024-09-27T03:19:13.298Z | Downloaded unicode-ident v1.0.13 |
| 246 | 2024-09-27T03:19:13.301Z | Downloaded thread_local v1.1.8 |
| 247 | 2024-09-27T03:19:13.301Z | Downloaded signal-hook-registry v1.4.2 |
| 248 | 2024-09-27T03:19:13.303Z | Downloaded slog-json v2.6.1 |
| 249 | 2024-09-27T03:19:13.305Z | Downloaded parse-display v0.10.0 |
| 250 | 2024-09-27T03:19:13.305Z | Downloaded async-stream v0.3.5 |
| 251 | 2024-09-27T03:19:13.307Z | Downloaded log v0.4.22 |
| 252 | 2024-09-27T03:19:13.310Z | Downloaded structmeta-derive v0.3.0 |
| 253 | 2024-09-27T03:19:13.310Z | Downloaded quinn-udp v0.5.5 |
| 254 | 2024-09-27T03:19:13.312Z | Downloaded paste v1.0.15 |
| 255 | 2024-09-27T03:19:13.314Z | Downloaded version_check v0.9.5 |
| 256 | 2024-09-27T03:19:13.316Z | Downloaded futures-executor v0.3.30 |
| 257 | 2024-09-27T03:19:13.319Z | Downloaded subtle v2.6.1 |
| 258 | 2024-09-27T03:19:13.319Z | Downloaded pest_generator v2.7.13 |
| 259 | 2024-09-27T03:19:13.322Z | Downloaded rustversion v1.0.17 |
| 260 | 2024-09-27T03:19:13.322Z | Downloaded darling_core v0.20.10 |
| 261 | 2024-09-27T03:19:13.326Z | Downloaded rustc-hash v2.0.0 |
| 262 | 2024-09-27T03:19:13.329Z | Downloaded serde_spanned v0.6.8 |
| 263 | 2024-09-27T03:19:13.329Z | Downloaded ryu v1.0.18 |
| 264 | 2024-09-27T03:19:13.332Z | Downloaded serde_path_to_error v0.1.16 |
| 265 | 2024-09-27T03:19:13.334Z | Downloaded thiserror-impl v1.0.64 |
| 266 | 2024-09-27T03:19:13.336Z | Downloaded unsafe-libyaml v0.2.11 |
| 267 | 2024-09-27T03:19:13.339Z | Downloaded serde_tokenstream v0.2.2 |
| 268 | 2024-09-27T03:19:13.341Z | Downloaded scopeguard v1.2.0 |
| 269 | 2024-09-27T03:19:13.341Z | Downloaded tracing v0.1.40 |
| 270 | 2024-09-27T03:19:13.344Z | Downloaded structmeta v0.3.0 |
| 271 | 2024-09-27T03:19:13.347Z | Downloaded slab v0.4.9 |
| 272 | 2024-09-27T03:19:13.347Z | Downloaded camino v1.1.9 |
| 273 | 2024-09-27T03:19:13.350Z | Downloaded pkg-config v0.3.31 |
| 274 | 2024-09-27T03:19:13.352Z | Downloaded pin-project-lite v0.2.14 |
| 275 | 2024-09-27T03:19:13.355Z | Downloaded schemars_derive v0.8.21 |
| 276 | 2024-09-27T03:19:13.357Z | Downloaded once_cell v1.19.0 |
| 277 | 2024-09-27T03:19:13.359Z | Downloaded rustls-pemfile v2.1.3 |
| 278 | 2024-09-27T03:19:13.361Z | Downloaded powerfmt v0.2.0 |
| 279 | 2024-09-27T03:19:13.364Z | Downloaded darling v0.20.10 |
| 280 | 2024-09-27T03:19:13.366Z | Downloaded async-trait v0.1.83 |
| 281 | 2024-09-27T03:19:13.370Z | Downloaded semver v1.0.23 |
| 282 | 2024-09-27T03:19:13.372Z | Downloaded tracing-core v0.1.32 |
| 283 | 2024-09-27T03:19:13.374Z | Downloaded term v0.7.0 |
| 284 | 2024-09-27T03:19:13.377Z | Downloaded sha2 v0.10.8 |
| 285 | 2024-09-27T03:19:13.380Z | Downloaded httpdate v1.0.3 |
| 286 | 2024-09-27T03:19:13.382Z | Downloaded lock_api v0.4.12 |
| 287 | 2024-09-27T03:19:13.384Z | Downloaded pest_derive v2.7.13 |
| 288 | 2024-09-27T03:19:13.386Z | Downloaded spin v0.9.8 |
| 289 | 2024-09-27T03:19:13.389Z | Downloaded serde_with_macros v3.9.0 |
| 290 | 2024-09-27T03:19:13.389Z | Downloaded native-tls v0.2.12 |
| 291 | 2024-09-27T03:19:13.392Z | Downloaded sha1 v0.10.6 |
| 292 | 2024-09-27T03:19:13.394Z | Downloaded serde_derive_internals v0.29.1 |
| 293 | 2024-09-27T03:19:13.394Z | Downloaded progenitor-impl v0.8.0 |
| 294 | 2024-09-27T03:19:13.397Z | Downloaded slog-term v2.9.1 |
| 295 | 2024-09-27T03:19:13.411Z | Downloaded parking_lot v0.12.3 |
| 296 | 2024-09-27T03:19:13.411Z | Downloaded schemars v0.8.21 |
| 297 | 2024-09-27T03:19:13.413Z | Downloaded dropshot_endpoint v0.12.0 |
| 298 | 2024-09-27T03:19:13.416Z | Downloaded smallvec v1.13.2 |
| 299 | 2024-09-27T03:19:13.418Z | Downloaded indexmap v1.9.3 |
| 300 | 2024-09-27T03:19:13.421Z | Downloaded socket2 v0.5.7 |
| 301 | 2024-09-27T03:19:13.423Z | Downloaded openssl-sys v0.9.103 |
| 302 | 2024-09-27T03:19:13.427Z | Downloaded slog v2.7.0 |
| 303 | 2024-09-27T03:19:13.430Z | Downloaded serde_derive v1.0.210 |
| 304 | 2024-09-27T03:19:13.433Z | Downloaded toml_edit v0.22.22 |
| 305 | 2024-09-27T03:19:13.453Z | Downloaded hashbrown v0.12.3 |
| 306 | 2024-09-27T03:19:13.457Z | Downloaded serde_yaml v0.9.34+deprecated |
| 307 | 2024-09-27T03:19:13.461Z | Downloaded rand v0.8.5 |
| 308 | 2024-09-27T03:19:13.464Z | Downloaded quinn v0.11.5 |
| 309 | 2024-09-27T03:19:13.467Z | Downloaded unicode-normalization v0.1.24 |
| 310 | 2024-09-27T03:19:13.471Z | Downloaded http v1.1.0 |
| 311 | 2024-09-27T03:19:13.474Z | Downloaded tokio-util v0.7.12 |
| 312 | 2024-09-27T03:19:13.481Z | Downloaded allocator-api2 v0.2.18 |
| 313 | 2024-09-27T03:19:13.484Z | Downloaded serde v1.0.210 |
| 314 | 2024-09-27T03:19:13.487Z | Downloaded hyper-util v0.1.9 |
| 315 | 2024-09-27T03:19:13.493Z | Downloaded memchr v2.7.4 |
| 316 | 2024-09-27T03:19:13.497Z | Downloaded http v0.2.12 |
| 317 | 2024-09-27T03:19:13.502Z | Downloaded mio v1.0.2 |
| 318 | 2024-09-27T03:19:13.506Z | Downloaded aho-corasick v1.1.3 |
| 319 | 2024-09-27T03:19:13.511Z | Downloaded base64 v0.21.7 |
| 320 | 2024-09-27T03:19:13.515Z | Downloaded bitflags v2.6.0 |
| 321 | 2024-09-27T03:19:13.518Z | Downloaded futures-util v0.3.30 |
| 322 | 2024-09-27T03:19:13.530Z | Downloaded reqwest v0.11.27 |
| 323 | 2024-09-27T03:19:13.538Z | Downloaded hashbrown v0.14.5 |
| 324 | 2024-09-27T03:19:13.543Z | Downloaded time v0.3.36 |
| 325 | 2024-09-27T03:19:13.550Z | Downloaded serde_with v3.9.0 |
| 326 | 2024-09-27T03:19:13.558Z | Downloaded winnow v0.6.20 |
| 327 | 2024-09-27T03:19:13.566Z | Downloaded hyper v1.4.1 |
| 328 | 2024-09-27T03:19:13.572Z | Downloaded idna v0.5.0 |
| 329 | 2024-09-27T03:19:13.578Z | Downloaded zerocopy v0.7.35 |
| 330 | 2024-09-27T03:19:13.594Z | Downloaded dropshot v0.12.0 |
| 331 | 2024-09-27T03:19:13.614Z | Downloaded rustls-webpki v0.102.8 |
| 332 | 2024-09-27T03:19:13.631Z | Downloaded rustls-webpki v0.101.7 |
| 333 | 2024-09-27T03:19:13.644Z | Downloaded vcpkg v0.2.15 |
| 334 | 2024-09-27T03:19:13.681Z | Downloaded libc v0.2.159 |
| 335 | 2024-09-27T03:19:13.707Z | Downloaded webpki-roots v0.25.4 |
| 336 | 2024-09-27T03:19:13.711Z | Downloaded webpki-roots v0.26.6 |
| 337 | 2024-09-27T03:19:13.714Z | Downloaded encoding_rs v0.8.34 |
| 338 | 2024-09-27T03:19:13.733Z | Downloaded reqwest v0.12.7 |
| 339 | 2024-09-27T03:19:13.741Z | Downloaded syn v2.0.77 |
| 340 | 2024-09-27T03:19:13.751Z | Downloaded rustls v0.21.12 |
| 341 | 2024-09-27T03:19:13.762Z | Downloaded regress v0.9.1 |
| 342 | 2024-09-27T03:19:13.769Z | Downloaded regress v0.10.1 |
| 343 | 2024-09-27T03:19:13.777Z | Downloaded rustls v0.22.4 |
| 344 | 2024-09-27T03:19:13.789Z | Downloaded rustls v0.23.13 |
| 345 | 2024-09-27T03:19:13.800Z | Downloaded regex-syntax v0.8.4 |
| 346 | 2024-09-27T03:19:13.807Z | Downloaded typify-impl v0.2.0 |
| 347 | 2024-09-27T03:19:13.820Z | Downloaded openapiv3 v2.0.0 |
| 348 | 2024-09-27T03:19:13.831Z | Downloaded regex v1.10.6 |
| 349 | 2024-09-27T03:19:13.843Z | Downloaded regex-automata v0.4.7 |
| 350 | 2024-09-27T03:19:13.862Z | Downloaded openssl v0.10.66 |
| 351 | 2024-09-27T03:19:13.871Z | Downloaded tokio v1.40.0 |
| 352 | 2024-09-27T03:19:13.906Z | Downloaded quinn-proto v0.11.8 |
| 353 | 2024-09-27T03:19:13.912Z | Downloaded goblin v0.8.2 |
| 354 | 2024-09-27T03:19:13.918Z | Downloaded chrono v0.4.38 |
| 355 | 2024-09-27T03:19:13.925Z | Downloaded serde_json v1.0.128 |
| 356 | 2024-09-27T03:19:13.932Z | Downloaded hyper v0.14.30 |
| 357 | 2024-09-27T03:19:13.939Z | Downloaded h2 v0.4.6 |
| 358 | 2024-09-27T03:19:13.945Z | Downloaded h2 v0.3.26 |
| 359 | 2024-09-27T03:19:13.951Z | Downloaded pest v2.7.13 |
| 360 | 2024-09-27T03:19:13.956Z | Downloaded uuid v1.10.0 |
| 361 | 2024-09-27T03:19:13.960Z | Downloaded url v2.5.2 |
| 362 | 2024-09-27T03:19:13.963Z | Downloaded hyper-rustls v0.27.3 |
| 363 | 2024-09-27T03:19:13.965Z | Downloaded base64 v0.22.1 |
| 364 | 2024-09-27T03:19:13.969Z | Downloaded crossbeam-channel v0.5.13 |
| 365 | 2024-09-27T03:19:13.972Z | Downloaded indexmap v2.5.0 |
| 366 | 2024-09-27T03:19:13.974Z | Downloaded futures-channel v0.3.30 |
| 367 | 2024-09-27T03:19:13.977Z | Downloaded crossbeam-utils v0.8.20 |
| 368 | 2024-09-27T03:19:13.982Z | Downloaded cc v1.1.21 |
| 369 | 2024-09-27T03:19:13.985Z | Downloaded slog-async v2.8.0 |
| 370 | 2024-09-27T03:19:13.985Z | Downloaded strsim v0.11.1 |
| 371 | 2024-09-27T03:19:13.985Z | Downloaded thiserror v1.0.64 |
| 372 | 2024-09-27T03:19:13.988Z | Downloaded strum_macros v0.26.4 |
| 373 | 2024-09-27T03:19:13.990Z | Downloaded slog-bunyan v2.5.0 |
| 374 | 2024-09-27T03:19:13.993Z | Downloaded ucd-trie v0.1.6 |
| 375 | 2024-09-27T03:19:13.993Z | Downloaded sct v0.7.1 |
| 376 | 2024-09-27T03:19:13.995Z | Downloaded tinyvec v1.8.0 |
| 377 | 2024-09-27T03:19:13.998Z | Downloaded thread-id v4.2.2 |
| 378 | 2024-09-27T03:19:14.000Z | Downloaded scroll v0.12.0 |
| 379 | 2024-09-27T03:19:14.001Z | Downloaded macaddr v1.0.1 |
| 380 | 2024-09-27T03:19:14.003Z | Downloaded http-body v0.4.6 |
| 381 | 2024-09-27T03:19:14.003Z | Downloaded hostname v0.3.1 |
| 382 | 2024-09-27T03:19:14.006Z | Downloaded ipnetwork v0.20.0 |
| 383 | 2024-09-27T03:19:14.006Z | Downloaded http-body-util v0.1.2 |
| 384 | 2024-09-27T03:19:14.010Z | Downloaded shlex v1.3.0 |
| 385 | 2024-09-27T03:19:14.010Z | Downloaded progenitor v0.8.0 |
| 386 | 2024-09-27T03:19:14.010Z | Downloaded typenum v1.17.0 |
| 387 | 2024-09-27T03:19:14.013Z | Downloaded generic-array v0.14.7 |
| 388 | 2024-09-27T03:19:14.013Z | Downloaded futures-macro v0.3.30 |
| 389 | 2024-09-27T03:19:14.015Z | Downloaded byteorder v1.5.0 |
| 390 | 2024-09-27T03:19:14.017Z | Downloaded autocfg v1.4.0 |
| 391 | 2024-09-27T03:19:14.020Z | Downloaded foreign-types v0.3.2 |
| 392 | 2024-09-27T03:19:14.020Z | Downloaded dof v0.3.0 |
| 393 | 2024-09-27T03:19:14.020Z | Downloaded strum v0.26.3 |
| 394 | 2024-09-27T03:19:14.023Z | Downloaded pest_meta v2.7.13 |
| 395 | 2024-09-27T03:19:14.025Z | Downloaded getrandom v0.2.15 |
| 396 | 2024-09-27T03:19:14.027Z | Downloaded equivalent v1.0.1 |
| 397 | 2024-09-27T03:19:14.027Z | Downloaded ahash v0.8.11 |
| 398 | 2024-09-27T03:19:14.030Z | Downloaded futures-task v0.3.30 |
| 399 | 2024-09-27T03:19:14.030Z | Downloaded tokio-rustls v0.24.1 |
| 400 | 2024-09-27T03:19:14.032Z | Downloaded backoff v0.4.0 |
| 401 | 2024-09-27T03:19:14.073Z | Downloaded ring v0.17.8 |
| 402 | 2024-09-27T03:19:14.273Z | Compiling proc-macro2 v1.0.86 |
| 403 | 2024-09-27T03:19:14.273Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-09-27T03:19:14.275Z | Compiling libc v0.2.159 |
| 405 | 2024-09-27T03:19:14.275Z | Compiling version_check v0.9.5 |
| 406 | 2024-09-27T03:19:14.275Z | Checking cfg-if v1.0.0 |
| 407 | 2024-09-27T03:19:14.288Z | Compiling autocfg v1.4.0 |
| 408 | 2024-09-27T03:19:14.290Z | Compiling serde v1.0.210 |
| 409 | 2024-09-27T03:19:14.294Z | Checking memchr v2.7.4 |
| 410 | 2024-09-27T03:19:14.369Z | Compiling serde_json v1.0.128 |
| 411 | 2024-09-27T03:19:14.466Z | Checking itoa v1.0.11 |
| 412 | 2024-09-27T03:19:14.657Z | Checking once_cell v1.19.0 |
| 413 | 2024-09-27T03:19:15.063Z | Checking byteorder v1.5.0 |
| 414 | 2024-09-27T03:19:15.334Z | Compiling thiserror v1.0.64 |
| 415 | 2024-09-27T03:19:15.842Z | Compiling shlex v1.3.0 |
| 416 | 2024-09-27T03:19:15.865Z | Compiling ahash v0.8.11 |
| 417 | 2024-09-27T03:19:15.900Z | Compiling num-traits v0.2.19 |
| 418 | 2024-09-27T03:19:15.989Z | Checking bytes v1.7.2 |
| 419 | 2024-09-27T03:19:16.175Z | Compiling cc v1.1.21 |
| 420 | 2024-09-27T03:19:16.214Z | Checking pin-project-lite v0.2.14 |
| 421 | 2024-09-27T03:19:16.308Z | Checking allocator-api2 v0.2.18 |
| 422 | 2024-09-27T03:19:16.451Z | Compiling schemars v0.8.21 |
| 423 | 2024-09-27T03:19:16.577Z | Checking getrandom v0.2.15 |
| 424 | 2024-09-27T03:19:16.634Z | Compiling ryu v1.0.18 |
| 425 | 2024-09-27T03:19:16.738Z | Compiling quote v1.0.37 |
| 426 | 2024-09-27T03:19:16.760Z | Compiling lock_api v0.4.12 |
| 427 | 2024-09-27T03:19:16.832Z | Checking log v0.4.22 |
| 428 | 2024-09-27T03:19:16.914Z | Compiling parking_lot_core v0.9.10 |
| 429 | 2024-09-27T03:19:16.922Z | Checking futures-core v0.3.30 |
| 430 | 2024-09-27T03:19:16.925Z | Checking smallvec v1.13.2 |
| 431 | 2024-09-27T03:19:17.068Z | Checking scopeguard v1.2.0 |
| 432 | 2024-09-27T03:19:17.083Z | Compiling syn v2.0.77 |
| 433 | 2024-09-27T03:19:17.192Z | Checking fnv v1.0.7 |
| 434 | 2024-09-27T03:19:17.254Z | Checking socket2 v0.5.7 |
| 435 | 2024-09-27T03:19:17.295Z | Checking signal-hook-registry v1.4.2 |
| 436 | 2024-09-27T03:19:17.343Z | Checking mio v1.0.2 |
| 437 | 2024-09-27T03:19:17.515Z | Compiling slab v0.4.9 |
| 438 | 2024-09-27T03:19:17.597Z | Checking futures-sink v0.3.30 |
| 439 | 2024-09-27T03:19:17.620Z | Compiling semver v1.0.23 |
| 440 | 2024-09-27T03:19:17.689Z | Checking parking_lot v0.12.3 |
| 441 | 2024-09-27T03:19:17.782Z | Checking equivalent v1.0.1 |
| 442 | 2024-09-27T03:19:17.874Z | Compiling heck v0.5.0 |
| 443 | 2024-09-27T03:19:17.989Z | Checking spin v0.9.8 |
| 444 | 2024-09-27T03:19:18.030Z | Checking futures-channel v0.3.30 |
| 445 | 2024-09-27T03:19:18.184Z | Checking futures-io v0.3.30 |
| 446 | 2024-09-27T03:19:18.192Z | Checking pin-utils v0.1.0 |
| 447 | 2024-09-27T03:19:18.273Z | Checking untrusted v0.9.0 |
| 448 | 2024-09-27T03:19:18.280Z | Checking futures-task v0.3.30 |
| 449 | 2024-09-27T03:19:18.343Z | Compiling uuid v1.10.0 |
| 450 | 2024-09-27T03:19:18.387Z | Compiling dyn-clone v1.0.17 |
| 451 | 2024-09-27T03:19:18.389Z | Checking tracing-core v0.1.32 |
| 452 | 2024-09-27T03:19:18.494Z | Compiling httparse v1.9.4 |
| 453 | 2024-09-27T03:19:18.564Z | Checking http v1.1.0 |
| 454 | 2024-09-27T03:19:18.913Z | Checking iana-time-zone v0.1.61 |
| 455 | 2024-09-27T03:19:19.050Z | Checking rustls-pki-types v1.8.0 |
| 456 | 2024-09-27T03:19:19.058Z | Checking tracing v0.1.40 |
| 457 | 2024-09-27T03:19:19.221Z | Compiling ring v0.17.8 |
| 458 | 2024-09-27T03:19:19.356Z | Checking try-lock v0.2.5 |
| 459 | 2024-09-27T03:19:19.593Z | Checking want v0.3.1 |
| 460 | 2024-09-27T03:19:19.707Z | Checking httpdate v1.0.3 |
| 461 | 2024-09-27T03:19:19.752Z | Checking tower-service v0.3.3 |
| 462 | 2024-09-27T03:19:19.920Z | Checking zeroize v1.8.1 |
| 463 | 2024-09-27T03:19:19.964Z | Checking subtle v2.6.1 |
| 464 | 2024-09-27T03:19:19.969Z | Checking atomic-waker v1.1.2 |
| 465 | 2024-09-27T03:19:20.077Z | Compiling chrono v0.4.38 |
| 466 | 2024-09-27T03:19:20.145Z | Compiling ucd-trie v0.1.6 |
| 467 | 2024-09-27T03:19:20.155Z | Checking http-body v1.0.1 |
| 468 | 2024-09-27T03:19:20.175Z | Compiling aho-corasick v1.1.3 |
| 469 | 2024-09-27T03:19:20.326Z | Compiling pkg-config v0.3.31 |
| 470 | 2024-09-27T03:19:20.371Z | Compiling regex-syntax v0.8.4 |
| 471 | 2024-09-27T03:19:20.643Z | Checking tinyvec_macros v0.1.1 |
| 472 | 2024-09-27T03:19:20.697Z | Compiling vcpkg v0.2.15 |
| 473 | 2024-09-27T03:19:21.504Z | Checking percent-encoding v2.3.1 |
| 474 | 2024-09-27T03:19:21.667Z | Checking form_urlencoded v1.2.1 |
| 475 | 2024-09-27T03:19:21.853Z | Checking tinyvec v1.8.0 |
| 476 | 2024-09-27T03:19:21.966Z | Compiling rustls v0.23.13 |
| 477 | 2024-09-27T03:19:22.232Z | Compiling openssl-sys v0.9.103 |
| 478 | 2024-09-27T03:19:22.375Z | Compiling slog v2.7.0 |
| 479 | 2024-09-27T03:19:22.854Z | Checking unicode-bidi v0.3.15 |
| 480 | 2024-09-27T03:19:22.923Z | Checking unicode-normalization v0.1.24 |
| 481 | 2024-09-27T03:19:23.570Z | Compiling regex-automata v0.4.7 |
| 482 | 2024-09-27T03:19:23.600Z | Checking mime v0.3.17 |
| 483 | 2024-09-27T03:19:23.883Z | Compiling serde_derive_internals v0.29.1 |
| 484 | 2024-09-27T03:19:24.196Z | Checking idna v0.5.0 |
| 485 | 2024-09-27T03:19:24.989Z | Compiling typenum v1.17.0 |
| 486 | 2024-09-27T03:19:25.425Z | Checking base64 v0.22.1 |
| 487 | 2024-09-27T03:19:25.871Z | Checking rustls-pemfile v2.1.3 |
| 488 | 2024-09-27T03:19:25.948Z | Checking url v2.5.2 |
| 489 | 2024-09-27T03:19:26.067Z | Checking webpki-roots v0.26.6 |
| 490 | 2024-09-27T03:19:26.262Z | Checking http v0.2.12 |
| 491 | 2024-09-27T03:19:26.434Z | Compiling generic-array v0.14.7 |
| 492 | 2024-09-27T03:19:26.732Z | Checking foreign-types-shared v0.1.1 |
| 493 | 2024-09-27T03:19:26.771Z | Checking ipnet v2.10.0 |
| 494 | 2024-09-27T03:19:26.809Z | Compiling openssl v0.10.66 |
| 495 | 2024-09-27T03:19:27.171Z | Compiling regex v1.10.6 |
| 496 | 2024-09-27T03:19:27.221Z | Checking foreign-types v0.3.2 |
| 497 | 2024-09-27T03:19:28.120Z | Checking sync_wrapper v1.0.1 |
| 498 | 2024-09-27T03:19:28.603Z | Compiling usdt-impl v0.5.0 |
| 499 | 2024-09-27T03:19:28.768Z | Compiling native-tls v0.2.12 |
| 500 | 2024-09-27T03:19:28.783Z | Compiling num-conv v0.1.0 |
| 501 | 2024-09-27T03:19:28.815Z | Compiling serde_derive v1.0.210 |
| 502 | 2024-09-27T03:19:28.845Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2024-09-27T03:19:28.957Z | Compiling thiserror-impl v1.0.64 |
| 504 | 2024-09-27T03:19:28.989Z | Compiling schemars_derive v0.8.21 |
| 505 | 2024-09-27T03:19:29.012Z | Compiling tokio-macros v2.4.0 |
| 506 | 2024-09-27T03:19:29.109Z | Compiling futures-macro v0.3.30 |
| 507 | 2024-09-27T03:19:30.780Z | Checking tokio v1.40.0 |
| 508 | 2024-09-27T03:19:30.788Z | Checking zerocopy v0.7.35 |
| 509 | 2024-09-27T03:19:30.886Z | Checking futures-util v0.3.30 |
| 510 | 2024-09-27T03:19:31.867Z | Compiling pest v2.7.13 |
| 511 | 2024-09-27T03:19:32.512Z | Checking hashbrown v0.14.5 |
| 512 | 2024-09-27T03:19:33.690Z | Checking regress v0.10.1 |
| 513 | 2024-09-27T03:19:33.986Z | Checking rustls-webpki v0.102.8 |
| 514 | 2024-09-27T03:19:34.737Z | Compiling pest_meta v2.7.13 |
| 515 | 2024-09-27T03:19:36.102Z | Compiling pest_generator v2.7.13 |
| 516 | 2024-09-27T03:19:37.176Z | Checking http-body-util v0.1.2 |
| 517 | 2024-09-27T03:19:37.577Z | Compiling openssl-macros v0.1.1 |
| 518 | 2024-09-27T03:19:37.934Z | Checking tokio-util v0.7.12 |
| 519 | 2024-09-27T03:19:37.966Z | Compiling scroll_derive v0.12.0 |
| 520 | 2024-09-27T03:19:38.363Z | Checking bitflags v2.6.0 |
| 521 | 2024-09-27T03:19:38.604Z | Compiling rustls v0.21.12 |
| 522 | 2024-09-27T03:19:38.696Z | Compiling unsafe-libyaml v0.2.11 |
| 523 | 2024-09-27T03:19:38.878Z | Compiling pest_derive v2.7.13 |
| 524 | 2024-09-27T03:19:38.921Z | Checking powerfmt v0.2.0 |
| 525 | 2024-09-27T03:19:38.936Z | Compiling time-core v0.1.2 |
| 526 | 2024-09-27T03:19:39.087Z | Compiling time-macros v0.2.18 |
| 527 | 2024-09-27T03:19:39.164Z | Checking deranged v0.3.11 |
| 528 | 2024-09-27T03:19:39.383Z | Checking scroll v0.12.0 |
| 529 | 2024-09-27T03:19:39.570Z | Checking tokio-rustls v0.26.0 |
| 530 | 2024-09-27T03:19:39.725Z | Compiling dtrace-parser v0.2.0 |
| 531 | 2024-09-27T03:19:39.926Z | Checking rustls-webpki v0.101.7 |
| 532 | 2024-09-27T03:19:40.478Z | Checking sct v0.7.1 |
| 533 | 2024-09-27T03:19:40.654Z | Compiling thread-id v4.2.2 |
| 534 | 2024-09-27T03:19:40.750Z | Checking http-body v0.4.6 |
| 535 | 2024-09-27T03:19:41.015Z | Checking indexmap v2.5.0 |
| 536 | 2024-09-27T03:19:41.931Z | Compiling serde_tokenstream v0.2.2 |
| 537 | 2024-09-27T03:19:42.252Z | Checking h2 v0.4.6 |
| 538 | 2024-09-27T03:19:42.481Z | Checking serde_urlencoded v0.7.1 |
| 539 | 2024-09-27T03:19:42.646Z | Checking openapiv3 v2.0.0 |
| 540 | 2024-09-27T03:19:42.803Z | Checking h2 v0.3.26 |
| 541 | 2024-09-27T03:19:42.900Z | Checking num_threads v0.1.7 |
| 542 | 2024-09-27T03:19:43.000Z | Checking openssl-probe v0.1.5 |
| 543 | 2024-09-27T03:19:43.313Z | Compiling ident_case v1.0.1 |
| 544 | 2024-09-27T03:19:43.438Z | Compiling serde_yaml v0.9.34+deprecated |
| 545 | 2024-09-27T03:19:43.460Z | Checking plain v0.2.3 |
| 546 | 2024-09-27T03:19:44.801Z | Compiling dof v0.3.0 |
| 547 | 2024-09-27T03:19:45.320Z | Compiling strsim v0.11.1 |
| 548 | 2024-09-27T03:19:45.702Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
| 549 | 2024-09-27T03:19:46.030Z | Compiling typify-impl v0.2.0 |
| 550 | 2024-09-27T03:19:46.280Z | Compiling crossbeam-utils v0.8.20 |
| 551 | 2024-09-27T03:19:46.329Z | Checking hyper v1.4.1 |
| 552 | 2024-09-27T03:19:46.863Z | Compiling darling_core v0.20.10 |
| 553 | 2024-09-27T03:19:46.937Z | Checking hyper v0.14.30 |
| 554 | 2024-09-27T03:19:46.963Z | Checking time v0.3.36 |
| 555 | 2024-09-27T03:19:48.380Z | Checking hyper-util v0.1.9 |
| 556 | 2024-09-27T03:19:48.766Z | Checking goblin v0.8.2 |
| 557 | 2024-09-27T03:19:49.994Z | Checking hyper-rustls v0.27.3 |
| 558 | 2024-09-27T03:19:50.300Z | Checking reqwest v0.12.7 |
| 559 | 2024-09-27T03:19:50.953Z | Checking dirs-sys-next v0.1.2 |
| 560 | 2024-09-27T03:19:51.275Z | Checking encoding_rs v0.8.34 |
| 561 | 2024-09-27T03:19:51.467Z | Compiling paste v1.0.15 |
| 562 | 2024-09-27T03:19:51.539Z | Compiling rustls v0.22.4 |
| 563 | 2024-09-27T03:19:51.863Z | Compiling omicron-workspace-hack v0.1.0 |
| 564 | 2024-09-27T03:19:51.976Z | Compiling rustversion v1.0.17 |
| 565 | 2024-09-27T03:19:52.184Z | Checking pretty-hex v0.4.1 |
| 566 | 2024-09-27T03:19:52.707Z | Checking dirs-next v2.0.0 |
| 567 | 2024-09-27T03:19:52.819Z | Checking tokio-native-tls v0.3.1 |
| 568 | 2024-09-27T03:19:52.939Z | Compiling darling_macro v0.20.10 |
| 569 | 2024-09-27T03:19:53.513Z | Checking tokio-rustls v0.24.1 |
| 570 | 2024-09-27T03:19:53.593Z | Checking crypto-common v0.1.6 |
| 571 | 2024-09-27T03:19:53.707Z | Checking block-buffer v0.10.4 |
| 572 | 2024-09-27T03:19:53.735Z | Checking toml_datetime v0.6.8 |
| 573 | 2024-09-27T03:19:53.834Z | Checking serde_spanned v0.6.8 |
| 574 | 2024-09-27T03:19:53.883Z | Checking ppv-lite86 v0.2.20 |
| 575 | 2024-09-27T03:19:53.907Z | Compiling structmeta-derive v0.3.0 |
| 576 | 2024-09-27T03:19:54.009Z | Checking rand_core v0.6.4 |
| 577 | 2024-09-27T03:19:54.111Z | Compiling multer v3.1.0 |
| 578 | 2024-09-27T03:19:54.281Z | Checking thread_local v1.1.8 |
| 579 | 2024-09-27T03:19:54.406Z | Compiling slog-async v2.8.0 |
| 580 | 2024-09-27T03:19:54.456Z | Checking match_cfg v0.1.0 |
| 581 | 2024-09-27T03:19:54.529Z | Compiling camino v1.1.9 |
| 582 | 2024-09-27T03:19:54.550Z | Compiling anyhow v1.0.89 |
| 583 | 2024-09-27T03:19:54.627Z | Checking winnow v0.6.20 |
| 584 | 2024-09-27T03:19:54.897Z | Checking base64 v0.21.7 |
| 585 | 2024-09-27T03:19:55.227Z | Checking rand_chacha v0.3.1 |
| 586 | 2024-09-27T03:19:55.268Z | Checking hostname v0.3.1 |
| 587 | 2024-09-27T03:19:55.350Z | Checking rustls-pemfile v1.0.4 |
| 588 | 2024-09-27T03:19:55.522Z | Compiling darling v0.20.10 |
| 589 | 2024-09-27T03:19:55.532Z | Checking digest v0.10.7 |
| 590 | 2024-09-27T03:19:55.559Z | Checking hyper-rustls v0.24.2 |
| 591 | 2024-09-27T03:19:55.622Z | Checking crossbeam-channel v0.5.13 |
| 592 | 2024-09-27T03:19:55.821Z | Checking hyper-tls v0.5.0 |
| 593 | 2024-09-27T03:19:55.834Z | Checking term v0.7.0 |
| 594 | 2024-09-27T03:19:56.333Z | Checking progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#4a9a8ddc) |
| 595 | 2024-09-27T03:19:56.569Z | Compiling structmeta v0.3.0 |
| 596 | 2024-09-27T03:19:56.597Z | Compiling usdt-macro v0.5.0 |
| 597 | 2024-09-27T03:19:56.946Z | Compiling usdt-attr-macro v0.5.0 |
| 598 | 2024-09-27T03:19:57.183Z | Checking slog-json v2.6.1 |
| 599 | 2024-09-27T03:19:57.319Z | Checking futures-executor v0.3.30 |
| 600 | 2024-09-27T03:19:57.427Z | Compiling async-stream-impl v0.3.5 |
| 601 | 2024-09-27T03:19:57.527Z | Checking is-terminal v0.4.13 |
| 602 | 2024-09-27T03:19:57.602Z | Checking toml_edit v0.22.22 |
| 603 | 2024-09-27T03:19:57.622Z | Checking memmap v0.7.0 |
| 604 | 2024-09-27T03:19:57.820Z | Compiling dropshot v0.12.0 |
| 605 | 2024-09-27T03:19:57.836Z | Checking cpufeatures v0.2.14 |
| 606 | 2024-09-27T03:19:57.913Z | Checking webpki-roots v0.25.4 |
| 607 | 2024-09-27T03:19:58.056Z | Checking take_mut v0.2.2 |
| 608 | 2024-09-27T03:19:58.154Z | Checking sync_wrapper v0.1.2 |
| 609 | 2024-09-27T03:19:58.251Z | Checking reqwest v0.11.27 |
| 610 | 2024-09-27T03:19:58.410Z | Checking usdt v0.5.0 |
| 611 | 2024-09-27T03:19:58.496Z | Checking sha1 v0.10.6 |
| 612 | 2024-09-27T03:19:58.639Z | Checking slog-term v2.9.1 |
| 613 | 2024-09-27T03:19:58.719Z | Checking async-stream v0.3.5 |
| 614 | 2024-09-27T03:19:58.734Z | Checking futures v0.3.30 |
| 615 | 2024-09-27T03:19:58.830Z | Checking slog-bunyan v2.5.0 |
| 616 | 2024-09-27T03:19:58.885Z | Compiling strum_macros v0.26.4 |
| 617 | 2024-09-27T03:19:58.978Z | Compiling parse-display-derive v0.10.0 |
| 618 | 2024-09-27T03:19:59.120Z | Compiling serde_with_macros v3.9.0 |
| 619 | 2024-09-27T03:19:59.508Z | Checking rand v0.8.5 |
| 620 | 2024-09-27T03:19:59.676Z | Checking tokio-rustls v0.25.0 |
| 621 | 2024-09-27T03:19:59.704Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
| 622 | 2024-09-27T03:20:00.066Z | Compiling typify-macro v0.2.0 |
| 623 | 2024-09-27T03:20:00.157Z | Checking toml v0.8.19 |
| 624 | 2024-09-27T03:20:00.840Z | Checking progenitor-client v0.8.0 |
| 625 | 2024-09-27T03:20:00.899Z | Checking newtype-uuid v1.1.0 |
| 626 | 2024-09-27T03:20:01.120Z | Checking ipnetwork v0.20.0 |
| 627 | 2024-09-27T03:20:01.123Z | Compiling dropshot_endpoint v0.12.0 |
| 628 | 2024-09-27T03:20:01.233Z | Checking hex v0.4.3 |
| 629 | 2024-09-27T03:20:01.453Z | Checking serde_path_to_error v0.1.16 |
| 630 | 2024-09-27T03:20:01.715Z | Compiling async-trait v0.1.83 |
| 631 | 2024-09-27T03:20:01.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 632 | 2024-09-27T03:20:02.048Z | Checking waitgroup v0.1.2 |
| 633 | 2024-09-27T03:20:02.171Z | Checking hostname v0.4.0 |
| 634 | 2024-09-27T03:20:02.288Z | Checking instant v0.1.13 |
| 635 | 2024-09-27T03:20:02.383Z | Checking debug-ignore v1.0.5 |
| 636 | 2024-09-27T03:20:02.498Z | Checking backoff v0.4.0 |
| 637 | 2024-09-27T03:20:02.580Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 638 | 2024-09-27T03:20:02.704Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 639 | 2024-09-27T03:20:02.763Z | Checking serde_with v3.9.0 |
| 640 | 2024-09-27T03:20:02.829Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 641 | 2024-09-27T03:20:02.894Z | Checking parse-display v0.10.0 |
| 642 | 2024-09-27T03:20:03.106Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 643 | 2024-09-27T03:20:03.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 644 | 2024-09-27T03:20:03.339Z | Checking strum v0.26.3 |
| 645 | 2024-09-27T03:20:03.391Z | Checking macaddr v1.0.1 |
| 646 | 2024-09-27T03:20:03.473Z | Checking regress v0.9.1 |
| 647 | 2024-09-27T03:20:03.493Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
| 648 | 2024-09-27T03:20:03.608Z | Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#4a9a8ddc) |
| 649 | 2024-09-27T03:20:03.876Z | Compiling typify v0.2.0 |
| 650 | 2024-09-27T03:20:03.996Z | Compiling progenitor-impl v0.8.0 |
| 651 | 2024-09-27T03:20:07.478Z | Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#4a9a8ddc) |
| 652 | 2024-09-27T03:20:07.782Z | Compiling progenitor-macro v0.8.0 |
| 653 | 2024-09-27T03:20:13.427Z | Checking progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#4a9a8ddc) |
| 654 | 2024-09-27T03:20:13.533Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 655 | 2024-09-27T03:20:14.034Z | Checking progenitor v0.8.0 |
| 656 | 2024-09-27T03:20:14.351Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 657 | 2024-09-27T03:20:14.351Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 658 | 2024-09-27T03:20:14.351Z | | |
| 659 | 2024-09-27T03:20:14.351Z | 19 | ); |
| 660 | 2024-09-27T03:20:14.351Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<BfdPeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 661 | 2024-09-27T03:20:14.351Z | | |
| 662 | 2024-09-27T03:20:14.351Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 663 | 2024-09-27T03:20:14.352Z | = help: the following other types implement trait `From<T>`: |
| 664 | 2024-09-27T03:20:14.352Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 665 | 2024-09-27T03:20:14.352Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 666 | 2024-09-27T03:20:14.352Z | = note: required for `Result<ResponseValue<std::vec::Vec<BfdPeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 667 | 2024-09-27T03:20:14.352Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 668 | 2024-09-27T03:20:14.352Z | |
| 669 | 2024-09-27T03:20:14.383Z | error[E0308]: mismatched types |
| 670 | 2024-09-27T03:20:14.383Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1 |
| 671 | 2024-09-27T03:20:14.383Z | | |
| 672 | 2024-09-27T03:20:14.383Z | 5 | / progenitor::generate_api!( |
| 673 | 2024-09-27T03:20:14.383Z | 6 | | spec = "../openapi/mg-admin.json", |
| 674 | 2024-09-27T03:20:14.383Z | 7 | | inner_type = slog::Logger, |
| 675 | 2024-09-27T03:20:14.383Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
| 676 | 2024-09-27T03:20:14.383Z | ... | |
| 677 | 2024-09-27T03:20:14.383Z | 18 | | derives = [schemars::JsonSchema], |
| 678 | 2024-09-27T03:20:14.383Z | 19 | | ); |
| 679 | 2024-09-27T03:20:14.383Z | | | ^ |
| 680 | 2024-09-27T03:20:14.383Z | | | | |
| 681 | 2024-09-27T03:20:14.383Z | | |_expected `Response`, found a different `Response` |
| 682 | 2024-09-27T03:20:14.383Z | | arguments to this function are incorrect |
| 683 | 2024-09-27T03:20:14.383Z | | |
| 684 | 2024-09-27T03:20:14.384Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
| 685 | 2024-09-27T03:20:14.384Z | note: `Response` is defined in crate `reqwest` |
| 686 | 2024-09-27T03:20:14.384Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
| 687 | 2024-09-27T03:20:14.384Z | | |
| 688 | 2024-09-27T03:20:14.384Z | 25 | pub struct Response { |
| 689 | 2024-09-27T03:20:14.384Z | | ^^^^^^^^^^^^^^^^^^^ |
| 690 | 2024-09-27T03:20:14.384Z | note: `Response` is defined in crate `reqwest` |
| 691 | 2024-09-27T03:20:14.384Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1 |
| 692 | 2024-09-27T03:20:14.384Z | | |
| 693 | 2024-09-27T03:20:14.384Z | 29 | pub struct Response { |
| 694 | 2024-09-27T03:20:14.384Z | | ^^^^^^^^^^^^^^^^^^^ |
| 695 | 2024-09-27T03:20:14.387Z | = note: perhaps two different versions of crate `reqwest` are being used? |
| 696 | 2024-09-27T03:20:14.387Z | note: associated function defined here |
| 697 | 2024-09-27T03:20:14.387Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/4a9a8dd/progenitor-client/src/progenitor_client.rs:66:18 |
| 698 | 2024-09-27T03:20:14.387Z | | |
| 699 | 2024-09-27T03:20:14.387Z | 66 | pub async fn from_response<E: std::fmt::Debug>( |
| 700 | 2024-09-27T03:20:14.387Z | | ^^^^^^^^^^^^^ |
| 701 | 2024-09-27T03:20:14.387Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 702 | 2024-09-27T03:20:14.387Z | |
| 703 | 2024-09-27T03:20:14.390Z | error[E0308]: mismatched types |
| 704 | 2024-09-27T03:20:14.390Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1 |
| 705 | 2024-09-27T03:20:14.390Z | | |
| 706 | 2024-09-27T03:20:14.390Z | 5 | / progenitor::generate_api!( |
| 707 | 2024-09-27T03:20:14.390Z | 6 | | spec = "../openapi/mg-admin.json", |
| 708 | 2024-09-27T03:20:14.390Z | 7 | | inner_type = slog::Logger, |
| 709 | 2024-09-27T03:20:14.391Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
| 710 | 2024-09-27T03:20:14.391Z | ... | |
| 711 | 2024-09-27T03:20:14.391Z | 18 | | derives = [schemars::JsonSchema], |
| 712 | 2024-09-27T03:20:14.391Z | 19 | | ); |
| 713 | 2024-09-27T03:20:14.391Z | | | ^ |
| 714 | 2024-09-27T03:20:14.391Z | | | | |
| 715 | 2024-09-27T03:20:14.391Z | | |_expected `Response`, found a different `Response` |
| 716 | 2024-09-27T03:20:14.391Z | | arguments to this enum variant are incorrect |
| 717 | 2024-09-27T03:20:14.391Z | | |
| 718 | 2024-09-27T03:20:14.391Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
| 719 | 2024-09-27T03:20:14.391Z | note: `Response` is defined in crate `reqwest` |
| 720 | 2024-09-27T03:20:14.391Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
| 721 | 2024-09-27T03:20:14.391Z | | |
| 722 | 2024-09-27T03:20:14.391Z | 25 | pub struct Response { |
| 723 | 2024-09-27T03:20:14.391Z | | ^^^^^^^^^^^^^^^^^^^ |
| 724 | 2024-09-27T03:20:14.391Z | note: `Response` is defined in crate `reqwest` |
| 725 | 2024-09-27T03:20:14.391Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1 |
| 726 | 2024-09-27T03:20:14.391Z | | |
| 727 | 2024-09-27T03:20:14.391Z | 29 | pub struct Response { |
| 728 | 2024-09-27T03:20:14.391Z | | ^^^^^^^^^^^^^^^^^^^ |
| 729 | 2024-09-27T03:20:14.391Z | = note: perhaps two different versions of crate `reqwest` are being used? |
| 730 | 2024-09-27T03:20:14.391Z | note: tuple variant defined here |
| 731 | 2024-09-27T03:20:14.391Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/4a9a8dd/progenitor-client/src/progenitor_client.rs:257:5 |
| 732 | 2024-09-27T03:20:14.391Z | | |
| 733 | 2024-09-27T03:20:14.391Z | 257 | UnexpectedResponse(reqwest::Response), |
| 734 | 2024-09-27T03:20:14.391Z | | ^^^^^^^^^^^^^^^^^^ |
| 735 | 2024-09-27T03:20:14.391Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 736 | 2024-09-27T03:20:14.391Z | |
| 737 | 2024-09-27T03:20:14.394Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 738 | 2024-09-27T03:20:14.395Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 739 | 2024-09-27T03:20:14.395Z | | |
| 740 | 2024-09-27T03:20:14.395Z | 19 | ); |
| 741 | 2024-09-27T03:20:14.395Z | | ^ 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>>` |
| 742 | 2024-09-27T03:20:14.395Z | | |
| 743 | 2024-09-27T03:20:14.395Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 744 | 2024-09-27T03:20:14.395Z | = help: the following other types implement trait `From<T>`: |
| 745 | 2024-09-27T03:20:14.395Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 746 | 2024-09-27T03:20:14.395Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 747 | 2024-09-27T03:20:14.395Z | = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 748 | 2024-09-27T03:20:14.395Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 749 | 2024-09-27T03:20:14.395Z | |
| 750 | 2024-09-27T03:20:14.398Z | error[E0308]: mismatched types |
| 751 | 2024-09-27T03:20:14.398Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:5:1 |
| 752 | 2024-09-27T03:20:14.398Z | | |
| 753 | 2024-09-27T03:20:14.398Z | 5 | / progenitor::generate_api!( |
| 754 | 2024-09-27T03:20:14.398Z | 6 | | spec = "../openapi/mg-admin.json", |
| 755 | 2024-09-27T03:20:14.398Z | 7 | | inner_type = slog::Logger, |
| 756 | 2024-09-27T03:20:14.398Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
| 757 | 2024-09-27T03:20:14.398Z | ... | |
| 758 | 2024-09-27T03:20:14.398Z | 18 | | derives = [schemars::JsonSchema], |
| 759 | 2024-09-27T03:20:14.398Z | 19 | | ); |
| 760 | 2024-09-27T03:20:14.399Z | | | ^ |
| 761 | 2024-09-27T03:20:14.399Z | | | | |
| 762 | 2024-09-27T03:20:14.399Z | | |_expected `Response`, found a different `Response` |
| 763 | 2024-09-27T03:20:14.399Z | | arguments to this function are incorrect |
| 764 | 2024-09-27T03:20:14.399Z | | |
| 765 | 2024-09-27T03:20:14.401Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
| 766 | 2024-09-27T03:20:14.401Z | note: `Response` is defined in crate `reqwest` |
| 767 | 2024-09-27T03:20:14.401Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
| 768 | 2024-09-27T03:20:14.401Z | | |
| 769 | 2024-09-27T03:20:14.401Z | 25 | pub struct Response { |
| 770 | 2024-09-27T03:20:14.401Z | | ^^^^^^^^^^^^^^^^^^^ |
| 771 | 2024-09-27T03:20:14.401Z | note: `Response` is defined in crate `reqwest` |
| 772 | 2024-09-27T03:20:14.401Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.7/src/async_impl/response.rs:29:1 |
| 773 | 2024-09-27T03:20:14.401Z | | |
| 774 | 2024-09-27T03:20:14.402Z | 29 | pub struct Response { |
| 775 | 2024-09-27T03:20:14.402Z | | ^^^^^^^^^^^^^^^^^^^ |
| 776 | 2024-09-27T03:20:14.402Z | = note: perhaps two different versions of crate `reqwest` are being used? |
| 777 | 2024-09-27T03:20:14.402Z | note: associated function defined here |
| 778 | 2024-09-27T03:20:14.402Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/4a9a8dd/progenitor-client/src/progenitor_client.rs:121:12 |
| 779 | 2024-09-27T03:20:14.402Z | | |
| 780 | 2024-09-27T03:20:14.402Z | 121 | pub fn empty(response: reqwest::Response) -> Self { |
| 781 | 2024-09-27T03:20:14.402Z | | ^^^^^ |
| 782 | 2024-09-27T03:20:14.402Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 783 | 2024-09-27T03:20:14.402Z | |
| 784 | 2024-09-27T03:20:14.414Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 785 | 2024-09-27T03:20:14.414Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 786 | 2024-09-27T03:20:14.414Z | | |
| 787 | 2024-09-27T03:20:14.414Z | 19 | ); |
| 788 | 2024-09-27T03:20:14.414Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<CheckerSource>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 789 | 2024-09-27T03:20:14.414Z | | |
| 790 | 2024-09-27T03:20:14.414Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 791 | 2024-09-27T03:20:14.414Z | = help: the following other types implement trait `From<T>`: |
| 792 | 2024-09-27T03:20:14.415Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 793 | 2024-09-27T03:20:14.415Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 794 | 2024-09-27T03:20:14.415Z | = note: required for `Result<ResponseValue<CheckerSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 795 | 2024-09-27T03:20:14.415Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 796 | 2024-09-27T03:20:14.415Z | |
| 797 | 2024-09-27T03:20:14.449Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 798 | 2024-09-27T03:20:14.449Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 799 | 2024-09-27T03:20:14.449Z | | |
| 800 | 2024-09-27T03:20:14.449Z | 19 | ); |
| 801 | 2024-09-27T03:20:14.449Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Neighbor>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 802 | 2024-09-27T03:20:14.449Z | | |
| 803 | 2024-09-27T03:20:14.449Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 804 | 2024-09-27T03:20:14.449Z | = help: the following other types implement trait `From<T>`: |
| 805 | 2024-09-27T03:20:14.449Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 806 | 2024-09-27T03:20:14.449Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 807 | 2024-09-27T03:20:14.449Z | = note: required for `Result<ResponseValue<Neighbor>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 808 | 2024-09-27T03:20:14.449Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 809 | 2024-09-27T03:20:14.449Z | |
| 810 | 2024-09-27T03:20:14.483Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 811 | 2024-09-27T03:20:14.483Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 812 | 2024-09-27T03:20:14.483Z | | |
| 813 | 2024-09-27T03:20:14.483Z | 19 | ); |
| 814 | 2024-09-27T03:20:14.483Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<Neighbor>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 815 | 2024-09-27T03:20:14.483Z | | |
| 816 | 2024-09-27T03:20:14.483Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 817 | 2024-09-27T03:20:14.483Z | = help: the following other types implement trait `From<T>`: |
| 818 | 2024-09-27T03:20:14.483Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 819 | 2024-09-27T03:20:14.483Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 820 | 2024-09-27T03:20:14.483Z | = note: required for `Result<ResponseValue<std::vec::Vec<Neighbor>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 821 | 2024-09-27T03:20:14.483Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 822 | 2024-09-27T03:20:14.483Z | |
| 823 | 2024-09-27T03:20:14.492Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 824 | 2024-09-27T03:20:14.492Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 825 | 2024-09-27T03:20:14.492Z | | |
| 826 | 2024-09-27T03:20:14.492Z | 19 | ); |
| 827 | 2024-09-27T03:20:14.492Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Origin4>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 828 | 2024-09-27T03:20:14.492Z | | |
| 829 | 2024-09-27T03:20:14.492Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 830 | 2024-09-27T03:20:14.492Z | = help: the following other types implement trait `From<T>`: |
| 831 | 2024-09-27T03:20:14.492Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 832 | 2024-09-27T03:20:14.492Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 833 | 2024-09-27T03:20:14.492Z | = note: required for `Result<ResponseValue<Origin4>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 834 | 2024-09-27T03:20:14.492Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 835 | 2024-09-27T03:20:14.492Z | |
| 836 | 2024-09-27T03:20:14.526Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 837 | 2024-09-27T03:20:14.526Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 838 | 2024-09-27T03:20:14.526Z | | |
| 839 | 2024-09-27T03:20:14.526Z | 19 | ); |
| 840 | 2024-09-27T03:20:14.526Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Router>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 841 | 2024-09-27T03:20:14.526Z | | |
| 842 | 2024-09-27T03:20:14.526Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 843 | 2024-09-27T03:20:14.526Z | = help: the following other types implement trait `From<T>`: |
| 844 | 2024-09-27T03:20:14.526Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 845 | 2024-09-27T03:20:14.526Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 846 | 2024-09-27T03:20:14.526Z | = note: required for `Result<ResponseValue<Router>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 847 | 2024-09-27T03:20:14.526Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 848 | 2024-09-27T03:20:14.526Z | |
| 849 | 2024-09-27T03:20:14.559Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 850 | 2024-09-27T03:20:14.559Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 851 | 2024-09-27T03:20:14.559Z | | |
| 852 | 2024-09-27T03:20:14.559Z | 19 | ); |
| 853 | 2024-09-27T03:20:14.559Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<std::vec::Vec<Router>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 854 | 2024-09-27T03:20:14.559Z | | |
| 855 | 2024-09-27T03:20:14.559Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 856 | 2024-09-27T03:20:14.559Z | = help: the following other types implement trait `From<T>`: |
| 857 | 2024-09-27T03:20:14.559Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 858 | 2024-09-27T03:20:14.559Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 859 | 2024-09-27T03:20:14.559Z | = note: required for `Result<ResponseValue<std::vec::Vec<Router>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 860 | 2024-09-27T03:20:14.559Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 861 | 2024-09-27T03:20:14.559Z | |
| 862 | 2024-09-27T03:20:14.568Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 863 | 2024-09-27T03:20:14.568Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 864 | 2024-09-27T03:20:14.568Z | | |
| 865 | 2024-09-27T03:20:14.568Z | 19 | ); |
| 866 | 2024-09-27T03:20:14.568Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<ShaperSource>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 867 | 2024-09-27T03:20:14.568Z | | |
| 868 | 2024-09-27T03:20:14.568Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 869 | 2024-09-27T03:20:14.568Z | = help: the following other types implement trait `From<T>`: |
| 870 | 2024-09-27T03:20:14.568Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 871 | 2024-09-27T03:20:14.568Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 872 | 2024-09-27T03:20:14.568Z | = note: required for `Result<ResponseValue<ShaperSource>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 873 | 2024-09-27T03:20:14.568Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 874 | 2024-09-27T03:20:14.568Z | |
| 875 | 2024-09-27T03:20:14.603Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 876 | 2024-09-27T03:20:14.603Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 877 | 2024-09-27T03:20:14.603Z | | |
| 878 | 2024-09-27T03:20:14.603Z | 19 | ); |
| 879 | 2024-09-27T03:20:14.603Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<MessageHistoryResponse>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 880 | 2024-09-27T03:20:14.603Z | | |
| 881 | 2024-09-27T03:20:14.603Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 882 | 2024-09-27T03:20:14.603Z | = help: the following other types implement trait `From<T>`: |
| 883 | 2024-09-27T03:20:14.603Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 884 | 2024-09-27T03:20:14.603Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 885 | 2024-09-27T03:20:14.603Z | = note: required for `Result<ResponseValue<MessageHistoryResponse>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 886 | 2024-09-27T03:20:14.603Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 887 | 2024-09-27T03:20:14.603Z | |
| 888 | 2024-09-27T03:20:14.620Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 889 | 2024-09-27T03:20:14.620Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 890 | 2024-09-27T03:20:14.620Z | | |
| 891 | 2024-09-27T03:20:14.620Z | 19 | ); |
| 892 | 2024-09-27T03:20:14.620Z | | ^ 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, std::vec::Vec<types::Prefix>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 893 | 2024-09-27T03:20:14.620Z | | |
| 894 | 2024-09-27T03:20:14.620Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 895 | 2024-09-27T03:20:14.620Z | = help: the following other types implement trait `From<T>`: |
| 896 | 2024-09-27T03:20:14.620Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 897 | 2024-09-27T03:20:14.620Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 898 | 2024-09-27T03:20:14.620Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Prefix>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 899 | 2024-09-27T03:20:14.620Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 900 | 2024-09-27T03:20:14.620Z | |
| 901 | 2024-09-27T03:20:14.630Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 902 | 2024-09-27T03:20:14.630Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 903 | 2024-09-27T03:20:14.630Z | | |
| 904 | 2024-09-27T03:20:14.630Z | 19 | ); |
| 905 | 2024-09-27T03:20:14.630Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Rib>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 906 | 2024-09-27T03:20:14.630Z | | |
| 907 | 2024-09-27T03:20:14.630Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 908 | 2024-09-27T03:20:14.630Z | = help: the following other types implement trait `From<T>`: |
| 909 | 2024-09-27T03:20:14.630Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 910 | 2024-09-27T03:20:14.630Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 911 | 2024-09-27T03:20:14.630Z | = note: required for `Result<ResponseValue<Rib>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 912 | 2024-09-27T03:20:14.630Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 913 | 2024-09-27T03:20:14.630Z | |
| 914 | 2024-09-27T03:20:14.639Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 915 | 2024-09-27T03:20:14.639Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 916 | 2024-09-27T03:20:14.639Z | | |
| 917 | 2024-09-27T03:20:14.639Z | 19 | ); |
| 918 | 2024-09-27T03:20:14.639Z | | ^ 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>>` |
| 919 | 2024-09-27T03:20:14.639Z | | |
| 920 | 2024-09-27T03:20:14.639Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 921 | 2024-09-27T03:20:14.639Z | = help: the following other types implement trait `From<T>`: |
| 922 | 2024-09-27T03:20:14.639Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 923 | 2024-09-27T03:20:14.639Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 924 | 2024-09-27T03:20:14.639Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 925 | 2024-09-27T03:20:14.639Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 926 | 2024-09-27T03:20:14.639Z | |
| 927 | 2024-09-27T03:20:14.656Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
| 928 | 2024-09-27T03:20:14.656Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/9e0fe45/mg-admin-client/src/lib.rs:19:1 |
| 929 | 2024-09-27T03:20:14.656Z | | |
| 930 | 2024-09-27T03:20:14.656Z | 19 | ); |
| 931 | 2024-09-27T03:20:14.656Z | | ^ 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, std::vec::Vec<types::Path>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
| 932 | 2024-09-27T03:20:14.656Z | | |
| 933 | 2024-09-27T03:20:14.656Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
| 934 | 2024-09-27T03:20:14.656Z | = help: the following other types implement trait `From<T>`: |
| 935 | 2024-09-27T03:20:14.656Z | <progenitor::progenitor_client::Error<E> as From<http::header::value::InvalidHeaderValue>> |
| 936 | 2024-09-27T03:20:14.656Z | <progenitor::progenitor_client::Error<E> as From<reqwest::error::Error>> |
| 937 | 2024-09-27T03:20:14.656Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, std::vec::Vec<types::Path>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
| 938 | 2024-09-27T03:20:14.656Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 939 | 2024-09-27T03:20:14.656Z | |
| 940 | 2024-09-27T03:20:15.860Z | Some errors have detailed explanations: E0277, E0308. |
| 941 | 2024-09-27T03:20:15.860Z | For more information about an error, try `rustc --explain E0277`. |
| 942 | 2024-09-27T03:20:15.901Z | error: could not compile `mg-admin-client` (lib) due to 37 previous errors |
| 943 | 2024-09-27T03:20:15.973Z | process exited: duration 71447 ms, exit code 101 |
| |
| 944 | 2024-09-27T03:20:15.979Z | found 0 output files |