Skip to content

default to not include FileArchive member in Design and add support f… #917

default to not include FileArchive member in Design and add support f…

default to not include FileArchive member in Design and add support f… #917

Triggered via push May 11, 2024 22:29
Status Success
Total duration 6m 27s
Artifacts 3
Matrix: CMake-Multi-Platform-Build
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: seanmiddleditch/gha-setup-ninja@8b297075da4cd2a5f1fd21fe011b499edf06e9d2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_min’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_hour’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_mday’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_mon’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_year’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_wday’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_yday’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_isdst’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_gmtoff’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing initializer for member ‘tm::tm_zone’ [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (ubuntu-22.04, linux-release)
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 90 instead.
CMake-Multi-Platform-Build (windows-2022, x64-release)
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 90 instead.
CMake-Multi-Platform-Build (windows-2022, x64-release): Utils/timestamp.cpp#L21
'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): Utils/macros.h#L88
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignServer/Controllers/FileUploadController.cpp#L103
'tmpnam': This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignServer/Controllers/FileUploadController.cpp#L173
'tmpnam': This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignLib/FileModel/Design/FileArchive.cpp#L130
'tmpnam': This function or variable may be unsafe. Consider using tmpnam_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): Utils/macros.h#L88
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignLib/App/BasicRequestAuthentication.cpp#L43
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignLib/App/BasicRequestAuthentication.cpp#L50
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (windows-2022, x64-release): OdbDesignTests/Fixtures/TestDataFixture.cpp#L40
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
CMake-Multi-Platform-Build (macos-12, macos-release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: seanmiddleditch/gha-setup-ninja@8b297075da4cd2a5f1fd21fe011b499edf06e9d2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CMake-Multi-Platform-Build (macos-12, macos-release)
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 90 instead.
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignLib/FileModel/Design/FileArchive.cpp#L130
'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignServer/Controllers/FileUploadController.cpp#L103
'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignServer/Controllers/FileUploadController.cpp#L173
'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
CMake-Multi-Platform-Build (macos-12, macos-release): Utils/CrossPlatform.cpp#L80
'tmpnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tmpnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignTests/ArchiveTests.cpp#L15
unused variable 'FILE_CONTENTS' [-Wunused-const-variable]
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignTests/CrossPlatformTests.cpp#L75
missing field 'tm_min' initializer [-Wmissing-field-initializers]
CMake-Multi-Platform-Build (macos-12, macos-release): OdbDesignTests/ArchiveExtractorTests.cpp#L15
unused variable 'FILE_CONTENTS' [-Wunused-const-variable]

Artifacts

Produced during runtime
Name Size
macos-12-artifacts Expired
5.31 MB
ubuntu-22.04-artifacts Expired
6.2 MB
windows-2022-artifacts Expired
4.44 MB