[INFO] fetching crate exprtk_rs 0.1.0... [INFO] checking exprtk_rs-0.1.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate exprtk_rs 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate exprtk_rs 0.1.0 [INFO] finished tweaking crates.io crate exprtk_rs 0.1.0 [INFO] tweaked toml for crates.io crate exprtk_rs 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate exprtk_rs 0.1.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding approx v0.4.0 (available: v0.5.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 682e699ac1927a6771b963962e11130e2c44df9b09c4c3cb2a7ccfd5789dda73 [INFO] running `Command { std: "docker" "start" "-a" "682e699ac1927a6771b963962e11130e2c44df9b09c4c3cb2a7ccfd5789dda73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "682e699ac1927a6771b963962e11130e2c44df9b09c4c3cb2a7ccfd5789dda73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "682e699ac1927a6771b963962e11130e2c44df9b09c4c3cb2a7ccfd5789dda73", kill_on_drop: false }` [INFO] [stdout] 682e699ac1927a6771b963962e11130e2c44df9b09c4c3cb2a7ccfd5789dda73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32f0577859d785d267a8700c7107d8ebe840944dae3c5d3444e909f13c8ed3a6 [INFO] running `Command { std: "docker" "start" "-a" "32f0577859d785d267a8700c7107d8ebe840944dae3c5d3444e909f13c8ed3a6", kill_on_drop: false }` [INFO] [stderr] Compiling exprtk_sys v0.1.0 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking exprtk_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 765 | / func_impl!( [INFO] [stdout] 766 | | add_func1, [INFO] [stdout] 767 | | "1", [INFO] [stdout] 768 | | symbol_table_add_func1, [INFO] [stdout] ... | [INFO] [stdout] 772 | | a: c_double [INFO] [stdout] 773 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 774 | / func_impl!( [INFO] [stdout] 775 | | add_func2, [INFO] [stdout] 776 | | "2", [INFO] [stdout] 777 | | symbol_table_add_func2, [INFO] [stdout] ... | [INFO] [stdout] 782 | | b: c_double [INFO] [stdout] 783 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 784 | / func_impl!( [INFO] [stdout] 785 | | add_func3, [INFO] [stdout] 786 | | "3", [INFO] [stdout] 787 | | symbol_table_add_func3, [INFO] [stdout] ... | [INFO] [stdout] 793 | | c: c_double [INFO] [stdout] 794 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 795 | / func_impl!( [INFO] [stdout] 796 | | add_func4, [INFO] [stdout] 797 | | "4", [INFO] [stdout] 798 | | symbol_table_add_func4, [INFO] [stdout] ... | [INFO] [stdout] 805 | | d: c_double [INFO] [stdout] 806 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 807 | / func_impl!( [INFO] [stdout] 808 | | add_func5, [INFO] [stdout] 809 | | "5", [INFO] [stdout] 810 | | symbol_table_add_func5, [INFO] [stdout] ... | [INFO] [stdout] 818 | | e: c_double [INFO] [stdout] 819 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 820 | / func_impl!( [INFO] [stdout] 821 | | add_func6, [INFO] [stdout] 822 | | "6", [INFO] [stdout] 823 | | symbol_table_add_func6, [INFO] [stdout] ... | [INFO] [stdout] 832 | | f: c_double [INFO] [stdout] 833 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 834 | / func_impl!( [INFO] [stdout] 835 | | add_func7, [INFO] [stdout] 836 | | "7", [INFO] [stdout] 837 | | symbol_table_add_func7, [INFO] [stdout] ... | [INFO] [stdout] 847 | | g: c_double [INFO] [stdout] 848 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 849 | / func_impl!( [INFO] [stdout] 850 | | add_func8, [INFO] [stdout] 851 | | "8", [INFO] [stdout] 852 | | symbol_table_add_func8, [INFO] [stdout] ... | [INFO] [stdout] 863 | | h: c_double [INFO] [stdout] 864 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 865 | / func_impl!( [INFO] [stdout] 866 | | add_func9, [INFO] [stdout] 867 | | "9", [INFO] [stdout] 868 | | symbol_table_add_func9, [INFO] [stdout] ... | [INFO] [stdout] 880 | | i: c_double [INFO] [stdout] 881 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 882 | / func_impl!( [INFO] [stdout] 883 | | add_func10, [INFO] [stdout] 884 | | "10", [INFO] [stdout] 885 | | symbol_table_add_func10, [INFO] [stdout] ... | [INFO] [stdout] 898 | | j: c_double [INFO] [stdout] 899 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 765 | / func_impl!( [INFO] [stdout] 766 | | add_func1, [INFO] [stdout] 767 | | "1", [INFO] [stdout] 768 | | symbol_table_add_func1, [INFO] [stdout] ... | [INFO] [stdout] 772 | | a: c_double [INFO] [stdout] 773 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 774 | / func_impl!( [INFO] [stdout] 775 | | add_func2, [INFO] [stdout] 776 | | "2", [INFO] [stdout] 777 | | symbol_table_add_func2, [INFO] [stdout] ... | [INFO] [stdout] 782 | | b: c_double [INFO] [stdout] 783 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 784 | / func_impl!( [INFO] [stdout] 785 | | add_func3, [INFO] [stdout] 786 | | "3", [INFO] [stdout] 787 | | symbol_table_add_func3, [INFO] [stdout] ... | [INFO] [stdout] 793 | | c: c_double [INFO] [stdout] 794 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 795 | / func_impl!( [INFO] [stdout] 796 | | add_func4, [INFO] [stdout] 797 | | "4", [INFO] [stdout] 798 | | symbol_table_add_func4, [INFO] [stdout] ... | [INFO] [stdout] 805 | | d: c_double [INFO] [stdout] 806 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 807 | / func_impl!( [INFO] [stdout] 808 | | add_func5, [INFO] [stdout] 809 | | "5", [INFO] [stdout] 810 | | symbol_table_add_func5, [INFO] [stdout] ... | [INFO] [stdout] 818 | | e: c_double [INFO] [stdout] 819 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 820 | / func_impl!( [INFO] [stdout] 821 | | add_func6, [INFO] [stdout] 822 | | "6", [INFO] [stdout] 823 | | symbol_table_add_func6, [INFO] [stdout] ... | [INFO] [stdout] 832 | | f: c_double [INFO] [stdout] 833 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 834 | / func_impl!( [INFO] [stdout] 835 | | add_func7, [INFO] [stdout] 836 | | "7", [INFO] [stdout] 837 | | symbol_table_add_func7, [INFO] [stdout] ... | [INFO] [stdout] 847 | | g: c_double [INFO] [stdout] 848 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 849 | / func_impl!( [INFO] [stdout] 850 | | add_func8, [INFO] [stdout] 851 | | "8", [INFO] [stdout] 852 | | symbol_table_add_func8, [INFO] [stdout] ... | [INFO] [stdout] 863 | | h: c_double [INFO] [stdout] 864 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 865 | / func_impl!( [INFO] [stdout] 866 | | add_func9, [INFO] [stdout] 867 | | "9", [INFO] [stdout] 868 | | symbol_table_add_func9, [INFO] [stdout] ... | [INFO] [stdout] 880 | | i: c_double [INFO] [stdout] 881 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/exprtk.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | extern fn wrapper(closure: *mut c_void, $($x: $ty),*) -> c_double [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] ... [INFO] [stdout] 882 | / func_impl!( [INFO] [stdout] 883 | | add_func10, [INFO] [stdout] 884 | | "10", [INFO] [stdout] 885 | | symbol_table_add_func10, [INFO] [stdout] ... | [INFO] [stdout] 898 | | j: c_double [INFO] [stdout] 899 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `func_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.49s [INFO] running `Command { std: "docker" "inspect" "32f0577859d785d267a8700c7107d8ebe840944dae3c5d3444e909f13c8ed3a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32f0577859d785d267a8700c7107d8ebe840944dae3c5d3444e909f13c8ed3a6", kill_on_drop: false }` [INFO] [stdout] 32f0577859d785d267a8700c7107d8ebe840944dae3c5d3444e909f13c8ed3a6