[INFO] fetching crate libsamplerate 0.1.0... [INFO] checking libsamplerate-0.1.0 against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902 [INFO] extracting crate libsamplerate 0.1.0 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libsamplerate 0.1.0 on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "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" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 1 package to highest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de [INFO] running `Command { std: "docker" "start" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Checking 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: 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: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [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: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:56:7 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [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: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/samplerate.rs:56:7 [INFO] [stdout] | [INFO] [stdout] 56 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_linear.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_sinc.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `no_mangle` attribute cannot be used on foreign functions [INFO] [stdout] --> src/src_zoh.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the `no_mangle` attribute can be applied to functions with a body and statics [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/samplerate.rs:25:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/samplerate.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 29 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_linear.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_linear.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:8:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memmove` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:11:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 15 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) 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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/samplerate.rs:25:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] = note: `#[warn(suspicious_runtime_symbol_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/samplerate.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 29 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_linear.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | fn memcpy(_: *mut libc::c_void, _: *const libc::c_void, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_linear.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) -> *mut libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:8:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memmove` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:11:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memmove")]`, or `#[link_name = "memmove"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_sinc.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 15 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) 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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [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: 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] = help: use a type that relies on "interior mutability" instead; to read more on this, visit [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_zoh.rs:8:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_zoh.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memcpy` symbol used by the standard library [INFO] [stdout] --> src/src_zoh.rs:8:5 [INFO] [stdout] | [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] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, *const c_void, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, *const c_void, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memcpy")]`, or `#[link_name = "memcpy"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: suspicious definition of the runtime `memset` symbol used by the standard library [INFO] [stdout] --> src/src_zoh.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | / fn memset(_: *mut libc::c_void, _: libc::c_int, _: libc::c_ulong) [INFO] [stdout] 12 | | -> *mut libc::c_void; [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut c_void, i32, usize) -> *mut c_void` (for the current target) [INFO] [stdout] found `unsafe extern "C" fn(*mut c_void, i32, u64) -> *mut c_void` [INFO] [stdout] = help: either fix the signature or remove any attributes like `#[unsafe(no_mangle)]`, `#[unsafe(export_name = "memset")]`, or `#[link_name = "memset"]` [INFO] [stdout] = help: allow this lint if the signature is compatible [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s [INFO] running `Command { std: "docker" "inspect" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de", kill_on_drop: false }` [INFO] [stdout] 197b078886cff589a654f66e07fa8eada1713c9dffc27ec69d163826759993de