[INFO] fetching crate fpsdk 1.0.3... [INFO] testing fpsdk-1.0.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate fpsdk 1.0.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate fpsdk 1.0.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fpsdk 1.0.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate fpsdk 1.0.3 [INFO] tweaked toml for crates.io crate fpsdk 1.0.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate fpsdk 1.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 874e7b085b7a5808b22bcf3484905903926a593b003ad1f1c68405b6a14103c0 [INFO] running `Command { std: "docker" "start" "-a" "874e7b085b7a5808b22bcf3484905903926a593b003ad1f1c68405b6a14103c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "874e7b085b7a5808b22bcf3484905903926a593b003ad1f1c68405b6a14103c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "874e7b085b7a5808b22bcf3484905903926a593b003ad1f1c68405b6a14103c0", kill_on_drop: false }` [INFO] [stdout] 874e7b085b7a5808b22bcf3484905903926a593b003ad1f1c68405b6a14103c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4504089008f256704a03c593c58d278ca3ae685dbfec7339744eec956da46f89 [INFO] running `Command { std: "docker" "start" "-a" "4504089008f256704a03c593c58d278ca3ae685dbfec7339744eec956da46f89", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling hresult v0.0.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling fpsdk v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / /// FFI to make C string (`char *`) managed by C side. Because `char *` produced by [INFO] [stdout] 163 | | /// `CString::into_raw` leads to memory leak: [INFO] [stdout] 164 | | /// [INFO] [stdout] 165 | | /// > The pointer which this function returns must be returned to Rust and reconstituted using [INFO] [stdout] 166 | | /// > from_raw to be properly deallocated. Specifically, one should not use the standard C free() [INFO] [stdout] 167 | | /// > function to deallocate this string. [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.11s [INFO] running `Command { std: "docker" "inspect" "4504089008f256704a03c593c58d278ca3ae685dbfec7339744eec956da46f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4504089008f256704a03c593c58d278ca3ae685dbfec7339744eec956da46f89", kill_on_drop: false }` [INFO] [stdout] 4504089008f256704a03c593c58d278ca3ae685dbfec7339744eec956da46f89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0470375a07e2bd2a057e2c56e973818e4029c65ded9916cff34ae77879e9b18d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0470375a07e2bd2a057e2c56e973818e4029c65ded9916cff34ae77879e9b18d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.24 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / /// FFI to make C string (`char *`) managed by C side. Because `char *` produced by [INFO] [stdout] 163 | | /// `CString::into_raw` leads to memory leak: [INFO] [stdout] 164 | | /// [INFO] [stdout] 165 | | /// > The pointer which this function returns must be returned to Rust and reconstituted using [INFO] [stdout] 166 | | /// > from_raw to be properly deallocated. Specifically, one should not use the standard C free() [INFO] [stdout] 167 | | /// > function to deallocate this string. [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling simplelog v0.7.6 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling fpsdk v1.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:162:1 [INFO] [stdout] | [INFO] [stdout] 162 | / /// FFI to make C string (`char *`) managed by C side. Because `char *` produced by [INFO] [stdout] 163 | | /// `CString::into_raw` leads to memory leak: [INFO] [stdout] 164 | | /// [INFO] [stdout] 165 | | /// > The pointer which this function returns must be returned to Rust and reconstituted using [INFO] [stdout] 166 | | /// > from_raw to be properly deallocated. Specifically, one should not use the standard C free() [INFO] [stdout] 167 | | /// > function to deallocate this string. [INFO] [stdout] | |_________________________________________^ [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `params` [INFO] [stdout] --> examples/simple.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 391 | params: voice::Params, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `SimpleVoice` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/simple.rs:388:10 [INFO] [stdout] | [INFO] [stdout] 388 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 169 | / extern "C" { [INFO] [stdout] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stdout] 171 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 316 | / extern "C" { [INFO] [stdout] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stdout] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stdout] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stdout] ... | [INFO] [stdout] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stdout] 349 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a free function, impl method or static [INFO] [stdout] --> src/host.rs:432:1 [INFO] [stdout] | [INFO] [stdout] 432 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 433 | / extern "C" { [INFO] [stdout] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stdout] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stdout] 437 | | } [INFO] [stdout] | |_- not a free function, impl method or static [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 36.64s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fpsdk-8849c5822336bc60) [INFO] running `Command { std: "docker" "inspect" "0470375a07e2bd2a057e2c56e973818e4029c65ded9916cff34ae77879e9b18d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0470375a07e2bd2a057e2c56e973818e4029c65ded9916cff34ae77879e9b18d", kill_on_drop: false }` [INFO] [stdout] 0470375a07e2bd2a057e2c56e973818e4029c65ded9916cff34ae77879e9b18d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 609020c7d9908d5c08c2f0ebd82f13be5ba0d03766a9d6cfce6ce93014cfe761 [INFO] running `Command { std: "docker" "start" "-a" "609020c7d9908d5c08c2f0ebd82f13be5ba0d03766a9d6cfce6ce93014cfe761", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:162:1 [INFO] [stderr] | [INFO] [stderr] 162 | / /// FFI to make C string (`char *`) managed by C side. Because `char *` produced by [INFO] [stderr] 163 | | /// `CString::into_raw` leads to memory leak: [INFO] [stderr] 164 | | /// [INFO] [stderr] 165 | | /// > The pointer which this function returns must be returned to Rust and reconstituted using [INFO] [stderr] 166 | | /// > from_raw to be properly deallocated. Specifically, one should not use the standard C free() [INFO] [stderr] 167 | | /// > function to deallocate this string. [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 168 | #[no_mangle] [INFO] [stderr] 169 | / extern "C" { [INFO] [stderr] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/lib.rs:168:1 [INFO] [stderr] | [INFO] [stderr] 168 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 169 | / extern "C" { [INFO] [stderr] 170 | | fn alloc_real_cstr(raw_str: *mut c_char) -> *mut c_char; [INFO] [stderr] 171 | | } [INFO] [stderr] | |_- not a free function, impl method or static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/host.rs:315:1 [INFO] [stderr] | [INFO] [stderr] 315 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 316 | / extern "C" { [INFO] [stderr] 317 | | fn host_on_parameter(host: *mut c_void, tag: intptr_t, index: c_int, value: c_int); [INFO] [stderr] 318 | | fn host_on_controller(host: *mut c_void, tag: intptr_t, index: intptr_t, value: intptr_t); [INFO] [stderr] 319 | | fn host_on_hint(host: *mut c_void, tag: intptr_t, text: *mut c_char); [INFO] [stderr] ... | [INFO] [stderr] 348 | | fn host_get_send_buf(host: *mut c_void, offset: intptr_t) -> *mut c_void; [INFO] [stderr] 349 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: attribute should be applied to a free function, impl method or static [INFO] [stderr] --> src/host.rs:432:1 [INFO] [stderr] | [INFO] [stderr] 432 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 433 | / extern "C" { [INFO] [stderr] 434 | | fn host_release_voice(host: *mut c_void, tag: intptr_t); [INFO] [stderr] 435 | | fn host_kill_voice(host: *mut c_void, tag: intptr_t); [INFO] [stderr] 436 | | fn host_on_voice_event(host: *mut c_void, tag: intptr_t, message: FlMessage) -> intptr_t; [INFO] [stderr] 437 | | } [INFO] [stderr] | |_- not a free function, impl method or static [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] [INFO] [stderr] warning: `fpsdk` (lib) generated 4 warnings [INFO] [stderr] warning: field is never read: `params` [INFO] [stderr] --> examples/simple.rs:391:5 [INFO] [stderr] | [INFO] [stderr] 391 | params: voice::Params, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `SimpleVoice` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/simple.rs:388:10 [INFO] [stderr] | [INFO] [stderr] 388 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `fpsdk` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] warning: `fpsdk` (example "simple") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fpsdk-8849c5822336bc60) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests fpsdk [INFO] [stdout] test plugin::message::tests::test_dword ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "609020c7d9908d5c08c2f0ebd82f13be5ba0d03766a9d6cfce6ce93014cfe761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "609020c7d9908d5c08c2f0ebd82f13be5ba0d03766a9d6cfce6ce93014cfe761", kill_on_drop: false }` [INFO] [stdout] 609020c7d9908d5c08c2f0ebd82f13be5ba0d03766a9d6cfce6ce93014cfe761