macOS x86_64 #510
Annotations
9 errors and 52 warnings
Clippy:
main/low/src/util.rs#L72
creating a mutable reference to mutable static is discouraged
|
Clippy:
main/low/src/util.rs#L86
creating a mutable reference to mutable static is discouraged
|
Clippy:
main/low/src/reaper_impl.rs#L32
creating a shared reference to mutable static is discouraged
|
Clippy:
main/low/src/swell_impl.rs#L43
creating a shared reference to mutable static is discouraged
|
Clippy:
main/low/src/swell_impl.rs#L51
creating a shared reference to mutable static is discouraged
|
Clippy
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
Test Suite
cannot borrow `model` as mutable because it is also borrowed as immutable
|
Test Suite
cannot borrow `model` as mutable because it is also borrowed as immutable
|
Test Suite
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
[email protected]: lib/WDL/WDL/projectcontext.cpp:54:26: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
|
Clippy
[email protected]: __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
|
Clippy
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
|
|
Clippy
[email protected]: else sprintf(bufOut, "%.*f", wdl_min(prec_digits,8), value);
|
Clippy
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
|
|
Clippy
[email protected]: #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
|
Clippy
[email protected]: 2 warnings generated.
|
Check
[email protected]: lib/WDL/WDL/projectcontext.cpp:54:26: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
|
Check
[email protected]: __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
|
Check
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
|
|
Check
[email protected]: else sprintf(bufOut, "%.*f", wdl_min(prec_digits,8), value);
|
Check
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
|
|
Check
[email protected]: #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
|
Check
[email protected]: 2 warnings generated.
|
Check
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/
|
Check
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/
|
Check
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/
|
Check
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.7, but the minimum supported by `rustc` is 10.12
|
Test Suite
`reaper-low` (build script) generated 1 warning
|
Test Suite
`reaper-macros` (lib) generated 1 warning (1 duplicate)
|
Test Suite
`reaper-common-types` (lib) generated 1 warning (1 duplicate)
|
Test Suite
[email protected]: macOS deployment target (10.7) too low, it will be increased
|
Test Suite
[email protected]: lib/WDL/WDL/projectcontext.cpp:54:26: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
|
Test Suite
[email protected]: __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
|
Test Suite
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
|
|
Test Suite
deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.7, but the minimum supported by `rustc` is 10.12
|
Test Suite
`reaper-low` (build script) generated 1 warning
|
Test Suite
[email protected]: macOS deployment target (10.7) too low, it will be increased
|
Test Suite
[email protected]: lib/WDL/WDL/projectcontext.cpp:54:26: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
|
Test Suite
[email protected]: __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
|
Test Suite
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
|
|
Test Suite
[email protected]: else sprintf(bufOut, "%.*f", wdl_min(prec_digits,8), value);
|
Test Suite
[email protected]: /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-plug-ins
|
7.78 MB |
|