Pull request #500 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-sdk-c Obtained Jenkinsfile from 88225b2b2af007b234a268bddf4c2374904aaf88+1a776ee907d08e39928eb07fc2284b30a6e0a694 (b2a03fe40dfcf1beb76e23da026ce17bf7f73ac0) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11462331849255204965.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6184290967021813575.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-500/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-500/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10886774622970344584.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-500/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7157953706019083209.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16783253855201617432.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-500/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/PR-500/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9849657619905303909.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildCApp] RAW Config: [project:device-sdk-c, dockerBuildFilePath:scripts/Dockerfile.alpine-base, dockerFilePath:scripts/Dockerfile.alpine, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildCApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-c-settings PROJECT: device-sdk-c USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build DOCKER_FILE_PATH: scripts/Dockerfile.alpine DOCKER_BUILD_FILE_PATH: scripts/Dockerfile.alpine-base DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-18068’ is offline Running on prd-ubuntu20.04-docker-8c-8g-18070 in /w/workspace/edgexfoundry_device-sdk-c_PR-500 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-c.git > git init /w/workspace/edgexfoundry_device-sdk-c_PR-500 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1a776ee907d08e39928eb07fc2284b30a6e0a694 into PR head commit 88225b2b2af007b234a268bddf4c2374904aaf88 Merge succeeded, producing 88225b2b2af007b234a268bddf4c2374904aaf88 Checking out Revision 88225b2b2af007b234a268bddf4c2374904aaf88 (PR-500) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88225b2b2af007b234a268bddf4c2374904aaf88 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1a776ee907d08e39928eb07fc2284b30a6e0a694 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88225b2b2af007b234a268bddf4c2374904aaf88 # timeout=10 Commit message: "fix: bump sdk version to 3.2.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-15T06:52:01.062Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-15T06:52:01.231Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-15T06:52:01.337Z] ========================================================= [2023-11-15T06:52:01.337Z] EdgeX Global Pipelines Version Info [2023-11-15T06:52:01.337Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:52:02.096Z] ------------------- [2023-11-15T06:52:02.096Z] stable info: [2023-11-15T06:52:02.096Z] ------------------- [2023-11-15T06:52:02.096Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-15T06:52:02.096Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-15T06:52:02.096Z] Message: update stable to v1.0.257 [2023-11-15T06:52:02.666Z] ------------------- [2023-11-15T06:52:02.666Z] experimental info: [2023-11-15T06:52:02.666Z] ------------------- [2023-11-15T06:52:02.666Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-15T06:52:02.666Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-15T06:52:02.666Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-15T06:52:02.958Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-11-15T06:52:03.003Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-11-15T06:52:03.043Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-15T06:52:03.085Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-15T06:52:03.127Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-15T06:52:03.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-11-15T06:52:03.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-11-15T06:52:03.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-15T06:52:03.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-15T06:52:03.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-11-15T06:52:03.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-15T06:52:03.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-15T06:52:03.457Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-15T06:52:03.499Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-11-15T06:52:03.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-15T06:52:03.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-15T06:52:03.629Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-15T06:52:03.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-500 [Pipeline] echo [2023-11-15T06:52:03.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-500 [Pipeline] echo [2023-11-15T06:52:03.752Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-500 [Pipeline] echo [2023-11-15T06:52:03.789Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88225b2b2af007b234a268bddf4c2374904aaf88 [Pipeline] echo [2023-11-15T06:52:03.829Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88225b2 [Pipeline] echo [2023-11-15T06:52:03.866Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T06:52:03.976Z] provisioning config files... [2023-11-15T06:52:03.993Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/config2977413416190640106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:52:04.326Z] ---> docker-login.sh [2023-11-15T06:52:04.326Z] nexus3.edgexfoundry.org:10001 [2023-11-15T06:52:04.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:04.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:04.851Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:04.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:04.851Z] [2023-11-15T06:52:04.851Z] Login Succeeded [2023-11-15T06:52:04.851Z] nexus3.edgexfoundry.org:10002 [2023-11-15T06:52:04.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:04.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:04.851Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:04.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:04.851Z] [2023-11-15T06:52:04.851Z] Login Succeeded [2023-11-15T06:52:04.851Z] nexus3.edgexfoundry.org:10003 [2023-11-15T06:52:04.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:04.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:04.851Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:04.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:04.851Z] [2023-11-15T06:52:04.851Z] Login Succeeded [2023-11-15T06:52:04.851Z] nexus3.edgexfoundry.org:10004 [2023-11-15T06:52:05.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:05.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:05.121Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:05.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:05.121Z] [2023-11-15T06:52:05.121Z] Login Succeeded [2023-11-15T06:52:05.121Z] docker.io [2023-11-15T06:52:05.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:05.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:05.386Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:05.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:05.386Z] [2023-11-15T06:52:05.386Z] Login Succeeded [2023-11-15T06:52:05.386Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T06:52:05.417Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build LTS Release Image) [Pipeline] sh [2023-11-15T06:52:06.014Z] + git rev-list -1 --merges 88225b2b2af007b234a268bddf4c2374904aaf88~1..88225b2b2af007b234a268bddf4c2374904aaf88 [Pipeline] echo [2023-11-15T06:52:06.071Z] -----------> git rev-list -1 --merges 88225b2b2af007b234a268bddf4c2374904aaf88~1..88225b2b2af007b234a268bddf4c2374904aaf88 88225b2b2af007b234a268bddf4c2374904aaf88 [false] [Pipeline] sh [2023-11-15T06:52:06.377Z] + git log --format=format:%s -1 88225b2b2af007b234a268bddf4c2374904aaf88 [Pipeline] echo [2023-11-15T06:52:06.417Z] ========================================================= [2023-11-15T06:52:06.417Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-15T06:52:06.417Z] ========================================================= Stage "Build LTS Release Image" skipped due to when conditional [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to when conditional [Pipeline] } Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-15T06:52:07.264Z] + git rev-list -1 --merges 88225b2b2af007b234a268bddf4c2374904aaf88~1..88225b2b2af007b234a268bddf4c2374904aaf88 [Pipeline] echo [2023-11-15T06:52:07.294Z] -----------> git rev-list -1 --merges 88225b2b2af007b234a268bddf4c2374904aaf88~1..88225b2b2af007b234a268bddf4c2374904aaf88 88225b2b2af007b234a268bddf4c2374904aaf88 [false] [Pipeline] sh [2023-11-15T06:52:07.608Z] + git log --format=format:%s -1 88225b2b2af007b234a268bddf4c2374904aaf88 [Pipeline] echo [2023-11-15T06:52:07.642Z] ========================================================= [2023-11-15T06:52:07.642Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-15T06:52:07.642Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-11-15T06:52:08.127Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-15T06:52:08.127Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-15T06:52:08.127Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-15T06:52:08.127Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-15T06:52:08.127Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-15T06:52:08.127Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-15T06:52:08.127Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:52:08.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T06:52:08.615Z] [2023-11-15T06:52:08.615Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:52:09.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T06:52:09.009Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-15T06:52:09.009Z] b85a868b505f: Pulling fs layer [2023-11-15T06:52:09.009Z] e2be974225ed: Pulling fs layer [2023-11-15T06:52:09.009Z] 339a4e72a1f5: Pulling fs layer [2023-11-15T06:52:09.009Z] 988bab9f4d93: Pulling fs layer [2023-11-15T06:52:09.009Z] 1469e6f7b9e6: Pulling fs layer [2023-11-15T06:52:09.009Z] eaf3925da568: Pulling fs layer [2023-11-15T06:52:09.009Z] bab4dde63d76: Pulling fs layer [2023-11-15T06:52:09.009Z] bde34c3a00c8: Pulling fs layer [2023-11-15T06:52:09.009Z] b352a97aabf1: Pulling fs layer [2023-11-15T06:52:09.009Z] 4872d77fe225: Pulling fs layer [2023-11-15T06:52:09.009Z] 5851b861e8e6: Pulling fs layer [2023-11-15T06:52:09.009Z] bab4dde63d76: Waiting [2023-11-15T06:52:09.009Z] bde34c3a00c8: Waiting [2023-11-15T06:52:09.009Z] 5851b861e8e6: Waiting [2023-11-15T06:52:09.009Z] 988bab9f4d93: Waiting [2023-11-15T06:52:09.009Z] b352a97aabf1: Waiting [2023-11-15T06:52:09.009Z] 1469e6f7b9e6: Waiting [2023-11-15T06:52:09.009Z] eaf3925da568: Waiting [2023-11-15T06:52:09.009Z] e2be974225ed: Verifying Checksum [2023-11-15T06:52:09.009Z] 988bab9f4d93: Download complete [2023-11-15T06:52:09.267Z] 1469e6f7b9e6: Verifying Checksum [2023-11-15T06:52:09.267Z] 1469e6f7b9e6: Download complete [2023-11-15T06:52:09.267Z] 339a4e72a1f5: Verifying Checksum [2023-11-15T06:52:09.267Z] 339a4e72a1f5: Download complete [2023-11-15T06:52:09.267Z] eaf3925da568: Download complete [2023-11-15T06:52:09.267Z] bde34c3a00c8: Verifying Checksum [2023-11-15T06:52:09.267Z] bde34c3a00c8: Download complete [2023-11-15T06:52:09.267Z] b352a97aabf1: Download complete [2023-11-15T06:52:09.267Z] 4872d77fe225: Verifying Checksum [2023-11-15T06:52:09.267Z] 4872d77fe225: Download complete [2023-11-15T06:52:09.267Z] 5851b861e8e6: Download complete [2023-11-15T06:52:09.267Z] b85a868b505f: Verifying Checksum [2023-11-15T06:52:09.267Z] b85a868b505f: Download complete [2023-11-15T06:52:09.525Z] bab4dde63d76: Verifying Checksum [2023-11-15T06:52:09.525Z] bab4dde63d76: Download complete [2023-11-15T06:52:10.462Z] b85a868b505f: Pull complete [2023-11-15T06:52:10.733Z] e2be974225ed: Pull complete [2023-11-15T06:52:10.992Z] 339a4e72a1f5: Pull complete [2023-11-15T06:52:11.252Z] 988bab9f4d93: Pull complete [2023-11-15T06:52:11.510Z] 1469e6f7b9e6: Pull complete [2023-11-15T06:52:11.510Z] eaf3925da568: Pull complete [2023-11-15T06:52:13.412Z] bab4dde63d76: Pull complete [2023-11-15T06:52:13.412Z] bde34c3a00c8: Pull complete [2023-11-15T06:52:13.412Z] b352a97aabf1: Pull complete [2023-11-15T06:52:13.412Z] 4872d77fe225: Pull complete [2023-11-15T06:52:13.672Z] 5851b861e8e6: Pull complete [2023-11-15T06:52:13.672Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-15T06:52:13.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-15T06:52:13.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:52:13.913Z] prd-ubuntu20.04-docker-8c-8g-18070 does not seem to be running inside a container [2023-11-15T06:52:13.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_PR-500 -v /w/workspace/edgexfoundry_device-sdk-c_PR-500:/w/workspace/edgexfoundry_device-sdk-c_PR-500:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-15T06:52:17.639Z] $ docker top ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 -eo pid,comm [2023-11-15T06:52:17.687Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-11-15T06:52:17.687Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-15T06:52:17.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T06:52:17.826Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T06:52:17.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T06:52:17.937Z] $ docker exec ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 ssh-agent [2023-11-15T06:52:18.045Z] SSH_AUTH_SOCK=/tmp/ssh-KMeyYU2niZ10/agent.32 [2023-11-15T06:52:18.045Z] SSH_AGENT_PID=39 [2023-11-15T06:52:18.051Z] Running ssh-add (command line suppressed) [2023-11-15T06:52:18.154Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/private_key_5949091685872210989.key (/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/private_key_5949091685872210989.key) [2023-11-15T06:52:18.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T06:52:18.500Z] + git tag --points-at HEAD [Pipeline] } [2023-11-15T06:52:18.528Z] $ docker exec --env ******** --env ******** ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 ssh-agent -k [2023-11-15T06:52:18.618Z] unset SSH_AUTH_SOCK; [2023-11-15T06:52:18.619Z] unset SSH_AGENT_PID; [2023-11-15T06:52:18.619Z] echo Agent pid 39 killed; [2023-11-15T06:52:18.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-15T06:52:18.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-15T06:52:18.706Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-15T06:52:18.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-15T06:52:18.819Z] $ docker exec ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 ssh-agent [2023-11-15T06:52:18.936Z] SSH_AUTH_SOCK=/tmp/ssh-IGd9zVpljiCf/agent.72 [2023-11-15T06:52:18.936Z] SSH_AGENT_PID=78 [2023-11-15T06:52:18.941Z] Running ssh-add (command line suppressed) [2023-11-15T06:52:19.043Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/private_key_10434468552797436962.key (/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/private_key_10434468552797436962.key) [2023-11-15T06:52:19.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-15T06:52:19.383Z] + git semver init [2023-11-15T06:52:19.643Z] 2023-11-15 06:52:19,548 [run_init] DEBUG init version:0.0.0 force:False [2023-11-15T06:52:19.643Z] 2023-11-15 06:52:19,548 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver [2023-11-15T06:52:19.643Z] 2023-11-15 06:52:19,549 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver [2023-11-15T06:52:19.643Z] 2023-11-15 06:52:19,549 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-500, universal_newlines=False, shell=None, istream=None) [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,407 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_PR-500/.git/info/exclude [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,407 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver/PR-500 with force:False [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,407 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver/PR-500 [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,411 [execute] INFO git cat-file --batch-check [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,412 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver, universal_newlines=False, shell=None, istream=) [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,416 [execute] INFO git cat-file --batch [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,416 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver, universal_newlines=False, shell=None, istream=) [2023-11-15T06:52:20.637Z] 2023-11-15 06:52:20,421 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_PR-500/.semver/PR-500 [2023-11-15T06:52:20.637Z] 0.0.0 [Pipeline] } [2023-11-15T06:52:20.664Z] $ docker exec --env ******** --env ******** ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 ssh-agent -k [2023-11-15T06:52:20.763Z] unset SSH_AUTH_SOCK; [2023-11-15T06:52:20.764Z] unset SSH_AGENT_PID; [2023-11-15T06:52:20.764Z] echo Agent pid 78 killed; [2023-11-15T06:52:20.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-15T06:52:21.201Z] + git semver [Pipeline] } [2023-11-15T06:52:21.486Z] $ docker stop --time=1 ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 [2023-11-15T06:52:22.780Z] $ docker rm -f --volumes ae4eaef25ea363558a9b7c260a44be3bbca234f5b025685774071b874b82b283 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-15T06:52:23.169Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-15T06:52:23.417Z] Stashed 1 file(s) [Pipeline] echo [2023-11-15T06:52:23.434Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T06:52:23.931Z] provisioning config files... [2023-11-15T06:52:23.941Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/config239351981699388400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:52:24.286Z] ---> docker-login.sh [2023-11-15T06:52:24.287Z] nexus3.edgexfoundry.org:10001 [2023-11-15T06:52:24.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:24.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:24.287Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:24.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:24.287Z] [2023-11-15T06:52:24.287Z] Login Succeeded [2023-11-15T06:52:24.287Z] nexus3.edgexfoundry.org:10002 [2023-11-15T06:52:24.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:24.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:24.287Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:24.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:24.287Z] [2023-11-15T06:52:24.287Z] Login Succeeded [2023-11-15T06:52:24.287Z] nexus3.edgexfoundry.org:10003 [2023-11-15T06:52:24.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:24.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:24.547Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:24.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:24.547Z] [2023-11-15T06:52:24.547Z] Login Succeeded [2023-11-15T06:52:24.547Z] nexus3.edgexfoundry.org:10004 [2023-11-15T06:52:24.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:24.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:24.547Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:24.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:24.547Z] [2023-11-15T06:52:24.547Z] Login Succeeded [2023-11-15T06:52:24.547Z] docker.io [2023-11-15T06:52:24.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:52:24.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:52:24.806Z] Configure a credential helper to remove this warning. See [2023-11-15T06:52:24.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:52:24.806Z] [2023-11-15T06:52:24.806Z] Login Succeeded [2023-11-15T06:52:24.806Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T06:52:24.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-15T06:52:25.013Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T06:52:25.054Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-11-15T06:52:25.088Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T06:52:25.122Z] ========================================================= [2023-11-15T06:52:25.122Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-11-15T06:52:25.122Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:52:25.544Z] + docker build -t ci-base-image-x86_64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest . [2023-11-15T06:52:25.545Z] Sending build context to Docker daemon 4.962MB [2023-11-15T06:52:25.545Z] Step 1/21 : ARG BASE=alpine:3.18 [2023-11-15T06:52:25.545Z] Step 2/21 : FROM ${BASE} as builder [2023-11-15T06:52:25.545Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-11-15T06:52:25.545Z] 96526aa774ef: Pulling fs layer [2023-11-15T06:52:25.545Z] da60e534fd72: Pulling fs layer [2023-11-15T06:52:25.816Z] 96526aa774ef: Verifying Checksum [2023-11-15T06:52:25.816Z] 96526aa774ef: Download complete [2023-11-15T06:52:25.816Z] 96526aa774ef: Pull complete [2023-11-15T06:52:26.749Z] da60e534fd72: Verifying Checksum [2023-11-15T06:52:26.749Z] da60e534fd72: Download complete [2023-11-15T06:52:30.027Z] da60e534fd72: Pull complete [2023-11-15T06:52:30.027Z] Digest: sha256:86f282524b252fca782185160d82ec4889448d07d1475dd6b76f2052073facff [2023-11-15T06:52:30.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-11-15T06:52:30.287Z] ---> 6605166a5db4 [2023-11-15T06:52:30.287Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:52:34.478Z] ---> Running in 8cc2a06d044c [2023-11-15T06:52:34.478Z] Connecting to iotech.jfrog.io (34.247.22.236:443) [2023-11-15T06:52:34.739Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:52:34.739Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-11-15T06:52:34.739Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:52:34.999Z] Removing intermediate container 8cc2a06d044c [2023-11-15T06:52:34.999Z] ---> 2428403e6981 [2023-11-15T06:52:34.999Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:52:35.258Z] ---> Running in e9c119dccbef [2023-11-15T06:52:35.826Z] Removing intermediate container e9c119dccbef [2023-11-15T06:52:35.826Z] ---> 67043a1c9768 [2023-11-15T06:52:35.826Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev hiredis-dev [2023-11-15T06:52:35.826Z] ---> Running in 54e72c320463 [2023-11-15T06:52:36.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:36.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:36.345Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:36.913Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:52:36.913Z] (1/17) Installing hiredis (1.1.0-r2) [2023-11-15T06:52:36.913Z] (2/17) Installing hiredis-dev (1.1.0-r2) [2023-11-15T06:52:36.913Z] (3/17) Installing iotech-iot-1.5 (1.5.0-r0) [2023-11-15T06:52:37.853Z] (4/17) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-11-15T06:52:37.853Z] (5/17) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-11-15T06:52:38.112Z] (6/17) Installing libcbor (0.10.2-r1) [2023-11-15T06:52:38.112Z] (7/17) Installing libcbor-dev (0.10.2-r1) [2023-11-15T06:52:38.112Z] (8/17) Installing libmenuw (6.4_p20230506-r0) [2023-11-15T06:52:38.112Z] (9/17) Installing libpanelw (6.4_p20230506-r0) [2023-11-15T06:52:38.112Z] (10/17) Installing libncurses++ (6.4_p20230506-r0) [2023-11-15T06:52:38.112Z] (11/17) Installing ncurses-dev (6.4_p20230506-r0) [2023-11-15T06:52:38.112Z] (12/17) Installing libblkid (2.38.1-r8) [2023-11-15T06:52:38.112Z] (13/17) Installing libuuid (2.38.1-r8) [2023-11-15T06:52:38.112Z] (14/17) Installing libfdisk (2.38.1-r8) [2023-11-15T06:52:38.112Z] (15/17) Installing libmount (2.38.1-r8) [2023-11-15T06:52:38.112Z] (16/17) Installing libsmartcols (2.38.1-r8) [2023-11-15T06:52:38.112Z] (17/17) Installing util-linux-dev (2.38.1-r8) [2023-11-15T06:52:38.112Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:52:38.112Z] OK: 336 MiB in 99 packages [2023-11-15T06:52:38.771Z] Still waiting to schedule task [2023-11-15T06:52:38.771Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-18069’ is offline [2023-11-15T06:52:39.053Z] Removing intermediate container 54e72c320463 [2023-11-15T06:52:39.053Z] ---> aebb3ccfec57 [2023-11-15T06:52:39.053Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-11-15T06:52:39.053Z] ---> Running in 260c131e98c7 [2023-11-15T06:52:39.311Z] Removing intermediate container 260c131e98c7 [2023-11-15T06:52:39.311Z] ---> 1b9dd0fc4772 [2023-11-15T06:52:39.311Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-11-15T06:52:39.573Z] ---> 50197175282e [2023-11-15T06:52:39.573Z] Step 8/21 : COPY src /tmp/sdk/src [2023-11-15T06:52:39.831Z] ---> d9dad38c2190 [2023-11-15T06:52:39.831Z] Step 9/21 : COPY include /tmp/sdk/include [2023-11-15T06:52:39.831Z] ---> a48f09f254c5 [2023-11-15T06:52:39.831Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-11-15T06:52:40.096Z] ---> ee2e48d4bdf4 [2023-11-15T06:52:40.096Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-11-15T06:52:40.096Z] ---> 0d851b55ec53 [2023-11-15T06:52:40.096Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-11-15T06:52:40.355Z] ---> 18dfd1d383ff [2023-11-15T06:52:40.355Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-11-15T06:52:40.355Z] ---> Running in 63e5f9c8c83c [2023-11-15T06:52:40.614Z] + CPPCHECK=false [2023-11-15T06:52:40.614Z] + DOCGEN=false [2023-11-15T06:52:40.614Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-11-15T06:52:40.614Z] + '[' 0 -gt 0 ] [2023-11-15T06:52:40.614Z] + readlink -f ./scripts/build.sh [2023-11-15T06:52:40.614Z] + dirname /tmp/sdk/scripts/build.sh [2023-11-15T06:52:40.614Z] + dirname /tmp/sdk/scripts [2023-11-15T06:52:40.614Z] + ROOT=/tmp/sdk [2023-11-15T06:52:40.614Z] + cd /tmp/sdk [2023-11-15T06:52:40.614Z] + mkdir -p /tmp/sdk/build/release [2023-11-15T06:52:40.614Z] + cd /tmp/sdk/build/release [2023-11-15T06:52:40.614Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-11-15T06:52:40.614Z] -- The C compiler identification is GNU 12.2.1 [2023-11-15T06:52:40.614Z] -- Detecting C compiler ABI info [2023-11-15T06:52:40.614Z] -- Detecting C compiler ABI info - done [2023-11-15T06:52:40.877Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-11-15T06:52:40.877Z] -- Detecting C compile features [2023-11-15T06:52:40.877Z] -- Detecting C compile features - done [2023-11-15T06:52:40.877Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-11-15T06:52:40.877Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2023-11-15T06:52:40.877Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-11-15T06:52:40.877Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-11-15T06:52:40.877Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-11-15T06:52:40.877Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-11-15T06:52:40.877Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-11-15T06:52:40.877Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-11-15T06:52:40.877Z] -- /opt/iotech/iot/1.5/include [2023-11-15T06:52:40.877Z] -- C SDK 0.0.0 for Linux [2023-11-15T06:52:40.877Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-11-15T06:52:40.877Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-11-15T06:52:40.877Z] -- Found Curses: /usr/lib/libcurses.so [2023-11-15T06:52:40.877Z] -- Configuring done (0.4s) [2023-11-15T06:52:40.877Z] -- Generating done (0.0s) [2023-11-15T06:52:41.136Z] -- Build files have been written to: /tmp/sdk/build/release [2023-11-15T06:52:41.136Z] + make all package [2023-11-15T06:52:41.136Z] + tee release.log [2023-11-15T06:52:41.136Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-11-15T06:52:41.136Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-11-15T06:52:41.396Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-11-15T06:52:41.396Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-11-15T06:52:41.656Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2023-11-15T06:52:41.656Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-11-15T06:52:41.917Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-11-15T06:52:41.917Z] /tmp/sdk/src/c/consul.c: In function 'edgex_consul_client_get_common_config': [2023-11-15T06:52:41.917Z] /tmp/sdk/src/c/consul.c:294:10: warning: 'privateConfig' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:52:41.917Z] 294 | while (privateConfig) [2023-11-15T06:52:41.917Z] | ^~~~~~~~~~~~~ [2023-11-15T06:52:41.917Z] /tmp/sdk/src/c/consul.c:214:28: note: 'privateConfig' was declared here [2023-11-15T06:52:41.917Z] 214 | devsdk_nvpairs *result, *privateConfig, *ccReady = NULL; [2023-11-15T06:52:41.917Z] | ^~~~~~~~~~~~~ [2023-11-15T06:52:41.917Z] /tmp/sdk/src/c/consul.c:271:10: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:52:41.917Z] 271 | while (result) [2023-11-15T06:52:41.917Z] | ^~~~~~ [2023-11-15T06:52:41.917Z] /tmp/sdk/src/c/consul.c:214:19: note: 'result' was declared here [2023-11-15T06:52:41.917Z] 214 | devsdk_nvpairs *result, *privateConfig, *ccReady = NULL; [2023-11-15T06:52:41.917Z] | ^~~~~~ [2023-11-15T06:52:42.177Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-11-15T06:52:42.177Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-11-15T06:52:42.177Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-11-15T06:52:42.437Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-11-15T06:52:42.696Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-11-15T06:52:42.696Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-11-15T06:52:42.955Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-11-15T06:52:42.955Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2023-11-15T06:52:43.214Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-11-15T06:52:43.214Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-11-15T06:52:43.473Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-11-15T06:52:43.473Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-11-15T06:52:43.733Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-11-15T06:52:43.733Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-11-15T06:52:45.110Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-11-15T06:52:45.110Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-11-15T06:52:45.110Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-11-15T06:52:45.110Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-11-15T06:52:45.110Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-11-15T06:52:45.370Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-11-15T06:52:45.629Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-11-15T06:52:45.629Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-11-15T06:52:45.887Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-11-15T06:52:45.887Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-11-15T06:52:46.146Z] /tmp/sdk/src/c/service.c: In function 'devsdk_service_start': [2023-11-15T06:52:46.146Z] /tmp/sdk/src/c/service.c:871:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:52:46.146Z] 871 | iot_data_t *allservices_config = iot_data_string_map_get_map(common_config_file, ALL_SVCS_NODE); [2023-11-15T06:52:46.146Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:52:46.146Z] /tmp/sdk/src/c/service.c:872:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:52:46.146Z] 872 | deviceservices_config = iot_data_string_map_get_map(common_config_file, DEV_SVCS_NODE); [2023-11-15T06:52:46.146Z] | ^ [2023-11-15T06:52:46.146Z] /tmp/sdk/src/c/service.c:1026:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:52:46.146Z] 1026 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2023-11-15T06:52:46.146Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:52:46.146Z] /tmp/sdk/src/c/service.c:838:68: note: 'deviceservices_config' was declared here [2023-11-15T06:52:46.146Z] 838 | iot_data_t *common_config_map, *private_config_map, *configmap, *deviceservices_config; [2023-11-15T06:52:46.146Z] | ^~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:52:46.406Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-11-15T06:52:46.406Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-11-15T06:52:46.665Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-11-15T06:52:46.665Z] [ 68%] Linking C shared library libcsdk.so [2023-11-15T06:52:46.665Z] [ 68%] Built target csdk [2023-11-15T06:52:46.665Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-11-15T06:52:46.925Z] [ 72%] Linking C executable template [2023-11-15T06:52:46.925Z] [ 72%] Built target template [2023-11-15T06:52:46.925Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-11-15T06:52:46.925Z] [ 76%] Linking C executable device-counter [2023-11-15T06:52:47.184Z] [ 76%] Built target device-counter [2023-11-15T06:52:47.184Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-11-15T06:52:47.184Z] [ 80%] Linking C executable device-random [2023-11-15T06:52:47.184Z] [ 80%] Built target device-random [2023-11-15T06:52:47.184Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-11-15T06:52:47.444Z] [ 84%] Linking C executable device-gyro [2023-11-15T06:52:47.444Z] [ 84%] Built target device-gyro [2023-11-15T06:52:47.444Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-11-15T06:52:47.444Z] [ 88%] Linking C executable device-bitfields [2023-11-15T06:52:47.444Z] [ 88%] Built target device-bitfields [2023-11-15T06:52:47.444Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-11-15T06:52:47.703Z] [ 92%] Linking C executable template-discovery [2023-11-15T06:52:47.703Z] [ 92%] Built target template-discovery [2023-11-15T06:52:47.703Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-11-15T06:52:47.961Z] [ 96%] Linking C executable device-file [2023-11-15T06:52:47.961Z] [ 96%] Built target device-file [2023-11-15T06:52:47.961Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-11-15T06:52:47.961Z] [100%] Linking C executable device-terminal [2023-11-15T06:52:48.219Z] [100%] Built target device-terminal [2023-11-15T06:52:48.219Z] Run CPack packaging tool... [2023-11-15T06:52:48.219Z] CPack: Create package using TGZ [2023-11-15T06:52:48.219Z] CPack: Install projects [2023-11-15T06:52:48.219Z] CPack: - Run preinstall target for: Csdk [2023-11-15T06:52:48.477Z] CPack: - Install project: Csdk [] [2023-11-15T06:52:48.477Z] CPack: Create package [2023-11-15T06:52:48.477Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2023-11-15T06:52:48.477Z] + '[' false '=' true ] [2023-11-15T06:52:48.477Z] + '[' false '=' true ] [2023-11-15T06:52:48.477Z] + mkdir -p /tmp/sdk/build/debug [2023-11-15T06:52:48.477Z] + cd /tmp/sdk/build/debug [2023-11-15T06:52:48.477Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-11-15T06:52:48.477Z] -- The C compiler identification is GNU 12.2.1 [2023-11-15T06:52:48.477Z] -- Detecting C compiler ABI info [2023-11-15T06:52:48.477Z] -- Detecting C compiler ABI info - done [2023-11-15T06:52:48.736Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-11-15T06:52:48.736Z] -- Detecting C compile features [2023-11-15T06:52:48.736Z] -- Detecting C compile features - done [2023-11-15T06:52:48.736Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-11-15T06:52:48.736Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2023-11-15T06:52:48.736Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-11-15T06:52:48.736Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-11-15T06:52:48.736Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-11-15T06:52:48.736Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-11-15T06:52:48.736Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-11-15T06:52:48.736Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-11-15T06:52:48.736Z] -- /opt/iotech/iot/1.5/include [2023-11-15T06:52:48.736Z] -- C SDK 0.0.0 for Linux [2023-11-15T06:52:48.736Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-11-15T06:52:48.736Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-11-15T06:52:48.736Z] -- Found Curses: /usr/lib/libcurses.so [2023-11-15T06:52:48.736Z] -- Configuring done (0.4s) [2023-11-15T06:52:48.736Z] -- Generating done (0.0s) [2023-11-15T06:52:48.995Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-11-15T06:52:48.995Z] + make [2023-11-15T06:52:48.995Z] + tee debug.log [2023-11-15T06:52:48.995Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-11-15T06:52:48.995Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-11-15T06:52:48.995Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-11-15T06:52:48.995Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-11-15T06:52:49.254Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2023-11-15T06:52:49.254Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-11-15T06:52:49.254Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-11-15T06:52:49.513Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-11-15T06:52:49.513Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-11-15T06:52:49.513Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-11-15T06:52:49.772Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-11-15T06:52:49.772Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-11-15T06:52:49.772Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-11-15T06:52:49.772Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-11-15T06:52:50.030Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2023-11-15T06:52:50.030Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-11-15T06:52:50.030Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-11-15T06:52:50.289Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-11-15T06:52:50.289Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-11-15T06:52:50.289Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-11-15T06:52:50.289Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-11-15T06:52:50.548Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-11-15T06:52:50.548Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-11-15T06:52:50.807Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-11-15T06:52:50.807Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-11-15T06:52:50.807Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-11-15T06:52:50.807Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-11-15T06:52:51.066Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-11-15T06:52:51.066Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-11-15T06:52:51.325Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-11-15T06:52:51.325Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-11-15T06:52:51.325Z] /tmp/sdk/src/c/service.c: In function 'devsdk_service_start': [2023-11-15T06:52:51.325Z] /tmp/sdk/src/c/service.c:871:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:52:51.325Z] 871 | iot_data_t *allservices_config = iot_data_string_map_get_map(common_config_file, ALL_SVCS_NODE); [2023-11-15T06:52:51.325Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:52:51.325Z] /tmp/sdk/src/c/service.c:872:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:52:51.325Z] 872 | deviceservices_config = iot_data_string_map_get_map(common_config_file, DEV_SVCS_NODE); [2023-11-15T06:52:51.325Z] | ^ [2023-11-15T06:52:51.583Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-11-15T06:52:51.583Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-11-15T06:52:51.583Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-11-15T06:52:51.583Z] [ 68%] Linking C shared library libcsdk.so [2023-11-15T06:52:51.583Z] [ 68%] Built target csdk [2023-11-15T06:52:51.583Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-11-15T06:52:51.842Z] [ 72%] Linking C executable template [2023-11-15T06:52:51.842Z] [ 72%] Built target template [2023-11-15T06:52:51.842Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-11-15T06:52:51.842Z] [ 76%] Linking C executable device-counter [2023-11-15T06:52:52.101Z] [ 76%] Built target device-counter [2023-11-15T06:52:52.101Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-11-15T06:52:52.101Z] [ 80%] Linking C executable device-random [2023-11-15T06:52:52.101Z] [ 80%] Built target device-random [2023-11-15T06:52:52.101Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-11-15T06:52:52.101Z] [ 84%] Linking C executable device-gyro [2023-11-15T06:52:52.359Z] [ 84%] Built target device-gyro [2023-11-15T06:52:52.359Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-11-15T06:52:52.359Z] [ 88%] Linking C executable device-bitfields [2023-11-15T06:52:52.359Z] [ 88%] Built target device-bitfields [2023-11-15T06:52:52.359Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-11-15T06:52:52.620Z] [ 92%] Linking C executable template-discovery [2023-11-15T06:52:52.620Z] [ 92%] Built target template-discovery [2023-11-15T06:52:52.620Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-11-15T06:52:52.620Z] [ 96%] Linking C executable device-file [2023-11-15T06:52:52.620Z] [ 96%] Built target device-file [2023-11-15T06:52:52.620Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-11-15T06:52:52.878Z] [100%] Linking C executable device-terminal [2023-11-15T06:52:52.878Z] [100%] Built target device-terminal [2023-11-15T06:52:52.878Z] make: Entering directory '/tmp/sdk/build/release' [2023-11-15T06:52:52.878Z] [ 68%] Built target csdk [2023-11-15T06:52:52.878Z] [ 72%] Built target template [2023-11-15T06:52:52.878Z] [ 76%] Built target device-counter [2023-11-15T06:52:52.878Z] [ 80%] Built target device-random [2023-11-15T06:52:53.136Z] [ 84%] Built target device-gyro [2023-11-15T06:52:53.136Z] [ 88%] Built target device-bitfields [2023-11-15T06:52:53.136Z] [ 92%] Built target template-discovery [2023-11-15T06:52:53.136Z] [ 96%] Built target device-file [2023-11-15T06:52:53.136Z] [100%] Built target device-terminal [2023-11-15T06:52:53.136Z] Install the project... [2023-11-15T06:52:53.136Z] -- Install configuration: "Release" [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/lib/libcsdk.so [2023-11-15T06:52:53.136Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/devsdk [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/devices.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-11-15T06:52:53.136Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-11-15T06:52:53.136Z] make: Leaving directory '/tmp/sdk/build/release' [2023-11-15T06:52:53.704Z] Removing intermediate container 63e5f9c8c83c [2023-11-15T06:52:53.704Z] ---> 4c41f69b2d75 [2023-11-15T06:52:53.704Z] Step 14/21 : FROM ${BASE} [2023-11-15T06:52:53.704Z] ---> 6605166a5db4 [2023-11-15T06:52:53.704Z] Step 15/21 : LABEL maintainer="IOTech " [2023-11-15T06:52:53.704Z] ---> Running in e4a09a09b537 [2023-11-15T06:52:53.962Z] Removing intermediate container e4a09a09b537 [2023-11-15T06:52:53.962Z] ---> 0ce5ef1710e9 [2023-11-15T06:52:53.962Z] Step 16/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:52:53.962Z] ---> Running in d67f8a4e0007 [2023-11-15T06:52:54.221Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2023-11-15T06:52:54.788Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:52:54.788Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-11-15T06:52:54.788Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:52:54.788Z] Removing intermediate container d67f8a4e0007 [2023-11-15T06:52:54.788Z] ---> fedb59cb9997 [2023-11-15T06:52:54.788Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:52:55.047Z] ---> Running in ebd7678efc59 [2023-11-15T06:52:55.308Z] Removing intermediate container ebd7678efc59 [2023-11-15T06:52:55.308Z] ---> 97fb0ecfb064 [2023-11-15T06:52:55.308Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5 hiredis-dev [2023-11-15T06:52:55.308Z] ---> Running in 9589887a25ad [2023-11-15T06:52:55.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:55.825Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:55.825Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:52:56.394Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:52:56.394Z] (1/7) Installing curl (8.4.0-r0) [2023-11-15T06:52:56.394Z] (2/7) Installing hiredis (1.1.0-r2) [2023-11-15T06:52:56.394Z] (3/7) Installing hiredis-dev (1.1.0-r2) [2023-11-15T06:52:56.394Z] (4/7) Installing iotech-iot-1.5 (1.5.0-r0) [2023-11-15T06:52:57.330Z] (5/7) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-11-15T06:52:57.330Z] (6/7) Installing libcbor (0.10.2-r1) [2023-11-15T06:52:57.330Z] (7/7) Installing libuuid (2.38.1-r8) [2023-11-15T06:52:57.330Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:52:57.330Z] OK: 331 MiB in 89 packages [2023-11-15T06:52:57.901Z] Removing intermediate container 9589887a25ad [2023-11-15T06:52:57.901Z] ---> fb9d95afaa4a [2023-11-15T06:52:57.901Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-11-15T06:52:57.901Z] ---> 11ead1ee7abd [2023-11-15T06:52:57.901Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-11-15T06:52:58.162Z] ---> 2c6a765e2a36 [2023-11-15T06:52:58.162Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-11-15T06:52:58.162Z] ---> 3515ed2f2101 [2023-11-15T06:52:58.162Z] Successfully built 3515ed2f2101 [2023-11-15T06:52:58.162Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:52:58.820Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-15T06:52:58.820Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:52:58.978Z] prd-ubuntu20.04-docker-8c-8g-18070 does not seem to be running inside a container [2023-11-15T06:52:59.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_PR-500 -v /w/workspace/edgexfoundry_device-sdk-c_PR-500:/w/workspace/edgexfoundry_device-sdk-c_PR-500:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-11-15T06:52:59.348Z] $ docker top 73b020738eaa2edb822e84bbcd91b893faca1e002aa29505a1c2e172fa1f8a0f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T06:52:59.732Z] + make test [2023-11-15T06:52:59.732Z] echo "make test" [2023-11-15T06:52:59.732Z] make test [Pipeline] } [2023-11-15T06:52:59.766Z] $ docker stop --time=1 73b020738eaa2edb822e84bbcd91b893faca1e002aa29505a1c2e172fa1f8a0f [2023-11-15T06:53:01.038Z] $ docker rm -f --volumes 73b020738eaa2edb822e84bbcd91b893faca1e002aa29505a1c2e172fa1f8a0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-15T06:53:01.925Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-15T06:53:02.238Z] + ls -al . [2023-11-15T06:53:02.238Z] total 212 [2023-11-15T06:53:02.238Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 15 06:52 . [2023-11-15T06:53:02.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:51 .. [2023-11-15T06:53:02.238Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 06:52 .git [2023-11-15T06:53:02.238Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 06:51 .github [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 176 Nov 15 06:51 .gitignore [2023-11-15T06:53:02.238Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 06:52 .semver [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 2908 Nov 15 06:51 Attribution.txt [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 11953 Nov 15 06:51 CHANGELOG.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 108574 Nov 15 06:51 Doxyfile [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 06:51 GOVERNANCE.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 784 Nov 15 06:51 Jenkinsfile [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 15 06:51 LICENSE [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 444 Nov 15 06:51 Makefile [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 15 06:51 OWNERS.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 1651 Nov 15 06:51 README.IOT.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 4215 Nov 15 06:51 README.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 1245 Nov 15 06:51 README.v3.md [2023-11-15T06:53:02.238Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 15 06:52 VERSION [2023-11-15T06:53:02.238Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 06:51 docs [2023-11-15T06:53:02.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:51 include [2023-11-15T06:53:02.238Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 06:51 scripts [2023-11-15T06:53:02.238Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:51 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:53:02.626Z] + docker build -t device-sdk -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=88225b2b2af007b234a268bddf4c2374904aaf88 --label arch=amd64 --label version=0.0.0 . [2023-11-15T06:53:02.626Z] Sending build context to Docker daemon 4.962MB [2023-11-15T06:53:02.626Z] Step 1/17 : ARG BASE=alpine:3.18 [2023-11-15T06:53:02.626Z] Step 2/17 : FROM ${BASE} [2023-11-15T06:53:02.626Z] ---> 3515ed2f2101 [2023-11-15T06:53:02.626Z] Step 3/17 : LABEL maintainer="IOTech " [2023-11-15T06:53:02.626Z] ---> Running in a2ee619ac965 [2023-11-15T06:53:02.626Z] Removing intermediate container a2ee619ac965 [2023-11-15T06:53:02.626Z] ---> 049c0f5c11d5 [2023-11-15T06:53:02.626Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:53:02.886Z] ---> Running in 9755079161d5 [2023-11-15T06:53:02.886Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2023-11-15T06:53:03.453Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:53:03.453Z] alpine.dev.rsa.pub 100% |********************************|  451 0:00:00 ETA [2023-11-15T06:53:03.453Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:53:03.715Z] Removing intermediate container 9755079161d5 [2023-11-15T06:53:03.715Z] ---> 5a425797f445 [2023-11-15T06:53:03.715Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:53:03.715Z] ---> Running in 0b7ed5545448 [2023-11-15T06:53:04.288Z] Removing intermediate container 0b7ed5545448 [2023-11-15T06:53:04.288Z] ---> 19686c2516b8 [2023-11-15T06:53:04.288Z] Step 6/17 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.5-dev && mkdir -p /edgex-c-sdk/build [2023-11-15T06:53:04.288Z] ---> Running in 701d7b0c5eba [2023-11-15T06:53:04.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:53:04.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-15T06:53:04.806Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-15T06:53:05.373Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:53:05.373Z] (1/11) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-11-15T06:53:05.633Z] (2/11) Installing libcbor-dev (0.10.2-r1) [2023-11-15T06:53:05.633Z] (3/11) Installing libmenuw (6.4_p20230506-r0) [2023-11-15T06:53:05.633Z] (4/11) Installing libpanelw (6.4_p20230506-r0) [2023-11-15T06:53:05.633Z] (5/11) Installing libncurses++ (6.4_p20230506-r0) [2023-11-15T06:53:05.633Z] (6/11) Installing ncurses-dev (6.4_p20230506-r0) [2023-11-15T06:53:05.633Z] (7/11) Installing libblkid (2.38.1-r8) [2023-11-15T06:53:05.633Z] (8/11) Installing libfdisk (2.38.1-r8) [2023-11-15T06:53:05.633Z] (9/11) Installing libmount (2.38.1-r8) [2023-11-15T06:53:05.633Z] (10/11) Installing libsmartcols (2.38.1-r8) [2023-11-15T06:53:05.633Z] (11/11) Installing util-linux-dev (2.38.1-r8) [2023-11-15T06:53:05.893Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:53:05.893Z] OK: 336 MiB in 100 packages [2023-11-15T06:53:06.152Z] Removing intermediate container 701d7b0c5eba [2023-11-15T06:53:06.152Z] ---> 8a7e9291c53c [2023-11-15T06:53:06.152Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-11-15T06:53:06.411Z] ---> 7c1afe3616a7 [2023-11-15T06:53:06.411Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-11-15T06:53:06.411Z] ---> c30a0345d4d2 [2023-11-15T06:53:06.411Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-11-15T06:53:06.670Z] ---> d3a93f42153e [2023-11-15T06:53:06.670Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-11-15T06:53:06.670Z] ---> 0274f68a96cd [2023-11-15T06:53:06.670Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-11-15T06:53:06.929Z] ---> 3dbef1e46083 [2023-11-15T06:53:06.929Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-11-15T06:53:06.929Z] ---> 823b9c56829b [2023-11-15T06:53:06.929Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-11-15T06:53:06.929Z] ---> Running in d2beb2f6de0b [2023-11-15T06:53:06.929Z] Removing intermediate container d2beb2f6de0b [2023-11-15T06:53:06.929Z] ---> 8515cb55336c [2023-11-15T06:53:06.929Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-11-15T06:53:06.929Z] ---> Running in 2b603c7dfad1 [2023-11-15T06:53:07.187Z] Removing intermediate container 2b603c7dfad1 [2023-11-15T06:53:07.187Z] ---> 4385bfc15037 [2023-11-15T06:53:07.187Z] Step 15/17 : LABEL arch=amd64 [2023-11-15T06:53:07.188Z] ---> Running in 9d6d5d944fa7 [2023-11-15T06:53:07.188Z] Removing intermediate container 9d6d5d944fa7 [2023-11-15T06:53:07.188Z] ---> 2272970a58c6 [2023-11-15T06:53:07.188Z] Step 16/17 : LABEL git_sha=88225b2b2af007b234a268bddf4c2374904aaf88 [2023-11-15T06:53:07.188Z] ---> Running in 87bf3b19da9c [2023-11-15T06:53:07.188Z] Removing intermediate container 87bf3b19da9c [2023-11-15T06:53:07.188Z] ---> cad87b0c5dec [2023-11-15T06:53:07.188Z] Step 17/17 : LABEL version=0.0.0 [2023-11-15T06:53:07.447Z] ---> Running in deda0074017c [2023-11-15T06:53:07.447Z] Removing intermediate container deda0074017c [2023-11-15T06:53:07.447Z] ---> 6688c61f4f5f [2023-11-15T06:53:07.447Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-11-15T06:53:07.447Z] Successfully built 6688c61f4f5f [2023-11-15T06:53:07.447Z] Successfully tagged device-sdk:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:53:08.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T06:53:08.363Z] [2023-11-15T06:53:08.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:53:08.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T06:53:08.748Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-15T06:53:08.748Z] 5eb5b503b376: Pulling fs layer [2023-11-15T06:53:08.748Z] 5c69ac0246d0: Pulling fs layer [2023-11-15T06:53:08.748Z] ec43610c2a17: Pulling fs layer [2023-11-15T06:53:08.748Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-15T06:53:08.748Z] 33b1e0a273af: Pulling fs layer [2023-11-15T06:53:08.748Z] 5d3b04190fa2: Pulling fs layer [2023-11-15T06:53:08.748Z] 2f39f015ded8: Pulling fs layer [2023-11-15T06:53:08.748Z] 3a2ae6a8a46f: Waiting [2023-11-15T06:53:08.748Z] 33b1e0a273af: Waiting [2023-11-15T06:53:08.748Z] 5d3b04190fa2: Waiting [2023-11-15T06:53:08.748Z] 2f39f015ded8: Waiting [2023-11-15T06:53:08.748Z] 5c69ac0246d0: Download complete [2023-11-15T06:53:08.748Z] 3a2ae6a8a46f: Download complete [2023-11-15T06:53:09.010Z] 33b1e0a273af: Verifying Checksum [2023-11-15T06:53:09.010Z] 33b1e0a273af: Download complete [2023-11-15T06:53:09.010Z] 5d3b04190fa2: Download complete [2023-11-15T06:53:09.010Z] ec43610c2a17: Verifying Checksum [2023-11-15T06:53:09.010Z] ec43610c2a17: Download complete [2023-11-15T06:53:09.010Z] 5eb5b503b376: Verifying Checksum [2023-11-15T06:53:09.010Z] 5eb5b503b376: Download complete [2023-11-15T06:53:09.577Z] 2f39f015ded8: Download complete [2023-11-15T06:53:10.140Z] 5eb5b503b376: Pull complete [2023-11-15T06:53:10.398Z] 5c69ac0246d0: Pull complete [2023-11-15T06:53:10.657Z] ec43610c2a17: Pull complete [2023-11-15T06:53:10.657Z] 3a2ae6a8a46f: Pull complete [2023-11-15T06:53:10.915Z] 33b1e0a273af: Pull complete [2023-11-15T06:53:10.915Z] 5d3b04190fa2: Pull complete [2023-11-15T06:53:15.099Z] 2f39f015ded8: Pull complete [2023-11-15T06:53:15.099Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-15T06:53:15.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T06:53:15.099Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:53:15.314Z] prd-ubuntu20.04-docker-8c-8g-18070 does not seem to be running inside a container [2023-11-15T06:53:15.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_PR-500 -v /w/workspace/edgexfoundry_device-sdk-c_PR-500:/w/workspace/edgexfoundry_device-sdk-c_PR-500:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-15T06:53:18.883Z] $ docker top ed8b1b1fa209c670de7ac1544c05758a4804bf91869bf5a86cf30842b44b1c60 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:53:19.340Z] ---> job-cost.sh [2023-11-15T06:53:19.341Z] lf-activate-venv: SKIPPING [2023-11-15T06:53:19.341Z] INFO: No Stack... [2023-11-15T06:53:19.600Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-15T06:53:19.861Z] INFO: Archiving Costs [Pipeline] sh [2023-11-15T06:53:20.172Z] + cat /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives/cost.csv [2023-11-15T06:53:20.172Z] + cut -d, -f6 [Pipeline] lock [2023-11-15T06:53:20.219Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [2023-11-15T06:53:20.224Z] Resource [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] did not exist. Created. [2023-11-15T06:53:20.224Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-15T06:53:20.618Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-15T06:53:20.682Z] Stashed 1 file(s) [Pipeline] } [2023-11-15T06:53:20.698Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-15T06:53:20.774Z] $ docker stop --time=1 ed8b1b1fa209c670de7ac1544c05758a4804bf91869bf5a86cf30842b44b1c60 [2023-11-15T06:53:21.917Z] $ docker rm -f --volumes ed8b1b1fa209c670de7ac1544c05758a4804bf91869bf5a86cf30842b44b1c60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-15T06:54:14.362Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-18071 in /w/workspace/edgexfoundry_device-sdk-c_PR-500 [Pipeline] { [Pipeline] ws [2023-11-15T06:54:14.419Z] Running in /w/workspace/device-sdk-c/1 [Pipeline] { [Pipeline] checkout [2023-11-15T06:54:14.494Z] Selected Git installation does not exist. Using Default [2023-11-15T06:54:14.494Z] The recommended git tool is: NONE [2023-11-15T06:54:24.502Z] using credential edgex-jenkins-ssh [2023-11-15T06:54:24.519Z] Cloning the remote Git repository [2023-11-15T06:54:24.581Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-11-15T06:54:24.678Z] > git init /w/workspace/device-sdk-c/1 # timeout=10 [2023-11-15T06:54:24.813Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-11-15T06:54:24.814Z] > git --version # timeout=10 [2023-11-15T06:54:24.857Z] > git --version # 'git version 2.25.1' [2023-11-15T06:54:24.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-15T06:54:25.049Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-15T06:54:26.123Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-11-15T06:54:26.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-15T06:54:27.944Z] Merging remotes/origin/main commit 1a776ee907d08e39928eb07fc2284b30a6e0a694 into PR head commit 88225b2b2af007b234a268bddf4c2374904aaf88 [2023-11-15T06:54:28.296Z] Merge succeeded, producing 88225b2b2af007b234a268bddf4c2374904aaf88 [2023-11-15T06:54:28.296Z] Checking out Revision 88225b2b2af007b234a268bddf4c2374904aaf88 (PR-500) [2023-11-15T06:54:27.212Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-11-15T06:54:27.262Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-11-15T06:54:27.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-15T06:54:27.278Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-15T06:54:27.967Z] > git config core.sparsecheckout # timeout=10 [2023-11-15T06:54:28.077Z] > git checkout -f 88225b2b2af007b234a268bddf4c2374904aaf88 # timeout=10 [2023-11-15T06:54:28.192Z] > git remote # timeout=10 [2023-11-15T06:54:28.211Z] > git config --get remote.origin.url # timeout=10 [2023-11-15T06:54:28.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-15T06:54:28.241Z] > git merge 1a776ee907d08e39928eb07fc2284b30a6e0a694 # timeout=10 [2023-11-15T06:54:28.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-15T06:54:28.303Z] > git config core.sparsecheckout # timeout=10 [2023-11-15T06:54:28.319Z] > git checkout -f 88225b2b2af007b234a268bddf4c2374904aaf88 # timeout=10 [2023-11-15T06:54:31.920Z] Commit message: "fix: bump sdk version to 3.2.0" [2023-11-15T06:54:31.975Z] > git --version # timeout=10 [2023-11-15T06:54:31.991Z] > git --version # 'git version 2.25.1' [2023-11-15T06:54:32.038Z] fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-15T06:54:35.912Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-15T06:54:35.912Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-15T06:54:35.912Z] Dload Upload Total Spent Left Speed [2023-11-15T06:54:35.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 96075 0 --:--:-- --:--:-- --:--:-- 96075 [Pipeline] sh [2023-11-15T06:54:36.842Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-15T06:54:37.192Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-15T06:54:37.192Z] + sudo tee /etc/docker/daemon.new [2023-11-15T06:54:37.192Z] { [2023-11-15T06:54:37.192Z] "registry-mirrors": [ [2023-11-15T06:54:37.192Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-15T06:54:37.192Z] ], [2023-11-15T06:54:37.192Z] "bip": "10.250.0.254/24", [2023-11-15T06:54:37.192Z] "hosts": [ [2023-11-15T06:54:37.192Z] "tcp://0.0.0.0:5555", [2023-11-15T06:54:37.192Z] "unix:///var/run/docker.sock" [2023-11-15T06:54:37.192Z] ], [2023-11-15T06:54:37.192Z] "mtu": 1458, [2023-11-15T06:54:37.192Z] "selinux-enabled": true, [2023-11-15T06:54:37.192Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-15T06:54:37.192Z] } [Pipeline] sh [2023-11-15T06:54:37.540Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-15T06:54:37.890Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T06:54:56.217Z] provisioning config files... [2023-11-15T06:54:56.244Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/1@tmp/config6906686397143413475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:54:56.622Z] ---> docker-login.sh [2023-11-15T06:54:56.622Z] nexus3.edgexfoundry.org:10001 [2023-11-15T06:54:56.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:54:57.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:54:57.164Z] Configure a credential helper to remove this warning. See [2023-11-15T06:54:57.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:54:57.164Z] [2023-11-15T06:54:57.164Z] Login Succeeded [2023-11-15T06:54:57.164Z] nexus3.edgexfoundry.org:10002 [2023-11-15T06:54:57.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:54:57.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:54:57.436Z] Configure a credential helper to remove this warning. See [2023-11-15T06:54:57.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:54:57.436Z] [2023-11-15T06:54:57.436Z] Login Succeeded [2023-11-15T06:54:57.436Z] nexus3.edgexfoundry.org:10003 [2023-11-15T06:54:57.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:54:57.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:54:57.974Z] Configure a credential helper to remove this warning. See [2023-11-15T06:54:57.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:54:57.974Z] [2023-11-15T06:54:57.974Z] Login Succeeded [2023-11-15T06:54:57.974Z] nexus3.edgexfoundry.org:10004 [2023-11-15T06:54:58.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:54:58.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:54:58.245Z] Configure a credential helper to remove this warning. See [2023-11-15T06:54:58.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:54:58.245Z] [2023-11-15T06:54:58.245Z] Login Succeeded [2023-11-15T06:54:58.245Z] docker.io [2023-11-15T06:54:58.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-15T06:54:58.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-15T06:54:58.782Z] Configure a credential helper to remove this warning. See [2023-11-15T06:54:58.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-15T06:54:58.782Z] [2023-11-15T06:54:58.782Z] Login Succeeded [2023-11-15T06:54:58.782Z] ---> docker-login.sh ends [Pipeline] } [2023-11-15T06:54:58.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-15T06:54:59.195Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T06:54:59.228Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-11-15T06:54:59.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-15T06:54:59.294Z] ========================================================= [2023-11-15T06:54:59.294Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-11-15T06:54:59.294Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:54:59.757Z] + docker build -t ci-base-image-arm64 -f scripts/Dockerfile.alpine-base --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest . [2023-11-15T06:55:00.026Z] Sending build context to Docker daemon 2.972MB [2023-11-15T06:55:00.026Z] Step 1/21 : ARG BASE=alpine:3.18 [2023-11-15T06:55:00.026Z] Step 2/21 : FROM ${BASE} as builder [2023-11-15T06:55:00.294Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-11-15T06:55:00.294Z] 579b34f0a95b: Pulling fs layer [2023-11-15T06:55:00.294Z] e71477ac5e1b: Pulling fs layer [2023-11-15T06:55:00.294Z] 579b34f0a95b: Verifying Checksum [2023-11-15T06:55:00.294Z] 579b34f0a95b: Download complete [2023-11-15T06:55:01.258Z] 579b34f0a95b: Pull complete [2023-11-15T06:55:03.209Z] e71477ac5e1b: Verifying Checksum [2023-11-15T06:55:03.209Z] e71477ac5e1b: Download complete [2023-11-15T06:55:15.531Z] e71477ac5e1b: Pull complete [2023-11-15T06:55:15.531Z] Digest: sha256:d6da9bdca73313daf4d05ece6476ab4dbe9e0e950a139422d865873582b0d46d [2023-11-15T06:55:15.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-11-15T06:55:15.531Z] ---> 2b552cad5dd9 [2023-11-15T06:55:15.531Z] Step 3/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:55:15.531Z] ---> Running in a0b397a3bd74 [2023-11-15T06:55:15.798Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2023-11-15T06:55:16.382Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:55:16.382Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-11-15T06:55:16.382Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:55:19.724Z] Removing intermediate container a0b397a3bd74 [2023-11-15T06:55:19.724Z] ---> 5ab2925be102 [2023-11-15T06:55:19.724Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:55:19.724Z] ---> Running in 9681cb0237f2 [2023-11-15T06:55:21.131Z] Removing intermediate container 9681cb0237f2 [2023-11-15T06:55:21.131Z] ---> 728ff1739ea2 [2023-11-15T06:55:21.131Z] Step 5/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev hiredis-dev [2023-11-15T06:55:21.131Z] ---> Running in f87b26441d9a [2023-11-15T06:55:22.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:55:22.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T06:55:22.940Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:55:23.899Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:55:23.899Z] (1/17) Installing hiredis (1.1.0-r2) [2023-11-15T06:55:23.899Z] (2/17) Installing hiredis-dev (1.1.0-r2) [2023-11-15T06:55:23.899Z] (3/17) Installing iotech-iot-1.5 (1.5.0-r0) [2023-11-15T06:55:24.477Z] (4/17) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-11-15T06:55:24.743Z] (5/17) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-11-15T06:55:25.013Z] (6/17) Installing libcbor (0.10.2-r1) [2023-11-15T06:55:25.013Z] (7/17) Installing libcbor-dev (0.10.2-r1) [2023-11-15T06:55:25.013Z] (8/17) Installing libmenuw (6.4_p20230506-r0) [2023-11-15T06:55:25.013Z] (9/17) Installing libpanelw (6.4_p20230506-r0) [2023-11-15T06:55:25.013Z] (10/17) Installing libncurses++ (6.4_p20230506-r0) [2023-11-15T06:55:25.013Z] (11/17) Installing ncurses-dev (6.4_p20230506-r0) [2023-11-15T06:55:25.013Z] (12/17) Installing libblkid (2.38.1-r8) [2023-11-15T06:55:25.013Z] (13/17) Installing libuuid (2.38.1-r8) [2023-11-15T06:55:25.013Z] (14/17) Installing libfdisk (2.38.1-r8) [2023-11-15T06:55:25.013Z] (15/17) Installing libmount (2.38.1-r8) [2023-11-15T06:55:25.013Z] (16/17) Installing libsmartcols (2.38.1-r8) [2023-11-15T06:55:25.013Z] (17/17) Installing util-linux-dev (2.38.1-r8) [2023-11-15T06:55:25.013Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:55:25.279Z] OK: 333 MiB in 99 packages [2023-11-15T06:55:26.685Z] Removing intermediate container f87b26441d9a [2023-11-15T06:55:26.685Z] ---> 2b747c8dda40 [2023-11-15T06:55:26.685Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-11-15T06:55:26.685Z] ---> Running in a2cfbd9f78cf [2023-11-15T06:55:28.088Z] Removing intermediate container a2cfbd9f78cf [2023-11-15T06:55:28.088Z] ---> d5ddcce19594 [2023-11-15T06:55:28.088Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-11-15T06:55:28.354Z] ---> a3a3542be533 [2023-11-15T06:55:28.354Z] Step 8/21 : COPY src /tmp/sdk/src [2023-11-15T06:55:29.313Z] ---> c2e46796b05e [2023-11-15T06:55:29.313Z] Step 9/21 : COPY include /tmp/sdk/include [2023-11-15T06:55:34.648Z] ---> 0ea1a272e91b [2023-11-15T06:55:34.648Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-11-15T06:55:34.648Z] ---> 43bf88ab0c65 [2023-11-15T06:55:34.648Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-11-15T06:55:34.648Z] ---> 52b2af161c31 [2023-11-15T06:55:34.648Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-11-15T06:55:35.234Z] ---> 9adf52600fc0 [2023-11-15T06:55:35.234Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-11-15T06:55:35.234Z] ---> Running in 0e33315ef4b9 [2023-11-15T06:55:36.202Z] + CPPCHECK=false [2023-11-15T06:55:36.202Z] + DOCGEN=false [2023-11-15T06:55:36.202Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-11-15T06:55:36.202Z] + '[' 0 -gt 0 ] [2023-11-15T06:55:36.202Z] + readlink -f ./scripts/build.sh [2023-11-15T06:55:36.202Z] + dirname /tmp/sdk/scripts/build.sh [2023-11-15T06:55:36.202Z] + dirname /tmp/sdk/scripts [2023-11-15T06:55:36.202Z] + ROOT=/tmp/sdk [2023-11-15T06:55:36.202Z] + cd /tmp/sdk [2023-11-15T06:55:36.202Z] + mkdir -p /tmp/sdk/build/release [2023-11-15T06:55:36.202Z] + cd /tmp/sdk/build/release [2023-11-15T06:55:36.202Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-11-15T06:55:36.468Z] -- The C compiler identification is GNU 12.2.1 [2023-11-15T06:55:36.468Z] -- Detecting C compiler ABI info [2023-11-15T06:55:37.051Z] -- Detecting C compiler ABI info - done [2023-11-15T06:55:37.051Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-11-15T06:55:37.051Z] -- Detecting C compile features [2023-11-15T06:55:37.051Z] -- Detecting C compile features - done [2023-11-15T06:55:37.051Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-11-15T06:55:37.319Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2023-11-15T06:55:37.319Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-11-15T06:55:37.319Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-11-15T06:55:37.319Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-11-15T06:55:37.319Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-11-15T06:55:37.319Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-11-15T06:55:37.319Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-11-15T06:55:37.319Z] -- /opt/iotech/iot/1.5/include [2023-11-15T06:55:37.319Z] -- C SDK 0.0.0 for Linux [2023-11-15T06:55:37.319Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-11-15T06:55:37.599Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-11-15T06:55:37.865Z] -- Found Curses: /usr/lib/libcurses.so [2023-11-15T06:55:37.865Z] -- Configuring done (1.7s) [2023-11-15T06:55:38.136Z] -- Generating done (0.2s) [2023-11-15T06:55:38.136Z] -- Build files have been written to: /tmp/sdk/build/release [2023-11-15T06:55:38.136Z] + make all package [2023-11-15T06:55:38.136Z] + tee release.log [2023-11-15T06:55:38.402Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-11-15T06:55:38.991Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-11-15T06:55:40.194Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-11-15T06:55:40.461Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-11-15T06:55:41.428Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2023-11-15T06:55:42.015Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-11-15T06:55:43.956Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-11-15T06:55:44.561Z] /tmp/sdk/src/c/consul.c: In function 'edgex_consul_client_get_common_config': [2023-11-15T06:55:44.561Z] /tmp/sdk/src/c/consul.c:294:10: warning: 'privateConfig' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:55:44.561Z] 294 | while (privateConfig) [2023-11-15T06:55:44.561Z] | ^~~~~~~~~~~~~ [2023-11-15T06:55:44.561Z] /tmp/sdk/src/c/consul.c:214:28: note: 'privateConfig' was declared here [2023-11-15T06:55:44.561Z] 214 | devsdk_nvpairs *result, *privateConfig, *ccReady = NULL; [2023-11-15T06:55:44.561Z] | ^~~~~~~~~~~~~ [2023-11-15T06:55:44.561Z] /tmp/sdk/src/c/consul.c:271:10: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:55:44.561Z] 271 | while (result) [2023-11-15T06:55:44.561Z] | ^~~~~~ [2023-11-15T06:55:44.561Z] /tmp/sdk/src/c/consul.c:214:19: note: 'result' was declared here [2023-11-15T06:55:44.561Z] 214 | devsdk_nvpairs *result, *privateConfig, *ccReady = NULL; [2023-11-15T06:55:44.561Z] | ^~~~~~ [2023-11-15T06:55:45.148Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-11-15T06:55:45.148Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-11-15T06:55:46.107Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-11-15T06:55:48.068Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-11-15T06:55:48.649Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-11-15T06:55:49.231Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-11-15T06:55:50.199Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-11-15T06:55:50.466Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2023-11-15T06:55:51.602Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-11-15T06:55:51.878Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-11-15T06:55:54.457Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-11-15T06:55:54.457Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-11-15T06:55:55.039Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-11-15T06:55:56.442Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-11-15T06:56:03.080Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-11-15T06:56:03.347Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-11-15T06:56:03.620Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-11-15T06:56:04.204Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-11-15T06:56:04.490Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-11-15T06:56:05.902Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-11-15T06:56:07.837Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-11-15T06:56:08.426Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-11-15T06:56:09.379Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-11-15T06:56:09.959Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-11-15T06:56:09.959Z] /tmp/sdk/src/c/service.c: In function 'devsdk_service_start': [2023-11-15T06:56:09.959Z] /tmp/sdk/src/c/service.c:871:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:56:09.959Z] 871 | iot_data_t *allservices_config = iot_data_string_map_get_map(common_config_file, ALL_SVCS_NODE); [2023-11-15T06:56:09.959Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:56:09.959Z] /tmp/sdk/src/c/service.c:872:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:56:09.959Z] 872 | deviceservices_config = iot_data_string_map_get_map(common_config_file, DEV_SVCS_NODE); [2023-11-15T06:56:09.959Z] | ^ [2023-11-15T06:56:11.898Z] /tmp/sdk/src/c/service.c:1026:5: warning: 'deviceservices_config' may be used uninitialized [-Wmaybe-uninitialized] [2023-11-15T06:56:11.898Z] 1026 | edgex_device_parseClients (svc->logger, iot_data_string_map_get (deviceservices_config, "Clients"), &svc->config.endpoints); [2023-11-15T06:56:11.898Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:56:11.898Z] /tmp/sdk/src/c/service.c:838:68: note: 'deviceservices_config' was declared here [2023-11-15T06:56:11.898Z] 838 | iot_data_t *common_config_map, *private_config_map, *configmap, *deviceservices_config; [2023-11-15T06:56:11.898Z] | ^~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:56:12.489Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-11-15T06:56:13.447Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-11-15T06:56:13.715Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-11-15T06:56:14.298Z] [ 68%] Linking C shared library libcsdk.so [2023-11-15T06:56:14.298Z] [ 68%] Built target csdk [2023-11-15T06:56:14.565Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-11-15T06:56:15.150Z] [ 72%] Linking C executable template [2023-11-15T06:56:15.737Z] [ 72%] Built target template [2023-11-15T06:56:15.737Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-11-15T06:56:16.321Z] [ 76%] Linking C executable device-counter [2023-11-15T06:56:16.588Z] [ 76%] Built target device-counter [2023-11-15T06:56:16.588Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-11-15T06:56:17.170Z] [ 80%] Linking C executable device-random [2023-11-15T06:56:17.436Z] [ 80%] Built target device-random [2023-11-15T06:56:17.436Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-11-15T06:56:18.026Z] [ 84%] Linking C executable device-gyro [2023-11-15T06:56:18.291Z] [ 84%] Built target device-gyro [2023-11-15T06:56:18.291Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-11-15T06:56:18.871Z] [ 88%] Linking C executable device-bitfields [2023-11-15T06:56:19.144Z] [ 88%] Built target device-bitfields [2023-11-15T06:56:19.144Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-11-15T06:56:20.100Z] [ 92%] Linking C executable template-discovery [2023-11-15T06:56:20.367Z] [ 92%] Built target template-discovery [2023-11-15T06:56:20.367Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-11-15T06:56:20.949Z] [ 96%] Linking C executable device-file [2023-11-15T06:56:21.215Z] [ 96%] Built target device-file [2023-11-15T06:56:21.481Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-11-15T06:56:22.066Z] [100%] Linking C executable device-terminal [2023-11-15T06:56:22.332Z] [100%] Built target device-terminal [2023-11-15T06:56:22.332Z] Run CPack packaging tool... [2023-11-15T06:56:22.332Z] CPack: Create package using TGZ [2023-11-15T06:56:22.332Z] CPack: Install projects [2023-11-15T06:56:22.332Z] CPack: - Run preinstall target for: Csdk [2023-11-15T06:56:23.297Z] CPack: - Install project: Csdk [] [2023-11-15T06:56:23.297Z] CPack: Create package [2023-11-15T06:56:23.297Z] CPack: - package: /tmp/sdk/build/release/csdk-0.0.0.tar.gz generated. [2023-11-15T06:56:23.297Z] + '[' false '=' true ] [2023-11-15T06:56:23.297Z] + '[' false '=' true ] [2023-11-15T06:56:23.297Z] + mkdir -p /tmp/sdk/build/debug [2023-11-15T06:56:23.297Z] + cd /tmp/sdk/build/debug [2023-11-15T06:56:23.297Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-11-15T06:56:23.564Z] -- The C compiler identification is GNU 12.2.1 [2023-11-15T06:56:23.830Z] -- Detecting C compiler ABI info [2023-11-15T06:56:24.096Z] -- Detecting C compiler ABI info - done [2023-11-15T06:56:24.096Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-11-15T06:56:24.096Z] -- Detecting C compile features [2023-11-15T06:56:24.096Z] -- Detecting C compile features - done [2023-11-15T06:56:24.096Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-11-15T06:56:24.362Z] -- Found CURL: /usr/lib/libcurl.so (found version "8.4.0") [2023-11-15T06:56:24.362Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-11-15T06:56:24.362Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-11-15T06:56:24.362Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-11-15T06:56:24.362Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-11-15T06:56:24.362Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-11-15T06:56:24.362Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-11-15T06:56:24.362Z] -- /opt/iotech/iot/1.5/include [2023-11-15T06:56:24.362Z] -- C SDK 0.0.0 for Linux [2023-11-15T06:56:24.362Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-11-15T06:56:24.627Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-11-15T06:56:24.892Z] -- Found Curses: /usr/lib/libcurses.so [2023-11-15T06:56:24.892Z] -- Configuring done (1.6s) [2023-11-15T06:56:25.159Z] -- Generating done (0.2s) [2023-11-15T06:56:25.159Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-11-15T06:56:25.427Z] + + maketee [2023-11-15T06:56:25.427Z] debug.log [2023-11-15T06:56:25.427Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-11-15T06:56:25.697Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-11-15T06:56:26.277Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-11-15T06:56:26.547Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-11-15T06:56:26.814Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback3.c.o [2023-11-15T06:56:27.395Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-11-15T06:56:27.976Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-11-15T06:56:28.555Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-11-15T06:56:28.555Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-11-15T06:56:29.143Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-11-15T06:56:29.723Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-11-15T06:56:29.989Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-11-15T06:56:30.258Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-11-15T06:56:30.839Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-11-15T06:56:31.104Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/dto-read.c.o [2023-11-15T06:56:31.369Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-11-15T06:56:31.634Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-11-15T06:56:32.213Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-11-15T06:56:32.479Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-11-15T06:56:32.745Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-11-15T06:56:33.330Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-11-15T06:56:34.737Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-11-15T06:56:35.005Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-11-15T06:56:35.271Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-11-15T06:56:35.538Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-11-15T06:56:35.805Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-11-15T06:56:36.384Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-11-15T06:56:37.788Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-11-15T06:56:37.788Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-11-15T06:56:38.054Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-11-15T06:56:38.632Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-11-15T06:56:38.897Z] /tmp/sdk/src/c/service.c: In function 'devsdk_service_start': [2023-11-15T06:56:38.897Z] /tmp/sdk/src/c/service.c:871:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:56:38.897Z] 871 | iot_data_t *allservices_config = iot_data_string_map_get_map(common_config_file, ALL_SVCS_NODE); [2023-11-15T06:56:38.897Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [2023-11-15T06:56:38.897Z] /tmp/sdk/src/c/service.c:872:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [2023-11-15T06:56:38.897Z] 872 | deviceservices_config = iot_data_string_map_get_map(common_config_file, DEV_SVCS_NODE); [2023-11-15T06:56:38.897Z] | ^ [2023-11-15T06:56:39.299Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-11-15T06:56:39.574Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-11-15T06:56:39.851Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-11-15T06:56:40.455Z] [ 68%] Linking C shared library libcsdk.so [2023-11-15T06:56:40.455Z] [ 68%] Built target csdk [2023-11-15T06:56:40.724Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-11-15T06:56:40.994Z] [ 72%] Linking C executable template [2023-11-15T06:56:41.265Z] [ 72%] Built target template [2023-11-15T06:56:41.265Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-11-15T06:56:41.862Z] [ 76%] Linking C executable device-counter [2023-11-15T06:56:41.862Z] [ 76%] Built target device-counter [2023-11-15T06:56:42.179Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-11-15T06:56:42.447Z] [ 80%] Linking C executable device-random [2023-11-15T06:56:42.714Z] [ 80%] Built target device-random [2023-11-15T06:56:42.715Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-11-15T06:56:42.981Z] [ 84%] Linking C executable device-gyro [2023-11-15T06:56:43.246Z] [ 84%] Built target device-gyro [2023-11-15T06:56:43.512Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-11-15T06:56:43.777Z] [ 88%] Linking C executable device-bitfields [2023-11-15T06:56:44.043Z] [ 88%] Built target device-bitfields [2023-11-15T06:56:44.044Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-11-15T06:56:44.624Z] [ 92%] Linking C executable template-discovery [2023-11-15T06:56:44.890Z] [ 92%] Built target template-discovery [2023-11-15T06:56:44.890Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-11-15T06:56:45.159Z] [ 96%] Linking C executable device-file [2023-11-15T06:56:45.426Z] [ 96%] Built target device-file [2023-11-15T06:56:45.694Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-11-15T06:56:45.960Z] [100%] Linking C executable device-terminal [2023-11-15T06:56:46.228Z] [100%] Built target device-terminal [2023-11-15T06:56:46.228Z] make: Entering directory '/tmp/sdk/build/release' [2023-11-15T06:56:46.496Z] [ 68%] Built target csdk [2023-11-15T06:56:46.496Z] [ 72%] Built target template [2023-11-15T06:56:46.496Z] [ 76%] Built target device-counter [2023-11-15T06:56:46.764Z] [ 80%] Built target device-random [2023-11-15T06:56:46.765Z] [ 84%] Built target device-gyro [2023-11-15T06:56:46.765Z] [ 88%] Built target device-bitfields [2023-11-15T06:56:46.765Z] [ 92%] Built target template-discovery [2023-11-15T06:56:46.765Z] [ 96%] Built target device-file [2023-11-15T06:56:47.033Z] [100%] Built target device-terminal [2023-11-15T06:56:47.033Z] Install the project... [2023-11-15T06:56:47.033Z] -- Install configuration: "Release" [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/lib/libcsdk.so [2023-11-15T06:56:47.033Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/devsdk [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/devices.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-11-15T06:56:47.033Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-11-15T06:56:47.033Z] make: Leaving directory '/tmp/sdk/build/release' [2023-11-15T06:56:48.440Z] Removing intermediate container 0e33315ef4b9 [2023-11-15T06:56:48.440Z] ---> d0300921d260 [2023-11-15T06:56:48.440Z] Step 14/21 : FROM ${BASE} [2023-11-15T06:56:48.440Z] ---> 2b552cad5dd9 [2023-11-15T06:56:48.440Z] Step 15/21 : LABEL maintainer="IOTech " [2023-11-15T06:56:48.440Z] ---> Running in a8a5e7453925 [2023-11-15T06:56:48.715Z] Removing intermediate container a8a5e7453925 [2023-11-15T06:56:48.715Z] ---> 960faabd7b45 [2023-11-15T06:56:48.715Z] Step 16/21 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:56:48.715Z] ---> Running in 3a0c43de896f [2023-11-15T06:56:49.674Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2023-11-15T06:56:50.254Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:56:50.254Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-11-15T06:56:50.254Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:56:50.836Z] Removing intermediate container 3a0c43de896f [2023-11-15T06:56:50.836Z] ---> cd009943eb78 [2023-11-15T06:56:50.836Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:56:50.836Z] ---> Running in 86142a8287ea [2023-11-15T06:56:52.240Z] Removing intermediate container 86142a8287ea [2023-11-15T06:56:52.240Z] ---> e2bf256a53e5 [2023-11-15T06:56:52.240Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor iotech-paho-mqtt-c-dev-1.3 iotech-iot-1.5 hiredis-dev [2023-11-15T06:56:52.506Z] ---> Running in bbdf271f8b4d [2023-11-15T06:56:53.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:56:53.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T06:56:54.309Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:56:55.124Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:56:55.124Z] (1/7) Installing curl (8.4.0-r0) [2023-11-15T06:56:55.124Z] (2/7) Installing hiredis (1.1.0-r2) [2023-11-15T06:56:55.124Z] (3/7) Installing hiredis-dev (1.1.0-r2) [2023-11-15T06:56:55.124Z] (4/7) Installing iotech-iot-1.5 (1.5.0-r0) [2023-11-15T06:56:56.075Z] (5/7) Installing iotech-paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-11-15T06:56:56.341Z] (6/7) Installing libcbor (0.10.2-r1) [2023-11-15T06:56:56.341Z] (7/7) Installing libuuid (2.38.1-r8) [2023-11-15T06:56:56.341Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:56:56.341Z] OK: 327 MiB in 89 packages [2023-11-15T06:56:57.304Z] Removing intermediate container bbdf271f8b4d [2023-11-15T06:56:57.304Z] ---> 6af0e4b73a34 [2023-11-15T06:56:57.304Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-11-15T06:56:59.237Z] ---> c58af43f0138 [2023-11-15T06:56:59.237Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-11-15T06:56:59.818Z] ---> 2c4636c11f35 [2023-11-15T06:56:59.818Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-11-15T06:57:00.399Z] ---> b71334cfacfb [2023-11-15T06:57:00.399Z] Successfully built b71334cfacfb [2023-11-15T06:57:00.399Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:57:01.128Z] + docker inspect -f . ci-base-image-arm64 [2023-11-15T06:57:01.128Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:57:01.398Z] prd-ubuntu20.04-docker-arm64-4c-16g-18071 does not seem to be running inside a container [2023-11-15T06:57:01.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-11-15T06:57:02.621Z] $ docker top d2d916efeb9ee57b87c417d0fe33af7f2798d7815c045a895e04e20ebb4bdd52 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T06:57:03.496Z] + make test [2023-11-15T06:57:03.497Z] echo "make test" [2023-11-15T06:57:03.497Z] make test [Pipeline] } [2023-11-15T06:57:03.533Z] $ docker stop --time=1 d2d916efeb9ee57b87c417d0fe33af7f2798d7815c045a895e04e20ebb4bdd52 [2023-11-15T06:57:05.107Z] $ docker rm -f --volumes d2d916efeb9ee57b87c417d0fe33af7f2798d7815c045a895e04e20ebb4bdd52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-15T06:57:05.910Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-15T06:57:06.241Z] + ls -al . [2023-11-15T06:57:06.241Z] total 208 [2023-11-15T06:57:06.241Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 06:54 . [2023-11-15T06:57:06.241Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:54 .. [2023-11-15T06:57:06.241Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 15 06:54 .git [2023-11-15T06:57:06.241Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 15 06:54 .github [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 176 Nov 15 06:54 .gitignore [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 2908 Nov 15 06:54 Attribution.txt [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 11953 Nov 15 06:54 CHANGELOG.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 108574 Nov 15 06:54 Doxyfile [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 15 06:54 GOVERNANCE.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 784 Nov 15 06:54 Jenkinsfile [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 15 06:54 LICENSE [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 444 Nov 15 06:54 Makefile [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 618 Nov 15 06:54 OWNERS.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 1651 Nov 15 06:54 README.IOT.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 4215 Nov 15 06:54 README.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 1245 Nov 15 06:54 README.v3.md [2023-11-15T06:57:06.241Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 15 06:52 VERSION [2023-11-15T06:57:06.241Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 06:54 docs [2023-11-15T06:57:06.241Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:54 include [2023-11-15T06:57:06.241Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 15 06:54 scripts [2023-11-15T06:57:06.241Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 15 06:54 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:57:06.660Z] + docker build -t device-sdk-arm64 -f scripts/Dockerfile.alpine --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=88225b2b2af007b234a268bddf4c2374904aaf88 --label arch=arm64 --label version=0.0.0 . [2023-11-15T06:57:06.928Z] Sending build context to Docker daemon 2.972MB [2023-11-15T06:57:06.928Z] Step 1/17 : ARG BASE=alpine:3.18 [2023-11-15T06:57:06.928Z] Step 2/17 : FROM ${BASE} [2023-11-15T06:57:06.928Z] ---> b71334cfacfb [2023-11-15T06:57:06.928Z] Step 3/17 : LABEL maintainer="IOTech " [2023-11-15T06:57:07.194Z] ---> Running in 1cf58c9d05c7 [2023-11-15T06:57:07.459Z] Removing intermediate container 1cf58c9d05c7 [2023-11-15T06:57:07.459Z] ---> ab4f0d553a1d [2023-11-15T06:57:07.460Z] Step 4/17 : RUN wget https://iotech.jfrog.io/artifactory/api/security/keypair/public/repositories/alpine-release -O /etc/apk/keys/alpine.dev.rsa.pub [2023-11-15T06:57:07.460Z] ---> Running in 7da554ca0e96 [2023-11-15T06:57:08.415Z] Connecting to iotech.jfrog.io (54.73.4.50:443) [2023-11-15T06:57:09.004Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-11-15T06:57:09.004Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-11-15T06:57:09.004Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-11-15T06:57:09.588Z] Removing intermediate container 7da554ca0e96 [2023-11-15T06:57:09.588Z] ---> 833911dc8b77 [2023-11-15T06:57:09.588Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main' >> /etc/apk/repositories [2023-11-15T06:57:09.588Z] ---> Running in cf64bb590cf7 [2023-11-15T06:57:14.924Z] Removing intermediate container cf64bb590cf7 [2023-11-15T06:57:14.924Z] ---> f409f20d2a88 [2023-11-15T06:57:14.924Z] Step 6/17 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml-dev curl-dev libmicrohttpd-dev util-linux-dev ncurses-dev libcbor-dev iotech-paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.5-dev && mkdir -p /edgex-c-sdk/build [2023-11-15T06:57:14.924Z] ---> Running in cfa2a60c083d [2023-11-15T06:57:15.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:57:16.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-15T06:57:16.663Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-15T06:57:17.616Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-11-15T06:57:17.616Z] (1/11) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-11-15T06:57:17.882Z] (2/11) Installing libcbor-dev (0.10.2-r1) [2023-11-15T06:57:17.882Z] (3/11) Installing libmenuw (6.4_p20230506-r0) [2023-11-15T06:57:17.882Z] (4/11) Installing libpanelw (6.4_p20230506-r0) [2023-11-15T06:57:17.882Z] (5/11) Installing libncurses++ (6.4_p20230506-r0) [2023-11-15T06:57:17.882Z] (6/11) Installing ncurses-dev (6.4_p20230506-r0) [2023-11-15T06:57:17.882Z] (7/11) Installing libblkid (2.38.1-r8) [2023-11-15T06:57:17.882Z] (8/11) Installing libfdisk (2.38.1-r8) [2023-11-15T06:57:17.882Z] (9/11) Installing libmount (2.38.1-r8) [2023-11-15T06:57:17.882Z] (10/11) Installing libsmartcols (2.38.1-r8) [2023-11-15T06:57:17.882Z] (11/11) Installing util-linux-dev (2.38.1-r8) [2023-11-15T06:57:18.152Z] Executing busybox-1.36.1-r4.trigger [2023-11-15T06:57:18.152Z] OK: 333 MiB in 100 packages [2023-11-15T06:57:19.123Z] Removing intermediate container cfa2a60c083d [2023-11-15T06:57:19.123Z] ---> 2afe8d7d431d [2023-11-15T06:57:19.123Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-11-15T06:57:19.705Z] ---> 671d3085b195 [2023-11-15T06:57:19.705Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-11-15T06:57:20.660Z] ---> 04e876e35964 [2023-11-15T06:57:20.660Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-11-15T06:57:20.926Z] ---> 2d9fa10538b6 [2023-11-15T06:57:20.926Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-11-15T06:57:21.506Z] ---> b67048adef19 [2023-11-15T06:57:21.506Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-11-15T06:57:21.772Z] ---> 07a8cd67e5d0 [2023-11-15T06:57:21.772Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-11-15T06:57:22.355Z] ---> fc72c527fb58 [2023-11-15T06:57:22.355Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-11-15T06:57:22.355Z] ---> Running in f7ea1b5af292 [2023-11-15T06:57:22.671Z] Removing intermediate container f7ea1b5af292 [2023-11-15T06:57:22.672Z] ---> 1b2b30975625 [2023-11-15T06:57:22.672Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-11-15T06:57:22.672Z] ---> Running in bb528f725fd6 [2023-11-15T06:57:22.938Z] Removing intermediate container bb528f725fd6 [2023-11-15T06:57:22.938Z] ---> a0bbffb32b2f [2023-11-15T06:57:22.938Z] Step 15/17 : LABEL arch=arm64 [2023-11-15T06:57:22.938Z] ---> Running in 14ec02feaf1e [2023-11-15T06:57:23.520Z] Removing intermediate container 14ec02feaf1e [2023-11-15T06:57:23.520Z] ---> 3395170cd8e8 [2023-11-15T06:57:23.520Z] Step 16/17 : LABEL git_sha=88225b2b2af007b234a268bddf4c2374904aaf88 [2023-11-15T06:57:23.520Z] ---> Running in b507133beccc [2023-11-15T06:57:23.785Z] Removing intermediate container b507133beccc [2023-11-15T06:57:23.785Z] ---> 5c0c558d6f51 [2023-11-15T06:57:23.785Z] Step 17/17 : LABEL version=0.0.0 [2023-11-15T06:57:23.785Z] ---> Running in 005cfe119960 [2023-11-15T06:57:24.050Z] Removing intermediate container 005cfe119960 [2023-11-15T06:57:24.050Z] ---> 80bb0839632d [2023-11-15T06:57:24.050Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2023-11-15T06:57:24.050Z] Successfully built 80bb0839632d [2023-11-15T06:57:24.050Z] Successfully tagged device-sdk-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:57:24.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T06:57:24.873Z] [2023-11-15T06:57:24.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:57:25.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T06:57:27.222Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-15T06:57:27.222Z] 8998bd30e6a1: Pulling fs layer [2023-11-15T06:57:27.222Z] 04944245beec: Pulling fs layer [2023-11-15T06:57:27.222Z] 699f458cf7ca: Pulling fs layer [2023-11-15T06:57:27.222Z] 765212b225bb: Pulling fs layer [2023-11-15T06:57:27.222Z] f23df028b6ca: Pulling fs layer [2023-11-15T06:57:27.222Z] d65c8cfc05b1: Pulling fs layer [2023-11-15T06:57:27.222Z] 2437ff75d9bd: Pulling fs layer [2023-11-15T06:57:27.222Z] 765212b225bb: Waiting [2023-11-15T06:57:27.222Z] d65c8cfc05b1: Waiting [2023-11-15T06:57:27.222Z] 2437ff75d9bd: Waiting [2023-11-15T06:57:27.222Z] f23df028b6ca: Waiting [2023-11-15T06:57:27.222Z] 04944245beec: Verifying Checksum [2023-11-15T06:57:27.222Z] 04944245beec: Download complete [2023-11-15T06:57:27.222Z] 765212b225bb: Verifying Checksum [2023-11-15T06:57:27.222Z] 765212b225bb: Download complete [2023-11-15T06:57:27.490Z] f23df028b6ca: Verifying Checksum [2023-11-15T06:57:27.490Z] f23df028b6ca: Download complete [2023-11-15T06:57:27.490Z] d65c8cfc05b1: Verifying Checksum [2023-11-15T06:57:27.490Z] d65c8cfc05b1: Download complete [2023-11-15T06:57:27.490Z] 699f458cf7ca: Verifying Checksum [2023-11-15T06:57:28.073Z] 8998bd30e6a1: Verifying Checksum [2023-11-15T06:57:28.073Z] 8998bd30e6a1: Download complete [2023-11-15T06:57:30.648Z] 2437ff75d9bd: Verifying Checksum [2023-11-15T06:57:30.648Z] 2437ff75d9bd: Download complete [2023-11-15T06:57:32.586Z] 8998bd30e6a1: Pull complete [2023-11-15T06:57:32.851Z] 04944245beec: Pull complete [2023-11-15T06:57:34.800Z] 699f458cf7ca: Pull complete [2023-11-15T06:57:34.800Z] 765212b225bb: Pull complete [2023-11-15T06:57:35.383Z] f23df028b6ca: Pull complete [2023-11-15T06:57:35.648Z] d65c8cfc05b1: Pull complete [2023-11-15T06:57:53.837Z] 2437ff75d9bd: Pull complete [2023-11-15T06:57:53.837Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-15T06:57:53.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-15T06:57:53.837Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:57:54.147Z] prd-ubuntu20.04-docker-arm64-4c-16g-18071 does not seem to be running inside a container [2023-11-15T06:57:54.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-c/1 -v /w/workspace/device-sdk-c/1:/w/workspace/device-sdk-c/1:rw,z -v /w/workspace/device-sdk-c/1@tmp:/w/workspace/device-sdk-c/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-11-15T06:57:56.560Z] $ docker top 79be6af1bac85dbe98a3e48f9aeddfbf10b65a410fa9b0931206ddae039a0fc4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:57:57.117Z] ---> job-cost.sh [2023-11-15T06:57:57.381Z] lf-activate-venv: SKIPPING [2023-11-15T06:57:57.381Z] INFO: No Stack... [2023-11-15T06:57:57.644Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-15T06:57:58.595Z] INFO: Archiving Costs [Pipeline] sh [2023-11-15T06:57:58.934Z] + cat /w/workspace/device-sdk-c/1/archives/cost.csv [2023-11-15T06:57:58.934Z] + cut -d, -f6 [Pipeline] lock [2023-11-15T06:57:59.005Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [2023-11-15T06:57:59.010Z] Resource [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] did not exist. Created. [2023-11-15T06:57:59.010Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-15T06:57:59.409Z] /w/workspace/device-sdk-c/1@tmp/durable-ea101991/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-15T06:57:59.761Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-15T06:57:59.795Z] Warning: overwriting stash ‘stack-cost’ [2023-11-15T06:58:00.264Z] Stashed 1 file(s) [Pipeline] } [2023-11-15T06:58:00.282Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-15T06:58:00.370Z] $ docker stop --time=1 79be6af1bac85dbe98a3e48f9aeddfbf10b65a410fa9b0931206ddae039a0fc4 [2023-11-15T06:58:01.881Z] $ docker rm -f --volumes 79be6af1bac85dbe98a3e48f9aeddfbf10b65a410fa9b0931206ddae039a0fc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-11-15T06:58:03.556Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives ] [2023-11-15T06:58:03.556Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives [2023-11-15T06:58:03.556Z] total 16 [2023-11-15T06:58:03.556Z] drwxr-xr-x 3 root root 4096 Nov 15 06:53 . [2023-11-15T06:58:03.556Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 15 06:53 .. [2023-11-15T06:58:03.556Z] drwxr-xr-x 2 root root 4096 Nov 15 06:53 cost [2023-11-15T06:58:03.556Z] -rw-r--r-- 1 root root 84 Nov 15 06:53 cost.csv [2023-11-15T06:58:03.556Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives [2023-11-15T06:58:03.556Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives [2023-11-15T06:58:03.556Z] total 16 [2023-11-15T06:58:03.556Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 15 06:53 . [2023-11-15T06:58:03.556Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 15 06:53 .. [2023-11-15T06:58:03.556Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 15 06:53 cost [2023-11-15T06:58:03.556Z] -rw-r--r-- 1 jenkins jenkins 84 Nov 15 06:53 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:03.888Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:04.781Z] ---> package-listing.sh [2023-11-15T06:58:04.781Z] ++ facter osfamily [2023-11-15T06:58:04.781Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-15T06:58:05.040Z] + OS_FAMILY=debian [2023-11-15T06:58:05.040Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_PR-500 [2023-11-15T06:58:05.040Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-15T06:58:05.040Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-15T06:58:05.040Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-15T06:58:05.040Z] + PACKAGES=/tmp/packages_start.txt [2023-11-15T06:58:05.040Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-500 ']' [2023-11-15T06:58:05.040Z] + PACKAGES=/tmp/packages_end.txt [2023-11-15T06:58:05.040Z] + case "${OS_FAMILY}" in [2023-11-15T06:58:05.040Z] + dpkg -l [2023-11-15T06:58:05.040Z] + grep '^ii' [2023-11-15T06:58:05.040Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-15T06:58:05.040Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-15T06:58:05.040Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-15T06:58:05.040Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_PR-500 ']' [2023-11-15T06:58:05.040Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives/ [2023-11-15T06:58:05.040Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_PR-500/archives/ [Pipeline] echo [2023-11-15T06:58:05.072Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-15T06:58:05.364Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-15T06:58:05.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-15T06:58:05.994Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-15T06:58:06.147Z] prd-ubuntu20.04-docker-8c-8g-18070 does not seem to be running inside a container [2023-11-15T06:58:06.175Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-sdk-c_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-sdk-c_PR-500 -v /w/workspace/edgexfoundry_device-sdk-c_PR-500:/w/workspace/edgexfoundry_device-sdk-c_PR-500:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-15T06:58:06.675Z] $ docker top e7d35f9128c8cdbe4d1ff2e06565226a20ef7cfbcdad909ba642a44adecad4f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-15T06:58:07.071Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-15T06:58:07.391Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-15T06:58:07.701Z] + ls /var/log/sa-host [2023-11-15T06:58:07.701Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-15T06:58:07.833Z] provisioning config files... [2023-11-15T06:58:07.841Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_PR-500@tmp/config15092108751998040372tmp [Pipeline] { [Pipeline] echo [2023-11-15T06:58:07.899Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:08.209Z] ---> create-netrc.sh [Pipeline] } [2023-11-15T06:58:08.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:08.631Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-15T06:58:08.668Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:08.982Z] ---> sudo-logs.sh [2023-11-15T06:58:08.983Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-15T06:58:09.072Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:09.383Z] ---> job-cost.sh [2023-11-15T06:58:09.383Z] lf-activate-venv: SKIPPING [2023-11-15T06:58:09.383Z] DEBUG: total: 0.2199999988079071 [2023-11-15T06:58:09.383Z] INFO: Retrieving Stack Cost... [2023-11-15T06:58:09.643Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-15T06:58:09.907Z] INFO: Archiving Costs [Pipeline] echo [2023-11-15T06:58:09.949Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-15T06:58:10.257Z] ---> logs-deploy.sh [2023-11-15T06:58:10.257Z] lf-activate-venv: SKIPPING [2023-11-15T06:58:10.257Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/PR-500/1 [2023-11-15T06:58:10.257Z] INFO: archiving workspace using pattern(s): [2023-11-15T06:58:11.200Z] Archives upload complete. [2023-11-15T06:58:11.460Z] INFO: archiving logs to Nexus [2023-11-15T06:58:12.029Z] ---> uname -a: [2023-11-15T06:58:12.029Z] Linux prd-ubuntu20-04-docker-8c-8g-18070 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] ---> lscpu: [2023-11-15T06:58:12.029Z] Architecture: x86_64 [2023-11-15T06:58:12.029Z] CPU op-mode(s): 32-bit, 64-bit [2023-11-15T06:58:12.029Z] Byte Order: Little Endian [2023-11-15T06:58:12.029Z] Address sizes: 40 bits physical, 48 bits virtual [2023-11-15T06:58:12.029Z] CPU(s): 8 [2023-11-15T06:58:12.029Z] On-line CPU(s) list: 0-7 [2023-11-15T06:58:12.029Z] Thread(s) per core: 1 [2023-11-15T06:58:12.029Z] Core(s) per socket: 1 [2023-11-15T06:58:12.029Z] Socket(s): 8 [2023-11-15T06:58:12.029Z] NUMA node(s): 1 [2023-11-15T06:58:12.029Z] Vendor ID: AuthenticAMD [2023-11-15T06:58:12.029Z] CPU family: 23 [2023-11-15T06:58:12.029Z] Model: 49 [2023-11-15T06:58:12.029Z] Model name: AMD EPYC-Rome Processor [2023-11-15T06:58:12.029Z] Stepping: 0 [2023-11-15T06:58:12.029Z] CPU MHz: 2799.998 [2023-11-15T06:58:12.029Z] BogoMIPS: 5599.99 [2023-11-15T06:58:12.029Z] Virtualization: AMD-V [2023-11-15T06:58:12.029Z] Hypervisor vendor: KVM [2023-11-15T06:58:12.029Z] Virtualization type: full [2023-11-15T06:58:12.029Z] L1d cache: 256 KiB [2023-11-15T06:58:12.029Z] L1i cache: 256 KiB [2023-11-15T06:58:12.029Z] L2 cache: 4 MiB [2023-11-15T06:58:12.029Z] L3 cache: 128 MiB [2023-11-15T06:58:12.029Z] NUMA node0 CPU(s): 0-7 [2023-11-15T06:58:12.029Z] Vulnerability Itlb multihit: Not affected [2023-11-15T06:58:12.029Z] Vulnerability L1tf: Not affected [2023-11-15T06:58:12.029Z] Vulnerability Mds: Not affected [2023-11-15T06:58:12.029Z] Vulnerability Meltdown: Not affected [2023-11-15T06:58:12.029Z] Vulnerability Mmio stale data: Not affected [2023-11-15T06:58:12.029Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-11-15T06:58:12.029Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-11-15T06:58:12.029Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-11-15T06:58:12.029Z] Vulnerability Srbds: Not affected [2023-11-15T06:58:12.029Z] Vulnerability Tsx async abort: Not affected [2023-11-15T06:58:12.029Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] ---> nproc: [2023-11-15T06:58:12.029Z] 8 [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] [2023-11-15T06:58:12.029Z] ---> df -h: [2023-11-15T06:58:12.029Z] Filesystem Size Used Avail Use% Mounted on [2023-11-15T06:58:12.029Z] overlay 155G 11G 145G 7% / [2023-11-15T06:58:12.029Z] tmpfs 64M 0 64M 0% /dev [2023-11-15T06:58:12.029Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-11-15T06:58:12.029Z] shm 64M 0 64M 0% /dev/shm [2023-11-15T06:58:12.029Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-11-15T06:58:12.030Z] [2023-11-15T06:58:12.030Z]