Finish pyo3. #93
Annotations
4 errors and 16 warnings
Run actions-rs/cargo@v1:
td-rs-base/src/lib.rs#L9
failed to resolve: use of undeclared crate or module `pyo3`
|
Run actions-rs/cargo@v1:
td-rs-base/src/lib.rs#L10
unresolved import `pyo3`
|
Run actions-rs/cargo@v1
could not compile `td-rs-base` (lib) due to 2 previous errors; 2 warnings emitted
|
Run actions-rs/cargo@v1
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/cargo@v1
[email protected]: In file included from /Users/runner/work/td-rs/td-rs/target/debug/build/td-rs-base-1c3e6fbae16a0c7b/out/autocxx-build-dir/cxx/gen0.cxx:2:
|
Run actions-rs/cargo@v1
[email protected]: In file included from /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/memory:898:
|
Run actions-rs/cargo@v1
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/unique_ptr.h:68:5: warning: delete called on 'TD::OP_Inputs' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
|
|
Run actions-rs/cargo@v1
[email protected]: __ptr_.second()(__tmp);
|
Run actions-rs/cargo@v1
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__memory/unique_ptr.h:266:75: note: in instantiation of member function 'std::unique_ptr<TD::OP_Inputs>::reset' requested here
|
|
Run actions-rs/cargo@v1
[email protected]: template <typename T> void operator()(T *ptr) { ptr->~T(); }
|
Run actions-rs/cargo@v1
[email protected]: /Users/runner/work/td-rs/td-rs/target/debug/build/td-rs-base-1c3e6fbae16a0c7b/out/autocxx-build-dir/cxx/gen0.cxx:3616:76: note: in instantiation of function template specialization 'rust::cxxbridge1::(anonymous namespace)::deleter_if<true>::operator()<std::unique_ptr<TD::OP_Inputs>>' requested here
|
|
Loading