Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from de537f5e6ed5588fb7793bac34c254358bbea04c 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-ssh17352924862036649622.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh5192325582263052010.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh14679529286031625860.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh12659270311087854573.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-ssh8811404875548050775.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1285 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 de537f5e6ed5588fb7793bac34c254358bbea04c (main) Commit message: "refactor: bump iot utils to version 1.4 (#435)" > 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 de537f5e6ed5588fb7793bac34c254358bbea04c # timeout=10 > git rev-list --no-walk 508af3997b99b63bbc6444d3a4c84739e7448765 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-06T22:59:24.189Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-06T22:59:24.230Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-06T22:59:24.243Z] ========================================================= [2023-01-06T22:59:24.243Z] EdgeX Global Pipelines Version Info [2023-01-06T22:59:24.243Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-06T22:59:24.952Z] ------------------- [2023-01-06T22:59:24.952Z] stable info: [2023-01-06T22:59:24.952Z] ------------------- [2023-01-06T22:59:24.952Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-06T22:59:24.952Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-06T22:59:24.952Z] Message: update stable to v1.0.244 [2023-01-06T22:59:25.523Z] ------------------- [2023-01-06T22:59:25.523Z] experimental info: [2023-01-06T22:59:25.523Z] ------------------- [2023-01-06T22:59:25.523Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-06T22:59:25.523Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-06T22:59:25.523Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-06T22:59:25.697Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-c-settings [Pipeline] echo [2023-01-06T22:59:25.708Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-c [Pipeline] echo [2023-01-06T22:59:25.718Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-06T22:59:25.728Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-06T22:59:25.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-06T22:59:25.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = scripts/Dockerfile.alpine [Pipeline] echo [2023-01-06T22:59:25.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = scripts/Dockerfile.alpine-base [Pipeline] echo [2023-01-06T22:59:25.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-06T22:59:25.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-06T22:59:25.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk [Pipeline] echo [2023-01-06T22:59:25.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-06T22:59:25.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-06T22:59:25.823Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-06T22:59:25.834Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-06T22:59:25.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-06T22:59:25.856Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-06T22:59:25.867Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-06T22:59:25.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-06T22:59:25.889Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-06T22:59:25.899Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-06T22:59:25.910Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de537f5e6ed5588fb7793bac34c254358bbea04c [Pipeline] echo [2023-01-06T22:59:25.920Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de537f5 [Pipeline] echo [2023-01-06T22:59:25.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T22:59:25.974Z] provisioning config files... [2023-01-06T22:59:25.990Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config658843954955149662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T22:59:26.301Z] ---> docker-login.sh [2023-01-06T22:59:26.301Z] nexus3.edgexfoundry.org:10001 [2023-01-06T22:59:26.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:26.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:26.561Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:26.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:26.561Z] [2023-01-06T22:59:26.561Z] Login Succeeded [2023-01-06T22:59:26.561Z] nexus3.edgexfoundry.org:10002 [2023-01-06T22:59:26.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:26.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:26.821Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:26.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:26.821Z] [2023-01-06T22:59:26.821Z] Login Succeeded [2023-01-06T22:59:26.821Z] nexus3.edgexfoundry.org:10003 [2023-01-06T22:59:26.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:26.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:26.821Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:26.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:26.821Z] [2023-01-06T22:59:26.821Z] Login Succeeded [2023-01-06T22:59:26.821Z] nexus3.edgexfoundry.org:10004 [2023-01-06T22:59:27.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:27.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:27.080Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:27.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:27.080Z] [2023-01-06T22:59:27.080Z] Login Succeeded [2023-01-06T22:59:27.080Z] docker.io [2023-01-06T22:59:27.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:27.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:27.340Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:27.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:27.340Z] [2023-01-06T22:59:27.340Z] Login Succeeded [2023-01-06T22:59:27.340Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T22:59:27.346Z] 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-01-06T22:59:27.708Z] + git rev-list -1 --merges de537f5e6ed5588fb7793bac34c254358bbea04c~1..de537f5e6ed5588fb7793bac34c254358bbea04c [Pipeline] echo [2023-01-06T22:59:27.764Z] -----------> git rev-list -1 --merges de537f5e6ed5588fb7793bac34c254358bbea04c~1..de537f5e6ed5588fb7793bac34c254358bbea04c de537f5e6ed5588fb7793bac34c254358bbea04c [false] [Pipeline] sh [2023-01-06T22:59:28.051Z] + git log --format=format:%s -1 de537f5e6ed5588fb7793bac34c254358bbea04c [Pipeline] echo [2023-01-06T22:59:28.068Z] ========================================================= [2023-01-06T22:59:28.068Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-06T22:59:28.068Z] ========================================================= 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-01-06T22:59:28.437Z] + git rev-list -1 --merges de537f5e6ed5588fb7793bac34c254358bbea04c~1..de537f5e6ed5588fb7793bac34c254358bbea04c [Pipeline] echo [2023-01-06T22:59:28.448Z] -----------> git rev-list -1 --merges de537f5e6ed5588fb7793bac34c254358bbea04c~1..de537f5e6ed5588fb7793bac34c254358bbea04c de537f5e6ed5588fb7793bac34c254358bbea04c [false] [Pipeline] sh [2023-01-06T22:59:28.733Z] + git log --format=format:%s -1 de537f5e6ed5588fb7793bac34c254358bbea04c [Pipeline] echo [2023-01-06T22:59:28.747Z] ========================================================= [2023-01-06T22:59:28.747Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-06T22:59:28.747Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-06T22:59:29.164Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T22:59:29.164Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-06T22:59:29.164Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-06T22:59:29.164Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-06T22:59:29.164Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-06T22:59:29.164Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-06T22:59:29.164Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T22:59:29.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T22:59:29.566Z] [2023-01-06T22:59:29.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T22:59:29.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T22:59:29.864Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-06T22:59:29.864Z] b85a868b505f: Pulling fs layer [2023-01-06T22:59:29.864Z] e2be974225ed: Pulling fs layer [2023-01-06T22:59:29.864Z] 339a4e72a1f5: Pulling fs layer [2023-01-06T22:59:29.864Z] 988bab9f4d93: Pulling fs layer [2023-01-06T22:59:29.864Z] 1469e6f7b9e6: Pulling fs layer [2023-01-06T22:59:29.864Z] eaf3925da568: Pulling fs layer [2023-01-06T22:59:29.864Z] bab4dde63d76: Pulling fs layer [2023-01-06T22:59:29.864Z] bde34c3a00c8: Pulling fs layer [2023-01-06T22:59:29.864Z] b352a97aabf1: Pulling fs layer [2023-01-06T22:59:29.864Z] 4872d77fe225: Pulling fs layer [2023-01-06T22:59:29.864Z] 5851b861e8e6: Pulling fs layer [2023-01-06T22:59:29.864Z] 988bab9f4d93: Waiting [2023-01-06T22:59:29.864Z] 1469e6f7b9e6: Waiting [2023-01-06T22:59:29.864Z] eaf3925da568: Waiting [2023-01-06T22:59:29.864Z] bab4dde63d76: Waiting [2023-01-06T22:59:29.864Z] bde34c3a00c8: Waiting [2023-01-06T22:59:29.864Z] b352a97aabf1: Waiting [2023-01-06T22:59:29.864Z] 4872d77fe225: Waiting [2023-01-06T22:59:29.864Z] 5851b861e8e6: Waiting [2023-01-06T22:59:29.864Z] e2be974225ed: Download complete [2023-01-06T22:59:29.864Z] 988bab9f4d93: Verifying Checksum [2023-01-06T22:59:29.864Z] 988bab9f4d93: Download complete [2023-01-06T22:59:30.134Z] 1469e6f7b9e6: Verifying Checksum [2023-01-06T22:59:30.134Z] 1469e6f7b9e6: Download complete [2023-01-06T22:59:30.134Z] 339a4e72a1f5: Verifying Checksum [2023-01-06T22:59:30.134Z] 339a4e72a1f5: Download complete [2023-01-06T22:59:30.134Z] eaf3925da568: Verifying Checksum [2023-01-06T22:59:30.134Z] eaf3925da568: Download complete [2023-01-06T22:59:30.134Z] bde34c3a00c8: Verifying Checksum [2023-01-06T22:59:30.134Z] bde34c3a00c8: Download complete [2023-01-06T22:59:30.134Z] b352a97aabf1: Verifying Checksum [2023-01-06T22:59:30.134Z] b352a97aabf1: Download complete [2023-01-06T22:59:30.134Z] 4872d77fe225: Verifying Checksum [2023-01-06T22:59:30.134Z] 4872d77fe225: Download complete [2023-01-06T22:59:30.134Z] 5851b861e8e6: Verifying Checksum [2023-01-06T22:59:30.134Z] 5851b861e8e6: Download complete [2023-01-06T22:59:30.134Z] b85a868b505f: Verifying Checksum [2023-01-06T22:59:30.134Z] b85a868b505f: Download complete [2023-01-06T22:59:30.701Z] bab4dde63d76: Verifying Checksum [2023-01-06T22:59:30.701Z] bab4dde63d76: Download complete [2023-01-06T22:59:32.079Z] b85a868b505f: Pull complete [2023-01-06T22:59:32.338Z] e2be974225ed: Pull complete [2023-01-06T22:59:32.905Z] 339a4e72a1f5: Pull complete [2023-01-06T22:59:32.905Z] 988bab9f4d93: Pull complete [2023-01-06T22:59:33.164Z] 1469e6f7b9e6: Pull complete [2023-01-06T22:59:33.164Z] eaf3925da568: Pull complete [2023-01-06T22:59:35.092Z] bab4dde63d76: Pull complete [2023-01-06T22:59:35.092Z] bde34c3a00c8: Pull complete [2023-01-06T22:59:35.352Z] b352a97aabf1: Pull complete [2023-01-06T22:59:35.352Z] 4872d77fe225: Pull complete [2023-01-06T22:59:35.352Z] 5851b861e8e6: Pull complete [2023-01-06T22:59:35.352Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-06T22:59:35.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T22:59:35.352Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T22:59:35.448Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T22:59:35.479Z] $ 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-01-06T22:59:36.994Z] $ docker top 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 -eo pid,comm [2023-01-06T22:59:37.052Z] 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-01-06T22:59:37.052Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T22:59:37.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T22:59:37.087Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T22:59:37.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T22:59:37.210Z] $ docker exec 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 ssh-agent [2023-01-06T22:59:37.323Z] SSH_AUTH_SOCK=/tmp/ssh-dIbJ1k8QI8cB/agent.33 [2023-01-06T22:59:37.323Z] SSH_AGENT_PID=39 [2023-01-06T22:59:37.330Z] Running ssh-add (command line suppressed) [2023-01-06T22:59:37.430Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9077978088718716978.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_9077978088718716978.key) [2023-01-06T22:59:37.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T22:59:37.728Z] + git tag --points-at HEAD [Pipeline] } [2023-01-06T22:59:37.743Z] $ docker exec --env ******** --env ******** 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 ssh-agent -k [2023-01-06T22:59:37.849Z] unset SSH_AUTH_SOCK; [2023-01-06T22:59:37.849Z] unset SSH_AGENT_PID; [2023-01-06T22:59:37.850Z] echo Agent pid 39 killed; [2023-01-06T22:59:37.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-06T22:59:37.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T22:59:37.881Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T22:59:38.010Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T22:59:38.016Z] $ docker exec 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 ssh-agent [2023-01-06T22:59:38.134Z] SSH_AUTH_SOCK=/tmp/ssh-QEoakpS4BsSj/agent.71 [2023-01-06T22:59:38.134Z] SSH_AGENT_PID=77 [2023-01-06T22:59:38.138Z] Running ssh-add (command line suppressed) [2023-01-06T22:59:38.254Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12228403925069731224.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_12228403925069731224.key) [2023-01-06T22:59:38.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T22:59:38.553Z] + git semver init [2023-01-06T22:59:38.812Z] 2023-01-06 22:59:38,762 [run_init] DEBUG init version:0.0.0 force:False [2023-01-06T22:59:38.812Z] 2023-01-06 22:59:38,763 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-01-06T22:59:38.812Z] 2023-01-06 22:59:38,763 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-c.git /w/workspace/edgexfoundry_device-sdk-c_main/.semver [2023-01-06T22:59:38.812Z] 2023-01-06 22:59:38,764 [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-01-06T22:59:39.750Z] 2023-01-06 22:59:39,552 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-sdk-c_main/.git/info/exclude [2023-01-06T22:59:39.750Z] 2023-01-06 22:59:39,552 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:False [2023-01-06T22:59:39.750Z] 2023-01-06 22:59:39,553 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T22:59:39.750Z] 2023-01-06 22:59:39,553 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T22:59:39.750Z] 2.3.1-dev.1 [Pipeline] } [2023-01-06T22:59:39.763Z] $ docker exec --env ******** --env ******** 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 ssh-agent -k [2023-01-06T22:59:39.869Z] unset SSH_AUTH_SOCK; [2023-01-06T22:59:39.870Z] unset SSH_AGENT_PID; [2023-01-06T22:59:39.871Z] echo Agent pid 77 killed; [2023-01-06T22:59:39.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T22:59:40.176Z] + git semver [Pipeline] } [2023-01-06T22:59:40.454Z] $ docker stop --time=1 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 [2023-01-06T22:59:41.758Z] $ docker rm -f --volumes 1f4303e2c31e4b8d314477e4032e79c664c8cb87a168b220479466b7bad6c5f3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T22:59:42.088Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-06T22:59:42.303Z] Stashed 1 file(s) [Pipeline] echo [2023-01-06T22:59:42.306Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.1 [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-01-06T22:59:42.440Z] provisioning config files... [2023-01-06T22:59:42.448Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config13465497615387554508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T22:59:42.745Z] ---> docker-login.sh [2023-01-06T22:59:42.745Z] nexus3.edgexfoundry.org:10001 [2023-01-06T22:59:42.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:42.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:42.745Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:42.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:42.745Z] [2023-01-06T22:59:42.745Z] Login Succeeded [2023-01-06T22:59:42.745Z] nexus3.edgexfoundry.org:10002 [2023-01-06T22:59:42.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:42.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:42.745Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:42.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:42.745Z] [2023-01-06T22:59:42.745Z] Login Succeeded [2023-01-06T22:59:42.745Z] nexus3.edgexfoundry.org:10003 [2023-01-06T22:59:43.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:43.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:43.004Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:43.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:43.004Z] [2023-01-06T22:59:43.004Z] Login Succeeded [2023-01-06T22:59:43.004Z] nexus3.edgexfoundry.org:10004 [2023-01-06T22:59:43.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:43.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:43.004Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:43.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:43.004Z] [2023-01-06T22:59:43.004Z] Login Succeeded [2023-01-06T22:59:43.004Z] docker.io [2023-01-06T22:59:43.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T22:59:43.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T22:59:43.263Z] Configure a credential helper to remove this warning. See [2023-01-06T22:59:43.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T22:59:43.263Z] [2023-01-06T22:59:43.263Z] Login Succeeded [2023-01-06T22:59:43.263Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T22:59:43.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-06T22:59:43.329Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T22:59:43.338Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-x86_64 [Pipeline] echo [2023-01-06T22:59:43.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T22:59:43.359Z] ========================================================= [2023-01-06T22:59:43.359Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest] [2023-01-06T22:59:43.359Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T22:59:43.662Z] + 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-01-06T22:59:43.662Z] Sending build context to Docker daemon 4.659MB [2023-01-06T22:59:43.662Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-01-06T22:59:43.662Z] Step 2/21 : FROM ${BASE} as builder [2023-01-06T22:59:43.662Z] latest: Pulling from edgex-devops/edgex-gcc-base [2023-01-06T22:59:43.662Z] 213ec9aee27d: Pulling fs layer [2023-01-06T22:59:43.662Z] 0f09ad1b1b37: Pulling fs layer [2023-01-06T22:59:43.922Z] 213ec9aee27d: Verifying Checksum [2023-01-06T22:59:43.922Z] 213ec9aee27d: Download complete [2023-01-06T22:59:43.922Z] 213ec9aee27d: Pull complete [2023-01-06T22:59:44.489Z] 0f09ad1b1b37: Verifying Checksum [2023-01-06T22:59:44.489Z] 0f09ad1b1b37: Download complete [2023-01-06T22:59:47.020Z] 0f09ad1b1b37: Pull complete [2023-01-06T22:59:47.020Z] Digest: sha256:64e9d1beac36a0037884aaf44bcf94b2de593689edef1cdaec9f2b2ef7c7c108 [2023-01-06T22:59:47.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base:latest [2023-01-06T22:59:47.020Z] ---> b2bbfebb3566 [2023-01-06T22:59:47.020Z] 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-01-06T22:59:47.959Z] ---> Running in 4e1cbb5d63bb [2023-01-06T22:59:48.217Z] Connecting to iotech.jfrog.io (54.154.177.131:443) [2023-01-06T22:59:48.785Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T22:59:48.786Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T22:59:48.786Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T22:59:49.054Z] Removing intermediate container 4e1cbb5d63bb [2023-01-06T22:59:49.054Z] ---> d8247c8a59d1 [2023-01-06T22:59:49.054Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T22:59:49.054Z] ---> Running in 6a4d83468df7 [2023-01-06T22:59:49.638Z] Removing intermediate container 6a4d83468df7 [2023-01-06T22:59:49.638Z] ---> 9bbfced16f59 [2023-01-06T22:59:49.638Z] 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.4-dev hiredis-dev [2023-01-06T22:59:49.898Z] ---> Running in c85055c4eeee [2023-01-06T22:59:50.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T22:59:50.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T22:59:50.418Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T22:59:50.989Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T22:59:50.989Z] (1/14) Installing hiredis (1.0.2-r0) [2023-01-06T22:59:50.989Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-01-06T22:59:50.989Z] (3/14) Installing libuuid (2.38-r1) [2023-01-06T22:59:50.989Z] (4/14) Installing iotech-iot-1.4 (1.4.0-r0) [2023-01-06T22:59:51.560Z] (5/14) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-01-06T22:59:51.560Z] (6/14) Installing libcbor (0.9.0-r1) [2023-01-06T22:59:51.560Z] (7/14) Installing libcbor-dev (0.9.0-r1) [2023-01-06T22:59:51.560Z] (8/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-01-06T22:59:51.560Z] (9/14) Installing paho-mqtt-c-dev-1.3 (1.3.11-r0) [2023-01-06T22:59:52.499Z] (10/14) Installing libblkid (2.38-r1) [2023-01-06T22:59:52.499Z] (11/14) Installing libfdisk (2.38-r1) [2023-01-06T22:59:52.499Z] (12/14) Installing libmount (2.38-r1) [2023-01-06T22:59:52.499Z] (13/14) Installing libsmartcols (2.38-r1) [2023-01-06T22:59:52.499Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-01-06T22:59:52.499Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T22:59:52.499Z] OK: 280 MiB in 90 packages [2023-01-06T22:59:53.064Z] Removing intermediate container c85055c4eeee [2023-01-06T22:59:53.064Z] ---> e8fafb0f81cd [2023-01-06T22:59:53.064Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-01-06T22:59:53.064Z] ---> Running in 01b81549b44f [2023-01-06T22:59:53.631Z] Removing intermediate container 01b81549b44f [2023-01-06T22:59:53.631Z] ---> 02678c1215db [2023-01-06T22:59:53.631Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-01-06T22:59:53.890Z] ---> 4868f6ce43c5 [2023-01-06T22:59:53.890Z] Step 8/21 : COPY src /tmp/sdk/src [2023-01-06T22:59:54.148Z] ---> 1c44fa1a3f0b [2023-01-06T22:59:54.148Z] Step 9/21 : COPY include /tmp/sdk/include [2023-01-06T22:59:54.148Z] ---> b543490359de [2023-01-06T22:59:54.148Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-01-06T22:59:54.419Z] ---> a47160dfee8c [2023-01-06T22:59:54.419Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-01-06T22:59:54.680Z] ---> b0988c6933ba [2023-01-06T22:59:54.680Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-01-06T22:59:54.680Z] ---> cf9f1397adfd [2023-01-06T22:59:54.680Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-01-06T22:59:54.938Z] ---> Running in bc185a64c0dc [2023-01-06T22:59:55.196Z] + CPPCHECK=false [2023-01-06T22:59:55.196Z] + DOCGEN=false [2023-01-06T22:59:55.196Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-01-06T22:59:55.196Z] + TOMLVER=SDK-0.2 [2023-01-06T22:59:55.196Z] + CUTILVER=1.4 [2023-01-06T22:59:55.196Z] + '[' 0 -gt 0 ] [2023-01-06T22:59:55.196Z] + readlink -f ./scripts/build.sh [2023-01-06T22:59:55.196Z] + dirname /tmp/sdk/scripts/build.sh [2023-01-06T22:59:55.196Z] + dirname /tmp/sdk/scripts [2023-01-06T22:59:55.196Z] + ROOT=/tmp/sdk [2023-01-06T22:59:55.196Z] + cd /tmp/sdk [2023-01-06T22:59:55.196Z] + '[' '!' -d deps ] [2023-01-06T22:59:55.196Z] + mkdir deps [2023-01-06T22:59:55.196Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-01-06T22:59:55.196Z] + tar -C deps -z -x -f - [2023-01-06T22:59:55.196Z] Connecting to github.com (140.82.113.4:443) [2023-01-06T22:59:55.196Z] Connecting to codeload.github.com (140.82.114.10:443) [2023-01-06T22:59:55.456Z] writing to stdout [2023-01-06T22:59:55.456Z] - 100% |********************************| 16451 0:00:00 ETA [2023-01-06T22:59:55.456Z] written to stdout [2023-01-06T22:59:55.456Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-01-06T22:59:55.456Z] + mkdir -p /tmp/sdk/build/release [2023-01-06T22:59:55.456Z] + cd /tmp/sdk/build/release [2023-01-06T22:59:55.456Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-01-06T22:59:55.456Z] -- The C compiler identification is GNU 11.2.1 [2023-01-06T22:59:55.456Z] -- Detecting C compiler ABI info [2023-01-06T22:59:55.716Z] -- Detecting C compiler ABI info - done [2023-01-06T22:59:55.716Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-01-06T22:59:55.716Z] -- Detecting C compile features [2023-01-06T22:59:55.716Z] -- Detecting C compile features - done [2023-01-06T22:59:55.716Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-01-06T22:59:55.716Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-01-06T22:59:55.716Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-01-06T22:59:55.716Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-01-06T22:59:55.716Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-01-06T22:59:55.716Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-01-06T22:59:55.716Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-01-06T22:59:55.716Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-01-06T22:59:55.716Z] -- /opt/iotech/iot/1.4/include [2023-01-06T22:59:55.716Z] -- C SDK 2.3.1-dev.1 for Linux [2023-01-06T22:59:55.716Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-01-06T22:59:55.716Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-01-06T22:59:55.975Z] -- Found Curses: /usr/lib/libcurses.so [2023-01-06T22:59:55.975Z] -- Configuring done [2023-01-06T22:59:55.975Z] -- Generating done [2023-01-06T22:59:55.975Z] -- Build files have been written to: /tmp/sdk/build/release [2023-01-06T22:59:55.975Z] + make all package [2023-01-06T22:59:55.975Z] + tee release.log [2023-01-06T22:59:55.975Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-01-06T22:59:56.235Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-01-06T22:59:56.235Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-01-06T22:59:56.805Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-01-06T22:59:56.805Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-01-06T22:59:57.063Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-01-06T22:59:57.063Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-01-06T22:59:57.321Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2023-01-06T22:59:57.321Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-01-06T22:59:57.391Z] Still waiting to schedule task [2023-01-06T22:59:57.392Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-06T22:59:57.580Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-01-06T22:59:58.147Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-01-06T22:59:58.147Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-01-06T22:59:58.147Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-01-06T22:59:58.406Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-01-06T22:59:58.406Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-01-06T22:59:58.665Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-01-06T22:59:59.232Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-01-06T22:59:59.232Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-01-06T22:59:59.232Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-01-06T22:59:59.491Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2023-01-06T22:59:59.750Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-01-06T23:00:00.685Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-01-06T23:00:00.685Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-01-06T23:00:00.685Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-01-06T23:00:00.944Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-01-06T23:00:01.201Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-01-06T23:00:01.460Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-01-06T23:00:01.460Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-01-06T23:00:01.719Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-01-06T23:00:01.719Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-01-06T23:00:02.290Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-01-06T23:00:03.228Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-01-06T23:00:03.228Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-01-06T23:00:03.228Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-01-06T23:00:03.487Z] [ 68%] Linking C shared library libcsdk.so [2023-01-06T23:00:03.487Z] [ 68%] Built target csdk [2023-01-06T23:00:03.487Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-01-06T23:00:03.745Z] [ 72%] Linking C executable template [2023-01-06T23:00:03.745Z] [ 72%] Built target template [2023-01-06T23:00:03.745Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-01-06T23:00:03.745Z] [ 76%] Linking C executable device-counter [2023-01-06T23:00:04.004Z] [ 76%] Built target device-counter [2023-01-06T23:00:04.004Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-01-06T23:00:04.004Z] [ 80%] Linking C executable device-random [2023-01-06T23:00:04.004Z] [ 80%] Built target device-random [2023-01-06T23:00:04.004Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-01-06T23:00:04.261Z] [ 84%] Linking C executable device-gyro [2023-01-06T23:00:04.261Z] [ 84%] Built target device-gyro [2023-01-06T23:00:04.261Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-01-06T23:00:04.261Z] [ 88%] Linking C executable device-bitfields [2023-01-06T23:00:04.521Z] [ 88%] Built target device-bitfields [2023-01-06T23:00:04.521Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-01-06T23:00:04.521Z] [ 92%] Linking C executable template-discovery [2023-01-06T23:00:04.779Z] [ 92%] Built target template-discovery [2023-01-06T23:00:04.779Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-01-06T23:00:04.779Z] [ 96%] Linking C executable device-file [2023-01-06T23:00:05.039Z] [ 96%] Built target device-file [2023-01-06T23:00:05.039Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-01-06T23:00:05.039Z] [100%] Linking C executable device-terminal [2023-01-06T23:00:05.039Z] [100%] Built target device-terminal [2023-01-06T23:00:05.039Z] Run CPack packaging tool... [2023-01-06T23:00:05.039Z] CPack: Create package using TGZ [2023-01-06T23:00:05.039Z] CPack: Install projects [2023-01-06T23:00:05.039Z] CPack: - Run preinstall target for: Csdk [2023-01-06T23:00:05.298Z] CPack: - Install project: Csdk [] [2023-01-06T23:00:05.298Z] CPack: Create package [2023-01-06T23:00:05.298Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.1.tar.gz generated. [2023-01-06T23:00:05.298Z] + '[' false '=' true ] [2023-01-06T23:00:05.298Z] + '[' false '=' true ] [2023-01-06T23:00:05.298Z] + mkdir -p /tmp/sdk/build/debug [2023-01-06T23:00:05.298Z] + cd /tmp/sdk/build/debug [2023-01-06T23:00:05.298Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-01-06T23:00:05.558Z] -- The C compiler identification is GNU 11.2.1 [2023-01-06T23:00:05.558Z] -- Detecting C compiler ABI info [2023-01-06T23:00:05.558Z] -- Detecting C compiler ABI info - done [2023-01-06T23:00:05.558Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-01-06T23:00:05.558Z] -- Detecting C compile features [2023-01-06T23:00:05.558Z] -- Detecting C compile features - done [2023-01-06T23:00:05.558Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-01-06T23:00:05.818Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-01-06T23:00:05.818Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-01-06T23:00:05.818Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-01-06T23:00:05.818Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-01-06T23:00:05.818Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-01-06T23:00:05.818Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-01-06T23:00:05.818Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-01-06T23:00:05.818Z] -- /opt/iotech/iot/1.4/include [2023-01-06T23:00:05.818Z] -- C SDK 2.3.1-dev.1 for Linux [2023-01-06T23:00:05.818Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-01-06T23:00:05.818Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-01-06T23:00:05.818Z] -- Found Curses: /usr/lib/libcurses.so [2023-01-06T23:00:05.818Z] -- Configuring done [2023-01-06T23:00:05.818Z] -- Generating done [2023-01-06T23:00:05.818Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-01-06T23:00:05.818Z] + + tee debug.log [2023-01-06T23:00:05.818Z] make [2023-01-06T23:00:05.818Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-01-06T23:00:06.078Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-01-06T23:00:06.078Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-01-06T23:00:06.337Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-01-06T23:00:06.337Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-01-06T23:00:06.337Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-01-06T23:00:06.596Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-01-06T23:00:06.596Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2023-01-06T23:00:06.596Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-01-06T23:00:06.855Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-01-06T23:00:06.855Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-01-06T23:00:06.856Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-01-06T23:00:07.115Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-01-06T23:00:07.115Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-01-06T23:00:07.115Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-01-06T23:00:07.380Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-01-06T23:00:07.380Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-01-06T23:00:07.380Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-01-06T23:00:07.639Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-01-06T23:00:07.639Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2023-01-06T23:00:07.639Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-01-06T23:00:07.900Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-01-06T23:00:08.160Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-01-06T23:00:08.161Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-01-06T23:00:08.161Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-01-06T23:00:08.421Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-01-06T23:00:08.421Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-01-06T23:00:08.680Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-01-06T23:00:08.680Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-01-06T23:00:08.680Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-01-06T23:00:08.939Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-01-06T23:00:09.198Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-01-06T23:00:09.198Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-01-06T23:00:09.198Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-01-06T23:00:09.198Z] [ 68%] Linking C shared library libcsdk.so [2023-01-06T23:00:09.457Z] [ 68%] Built target csdk [2023-01-06T23:00:09.457Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-01-06T23:00:09.457Z] [ 72%] Linking C executable template [2023-01-06T23:00:09.457Z] [ 72%] Built target template [2023-01-06T23:00:09.457Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-01-06T23:00:09.717Z] [ 76%] Linking C executable device-counter [2023-01-06T23:00:09.717Z] [ 76%] Built target device-counter [2023-01-06T23:00:09.717Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-01-06T23:00:09.717Z] [ 80%] Linking C executable device-random [2023-01-06T23:00:09.978Z] [ 80%] Built target device-random [2023-01-06T23:00:09.978Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-01-06T23:00:09.978Z] [ 84%] Linking C executable device-gyro [2023-01-06T23:00:09.978Z] [ 84%] Built target device-gyro [2023-01-06T23:00:09.978Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-01-06T23:00:10.238Z] [ 88%] Linking C executable device-bitfields [2023-01-06T23:00:10.238Z] [ 88%] Built target device-bitfields [2023-01-06T23:00:10.238Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-01-06T23:00:10.238Z] [ 92%] Linking C executable template-discovery [2023-01-06T23:00:10.238Z] [ 92%] Built target template-discovery [2023-01-06T23:00:10.498Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-01-06T23:00:10.498Z] [ 96%] Linking C executable device-file [2023-01-06T23:00:10.498Z] [ 96%] Built target device-file [2023-01-06T23:00:10.498Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-01-06T23:00:10.498Z] [100%] Linking C executable device-terminal [2023-01-06T23:00:10.757Z] [100%] Built target device-terminal [2023-01-06T23:00:10.757Z] make: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 68%] Built target csdk [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 72%] Built target template [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 76%] Built target device-counter [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 80%] Built target device-random [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 84%] Built target device-gyro [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 88%] Built target device-bitfields [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 92%] Built target template-discovery [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:10.757Z] [ 96%] Built target device-file [2023-01-06T23:00:10.757Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:00:11.051Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:11.051Z] [100%] Built target device-terminal [2023-01-06T23:00:11.051Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:11.051Z] Install the project... [2023-01-06T23:00:11.051Z] -- Install configuration: "Release" [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/lib/libcsdk.so [2023-01-06T23:00:11.051Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/devsdk [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/devices.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-01-06T23:00:11.051Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-01-06T23:00:11.051Z] make: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:00:11.618Z] Removing intermediate container bc185a64c0dc [2023-01-06T23:00:11.618Z] ---> 5a20b4893911 [2023-01-06T23:00:11.618Z] Step 14/21 : FROM ${BASE} [2023-01-06T23:00:11.618Z] ---> b2bbfebb3566 [2023-01-06T23:00:11.618Z] Step 15/21 : LABEL maintainer="IOTech " [2023-01-06T23:00:11.618Z] ---> Running in 2f1962e51c14 [2023-01-06T23:00:11.618Z] Removing intermediate container 2f1962e51c14 [2023-01-06T23:00:11.618Z] ---> 75f2c936de80 [2023-01-06T23:00:11.618Z] 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-01-06T23:00:11.618Z] ---> Running in 9fda5b2b0a18 [2023-01-06T23:00:12.187Z] Connecting to iotech.jfrog.io (52.18.132.10:443) [2023-01-06T23:00:12.446Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T23:00:12.446Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T23:00:12.446Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T23:00:12.705Z] Removing intermediate container 9fda5b2b0a18 [2023-01-06T23:00:12.705Z] ---> 4db4bd6ca102 [2023-01-06T23:00:12.705Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T23:00:12.705Z] ---> Running in f8902835d2fa [2023-01-06T23:00:13.272Z] Removing intermediate container f8902835d2fa [2023-01-06T23:00:13.272Z] ---> f4cf63df0fc3 [2023-01-06T23:00:13.272Z] 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-01-06T23:00:13.530Z] ---> Running in f21459ab7f13 [2023-01-06T23:00:13.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:13.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:14.047Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:14.613Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T23:00:14.613Z] (1/7) Installing curl (7.83.1-r5) [2023-01-06T23:00:14.613Z] (2/7) Installing hiredis (1.0.2-r0) [2023-01-06T23:00:14.613Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-01-06T23:00:14.613Z] (4/7) Installing libuuid (2.38-r1) [2023-01-06T23:00:14.613Z] (5/7) Installing iotech-iot-1.4 (1.4.0-r0) [2023-01-06T23:00:15.182Z] (6/7) Installing libcbor (0.9.0-r1) [2023-01-06T23:00:15.182Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.11-r0) [2023-01-06T23:00:16.118Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T23:00:16.118Z] OK: 275 MiB in 83 packages [2023-01-06T23:00:16.377Z] Removing intermediate container f21459ab7f13 [2023-01-06T23:00:16.377Z] ---> d269d5eead2a [2023-01-06T23:00:16.377Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-01-06T23:00:16.377Z] ---> c8dbc6910218 [2023-01-06T23:00:16.377Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-01-06T23:00:16.635Z] ---> 740c80d65b24 [2023-01-06T23:00:16.635Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-01-06T23:00:16.893Z] ---> af67352b4dbc [2023-01-06T23:00:16.893Z] Successfully built af67352b4dbc [2023-01-06T23:00:16.893Z] 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-01-06T23:00:17.280Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-06T23:00:17.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:00:17.353Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:00:17.385Z] $ 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-01-06T23:00:17.743Z] $ docker top 3fdc2a00e1edd6d56ddfab44155914e61e3d63e20335f4e8cbf0fcb7a1cb4b74 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T23:00:18.094Z] + make test [2023-01-06T23:00:18.094Z] echo "make test" [2023-01-06T23:00:18.094Z] make test [Pipeline] } [2023-01-06T23:00:18.107Z] $ docker stop --time=1 3fdc2a00e1edd6d56ddfab44155914e61e3d63e20335f4e8cbf0fcb7a1cb4b74 [2023-01-06T23:00:19.426Z] $ docker rm -f --volumes 3fdc2a00e1edd6d56ddfab44155914e61e3d63e20335f4e8cbf0fcb7a1cb4b74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-06T23:00:20.098Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-06T23:00:20.383Z] + ls -al . [2023-01-06T23:00:20.383Z] total 204 [2023-01-06T23:00:20.383Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 6 22:59 . [2023-01-06T23:00:20.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 22:59 .. [2023-01-06T23:00:20.383Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 22:59 .git [2023-01-06T23:00:20.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 22:59 .github [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 176 Jan 6 22:59 .gitignore [2023-01-06T23:00:20.383Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 22:59 .semver [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jan 6 22:59 Attribution.txt [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 8583 Jan 6 22:59 CHANGES [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jan 6 22:59 Doxyfile [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 22:59 GOVERNANCE.md [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 784 Jan 6 22:59 Jenkinsfile [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 22:59 LICENSE [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 444 Jan 6 22:59 Makefile [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 22:59 OWNERS.md [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 4086 Jan 6 22:59 README.md [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 1245 Jan 6 22:59 README.v3.md [2023-01-06T23:00:20.383Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 22:59 VERSION [2023-01-06T23:00:20.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 22:59 docs [2023-01-06T23:00:20.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 22:59 include [2023-01-06T23:00:20.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 22:59 scripts [2023-01-06T23:00:20.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 22:59 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:00:20.683Z] + 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=de537f5e6ed5588fb7793bac34c254358bbea04c --label arch=amd64 --label version=2.3.1-dev.1 . [2023-01-06T23:00:20.683Z] Sending build context to Docker daemon 4.659MB [2023-01-06T23:00:20.683Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-01-06T23:00:20.683Z] Step 2/17 : FROM ${BASE} [2023-01-06T23:00:20.683Z] ---> af67352b4dbc [2023-01-06T23:00:20.683Z] Step 3/17 : LABEL maintainer="IOTech " [2023-01-06T23:00:20.683Z] ---> Running in e73f0fd5d261 [2023-01-06T23:00:20.944Z] Removing intermediate container e73f0fd5d261 [2023-01-06T23:00:20.944Z] ---> 185f4487063e [2023-01-06T23:00:20.944Z] 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-01-06T23:00:20.944Z] ---> Running in d527a84d1270 [2023-01-06T23:00:21.205Z] Connecting to iotech.jfrog.io (54.154.177.131:443) [2023-01-06T23:00:21.464Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T23:00:21.464Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T23:00:21.464Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T23:00:22.032Z] Removing intermediate container d527a84d1270 [2023-01-06T23:00:22.032Z] ---> d782e3b870ad [2023-01-06T23:00:22.032Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T23:00:22.032Z] ---> Running in 39263e0e5877 [2023-01-06T23:00:22.600Z] Removing intermediate container 39263e0e5877 [2023-01-06T23:00:22.600Z] ---> 84f8355fae19 [2023-01-06T23:00:22.600Z] 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.4-dev && mkdir -p /edgex-c-sdk/build [2023-01-06T23:00:22.600Z] ---> Running in 3400da127e9a [2023-01-06T23:00:22.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:22.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:23.117Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-06T23:00:23.690Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T23:00:23.690Z] (1/8) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-01-06T23:00:23.690Z] (2/8) Installing libcbor-dev (0.9.0-r1) [2023-01-06T23:00:23.690Z] (3/8) Installing ncurses-dev (6.3_p20220521-r0) [2023-01-06T23:00:23.690Z] (4/8) Installing libblkid (2.38-r1) [2023-01-06T23:00:23.690Z] (5/8) Installing libfdisk (2.38-r1) [2023-01-06T23:00:23.690Z] (6/8) Installing libmount (2.38-r1) [2023-01-06T23:00:23.690Z] (7/8) Installing libsmartcols (2.38-r1) [2023-01-06T23:00:23.690Z] (8/8) Installing util-linux-dev (2.38-r1) [2023-01-06T23:00:23.690Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T23:00:23.950Z] OK: 280 MiB in 91 packages [2023-01-06T23:00:24.520Z] Removing intermediate container 3400da127e9a [2023-01-06T23:00:24.520Z] ---> 249402cf92fa [2023-01-06T23:00:24.520Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-01-06T23:00:24.520Z] ---> 505a0ef385c4 [2023-01-06T23:00:24.520Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-01-06T23:00:24.781Z] ---> 2f271bc65546 [2023-01-06T23:00:24.781Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-01-06T23:00:24.781Z] ---> c420796f0afe [2023-01-06T23:00:24.781Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-01-06T23:00:25.041Z] ---> 6dc17b75615e [2023-01-06T23:00:25.042Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-01-06T23:00:25.042Z] ---> 4625a4e045a3 [2023-01-06T23:00:25.042Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-01-06T23:00:25.302Z] ---> b4bc1a9a7a25 [2023-01-06T23:00:25.302Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-01-06T23:00:25.302Z] ---> Running in 95410e78ddeb [2023-01-06T23:00:25.302Z] Removing intermediate container 95410e78ddeb [2023-01-06T23:00:25.302Z] ---> 70a1e27adf9a [2023-01-06T23:00:25.302Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-01-06T23:00:25.302Z] ---> Running in e102984b1670 [2023-01-06T23:00:25.560Z] Removing intermediate container e102984b1670 [2023-01-06T23:00:25.560Z] ---> 4417071b1439 [2023-01-06T23:00:25.560Z] Step 15/17 : LABEL arch=amd64 [2023-01-06T23:00:25.560Z] ---> Running in a24e71576d0e [2023-01-06T23:00:25.560Z] Removing intermediate container a24e71576d0e [2023-01-06T23:00:25.560Z] ---> ef9378115510 [2023-01-06T23:00:25.560Z] Step 16/17 : LABEL git_sha=de537f5e6ed5588fb7793bac34c254358bbea04c [2023-01-06T23:00:25.560Z] ---> Running in 2e6e5b4e17fd [2023-01-06T23:00:25.820Z] Removing intermediate container 2e6e5b4e17fd [2023-01-06T23:00:25.820Z] ---> 9635dd91536b [2023-01-06T23:00:25.820Z] Step 17/17 : LABEL version=2.3.1-dev.1 [2023-01-06T23:00:25.820Z] ---> Running in f3784c45ed15 [2023-01-06T23:00:25.820Z] Removing intermediate container f3784c45ed15 [2023-01-06T23:00:25.820Z] ---> 53ad02a4bea6 [2023-01-06T23:00:25.820Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-01-06T23:00:25.820Z] Successfully built 53ad02a4bea6 [2023-01-06T23:00:25.820Z] 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-01-06T23:00:26.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T23:00:26.224Z] [2023-01-06T23:00:26.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:00:26.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T23:00:26.523Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-06T23:00:26.523Z] 5eb5b503b376: Pulling fs layer [2023-01-06T23:00:26.523Z] 5c69ac0246d0: Pulling fs layer [2023-01-06T23:00:26.523Z] ec43610c2a17: Pulling fs layer [2023-01-06T23:00:26.523Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-06T23:00:26.523Z] 33b1e0a273af: Pulling fs layer [2023-01-06T23:00:26.523Z] 5d3b04190fa2: Pulling fs layer [2023-01-06T23:00:26.523Z] 2f39f015ded8: Pulling fs layer [2023-01-06T23:00:26.523Z] 33b1e0a273af: Waiting [2023-01-06T23:00:26.523Z] 5d3b04190fa2: Waiting [2023-01-06T23:00:26.523Z] 2f39f015ded8: Waiting [2023-01-06T23:00:26.523Z] 3a2ae6a8a46f: Waiting [2023-01-06T23:00:26.523Z] 5c69ac0246d0: Download complete [2023-01-06T23:00:26.523Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-06T23:00:26.523Z] 3a2ae6a8a46f: Download complete [2023-01-06T23:00:26.781Z] ec43610c2a17: Verifying Checksum [2023-01-06T23:00:26.782Z] ec43610c2a17: Download complete [2023-01-06T23:00:26.782Z] 33b1e0a273af: Verifying Checksum [2023-01-06T23:00:26.782Z] 33b1e0a273af: Download complete [2023-01-06T23:00:26.782Z] 5d3b04190fa2: Download complete [2023-01-06T23:00:26.782Z] 5eb5b503b376: Download complete [2023-01-06T23:00:27.347Z] 2f39f015ded8: Verifying Checksum [2023-01-06T23:00:27.347Z] 2f39f015ded8: Download complete [2023-01-06T23:00:27.914Z] 5eb5b503b376: Pull complete [2023-01-06T23:00:28.173Z] 5c69ac0246d0: Pull complete [2023-01-06T23:00:28.742Z] ec43610c2a17: Pull complete [2023-01-06T23:00:28.742Z] 3a2ae6a8a46f: Pull complete [2023-01-06T23:00:29.000Z] 33b1e0a273af: Pull complete [2023-01-06T23:00:29.000Z] 5d3b04190fa2: Pull complete [2023-01-06T23:00:34.267Z] 2f39f015ded8: Pull complete [2023-01-06T23:00:34.267Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-06T23:00:34.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T23:00:34.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:00:34.348Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:00:34.382Z] $ 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-01-06T23:00:36.369Z] $ docker top 2c3b95c13dad66f08ebad5276c1f49303517816bc7e6fa4c5bf93368db4bb926 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:00:36.820Z] ---> job-cost.sh [2023-01-06T23:00:36.820Z] lf-activate-venv: SKIPPING [2023-01-06T23:00:36.820Z] INFO: No Stack... [2023-01-06T23:00:37.105Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-06T23:00:37.381Z] INFO: Archiving Costs [Pipeline] sh [2023-01-06T23:00:37.674Z] + cat /w/workspace/edgexfoundry_device-sdk-c_main/archives/cost.csv [2023-01-06T23:00:37.674Z] + cut -d, -f6 [Pipeline] lock [2023-01-06T23:00:37.690Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [2023-01-06T23:00:37.698Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] did not exist. Created. [2023-01-06T23:00:37.698Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-06T23:00:38.002Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-06T23:00:38.035Z] Stashed 1 file(s) [Pipeline] } [2023-01-06T23:00:38.041Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-06T23:00:38.056Z] $ docker stop --time=1 2c3b95c13dad66f08ebad5276c1f49303517816bc7e6fa4c5bf93368db4bb926 [2023-01-06T23:00:39.235Z] $ docker rm -f --volumes 2c3b95c13dad66f08ebad5276c1f49303517816bc7e6fa4c5bf93368db4bb926 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-06T23:01:35.616Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1286 in /w/workspace/edgexfoundry_device-sdk-c_main [Pipeline] { [Pipeline] ws [2023-01-06T23:01:35.627Z] Running in /w/workspace/device-sdk-c/36 [Pipeline] { [Pipeline] checkout [2023-01-06T23:01:35.666Z] Selected Git installation does not exist. Using Default [2023-01-06T23:01:35.666Z] The recommended git tool is: NONE [2023-01-06T23:01:40.868Z] using credential edgex-jenkins-ssh [2023-01-06T23:01:40.887Z] Cloning the remote Git repository [2023-01-06T23:01:40.936Z] Cloning repository git@github.com:edgexfoundry/device-sdk-c.git [2023-01-06T23:01:41.010Z] > git init /w/workspace/device-sdk-c/36 # timeout=10 [2023-01-06T23:01:41.158Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-c.git [2023-01-06T23:01:41.159Z] > git --version # timeout=10 [2023-01-06T23:01:41.179Z] > git --version # 'git version 2.25.1' [2023-01-06T23:01:41.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-06T23:01:41.236Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-c.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-06T23:01:42.218Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-c.git # timeout=10 [2023-01-06T23:01:42.244Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-06T23:01:43.069Z] Avoid second fetch [2023-01-06T23:01:43.070Z] Checking out Revision de537f5e6ed5588fb7793bac34c254358bbea04c (main) [2023-01-06T23:01:43.593Z] Commit message: "refactor: bump iot utils to version 1.4 (#435)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-06T23:01:43.084Z] > git config core.sparsecheckout # timeout=10 [2023-01-06T23:01:43.100Z] > git checkout -f de537f5e6ed5588fb7793bac34c254358bbea04c # timeout=10 [2023-01-06T23:01:44.483Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-06T23:01:44.483Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-06T23:01:44.483Z] Dload Upload Total Spent Left Speed [2023-01-06T23:01:44.483Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83888 0 --:--:-- --:--:-- --:--:-- 84443 [Pipeline] sh [2023-01-06T23:01:45.043Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-06T23:01:45.375Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-06T23:01:45.375Z] + sudo tee /etc/docker/daemon.new [2023-01-06T23:01:45.375Z] { [2023-01-06T23:01:45.375Z] "registry-mirrors": [ [2023-01-06T23:01:45.375Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-06T23:01:45.375Z] ], [2023-01-06T23:01:45.375Z] "bip": "10.250.0.254/24", [2023-01-06T23:01:45.375Z] "hosts": [ [2023-01-06T23:01:45.375Z] "tcp://0.0.0.0:5555", [2023-01-06T23:01:45.375Z] "unix:///var/run/docker.sock" [2023-01-06T23:01:45.375Z] ], [2023-01-06T23:01:45.375Z] "mtu": 1458, [2023-01-06T23:01:45.375Z] "selinux-enabled": true, [2023-01-06T23:01:45.375Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-06T23:01:45.375Z] } [Pipeline] sh [2023-01-06T23:01:45.723Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-06T23:01:46.053Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T23:02:04.324Z] provisioning config files... [2023-01-06T23:02:04.352Z] copy managed file [device-sdk-c-settings] to file:/w/workspace/device-sdk-c/36@tmp/config13918448263710660664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:02:04.708Z] ---> docker-login.sh [2023-01-06T23:02:04.708Z] nexus3.edgexfoundry.org:10001 [2023-01-06T23:02:05.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T23:02:05.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T23:02:05.298Z] Configure a credential helper to remove this warning. See [2023-01-06T23:02:05.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T23:02:05.298Z] [2023-01-06T23:02:05.298Z] Login Succeeded [2023-01-06T23:02:05.298Z] nexus3.edgexfoundry.org:10002 [2023-01-06T23:02:05.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T23:02:05.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T23:02:05.569Z] Configure a credential helper to remove this warning. See [2023-01-06T23:02:05.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T23:02:05.569Z] [2023-01-06T23:02:05.838Z] Login Succeeded [2023-01-06T23:02:05.838Z] nexus3.edgexfoundry.org:10003 [2023-01-06T23:02:05.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T23:02:06.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T23:02:06.108Z] Configure a credential helper to remove this warning. See [2023-01-06T23:02:06.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T23:02:06.108Z] [2023-01-06T23:02:06.108Z] Login Succeeded [2023-01-06T23:02:06.108Z] nexus3.edgexfoundry.org:10004 [2023-01-06T23:02:06.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T23:02:06.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T23:02:06.378Z] Configure a credential helper to remove this warning. See [2023-01-06T23:02:06.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T23:02:06.378Z] [2023-01-06T23:02:06.378Z] Login Succeeded [2023-01-06T23:02:06.378Z] docker.io [2023-01-06T23:02:06.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-06T23:02:06.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-06T23:02:06.916Z] Configure a credential helper to remove this warning. See [2023-01-06T23:02:06.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-06T23:02:06.916Z] [2023-01-06T23:02:06.916Z] Login Succeeded [2023-01-06T23:02:06.916Z] ---> docker-login.sh ends [Pipeline] } [2023-01-06T23:02:06.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-06T23:02:07.172Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T23:02:07.186Z] [prepBaseBuildImage] Generating new image with name: ci-base-image-arm64 [Pipeline] echo [2023-01-06T23:02:07.198Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-06T23:02:07.210Z] ========================================================= [2023-01-06T23:02:07.210Z] [edgeXBuildCApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest] [2023-01-06T23:02:07.210Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:02:07.547Z] + 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-01-06T23:02:07.816Z] Sending build context to Docker daemon 2.804MB [2023-01-06T23:02:07.816Z] Step 1/21 : ARG BASE=alpine:3.16 [2023-01-06T23:02:07.816Z] Step 2/21 : FROM ${BASE} as builder [2023-01-06T23:02:08.088Z] latest: Pulling from edgex-devops/edgex-gcc-base-arm64 [2023-01-06T23:02:08.088Z] 9b18e9b68314: Pulling fs layer [2023-01-06T23:02:08.088Z] 1def92ead452: Pulling fs layer [2023-01-06T23:02:08.088Z] 9b18e9b68314: Verifying Checksum [2023-01-06T23:02:08.088Z] 9b18e9b68314: Download complete [2023-01-06T23:02:08.686Z] 9b18e9b68314: Pull complete [2023-01-06T23:02:10.111Z] 1def92ead452: Verifying Checksum [2023-01-06T23:02:10.111Z] 1def92ead452: Download complete [2023-01-06T23:02:20.208Z] 1def92ead452: Pull complete [2023-01-06T23:02:20.208Z] Digest: sha256:3c74c28e8b16bff0b36cfc53656b3ae71c0a9fddc9bd5376ab4c3f9356b3cc6c [2023-01-06T23:02:20.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-gcc-base-arm64:latest [2023-01-06T23:02:20.209Z] ---> 9a9802766715 [2023-01-06T23:02:20.209Z] 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-01-06T23:02:20.209Z] ---> Running in bfd13974a4e9 [2023-01-06T23:02:20.478Z] Connecting to iotech.jfrog.io (52.210.203.67:443) [2023-01-06T23:02:21.061Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T23:02:21.061Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T23:02:21.061Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T23:02:21.660Z] Removing intermediate container bfd13974a4e9 [2023-01-06T23:02:21.660Z] ---> 4c5899233ebe [2023-01-06T23:02:21.660Z] Step 4/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T23:02:21.660Z] ---> Running in cc9cd2546f40 [2023-01-06T23:02:23.081Z] Removing intermediate container cc9cd2546f40 [2023-01-06T23:02:23.081Z] ---> d693eaabcf45 [2023-01-06T23:02:23.081Z] 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.4-dev hiredis-dev [2023-01-06T23:02:23.350Z] ---> Running in e66b81ec9db2 [2023-01-06T23:02:24.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:02:24.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T23:02:24.902Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:02:25.866Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T23:02:25.866Z] (1/14) Installing hiredis (1.0.2-r0) [2023-01-06T23:02:25.866Z] (2/14) Installing hiredis-dev (1.0.2-r0) [2023-01-06T23:02:25.866Z] (3/14) Installing libuuid (2.38-r1) [2023-01-06T23:02:25.866Z] (4/14) Installing iotech-iot-1.4 (1.4.0-r0) [2023-01-06T23:02:26.458Z] (5/14) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-01-06T23:02:26.458Z] (6/14) Installing libcbor (0.9.0-r1) [2023-01-06T23:02:26.458Z] (7/14) Installing libcbor-dev (0.9.0-r1) [2023-01-06T23:02:26.458Z] (8/14) Installing ncurses-dev (6.3_p20220521-r0) [2023-01-06T23:02:26.725Z] (9/14) Installing paho-mqtt-c-dev-1.3 (1.3.11-r0) [2023-01-06T23:02:27.308Z] (10/14) Installing libblkid (2.38-r1) [2023-01-06T23:02:27.308Z] (11/14) Installing libfdisk (2.38-r1) [2023-01-06T23:02:27.308Z] (12/14) Installing libmount (2.38-r1) [2023-01-06T23:02:27.308Z] (13/14) Installing libsmartcols (2.38-r1) [2023-01-06T23:02:27.308Z] (14/14) Installing util-linux-dev (2.38-r1) [2023-01-06T23:02:27.577Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T23:02:27.577Z] OK: 286 MiB in 90 packages [2023-01-06T23:02:28.989Z] Removing intermediate container e66b81ec9db2 [2023-01-06T23:02:28.989Z] ---> ea35603571c9 [2023-01-06T23:02:28.989Z] Step 6/21 : RUN mkdir /tmp/sdk [2023-01-06T23:02:28.989Z] ---> Running in 5dc0f9cd5f02 [2023-01-06T23:02:31.578Z] Removing intermediate container 5dc0f9cd5f02 [2023-01-06T23:02:31.578Z] ---> 9cdbbb7da6a1 [2023-01-06T23:02:31.578Z] Step 7/21 : COPY VERSION /tmp/sdk [2023-01-06T23:02:31.855Z] ---> 91960966f11c [2023-01-06T23:02:31.855Z] Step 8/21 : COPY src /tmp/sdk/src [2023-01-06T23:02:32.822Z] ---> 5369d8963ae8 [2023-01-06T23:02:32.822Z] Step 9/21 : COPY include /tmp/sdk/include [2023-01-06T23:02:33.091Z] ---> a4c76c31cc38 [2023-01-06T23:02:33.091Z] Step 10/21 : COPY scripts /tmp/sdk/scripts [2023-01-06T23:02:33.683Z] ---> 2d3e3f5086cd [2023-01-06T23:02:33.683Z] Step 11/21 : COPY LICENSE /tmp/sdk [2023-01-06T23:02:34.267Z] ---> dafb2a073c9e [2023-01-06T23:02:34.267Z] Step 12/21 : COPY Attribution.txt /tmp/sdk [2023-01-06T23:02:34.856Z] ---> 17716b3fede3 [2023-01-06T23:02:34.857Z] Step 13/21 : RUN cd /tmp/sdk && ./scripts/build.sh && make -C build/release install [2023-01-06T23:02:34.857Z] ---> Running in 5f21b047a66f [2023-01-06T23:02:35.827Z] + CPPCHECK=false [2023-01-06T23:02:35.827Z] + DOCGEN=false [2023-01-06T23:02:35.827Z] + CMAKEOPTS='-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' [2023-01-06T23:02:35.827Z] + TOMLVER=SDK-0.2 [2023-01-06T23:02:35.827Z] + CUTILVER=1.4 [2023-01-06T23:02:35.827Z] + '[' 0 -gt 0 ] [2023-01-06T23:02:35.827Z] + readlink -f ./scripts/build.sh [2023-01-06T23:02:35.827Z] + dirname /tmp/sdk/scripts/build.sh [2023-01-06T23:02:35.827Z] + dirname /tmp/sdk/scripts [2023-01-06T23:02:35.827Z] + ROOT=/tmp/sdk [2023-01-06T23:02:35.827Z] + cd /tmp/sdk [2023-01-06T23:02:35.827Z] + '[' '!' -d deps ] [2023-01-06T23:02:35.827Z] + mkdir deps [2023-01-06T23:02:35.827Z] + wget -O - https://github.com/IOTechSystems/tomlc99/archive/SDK-0.2.tar.gz [2023-01-06T23:02:35.827Z] + tar -C deps -z -x -f - [2023-01-06T23:02:35.827Z] Connecting to github.com (140.82.114.3:443) [2023-01-06T23:02:35.827Z] Connecting to codeload.github.com (140.82.112.10:443) [2023-01-06T23:02:36.094Z] writing to stdout [2023-01-06T23:02:36.094Z] - 100% |********************************| 16451 0:00:00 ETA [2023-01-06T23:02:36.094Z] written to stdout [2023-01-06T23:02:36.094Z] + cp deps/tomlc99-SDK-0.2/toml.c deps/tomlc99-SDK-0.2/toml.h src/c [2023-01-06T23:02:36.094Z] + mkdir -p /tmp/sdk/build/release [2023-01-06T23:02:36.094Z] + cd /tmp/sdk/build/release [2023-01-06T23:02:36.094Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Release' /tmp/sdk/src [2023-01-06T23:02:36.679Z] -- The C compiler identification is GNU 11.2.1 [2023-01-06T23:02:36.679Z] -- Detecting C compiler ABI info [2023-01-06T23:02:36.948Z] -- Detecting C compiler ABI info - done [2023-01-06T23:02:36.948Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-01-06T23:02:36.948Z] -- Detecting C compile features [2023-01-06T23:02:36.948Z] -- Detecting C compile features - done [2023-01-06T23:02:36.948Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-01-06T23:02:37.216Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-01-06T23:02:37.216Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-01-06T23:02:37.216Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-01-06T23:02:37.216Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-01-06T23:02:37.216Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-01-06T23:02:37.216Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-01-06T23:02:37.216Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-01-06T23:02:37.216Z] -- /opt/iotech/iot/1.4/include [2023-01-06T23:02:37.216Z] -- C SDK 2.3.1-dev.1 for Linux [2023-01-06T23:02:37.216Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-01-06T23:02:37.801Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-01-06T23:02:37.801Z] -- Found Curses: /usr/lib/libcurses.so [2023-01-06T23:02:38.070Z] -- Configuring done [2023-01-06T23:02:38.425Z] -- Generating done [2023-01-06T23:02:38.425Z] -- Build files have been written to: /tmp/sdk/build/release [2023-01-06T23:02:38.425Z] + make all package [2023-01-06T23:02:38.425Z] + tee release.log [2023-01-06T23:02:38.425Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-01-06T23:02:39.413Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-01-06T23:02:40.376Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-01-06T23:02:42.962Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-01-06T23:02:44.365Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-01-06T23:02:44.365Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-01-06T23:02:45.769Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-01-06T23:02:47.230Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2023-01-06T23:02:47.230Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-01-06T23:02:49.164Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-01-06T23:02:50.568Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-01-06T23:02:51.523Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-01-06T23:02:52.479Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-01-06T23:02:53.060Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-01-06T23:02:53.643Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-01-06T23:02:54.229Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-01-06T23:02:58.477Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-01-06T23:02:58.477Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-01-06T23:02:58.743Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-01-06T23:03:00.147Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2023-01-06T23:03:00.729Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-01-06T23:03:06.062Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-01-06T23:03:06.648Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-01-06T23:03:07.230Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-01-06T23:03:07.813Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-01-06T23:03:09.750Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-01-06T23:03:12.329Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-01-06T23:03:12.596Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-01-06T23:03:13.555Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-01-06T23:03:14.138Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-01-06T23:03:17.477Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-01-06T23:03:22.817Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-01-06T23:03:23.084Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-01-06T23:03:23.352Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-01-06T23:03:23.935Z] [ 68%] Linking C shared library libcsdk.so [2023-01-06T23:03:24.202Z] [ 68%] Built target csdk [2023-01-06T23:03:24.202Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-01-06T23:03:25.162Z] [ 72%] Linking C executable template [2023-01-06T23:03:25.430Z] [ 72%] Built target template [2023-01-06T23:03:25.696Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-01-06T23:03:26.278Z] [ 76%] Linking C executable device-counter [2023-01-06T23:03:26.544Z] [ 76%] Built target device-counter [2023-01-06T23:03:26.544Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-01-06T23:03:27.127Z] [ 80%] Linking C executable device-random [2023-01-06T23:03:27.395Z] [ 80%] Built target device-random [2023-01-06T23:03:27.395Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-01-06T23:03:27.980Z] [ 84%] Linking C executable device-gyro [2023-01-06T23:03:28.247Z] [ 84%] Built target device-gyro [2023-01-06T23:03:28.247Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-01-06T23:03:28.832Z] [ 88%] Linking C executable device-bitfields [2023-01-06T23:03:29.413Z] [ 88%] Built target device-bitfields [2023-01-06T23:03:29.413Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-01-06T23:03:30.368Z] [ 92%] Linking C executable template-discovery [2023-01-06T23:03:30.632Z] [ 92%] Built target template-discovery [2023-01-06T23:03:30.632Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-01-06T23:03:31.590Z] [ 96%] Linking C executable device-file [2023-01-06T23:03:31.590Z] [ 96%] Built target device-file [2023-01-06T23:03:31.858Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-01-06T23:03:32.447Z] [100%] Linking C executable device-terminal [2023-01-06T23:03:32.715Z] [100%] Built target device-terminal [2023-01-06T23:03:32.985Z] Run CPack packaging tool... [2023-01-06T23:03:32.985Z] CPack: Create package using TGZ [2023-01-06T23:03:32.985Z] CPack: Install projects [2023-01-06T23:03:32.985Z] CPack: - Run preinstall target for: Csdk [2023-01-06T23:03:33.569Z] CPack: - Install project: Csdk [] [2023-01-06T23:03:33.569Z] CPack: Create package [2023-01-06T23:03:33.838Z] CPack: - package: /tmp/sdk/build/release/csdk-2.3.1-dev.1.tar.gz generated. [2023-01-06T23:03:33.838Z] + '[' false '=' true ] [2023-01-06T23:03:33.838Z] + '[' false '=' true ] [2023-01-06T23:03:33.838Z] + mkdir -p /tmp/sdk/build/debug [2023-01-06T23:03:33.838Z] + cd /tmp/sdk/build/debug [2023-01-06T23:03:33.838Z] + cmake '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON' '-DCMAKE_BUILD_TYPE=Debug' /tmp/sdk/src [2023-01-06T23:03:34.105Z] -- The C compiler identification is GNU 11.2.1 [2023-01-06T23:03:34.105Z] -- Detecting C compiler ABI info [2023-01-06T23:03:34.372Z] -- Detecting C compiler ABI info - done [2023-01-06T23:03:34.641Z] -- Check for working C compiler: /usr/bin/cc - skipped [2023-01-06T23:03:34.641Z] -- Detecting C compile features [2023-01-06T23:03:34.641Z] -- Detecting C compile features - done [2023-01-06T23:03:34.641Z] -- Found LIBMICROHTTP: /usr/lib/libmicrohttpd.so [2023-01-06T23:03:34.641Z] -- Found CURL: /usr/lib/libcurl.so (found version "7.83.1") [2023-01-06T23:03:34.641Z] -- Found LIBYAML: /usr/lib/libyaml.so [2023-01-06T23:03:34.911Z] -- Found LIBUUID: /usr/lib/libuuid.so [2023-01-06T23:03:34.911Z] -- Found LIBCBOR: /usr/lib/libcbor.so [2023-01-06T23:03:34.912Z] -- Found LIBPAHO: /usr/lib/libpaho-mqtt3as.so [2023-01-06T23:03:34.912Z] -- Found LIBHIREDIS: /usr/lib/libhiredis.so [2023-01-06T23:03:34.912Z] -- Found IOT: /opt/iotech/iot/1.4/lib/libiot.so [2023-01-06T23:03:34.912Z] -- /opt/iotech/iot/1.4/include [2023-01-06T23:03:34.912Z] -- C SDK 2.3.1-dev.1 for Linux [2023-01-06T23:03:34.912Z] -- Performing Test CSDK_HAVE_ATOMIC [2023-01-06T23:03:35.180Z] -- Performing Test CSDK_HAVE_ATOMIC - Success [2023-01-06T23:03:35.449Z] -- Found Curses: /usr/lib/libcurses.so [2023-01-06T23:03:35.449Z] -- Configuring done [2023-01-06T23:03:35.716Z] -- Generating done [2023-01-06T23:03:35.716Z] -- Build files have been written to: /tmp/sdk/build/debug [2023-01-06T23:03:35.716Z] + + teemake debug.log [2023-01-06T23:03:35.716Z] [2023-01-06T23:03:35.984Z] [ 1%] Building C object c/CMakeFiles/csdk.dir/autoevent.c.o [2023-01-06T23:03:36.251Z] [ 3%] Building C object c/CMakeFiles/csdk.dir/callback2.c.o [2023-01-06T23:03:36.834Z] [ 5%] Building C object c/CMakeFiles/csdk.dir/config.c.o [2023-01-06T23:03:37.415Z] [ 7%] Building C object c/CMakeFiles/csdk.dir/consul.c.o [2023-01-06T23:03:37.999Z] [ 9%] Building C object c/CMakeFiles/csdk.dir/correlation.c.o [2023-01-06T23:03:38.264Z] [ 11%] Building C object c/CMakeFiles/csdk.dir/data-mqtt.c.o [2023-01-06T23:03:38.848Z] [ 13%] Building C object c/CMakeFiles/csdk.dir/data-redstr.c.o [2023-01-06T23:03:39.118Z] [ 15%] Building C object c/CMakeFiles/csdk.dir/data-rest.c.o [2023-01-06T23:03:39.384Z] [ 17%] Building C object c/CMakeFiles/csdk.dir/data.c.o [2023-01-06T23:03:40.347Z] [ 19%] Building C object c/CMakeFiles/csdk.dir/device.c.o [2023-01-06T23:03:40.927Z] [ 21%] Building C object c/CMakeFiles/csdk.dir/devman.c.o [2023-01-06T23:03:41.191Z] [ 23%] Building C object c/CMakeFiles/csdk.dir/devmap.c.o [2023-01-06T23:03:41.772Z] [ 25%] Building C object c/CMakeFiles/csdk.dir/devsdk-base.c.o [2023-01-06T23:03:42.039Z] [ 27%] Building C object c/CMakeFiles/csdk.dir/discovery.c.o [2023-01-06T23:03:42.619Z] [ 29%] Building C object c/CMakeFiles/csdk.dir/edgex-logging.c.o [2023-01-06T23:03:42.885Z] [ 31%] Building C object c/CMakeFiles/csdk.dir/edgex-rest.c.o [2023-01-06T23:03:43.840Z] [ 33%] Building C object c/CMakeFiles/csdk.dir/filesys.c.o [2023-01-06T23:03:44.107Z] [ 35%] Building C object c/CMakeFiles/csdk.dir/map.c.o [2023-01-06T23:03:44.376Z] [ 37%] Building C object c/CMakeFiles/csdk.dir/metadata.c.o [2023-01-06T23:03:44.960Z] [ 39%] Building C object c/CMakeFiles/csdk.dir/metrics.c.o [2023-01-06T23:03:45.227Z] [ 41%] Building C object c/CMakeFiles/csdk.dir/parson.c.o [2023-01-06T23:03:46.633Z] [ 43%] Building C object c/CMakeFiles/csdk.dir/profiles.c.o [2023-01-06T23:03:47.214Z] [ 45%] Building C object c/CMakeFiles/csdk.dir/registry.c.o [2023-01-06T23:03:47.214Z] [ 47%] Building C object c/CMakeFiles/csdk.dir/reqdata.c.o [2023-01-06T23:03:47.795Z] [ 49%] Building C object c/CMakeFiles/csdk.dir/rest-server.c.o [2023-01-06T23:03:48.373Z] [ 50%] Building C object c/CMakeFiles/csdk.dir/rest.c.o [2023-01-06T23:03:50.313Z] [ 52%] Building C object c/CMakeFiles/csdk.dir/secrets-insecure.c.o [2023-01-06T23:03:50.313Z] [ 54%] Building C object c/CMakeFiles/csdk.dir/secrets-vault.c.o [2023-01-06T23:03:50.893Z] [ 56%] Building C object c/CMakeFiles/csdk.dir/secrets.c.o [2023-01-06T23:03:51.158Z] [ 58%] Building C object c/CMakeFiles/csdk.dir/service.c.o [2023-01-06T23:03:52.115Z] [ 60%] Building C object c/CMakeFiles/csdk.dir/toml.c.o [2023-01-06T23:03:53.071Z] [ 62%] Building C object c/CMakeFiles/csdk.dir/transform.c.o [2023-01-06T23:03:53.652Z] [ 64%] Building C object c/CMakeFiles/csdk.dir/validate.c.o [2023-01-06T23:03:53.975Z] [ 66%] Building C object c/CMakeFiles/csdk.dir/watchers.c.o [2023-01-06T23:03:54.240Z] [ 68%] Linking C shared library libcsdk.so [2023-01-06T23:03:54.504Z] [ 68%] Built target csdk [2023-01-06T23:03:54.504Z] [ 70%] Building C object c/examples/CMakeFiles/template.dir/template.c.o [2023-01-06T23:03:54.768Z] [ 72%] Linking C executable template [2023-01-06T23:03:55.033Z] [ 72%] Built target template [2023-01-06T23:03:55.033Z] [ 74%] Building C object c/examples/counters/CMakeFiles/device-counter.dir/device-counter.c.o [2023-01-06T23:03:55.611Z] [ 76%] Linking C executable device-counter [2023-01-06T23:03:55.611Z] [ 76%] Built target device-counter [2023-01-06T23:03:55.877Z] [ 78%] Building C object c/examples/random/CMakeFiles/device-random.dir/device-random.c.o [2023-01-06T23:03:56.144Z] [ 80%] Linking C executable device-random [2023-01-06T23:03:56.408Z] [ 80%] Built target device-random [2023-01-06T23:03:56.408Z] [ 82%] Building C object c/examples/gyro/CMakeFiles/device-gyro.dir/device-gyro.c.o [2023-01-06T23:03:56.673Z] [ 84%] Linking C executable device-gyro [2023-01-06T23:03:56.938Z] [ 84%] Built target device-gyro [2023-01-06T23:03:57.201Z] [ 86%] Building C object c/examples/bitfields/CMakeFiles/device-bitfields.dir/device-bitfields.c.o [2023-01-06T23:03:57.465Z] [ 88%] Linking C executable device-bitfields [2023-01-06T23:03:57.729Z] [ 88%] Built target device-bitfields [2023-01-06T23:03:57.729Z] [ 90%] Building C object c/examples/discovery/CMakeFiles/template-discovery.dir/template.c.o [2023-01-06T23:03:57.993Z] [ 92%] Linking C executable template-discovery [2023-01-06T23:03:58.257Z] [ 92%] Built target template-discovery [2023-01-06T23:03:58.257Z] [ 94%] Building C object c/examples/file/CMakeFiles/device-file.dir/device-file.c.o [2023-01-06T23:03:58.834Z] [ 96%] Linking C executable device-file [2023-01-06T23:03:59.100Z] [ 96%] Built target device-file [2023-01-06T23:03:59.100Z] [ 98%] Building C object c/examples/terminal/CMakeFiles/device-terminal.dir/device-terminal.c.o [2023-01-06T23:03:59.679Z] [100%] Linking C executable device-terminal [2023-01-06T23:03:59.679Z] [100%] Built target device-terminal [2023-01-06T23:03:59.946Z] make: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] make[1]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] [ 68%] Built target csdk [2023-01-06T23:03:59.946Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] [ 72%] Built target template [2023-01-06T23:03:59.946Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:03:59.946Z] [ 76%] Built target device-counter [2023-01-06T23:03:59.946Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [ 80%] Built target device-random [2023-01-06T23:04:00.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [ 84%] Built target device-gyro [2023-01-06T23:04:00.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [ 88%] Built target device-bitfields [2023-01-06T23:04:00.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [ 92%] Built target template-discovery [2023-01-06T23:04:00.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [ 96%] Built target device-file [2023-01-06T23:04:00.212Z] make[2]: Entering directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] make[2]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.212Z] [100%] Built target device-terminal [2023-01-06T23:04:00.481Z] make[1]: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:00.481Z] Install the project... [2023-01-06T23:04:00.481Z] -- Install configuration: "Release" [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/lib/libcsdk.so [2023-01-06T23:04:00.481Z] -- Set runtime path of "/usr/local/lib/libcsdk.so" to "" [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/devsdk [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/devsdk/devsdk.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/devsdk/devsdk-base.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/rest-server.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/edgex.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/edgex-base.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/devices.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/profiles.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/include/edgex/csdk-defs.h [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/share/device-sdk-c/LICENSE [2023-01-06T23:04:00.481Z] -- Installing: /usr/local/share/device-sdk-c/Attribution.txt [2023-01-06T23:04:00.481Z] make: Leaving directory '/tmp/sdk/build/release' [2023-01-06T23:04:01.883Z] Removing intermediate container 5f21b047a66f [2023-01-06T23:04:01.883Z] ---> 3e967001bbbe [2023-01-06T23:04:01.883Z] Step 14/21 : FROM ${BASE} [2023-01-06T23:04:01.883Z] ---> 9a9802766715 [2023-01-06T23:04:01.883Z] Step 15/21 : LABEL maintainer="IOTech " [2023-01-06T23:04:01.883Z] ---> Running in fdb954b5d5ac [2023-01-06T23:04:01.883Z] Removing intermediate container fdb954b5d5ac [2023-01-06T23:04:01.883Z] ---> 439fcef1af08 [2023-01-06T23:04:01.883Z] 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-01-06T23:04:02.150Z] ---> Running in c0b22cba1d9d [2023-01-06T23:04:03.108Z] Connecting to iotech.jfrog.io (52.210.203.67:443) [2023-01-06T23:04:03.375Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T23:04:03.375Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T23:04:03.375Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T23:04:03.956Z] Removing intermediate container c0b22cba1d9d [2023-01-06T23:04:03.956Z] ---> 49276a887308 [2023-01-06T23:04:03.956Z] Step 17/21 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T23:04:03.956Z] ---> Running in b139efcd13cf [2023-01-06T23:04:05.363Z] Removing intermediate container b139efcd13cf [2023-01-06T23:04:05.363Z] ---> 2b00e412835a [2023-01-06T23:04:05.363Z] 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-01-06T23:04:05.363Z] ---> Running in 7af8bac42ab4 [2023-01-06T23:04:06.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:06.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:07.163Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:07.743Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T23:04:07.743Z] (1/7) Installing curl (7.83.1-r5) [2023-01-06T23:04:08.008Z] (2/7) Installing hiredis (1.0.2-r0) [2023-01-06T23:04:08.008Z] (3/7) Installing hiredis-dev (1.0.2-r0) [2023-01-06T23:04:08.008Z] (4/7) Installing libuuid (2.38-r1) [2023-01-06T23:04:08.008Z] (5/7) Installing iotech-iot-1.4 (1.4.0-r0) [2023-01-06T23:04:08.588Z] (6/7) Installing libcbor (0.9.0-r1) [2023-01-06T23:04:08.588Z] (7/7) Installing paho-mqtt-c-dev-1.3 (1.3.11-r0) [2023-01-06T23:04:09.540Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T23:04:09.540Z] OK: 280 MiB in 83 packages [2023-01-06T23:04:10.496Z] Removing intermediate container 7af8bac42ab4 [2023-01-06T23:04:10.496Z] ---> 6904e17f9da1 [2023-01-06T23:04:10.496Z] Step 19/21 : COPY --from=builder /usr/local/include/edgex /usr/local/include/edgex [2023-01-06T23:04:10.762Z] ---> 226e377cf318 [2023-01-06T23:04:10.762Z] Step 20/21 : COPY --from=builder /usr/local/lib /usr/local/lib [2023-01-06T23:04:11.718Z] ---> 536ff6455479 [2023-01-06T23:04:11.718Z] Step 21/21 : COPY --from=builder /usr/local/share/device-sdk-c /usr/local/share/device-sdk-c [2023-01-06T23:04:11.983Z] ---> bb62a519457c [2023-01-06T23:04:11.983Z] Successfully built bb62a519457c [2023-01-06T23:04:11.983Z] 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-01-06T23:04:12.363Z] + docker inspect -f . ci-base-image-arm64 [2023-01-06T23:04:12.363Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:04:12.525Z] prd-ubuntu20.04-docker-arm64-4c-16g-1286 does not seem to be running inside a container [2023-01-06T23:04:12.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-c/36 -v /w/workspace/device-sdk-c/36:/w/workspace/device-sdk-c/36:rw,z -v /w/workspace/device-sdk-c/36@tmp:/w/workspace/device-sdk-c/36@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-01-06T23:04:13.668Z] $ docker top 771fcef8b5990c9d82fd49fef3214ece2ca345d651929fae0882ea8843f8d1df -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T23:04:14.464Z] + make test [2023-01-06T23:04:14.464Z] echo "make test" [2023-01-06T23:04:14.464Z] make test [Pipeline] } [2023-01-06T23:04:14.480Z] $ docker stop --time=1 771fcef8b5990c9d82fd49fef3214ece2ca345d651929fae0882ea8843f8d1df [2023-01-06T23:04:16.056Z] $ docker rm -f --volumes 771fcef8b5990c9d82fd49fef3214ece2ca345d651929fae0882ea8843f8d1df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-06T23:04:16.561Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-06T23:04:16.872Z] + ls -al . [2023-01-06T23:04:16.872Z] total 200 [2023-01-06T23:04:16.872Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 23:01 . [2023-01-06T23:04:16.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 23:01 .. [2023-01-06T23:04:16.872Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 6 23:01 .git [2023-01-06T23:04:16.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 23:01 .github [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 176 Jan 6 23:01 .gitignore [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 3104 Jan 6 23:01 Attribution.txt [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 8583 Jan 6 23:01 CHANGES [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 108574 Jan 6 23:01 Doxyfile [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 6 23:01 GOVERNANCE.md [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 784 Jan 6 23:01 Jenkinsfile [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 6 23:01 LICENSE [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 444 Jan 6 23:01 Makefile [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 618 Jan 6 23:01 OWNERS.md [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 4086 Jan 6 23:01 README.md [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 1245 Jan 6 23:01 README.v3.md [2023-01-06T23:04:16.872Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 6 22:59 VERSION [2023-01-06T23:04:16.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 23:01 docs [2023-01-06T23:04:16.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 23:01 include [2023-01-06T23:04:16.872Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 6 23:01 scripts [2023-01-06T23:04:16.872Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 6 23:01 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:04:17.197Z] + 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=de537f5e6ed5588fb7793bac34c254358bbea04c --label arch=arm64 --label version=2.3.1-dev.1 . [2023-01-06T23:04:17.462Z] Sending build context to Docker daemon 2.804MB [2023-01-06T23:04:17.462Z] Step 1/17 : ARG BASE=alpine:3.16 [2023-01-06T23:04:17.462Z] Step 2/17 : FROM ${BASE} [2023-01-06T23:04:17.462Z] ---> bb62a519457c [2023-01-06T23:04:17.462Z] Step 3/17 : LABEL maintainer="IOTech " [2023-01-06T23:04:17.728Z] ---> Running in 5b46fffedb28 [2023-01-06T23:04:17.993Z] Removing intermediate container 5b46fffedb28 [2023-01-06T23:04:17.993Z] ---> b851ca122dd2 [2023-01-06T23:04:17.993Z] 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-01-06T23:04:17.993Z] ---> Running in 59dc302c8103 [2023-01-06T23:04:18.947Z] Connecting to iotech.jfrog.io (54.228.57.151:443) [2023-01-06T23:04:19.212Z] saving to '/etc/apk/keys/alpine.dev.rsa.pub' [2023-01-06T23:04:19.212Z] alpine.dev.rsa.pub 100% |********************************| 451 0:00:00 ETA [2023-01-06T23:04:19.212Z] '/etc/apk/keys/alpine.dev.rsa.pub' saved [2023-01-06T23:04:21.144Z] Removing intermediate container 59dc302c8103 [2023-01-06T23:04:21.144Z] ---> 741cd7b4ba01 [2023-01-06T23:04:21.144Z] Step 5/17 : RUN echo 'https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main' >> /etc/apk/repositories [2023-01-06T23:04:21.144Z] ---> Running in df10564944d1 [2023-01-06T23:04:22.650Z] Removing intermediate container df10564944d1 [2023-01-06T23:04:22.650Z] ---> 6cd74b9f87cf [2023-01-06T23:04:22.650Z] 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.4-dev && mkdir -p /edgex-c-sdk/build [2023-01-06T23:04:22.650Z] ---> Running in a2be1b20da65 [2023-01-06T23:04:23.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:23.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:24.492Z] fetch https://iotech.jfrog.io/artifactory/alpine-release/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-06T23:04:25.093Z] WARNING: This apk-tools is OLD! Some packages might not function properly. [2023-01-06T23:04:25.093Z] (1/8) Installing iotech-iot-1.4-dev (1.4.0-r0) [2023-01-06T23:04:25.365Z] (2/8) Installing libcbor-dev (0.9.0-r1) [2023-01-06T23:04:25.365Z] (3/8) Installing ncurses-dev (6.3_p20220521-r0) [2023-01-06T23:04:25.365Z] (4/8) Installing libblkid (2.38-r1) [2023-01-06T23:04:25.365Z] (5/8) Installing libfdisk (2.38-r1) [2023-01-06T23:04:25.365Z] (6/8) Installing libmount (2.38-r1) [2023-01-06T23:04:25.365Z] (7/8) Installing libsmartcols (2.38-r1) [2023-01-06T23:04:25.643Z] (8/8) Installing util-linux-dev (2.38-r1) [2023-01-06T23:04:25.643Z] Executing busybox-1.35.0-r17.trigger [2023-01-06T23:04:25.643Z] OK: 286 MiB in 91 packages [2023-01-06T23:04:26.636Z] Removing intermediate container a2be1b20da65 [2023-01-06T23:04:26.636Z] ---> 16655345642d [2023-01-06T23:04:26.636Z] Step 7/17 : COPY VERSION /edgex-c-sdk/ [2023-01-06T23:04:27.221Z] ---> 5a595be710c3 [2023-01-06T23:04:27.221Z] Step 8/17 : COPY src /edgex-c-sdk/src/ [2023-01-06T23:04:28.184Z] ---> 9d244471025c [2023-01-06T23:04:28.184Z] Step 9/17 : COPY include /edgex-c-sdk/include/ [2023-01-06T23:04:28.452Z] ---> bcde395b195f [2023-01-06T23:04:28.452Z] Step 10/17 : COPY scripts /edgex-c-sdk/scripts [2023-01-06T23:04:29.408Z] ---> 93b9f143391d [2023-01-06T23:04:29.408Z] Step 11/17 : COPY LICENSE /edgex-c-sdk/ [2023-01-06T23:04:29.676Z] ---> 71d2694a3eb5 [2023-01-06T23:04:29.676Z] Step 12/17 : COPY Attribution.txt /edgex-c-sdk/ [2023-01-06T23:04:30.261Z] ---> 76a041601372 [2023-01-06T23:04:30.261Z] Step 13/17 : WORKDIR /edgex-c-sdk [2023-01-06T23:04:30.261Z] ---> Running in 2203e1f4f31b [2023-01-06T23:04:30.528Z] Removing intermediate container 2203e1f4f31b [2023-01-06T23:04:30.528Z] ---> 1a5e29285209 [2023-01-06T23:04:30.528Z] Step 14/17 : ENTRYPOINT ["/edgex-c-sdk/scripts/entrypoint.sh"] [2023-01-06T23:04:30.794Z] ---> Running in f33887da2db7 [2023-01-06T23:04:31.061Z] Removing intermediate container f33887da2db7 [2023-01-06T23:04:31.061Z] ---> 50d41a598738 [2023-01-06T23:04:31.061Z] Step 15/17 : LABEL arch=arm64 [2023-01-06T23:04:31.061Z] ---> Running in 4b5596e60240 [2023-01-06T23:04:31.327Z] Removing intermediate container 4b5596e60240 [2023-01-06T23:04:31.327Z] ---> ab3c33566b74 [2023-01-06T23:04:31.327Z] Step 16/17 : LABEL git_sha=de537f5e6ed5588fb7793bac34c254358bbea04c [2023-01-06T23:04:31.327Z] ---> Running in 27c4e128b551 [2023-01-06T23:04:31.604Z] Removing intermediate container 27c4e128b551 [2023-01-06T23:04:31.604Z] ---> f678a72251c8 [2023-01-06T23:04:31.604Z] Step 17/17 : LABEL version=2.3.1-dev.1 [2023-01-06T23:04:31.871Z] ---> Running in 5ffc9e97b808 [2023-01-06T23:04:32.135Z] Removing intermediate container 5ffc9e97b808 [2023-01-06T23:04:32.135Z] ---> 555d3a4f22b8 [2023-01-06T23:04:32.135Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2023-01-06T23:04:32.135Z] Successfully built 555d3a4f22b8 [2023-01-06T23:04:32.135Z] 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-01-06T23:04:32.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T23:04:32.541Z] [2023-01-06T23:04:32.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:04:32.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T23:04:33.148Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-06T23:04:33.148Z] 8998bd30e6a1: Pulling fs layer [2023-01-06T23:04:33.148Z] 04944245beec: Pulling fs layer [2023-01-06T23:04:33.148Z] 699f458cf7ca: Pulling fs layer [2023-01-06T23:04:33.148Z] 765212b225bb: Pulling fs layer [2023-01-06T23:04:33.148Z] f23df028b6ca: Pulling fs layer [2023-01-06T23:04:33.148Z] d65c8cfc05b1: Pulling fs layer [2023-01-06T23:04:33.148Z] 2437ff75d9bd: Pulling fs layer [2023-01-06T23:04:33.148Z] 765212b225bb: Waiting [2023-01-06T23:04:33.148Z] f23df028b6ca: Waiting [2023-01-06T23:04:33.148Z] d65c8cfc05b1: Waiting [2023-01-06T23:04:33.148Z] 2437ff75d9bd: Waiting [2023-01-06T23:04:33.148Z] 04944245beec: Verifying Checksum [2023-01-06T23:04:33.148Z] 04944245beec: Download complete [2023-01-06T23:04:33.148Z] 765212b225bb: Verifying Checksum [2023-01-06T23:04:33.148Z] 765212b225bb: Download complete [2023-01-06T23:04:33.416Z] f23df028b6ca: Verifying Checksum [2023-01-06T23:04:33.416Z] f23df028b6ca: Download complete [2023-01-06T23:04:33.416Z] d65c8cfc05b1: Download complete [2023-01-06T23:04:33.416Z] 699f458cf7ca: Verifying Checksum [2023-01-06T23:04:33.416Z] 699f458cf7ca: Download complete [2023-01-06T23:04:33.687Z] 8998bd30e6a1: Verifying Checksum [2023-01-06T23:04:33.687Z] 8998bd30e6a1: Download complete [2023-01-06T23:04:36.278Z] 2437ff75d9bd: Verifying Checksum [2023-01-06T23:04:36.278Z] 2437ff75d9bd: Download complete [2023-01-06T23:04:37.692Z] 8998bd30e6a1: Pull complete [2023-01-06T23:04:38.274Z] 04944245beec: Pull complete [2023-01-06T23:04:39.680Z] 699f458cf7ca: Pull complete [2023-01-06T23:04:39.680Z] 765212b225bb: Pull complete [2023-01-06T23:04:40.636Z] f23df028b6ca: Pull complete [2023-01-06T23:04:40.636Z] d65c8cfc05b1: Pull complete [2023-01-06T23:04:55.628Z] 2437ff75d9bd: Pull complete [2023-01-06T23:04:55.628Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-06T23:04:55.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-06T23:04:55.628Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:04:55.814Z] prd-ubuntu20.04-docker-arm64-4c-16g-1286 does not seem to be running inside a container [2023-01-06T23:04:55.877Z] $ 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/36 -v /w/workspace/device-sdk-c/36:/w/workspace/device-sdk-c/36:rw,z -v /w/workspace/device-sdk-c/36@tmp:/w/workspace/device-sdk-c/36@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-01-06T23:04:58.429Z] $ docker top f12e08817a9f9efd488a2b55614fc3f65c31e3f095cb5c3b4e82e3af11bdb83e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:04:59.245Z] ---> job-cost.sh [2023-01-06T23:04:59.245Z] lf-activate-venv: SKIPPING [2023-01-06T23:04:59.245Z] INFO: No Stack... [2023-01-06T23:04:59.828Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-06T23:05:00.786Z] INFO: Archiving Costs [Pipeline] sh [2023-01-06T23:05:01.105Z] + cat /w/workspace/device-sdk-c/36/archives/cost.csv [2023-01-06T23:05:01.105Z] + cut -d, -f6 [Pipeline] lock [2023-01-06T23:05:01.437Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [2023-01-06T23:05:01.443Z] Resource [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] did not exist. Created. [2023-01-06T23:05:01.443Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-06T23:05:02.096Z] /w/workspace/device-sdk-c/36@tmp/durable-cb67c5f4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-06T23:05:02.425Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-06T23:05:02.450Z] Warning: overwriting stash ‘stack-cost’ [2023-01-06T23:05:02.839Z] Stashed 1 file(s) [Pipeline] } [2023-01-06T23:05:02.850Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-c-main-36-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-06T23:05:02.871Z] $ docker stop --time=1 f12e08817a9f9efd488a2b55614fc3f65c31e3f095cb5c3b4e82e3af11bdb83e [2023-01-06T23:05:04.376Z] $ docker rm -f --volumes f12e08817a9f9efd488a2b55614fc3f65c31e3f095cb5c3b4e82e3af11bdb83e [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-01-06T23:05:05.008Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T23:05:05.008Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:05.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T23:05:05.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:05:05.388Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:05:05.421Z] $ 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-01-06T23:05:05.802Z] $ docker top b50708ccbd727466c3e718f0ad53b42ac85b031c4cfdf3abd5e4e80ca4530a0b -eo pid,comm [2023-01-06T23:05:05.849Z] 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-01-06T23:05:05.849Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T23:05:05.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T23:05:05.883Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T23:05:05.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T23:05:05.996Z] $ docker exec b50708ccbd727466c3e718f0ad53b42ac85b031c4cfdf3abd5e4e80ca4530a0b ssh-agent [2023-01-06T23:05:06.100Z] SSH_AUTH_SOCK=/tmp/ssh-VFjICRwILlvX/agent.32 [2023-01-06T23:05:06.100Z] SSH_AGENT_PID=38 [2023-01-06T23:05:06.104Z] Running ssh-add (command line suppressed) [2023-01-06T23:05:06.212Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_16896728609598823895.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_16896728609598823895.key) [2023-01-06T23:05:06.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T23:05:06.527Z] + git semver tag [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,716 [run_tag] DEBUG tag force:False [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,716 [check_head_tag] DEBUG check head tag [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,717 [execute] INFO git cat-file --batch-check [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,722 [execute] INFO git cat-file --batch [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,722 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=) [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,737 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,737 [execute] INFO git tag -a v2.3.1-dev.1 -m v2.3.1-dev.1 [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,737 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.1', '-m', 'v2.3.1-dev.1'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main, universal_newlines=False, shell=None, istream=None) [2023-01-06T23:05:06.787Z] 2023-01-06 23:05:06,743 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:06.787Z] 2.3.1-dev.1 [Pipeline] } [2023-01-06T23:05:06.799Z] $ docker exec --env ******** --env ******** b50708ccbd727466c3e718f0ad53b42ac85b031c4cfdf3abd5e4e80ca4530a0b ssh-agent -k [2023-01-06T23:05:06.921Z] unset SSH_AUTH_SOCK; [2023-01-06T23:05:06.922Z] unset SSH_AGENT_PID; [2023-01-06T23:05:06.922Z] echo Agent pid 38 killed; [2023-01-06T23:05:06.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T23:05:07.247Z] + git semver [Pipeline] } [2023-01-06T23:05:07.528Z] $ docker stop --time=1 b50708ccbd727466c3e718f0ad53b42ac85b031c4cfdf3abd5e4e80ca4530a0b [2023-01-06T23:05:08.846Z] $ docker rm -f --volumes b50708ccbd727466c3e718f0ad53b42ac85b031c4cfdf3abd5e4e80ca4530a0b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:09.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T23:05:09.239Z] [2023-01-06T23:05:09.239Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:09.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T23:05:09.536Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-06T23:05:09.536Z] ab5ef0e58194: Pulling fs layer [2023-01-06T23:05:09.536Z] 9712f1f96733: Pulling fs layer [2023-01-06T23:05:09.536Z] 63f879dbbcfc: Pulling fs layer [2023-01-06T23:05:09.536Z] 0d9ebad4ef96: Pulling fs layer [2023-01-06T23:05:09.536Z] e9a5061849ea: Pulling fs layer [2023-01-06T23:05:09.536Z] d747dcd14b5f: Pulling fs layer [2023-01-06T23:05:09.536Z] 2de7ff778b66: Pulling fs layer [2023-01-06T23:05:09.536Z] e9a5061849ea: Waiting [2023-01-06T23:05:09.536Z] 2de7ff778b66: Waiting [2023-01-06T23:05:09.536Z] d747dcd14b5f: Waiting [2023-01-06T23:05:09.536Z] 0d9ebad4ef96: Waiting [2023-01-06T23:05:09.536Z] 9712f1f96733: Download complete [2023-01-06T23:05:10.107Z] 63f879dbbcfc: Verifying Checksum [2023-01-06T23:05:10.107Z] 63f879dbbcfc: Download complete [2023-01-06T23:05:10.107Z] e9a5061849ea: Verifying Checksum [2023-01-06T23:05:10.107Z] e9a5061849ea: Download complete [2023-01-06T23:05:10.107Z] ab5ef0e58194: Verifying Checksum [2023-01-06T23:05:10.107Z] ab5ef0e58194: Download complete [2023-01-06T23:05:10.107Z] d747dcd14b5f: Verifying Checksum [2023-01-06T23:05:10.107Z] d747dcd14b5f: Download complete [2023-01-06T23:05:10.107Z] 0d9ebad4ef96: Verifying Checksum [2023-01-06T23:05:10.107Z] 0d9ebad4ef96: Download complete [2023-01-06T23:05:10.367Z] 2de7ff778b66: Verifying Checksum [2023-01-06T23:05:10.367Z] 2de7ff778b66: Download complete [2023-01-06T23:05:12.909Z] ab5ef0e58194: Pull complete [2023-01-06T23:05:12.909Z] 9712f1f96733: Pull complete [2023-01-06T23:05:13.843Z] 63f879dbbcfc: Pull complete [2023-01-06T23:05:18.031Z] 0d9ebad4ef96: Pull complete [2023-01-06T23:05:18.031Z] e9a5061849ea: Pull complete [2023-01-06T23:05:18.031Z] d747dcd14b5f: Pull complete [2023-01-06T23:05:19.405Z] 2de7ff778b66: Pull complete [2023-01-06T23:05:19.405Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-06T23:05:19.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-06T23:05:19.405Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:05:19.488Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:05:19.521Z] $ 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-01-06T23:05:21.754Z] $ docker top 06457e66b7e83026fbd5add0664cd13b8bfe7160a3dc70a083481272a0440df1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-06T23:05:21.820Z] provisioning config files... [2023-01-06T23:05:21.827Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config4386653611104638166tmp [2023-01-06T23:05:21.836Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config12766626453425099366tmp [2023-01-06T23:05:21.845Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config11109492405832419305tmp [Pipeline] { [Pipeline] echo [2023-01-06T23:05:21.860Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:22.139Z] ---> sigul-configuration.sh [2023-01-06T23:05:22.139Z] gpg: directory `/root/.gnupg' created [2023-01-06T23:05:22.139Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-06T23:05:22.139Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-06T23:05:22.139Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-06T23:05:22.139Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-06T23:05:22.139Z] gpg: CAST5 encrypted data [2023-01-06T23:05:22.139Z] gpg: encrypted with 1 passphrase [2023-01-06T23:05:22.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-06T23:05:22.426Z] + mkdir /home/jenkins [2023-01-06T23:05:22.426Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-06T23:05:22.712Z] + 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-01-06T23:05:22.722Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:23.007Z] ---> sigul-install.sh [2023-01-06T23:05:23.007Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-06T23:05:23.292Z] + git tag --list [2023-01-06T23:05:23.292Z] 0.7.0 [2023-01-06T23:05:23.292Z] 0.7.1 [2023-01-06T23:05:23.292Z] 1.0.0 [2023-01-06T23:05:23.292Z] v1.0.1 [2023-01-06T23:05:23.292Z] v1.0.2 [2023-01-06T23:05:23.292Z] v1.0.3 [2023-01-06T23:05:23.292Z] v1.1.0 [2023-01-06T23:05:23.292Z] v1.1.1 [2023-01-06T23:05:23.292Z] v1.2.0 [2023-01-06T23:05:23.292Z] v1.2.1 [2023-01-06T23:05:23.292Z] v1.2.2 [2023-01-06T23:05:23.292Z] v1.3.0 [2023-01-06T23:05:23.292Z] v1.3.1 [2023-01-06T23:05:23.292Z] v2.0.0 [2023-01-06T23:05:23.292Z] v2.1.0 [2023-01-06T23:05:23.292Z] v2.2.0 [2023-01-06T23:05:23.292Z] v2.2.0-dev.1 [2023-01-06T23:05:23.292Z] v2.2.0-dev.10 [2023-01-06T23:05:23.292Z] v2.2.0-dev.11 [2023-01-06T23:05:23.292Z] v2.2.0-dev.12 [2023-01-06T23:05:23.292Z] v2.2.0-dev.13 [2023-01-06T23:05:23.292Z] v2.2.0-dev.2 [2023-01-06T23:05:23.292Z] v2.2.0-dev.3 [2023-01-06T23:05:23.292Z] v2.2.0-dev.4 [2023-01-06T23:05:23.292Z] v2.2.0-dev.5 [2023-01-06T23:05:23.292Z] v2.2.0-dev.6 [2023-01-06T23:05:23.292Z] v2.2.0-dev.7 [2023-01-06T23:05:23.292Z] v2.2.0-dev.8 [2023-01-06T23:05:23.292Z] v2.2.0-dev.9 [2023-01-06T23:05:23.292Z] v2.2.1-dev.1 [2023-01-06T23:05:23.292Z] v2.2.1-dev.2 [2023-01-06T23:05:23.292Z] v2.2.1-dev.3 [2023-01-06T23:05:23.292Z] v2.3.0 [2023-01-06T23:05:23.292Z] v2.3.1-dev.1 [Pipeline] sh [2023-01-06T23:05:23.578Z] + lftools sign git-tag v2.3.1-dev.1 [2023-01-06T23:05:24.144Z] Signing Git tag with Sigul... [2023-01-06T23:05:24.144Z] Signing v2.3.1-dev.1 [Pipeline] echo [2023-01-06T23:05:24.412Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:24.696Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-06T23:05:24.703Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-06T23:05:24.723Z] $ docker stop --time=1 06457e66b7e83026fbd5add0664cd13b8bfe7160a3dc70a083481272a0440df1 [2023-01-06T23:05:26.231Z] $ docker rm -f --volumes 06457e66b7e83026fbd5add0664cd13b8bfe7160a3dc70a083481272a0440df1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-06T23:05:26.624Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T23:05:26.624Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:26.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T23:05:26.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:05:26.988Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:05:27.019Z] $ 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-01-06T23:05:27.394Z] $ docker top 5b1ccc68a203ad01465adaf49bc81769596c58f90c94188866fc55129269c4cc -eo pid,comm [2023-01-06T23:05:27.443Z] 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-01-06T23:05:27.443Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T23:05:27.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T23:05:27.479Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T23:05:27.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T23:05:27.590Z] $ docker exec 5b1ccc68a203ad01465adaf49bc81769596c58f90c94188866fc55129269c4cc ssh-agent [2023-01-06T23:05:27.698Z] SSH_AUTH_SOCK=/tmp/ssh-5OEFphBUF0p8/agent.32 [2023-01-06T23:05:27.698Z] SSH_AGENT_PID=38 [2023-01-06T23:05:27.702Z] Running ssh-add (command line suppressed) [2023-01-06T23:05:27.789Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6232615348401069871.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_6232615348401069871.key) [2023-01-06T23:05:27.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T23:05:28.091Z] + git semver bump pre [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,262 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,262 [bump_version] DEBUG bumping version:2.3.1-dev.1 on axis:pre with prefix:dev [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,263 [bump_version] DEBUG bumped version:2.3.1-dev.2 [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,263 [write_version] DEBUG write version:2.3.1-dev.2 to path:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main with force:True [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,263 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,263 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,265 [execute] INFO git cat-file --batch-check [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,272 [execute] INFO git cat-file --batch [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,273 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-06T23:05:28.350Z] 2023-01-06 23:05:28,279 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:28.350Z] 2.3.1-dev.2 [Pipeline] } [2023-01-06T23:05:28.360Z] $ docker exec --env ******** --env ******** 5b1ccc68a203ad01465adaf49bc81769596c58f90c94188866fc55129269c4cc ssh-agent -k [2023-01-06T23:05:28.452Z] unset SSH_AUTH_SOCK; [2023-01-06T23:05:28.453Z] unset SSH_AGENT_PID; [2023-01-06T23:05:28.453Z] echo Agent pid 38 killed; [2023-01-06T23:05:28.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T23:05:28.756Z] + git semver [Pipeline] } [2023-01-06T23:05:29.029Z] $ docker stop --time=1 5b1ccc68a203ad01465adaf49bc81769596c58f90c94188866fc55129269c4cc [2023-01-06T23:05:30.349Z] $ docker rm -f --volumes 5b1ccc68a203ad01465adaf49bc81769596c58f90c94188866fc55129269c4cc [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-06T23:05:30.690Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-06T23:05:30.690Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:30.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-06T23:05:30.995Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:05:31.063Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:05:31.092Z] $ 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-01-06T23:05:31.466Z] $ docker top 71b32fa871cd0a4954dbbb6ad69d59fd505374fd8aaae8470980f0952c7025dc -eo pid,comm [2023-01-06T23:05:31.516Z] 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-01-06T23:05:31.516Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-06T23:05:31.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-06T23:05:31.552Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-06T23:05:31.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-06T23:05:31.686Z] $ docker exec 71b32fa871cd0a4954dbbb6ad69d59fd505374fd8aaae8470980f0952c7025dc ssh-agent [2023-01-06T23:05:31.796Z] SSH_AUTH_SOCK=/tmp/ssh-P4DVB9hEACjV/agent.32 [2023-01-06T23:05:31.796Z] SSH_AGENT_PID=38 [2023-01-06T23:05:31.800Z] Running ssh-add (command line suppressed) [2023-01-06T23:05:31.914Z] Identity added: /w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_5651358454551748734.key (/w/workspace/edgexfoundry_device-sdk-c_main@tmp/private_key_5651358454551748734.key) [2023-01-06T23:05:31.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-06T23:05:32.224Z] + git semver push [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,417 [run_push] DEBUG push [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,417 [execute] INFO git cat-file --batch-check [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,423 [execute] INFO git rev-list 8d24b5d7ef30d1ec16e7dd65e6f128a9894ded46 -- [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,423 [execute] DEBUG Popen(['git', 'rev-list', '8d24b5d7ef30d1ec16e7dd65e6f128a9894ded46', '--'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,431 [execute] INFO git fetch -v origin [2023-01-06T23:05:32.483Z] 2023-01-06 23:05:32,431 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-06T23:05:33.051Z] 2023-01-06 23:05:32,910 [run_push] DEBUG no remote changes detected [2023-01-06T23:05:33.051Z] 2023-01-06 23:05:32,911 [execute] INFO git push origin semver [2023-01-06T23:05:33.051Z] 2023-01-06 23:05:32,911 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-sdk-c_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-06T23:05:33.987Z] 2023-01-06 23:05:33,722 [run_push] DEBUG push all version tags [2023-01-06T23:05:33.987Z] 2023-01-06 23:05:33,722 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-06T23:05:33.987Z] 2023-01-06 23:05:33,723 [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-01-06T23:05:34.557Z] 2023-01-06 23:05:34,551 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-sdk-c_main/.semver/main [2023-01-06T23:05:34.557Z] 2.3.1-dev.2 [Pipeline] } [2023-01-06T23:05:34.828Z] $ docker exec --env ******** --env ******** 71b32fa871cd0a4954dbbb6ad69d59fd505374fd8aaae8470980f0952c7025dc ssh-agent -k [2023-01-06T23:05:34.932Z] unset SSH_AUTH_SOCK; [2023-01-06T23:05:34.932Z] unset SSH_AGENT_PID; [2023-01-06T23:05:34.932Z] echo Agent pid 38 killed; [2023-01-06T23:05:34.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-06T23:05:35.244Z] + git semver [Pipeline] } [2023-01-06T23:05:35.517Z] $ docker stop --time=1 71b32fa871cd0a4954dbbb6ad69d59fd505374fd8aaae8470980f0952c7025dc [2023-01-06T23:05:36.840Z] $ docker rm -f --volumes 71b32fa871cd0a4954dbbb6ad69d59fd505374fd8aaae8470980f0952c7025dc [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-01-06T23:05:37.325Z] + [ -d /w/workspace/edgexfoundry_device-sdk-c_main/archives ] [2023-01-06T23:05:37.325Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-01-06T23:05:37.325Z] total 16 [2023-01-06T23:05:37.325Z] drwxr-xr-x 3 root root 4096 Jan 6 23:00 . [2023-01-06T23:05:37.325Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 23:05 .. [2023-01-06T23:05:37.325Z] drwxr-xr-x 2 root root 4096 Jan 6 23:00 cost [2023-01-06T23:05:37.325Z] -rw-r--r-- 1 root root 83 Jan 6 23:00 cost.csv [2023-01-06T23:05:37.325Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-01-06T23:05:37.325Z] + ls -al /w/workspace/edgexfoundry_device-sdk-c_main/archives [2023-01-06T23:05:37.325Z] total 16 [2023-01-06T23:05:37.325Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 6 23:00 . [2023-01-06T23:05:37.325Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 6 23:05 .. [2023-01-06T23:05:37.325Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 23:00 cost [2023-01-06T23:05:37.325Z] -rw-r--r-- 1 jenkins jenkins 83 Jan 6 23:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:37.614Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:38.467Z] ---> package-listing.sh [2023-01-06T23:05:38.467Z] ++ facter osfamily [2023-01-06T23:05:38.467Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-06T23:05:38.727Z] + OS_FAMILY=debian [2023-01-06T23:05:38.727Z] + workspace=/w/workspace/edgexfoundry_device-sdk-c_main [2023-01-06T23:05:38.727Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-06T23:05:38.727Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-06T23:05:38.727Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-06T23:05:38.727Z] + PACKAGES=/tmp/packages_start.txt [2023-01-06T23:05:38.727Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-01-06T23:05:38.727Z] + PACKAGES=/tmp/packages_end.txt [2023-01-06T23:05:38.727Z] + case "${OS_FAMILY}" in [2023-01-06T23:05:38.727Z] + dpkg -l [2023-01-06T23:05:38.727Z] + grep '^ii' [2023-01-06T23:05:38.727Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-06T23:05:38.727Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-06T23:05:38.727Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-06T23:05:38.727Z] + '[' /w/workspace/edgexfoundry_device-sdk-c_main ']' [2023-01-06T23:05:38.727Z] + mkdir -p /w/workspace/edgexfoundry_device-sdk-c_main/archives/ [2023-01-06T23:05:38.727Z] + 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-01-06T23:05:38.740Z] 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-01-06T23:05:39.018Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-06T23:05:39.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-06T23:05:39.575Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-06T23:05:39.647Z] prd-ubuntu20.04-docker-8c-8g-1285 does not seem to be running inside a container [2023-01-06T23:05:39.678Z] $ 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-01-06T23:05:39.928Z] $ docker top d51d9eea8aa95d11a26af0f4fa203a28d4fae2de00de2e62d4edda6c59eadbd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-06T23:05:40.273Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-06T23:05:40.561Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-06T23:05:40.843Z] + ls /var/log/sa-host [2023-01-06T23:05:40.843Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-06T23:05:40.985Z] provisioning config files... [2023-01-06T23:05:40.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-sdk-c_main@tmp/config12781600773434279273tmp [Pipeline] { [Pipeline] echo [2023-01-06T23:05:41.005Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:41.289Z] ---> create-netrc.sh [Pipeline] } [2023-01-06T23:05:41.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:41.620Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-06T23:05:41.629Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:41.913Z] ---> sudo-logs.sh [2023-01-06T23:05:41.913Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-06T23:05:41.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:42.228Z] ---> job-cost.sh [2023-01-06T23:05:42.228Z] lf-activate-venv: SKIPPING [2023-01-06T23:05:42.228Z] DEBUG: total: 0.2199999988079071 [2023-01-06T23:05:42.228Z] INFO: Retrieving Stack Cost... [2023-01-06T23:05:42.487Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-06T23:05:42.748Z] INFO: Archiving Costs [Pipeline] echo [2023-01-06T23:05:42.760Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-06T23:05:43.042Z] ---> logs-deploy.sh [2023-01-06T23:05:43.042Z] lf-activate-venv: SKIPPING [2023-01-06T23:05:43.042Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-c/main/36 [2023-01-06T23:05:43.042Z] INFO: archiving workspace using pattern(s): [2023-01-06T23:05:43.979Z] Archives upload complete. [2023-01-06T23:05:44.238Z] INFO: archiving logs to Nexus [2023-01-06T23:05:44.808Z] ---> uname -a: [2023-01-06T23:05:44.808Z] Linux prd-ubuntu20-04-docker-8c-8g-1285 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] ---> lscpu: [2023-01-06T23:05:44.808Z] Architecture: x86_64 [2023-01-06T23:05:44.808Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-06T23:05:44.808Z] Byte Order: Little Endian [2023-01-06T23:05:44.808Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-06T23:05:44.808Z] CPU(s): 8 [2023-01-06T23:05:44.808Z] On-line CPU(s) list: 0-7 [2023-01-06T23:05:44.808Z] Thread(s) per core: 1 [2023-01-06T23:05:44.808Z] Core(s) per socket: 1 [2023-01-06T23:05:44.808Z] Socket(s): 8 [2023-01-06T23:05:44.808Z] NUMA node(s): 1 [2023-01-06T23:05:44.808Z] Vendor ID: AuthenticAMD [2023-01-06T23:05:44.808Z] CPU family: 23 [2023-01-06T23:05:44.808Z] Model: 49 [2023-01-06T23:05:44.808Z] Model name: AMD EPYC-Rome Processor [2023-01-06T23:05:44.808Z] Stepping: 0 [2023-01-06T23:05:44.808Z] CPU MHz: 2799.996 [2023-01-06T23:05:44.808Z] BogoMIPS: 5599.99 [2023-01-06T23:05:44.808Z] Virtualization: AMD-V [2023-01-06T23:05:44.808Z] Hypervisor vendor: KVM [2023-01-06T23:05:44.808Z] Virtualization type: full [2023-01-06T23:05:44.808Z] L1d cache: 256 KiB [2023-01-06T23:05:44.808Z] L1i cache: 256 KiB [2023-01-06T23:05:44.808Z] L2 cache: 4 MiB [2023-01-06T23:05:44.808Z] L3 cache: 128 MiB [2023-01-06T23:05:44.808Z] NUMA node0 CPU(s): 0-7 [2023-01-06T23:05:44.808Z] Vulnerability Itlb multihit: Not affected [2023-01-06T23:05:44.808Z] Vulnerability L1tf: Not affected [2023-01-06T23:05:44.808Z] Vulnerability Mds: Not affected [2023-01-06T23:05:44.808Z] Vulnerability Meltdown: Not affected [2023-01-06T23:05:44.808Z] Vulnerability Mmio stale data: Not affected [2023-01-06T23:05:44.808Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-06T23:05:44.808Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-06T23:05:44.808Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-06T23:05:44.808Z] Vulnerability Srbds: Not affected [2023-01-06T23:05:44.808Z] Vulnerability Tsx async abort: Not affected [2023-01-06T23:05:44.808Z] 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-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] ---> nproc: [2023-01-06T23:05:44.808Z] 8 [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] ---> df -h: [2023-01-06T23:05:44.808Z] Filesystem Size Used Avail Use% Mounted on [2023-01-06T23:05:44.808Z] overlay 155G 11G 145G 7% / [2023-01-06T23:05:44.808Z] tmpfs 64M 0 64M 0% /dev [2023-01-06T23:05:44.808Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-06T23:05:44.808Z] shm 64M 0 64M 0% /dev/shm [2023-01-06T23:05:44.808Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] ---> sar -b -r -n DEV: [2023-01-06T23:05:44.808Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1285) 01/06/23 _x86_64_ (8 CPU) [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:58:50 LINUX RESTART (8 CPU) [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-06T23:05:44.808Z] 23:00:02 189.19 47.94 141.24 0.00 5420.43 169882.89 0.00 [2023-01-06T23:05:44.808Z] 23:01:01 155.81 0.20 155.61 0.00 15.86 20370.72 0.00 [2023-01-06T23:05:44.808Z] 23:02:01 1.52 0.00 1.52 0.00 0.00 16.81 0.00 [2023-01-06T23:05:44.808Z] 23:03:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2023-01-06T23:05:44.808Z] 23:04:01 17.68 7.06 10.61 0.00 898.50 2075.31 0.00 [2023-01-06T23:05:44.808Z] 23:05:01 38.80 3.50 35.30 0.00 4255.38 6695.23 0.00 [2023-01-06T23:05:44.808Z] Average: 67.17 9.81 57.36 0.00 1769.90 33210.02 0.00 [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-06T23:05:44.808Z] 23:00:02 29649944 31620816 704320 2.14 66284 2193936 1989672 5.86 1001800 1894536 2628 [2023-01-06T23:05:44.808Z] 23:01:01 29112492 31600812 700148 2.13 89848 2656204 1727984 5.09 1039860 2336472 280 [2023-01-06T23:05:44.808Z] 23:02:01 29112932 31601312 699276 2.13 89884 2656204 1727984 5.09 1039892 2336472 8 [2023-01-06T23:05:44.808Z] 23:03:01 29122236 31610516 690204 2.10 89916 2656212 1727984 5.09 1032456 2336476 48 [2023-01-06T23:05:44.808Z] 23:04:01 28967912 31577872 708504 2.15 101924 2769320 1683828 4.96 1128340 2381704 1200 [2023-01-06T23:05:44.808Z] 23:05:01 28598736 31590424 693884 2.11 123328 3110640 1796996 5.30 1354100 2502884 8 [2023-01-06T23:05:44.808Z] Average: 29094042 31600292 699389 2.13 93531 2673753 1775741 5.23 1099408 2298091 695 [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-06T23:05:44.808Z] 23:00:02 ens3 599.38 370.39 4254.61 89.89 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:00:02 lo 6.47 6.47 0.62 0.62 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:00:02 veth742f541 0.70 0.82 0.06 0.49 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:00:02 docker0 8.05 10.80 0.67 104.31 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:01:01 ens3 202.12 139.33 2727.99 127.25 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:01:01 lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:01:01 docker0 7.39 12.74 0.52 121.51 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:02:01 ens3 1.13 0.92 0.38 0.31 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:03:01 ens3 0.43 0.35 1.67 0.03 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:04:01 ens3 56.46 35.50 852.19 2.73 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:04:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:05:01 ens3 86.67 52.20 1896.59 3.71 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:05:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] Average: ens3 157.57 99.67 1619.18 37.07 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] Average: lo 1.45 1.45 0.14 0.14 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] Average: docker0 2.56 3.90 0.20 37.40 0.00 0.00 0.00 0.00 [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] ---> sar -P ALL: [2023-01-06T23:05:44.808Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1285) 01/06/23 _x86_64_ (8 CPU) [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:58:50 LINUX RESTART (8 CPU) [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] 22:59:01 CPU %user %nice %system %iowait %steal %idle [2023-01-06T23:05:44.808Z] 23:00:02 all 9.41 0.00 3.42 1.92 0.05 85.19 [2023-01-06T23:05:44.808Z] 23:00:02 0 8.11 0.00 3.44 2.99 0.03 85.43 [2023-01-06T23:05:44.808Z] 23:00:02 1 11.30 0.00 2.70 0.77 0.05 85.17 [2023-01-06T23:05:44.808Z] 23:00:02 2 12.26 0.00 3.33 0.37 0.05 83.99 [2023-01-06T23:05:44.808Z] 23:00:02 3 9.81 0.00 4.57 3.24 0.07 82.32 [2023-01-06T23:05:44.808Z] 23:00:02 4 6.76 0.00 3.17 3.03 0.03 87.01 [2023-01-06T23:05:44.808Z] 23:00:02 5 11.06 0.00 3.06 0.40 0.03 85.44 [2023-01-06T23:05:44.808Z] 23:00:02 6 7.17 0.00 3.53 3.46 0.03 85.81 [2023-01-06T23:05:44.808Z] 23:00:02 7 8.82 0.00 3.60 1.13 0.07 86.38 [2023-01-06T23:05:44.808Z] 23:01:01 all 5.89 0.00 2.75 0.92 0.04 90.41 [2023-01-06T23:05:44.808Z] 23:01:01 0 5.88 0.00 2.68 0.39 0.03 91.01 [2023-01-06T23:05:44.808Z] 23:01:01 1 5.05 0.00 2.84 0.21 0.03 91.87 [2023-01-06T23:05:44.808Z] 23:01:01 2 6.31 0.00 2.87 0.17 0.03 90.62 [2023-01-06T23:05:44.808Z] 23:01:01 3 5.24 0.00 3.54 4.23 0.03 86.96 [2023-01-06T23:05:44.808Z] 23:01:01 4 5.04 0.00 2.33 0.57 0.03 92.04 [2023-01-06T23:05:44.808Z] 23:01:01 5 8.59 0.00 2.53 0.31 0.03 88.54 [2023-01-06T23:05:44.808Z] 23:01:01 6 6.24 0.00 2.43 0.12 0.05 91.16 [2023-01-06T23:05:44.808Z] 23:01:01 7 4.73 0.00 2.74 1.41 0.03 91.08 [2023-01-06T23:05:44.808Z] 23:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-01-06T23:05:44.808Z] 23:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-06T23:05:44.808Z] 23:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-06T23:05:44.808Z] 23:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-06T23:05:44.808Z] 23:02:01 3 0.00 0.00 0.03 0.02 0.02 99.93 [2023-01-06T23:05:44.808Z] 23:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-06T23:05:44.808Z] 23:02:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2023-01-06T23:05:44.808Z] 23:02:01 6 0.10 0.00 0.00 0.00 0.00 99.90 [2023-01-06T23:05:44.808Z] 23:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-06T23:05:44.808Z] 23:03:01 all 0.23 0.00 0.01 0.01 0.00 99.74 [2023-01-06T23:05:44.808Z] 23:03:01 0 0.00 0.00 0.03 0.02 0.02 99.93 [2023-01-06T23:05:44.808Z] 23:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-06T23:05:44.808Z] 23:03:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2023-01-06T23:05:44.808Z] 23:03:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-06T23:05:44.808Z] 23:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-06T23:05:44.808Z] 23:03:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2023-01-06T23:05:44.808Z] 23:03:01 6 1.66 0.00 0.00 0.00 0.00 98.34 [2023-01-06T23:05:44.808Z] 23:03:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-06T23:05:44.808Z] 23:04:01 all 0.62 0.00 0.40 0.14 0.00 98.84 [2023-01-06T23:05:44.808Z] 23:04:01 0 0.13 0.00 0.15 0.02 0.00 99.70 [2023-01-06T23:05:44.808Z] 23:04:01 1 0.22 0.00 1.32 0.02 0.00 98.45 [2023-01-06T23:05:44.808Z] 23:04:01 2 0.62 0.00 0.22 0.05 0.00 99.12 [2023-01-06T23:05:44.808Z] 23:04:01 3 0.18 0.00 0.30 0.43 0.00 99.08 [2023-01-06T23:05:44.808Z] 23:04:01 4 0.60 0.00 0.38 0.18 0.00 98.83 [2023-01-06T23:05:44.808Z] 23:04:01 5 0.40 0.00 0.23 0.18 0.00 99.18 [2023-01-06T23:05:44.808Z] 23:04:01 6 2.27 0.00 0.28 0.20 0.02 97.24 [2023-01-06T23:05:44.808Z] 23:04:01 7 0.52 0.00 0.28 0.02 0.02 99.16 [2023-01-06T23:05:44.808Z] 23:05:01 all 1.74 0.00 1.18 0.26 0.02 96.80 [2023-01-06T23:05:44.808Z] 23:05:01 0 2.09 0.00 0.77 0.07 0.02 97.06 [2023-01-06T23:05:44.808Z] 23:05:01 1 1.12 0.00 1.23 0.10 0.02 97.53 [2023-01-06T23:05:44.808Z] 23:05:01 2 1.23 0.00 1.77 0.08 0.02 96.90 [2023-01-06T23:05:44.808Z] 23:05:01 3 2.71 0.00 1.00 1.25 0.03 95.00 [2023-01-06T23:05:44.808Z] 23:05:01 4 2.35 0.00 1.55 0.45 0.02 95.63 [2023-01-06T23:05:44.808Z] 23:05:01 5 1.65 0.00 0.83 0.08 0.03 97.40 [2023-01-06T23:05:44.808Z] 23:05:01 6 1.55 0.00 1.50 0.03 0.02 96.89 [2023-01-06T23:05:44.808Z] 23:05:01 7 1.21 0.00 0.77 0.02 0.00 98.01 [2023-01-06T23:05:44.808Z] Average: all 2.96 0.00 1.29 0.54 0.02 95.19 [2023-01-06T23:05:44.808Z] Average: 0 2.69 0.00 1.17 0.58 0.02 95.54 [2023-01-06T23:05:44.808Z] Average: 1 2.94 0.00 1.34 0.18 0.02 95.52 [2023-01-06T23:05:44.808Z] Average: 2 3.39 0.00 1.36 0.12 0.02 95.12 [2023-01-06T23:05:44.808Z] Average: 3 2.97 0.00 1.56 1.52 0.03 93.93 [2023-01-06T23:05:44.808Z] Average: 4 2.44 0.00 1.23 0.70 0.01 95.61 [2023-01-06T23:05:44.808Z] Average: 5 3.61 0.00 1.11 0.16 0.02 95.10 [2023-01-06T23:05:44.808Z] Average: 6 3.15 0.00 1.28 0.63 0.02 94.92 [2023-01-06T23:05:44.808Z] Average: 7 2.53 0.00 1.23 0.42 0.02 95.80 [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z] [2023-01-06T23:05:44.808Z]