Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch CI to Ubuntu 24.04 #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Switch CI to Ubuntu 24.04 #59

wants to merge 2 commits into from

Conversation

skywojciechowskim
Copy link
Contributor

Summary: Switch CI to Ubuntu 24.04
Type: Feature
Test Plan: UT/CT
Jira: ENTDAI-708

Copy link

Pull request must be merged with a description containing the required fields,

Summary:
Type: Feature/Fix/Cleanup
Test Plan:
Jira:

If there is no jira releated to this change, please put 'Jira: NO-JIRA'.

Description can be changed by editing the top comment on your pull request and making a new commit.

Copy link

library/source/ActiveSessions.cpp:22:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/Logger.cpp:21:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/Logger.cpp:22:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/Logger.cpp:23:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/Logger.cpp:24:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/Logger.cpp:25:0: information: Include file: <syslog.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <syslog.h>
^
library/source/Logger.cpp:26:0: information: Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <unistd.h>
^
library/source/OpenCDMSessionPrivate.cpp:22:0: information: Include file: <gst/base/base.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/base/base.h>
^
library/source/OpenCDMSessionPrivate.cpp:23:0: information: Include file: <gst/gst.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/gst.h>
^
library/source/OpenCDMSessionPrivate.cpp:24:0: information: Include file: <gst/gstprotection.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/gstprotection.h>
^
library/source/OpenCDMSystemPrivate.cpp:23:0: information: Include file: <MediaCommon.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <MediaCommon.h>
^
library/source/RialtoGStreamerEMEProtectionMetadata.cpp:21:0: information: Include file: <gst/gstconfig.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/gstconfig.h>
^
library/source/RialtoGStreamerEMEProtectionMetadata.cpp:27:42: style: C-style pointer casting [cstyleCast]
GstRialtoProtectionMetadata *emeta = (GstRialtoProtectionMetadata *)meta;
^
library/source/RialtoGStreamerEMEProtectionMetadata.cpp:38:42: style: C-style pointer casting [cstyleCast]
GstRialtoProtectionMetadata *emeta = (GstRialtoProtectionMetadata *)meta;
^
library/source/open_cdm.cpp:20:0: information: Include file: <opencdm/open_cdm.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <opencdm/open_cdm.h>
^
library/source/open_cdm.cpp:27:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/open_cdm.cpp:28:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
library/source/open_cdm.cpp:177:38: style: C-style pointer casting [cstyleCast]
std::vector<uint8_t> initDataVec((uint8_t *)(initData), (uint8_t *)(initData) + initDataLength);
^
library/source/open_cdm.cpp:195:41: style: C-style pointer casting [cstyleCast]
std::vector<uint8_t> cdmDataVec((uint8_t *)(CDMData), (uint8_t *)(CDMData) + CDMDataLength);
^
library/source/open_cdm.cpp:96:64: style: Parameter 'system' can be declared as pointer to const [constParameterPointer]
OpenCDMError opencdm_system_get_metadata(struct OpenCDMSystem *system, char metadata[], uint16_t *metadataSize)
^
library/source/open_cdm_adapter.cpp:22:0: information: Include file: <opencdm/open_cdm_adapter.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <opencdm/open_cdm_adapter.h>
^
library/source/open_cdm_ext.cpp:23:0: information: Include file: <opencdm/open_cdm_ext.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <opencdm/open_cdm_ext.h>
^
tests/ut/ActiveSessionsTests.cpp:25:0: information: Include file: <MediaCommon.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <MediaCommon.h>
^
tests/ut/ActiveSessionsTests.cpp:26:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/CdmBackendTests.cpp:23:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/LoggerTests.cpp:21:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
tests/ut/LoggerTests.cpp:22:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/LoggerTests.cpp:23:0: information: Include file: not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include
^
tests/ut/MediaKeysCapabilitiesBackendTests.cpp:22:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/MessageDispatcherTests.cpp:22:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmAdapterTests.cpp:22:0: information: Include file: <gst/gst.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/gst.h>
^
tests/ut/OpenCdmAdapterTests.cpp:23:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmExtTests.cpp:23:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmSessionTests.cpp:25:0: information: Include file: <MessageDispatcherClientMock.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <MessageDispatcherClientMock.h>
^
tests/ut/OpenCdmSessionTests.cpp:26:0: information: Include file: <gst/gst.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gst/gst.h>
^
tests/ut/OpenCdmSessionTests.cpp:27:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmSystemTests.cpp:25:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmSystemTests.cpp:60:9: style: class member 'OpenCdmSystemTests::m_userData' is never used. [unusedStructMember]
int m_userData{12};
^
tests/ut/OpenCdmTests.cpp:26:0: information: Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]
#include <gtest/gtest.h>
^
tests/ut/OpenCdmTests.cpp:66:9: style: class member 'OpenCdmTests::m_userData' is never used. [unusedStructMember]
int m_userData{18};
^
nofile:0:0: information: Unmatched suppression: constParameter [unmatchedSuppression]

nofile:0:0: information: Active checkers: 161/592 (use --checkers-report= to see details) [checkersReport]

@rdkcmf-jenkins
Copy link

build-brcm-refboard3 Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/24a4389ec54b3ddef028f394189e66bf

@rdkcmf-jenkins
Copy link

Sanity tests for ['RPI4 IPSTB'] added.
https://jenkinsrdkm.cmf.code.rdkcentral.com/job/test-components-flow/71459/

@rdkcmf-jenkins
Copy link

build-brcm-refboard3 Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/0124c3d6e9e6cba050a075bac0757272

@rdkcmf-jenkins
Copy link

Sanity tests for ['RPI4 IPSTB'] added.
https://jenkinsrdkm.cmf.code.rdkcentral.com/job/test-components-flow/71471/

@skywojciechowskim
Copy link
Contributor Author

Coverage report fails, because artifacts from master are no longer available

@RIALTO-JENKINS-AI
Copy link
Collaborator

Job for AI/job/RIALTO_BUILDS/job/AI-Trigger-PR-Builds started: https://pv-jen015.uk2.scp.bskyb.com/job/AI/job/RIALTO_BUILDS/job/AI-Trigger-PR-Builds/62/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants