Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5d59cb35b62932d64514d7317f29c1d7ee9592fa 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-ssh2339006345532744099.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh18255649344537095922.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9323867270020318283.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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 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-ssh17688236762945766689.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-c/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5843018965541624506.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7405’ Running on prd-ubuntu20.04-docker-8c-8g-7407 in /w/workspace/edgexfoundry_device-sdk-c_main [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_main # 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 Avoid second fetch Checking out Revision 5d59cb35b62932d64514d7317f29c1d7ee9592fa (main) Commit message: "refactor!: update secrets transfer object (#453)" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d59cb35b62932d64514d7317f29c1d7ee9592fa # timeout=10 > git rev-list --no-walk 70adbc05d5985df01ef9d9c351b6d02d06141faf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-11T15:47:36.649Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-11T15:47:36.700Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-11T15:47:36.717Z] ========================================================= [2023-04-11T15:47:36.717Z] EdgeX Global Pipelines Version Info [2023-04-11T15:47:36.717Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:47:37.414Z] ------------------- [2023-04-11T15:47:37.414Z] stable info: [2023-04-11T15:47:37.414Z] ------------------- [2023-04-11T15:47:37.414Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-11T15:47:37.414Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-11T15:47:37.414Z] Message: update stable to v1.0.245 [2023-04-11T15:47:37.983Z] ------------------- [2023-04-11T15:47:37.983Z] experimental info: [2023-04-11T15:47:37.983Z] ------------------- [2023-04-11T15:47:37.983Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-11T15:47:37.983Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-11T15:47:37.983Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-11T15:47:38.147Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-04-11T15:47:38.157Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-04-11T15:47:38.167Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-11T15:47:38.179Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-11T15:47:38.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-11T15:47:38.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-04-11T15:47:38.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-04-11T15:47:38.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-11T15:47:38.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-11T15:47:38.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-04-11T15:47:38.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-11T15:47:38.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-11T15:47:38.273Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-11T15:47:38.283Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-04-11T15:47:38.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-11T15:47:38.303Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-11T15:47:38.313Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-11T15:47:38.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-11T15:47:38.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-11T15:47:38.344Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-11T15:47:38.354Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d59cb35b62932d64514d7317f29c1d7ee9592fa [Pipeline] echo [2023-04-11T15:47:38.364Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d59cb3 [Pipeline] echo [2023-04-11T15:47:38.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-11T15:47:38.408Z] provisioning config files... [2023-04-11T15:47:38.421Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config18205826115774809098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:47:38.723Z] ---> docker-login.sh [2023-04-11T15:47:38.723Z] nexus3.edgexfoundry.org:10001 [2023-04-11T15:47:38.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:39.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:39.244Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:39.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:39.244Z] [2023-04-11T15:47:39.244Z] Login Succeeded [2023-04-11T15:47:39.244Z] nexus3.edgexfoundry.org:10002 [2023-04-11T15:47:39.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:39.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:39.244Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:39.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:39.244Z] [2023-04-11T15:47:39.244Z] Login Succeeded [2023-04-11T15:47:39.244Z] nexus3.edgexfoundry.org:10003 [2023-04-11T15:47:39.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:39.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:39.506Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:39.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:39.506Z] [2023-04-11T15:47:39.506Z] Login Succeeded [2023-04-11T15:47:39.506Z] nexus3.edgexfoundry.org:10004 [2023-04-11T15:47:39.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:39.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:39.506Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:39.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:39.506Z] [2023-04-11T15:47:39.506Z] Login Succeeded [2023-04-11T15:47:39.506Z] docker.io [2023-04-11T15:47:39.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:39.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:39.765Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:39.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:39.765Z] [2023-04-11T15:47:39.765Z] Login Succeeded [2023-04-11T15:47:39.765Z] ---> docker-login.sh ends [Pipeline] } [2023-04-11T15:47:39.772Z] 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-04-11T15:47:40.120Z] + git rev-list -1 --merges 5d59cb35b62932d64514d7317f29c1d7ee9592fa~1..5d59cb35b62932d64514d7317f29c1d7ee9592fa [Pipeline] echo [2023-04-11T15:47:40.174Z] -----------> git rev-list -1 --merges 5d59cb35b62932d64514d7317f29c1d7ee9592fa~1..5d59cb35b62932d64514d7317f29c1d7ee9592fa 5d59cb35b62932d64514d7317f29c1d7ee9592fa [false] [Pipeline] sh [2023-04-11T15:47:40.468Z] + git log --format=format:%s -1 5d59cb35b62932d64514d7317f29c1d7ee9592fa [Pipeline] echo [2023-04-11T15:47:40.484Z] ========================================================= [2023-04-11T15:47:40.484Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-11T15:47:40.484Z] ========================================================= 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-04-11T15:47:40.889Z] + git rev-list -1 --merges 5d59cb35b62932d64514d7317f29c1d7ee9592fa~1..5d59cb35b62932d64514d7317f29c1d7ee9592fa [Pipeline] echo [2023-04-11T15:47:40.900Z] -----------> git rev-list -1 --merges 5d59cb35b62932d64514d7317f29c1d7ee9592fa~1..5d59cb35b62932d64514d7317f29c1d7ee9592fa 5d59cb35b62932d64514d7317f29c1d7ee9592fa [false] [Pipeline] sh [2023-04-11T15:47:41.190Z] + git log --format=format:%s -1 5d59cb35b62932d64514d7317f29c1d7ee9592fa [Pipeline] echo [2023-04-11T15:47:41.208Z] ========================================================= [2023-04-11T15:47:41.208Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-11T15:47:41.208Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-11T15:47:41.570Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T15:47:41.570Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-11T15:47:41.570Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-11T15:47:41.570Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-11T15:47:41.570Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-11T15:47:41.570Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-11T15:47:41.570Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:47:41.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:47:41.919Z] [2023-04-11T15:47:41.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:47:42.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:47:42.230Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-11T15:47:42.230Z] b85a868b505f: Pulling fs layer [2023-04-11T15:47:42.230Z] e2be974225ed: Pulling fs layer [2023-04-11T15:47:42.230Z] 339a4e72a1f5: Pulling fs layer [2023-04-11T15:47:42.230Z] 988bab9f4d93: Pulling fs layer [2023-04-11T15:47:42.230Z] 1469e6f7b9e6: Pulling fs layer [2023-04-11T15:47:42.230Z] eaf3925da568: Pulling fs layer [2023-04-11T15:47:42.230Z] bab4dde63d76: Pulling fs layer [2023-04-11T15:47:42.230Z] bde34c3a00c8: Pulling fs layer [2023-04-11T15:47:42.230Z] b352a97aabf1: Pulling fs layer [2023-04-11T15:47:42.230Z] 4872d77fe225: Pulling fs layer [2023-04-11T15:47:42.230Z] 5851b861e8e6: Pulling fs layer [2023-04-11T15:47:42.230Z] 988bab9f4d93: Waiting [2023-04-11T15:47:42.230Z] 1469e6f7b9e6: Waiting [2023-04-11T15:47:42.230Z] eaf3925da568: Waiting [2023-04-11T15:47:42.230Z] bab4dde63d76: Waiting [2023-04-11T15:47:42.230Z] bde34c3a00c8: Waiting [2023-04-11T15:47:42.230Z] b352a97aabf1: Waiting [2023-04-11T15:47:42.230Z] 4872d77fe225: Waiting [2023-04-11T15:47:42.230Z] 5851b861e8e6: Waiting [2023-04-11T15:47:42.230Z] e2be974225ed: Download complete [2023-04-11T15:47:42.230Z] 988bab9f4d93: Download complete [2023-04-11T15:47:42.492Z] 1469e6f7b9e6: Verifying Checksum [2023-04-11T15:47:42.493Z] 1469e6f7b9e6: Download complete [2023-04-11T15:47:42.493Z] eaf3925da568: Download complete [2023-04-11T15:47:42.493Z] 339a4e72a1f5: Verifying Checksum [2023-04-11T15:47:42.493Z] 339a4e72a1f5: Download complete [2023-04-11T15:47:42.493Z] bde34c3a00c8: Download complete [2023-04-11T15:47:42.493Z] b352a97aabf1: Verifying Checksum [2023-04-11T15:47:42.493Z] b352a97aabf1: Download complete [2023-04-11T15:47:42.493Z] 4872d77fe225: Download complete [2023-04-11T15:47:42.493Z] 5851b861e8e6: Verifying Checksum [2023-04-11T15:47:42.493Z] 5851b861e8e6: Download complete [2023-04-11T15:47:42.493Z] b85a868b505f: Verifying Checksum [2023-04-11T15:47:42.493Z] b85a868b505f: Download complete [2023-04-11T15:47:42.775Z] bab4dde63d76: Verifying Checksum [2023-04-11T15:47:42.775Z] bab4dde63d76: Download complete [2023-04-11T15:47:43.713Z] b85a868b505f: Pull complete [2023-04-11T15:47:43.972Z] e2be974225ed: Pull complete [2023-04-11T15:47:44.232Z] 339a4e72a1f5: Pull complete [2023-04-11T15:47:44.491Z] 988bab9f4d93: Pull complete [2023-04-11T15:47:44.753Z] 1469e6f7b9e6: Pull complete [2023-04-11T15:47:44.753Z] eaf3925da568: Pull complete [2023-04-11T15:47:46.655Z] bab4dde63d76: Pull complete [2023-04-11T15:47:46.655Z] bde34c3a00c8: Pull complete [2023-04-11T15:47:46.655Z] b352a97aabf1: Pull complete [2023-04-11T15:47:46.655Z] 4872d77fe225: Pull complete [2023-04-11T15:47:46.655Z] 5851b861e8e6: Pull complete [2023-04-11T15:47:46.655Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-11T15:47:46.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:47:46.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:47:46.747Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:47:46.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T15:47:50.007Z] $ docker top d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 -eo pid,comm [2023-04-11T15:47:50.060Z] 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-04-11T15:47:50.060Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T15:47:50.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T15:47:50.095Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T15:47:50.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T15:47:50.210Z] $ docker exec d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 ssh-agent [2023-04-11T15:47:50.311Z] SSH_AUTH_SOCK=/tmp/ssh-H0oRrk4O6ziL/agent.33 [2023-04-11T15:47:50.311Z] SSH_AGENT_PID=39 [2023-04-11T15:47:50.318Z] Running ssh-add (command line suppressed) [2023-04-11T15:47:50.420Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_18044931264050767232.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_18044931264050767232.key) [2023-04-11T15:47:50.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T15:47:50.723Z] + git tag --points-at HEAD [Pipeline] } [2023-04-11T15:47:50.737Z] $ docker exec --env ******** --env ******** d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 ssh-agent -k [2023-04-11T15:47:50.830Z] unset SSH_AUTH_SOCK; [2023-04-11T15:47:50.830Z] unset SSH_AGENT_PID; [2023-04-11T15:47:50.830Z] echo Agent pid 39 killed; [2023-04-11T15:47:50.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-11T15:47:50.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T15:47:50.860Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T15:47:50.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T15:47:50.982Z] $ docker exec d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 ssh-agent [2023-04-11T15:47:51.101Z] SSH_AUTH_SOCK=/tmp/ssh-HANdGJ2JY5gp/agent.72 [2023-04-11T15:47:51.101Z] SSH_AGENT_PID=78 [2023-04-11T15:47:51.107Z] Running ssh-add (command line suppressed) [2023-04-11T15:47:51.224Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_17621702957044296938.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_17621702957044296938.key) [2023-04-11T15:47:51.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T15:47:51.526Z] + git semver init [2023-04-11T15:47:51.786Z] 2023-04-11 15:47:51,739 [run_init] DEBUG init version:0.0.0 force:False [2023-04-11T15:47:51.786Z] 2023-04-11 15:47:51,739 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-04-11T15:47:51.786Z] 2023-04-11 15:47:51,740 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-04-11T15:47:51.786Z] 2023-04-11 15:47:51,740 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-c.git', '/w/workspace/edgexfoundry_device-sdk-c_main/.semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-04-11T15:47:52.724Z] 2023-04-11 15:47:52,550 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2023-04-11T15:47:52.724Z] 2023-04-11 15:47:52,551 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2023-04-11T15:47:52.724Z] 2023-04-11 15:47:52,551 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:47:52.724Z] 2023-04-11 15:47:52,551 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:47:52.724Z] 2.3.1-dev.8 [Pipeline] } [2023-04-11T15:47:52.736Z] $ docker exec --env ******** --env ******** d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 ssh-agent -k [2023-04-11T15:47:52.837Z] unset SSH_AUTH_SOCK; [2023-04-11T15:47:52.837Z] unset SSH_AGENT_PID; [2023-04-11T15:47:52.839Z] echo Agent pid 78 killed; [2023-04-11T15:47:52.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T15:47:53.149Z] + git semver [Pipeline] } [2023-04-11T15:47:53.426Z] $ docker stop --time=1 d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 [2023-04-11T15:47:54.675Z] $ docker rm -f --volumes d1fa73a2edb78635c8b5dc4c09a8169331c83aeb39c776767566dcb9f4942f24 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T15:47:55.009Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-11T15:47:55.208Z] Stashed 1 file(s) [Pipeline] echo [2023-04-11T15:47:55.211Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.8 [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-04-11T15:47:55.334Z] provisioning config files... [2023-04-11T15:47:55.343Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config1162899981031955275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:47:55.634Z] ---> docker-login.sh [2023-04-11T15:47:55.634Z] nexus3.edgexfoundry.org:10001 [2023-04-11T15:47:55.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:55.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:55.634Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:55.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:55.634Z] [2023-04-11T15:47:55.634Z] Login Succeeded [2023-04-11T15:47:55.634Z] nexus3.edgexfoundry.org:10002 [2023-04-11T15:47:55.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:55.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:55.634Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:55.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:55.634Z] [2023-04-11T15:47:55.634Z] Login Succeeded [2023-04-11T15:47:55.634Z] nexus3.edgexfoundry.org:10003 [2023-04-11T15:47:55.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:55.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:55.893Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:55.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:55.893Z] [2023-04-11T15:47:55.893Z] Login Succeeded [2023-04-11T15:47:55.893Z] nexus3.edgexfoundry.org:10004 [2023-04-11T15:47:55.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:55.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:55.893Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:55.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:55.893Z] [2023-04-11T15:47:55.893Z] Login Succeeded [2023-04-11T15:47:55.893Z] docker.io [2023-04-11T15:47:55.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:47:56.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:47:56.153Z] Configure a credential helper to remove this warning. See [2023-04-11T15:47:56.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:47:56.153Z] [2023-04-11T15:47:56.153Z] Login Succeeded [2023-04-11T15:47:56.153Z] ---> docker-login.sh ends [Pipeline] } [2023-04-11T15:47:56.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-11T15:47:56.230Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T15:47:56.242Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-04-11T15:47:56.254Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T15:47:56.261Z] ========================================================= [2023-04-11T15:47:56.261Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-04-11T15:47:56.261Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:47:56.564Z] + 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-04-11T15:47:56.564Z] Sending build context to Docker daemon 4.797MB [2023-04-11T15:47:56.564Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-04-11T15:47:56.564Z] Step 2/21 : FROM ${BASE} as builder [2023-04-11T15:47:56.564Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-04-11T15:47:56.564Z] 213ec9aee27d: Pulling fs layer [2023-04-11T15:47:56.564Z] 0f09ad1b1b37: Pulling fs layer [2023-04-11T15:47:56.823Z] 213ec9aee27d: Download complete [2023-04-11T15:47:56.823Z] 213ec9aee27d: Pull complete [2023-04-11T15:47:57.389Z] 0f09ad1b1b37: Verifying Checksum [2023-04-11T15:47:57.389Z] 0f09ad1b1b37: Download complete [2023-04-11T15:47:59.918Z] 0f09ad1b1b37: Pull complete [2023-04-11T15:47:59.918Z] Digest: sha256:64e9d1beac36a0037884aaf44bcf94b2de593689edef1cdaec9f2b2ef7c7c108 [2023-04-11T15:47:59.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-04-11T15:47:59.918Z] ---> b2bbfebb3566 [2023-04-11T15:47:59.918Z] 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-04-11T15:48:01.894Z] ---> Running in 12bb77fb780c [2023-04-11T15:48:02.153Z] Connecting to iotech.jfrog.io (52.212.181.93:443) [2023-04-11T15:48:02.720Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:48:02.720Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:48:02.720Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:48:02.979Z] Removing intermediate container 12bb77fb780c [2023-04-11T15:48:02.979Z] ---> 8afabc51e40d [2023-04-11T15:48:02.979Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:48:02.980Z] ---> Running in 809ea66b4869 [2023-04-11T15:48:03.547Z] Removing intermediate container 809ea66b4869 [2023-04-11T15:48:03.547Z] ---> 1e9c4abdf0e3 [2023-04-11T15:48:03.547Z] 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 paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev hiredis-dev [2023-04-11T15:48:03.547Z] ---> Running in 3f84f4513e2b [2023-04-11T15:48:03.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:03.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:04.065Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:04.642Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:48:04.642Z] (1/14) Installing hiredis (1.0.2-r0) [2023-04-11T15:48:04.642Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-04-11T15:48:04.642Z] (3/14) Installing iotech-iot-1.5 (1.5.0-r0) [2023-04-11T15:48:05.209Z] (4/14) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-04-11T15:48:05.209Z] (5/14) Installing libcbor (0.9.0-r1) [2023-04-11T15:48:05.209Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-04-11T15:48:05.209Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-04-11T15:48:05.209Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-04-11T15:48:06.144Z] (9/14) Installing libblkid (2.38-r1) [2023-04-11T15:48:06.144Z] (10/14) Installing libuuid (2.38-r1) [2023-04-11T15:48:06.144Z] (11/14) Installing libfdisk (2.38-r1) [2023-04-11T15:48:06.144Z] (12/14) Installing libmount (2.38-r1) [2023-04-11T15:48:06.144Z] (13/14) Installing libsmartcols (2.38-r1) [2023-04-11T15:48:06.144Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-04-11T15:48:06.144Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:48:06.144Z] OK: 280 MiB in 90 packages [2023-04-11T15:48:07.080Z] Removing intermediate container 3f84f4513e2b [2023-04-11T15:48:07.080Z] ---> c415b25d1f6b [2023-04-11T15:48:07.080Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-04-11T15:48:07.080Z] ---> Running in f8a826f34f97 [2023-04-11T15:48:07.339Z] Removing intermediate container f8a826f34f97 [2023-04-11T15:48:07.339Z] ---> 5c8f5f8312bd [2023-04-11T15:48:07.339Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-04-11T15:48:07.597Z] ---> 1baed4638b9d [2023-04-11T15:48:07.597Z] Step 8/21 : COPY src /tmp/sdk/src [2023-04-11T15:48:07.597Z] ---> 15a7def2c732 [2023-04-11T15:48:07.597Z] Step 9/21 : COPY include /tmp/sdk/include [2023-04-11T15:48:07.855Z] ---> 1174dde9a9cc [2023-04-11T15:48:07.855Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-04-11T15:48:07.855Z] ---> 4460de1a6709 [2023-04-11T15:48:07.855Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-04-11T15:48:08.113Z] ---> 33e18b197a2a [2023-04-11T15:48:08.113Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-04-11T15:48:08.113Z] ---> b2085c0b8946 [2023-04-11T15:48:08.113Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-04-11T15:48:08.113Z] ---> Running in 0a810c8ec603 [2023-04-11T15:48:08.371Z] + CPPCHECK=false [2023-04-11T15:48:08.371Z] + DOCGEN=false [2023-04-11T15:48:08.371Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-04-11T15:48:08.371Z] + TOMLVER=SDK-0.2 [2023-04-11T15:48:08.371Z] + CUTILVER=1.4 [2023-04-11T15:48:08.371Z] + '[' 0 -gt 0 ] [2023-04-11T15:48:08.371Z] + readlink -f ./scripts/build.sh [2023-04-11T15:48:08.371Z] + dirname /tmp/sdk/scripts/build.sh [2023-04-11T15:48:08.371Z] + dirname /tmp/sdk/scripts [2023-04-11T15:48:08.371Z] + ROOT=/tmp/sdk [2023-04-11T15:48:08.371Z] + cd /tmp/sdk [2023-04-11T15:48:08.371Z] + '[' '!' -d deps ] [2023-04-11T15:48:08.371Z] + mkdir deps [2023-04-11T15:48:08.371Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-04-11T15:48:08.371Z] + tar -C deps -z -x -f - [2023-04-11T15:48:08.371Z] Connecting to github.com (140.82.113.3:443) [2023-04-11T15:48:08.630Z] Connecting to codeload.github.com (140.82.114.10:443) [2023-04-11T15:48:08.888Z] writing to stdout [2023-04-11T15:48:08.888Z] - 100% |********************************| 16451 0:00:00 ETA [2023-04-11T15:48:08.888Z] written to stdout [2023-04-11T15:48:08.888Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-04-11T15:48:08.888Z] + mkdir -p /tmp/sdk/build/release [2023-04-11T15:48:08.888Z] + cd /tmp/sdk/build/release [2023-04-11T15:48:08.888Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-04-11T15:48:08.888Z] -- The C compiler identification is GNU 11.2.1 [2023-04-11T15:48:08.888Z] -- Detecting C compiler ABI info [2023-04-11T15:48:08.888Z] -- Detecting C compiler ABI info - done [2023-04-11T15:48:09.147Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-11T15:48:09.147Z] -- Detecting C compile features [2023-04-11T15:48:09.147Z] -- Detecting C compile features - done [2023-04-11T15:48:09.147Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-04-11T15:48:09.147Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-04-11T15:48:09.147Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-04-11T15:48:09.147Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-04-11T15:48:09.147Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-04-11T15:48:09.147Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-04-11T15:48:09.147Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-04-11T15:48:09.147Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-04-11T15:48:09.147Z] -- /opt/iotech/iot/1.5/include [2023-04-11T15:48:09.147Z] -- C SDK 2.3.1-dev.8 for Linux [2023-04-11T15:48:09.147Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-04-11T15:48:09.147Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-04-11T15:48:09.147Z] -- Found Curses: /usr/lib/libcurses.so [2023-04-11T15:48:09.147Z] -- Configuring done [2023-04-11T15:48:09.147Z] -- Generating done [2023-04-11T15:48:09.147Z] -- Build files have been written to: /tmp/sdk/build/release [2023-04-11T15:48:09.147Z] + make all package [2023-04-11T15:48:09.147Z] + tee release.log [2023-04-11T15:48:09.405Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-04-11T15:48:09.405Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-04-11T15:48:09.664Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-04-11T15:48:09.664Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-04-11T15:48:09.922Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-04-11T15:48:09.923Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-04-11T15:48:10.294Z] Still waiting to schedule task [2023-04-11T15:48:10.294Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7406’ [2023-04-11T15:48:10.488Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-04-11T15:48:10.488Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-04-11T15:48:10.747Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-04-11T15:48:10.747Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-04-11T15:48:11.313Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-04-11T15:48:11.313Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-04-11T15:48:11.313Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-04-11T15:48:11.570Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-04-11T15:48:11.570Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-04-11T15:48:11.828Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-04-11T15:48:12.395Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-04-11T15:48:12.395Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-04-11T15:48:12.395Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-04-11T15:48:12.653Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-04-11T15:48:13.587Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-04-11T15:48:13.848Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-04-11T15:48:13.848Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-04-11T15:48:13.848Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-04-11T15:48:13.848Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-04-11T15:48:14.107Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-04-11T15:48:14.675Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-04-11T15:48:14.675Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-04-11T15:48:14.934Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-04-11T15:48:14.934Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-04-11T15:48:15.500Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-04-11T15:48:16.439Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-04-11T15:48:16.439Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-04-11T15:48:16.439Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-04-11T15:48:16.439Z] [ 68%] Linking C shared library libcsdk.so [2023-04-11T15:48:16.698Z] [ 68%] Built target csdk [2023-04-11T15:48:16.698Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-04-11T15:48:16.698Z] [ 72%] Linking C executable template [2023-04-11T15:48:16.698Z] [ 72%] Built target template [2023-04-11T15:48:16.957Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-04-11T15:48:16.957Z] [ 76%] Linking C executable device-counter [2023-04-11T15:48:16.957Z] [ 76%] Built target device-counter [2023-04-11T15:48:16.957Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-04-11T15:48:17.215Z] [ 80%] Linking C executable device-random [2023-04-11T15:48:17.215Z] [ 80%] Built target device-random [2023-04-11T15:48:17.215Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-04-11T15:48:17.215Z] [ 84%] Linking C executable device-gyro [2023-04-11T15:48:17.474Z] [ 84%] Built target device-gyro [2023-04-11T15:48:17.474Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-04-11T15:48:17.474Z] [ 88%] Linking C executable device-bitfields [2023-04-11T15:48:17.474Z] [ 88%] Built target device-bitfields [2023-04-11T15:48:17.474Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-04-11T15:48:17.733Z] [ 92%] Linking C executable template-discovery [2023-04-11T15:48:17.733Z] [ 92%] Built target template-discovery [2023-04-11T15:48:17.733Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-04-11T15:48:17.992Z] [ 96%] Linking C executable device-file [2023-04-11T15:48:17.992Z] [ 96%] Built target device-file [2023-04-11T15:48:17.992Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-04-11T15:48:17.992Z] [100%] Linking C executable device-terminal [2023-04-11T15:48:18.251Z] [100%] Built target device-terminal [2023-04-11T15:48:18.251Z] Run CPack packaging tool... [2023-04-11T15:48:18.251Z] CPack: Create package using TGZ [2023-04-11T15:48:18.251Z] CPack: Install projects [2023-04-11T15:48:18.251Z] CPack: - Run preinstall target for: Csdk [2023-04-11T15:48:18.511Z] CPack: - Install project: Csdk [] [2023-04-11T15:48:18.511Z] CPack: Create package [2023-04-11T15:48:18.511Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.8.tar.gz generated. [2023-04-11T15:48:18.511Z] + '[' false '=' true ] [2023-04-11T15:48:18.511Z] + '[' false '=' true ] [2023-04-11T15:48:18.511Z] + mkdir -p /tmp/sdk/build/debug [2023-04-11T15:48:18.511Z] + cd /tmp/sdk/build/debug [2023-04-11T15:48:18.511Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-04-11T15:48:18.511Z] -- The C compiler identification is GNU 11.2.1 [2023-04-11T15:48:18.511Z] -- Detecting C compiler ABI info [2023-04-11T15:48:18.511Z] -- Detecting C compiler ABI info - done [2023-04-11T15:48:18.511Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-11T15:48:18.511Z] -- Detecting C compile features [2023-04-11T15:48:18.511Z] -- Detecting C compile features - done [2023-04-11T15:48:18.511Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-04-11T15:48:18.770Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-04-11T15:48:18.770Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-04-11T15:48:18.770Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-04-11T15:48:18.770Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-04-11T15:48:18.770Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-04-11T15:48:18.770Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-04-11T15:48:18.770Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-04-11T15:48:18.770Z] -- /opt/iotech/iot/1.5/include [2023-04-11T15:48:18.770Z] -- C SDK 2.3.1-dev.8 for Linux [2023-04-11T15:48:18.770Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-04-11T15:48:18.770Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-04-11T15:48:18.770Z] -- Found Curses: /usr/lib/libcurses.so [2023-04-11T15:48:18.770Z] -- Configuring done [2023-04-11T15:48:18.770Z] -- Generating done [2023-04-11T15:48:18.770Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-04-11T15:48:18.770Z] + make [2023-04-11T15:48:18.770Z] + tee debug.log [2023-04-11T15:48:19.030Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-04-11T15:48:19.030Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-04-11T15:48:19.030Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-04-11T15:48:19.030Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-04-11T15:48:19.290Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-04-11T15:48:19.290Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-04-11T15:48:19.550Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-04-11T15:48:19.550Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-04-11T15:48:19.550Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-04-11T15:48:19.550Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-04-11T15:48:19.809Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-04-11T15:48:19.809Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-04-11T15:48:20.068Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-04-11T15:48:20.068Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-04-11T15:48:20.068Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-04-11T15:48:20.068Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-04-11T15:48:20.327Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-04-11T15:48:20.328Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-04-11T15:48:20.587Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-04-11T15:48:20.587Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-04-11T15:48:20.847Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-04-11T15:48:20.847Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-04-11T15:48:20.847Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-04-11T15:48:21.107Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-04-11T15:48:21.107Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-04-11T15:48:21.107Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-04-11T15:48:21.367Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-04-11T15:48:21.367Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-04-11T15:48:21.627Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-04-11T15:48:21.627Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-04-11T15:48:21.887Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-04-11T15:48:21.887Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-04-11T15:48:22.147Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-04-11T15:48:22.147Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-04-11T15:48:22.147Z] [ 68%] Linking C shared library libcsdk.so [2023-04-11T15:48:22.147Z] [ 68%] Built target csdk [2023-04-11T15:48:22.147Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-04-11T15:48:22.405Z] [ 72%] Linking C executable template [2023-04-11T15:48:22.405Z] [ 72%] Built target template [2023-04-11T15:48:22.405Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-04-11T15:48:22.405Z] [ 76%] Linking C executable device-counter [2023-04-11T15:48:22.405Z] [ 76%] Built target device-counter [2023-04-11T15:48:22.664Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-04-11T15:48:22.664Z] [ 80%] Linking C executable device-random [2023-04-11T15:48:22.664Z] [ 80%] Built target device-random [2023-04-11T15:48:22.664Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-04-11T15:48:22.664Z] [ 84%] Linking C executable device-gyro [2023-04-11T15:48:22.922Z] [ 84%] Built target device-gyro [2023-04-11T15:48:22.922Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-04-11T15:48:22.922Z] [ 88%] Linking C executable device-bitfields [2023-04-11T15:48:22.922Z] [ 88%] Built target device-bitfields [2023-04-11T15:48:22.922Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-04-11T15:48:22.922Z] [ 92%] Linking C executable template-discovery [2023-04-11T15:48:23.180Z] [ 92%] Built target template-discovery [2023-04-11T15:48:23.180Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-04-11T15:48:23.180Z] [ 96%] Linking C executable device-file [2023-04-11T15:48:23.180Z] [ 96%] Built target device-file [2023-04-11T15:48:23.180Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-04-11T15:48:23.438Z] [100%] Linking C executable device-terminal [2023-04-11T15:48:23.438Z] [100%] Built target device-terminal [2023-04-11T15:48:23.438Z] make: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 68%] Built target csdk [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 72%] Built target template [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 76%] Built target device-counter [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 80%] Built target device-random [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 84%] Built target device-gyro [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] [ 88%] Built target device-bitfields [2023-04-11T15:48:23.438Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.438Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] [ 92%] Built target template-discovery [2023-04-11T15:48:23.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] [ 96%] Built target device-file [2023-04-11T15:48:23.745Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] [100%] Built target device-terminal [2023-04-11T15:48:23.745Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:23.745Z] Install the project... [2023-04-11T15:48:23.745Z] -- Install configuration: "Release" [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/lib/libcsdk.so [2023-04-11T15:48:23.745Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/devsdk [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/devices.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-04-11T15:48:23.745Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-04-11T15:48:23.745Z] make: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:48:24.313Z] Removing intermediate container 0a810c8ec603 [2023-04-11T15:48:24.313Z] ---> 0623a74c5943 [2023-04-11T15:48:24.313Z] Step 14/21 : FROM ${BASE} [2023-04-11T15:48:24.313Z] ---> b2bbfebb3566 [2023-04-11T15:48:24.313Z] Step 15/21 : LABEL maintainer="IOTech " [2023-04-11T15:48:24.313Z] ---> Running in f1653c28a89a [2023-04-11T15:48:24.313Z] Removing intermediate container f1653c28a89a [2023-04-11T15:48:24.313Z] ---> b311e7c288a6 [2023-04-11T15:48:24.313Z] 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-04-11T15:48:24.572Z] ---> Running in 0244720858b9 [2023-04-11T15:48:24.831Z] Connecting to iotech.jfrog.io (52.208.254.120:443) [2023-04-11T15:48:25.089Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:48:25.089Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:48:25.089Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:48:25.347Z] Removing intermediate container 0244720858b9 [2023-04-11T15:48:25.347Z] ---> a4727e355b18 [2023-04-11T15:48:25.347Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:48:25.347Z] ---> Running in 8ac0c266101f [2023-04-11T15:48:25.914Z] Removing intermediate container 8ac0c266101f [2023-04-11T15:48:25.914Z] ---> 451480e44ae5 [2023-04-11T15:48:25.914Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor paho-mqtt-c-dev-1.3 iotech-iot-1.4 hiredis-dev [2023-04-11T15:48:25.914Z] ---> Running in 65b8f0d5044b [2023-04-11T15:48:26.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:26.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:26.441Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:27.010Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:48:27.010Z] (1/7) Installing curl (7.83.1-r6) [2023-04-11T15:48:27.010Z] (2/7) Installing hiredis (1.0.2-r0) [2023-04-11T15:48:27.010Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-04-11T15:48:27.010Z] (4/7) Installing iotech-iot-1.4 (1.4.1-r0) [2023-04-11T15:48:27.576Z] (5/7) Installing libcbor (0.9.0-r1) [2023-04-11T15:48:27.576Z] (6/7) Installing libuuid (2.38-r1) [2023-04-11T15:48:27.576Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-04-11T15:48:28.512Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:48:28.512Z] OK: 275 MiB in 83 packages [2023-04-11T15:48:28.771Z] Removing intermediate container 65b8f0d5044b [2023-04-11T15:48:28.771Z] ---> f45520648327 [2023-04-11T15:48:28.771Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-04-11T15:48:28.771Z] ---> a225f0848167 [2023-04-11T15:48:28.771Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-04-11T15:48:29.029Z] ---> e94276094586 [2023-04-11T15:48:29.029Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-04-11T15:48:29.029Z] ---> 12d5b48bb543 [2023-04-11T15:48:29.029Z] Successfully built 12d5b48bb543 [2023-04-11T15:48:29.029Z] 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-04-11T15:48:29.395Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-11T15:48:29.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:48:29.462Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:48:29.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** ci-base-image-x86_64 cat [2023-04-11T15:48:29.844Z] $ docker top 2ae75a4baf2219d1eb158ee00a2dc19b6b3caf7fc91bdeb5d96450d9ff049639 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T15:48:30.179Z] + make test [2023-04-11T15:48:30.179Z] echo "make test" [2023-04-11T15:48:30.179Z] make test [Pipeline] } [2023-04-11T15:48:30.192Z] $ docker stop --time=1 2ae75a4baf2219d1eb158ee00a2dc19b6b3caf7fc91bdeb5d96450d9ff049639 [2023-04-11T15:48:31.423Z] $ docker rm -f --volumes 2ae75a4baf2219d1eb158ee00a2dc19b6b3caf7fc91bdeb5d96450d9ff049639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-11T15:48:31.901Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-11T15:48:32.184Z] + ls -al . [2023-04-11T15:48:32.185Z] total 212 [2023-04-11T15:48:32.185Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 11 15:47 . [2023-04-11T15:48:32.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:47 .. [2023-04-11T15:48:32.185Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:47 .git [2023-04-11T15:48:32.185Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:47 .github [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 176 Apr 11 15:47 .gitignore [2023-04-11T15:48:32.185Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:47 .semver [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 3104 Apr 11 15:47 Attribution.txt [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 8743 Apr 11 15:47 CHANGES [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 108574 Apr 11 15:47 Doxyfile [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:47 GOVERNANCE.md [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 784 Apr 11 15:47 Jenkinsfile [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:47 LICENSE [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 11 15:47 Makefile [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:47 OWNERS.md [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 1651 Apr 11 15:47 README.IOT.md [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 4215 Apr 11 15:47 README.md [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 1245 Apr 11 15:47 README.v3.md [2023-04-11T15:48:32.185Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 11 15:47 VERSION [2023-04-11T15:48:32.185Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:47 docs [2023-04-11T15:48:32.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:47 include [2023-04-11T15:48:32.185Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:47 scripts [2023-04-11T15:48:32.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:47 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:48:32.483Z] + 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=5d59cb35b62932d64514d7317f29c1d7ee9592fa --label arch=amd64 --label version=2.3.1-dev.8 . [2023-04-11T15:48:32.483Z] Sending build context to Docker daemon 4.797MB [2023-04-11T15:48:32.483Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-04-11T15:48:32.483Z] Step 2/17 : FROM ${BASE} [2023-04-11T15:48:32.483Z] ---> 12d5b48bb543 [2023-04-11T15:48:32.483Z] Step 3/17 : LABEL maintainer="IOTech " [2023-04-11T15:48:32.483Z] ---> Running in 704b115b45a3 [2023-04-11T15:48:32.743Z] Removing intermediate container 704b115b45a3 [2023-04-11T15:48:32.743Z] ---> 4c89da8076ea [2023-04-11T15:48:32.743Z] 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-04-11T15:48:32.743Z] ---> Running in cfadaa6d8648 [2023-04-11T15:48:33.002Z] Connecting to iotech.jfrog.io (52.49.55.68:443) [2023-04-11T15:48:33.260Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:48:33.260Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:48:33.260Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:48:33.518Z] Removing intermediate container cfadaa6d8648 [2023-04-11T15:48:33.518Z] ---> a8a11663a931 [2023-04-11T15:48:33.518Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:48:33.518Z] ---> Running in b9985fbfcd8c [2023-04-11T15:48:34.085Z] Removing intermediate container b9985fbfcd8c [2023-04-11T15:48:34.085Z] ---> 131817f36d77 [2023-04-11T15:48:34.085Z] 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 paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.5-dev && mkdir -p /edgex-c-sdk/build [2023-04-11T15:48:34.085Z] ---> Running in 961d81160029 [2023-04-11T15:48:34.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:34.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:34.603Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-04-11T15:48:35.170Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:48:35.170Z] (1/9) Installing iotech-iot-1.5 (1.5.0-r0) [2023-04-11T15:48:35.428Z] (2/9) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-04-11T15:48:35.428Z] (3/9) Installing libcbor-dev (0.9.0-r1) [2023-04-11T15:48:35.428Z] (4/9) Installing ncurses-dev (6.3_p20220521-r0) [2023-04-11T15:48:35.428Z] (5/9) Installing libblkid (2.38-r1) [2023-04-11T15:48:35.686Z] (6/9) Installing libfdisk (2.38-r1) [2023-04-11T15:48:35.686Z] (7/9) Installing libmount (2.38-r1) [2023-04-11T15:48:35.686Z] (8/9) Installing libsmartcols (2.38-r1) [2023-04-11T15:48:35.686Z] (9/9) Installing util-linux-dev (2.38-r1) [2023-04-11T15:48:35.686Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:48:35.686Z] OK: 281 MiB in 92 packages [2023-04-11T15:48:36.252Z] Removing intermediate container 961d81160029 [2023-04-11T15:48:36.252Z] ---> e1f2caaa590c [2023-04-11T15:48:36.252Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-04-11T15:48:36.252Z] ---> be95ad07fcc1 [2023-04-11T15:48:36.252Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-04-11T15:48:36.510Z] ---> 1fb75f196132 [2023-04-11T15:48:36.510Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-04-11T15:48:36.510Z] ---> 09513d49010a [2023-04-11T15:48:36.510Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-04-11T15:48:36.510Z] ---> d20b02931fc1 [2023-04-11T15:48:36.510Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-04-11T15:48:36.769Z] ---> 9104cb119147 [2023-04-11T15:48:36.769Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-04-11T15:48:36.769Z] ---> a636921ce16c [2023-04-11T15:48:36.769Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-04-11T15:48:36.769Z] ---> Running in 9f762ae28371 [2023-04-11T15:48:37.028Z] Removing intermediate container 9f762ae28371 [2023-04-11T15:48:37.028Z] ---> 569352fe17c3 [2023-04-11T15:48:37.029Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-04-11T15:48:37.029Z] ---> Running in 8ef2e5ebd1fa [2023-04-11T15:48:37.029Z] Removing intermediate container 8ef2e5ebd1fa [2023-04-11T15:48:37.029Z] ---> cb5d61da85fb [2023-04-11T15:48:37.029Z] Step 15/17 : LABEL arch=amd64 [2023-04-11T15:48:37.029Z] ---> Running in c988e62840ef [2023-04-11T15:48:37.029Z] Removing intermediate container c988e62840ef [2023-04-11T15:48:37.029Z] ---> 51086b7ea6cc [2023-04-11T15:48:37.029Z] Step 16/17 : LABEL git_sha=5d59cb35b62932d64514d7317f29c1d7ee9592fa [2023-04-11T15:48:37.029Z] ---> Running in 09899eab4007 [2023-04-11T15:48:37.289Z] Removing intermediate container 09899eab4007 [2023-04-11T15:48:37.289Z] ---> 1b3a7e89bc89 [2023-04-11T15:48:37.289Z] Step 17/17 : LABEL version=2.3.1-dev.8 [2023-04-11T15:48:37.289Z] ---> Running in 8b74a8f8ac25 [2023-04-11T15:48:37.289Z] Removing intermediate container 8b74a8f8ac25 [2023-04-11T15:48:37.289Z] ---> 831b6164642c [2023-04-11T15:48:37.289Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-04-11T15:48:37.289Z] Successfully built 831b6164642c [2023-04-11T15:48:37.289Z] 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-04-11T15:48:37.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T15:48:37.737Z] [2023-04-11T15:48:37.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:48:38.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T15:48:38.030Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-11T15:48:38.030Z] 5eb5b503b376: Pulling fs layer [2023-04-11T15:48:38.030Z] 5c69ac0246d0: Pulling fs layer [2023-04-11T15:48:38.030Z] ec43610c2a17: Pulling fs layer [2023-04-11T15:48:38.030Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-11T15:48:38.030Z] 33b1e0a273af: Pulling fs layer [2023-04-11T15:48:38.030Z] 5d3b04190fa2: Pulling fs layer [2023-04-11T15:48:38.030Z] 2f39f015ded8: Pulling fs layer [2023-04-11T15:48:38.030Z] 33b1e0a273af: Waiting [2023-04-11T15:48:38.030Z] 5d3b04190fa2: Waiting [2023-04-11T15:48:38.030Z] 2f39f015ded8: Waiting [2023-04-11T15:48:38.030Z] 3a2ae6a8a46f: Waiting [2023-04-11T15:48:38.030Z] 5c69ac0246d0: Verifying Checksum [2023-04-11T15:48:38.030Z] 5c69ac0246d0: Download complete [2023-04-11T15:48:38.030Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-11T15:48:38.030Z] 3a2ae6a8a46f: Download complete [2023-04-11T15:48:38.030Z] 33b1e0a273af: Verifying Checksum [2023-04-11T15:48:38.030Z] 33b1e0a273af: Download complete [2023-04-11T15:48:38.030Z] 5d3b04190fa2: Verifying Checksum [2023-04-11T15:48:38.030Z] 5d3b04190fa2: Download complete [2023-04-11T15:48:38.030Z] ec43610c2a17: Verifying Checksum [2023-04-11T15:48:38.030Z] ec43610c2a17: Download complete [2023-04-11T15:48:38.298Z] 5eb5b503b376: Verifying Checksum [2023-04-11T15:48:38.298Z] 5eb5b503b376: Download complete [2023-04-11T15:48:38.864Z] 2f39f015ded8: Download complete [2023-04-11T15:48:39.437Z] 5eb5b503b376: Pull complete [2023-04-11T15:48:39.437Z] 5c69ac0246d0: Pull complete [2023-04-11T15:48:39.694Z] ec43610c2a17: Pull complete [2023-04-11T15:48:39.952Z] 3a2ae6a8a46f: Pull complete [2023-04-11T15:48:39.952Z] 33b1e0a273af: Pull complete [2023-04-11T15:48:40.210Z] 5d3b04190fa2: Pull complete [2023-04-11T15:48:44.391Z] 2f39f015ded8: Pull complete [2023-04-11T15:48:44.391Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-11T15:48:44.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T15:48:44.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:48:44.472Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:48:44.509Z] $ 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_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-11T15:48:49.035Z] $ docker top 1b6efc1d94932e8d465b951206f514530a5943228151b2b5f4bb360e7aa73295 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:48:49.506Z] ---> job-cost.sh [2023-04-11T15:48:49.506Z] lf-activate-venv: SKIPPING [2023-04-11T15:48:49.506Z] INFO: No Stack... [2023-04-11T15:48:49.798Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-11T15:48:50.058Z] INFO: Archiving Costs [Pipeline] sh [2023-04-11T15:48:50.345Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2023-04-11T15:48:50.345Z] + cut -d, -f6 [Pipeline] lock [2023-04-11T15:48:50.359Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [2023-04-11T15:48:50.368Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] did not exist. Created. [2023-04-11T15:48:50.368Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-11T15:48:50.679Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-11T15:48:50.714Z] Stashed 1 file(s) [Pipeline] } [2023-04-11T15:48:50.721Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-11T15:48:50.740Z] $ docker stop --time=1 1b6efc1d94932e8d465b951206f514530a5943228151b2b5f4bb360e7aa73295 [2023-04-11T15:48:51.888Z] $ docker rm -f --volumes 1b6efc1d94932e8d465b951206f514530a5943228151b2b5f4bb360e7aa73295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-11T15:51:44.130Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7409 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] ws [2023-04-11T15:51:44.146Z] Running in /w/workspace/device-sdk-c/43 [Pipeline] { [Pipeline] checkout [2023-04-11T15:51:44.184Z] Selected Git installation does not exist. Using Default [2023-04-11T15:51:44.184Z] The recommended git tool is: NONE [2023-04-11T15:51:50.338Z] using credential edgex-jenkins-ssh [2023-04-11T15:51:50.355Z] Cloning the remote Git repository [2023-04-11T15:51:50.406Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-04-11T15:51:50.519Z] > git init /w/workspace/device-sdk-c/43 # timeout=10 [2023-04-11T15:51:50.704Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-04-11T15:51:50.706Z] > git --version # timeout=10 [2023-04-11T15:51:50.730Z] > git --version # 'git version 2.25.1' [2023-04-11T15:51:50.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-11T15:51:50.910Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-11T15:51:52.090Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-04-11T15:51:52.116Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-11T15:51:53.161Z] Avoid second fetch [2023-04-11T15:51:53.162Z] Checking out Revision 5d59cb35b62932d64514d7317f29c1d7ee9592fa (main) [2023-04-11T15:51:53.825Z] Commit message: "refactor!: update secrets transfer object (#453)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-11T15:51:53.183Z] > git config core.sparsecheckout # timeout=10 [2023-04-11T15:51:53.272Z] > git checkout -f 5d59cb35b62932d64514d7317f29c1d7ee9592fa # timeout=10 [2023-04-11T15:51:54.709Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-11T15:51:54.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-11T15:51:54.709Z] Dload Upload Total Spent Left Speed [2023-04-11T15:51:54.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 70447 0 --:--:-- --:--:-- --:--:-- 70447 [Pipeline] sh [2023-04-11T15:51:55.338Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-11T15:51:55.697Z] + sudo tee /etc/docker/daemon.new [2023-04-11T15:51:55.697Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-11T15:51:55.697Z] { [2023-04-11T15:51:55.697Z] "registry-mirrors": [ [2023-04-11T15:51:55.697Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-11T15:51:55.697Z] ], [2023-04-11T15:51:55.697Z] "bip": "10.250.0.254/24", [2023-04-11T15:51:55.697Z] "hosts": [ [2023-04-11T15:51:55.697Z] "tcp://0.0.0.0:5555", [2023-04-11T15:51:55.697Z] "unix:///var/run/docker.sock" [2023-04-11T15:51:55.697Z] ], [2023-04-11T15:51:55.697Z] "mtu": 1458, [2023-04-11T15:51:55.697Z] "selinux-enabled": true, [2023-04-11T15:51:55.697Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-11T15:51:55.697Z] } [Pipeline] sh [2023-04-11T15:51:56.044Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-11T15:51:56.383Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-11T15:52:14.659Z] provisioning config files... [2023-04-11T15:52:14.685Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/43@tmp/config11110240460045586762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:52:15.041Z] ---> docker-login.sh [2023-04-11T15:52:15.041Z] nexus3.edgexfoundry.org:10001 [2023-04-11T15:52:15.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:52:15.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:52:15.579Z] Configure a credential helper to remove this warning. See [2023-04-11T15:52:15.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:52:15.579Z] [2023-04-11T15:52:15.579Z] Login Succeeded [2023-04-11T15:52:15.579Z] nexus3.edgexfoundry.org:10002 [2023-04-11T15:52:15.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:52:16.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:52:16.116Z] Configure a credential helper to remove this warning. See [2023-04-11T15:52:16.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:52:16.116Z] [2023-04-11T15:52:16.116Z] Login Succeeded [2023-04-11T15:52:16.116Z] nexus3.edgexfoundry.org:10003 [2023-04-11T15:52:16.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:52:16.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:52:16.384Z] Configure a credential helper to remove this warning. See [2023-04-11T15:52:16.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:52:16.384Z] [2023-04-11T15:52:16.384Z] Login Succeeded [2023-04-11T15:52:16.384Z] nexus3.edgexfoundry.org:10004 [2023-04-11T15:52:16.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:52:16.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:52:16.653Z] Configure a credential helper to remove this warning. See [2023-04-11T15:52:16.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:52:16.653Z] [2023-04-11T15:52:16.653Z] Login Succeeded [2023-04-11T15:52:16.653Z] docker.io [2023-04-11T15:52:16.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-11T15:52:17.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-11T15:52:17.190Z] Configure a credential helper to remove this warning. See [2023-04-11T15:52:17.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-11T15:52:17.190Z] [2023-04-11T15:52:17.190Z] Login Succeeded [2023-04-11T15:52:17.190Z] ---> docker-login.sh ends [Pipeline] } [2023-04-11T15:52:17.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-11T15:52:17.453Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T15:52:17.462Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-04-11T15:52:17.470Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-11T15:52:17.480Z] ========================================================= [2023-04-11T15:52:17.480Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-04-11T15:52:17.480Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:52:17.812Z] + 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-04-11T15:52:18.081Z] Sending build context to Docker daemon 2.887MB [2023-04-11T15:52:18.081Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-04-11T15:52:18.081Z] Step 2/21 : FROM ${BASE} as builder [2023-04-11T15:52:18.352Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-04-11T15:52:18.352Z] 9b18e9b68314: Pulling fs layer [2023-04-11T15:52:18.352Z] 1def92ead452: Pulling fs layer [2023-04-11T15:52:18.352Z] 9b18e9b68314: Verifying Checksum [2023-04-11T15:52:18.352Z] 9b18e9b68314: Download complete [2023-04-11T15:52:18.941Z] 9b18e9b68314: Pull complete [2023-04-11T15:52:20.358Z] 1def92ead452: Verifying Checksum [2023-04-11T15:52:20.358Z] 1def92ead452: Download complete [2023-04-11T15:52:28.593Z] 1def92ead452: Pull complete [2023-04-11T15:52:28.593Z] Digest: sha256:3c74c28e8b16bff0b36cfc53656b3ae71c0a9fddc9bd5376ab4c3f9356b3cc6c [2023-04-11T15:52:28.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-04-11T15:52:28.593Z] ---> 9a9802766715 [2023-04-11T15:52:28.593Z] 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-04-11T15:52:29.185Z] ---> Running in 5b46172d4bb2 [2023-04-11T15:52:30.599Z] Connecting to iotech.jfrog.io (52.212.181.93:443) [2023-04-11T15:52:30.867Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:52:30.867Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:52:30.867Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:52:31.460Z] Removing intermediate container 5b46172d4bb2 [2023-04-11T15:52:31.461Z] ---> 6c8b235c4168 [2023-04-11T15:52:31.461Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:52:31.730Z] ---> Running in bdefbad42cae [2023-04-11T15:52:33.151Z] Removing intermediate container bdefbad42cae [2023-04-11T15:52:33.151Z] ---> 3ca8a9b48396 [2023-04-11T15:52:33.152Z] 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 paho-mqtt-c-dev-1.3 iotech-iot-1.5-dev hiredis-dev [2023-04-11T15:52:33.421Z] ---> Running in 616b6e012c42 [2023-04-11T15:52:34.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:52:34.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-04-11T15:52:35.248Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:52:36.217Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:52:36.217Z] (1/14) Installing hiredis (1.0.2-r0) [2023-04-11T15:52:36.217Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-04-11T15:52:36.217Z] (3/14) Installing iotech-iot-1.5 (1.5.0-r0) [2023-04-11T15:52:36.804Z] (4/14) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-04-11T15:52:37.075Z] (5/14) Installing libcbor (0.9.0-r1) [2023-04-11T15:52:37.075Z] (6/14) Installing libcbor-dev (0.9.0-r1) [2023-04-11T15:52:37.075Z] (7/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-04-11T15:52:37.075Z] (8/14) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-04-11T15:52:38.043Z] (9/14) Installing libblkid (2.38-r1) [2023-04-11T15:52:38.043Z] (10/14) Installing libuuid (2.38-r1) [2023-04-11T15:52:38.043Z] (11/14) Installing libfdisk (2.38-r1) [2023-04-11T15:52:38.043Z] (12/14) Installing libmount (2.38-r1) [2023-04-11T15:52:38.043Z] (13/14) Installing libsmartcols (2.38-r1) [2023-04-11T15:52:38.043Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-04-11T15:52:38.043Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:52:38.313Z] OK: 286 MiB in 90 packages [2023-04-11T15:52:41.662Z] Removing intermediate container 616b6e012c42 [2023-04-11T15:52:41.662Z] ---> c1103cc8a2ff [2023-04-11T15:52:41.662Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-04-11T15:52:41.662Z] ---> Running in e2f70deabff2 [2023-04-11T15:52:43.082Z] Removing intermediate container e2f70deabff2 [2023-04-11T15:52:43.082Z] ---> 140fd6f433e8 [2023-04-11T15:52:43.082Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-04-11T15:52:43.672Z] ---> 9ded52c0fe60 [2023-04-11T15:52:43.672Z] Step 8/21 : COPY src /tmp/sdk/src [2023-04-11T15:52:44.266Z] ---> aa3399b71eb0 [2023-04-11T15:52:44.266Z] Step 9/21 : COPY include /tmp/sdk/include [2023-04-11T15:52:44.940Z] ---> ea18bbed87b1 [2023-04-11T15:52:44.940Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-04-11T15:52:45.554Z] ---> 41e9640035e2 [2023-04-11T15:52:45.554Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-04-11T15:52:46.169Z] ---> 9e57130fdef6 [2023-04-11T15:52:46.169Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-04-11T15:52:46.439Z] ---> 0c50a251239e [2023-04-11T15:52:46.439Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-04-11T15:52:46.719Z] ---> Running in d41870ed73d9 [2023-04-11T15:52:47.692Z] + CPPCHECK=false [2023-04-11T15:52:47.692Z] + DOCGEN=false [2023-04-11T15:52:47.692Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-04-11T15:52:47.692Z] + TOMLVER=SDK-0.2 [2023-04-11T15:52:47.692Z] + CUTILVER=1.4 [2023-04-11T15:52:47.692Z] + '[' 0 -gt 0 ] [2023-04-11T15:52:47.692Z] + readlink -f ./scripts/build.sh [2023-04-11T15:52:47.692Z] + dirname /tmp/sdk/scripts/build.sh [2023-04-11T15:52:47.692Z] + dirname /tmp/sdk/scripts [2023-04-11T15:52:47.692Z] + ROOT=/tmp/sdk [2023-04-11T15:52:47.692Z] + cd /tmp/sdk [2023-04-11T15:52:47.692Z] + '[' '!' -d deps ] [2023-04-11T15:52:47.692Z] + mkdir deps [2023-04-11T15:52:47.692Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-04-11T15:52:47.692Z] + tar -C deps -z -x -f - [2023-04-11T15:52:47.692Z] Connecting to github.com (140.82.114.4:443) [2023-04-11T15:52:47.692Z] Connecting to codeload.github.com (140.82.112.10:443) [2023-04-11T15:52:47.963Z] writing to stdout [2023-04-11T15:52:47.964Z] - 100% |********************************| 16451 0:00:00 ETA [2023-04-11T15:52:47.964Z] written to stdout [2023-04-11T15:52:47.964Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-04-11T15:52:47.964Z] + mkdir -p /tmp/sdk/build/release [2023-04-11T15:52:47.964Z] + cd /tmp/sdk/build/release [2023-04-11T15:52:47.964Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-04-11T15:52:48.555Z] -- The C compiler identification is GNU 11.2.1 [2023-04-11T15:52:48.555Z] -- Detecting C compiler ABI info [2023-04-11T15:52:48.823Z] -- Detecting C compiler ABI info - done [2023-04-11T15:52:48.823Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-11T15:52:48.823Z] -- Detecting C compile features [2023-04-11T15:52:48.823Z] -- Detecting C compile features - done [2023-04-11T15:52:49.093Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-04-11T15:52:49.093Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-04-11T15:52:49.093Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-04-11T15:52:49.093Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-04-11T15:52:49.363Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-04-11T15:52:49.363Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-04-11T15:52:49.363Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-04-11T15:52:49.363Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-04-11T15:52:49.363Z] -- /opt/iotech/iot/1.5/include [2023-04-11T15:52:49.363Z] -- C SDK 2.3.1-dev.8 for Linux [2023-04-11T15:52:49.363Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-04-11T15:52:49.633Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-04-11T15:52:49.901Z] -- Found Curses: /usr/lib/libcurses.so [2023-04-11T15:52:49.901Z] -- Configuring done [2023-04-11T15:52:50.168Z] -- Generating done [2023-04-11T15:52:50.168Z] -- Build files have been written to: /tmp/sdk/build/release [2023-04-11T15:52:50.168Z] + + maketee all release.log [2023-04-11T15:52:50.168Z] package [2023-04-11T15:52:50.437Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-04-11T15:52:51.400Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-04-11T15:52:52.363Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-04-11T15:52:53.328Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-04-11T15:52:54.292Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-04-11T15:52:55.257Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-04-11T15:52:58.606Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-04-11T15:52:59.569Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-04-11T15:52:59.839Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-04-11T15:53:01.260Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-04-11T15:53:03.858Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-04-11T15:53:04.447Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-04-11T15:53:05.870Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-04-11T15:53:06.482Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-04-11T15:53:07.451Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-04-11T15:53:07.718Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-04-11T15:53:11.983Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-04-11T15:53:12.252Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-04-11T15:53:12.838Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-04-11T15:53:14.798Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-04-11T15:53:21.470Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-04-11T15:53:22.433Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-04-11T15:53:22.699Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-04-11T15:53:23.659Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-04-11T15:53:23.930Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-04-11T15:53:26.516Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-04-11T15:53:29.106Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-04-11T15:53:29.694Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-04-11T15:53:31.110Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-04-11T15:53:32.073Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-04-11T15:53:36.335Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-04-11T15:53:41.685Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-04-11T15:53:42.274Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-04-11T15:53:42.858Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-04-11T15:53:43.822Z] [ 68%] Linking C shared library libcsdk.so [2023-04-11T15:53:43.822Z] [ 68%] Built target csdk [2023-04-11T15:53:43.822Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-04-11T15:53:45.236Z] [ 72%] Linking C executable template [2023-04-11T15:53:45.504Z] [ 72%] Built target template [2023-04-11T15:53:45.504Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-04-11T15:53:46.093Z] [ 76%] Linking C executable device-counter [2023-04-11T15:53:46.364Z] [ 76%] Built target device-counter [2023-04-11T15:53:46.632Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-04-11T15:53:47.218Z] [ 80%] Linking C executable device-random [2023-04-11T15:53:47.483Z] [ 80%] Built target device-random [2023-04-11T15:53:47.484Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-04-11T15:53:48.443Z] [ 84%] Linking C executable device-gyro [2023-04-11T15:53:48.443Z] [ 84%] Built target device-gyro [2023-04-11T15:53:48.712Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-04-11T15:53:49.296Z] [ 88%] Linking C executable device-bitfields [2023-04-11T15:53:49.564Z] [ 88%] Built target device-bitfields [2023-04-11T15:53:49.832Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-04-11T15:53:50.794Z] [ 92%] Linking C executable template-discovery [2023-04-11T15:53:51.379Z] [ 92%] Built target template-discovery [2023-04-11T15:53:51.379Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-04-11T15:53:52.340Z] [ 96%] Linking C executable device-file [2023-04-11T15:53:52.608Z] [ 96%] Built target device-file [2023-04-11T15:53:52.608Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-04-11T15:53:53.571Z] [100%] Linking C executable device-terminal [2023-04-11T15:53:53.841Z] [100%] Built target device-terminal [2023-04-11T15:53:53.841Z] Run CPack packaging tool... [2023-04-11T15:53:54.110Z] CPack: Create package using TGZ [2023-04-11T15:53:54.110Z] CPack: Install projects [2023-04-11T15:53:54.110Z] CPack: - Run preinstall target for: Csdk [2023-04-11T15:53:54.696Z] CPack: - Install project: Csdk [] [2023-04-11T15:53:54.963Z] CPack: Create package [2023-04-11T15:53:54.963Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.8.tar.gz generated. [2023-04-11T15:53:54.963Z] + '[' false '=' true ] [2023-04-11T15:53:54.963Z] + '[' false '=' true ] [2023-04-11T15:53:54.963Z] + mkdir -p /tmp/sdk/build/debug [2023-04-11T15:53:54.963Z] + cd /tmp/sdk/build/debug [2023-04-11T15:53:54.963Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-04-11T15:53:55.230Z] -- The C compiler identification is GNU 11.2.1 [2023-04-11T15:53:55.498Z] -- Detecting C compiler ABI info [2023-04-11T15:53:55.765Z] -- Detecting C compiler ABI info - done [2023-04-11T15:53:55.765Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-04-11T15:53:55.765Z] -- Detecting C compile features [2023-04-11T15:53:55.765Z] -- Detecting C compile features - done [2023-04-11T15:53:55.765Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-04-11T15:53:56.033Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-04-11T15:53:56.033Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-04-11T15:53:56.033Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-04-11T15:53:56.033Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-04-11T15:53:56.033Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-04-11T15:53:56.033Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-04-11T15:53:56.033Z] -- Found IOT: /opt/iotech/iot/1.5/lib/libiot.so [2023-04-11T15:53:56.033Z] -- /opt/iotech/iot/1.5/include [2023-04-11T15:53:56.033Z] -- C SDK 2.3.1-dev.8 for Linux [2023-04-11T15:53:56.033Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-04-11T15:53:56.620Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-04-11T15:53:56.620Z] -- Found Curses: /usr/lib/libcurses.so [2023-04-11T15:53:56.887Z] -- Configuring done [2023-04-11T15:53:57.154Z] -- Generating done [2023-04-11T15:53:57.154Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-04-11T15:53:57.154Z] + make [2023-04-11T15:53:57.154Z] + tee debug.log [2023-04-11T15:53:57.154Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-04-11T15:53:57.741Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/bus-mqtt.c.o [2023-04-11T15:53:58.328Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/bus-redstr.c.o [2023-04-11T15:53:58.918Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/bus.c.o [2023-04-11T15:53:59.187Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-04-11T15:53:59.784Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-04-11T15:54:00.746Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-04-11T15:54:01.331Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-04-11T15:54:01.599Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-04-11T15:54:02.185Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-04-11T15:54:03.151Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-04-11T15:54:03.421Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-04-11T15:54:04.007Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-04-11T15:54:04.593Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-04-11T15:54:05.179Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-04-11T15:54:05.448Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-04-11T15:54:06.860Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-04-11T15:54:07.128Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-04-11T15:54:07.395Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-04-11T15:54:08.357Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-04-11T15:54:09.770Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-04-11T15:54:10.038Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-04-11T15:54:10.624Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-04-11T15:54:10.893Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/request_auth.c.o [2023-04-11T15:54:11.478Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-04-11T15:54:12.064Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-04-11T15:54:14.653Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-04-11T15:54:14.653Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-04-11T15:54:15.238Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-04-11T15:54:15.823Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-04-11T15:54:16.785Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-04-11T15:54:18.197Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-04-11T15:54:18.465Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-04-11T15:54:19.052Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-04-11T15:54:19.320Z] [ 68%] Linking C shared library libcsdk.so [2023-04-11T15:54:19.588Z] [ 68%] Built target csdk [2023-04-11T15:54:19.856Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-04-11T15:54:20.124Z] [ 72%] Linking C executable template [2023-04-11T15:54:20.710Z] [ 72%] Built target template [2023-04-11T15:54:20.710Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-04-11T15:54:20.976Z] [ 76%] Linking C executable device-counter [2023-04-11T15:54:21.243Z] [ 76%] Built target device-counter [2023-04-11T15:54:21.510Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-04-11T15:54:21.779Z] [ 80%] Linking C executable device-random [2023-04-11T15:54:22.365Z] [ 80%] Built target device-random [2023-04-11T15:54:22.365Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-04-11T15:54:22.634Z] [ 84%] Linking C executable device-gyro [2023-04-11T15:54:22.902Z] [ 84%] Built target device-gyro [2023-04-11T15:54:22.902Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-04-11T15:54:23.487Z] [ 88%] Linking C executable device-bitfields [2023-04-11T15:54:23.756Z] [ 88%] Built target device-bitfields [2023-04-11T15:54:23.756Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-04-11T15:54:24.342Z] [ 92%] Linking C executable template-discovery [2023-04-11T15:54:24.929Z] [ 92%] Built target template-discovery [2023-04-11T15:54:24.929Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-04-11T15:54:25.196Z] [ 96%] Linking C executable device-file [2023-04-11T15:54:25.781Z] [ 96%] Built target device-file [2023-04-11T15:54:25.781Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-04-11T15:54:26.366Z] [100%] Linking C executable device-terminal [2023-04-11T15:54:26.635Z] [100%] Built target device-terminal [2023-04-11T15:54:26.902Z] make: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] [ 68%] Built target csdk [2023-04-11T15:54:26.902Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:26.902Z] [ 72%] Built target template [2023-04-11T15:54:26.902Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] [ 76%] Built target device-counter [2023-04-11T15:54:27.168Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] [ 80%] Built target device-random [2023-04-11T15:54:27.168Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] [ 84%] Built target device-gyro [2023-04-11T15:54:27.168Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] [ 88%] Built target device-bitfields [2023-04-11T15:54:27.168Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.168Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] [ 92%] Built target template-discovery [2023-04-11T15:54:27.434Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] [ 96%] Built target device-file [2023-04-11T15:54:27.434Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] [100%] Built target device-terminal [2023-04-11T15:54:27.434Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:27.434Z] Install the project... [2023-04-11T15:54:27.434Z] -- Install configuration: "Release" [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/lib/libcsdk.so [2023-04-11T15:54:27.434Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/devsdk [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/devices.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-04-11T15:54:27.434Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-04-11T15:54:27.434Z] make: Leaving directory '/tmp/sdk/build/release' [2023-04-11T15:54:28.840Z] Removing intermediate container d41870ed73d9 [2023-04-11T15:54:28.840Z] ---> 16ef91edd54a [2023-04-11T15:54:28.840Z] Step 14/21 : FROM ${BASE} [2023-04-11T15:54:28.840Z] ---> 9a9802766715 [2023-04-11T15:54:28.840Z] Step 15/21 : LABEL maintainer="IOTech " [2023-04-11T15:54:29.108Z] ---> Running in 05d0da084739 [2023-04-11T15:54:29.375Z] Removing intermediate container 05d0da084739 [2023-04-11T15:54:29.375Z] ---> 221e89b6d2e8 [2023-04-11T15:54:29.375Z] 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-04-11T15:54:29.375Z] ---> Running in b9e54f889bb9 [2023-04-11T15:54:30.335Z] Connecting to iotech.jfrog.io (63.32.141.158:443) [2023-04-11T15:54:30.917Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:54:30.917Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:54:30.917Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:54:31.502Z] Removing intermediate container b9e54f889bb9 [2023-04-11T15:54:31.502Z] ---> a309e443504f [2023-04-11T15:54:31.502Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:54:31.502Z] ---> Running in 6ea1293331b5 [2023-04-11T15:54:33.444Z] Removing intermediate container 6ea1293331b5 [2023-04-11T15:54:33.444Z] ---> 044e8ed3c8f1 [2023-04-11T15:54:33.444Z] Step 18/21 : RUN apk add --update --no-cache binutils gcc libc-dev make git cmake yaml curl libmicrohttpd libuuid libcbor paho-mqtt-c-dev-1.3 iotech-iot-1.4 hiredis-dev [2023-04-11T15:54:33.444Z] ---> Running in 95eb738ced6c [2023-04-11T15:54:34.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:34.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:35.261Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:35.847Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:54:35.847Z] (1/7) Installing curl (7.83.1-r6) [2023-04-11T15:54:36.115Z] (2/7) Installing hiredis (1.0.2-r0) [2023-04-11T15:54:36.115Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-04-11T15:54:36.115Z] (4/7) Installing iotech-iot-1.4 (1.4.1-r0) [2023-04-11T15:54:36.699Z] (5/7) Installing libcbor (0.9.0-r1) [2023-04-11T15:54:36.699Z] (6/7) Installing libuuid (2.38-r1) [2023-04-11T15:54:36.699Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.12-r0) [2023-04-11T15:54:37.658Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:54:37.658Z] OK: 281 MiB in 83 packages [2023-04-11T15:54:38.621Z] Removing intermediate container 95eb738ced6c [2023-04-11T15:54:38.621Z] ---> 3fd7f0c84673 [2023-04-11T15:54:38.622Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-04-11T15:54:39.205Z] ---> 8e81b81f9f11 [2023-04-11T15:54:39.205Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-04-11T15:54:41.153Z] ---> dda3352e948d [2023-04-11T15:54:41.153Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-04-11T15:54:41.421Z] ---> 393b4552ce28 [2023-04-11T15:54:41.421Z] Successfully built 393b4552ce28 [2023-04-11T15:54:41.690Z] 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-04-11T15:54:42.129Z] + docker inspect -f . ci-base-image-arm64 [2023-04-11T15:54:42.129Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:54:42.375Z] prd-ubuntu20.04-docker-arm64-4c-16g-7409 does not seem to be running inside a container [2023-04-11T15:54:42.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/43 -v /w/workspace/device-sdk-c/43:/w/workspace/device-sdk-c/43:rw,z -v /w/workspace/device-sdk-c/43@tmp:/w/workspace/device-sdk-c/43@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 ******** ci-base-image-arm64 cat [2023-04-11T15:54:43.737Z] $ docker top d0446b4e42b40dd2334d652c4a1b6fba11309d94e80b0ffb75e6f05fbe7eff10 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T15:54:44.586Z] + make test [2023-04-11T15:54:44.586Z] echo "make test" [2023-04-11T15:54:44.586Z] make test [Pipeline] } [2023-04-11T15:54:44.611Z] $ docker stop --time=1 d0446b4e42b40dd2334d652c4a1b6fba11309d94e80b0ffb75e6f05fbe7eff10 [2023-04-11T15:54:46.308Z] $ docker rm -f --volumes d0446b4e42b40dd2334d652c4a1b6fba11309d94e80b0ffb75e6f05fbe7eff10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-11T15:54:46.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-11T15:54:47.179Z] + ls -al . [2023-04-11T15:54:47.179Z] total 208 [2023-04-11T15:54:47.179Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:51 . [2023-04-11T15:54:47.179Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:51 .. [2023-04-11T15:54:47.179Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 11 15:51 .git [2023-04-11T15:54:47.179Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:51 .github [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 176 Apr 11 15:51 .gitignore [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 3104 Apr 11 15:51 Attribution.txt [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 8743 Apr 11 15:51 CHANGES [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 108574 Apr 11 15:51 Doxyfile [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 11 15:51 GOVERNANCE.md [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 784 Apr 11 15:51 Jenkinsfile [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 11 15:51 LICENSE [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 444 Apr 11 15:51 Makefile [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 11 15:51 OWNERS.md [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 1651 Apr 11 15:51 README.IOT.md [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 4215 Apr 11 15:51 README.md [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 1245 Apr 11 15:51 README.v3.md [2023-04-11T15:54:47.179Z] -rw-rw-r-- 1 jenkins jenkins 11 Apr 11 15:47 VERSION [2023-04-11T15:54:47.179Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:51 docs [2023-04-11T15:54:47.179Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:51 include [2023-04-11T15:54:47.179Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 11 15:51 scripts [2023-04-11T15:54:47.179Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 11 15:51 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:54:47.520Z] + 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=5d59cb35b62932d64514d7317f29c1d7ee9592fa --label arch=arm64 --label version=2.3.1-dev.8 . [2023-04-11T15:54:47.788Z] Sending build context to Docker daemon 2.887MB [2023-04-11T15:54:47.788Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-04-11T15:54:47.788Z] Step 2/17 : FROM ${BASE} [2023-04-11T15:54:47.788Z] ---> 393b4552ce28 [2023-04-11T15:54:47.788Z] Step 3/17 : LABEL maintainer="IOTech " [2023-04-11T15:54:48.056Z] ---> Running in f7992951febc [2023-04-11T15:54:48.324Z] Removing intermediate container f7992951febc [2023-04-11T15:54:48.324Z] ---> b2fcbf81bc4f [2023-04-11T15:54:48.324Z] 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-04-11T15:54:48.324Z] ---> Running in 042ff2e9d97c [2023-04-11T15:54:49.288Z] Connecting to iotech.jfrog.io (52.212.183.138:443) [2023-04-11T15:54:49.874Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-04-11T15:54:49.874Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-04-11T15:54:49.874Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-04-11T15:54:50.460Z] Removing intermediate container 042ff2e9d97c [2023-04-11T15:54:50.460Z] ---> 46daed6ae97a [2023-04-11T15:54:50.460Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-04-11T15:54:50.460Z] ---> Running in 464fda48df23 [2023-04-11T15:54:55.809Z] Removing intermediate container 464fda48df23 [2023-04-11T15:54:55.809Z] ---> 39be23624dae [2023-04-11T15:54:55.809Z] 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 paho-mqtt-c-dev-1.3 hiredis-dev iotech-iot-1.5-dev && mkdir -p /edgex-c-sdk/build [2023-04-11T15:54:55.809Z] ---> Running in eceba7445f60 [2023-04-11T15:54:56.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:56.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:57.244Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-04-11T15:54:58.204Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-04-11T15:54:58.204Z] (1/9) Installing iotech-iot-1.5 (1.5.0-r0) [2023-04-11T15:54:58.472Z] (2/9) Installing iotech-iot-1.5-dev (1.5.0-r0) [2023-04-11T15:54:58.472Z] (3/9) Installing libcbor-dev (0.9.0-r1) [2023-04-11T15:54:58.472Z] (4/9) Installing ncurses-dev (6.3_p20220521-r0) [2023-04-11T15:54:58.472Z] (5/9) Installing libblkid (2.38-r1) [2023-04-11T15:54:58.472Z] (6/9) Installing libfdisk (2.38-r1) [2023-04-11T15:54:58.472Z] (7/9) Installing libmount (2.38-r1) [2023-04-11T15:54:58.472Z] (8/9) Installing libsmartcols (2.38-r1) [2023-04-11T15:54:58.472Z] (9/9) Installing util-linux-dev (2.38-r1) [2023-04-11T15:54:58.741Z] Executing busybox-1.35.0-r17.trigger [2023-04-11T15:54:58.741Z] OK: 287 MiB in 92 packages [2023-04-11T15:55:00.151Z] Removing intermediate container eceba7445f60 [2023-04-11T15:55:00.151Z] ---> 0dbbf825a09b [2023-04-11T15:55:00.151Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-04-11T15:55:00.419Z] ---> 9a8b258d26a1 [2023-04-11T15:55:00.419Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-04-11T15:55:01.381Z] ---> ca713ff14d0e [2023-04-11T15:55:01.381Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-04-11T15:55:01.648Z] ---> 21dba81a26cf [2023-04-11T15:55:01.648Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-04-11T15:55:02.234Z] ---> 7a20a4f2b03a [2023-04-11T15:55:02.234Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-04-11T15:55:02.818Z] ---> 2d7be1dbb38b [2023-04-11T15:55:02.818Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-04-11T15:55:03.402Z] ---> 776e853d4ada [2023-04-11T15:55:03.402Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-04-11T15:55:03.402Z] ---> Running in 251bb186bd87 [2023-04-11T15:55:03.669Z] Removing intermediate container 251bb186bd87 [2023-04-11T15:55:03.669Z] ---> c968b07c5450 [2023-04-11T15:55:03.669Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-04-11T15:55:03.937Z] ---> Running in f75fe976a4aa [2023-04-11T15:55:04.206Z] Removing intermediate container f75fe976a4aa [2023-04-11T15:55:04.206Z] ---> 99a89b93e378 [2023-04-11T15:55:04.206Z] Step 15/17 : LABEL arch=arm64 [2023-04-11T15:55:04.206Z] ---> Running in 9622dc25c21a [2023-04-11T15:55:04.810Z] Removing intermediate container 9622dc25c21a [2023-04-11T15:55:04.810Z] ---> 3dead2482da1 [2023-04-11T15:55:04.810Z] Step 16/17 : LABEL git_sha=5d59cb35b62932d64514d7317f29c1d7ee9592fa [2023-04-11T15:55:04.810Z] ---> Running in 683144c00d1a [2023-04-11T15:55:05.095Z] Removing intermediate container 683144c00d1a [2023-04-11T15:55:05.095Z] ---> 538235669ef2 [2023-04-11T15:55:05.095Z] Step 17/17 : LABEL version=2.3.1-dev.8 [2023-04-11T15:55:05.095Z] ---> Running in 64a446944d2f [2023-04-11T15:55:05.690Z] Removing intermediate container 64a446944d2f [2023-04-11T15:55:05.690Z] ---> a14baf963bb4 [2023-04-11T15:55:05.690Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2023-04-11T15:55:05.690Z] Successfully built a14baf963bb4 [2023-04-11T15:55:05.690Z] 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-04-11T15:55:06.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T15:55:06.145Z] [2023-04-11T15:55:06.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:55:06.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T15:55:06.763Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-11T15:55:06.763Z] 8998bd30e6a1: Pulling fs layer [2023-04-11T15:55:06.763Z] 04944245beec: Pulling fs layer [2023-04-11T15:55:06.763Z] 699f458cf7ca: Pulling fs layer [2023-04-11T15:55:06.763Z] 765212b225bb: Pulling fs layer [2023-04-11T15:55:06.763Z] f23df028b6ca: Pulling fs layer [2023-04-11T15:55:06.763Z] d65c8cfc05b1: Pulling fs layer [2023-04-11T15:55:06.763Z] 2437ff75d9bd: Pulling fs layer [2023-04-11T15:55:06.763Z] 765212b225bb: Waiting [2023-04-11T15:55:06.763Z] f23df028b6ca: Waiting [2023-04-11T15:55:06.763Z] d65c8cfc05b1: Waiting [2023-04-11T15:55:06.763Z] 2437ff75d9bd: Waiting [2023-04-11T15:55:06.763Z] 04944245beec: Verifying Checksum [2023-04-11T15:55:06.763Z] 04944245beec: Download complete [2023-04-11T15:55:06.763Z] 765212b225bb: Verifying Checksum [2023-04-11T15:55:06.763Z] 765212b225bb: Download complete [2023-04-11T15:55:06.763Z] f23df028b6ca: Download complete [2023-04-11T15:55:06.763Z] d65c8cfc05b1: Verifying Checksum [2023-04-11T15:55:06.763Z] d65c8cfc05b1: Download complete [2023-04-11T15:55:07.034Z] 699f458cf7ca: Verifying Checksum [2023-04-11T15:55:07.034Z] 699f458cf7ca: Download complete [2023-04-11T15:55:07.304Z] 8998bd30e6a1: Verifying Checksum [2023-04-11T15:55:07.304Z] 8998bd30e6a1: Download complete [2023-04-11T15:55:09.890Z] 2437ff75d9bd: Verifying Checksum [2023-04-11T15:55:09.890Z] 2437ff75d9bd: Download complete [2023-04-11T15:55:11.304Z] 8998bd30e6a1: Pull complete [2023-04-11T15:55:11.630Z] 04944245beec: Pull complete [2023-04-11T15:55:13.090Z] 699f458cf7ca: Pull complete [2023-04-11T15:55:13.362Z] 765212b225bb: Pull complete [2023-04-11T15:55:14.360Z] f23df028b6ca: Pull complete [2023-04-11T15:55:14.360Z] d65c8cfc05b1: Pull complete [2023-04-11T15:55:29.475Z] 2437ff75d9bd: Pull complete [2023-04-11T15:55:29.475Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-11T15:55:29.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-11T15:55:29.475Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:55:29.671Z] prd-ubuntu20.04-docker-arm64-4c-16g-7409 does not seem to be running inside a container [2023-04-11T15:55:29.750Z] $ 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/43 -v /w/workspace/device-sdk-c/43:/w/workspace/device-sdk-c/43:rw,z -v /w/workspace/device-sdk-c/43@tmp:/w/workspace/device-sdk-c/43@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-11T15:55:32.462Z] $ docker top e44a96605c61cc04b00134dba45120f45eacce362bbfd1177d4dbd34158def3b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:55:33.292Z] ---> job-cost.sh [2023-04-11T15:55:33.292Z] lf-activate-venv: SKIPPING [2023-04-11T15:55:33.292Z] INFO: No Stack... [2023-04-11T15:55:33.560Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-11T15:55:34.521Z] INFO: Archiving Costs [Pipeline] sh [2023-04-11T15:55:34.841Z] + cut -d, -f6 [2023-04-11T15:55:34.841Z] + cat /w/workspace/device-sdk-c/43/archives/cost.csv [Pipeline] lock [2023-04-11T15:55:35.174Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [2023-04-11T15:55:35.181Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] did not exist. Created. [2023-04-11T15:55:35.181Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-11T15:55:35.518Z] /w/workspace/device-sdk-c/43@tmp/durable-00cfa271/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-11T15:55:36.115Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-11T15:55:36.138Z] Warning: overwriting stash ‘stack-cost’ [2023-04-11T15:55:36.603Z] Stashed 1 file(s) [Pipeline] } [2023-04-11T15:55:36.611Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-43-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-11T15:55:36.634Z] $ docker stop --time=1 e44a96605c61cc04b00134dba45120f45eacce362bbfd1177d4dbd34158def3b [2023-04-11T15:55:38.081Z] $ docker rm -f --volumes e44a96605c61cc04b00134dba45120f45eacce362bbfd1177d4dbd34158def3b [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-04-11T15:55:38.726Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T15:55:38.726Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:55:39.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:55:39.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:55:39.090Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:55:39.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T15:55:39.426Z] $ docker top fbd6c3038547fb86f4145f1eaaf5b7aa1a211f157b6002ca8589284640895aa2 -eo pid,comm [2023-04-11T15:55:39.470Z] 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-04-11T15:55:39.470Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T15:55:39.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T15:55:39.513Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T15:55:39.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T15:55:39.619Z] $ docker exec fbd6c3038547fb86f4145f1eaaf5b7aa1a211f157b6002ca8589284640895aa2 ssh-agent [2023-04-11T15:55:39.715Z] SSH_AUTH_SOCK=/tmp/ssh-WoaIxO1bwM8x/agent.32 [2023-04-11T15:55:39.715Z] SSH_AGENT_PID=38 [2023-04-11T15:55:39.719Z] Running ssh-add (command line suppressed) [2023-04-11T15:55:39.822Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12994637832452790085.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12994637832452790085.key) [2023-04-11T15:55:39.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T15:55:40.123Z] + git semver tag [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,285 [run_tag] DEBUG tag force:False [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,285 [check_head_tag] DEBUG check head tag [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,285 [execute] INFO git cat-file --batch-check [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,286 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,288 [execute] INFO git cat-file --batch [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,301 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,301 [execute] INFO git tag -a v2.3.1-dev.8 -m v2.3.1-dev.8 [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,301 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.8', '-m', 'v2.3.1-dev.8'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-04-11T15:55:40.383Z] 2023-04-11 15:55:40,306 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:55:40.383Z] 2.3.1-dev.8 [Pipeline] } [2023-04-11T15:55:40.393Z] $ docker exec --env ******** --env ******** fbd6c3038547fb86f4145f1eaaf5b7aa1a211f157b6002ca8589284640895aa2 ssh-agent -k [2023-04-11T15:55:40.485Z] unset SSH_AUTH_SOCK; [2023-04-11T15:55:40.486Z] unset SSH_AGENT_PID; [2023-04-11T15:55:40.486Z] echo Agent pid 38 killed; [2023-04-11T15:55:40.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T15:55:40.796Z] + git semver [Pipeline] } [2023-04-11T15:55:41.068Z] $ docker stop --time=1 fbd6c3038547fb86f4145f1eaaf5b7aa1a211f157b6002ca8589284640895aa2 [2023-04-11T15:55:42.421Z] $ docker rm -f --volumes fbd6c3038547fb86f4145f1eaaf5b7aa1a211f157b6002ca8589284640895aa2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:55:42.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T15:55:42.805Z] [2023-04-11T15:55:42.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:55:43.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T15:55:43.105Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-11T15:55:43.105Z] ab5ef0e58194: Pulling fs layer [2023-04-11T15:55:43.105Z] 9712f1f96733: Pulling fs layer [2023-04-11T15:55:43.105Z] 63f879dbbcfc: Pulling fs layer [2023-04-11T15:55:43.105Z] 0d9ebad4ef96: Pulling fs layer [2023-04-11T15:55:43.105Z] e9a5061849ea: Pulling fs layer [2023-04-11T15:55:43.105Z] d747dcd14b5f: Pulling fs layer [2023-04-11T15:55:43.105Z] 2de7ff778b66: Pulling fs layer [2023-04-11T15:55:43.105Z] 0d9ebad4ef96: Waiting [2023-04-11T15:55:43.105Z] e9a5061849ea: Waiting [2023-04-11T15:55:43.105Z] d747dcd14b5f: Waiting [2023-04-11T15:55:43.105Z] 2de7ff778b66: Waiting [2023-04-11T15:55:43.105Z] 9712f1f96733: Download complete [2023-04-11T15:55:43.364Z] 63f879dbbcfc: Verifying Checksum [2023-04-11T15:55:43.364Z] 63f879dbbcfc: Download complete [2023-04-11T15:55:43.623Z] e9a5061849ea: Verifying Checksum [2023-04-11T15:55:43.623Z] e9a5061849ea: Download complete [2023-04-11T15:55:43.623Z] d747dcd14b5f: Verifying Checksum [2023-04-11T15:55:43.623Z] d747dcd14b5f: Download complete [2023-04-11T15:55:43.623Z] ab5ef0e58194: Verifying Checksum [2023-04-11T15:55:43.623Z] 0d9ebad4ef96: Verifying Checksum [2023-04-11T15:55:43.623Z] 0d9ebad4ef96: Download complete [2023-04-11T15:55:43.623Z] 2de7ff778b66: Verifying Checksum [2023-04-11T15:55:43.623Z] 2de7ff778b66: Download complete [2023-04-11T15:55:46.158Z] ab5ef0e58194: Pull complete [2023-04-11T15:55:46.158Z] 9712f1f96733: Pull complete [2023-04-11T15:55:47.088Z] 63f879dbbcfc: Pull complete [2023-04-11T15:55:51.284Z] 0d9ebad4ef96: Pull complete [2023-04-11T15:55:51.284Z] e9a5061849ea: Pull complete [2023-04-11T15:55:51.284Z] d747dcd14b5f: Pull complete [2023-04-11T15:55:51.849Z] 2de7ff778b66: Pull complete [2023-04-11T15:55:52.108Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-11T15:55:52.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-11T15:55:52.108Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:55:52.192Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:55:52.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-11T15:55:58.818Z] $ docker top 6f1cb83b9ad71dcc340a1e41a1ef60866a87051c8e195e89d52b66a66e8615c8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-11T15:55:58.884Z] provisioning config files... [2023-04-11T15:55:58.889Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config13978836233375985226tmp [2023-04-11T15:55:58.899Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config1021859139031627336tmp [2023-04-11T15:55:58.906Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config17001438059011312618tmp [Pipeline] { [Pipeline] echo [2023-04-11T15:55:58.920Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:55:59.199Z] ---> sigul-configuration.sh [2023-04-11T15:55:59.199Z] gpg: directory `/root/.gnupg' created [2023-04-11T15:55:59.199Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-11T15:55:59.199Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-11T15:55:59.199Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-11T15:55:59.199Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-11T15:55:59.199Z] gpg: CAST5 encrypted data [2023-04-11T15:55:59.199Z] gpg: encrypted with 1 passphrase [2023-04-11T15:55:59.199Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-11T15:55:59.483Z] + mkdir /home/jenkins [2023-04-11T15:55:59.483Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-11T15:55:59.766Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-04-11T15:55:59.774Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:00.059Z] ---> sigul-install.sh [2023-04-11T15:56:00.059Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-11T15:56:00.343Z] + git tag --list [2023-04-11T15:56:00.343Z] 0.7.0 [2023-04-11T15:56:00.343Z] 0.7.1 [2023-04-11T15:56:00.343Z] 1.0.0 [2023-04-11T15:56:00.343Z] v1.0.1 [2023-04-11T15:56:00.343Z] v1.0.2 [2023-04-11T15:56:00.343Z] v1.0.3 [2023-04-11T15:56:00.343Z] v1.1.0 [2023-04-11T15:56:00.343Z] v1.1.1 [2023-04-11T15:56:00.343Z] v1.2.0 [2023-04-11T15:56:00.343Z] v1.2.1 [2023-04-11T15:56:00.343Z] v1.2.2 [2023-04-11T15:56:00.343Z] v1.3.0 [2023-04-11T15:56:00.343Z] v1.3.1 [2023-04-11T15:56:00.343Z] v2.0.0 [2023-04-11T15:56:00.343Z] v2.1.0 [2023-04-11T15:56:00.343Z] v2.2.0 [2023-04-11T15:56:00.343Z] v2.2.0-dev.1 [2023-04-11T15:56:00.343Z] v2.2.0-dev.10 [2023-04-11T15:56:00.343Z] v2.2.0-dev.11 [2023-04-11T15:56:00.343Z] v2.2.0-dev.12 [2023-04-11T15:56:00.343Z] v2.2.0-dev.13 [2023-04-11T15:56:00.343Z] v2.2.0-dev.2 [2023-04-11T15:56:00.343Z] v2.2.0-dev.3 [2023-04-11T15:56:00.343Z] v2.2.0-dev.4 [2023-04-11T15:56:00.343Z] v2.2.0-dev.5 [2023-04-11T15:56:00.343Z] v2.2.0-dev.6 [2023-04-11T15:56:00.343Z] v2.2.0-dev.7 [2023-04-11T15:56:00.343Z] v2.2.0-dev.8 [2023-04-11T15:56:00.343Z] v2.2.0-dev.9 [2023-04-11T15:56:00.343Z] v2.2.1-dev.1 [2023-04-11T15:56:00.343Z] v2.2.1-dev.2 [2023-04-11T15:56:00.343Z] v2.2.1-dev.3 [2023-04-11T15:56:00.343Z] v2.3.0 [2023-04-11T15:56:00.343Z] v2.3.1-dev.1 [2023-04-11T15:56:00.343Z] v2.3.1-dev.2 [2023-04-11T15:56:00.343Z] v2.3.1-dev.3 [2023-04-11T15:56:00.343Z] v2.3.1-dev.4 [2023-04-11T15:56:00.343Z] v2.3.1-dev.5 [2023-04-11T15:56:00.343Z] v2.3.1-dev.6 [2023-04-11T15:56:00.343Z] v2.3.1-dev.7 [2023-04-11T15:56:00.343Z] v2.3.1-dev.8 [Pipeline] sh [2023-04-11T15:56:00.631Z] + lftools sign git-tag v2.3.1-dev.8 [2023-04-11T15:56:01.198Z] Signing Git tag with Sigul... [2023-04-11T15:56:01.198Z] Signing v2.3.1-dev.8 [Pipeline] echo [2023-04-11T15:56:01.465Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:01.746Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-11T15:56:01.752Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-11T15:56:01.772Z] $ docker stop --time=1 6f1cb83b9ad71dcc340a1e41a1ef60866a87051c8e195e89d52b66a66e8615c8 [2023-04-11T15:56:03.036Z] $ docker rm -f --volumes 6f1cb83b9ad71dcc340a1e41a1ef60866a87051c8e195e89d52b66a66e8615c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-11T15:56:03.435Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T15:56:03.435Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:56:03.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:56:03.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:56:03.802Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:56:03.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T15:56:04.187Z] $ docker top 95b543fd368dc0ed4eb3c89d891e53a883beea98524aff2027f37285aef29172 -eo pid,comm [2023-04-11T15:56:04.229Z] 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-04-11T15:56:04.229Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T15:56:04.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T15:56:04.262Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T15:56:04.418Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T15:56:04.421Z] $ docker exec 95b543fd368dc0ed4eb3c89d891e53a883beea98524aff2027f37285aef29172 ssh-agent [2023-04-11T15:56:04.543Z] SSH_AUTH_SOCK=/tmp/ssh-ZPHNR95sCNbI/agent.14 [2023-04-11T15:56:04.543Z] SSH_AGENT_PID=20 [2023-04-11T15:56:04.547Z] Running ssh-add (command line suppressed) [2023-04-11T15:56:04.660Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8496188721540740996.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_8496188721540740996.key) [2023-04-11T15:56:04.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T15:56:04.956Z] + git semver bump pre [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [bump_version] DEBUG bumping version:2.3.1-dev.8 on axis:pre with prefix:dev [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [bump_version] DEBUG bumped version:2.3.1-dev.9 [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [write_version] DEBUG write version:2.3.1-dev.9 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,135 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,137 [execute] INFO git cat-file --batch-check [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,142 [execute] INFO git cat-file --batch [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,143 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T15:56:05.215Z] 2023-04-11 15:56:05,148 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:56:05.215Z] 2.3.1-dev.9 [Pipeline] } [2023-04-11T15:56:05.225Z] $ docker exec --env ******** --env ******** 95b543fd368dc0ed4eb3c89d891e53a883beea98524aff2027f37285aef29172 ssh-agent -k [2023-04-11T15:56:05.315Z] unset SSH_AUTH_SOCK; [2023-04-11T15:56:05.316Z] unset SSH_AGENT_PID; [2023-04-11T15:56:05.316Z] echo Agent pid 20 killed; [2023-04-11T15:56:05.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T15:56:05.630Z] + git semver [Pipeline] } [2023-04-11T15:56:05.902Z] $ docker stop --time=1 95b543fd368dc0ed4eb3c89d891e53a883beea98524aff2027f37285aef29172 [2023-04-11T15:56:07.172Z] $ docker rm -f --volumes 95b543fd368dc0ed4eb3c89d891e53a883beea98524aff2027f37285aef29172 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-11T15:56:07.512Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-11T15:56:07.512Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:56:07.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-11T15:56:07.804Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:56:07.868Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:56:07.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-sdk-c_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-11T15:56:08.240Z] $ docker top e4078a72f7e97bc834ee0aa3b75bb111a3aa8dcdf9d4e92960086e5debf70eb6 -eo pid,comm [2023-04-11T15:56:08.288Z] 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-04-11T15:56:08.288Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-11T15:56:08.315Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-11T15:56:08.315Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-11T15:56:08.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-11T15:56:08.418Z] $ docker exec e4078a72f7e97bc834ee0aa3b75bb111a3aa8dcdf9d4e92960086e5debf70eb6 ssh-agent [2023-04-11T15:56:08.522Z] SSH_AUTH_SOCK=/tmp/ssh-8PErsS7Da4cW/agent.32 [2023-04-11T15:56:08.522Z] SSH_AGENT_PID=38 [2023-04-11T15:56:08.526Z] Running ssh-add (command line suppressed) [2023-04-11T15:56:08.623Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3274502012724302476.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_3274502012724302476.key) [2023-04-11T15:56:08.635Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-11T15:56:08.915Z] + git semver push [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,115 [run_push] DEBUG push [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,116 [execute] INFO git cat-file --batch-check [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,120 [execute] INFO git rev-list cc9aa57d56e4cefd255d612546ee0efb0d43b850 -- [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,120 [execute] DEBUG Popen(['git', 'rev-list', 'cc9aa57d56e4cefd255d612546ee0efb0d43b850', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,128 [execute] INFO git fetch -v origin [2023-04-11T15:56:09.174Z] 2023-04-11 15:56:09,128 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-11T15:56:09.742Z] 2023-04-11 15:56:09,622 [run_push] DEBUG no remote changes detected [2023-04-11T15:56:09.742Z] 2023-04-11 15:56:09,622 [execute] INFO git push origin semver [2023-04-11T15:56:09.742Z] 2023-04-11 15:56:09,623 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-11T15:56:10.678Z] 2023-04-11 15:56:10,508 [run_push] DEBUG push all version tags [2023-04-11T15:56:10.678Z] 2023-04-11 15:56:10,508 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-11T15:56:10.678Z] 2023-04-11 15:56:10,508 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-04-11T15:56:11.611Z] 2023-04-11 15:56:11,319 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-04-11T15:56:11.611Z] 2.3.1-dev.9 [Pipeline] } [2023-04-11T15:56:11.621Z] $ docker exec --env ******** --env ******** e4078a72f7e97bc834ee0aa3b75bb111a3aa8dcdf9d4e92960086e5debf70eb6 ssh-agent -k [2023-04-11T15:56:11.704Z] unset SSH_AUTH_SOCK; [2023-04-11T15:56:11.704Z] unset SSH_AGENT_PID; [2023-04-11T15:56:11.704Z] echo Agent pid 38 killed; [2023-04-11T15:56:11.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-11T15:56:12.010Z] + git semver [Pipeline] } [2023-04-11T15:56:12.283Z] $ docker stop --time=1 e4078a72f7e97bc834ee0aa3b75bb111a3aa8dcdf9d4e92960086e5debf70eb6 [2023-04-11T15:56:13.566Z] $ docker rm -f --volumes e4078a72f7e97bc834ee0aa3b75bb111a3aa8dcdf9d4e92960086e5debf70eb6 [Pipeline] // withDockerContainer [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-04-11T15:56:14.005Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2023-04-11T15:56:14.005Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-04-11T15:56:14.005Z] total 16 [2023-04-11T15:56:14.005Z] drwxr-xr-x 3 root root 4096 Apr 11 15:48 . [2023-04-11T15:56:14.005Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 15:55 .. [2023-04-11T15:56:14.005Z] drwxr-xr-x 2 root root 4096 Apr 11 15:48 cost [2023-04-11T15:56:14.005Z] -rw-r--r-- 1 root root 83 Apr 11 15:48 cost.csv [2023-04-11T15:56:14.005Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-04-11T15:56:14.005Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-04-11T15:56:14.005Z] total 16 [2023-04-11T15:56:14.005Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:48 . [2023-04-11T15:56:14.005Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 11 15:55 .. [2023-04-11T15:56:14.005Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 15:48 cost [2023-04-11T15:56:14.005Z] -rw-r--r-- 1 jenkins jenkins 83 Apr 11 15:48 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:14.296Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:15.160Z] ---> package-listing.sh [2023-04-11T15:56:15.160Z] ++ facter osfamily [2023-04-11T15:56:15.160Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-11T15:56:15.160Z] + OS_FAMILY=debian [2023-04-11T15:56:15.160Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2023-04-11T15:56:15.160Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-11T15:56:15.160Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-11T15:56:15.160Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-11T15:56:15.160Z] + PACKAGES=/tmp/packages_start.txt [2023-04-11T15:56:15.420Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-04-11T15:56:15.420Z] + PACKAGES=/tmp/packages_end.txt [2023-04-11T15:56:15.420Z] + case "${OS_FAMILY}" in [2023-04-11T15:56:15.420Z] + dpkg -l [2023-04-11T15:56:15.420Z] + grep '^ii' [2023-04-11T15:56:15.420Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-11T15:56:15.420Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-11T15:56:15.420Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-11T15:56:15.420Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-04-11T15:56:15.420Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2023-04-11T15:56:15.420Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [Pipeline] echo [2023-04-11T15:56:15.430Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-11T15:56:15.705Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-11T15:56:16.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-11T15:56:16.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-11T15:56:16.324Z] prd-ubuntu20.04-docker-8c-8g-7407 does not seem to be running inside a container [2023-04-11T15:56:16.355Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_device-sdk-c_main:/w/workspace/edgexfoundry_device-sdk-c_main:rw,z -v /w/workspace/edgexfoundry_device-sdk-c_main@tmp:/w/workspace/edgexfoundry_device-sdk-c_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-11T15:56:16.544Z] $ docker top 29ca0b87a2af49f37b3d7b4633e55e423c3aaa191d1aa42b4cca987b60147bdf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-11T15:56:16.887Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-11T15:56:17.170Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-11T15:56:17.452Z] + ls /var/log/sa-host [2023-04-11T15:56:17.452Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-11T15:56:17.521Z] provisioning config files... [2023-04-11T15:56:17.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config7734702522145094535tmp [Pipeline] { [Pipeline] echo [2023-04-11T15:56:17.544Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:17.829Z] ---> create-netrc.sh [Pipeline] } [2023-04-11T15:56:17.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:18.159Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-11T15:56:18.169Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:18.455Z] ---> sudo-logs.sh [2023-04-11T15:56:18.455Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-11T15:56:18.486Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:18.773Z] ---> job-cost.sh [2023-04-11T15:56:18.773Z] lf-activate-venv: SKIPPING [2023-04-11T15:56:18.773Z] DEBUG: total: 0.2199999988079071 [2023-04-11T15:56:18.773Z] INFO: Retrieving Stack Cost... [2023-04-11T15:56:19.033Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-11T15:56:19.292Z] INFO: Archiving Costs [Pipeline] echo [2023-04-11T15:56:19.302Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-11T15:56:19.585Z] ---> logs-deploy.sh [2023-04-11T15:56:19.585Z] lf-activate-venv: SKIPPING [2023-04-11T15:56:19.585Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/43 [2023-04-11T15:56:19.585Z] INFO: archiving workspace using pattern(s): [2023-04-11T15:56:20.524Z] Archives upload complete. [2023-04-11T15:56:20.524Z] INFO: archiving logs to Nexus [2023-04-11T15:56:21.093Z] ---> uname -a: [2023-04-11T15:56:21.093Z] Linux prd-ubuntu20-04-docker-8c-8g-7407 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-11T15:56:21.093Z] [2023-04-11T15:56:21.093Z] [2023-04-11T15:56:21.093Z] ---> lscpu: [2023-04-11T15:56:21.093Z] Architecture: x86_64 [2023-04-11T15:56:21.093Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-11T15:56:21.093Z] Byte Order: Little Endian [2023-04-11T15:56:21.093Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-11T15:56:21.093Z] CPU(s): 8 [2023-04-11T15:56:21.093Z] On-line CPU(s) list: 0-7 [2023-04-11T15:56:21.093Z] Thread(s) per core: 1 [2023-04-11T15:56:21.093Z] Core(s) per socket: 1 [2023-04-11T15:56:21.093Z] Socket(s): 8 [2023-04-11T15:56:21.093Z] NUMA node(s): 1 [2023-04-11T15:56:21.093Z] Vendor ID: AuthenticAMD [2023-04-11T15:56:21.093Z] CPU family: 23 [2023-04-11T15:56:21.093Z] Model: 49 [2023-04-11T15:56:21.093Z] Model name: AMD EPYC-Rome Processor [2023-04-11T15:56:21.093Z] Stepping: 0 [2023-04-11T15:56:21.093Z] CPU MHz: 2799.998 [2023-04-11T15:56:21.093Z] BogoMIPS: 5599.99 [2023-04-11T15:56:21.093Z] Virtualization: AMD-V [2023-04-11T15:56:21.093Z] Hypervisor vendor: KVM [2023-04-11T15:56:21.093Z] Virtualization type: full [2023-04-11T15:56:21.093Z] L1d cache: 256 KiB [2023-04-11T15:56:21.093Z] L1i cache: 256 KiB [2023-04-11T15:56:21.093Z] L2 cache: 4 MiB [2023-04-11T15:56:21.093Z] L3 cache: 128 MiB [2023-04-11T15:56:21.093Z] NUMA node0 CPU(s): 0-7 [2023-04-11T15:56:21.093Z] Vulnerability Itlb multihit: Not affected [2023-04-11T15:56:21.093Z] Vulnerability L1tf: Not affected [2023-04-11T15:56:21.093Z] Vulnerability Mds: Not affected [2023-04-11T15:56:21.093Z] Vulnerability Meltdown: Not affected [2023-04-11T15:56:21.093Z] Vulnerability Mmio stale data: Not affected [2023-04-11T15:56:21.093Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-11T15:56:21.093Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-11T15:56:21.093Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-11T15:56:21.093Z] Vulnerability Srbds: Not affected [2023-04-11T15:56:21.093Z] Vulnerability Tsx async abort: Not affected [2023-04-11T15:56:21.093Z] 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-04-11T15:56:21.093Z] [2023-04-11T15:56:21.093Z]