Merge pull request #901 from LaurentMazare/declarations-2.5 #1001
Annotations
3 errors and 16 warnings
Run actions-rs/cargo@v1
linking with `cc` failed: exit status: 1
|
Run actions-rs/cargo@v1
could not compile `tch` (lib test) due to 1 previous error
|
Run actions-rs/cargo@v1
The process '/home/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 libtch/torch_api.cpp:15:
|
Run actions-rs/cargo@v1
[email protected]: libtch/torch_api.cpp:193:26: warning: ‘bool at::autocast::is_enabled()’ is deprecated: at::autocast::is_enabled() is deprecated. Please use at::autocast::is_autocast_enabled(at::kCUDA) instead. [-Wdeprecated-declarations]
|
Run actions-rs/cargo@v1
[email protected]: | ^~~~~~~~~~
|
Run actions-rs/cargo@v1
[email protected]: 19 | x \
|
Run actions-rs/cargo@v1
[email protected]: In file included from libtch/torch_api.cpp:9:
|
Run actions-rs/cargo@v1
[email protected]: 28 | TORCH_API inline bool is_enabled() {
|
Run actions-rs/cargo@v1
[email protected]: In file included from libtch/torch_api.cpp:15:
|
Run actions-rs/cargo@v1
[email protected]: 193 | return at::autocast::is_enabled();
|
Run actions-rs/cargo@v1
[email protected]: libtch/torch_api.h:19:5: note: in definition of macro ‘PROTECT’
|
|
Loading