Skip to content

refactor(py, imports): create preludes (#14) #100

refactor(py, imports): create preludes (#14)

refactor(py, imports): create preludes (#14) #100

Triggered via push December 8, 2024 20:28
Status Success
Total duration 8m 17s
Artifacts

build.yaml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Build (macos-latest)
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/
Build (macos-latest)
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/
Build (macos-latest)
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/
Build (macos-latest)
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/
Build (macos-latest)
[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:
Build (macos-latest)
[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:
Build (macos-latest)
[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]
Build (macos-latest)
[email protected]: __ptr_.second()(__tmp);
Build (macos-latest)
[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
Build (macos-latest)
[email protected]: template <typename T> void operator()(T *ptr) { ptr->~T(); }
Build (macos-latest)
[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
Build (windows-latest)
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/
Build (windows-latest)
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/
Build (windows-latest)
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/
Build (windows-latest)
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/
Build (windows-latest): td-rs-base/src/lib.rs#L14
unused import: `std::ffi::c_int`
Build (windows-latest): td-rs-base/src/lib.rs#L419
method `get_int_arr` is never used
Build (windows-latest): td-rs-base/src/lib.rs#L573
unreachable pattern
Build (windows-latest)
`td-rs-base` (lib) generated 2 warnings (run `cargo fix --lib -p td-rs-base` to apply 1 suggestion)
Build (windows-latest)
`td-rs-base` (lib) generated 3 warnings (2 duplicates)
Build (windows-latest): td-rs-xtask/src/windows/mod.rs#L14
unused variable: `plugin_type`
Build (windows-latest): td-rs-xtask/src/windows/mod.rs#L89
unused variable: `plugin_type`
Build (windows-latest)
`td-rs-xtask` (lib) generated 2 warnings
Build (windows-latest): plugins/top/stylegan-http/src/lib.rs#L1
unused import: `futures::task::noop_waker_ref`
Build (windows-latest): plugins/top/stylegan-http/src/lib.rs#L3
unused import: `std::future`