[INFO] fetching crate fastly-sys 0.3.6... [INFO] checking fastly-sys-0.3.6 against beta for pr-78714 [INFO] extracting crate fastly-sys 0.3.6 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate fastly-sys 0.3.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fastly-sys 0.3.6 [INFO] finished tweaking crates.io crate fastly-sys 0.3.6 [INFO] tweaked toml for crates.io crate fastly-sys 0.3.6 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d39ff7b333771ac99a69f9656c700f3edfb0a2f539812b597d6fb16d6fe30a6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8d39ff7b333771ac99a69f9656c700f3edfb0a2f539812b597d6fb16d6fe30a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d39ff7b333771ac99a69f9656c700f3edfb0a2f539812b597d6fb16d6fe30a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d39ff7b333771ac99a69f9656c700f3edfb0a2f539812b597d6fb16d6fe30a6", kill_on_drop: false }` [INFO] [stdout] 8d39ff7b333771ac99a69f9656c700f3edfb0a2f539812b597d6fb16d6fe30a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 259ebadf15a0f09e401c38097d0dbc7d79ba1538f8daebacd7b53e205555d109 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "259ebadf15a0f09e401c38097d0dbc7d79ba1538f8daebacd7b53e205555d109", kill_on_drop: false }` [INFO] [stderr] Checking fastly-shared v0.5.0 [INFO] [stderr] Checking fastly-sys v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 18 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 19 | pub fn xqd_body_append(dst_handle: BodyHandle, src_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 22 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 23 | pub fn xqd_body_new(handle_out: *mut BodyHandle) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 26 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 27 | / pub fn xqd_body_read( [INFO] [stdout] 28 | | body_handle: BodyHandle, [INFO] [stdout] 29 | | buf: *mut u8, [INFO] [stdout] 30 | | buf_len: usize, [INFO] [stdout] 31 | | nread_out: *mut usize, [INFO] [stdout] 32 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 36 | / pub fn xqd_body_write( [INFO] [stdout] 37 | | body_handle: BodyHandle, [INFO] [stdout] 38 | | buf: *const u8, [INFO] [stdout] 39 | | buf_len: usize, [INFO] [stdout] 40 | | end: fastly_shared::BodyWriteEnd, [INFO] [stdout] 41 | | nwritten_out: *mut usize, [INFO] [stdout] 42 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 46 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 47 | pub fn xqd_body_close(body_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 50 | #[deprecated(since = "0.3.4", note = "renamed to xqd_body_close")] [INFO] [stdout] 51 | pub fn xqd_body_close_downstream(body_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 54 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 55 | / pub fn xqd_log_endpoint_get( [INFO] [stdout] 56 | | name: *const u8, [INFO] [stdout] 57 | | name_len: usize, [INFO] [stdout] 58 | | endpoint_handle_out: *mut u32, [INFO] [stdout] 59 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 63 | / pub fn xqd_log_write( [INFO] [stdout] 64 | | endpoint_handle: u32, [INFO] [stdout] 65 | | msg: *const u8, [INFO] [stdout] 66 | | msg_len: usize, [INFO] [stdout] 67 | | nwritten_out: *mut usize, [INFO] [stdout] 68 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 71 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 72 | / pub fn xqd_pending_req_poll( [INFO] [stdout] 73 | | pending_req_handle: PendingRequestHandle, [INFO] [stdout] 74 | | is_done_out: *mut i32, [INFO] [stdout] 75 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 76 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 77 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 80 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 81 | / pub fn xqd_pending_req_select( [INFO] [stdout] 82 | | pending_req_handles: *const PendingRequestHandle, [INFO] [stdout] 83 | | pending_req_handles_len: usize, [INFO] [stdout] 84 | | done_index_out: *mut i32, [INFO] [stdout] 85 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 86 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 87 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 90 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 91 | / pub fn xqd_pending_req_wait( [INFO] [stdout] 92 | | pending_req_handle: PendingRequestHandle, [INFO] [stdout] 93 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 94 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 95 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 98 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 99 | / pub fn xqd_req_body_downstream_get( [INFO] [stdout] 100 | | req_handle_out: *mut RequestHandle, [INFO] [stdout] 101 | | body_handle_out: *mut BodyHandle, [INFO] [stdout] 102 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 105 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 106 | / pub fn xqd_req_cache_override_set( [INFO] [stdout] 107 | | req_handle: RequestHandle, [INFO] [stdout] 108 | | tag: u32, [INFO] [stdout] 109 | | ttl: u32, [INFO] [stdout] 110 | | swr: u32, [INFO] [stdout] 111 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 114 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 115 | / pub fn xqd_req_downstream_client_ip_addr( [INFO] [stdout] 116 | | addr_octets_out: *mut u8, [INFO] [stdout] 117 | | nwritten_out: *mut usize, [INFO] [stdout] 118 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 121 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 122 | / pub fn xqd_req_downstream_tls_cipher_openssl_name( [INFO] [stdout] 123 | | cipher_out: *mut u8, [INFO] [stdout] 124 | | cipher_max_len: usize, [INFO] [stdout] 125 | | nwritten: *mut usize, [INFO] [stdout] 126 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 129 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 130 | / pub fn xqd_req_downstream_tls_protocol( [INFO] [stdout] 131 | | protocol_out: *mut u8, [INFO] [stdout] 132 | | protocol_max_len: usize, [INFO] [stdout] 133 | | nwritten: *mut usize, [INFO] [stdout] 134 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 137 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 138 | / pub fn xqd_req_downstream_tls_client_hello( [INFO] [stdout] 139 | | client_hello_out: *mut u8, [INFO] [stdout] 140 | | client_hello_max_len: usize, [INFO] [stdout] 141 | | nwritten: *mut usize, [INFO] [stdout] 142 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 145 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 146 | / pub fn xqd_req_header_append( [INFO] [stdout] 147 | | req_handle: RequestHandle, [INFO] [stdout] 148 | | name: *const u8, [INFO] [stdout] 149 | | name_len: usize, [INFO] [stdout] 150 | | value: *const u8, [INFO] [stdout] 151 | | value_len: usize, [INFO] [stdout] 152 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 155 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 156 | / pub fn xqd_req_header_insert( [INFO] [stdout] 157 | | req_handle: RequestHandle, [INFO] [stdout] 158 | | name: *const u8, [INFO] [stdout] 159 | | name_len: usize, [INFO] [stdout] 160 | | value: *const u8, [INFO] [stdout] 161 | | value_len: usize, [INFO] [stdout] 162 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 165 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 166 | / pub fn xqd_req_original_header_names_get( [INFO] [stdout] 167 | | buf: *mut u8, [INFO] [stdout] 168 | | buf_len: usize, [INFO] [stdout] 169 | | cursor: u32, [INFO] [stdout] 170 | | ending_cursor: *mut i64, [INFO] [stdout] 171 | | nwritten: *mut usize, [INFO] [stdout] 172 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 175 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 176 | pub fn xqd_req_original_header_count(count_out: *mut u32) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 179 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 180 | / pub fn xqd_req_header_names_get( [INFO] [stdout] 181 | | req_handle: RequestHandle, [INFO] [stdout] 182 | | buf: *mut u8, [INFO] [stdout] 183 | | buf_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 186 | | nwritten: *mut usize, [INFO] [stdout] 187 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 190 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 191 | / pub fn xqd_req_header_values_get( [INFO] [stdout] 192 | | req_handle: RequestHandle, [INFO] [stdout] 193 | | name: *const u8, [INFO] [stdout] 194 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 199 | | nwritten: *mut usize, [INFO] [stdout] 200 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 203 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 204 | / pub fn xqd_req_header_values_set( [INFO] [stdout] 205 | | req_handle: RequestHandle, [INFO] [stdout] 206 | | name: *const u8, [INFO] [stdout] 207 | | name_len: usize, [INFO] [stdout] 208 | | values: *const u8, [INFO] [stdout] 209 | | values_len: usize, [INFO] [stdout] 210 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 213 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 214 | / pub fn xqd_req_header_value_get( [INFO] [stdout] 215 | | req_handle: RequestHandle, [INFO] [stdout] 216 | | name: *const u8, [INFO] [stdout] 217 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 220 | | nwritten: *mut usize, [INFO] [stdout] 221 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 224 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 225 | / pub fn xqd_req_header_remove( [INFO] [stdout] 226 | | req_handle: RequestHandle, [INFO] [stdout] 227 | | name: *const u8, [INFO] [stdout] 228 | | name_len: usize, [INFO] [stdout] 229 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 232 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 233 | / pub fn xqd_req_method_get( [INFO] [stdout] 234 | | req_handle: RequestHandle, [INFO] [stdout] 235 | | method: *mut u8, [INFO] [stdout] 236 | | method_max_len: usize, [INFO] [stdout] 237 | | nwritten: *mut usize, [INFO] [stdout] 238 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 241 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 242 | / pub fn xqd_req_method_set( [INFO] [stdout] 243 | | req_handle: RequestHandle, [INFO] [stdout] 244 | | method: *const u8, [INFO] [stdout] 245 | | method_len: usize, [INFO] [stdout] 246 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 249 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 250 | pub fn xqd_req_new(req_handle_out: *mut RequestHandle) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 253 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 254 | / pub fn xqd_req_send( [INFO] [stdout] 255 | | req_handle: RequestHandle, [INFO] [stdout] 256 | | body_handle: BodyHandle, [INFO] [stdout] 257 | | backend: *const u8, [INFO] [stdout] ... | [INFO] [stdout] 260 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 261 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 264 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 265 | / pub fn xqd_req_send_async( [INFO] [stdout] 266 | | req_handle: RequestHandle, [INFO] [stdout] 267 | | body_handle: BodyHandle, [INFO] [stdout] 268 | | backend: *const u8, [INFO] [stdout] 269 | | backend_len: usize, [INFO] [stdout] 270 | | pending_req_handle_out: *mut PendingRequestHandle, [INFO] [stdout] 271 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 274 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 275 | / pub fn xqd_req_send_async_streaming( [INFO] [stdout] 276 | | req_handle: RequestHandle, [INFO] [stdout] 277 | | body_handle: BodyHandle, [INFO] [stdout] 278 | | backend: *const u8, [INFO] [stdout] 279 | | backend_len: usize, [INFO] [stdout] 280 | | pending_req_handle_out: *mut PendingRequestHandle, [INFO] [stdout] 281 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 284 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 285 | / pub fn xqd_req_uri_get( [INFO] [stdout] 286 | | req_handle: RequestHandle, [INFO] [stdout] 287 | | uri: *mut u8, [INFO] [stdout] 288 | | uri_max_len: usize, [INFO] [stdout] 289 | | nwritten: *mut usize, [INFO] [stdout] 290 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 293 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 294 | / pub fn xqd_req_uri_set( [INFO] [stdout] 295 | | req_handle: RequestHandle, [INFO] [stdout] 296 | | uri: *const u8, [INFO] [stdout] 297 | | uri_len: usize, [INFO] [stdout] 298 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 302 | pub fn xqd_req_version_get(req_handle: RequestHandle, version: *mut u32) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 305 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 306 | pub fn xqd_req_version_set(req_handle: RequestHandle, version: u32) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------ not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 309 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 310 | / pub fn xqd_resp_header_append( [INFO] [stdout] 311 | | resp_handle: ResponseHandle, [INFO] [stdout] 312 | | name: *const u8, [INFO] [stdout] 313 | | name_len: usize, [INFO] [stdout] 314 | | value: *const u8, [INFO] [stdout] 315 | | value_len: usize, [INFO] [stdout] 316 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 319 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 320 | / pub fn xqd_resp_header_insert( [INFO] [stdout] 321 | | resp_handle: ResponseHandle, [INFO] [stdout] 322 | | name: *const u8, [INFO] [stdout] 323 | | name_len: usize, [INFO] [stdout] 324 | | value: *const u8, [INFO] [stdout] 325 | | value_len: usize, [INFO] [stdout] 326 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 329 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 330 | / pub fn xqd_resp_header_names_get( [INFO] [stdout] 331 | | resp_handle: ResponseHandle, [INFO] [stdout] 332 | | buf: *mut u8, [INFO] [stdout] 333 | | buf_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 336 | | nwritten: *mut usize, [INFO] [stdout] 337 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 339 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 340 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 341 | / pub fn xqd_resp_header_value_get( [INFO] [stdout] 342 | | resp_handle: ResponseHandle, [INFO] [stdout] 343 | | name: *const u8, [INFO] [stdout] 344 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 347 | | nwritten: *mut usize, [INFO] [stdout] 348 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 350 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 351 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 352 | / pub fn xqd_resp_header_values_get( [INFO] [stdout] 353 | | resp_handle: ResponseHandle, [INFO] [stdout] 354 | | name: *const u8, [INFO] [stdout] 355 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 360 | | nwritten: *mut usize, [INFO] [stdout] 361 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 364 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 365 | / pub fn xqd_resp_header_values_set( [INFO] [stdout] 366 | | resp_handle: ResponseHandle, [INFO] [stdout] 367 | | name: *const u8, [INFO] [stdout] 368 | | name_len: usize, [INFO] [stdout] 369 | | values: *const u8, [INFO] [stdout] 370 | | values_len: usize, [INFO] [stdout] 371 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 374 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 375 | / pub fn xqd_resp_header_remove( [INFO] [stdout] 376 | | resp_handle: ResponseHandle, [INFO] [stdout] 377 | | name: *const u8, [INFO] [stdout] 378 | | name_len: usize, [INFO] [stdout] 379 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 382 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 383 | pub fn xqd_resp_new(resp_handle_out: *mut ResponseHandle) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 18 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 19 | pub fn xqd_body_append(dst_handle: BodyHandle, src_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 22 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 23 | pub fn xqd_body_new(handle_out: *mut BodyHandle) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 26 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 27 | / pub fn xqd_body_read( [INFO] [stdout] 28 | | body_handle: BodyHandle, [INFO] [stdout] 29 | | buf: *mut u8, [INFO] [stdout] 30 | | buf_len: usize, [INFO] [stdout] 31 | | nread_out: *mut usize, [INFO] [stdout] 32 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 36 | / pub fn xqd_body_write( [INFO] [stdout] 37 | | body_handle: BodyHandle, [INFO] [stdout] 38 | | buf: *const u8, [INFO] [stdout] 39 | | buf_len: usize, [INFO] [stdout] 40 | | end: fastly_shared::BodyWriteEnd, [INFO] [stdout] 41 | | nwritten_out: *mut usize, [INFO] [stdout] 42 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 46 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 47 | pub fn xqd_body_close(body_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 50 | #[deprecated(since = "0.3.4", note = "renamed to xqd_body_close")] [INFO] [stdout] 51 | pub fn xqd_body_close_downstream(body_handle: BodyHandle) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 54 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 55 | / pub fn xqd_log_endpoint_get( [INFO] [stdout] 56 | | name: *const u8, [INFO] [stdout] 57 | | name_len: usize, [INFO] [stdout] 58 | | endpoint_handle_out: *mut u32, [INFO] [stdout] 59 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 63 | / pub fn xqd_log_write( [INFO] [stdout] 64 | | endpoint_handle: u32, [INFO] [stdout] 65 | | msg: *const u8, [INFO] [stdout] 66 | | msg_len: usize, [INFO] [stdout] 67 | | nwritten_out: *mut usize, [INFO] [stdout] 68 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 71 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 72 | / pub fn xqd_pending_req_poll( [INFO] [stdout] 73 | | pending_req_handle: PendingRequestHandle, [INFO] [stdout] 74 | | is_done_out: *mut i32, [INFO] [stdout] 75 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 76 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 77 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 80 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 81 | / pub fn xqd_pending_req_select( [INFO] [stdout] 82 | | pending_req_handles: *const PendingRequestHandle, [INFO] [stdout] 83 | | pending_req_handles_len: usize, [INFO] [stdout] 84 | | done_index_out: *mut i32, [INFO] [stdout] 85 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 86 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 87 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 90 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 91 | / pub fn xqd_pending_req_wait( [INFO] [stdout] 92 | | pending_req_handle: PendingRequestHandle, [INFO] [stdout] 93 | | resp_handle_out: *mut ResponseHandle, [INFO] [stdout] 94 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 95 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 98 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 99 | / pub fn xqd_req_body_downstream_get( [INFO] [stdout] 100 | | req_handle_out: *mut RequestHandle, [INFO] [stdout] 101 | | body_handle_out: *mut BodyHandle, [INFO] [stdout] 102 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 105 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 106 | / pub fn xqd_req_cache_override_set( [INFO] [stdout] 107 | | req_handle: RequestHandle, [INFO] [stdout] 108 | | tag: u32, [INFO] [stdout] 109 | | ttl: u32, [INFO] [stdout] 110 | | swr: u32, [INFO] [stdout] 111 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 114 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 115 | / pub fn xqd_req_downstream_client_ip_addr( [INFO] [stdout] 116 | | addr_octets_out: *mut u8, [INFO] [stdout] 117 | | nwritten_out: *mut usize, [INFO] [stdout] 118 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 121 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 122 | / pub fn xqd_req_downstream_tls_cipher_openssl_name( [INFO] [stdout] 123 | | cipher_out: *mut u8, [INFO] [stdout] 124 | | cipher_max_len: usize, [INFO] [stdout] 125 | | nwritten: *mut usize, [INFO] [stdout] 126 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 129 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 130 | / pub fn xqd_req_downstream_tls_protocol( [INFO] [stdout] 131 | | protocol_out: *mut u8, [INFO] [stdout] 132 | | protocol_max_len: usize, [INFO] [stdout] 133 | | nwritten: *mut usize, [INFO] [stdout] 134 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 137 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 138 | / pub fn xqd_req_downstream_tls_client_hello( [INFO] [stdout] 139 | | client_hello_out: *mut u8, [INFO] [stdout] 140 | | client_hello_max_len: usize, [INFO] [stdout] 141 | | nwritten: *mut usize, [INFO] [stdout] 142 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 145 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 146 | / pub fn xqd_req_header_append( [INFO] [stdout] 147 | | req_handle: RequestHandle, [INFO] [stdout] 148 | | name: *const u8, [INFO] [stdout] 149 | | name_len: usize, [INFO] [stdout] 150 | | value: *const u8, [INFO] [stdout] 151 | | value_len: usize, [INFO] [stdout] 152 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 155 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 156 | / pub fn xqd_req_header_insert( [INFO] [stdout] 157 | | req_handle: RequestHandle, [INFO] [stdout] 158 | | name: *const u8, [INFO] [stdout] 159 | | name_len: usize, [INFO] [stdout] 160 | | value: *const u8, [INFO] [stdout] 161 | | value_len: usize, [INFO] [stdout] 162 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 165 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 166 | / pub fn xqd_req_original_header_names_get( [INFO] [stdout] 167 | | buf: *mut u8, [INFO] [stdout] 168 | | buf_len: usize, [INFO] [stdout] 169 | | cursor: u32, [INFO] [stdout] 170 | | ending_cursor: *mut i64, [INFO] [stdout] 171 | | nwritten: *mut usize, [INFO] [stdout] 172 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 386 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 387 | / pub fn xqd_resp_send_downstream( [INFO] [stdout] 388 | | resp_handle: ResponseHandle, [INFO] [stdout] 389 | | body_handle: BodyHandle, [INFO] [stdout] 390 | | streaming: u32, [INFO] [stdout] 391 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 394 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 395 | pub fn xqd_resp_status_get(resp_handle: ResponseHandle, status: *mut u16) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------------ not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 175 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 176 | pub fn xqd_req_original_header_count(count_out: *mut u32) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 398 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 399 | pub fn xqd_resp_status_set(resp_handle: ResponseHandle, status: u16) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 402 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 403 | pub fn xqd_resp_version_get(resp_handle: ResponseHandle, version: *mut u32) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 179 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 180 | / pub fn xqd_req_header_names_get( [INFO] [stdout] 181 | | req_handle: RequestHandle, [INFO] [stdout] 182 | | buf: *mut u8, [INFO] [stdout] 183 | | buf_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 186 | | nwritten: *mut usize, [INFO] [stdout] 187 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 406 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 407 | pub fn xqd_resp_version_set(resp_handle: ResponseHandle, version: u32) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 190 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 191 | / pub fn xqd_req_header_values_get( [INFO] [stdout] 192 | | req_handle: RequestHandle, [INFO] [stdout] 193 | | name: *const u8, [INFO] [stdout] 194 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 199 | | nwritten: *mut usize, [INFO] [stdout] 200 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 203 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 204 | / pub fn xqd_req_header_values_set( [INFO] [stdout] 205 | | req_handle: RequestHandle, [INFO] [stdout] 206 | | name: *const u8, [INFO] [stdout] 207 | | name_len: usize, [INFO] [stdout] 208 | | values: *const u8, [INFO] [stdout] 209 | | values_len: usize, [INFO] [stdout] 210 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 213 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 214 | / pub fn xqd_req_header_value_get( [INFO] [stdout] 215 | | req_handle: RequestHandle, [INFO] [stdout] 216 | | name: *const u8, [INFO] [stdout] 217 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 220 | | nwritten: *mut usize, [INFO] [stdout] 221 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 224 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 225 | / pub fn xqd_req_header_remove( [INFO] [stdout] 226 | | req_handle: RequestHandle, [INFO] [stdout] 227 | | name: *const u8, [INFO] [stdout] 228 | | name_len: usize, [INFO] [stdout] 229 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 232 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 233 | / pub fn xqd_req_method_get( [INFO] [stdout] 234 | | req_handle: RequestHandle, [INFO] [stdout] 235 | | method: *mut u8, [INFO] [stdout] 236 | | method_max_len: usize, [INFO] [stdout] 237 | | nwritten: *mut usize, [INFO] [stdout] 238 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 241 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 242 | / pub fn xqd_req_method_set( [INFO] [stdout] 243 | | req_handle: RequestHandle, [INFO] [stdout] 244 | | method: *const u8, [INFO] [stdout] 245 | | method_len: usize, [INFO] [stdout] 246 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 249 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 250 | pub fn xqd_req_new(req_handle_out: *mut RequestHandle) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 253 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 254 | / pub fn xqd_req_send( [INFO] [stdout] 255 | | req_handle: RequestHandle, [INFO] [stdout] 256 | | body_handle: BodyHandle, [INFO] [stdout] 257 | | backend: *const u8, [INFO] [stdout] ... | [INFO] [stdout] 260 | | resp_body_handle_out: *mut BodyHandle, [INFO] [stdout] 261 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 264 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 265 | / pub fn xqd_req_send_async( [INFO] [stdout] 266 | | req_handle: RequestHandle, [INFO] [stdout] 267 | | body_handle: BodyHandle, [INFO] [stdout] 268 | | backend: *const u8, [INFO] [stdout] 269 | | backend_len: usize, [INFO] [stdout] 270 | | pending_req_handle_out: *mut PendingRequestHandle, [INFO] [stdout] 271 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 274 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 275 | / pub fn xqd_req_send_async_streaming( [INFO] [stdout] 276 | | req_handle: RequestHandle, [INFO] [stdout] 277 | | body_handle: BodyHandle, [INFO] [stdout] 278 | | backend: *const u8, [INFO] [stdout] 279 | | backend_len: usize, [INFO] [stdout] 280 | | pending_req_handle_out: *mut PendingRequestHandle, [INFO] [stdout] 281 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 284 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 285 | / pub fn xqd_req_uri_get( [INFO] [stdout] 286 | | req_handle: RequestHandle, [INFO] [stdout] 287 | | uri: *mut u8, [INFO] [stdout] 288 | | uri_max_len: usize, [INFO] [stdout] 289 | | nwritten: *mut usize, [INFO] [stdout] 290 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 293 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 294 | / pub fn xqd_req_uri_set( [INFO] [stdout] 295 | | req_handle: RequestHandle, [INFO] [stdout] 296 | | uri: *const u8, [INFO] [stdout] 297 | | uri_len: usize, [INFO] [stdout] 298 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:300:5 [INFO] [stdout] | [INFO] [stdout] 300 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 301 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 302 | pub fn xqd_req_version_get(req_handle: RequestHandle, version: *mut u32) -> FastlyStatus; [INFO] [stdout] | ----------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 305 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 306 | pub fn xqd_req_version_set(req_handle: RequestHandle, version: u32) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------ not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 309 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 310 | / pub fn xqd_resp_header_append( [INFO] [stdout] 311 | | resp_handle: ResponseHandle, [INFO] [stdout] 312 | | name: *const u8, [INFO] [stdout] 313 | | name_len: usize, [INFO] [stdout] 314 | | value: *const u8, [INFO] [stdout] 315 | | value_len: usize, [INFO] [stdout] 316 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 319 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 320 | / pub fn xqd_resp_header_insert( [INFO] [stdout] 321 | | resp_handle: ResponseHandle, [INFO] [stdout] 322 | | name: *const u8, [INFO] [stdout] 323 | | name_len: usize, [INFO] [stdout] 324 | | value: *const u8, [INFO] [stdout] 325 | | value_len: usize, [INFO] [stdout] 326 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 329 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 330 | / pub fn xqd_resp_header_names_get( [INFO] [stdout] 331 | | resp_handle: ResponseHandle, [INFO] [stdout] 332 | | buf: *mut u8, [INFO] [stdout] 333 | | buf_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 336 | | nwritten: *mut usize, [INFO] [stdout] 337 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 339 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 340 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 341 | / pub fn xqd_resp_header_value_get( [INFO] [stdout] 342 | | resp_handle: ResponseHandle, [INFO] [stdout] 343 | | name: *const u8, [INFO] [stdout] 344 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 347 | | nwritten: *mut usize, [INFO] [stdout] 348 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 350 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 351 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 352 | / pub fn xqd_resp_header_values_get( [INFO] [stdout] 353 | | resp_handle: ResponseHandle, [INFO] [stdout] 354 | | name: *const u8, [INFO] [stdout] 355 | | name_len: usize, [INFO] [stdout] ... | [INFO] [stdout] 360 | | nwritten: *mut usize, [INFO] [stdout] 361 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 364 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 365 | / pub fn xqd_resp_header_values_set( [INFO] [stdout] 366 | | resp_handle: ResponseHandle, [INFO] [stdout] 367 | | name: *const u8, [INFO] [stdout] 368 | | name_len: usize, [INFO] [stdout] 369 | | values: *const u8, [INFO] [stdout] 370 | | values_len: usize, [INFO] [stdout] 371 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 374 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 375 | / pub fn xqd_resp_header_remove( [INFO] [stdout] 376 | | resp_handle: ResponseHandle, [INFO] [stdout] 377 | | name: *const u8, [INFO] [stdout] 378 | | name_len: usize, [INFO] [stdout] 379 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 382 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 383 | pub fn xqd_resp_new(resp_handle_out: *mut ResponseHandle) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 386 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 387 | / pub fn xqd_resp_send_downstream( [INFO] [stdout] 388 | | resp_handle: ResponseHandle, [INFO] [stdout] 389 | | body_handle: BodyHandle, [INFO] [stdout] 390 | | streaming: u32, [INFO] [stdout] 391 | | ) -> FastlyStatus; [INFO] [stdout] | |______________________- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 394 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 395 | pub fn xqd_resp_status_get(resp_handle: ResponseHandle, status: *mut u16) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------------ not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 398 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 399 | pub fn xqd_resp_status_set(resp_handle: ResponseHandle, status: u16) -> FastlyStatus; [INFO] [stdout] | ------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 402 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 403 | pub fn xqd_resp_version_get(resp_handle: ResponseHandle, version: *mut u32) -> FastlyStatus; [INFO] [stdout] | -------------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/legacy.rs:405:5 [INFO] [stdout] | [INFO] [stdout] 405 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 406 | #[deprecated(since = "0.3.5")] [INFO] [stdout] 407 | pub fn xqd_resp_version_set(resp_handle: ResponseHandle, version: u32) -> FastlyStatus; [INFO] [stdout] | --------------------------------------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `write` redeclared with a different signature [INFO] [stdout] --> src/lib.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 88 | / #[link_name = "write"] [INFO] [stdout] 89 | | pub fn write( [INFO] [stdout] 90 | | body_handle: BodyHandle, [INFO] [stdout] 91 | | buf: *const u8, [INFO] [stdout] ... | [INFO] [stdout] 94 | | nwritten_out: *mut usize, [INFO] [stdout] 95 | | ) -> FastlyStatus; [INFO] [stdout] | |__________________________- `write` previously declared here [INFO] [stdout] ... [INFO] [stdout] 115 | / #[link_name = "write"] [INFO] [stdout] 116 | | pub fn write( [INFO] [stdout] 117 | | endpoint_handle: u32, [INFO] [stdout] 118 | | msg: *const u8, [INFO] [stdout] 119 | | msg_len: usize, [INFO] [stdout] 120 | | nwritten_out: *mut usize, [INFO] [stdout] 121 | | ) -> FastlyStatus; [INFO] [stdout] | |__________________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(clashing_extern_declarations)]` on by default [INFO] [stdout] = note: expected `unsafe extern "C" fn(u32, *const u8, usize, BodyWriteEnd, *mut usize) -> fastly_shared::FastlyStatus` [INFO] [stdout] found `unsafe extern "C" fn(u32, *const u8, usize, *mut usize) -> fastly_shared::FastlyStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `write` redeclared with a different signature [INFO] [stdout] --> src/lib.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 88 | / #[link_name = "write"] [INFO] [stdout] 89 | | pub fn write( [INFO] [stdout] 90 | | body_handle: BodyHandle, [INFO] [stdout] 91 | | buf: *const u8, [INFO] [stdout] ... | [INFO] [stdout] 94 | | nwritten_out: *mut usize, [INFO] [stdout] 95 | | ) -> FastlyStatus; [INFO] [stdout] | |__________________________- `write` previously declared here [INFO] [stdout] ... [INFO] [stdout] 115 | / #[link_name = "write"] [INFO] [stdout] 116 | | pub fn write( [INFO] [stdout] 117 | | endpoint_handle: u32, [INFO] [stdout] 118 | | msg: *const u8, [INFO] [stdout] 119 | | msg_len: usize, [INFO] [stdout] 120 | | nwritten_out: *mut usize, [INFO] [stdout] 121 | | ) -> FastlyStatus; [INFO] [stdout] | |__________________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(clashing_extern_declarations)]` on by default [INFO] [stdout] = note: expected `unsafe extern "C" fn(u32, *const u8, usize, BodyWriteEnd, *mut usize) -> fastly_shared::FastlyStatus` [INFO] [stdout] found `unsafe extern "C" fn(u32, *const u8, usize, *mut usize) -> fastly_shared::FastlyStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "259ebadf15a0f09e401c38097d0dbc7d79ba1538f8daebacd7b53e205555d109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "259ebadf15a0f09e401c38097d0dbc7d79ba1538f8daebacd7b53e205555d109", kill_on_drop: false }` [INFO] [stdout] 259ebadf15a0f09e401c38097d0dbc7d79ba1538f8daebacd7b53e205555d109