[INFO] fetching crate libsamplerate 0.1.0... [INFO] testing libsamplerate-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate libsamplerate 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate libsamplerate 0.1.0 [INFO] finished tweaking crates.io crate libsamplerate 0.1.0 [INFO] tweaked toml for crates.io crate libsamplerate 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libsamplerate 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52967c70f60978265a9ebd15c684466519186f4f8822f713095c717b80e58637 [INFO] running `Command { std: "docker" "start" "-a" "52967c70f60978265a9ebd15c684466519186f4f8822f713095c717b80e58637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52967c70f60978265a9ebd15c684466519186f4f8822f713095c717b80e58637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52967c70f60978265a9ebd15c684466519186f4f8822f713095c717b80e58637", kill_on_drop: false }` [INFO] [stdout] 52967c70f60978265a9ebd15c684466519186f4f8822f713095c717b80e58637 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8c9189ef30f4cc1baae52c6b4c0848677feb76c0a42d1385d660363f7c7fd468 [INFO] running `Command { std: "docker" "start" "-a" "8c9189ef30f4cc1baae52c6b4c0848677feb76c0a42d1385d660363f7c7fd468", kill_on_drop: false }` [INFO] [stderr] Compiling libsamplerate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `src_callback_t` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `src_callback_t` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CONVERTER` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CONVERTER` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MALLOC_FAILED` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MALLOC_FAILED` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_DATA_OVERLAP` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_DATA_OVERLAP` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_MODE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_MODE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NULL_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NULL_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MAX_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MAX_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_FILTER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_FILTER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SHIFT_BITS` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SHIFT_BITS` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_PRIVATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_PRIVATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed_0` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed_0` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE_tag` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE_tag` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 23 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 26 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 29 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 31 | / fn linear_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 32 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / fn zoh_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 35 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / fn sinc_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 38 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | fn linear_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ----------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 46 | fn zoh_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | -------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | fn sinc_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | fn linear_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ------------------------------------------------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | fn zoh_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | fn sinc_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | fn exit(_: libc::c_int) -> !; [INFO] [stdout] | ----------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ----------------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | --------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memmove(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 15 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | temp_filter.coeffs = fastest_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | temp_filter.coeffs = slow_mid_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:341:34 [INFO] [stdout] | [INFO] [stdout] 341 | temp_filter.coeffs = slow_high_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.01s [INFO] running `Command { std: "docker" "inspect" "8c9189ef30f4cc1baae52c6b4c0848677feb76c0a42d1385d660363f7c7fd468", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c9189ef30f4cc1baae52c6b4c0848677feb76c0a42d1385d660363f7c7fd468", kill_on_drop: false }` [INFO] [stdout] 8c9189ef30f4cc1baae52c6b4c0848677feb76c0a42d1385d660363f7c7fd468 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] df20ee08c070fc46d2d04ce7a1a4d19e896c3813b438d90d9af2ec56384358bd [INFO] running `Command { std: "docker" "start" "-a" "df20ee08c070fc46d2d04ce7a1a4d19e896c3813b438d90d9af2ec56384358bd", kill_on_drop: false }` [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `src_callback_t` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `src_callback_t` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CONVERTER` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CONVERTER` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MALLOC_FAILED` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MALLOC_FAILED` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_DATA_OVERLAP` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_DATA_OVERLAP` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_MODE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_MODE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NULL_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NULL_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MAX_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MAX_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_FILTER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_FILTER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SHIFT_BITS` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SHIFT_BITS` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_PRIVATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_PRIVATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed_0` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed_0` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE_tag` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE_tag` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 23 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 26 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 29 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 31 | / fn linear_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 32 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / fn zoh_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 35 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / fn sinc_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 38 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | fn linear_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ----------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 46 | fn zoh_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | -------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | fn sinc_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | fn linear_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ------------------------------------------------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | fn zoh_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | fn sinc_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | fn exit(_: libc::c_int) -> !; [INFO] [stdout] | ----------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ----------------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | --------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libsamplerate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memmove(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 15 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | temp_filter.coeffs = fastest_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | temp_filter.coeffs = slow_mid_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:341:34 [INFO] [stdout] | [INFO] [stdout] 341 | temp_filter.coeffs = slow_high_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `src_callback_t` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `src_callback_t` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CONVERTER` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CONVERTER` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MALLOC_FAILED` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MALLOC_FAILED` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_DATA_OVERLAP` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_DATA_OVERLAP` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_DATA` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_MODE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_MODE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NULL_CALLBACK` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NULL_CALLBACK` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_MAX_ERROR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_MAX_ERROR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_FILTER_LEN` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_FILTER_LEN` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_SHIFT_BITS` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_SHIFT_BITS` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_PRIVATE` in the value namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_ERR_NO_PRIVATE` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `unnamed_0` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `unnamed_0` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use samplerate::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE_tag` in the type namespace is first re-exported here [INFO] [stdout] 28 | pub use src_sinc::*; [INFO] [stdout] | ----------- but the name `SRC_PRIVATE_tag` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 21 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 23 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 25 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 26 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 29 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 31 | / fn linear_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 32 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 34 | / fn zoh_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 35 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 37 | / fn sinc_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stdout] 38 | | -> libc::c_int; [INFO] [stdout] | |____________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 40 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 43 | fn linear_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ----------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 46 | fn zoh_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | -------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 49 | fn sinc_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 51 | fn linear_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ------------------------------------------------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 53 | fn zoh_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | --------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 55 | fn sinc_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/samplerate.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 57 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | fn exit(_: libc::c_int) -> !; [INFO] [stdout] | ----------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ----------------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | --------------------------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_linear.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memmove(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 15 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 17 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_sinc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 19 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ------------------------------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 6 | fn free(_: *mut libc::c_void); [INFO] [stdout] | ------------------------------ foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stdout] 9 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stdout] | --------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stdout] --> src/src_zoh.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stdout] | -------------------------------------------- foreign function [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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | temp_filter.coeffs = fastest_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | temp_filter.coeffs = slow_mid_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/src_sinc.rs:341:34 [INFO] [stdout] | [INFO] [stdout] 341 | temp_filter.coeffs = slow_high_qual_coeffs.coeffs.as_ptr(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.60s [INFO] running `Command { std: "docker" "inspect" "df20ee08c070fc46d2d04ce7a1a4d19e896c3813b438d90d9af2ec56384358bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df20ee08c070fc46d2d04ce7a1a4d19e896c3813b438d90d9af2ec56384358bd", kill_on_drop: false }` [INFO] [stdout] df20ee08c070fc46d2d04ce7a1a4d19e896c3813b438d90d9af2ec56384358bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ad3272510126b94a669905a689d60aeb40a89a8dcce298add17a745c77950088 [INFO] running `Command { std: "docker" "start" "-a" "ad3272510126b94a669905a689d60aeb40a89a8dcce298add17a745c77950088", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `src_callback_t` in the type namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `src_callback_t` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE` in the type namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_PRIVATE` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_ERROR` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_NO_ERROR` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_STATE` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_STATE` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CONVERTER` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_CONVERTER` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_MALLOC_FAILED` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_MALLOC_FAILED` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_CHANNEL_COUNT` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_CALLBACK` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_CALLBACK` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_DATA_OVERLAP` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_DATA_OVERLAP` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_SRC_RATIO` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_DATA_PTR` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_DATA` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_DATA` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_MODE` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_MODE` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_PROC_PTR` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_NULL_CALLBACK` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_NULL_CALLBACK` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_MAX_ERROR` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_MAX_ERROR` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_INTERNAL_STATE` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_SINC_PREPARE_DATA_BAD_LEN` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_NO_VARIABLE_RATIO` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_PRIV_PTR` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_SIZE_INCOMPATIBILITY` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_SINC_BAD_BUFFER_LEN` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_FILTER_LEN` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_FILTER_LEN` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_SHIFT_BITS` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_SHIFT_BITS` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_BAD_SINC_STATE` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_ERR_NO_PRIVATE` in the value namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_ERR_NO_PRIVATE` in the value namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `unnamed` in the type namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `unnamed` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `unnamed_0` in the type namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `unnamed_0` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub use samplerate::*; [INFO] [stderr] | ^^^^^^^^^^^^^ the name `SRC_PRIVATE_tag` in the type namespace is first re-exported here [INFO] [stderr] 28 | pub use src_sinc::*; [INFO] [stderr] | ----------- but the name `SRC_PRIVATE_tag` in the type namespace is also re-exported here [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 21 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | ------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 23 | fn free(_: *mut libc::c_void); [INFO] [stderr] | ------------------------------ foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 25 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stderr] 26 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stderr] 29 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 31 | / fn linear_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stderr] 32 | | -> libc::c_int; [INFO] [stderr] | |____________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 34 | / fn zoh_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stderr] 35 | | -> libc::c_int; [INFO] [stderr] | |____________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 37 | / fn sinc_set_converter(psrc: *mut SRC_PRIVATE, src_enum: libc::c_int) [INFO] [stderr] 38 | | -> libc::c_int; [INFO] [stderr] | |____________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 40 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stderr] | --------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 43 | fn linear_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ----------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 46 | fn zoh_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | -------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 49 | fn sinc_get_name(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | --------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 51 | fn linear_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ------------------------------------------------------------------------ foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 53 | fn zoh_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | --------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 55 | fn sinc_get_description(src_enum: libc::c_int) -> *const libc::c_char; [INFO] [stderr] | ---------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/samplerate.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 57 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stderr] | -------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | ------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 6 | fn free(_: *mut libc::c_void); [INFO] [stderr] | ------------------------------ foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 8 | fn exit(_: libc::c_int) -> !; [INFO] [stderr] | ----------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | ----------------------------------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | --------------------------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stderr] | --------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_linear.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stderr] | -------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | ------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 6 | fn free(_: *mut libc::c_void); [INFO] [stderr] | ------------------------------ foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stderr] 9 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 11 | / fn memmove(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stderr] 12 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stderr] 15 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 17 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stderr] | --------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_sinc.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 19 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stderr] | -------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 4 | fn calloc(_: libc::c_ulong, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stderr] | ------------------------------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 6 | fn free(_: *mut libc::c_void); [INFO] [stderr] | ------------------------------ foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 8 | / fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) [INFO] [stderr] 9 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stderr] 12 | | -> *mut libc::c_void; [INFO] [stderr] | |__________________________- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 14 | fn fabs(_: libc::c_double) -> libc::c_double; [INFO] [stderr] | --------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `#[no_mangle]` has no effect on a foreign function [INFO] [stderr] --> src/src_zoh.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 16 | fn lrint(_: libc::c_double) -> libc::c_long; [INFO] [stderr] | -------------------------------------------- foreign function [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/src_sinc.rs:323:34 [INFO] [stderr] | [INFO] [stderr] 323 | temp_filter.coeffs = fastest_coeffs.coeffs.as_ptr(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/src_sinc.rs:332:34 [INFO] [stderr] | [INFO] [stderr] 332 | temp_filter.coeffs = slow_mid_qual_coeffs.coeffs.as_ptr(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/src_sinc.rs:341:34 [INFO] [stderr] | [INFO] [stderr] 341 | temp_filter.coeffs = slow_high_qual_coeffs.coeffs.as_ptr(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: `libsamplerate` (lib) generated 67 warnings (run `cargo fix --lib -p libsamplerate` to apply 35 suggestions) [INFO] [stderr] warning: `libsamplerate` (lib test) generated 67 warnings (67 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libsamplerate-2dc3d32e9bc63a62) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ad3272510126b94a669905a689d60aeb40a89a8dcce298add17a745c77950088", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3272510126b94a669905a689d60aeb40a89a8dcce298add17a745c77950088", kill_on_drop: false }` [INFO] [stdout] ad3272510126b94a669905a689d60aeb40a89a8dcce298add17a745c77950088