Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 shared 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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 ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32291 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 Commit message: "Merge pull request #847 from lenny-intel/access-token" > git rev-list --no-walk 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:00:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:00:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:00:29 ========================================================= 18:00:29 EdgeX Global Pipelines Version Info 18:00:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:00:31 ------------------- 18:00:31 stable info: 18:00:31 ------------------- 18:00:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:00:31 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:00:31 Message: update stable to v1.0.186 18:00:31 ------------------- 18:00:31 experimental info: 18:00:31 ------------------- 18:00:31 Commited By: **** collab-it+edgex@linuxfoundation.org 18:00:31 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:00:31 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:00:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:00:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:00:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4cccad7 [Pipeline] echo 18:00:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:00:35 provisioning config files... 18:00:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1163927871140077452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:00:36 ---> docker-login.sh 18:00:36 nexus3.edgexfoundry.org:10001 18:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:36 Configure a credential helper to remove this warning. See 18:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:36 18:00:36 Login Succeeded 18:00:36 nexus3.edgexfoundry.org:10002 18:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:36 Configure a credential helper to remove this warning. See 18:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:36 18:00:36 Login Succeeded 18:00:36 nexus3.edgexfoundry.org:10003 18:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:37 Configure a credential helper to remove this warning. See 18:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:37 18:00:37 Login Succeeded 18:00:37 nexus3.edgexfoundry.org:10004 18:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:37 Configure a credential helper to remove this warning. See 18:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:37 18:00:37 Login Succeeded 18:00:37 docker.io 18:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:37 Configure a credential helper to remove this warning. See 18:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:37 18:00:37 Login Succeeded 18:00:37 ---> docker-login.sh ends [Pipeline] } 18:00:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:00:38 + git log --format=format:%s -1 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] echo 18:00:38 GIT_COMMIT: 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36, Commit Message: Merge pull request #847 from lenny-intel/access-token [Pipeline] echo 18:00:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:00:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:39 18:00:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:00:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:40 latest: Pulling from edgex-devops/git-semver 18:00:40 31603596830f: Pulling fs layer 18:00:40 2a8b12db71e7: Pulling fs layer 18:00:40 6ca5941a6612: Pulling fs layer 18:00:40 ecc8261a40a4: Pulling fs layer 18:00:40 ecc8261a40a4: Waiting 18:00:40 2a8b12db71e7: Verifying Checksum 18:00:40 2a8b12db71e7: Download complete 18:00:40 31603596830f: Download complete 18:00:40 ecc8261a40a4: Verifying Checksum 18:00:40 ecc8261a40a4: Download complete 18:00:40 6ca5941a6612: Download complete 18:00:40 31603596830f: Pull complete 18:00:40 2a8b12db71e7: Pull complete 18:00:41 6ca5941a6612: Pull complete 18:00:42 ecc8261a40a4: Pull complete 18:00:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:00:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:00:42 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:00:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:00:44 $ docker top 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:00:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:44 [ssh-agent] Looking for ssh-agent implementation... 18:00:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:44 $ docker exec 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent 18:00:45 SSH_AUTH_SOCK=/tmp/ssh-3pib39e53Fyx/agent.11 18:00:45 SSH_AGENT_PID=17 18:00:45 Running ssh-add (command line suppressed) 18:00:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_798157339068434729.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_798157339068434729.key) 18:00:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:00:45 + git tag --points-at HEAD [Pipeline] } 18:00:45 $ docker exec --env ******** --env ******** 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent -k 18:00:45 unset SSH_AUTH_SOCK; 18:00:45 unset SSH_AGENT_PID; 18:00:45 echo Agent pid 17 killed; 18:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:00:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:00:46 [ssh-agent] Looking for ssh-agent implementation... 18:00:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:00:46 $ docker exec 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent 18:00:46 SSH_AUTH_SOCK=/tmp/ssh-E4d6IWQvSdwc/agent.47 18:00:46 SSH_AGENT_PID=52 18:00:46 Running ssh-add (command line suppressed) 18:00:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2043636997134878011.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2043636997134878011.key) 18:00:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:00:47 + git semver init 18:00:47 # -> Open(): unable to determine branch for HEAD 18:00:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 18:00:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 18:00:47 # $SEMVER_REMOTE_NAME = origin 18:00:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:00:47 # $SEMVER_USER_NAME = edgex-jenkins 18:00:47 # $SEMVER_BRANCH = master 18:00:47 # $SEMVER_TEMP = /tmp/semver-488556876 18:00:47 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:00:47 # '/tmp/semver-488556876' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 18:00:47 # -> Force: false 18:00:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 18:00:47 $ docker exec --env ******** --env ******** 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent -k 18:00:48 unset SSH_AUTH_SOCK; 18:00:48 unset SSH_AGENT_PID; 18:00:48 echo Agent pid 52 killed; 18:00:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:00:48 + git semver [Pipeline] } 18:00:48 $ docker stop --time=1 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 18:00:50 $ docker rm -f 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 [Pipeline] // withDockerContainer [Pipeline] sh 18:00:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:00:51 Stashed 1 file(s) [Pipeline] echo 18:00:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.30 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:01:06 Still waiting to schedule task 18:01:06 ‘prd-centos7-docker-4c-2g-32292’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ 18:01:06 Still waiting to schedule task 18:01:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:02:29 Running on prd-centos7-docker-4c-2g-32294 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 18:02:29 Running in /w/workspace/device-sdk-go/135 [Pipeline] { [Pipeline] checkout 18:02:31 using credential edgex-jenkins-ssh 18:02:31 Cloning the remote Git repository 18:02:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:02:32 > git init /w/workspace/device-sdk-go/135 # timeout=10 18:02:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:02:32 > git --version # timeout=10 18:02:32 > git --version # 'git version 2.24.3' 18:02:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:02:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:02:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:02:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:02:33 Checking out Revision 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (master) 18:02:33 > git config core.sparsecheckout # timeout=10 18:02:33 > git checkout -f 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 18:02:36 Commit message: "Merge pull request #847 from lenny-intel/access-token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:02:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:02:38 + sudo service docker restart 18:02:38 + true 18:02:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:02:39 provisioning config files... 18:02:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/135@tmp/config3067720239894930919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:40 ---> docker-login.sh 18:02:40 nexus3.edgexfoundry.org:10001 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10002 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10003 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 nexus3.edgexfoundry.org:10004 18:02:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:40 Configure a credential helper to remove this warning. See 18:02:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:40 18:02:40 Login Succeeded 18:02:40 docker.io 18:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:41 Configure a credential helper to remove this warning. See 18:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:41 18:02:41 Login Succeeded 18:02:41 ---> docker-login.sh ends [Pipeline] } 18:02:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:02:41 ========================================================= 18:02:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:02:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:02:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:02:42 Sending build context to Docker daemon 2.336MB 18:02:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:02:42 Step 2/8 : FROM ${BASE} 18:02:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:02:42 188c0c94c7c5: Pulling fs layer 18:02:42 0ef7d3d256c8: Pulling fs layer 18:02:42 de9db76c5a1d: Pulling fs layer 18:02:42 bca2f99d35d6: Pulling fs layer 18:02:42 93359f2a8cfa: Pulling fs layer 18:02:42 7c6f9722023f: Pulling fs layer 18:02:42 a35cf1a2eb13: Pulling fs layer 18:02:42 bca2f99d35d6: Waiting 18:02:42 7c6f9722023f: Waiting 18:02:42 93359f2a8cfa: Waiting 18:02:42 a35cf1a2eb13: Waiting 18:02:42 de9db76c5a1d: Download complete 18:02:42 0ef7d3d256c8: Verifying Checksum 18:02:42 0ef7d3d256c8: Download complete 18:02:42 93359f2a8cfa: Verifying Checksum 18:02:42 93359f2a8cfa: Download complete 18:02:42 188c0c94c7c5: Verifying Checksum 18:02:42 7c6f9722023f: Verifying Checksum 18:02:42 7c6f9722023f: Download complete 18:02:42 188c0c94c7c5: Pull complete 18:02:42 0ef7d3d256c8: Pull complete 18:02:42 de9db76c5a1d: Pull complete 18:02:44 a35cf1a2eb13: Verifying Checksum 18:02:44 a35cf1a2eb13: Download complete 18:02:44 bca2f99d35d6: Verifying Checksum 18:02:44 bca2f99d35d6: Download complete 18:02:50 bca2f99d35d6: Pull complete 18:02:50 93359f2a8cfa: Pull complete 18:02:50 7c6f9722023f: Pull complete 18:02:54 a35cf1a2eb13: Pull complete 18:02:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:02:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:02:54 ---> a62c8e92a672 18:02:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:02:54 ---> Running in 539165fdf922 18:02:54 Removing intermediate container 539165fdf922 18:02:54 ---> ae05de189686 18:02:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:54 ---> Running in 6b813461bdd2 18:02:55 Removing intermediate container 6b813461bdd2 18:02:55 ---> ea70115b81b9 18:02:55 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 18:02:55 ---> Running in 5264de389b4d 18:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:57 (1/6) Installing libc-dev (0.7.2-r3) 18:02:57 (2/6) Installing libsodium (1.0.18-r0) 18:02:57 (3/6) Installing pkgconf (1.7.2-r0) 18:02:57 (4/6) Installing libsodium-dev (1.0.18-r0) 18:02:57 (5/6) Installing libzmq (4.3.3-r0) 18:02:57 (6/6) Installing zeromq-dev (4.3.3-r0) 18:02:57 Executing busybox-1.31.1-r19.trigger 18:02:57 OK: 167 MiB in 45 packages 18:02:58 Removing intermediate container 5264de389b4d 18:02:58 ---> ab87578a36ff 18:02:58 Step 6/8 : WORKDIR /device-sdk-go 18:02:58 ---> Running in f3b87dd12e02 18:02:58 Removing intermediate container f3b87dd12e02 18:02:58 ---> 8a793ac37ffa 18:02:58 Step 7/8 : COPY . . 18:03:00 ---> 84e475906b8b 18:03:00 Step 8/8 : RUN go mod download 18:03:00 ---> Running in b2a57bbbab36 18:03:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32293 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 18:03:01 Running in /w/workspace/device-sdk-go/135 [Pipeline] { [Pipeline] checkout 18:03:06 using credential edgex-jenkins-ssh 18:03:06 Cloning the remote Git repository 18:03:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:03:06 > git init /w/workspace/device-sdk-go/135 # timeout=10 18:03:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:03:07 > git --version # timeout=10 18:03:07 > git --version # 'git version 2.17.1' 18:03:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:03:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:03:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:03:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:03:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:03:09 Checking out Revision 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (master) 18:03:09 > git config core.sparsecheckout # timeout=10 18:03:09 > git checkout -f 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 18:03:13 Commit message: "Merge pull request #847 from lenny-intel/access-token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:03:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:03:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:03:16 + true 18:03:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:03:18 provisioning config files... 18:03:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/135@tmp/config4899058879809371049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:03:19 ---> docker-login.sh 18:03:19 nexus3.edgexfoundry.org:10001 18:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:20 Configure a credential helper to remove this warning. See 18:03:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:20 18:03:20 Login Succeeded 18:03:20 nexus3.edgexfoundry.org:10002 18:03:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:21 Configure a credential helper to remove this warning. See 18:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:21 18:03:21 Login Succeeded 18:03:21 nexus3.edgexfoundry.org:10003 18:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:21 Configure a credential helper to remove this warning. See 18:03:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:21 18:03:21 Login Succeeded 18:03:21 nexus3.edgexfoundry.org:10004 18:03:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:22 Configure a credential helper to remove this warning. See 18:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:22 18:03:22 Login Succeeded 18:03:22 docker.io 18:03:22 Removing intermediate container b2a57bbbab36 18:03:22 ---> b55dd5712d39 18:03:22 Successfully built b55dd5712d39 18:03:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:03:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:03:22 + docker inspect -f . ci-base-image-x86_64 18:03:22 . [Pipeline] withDockerContainer 18:03:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:03:22 Configure a credential helper to remove this warning. See 18:03:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:03:22 18:03:22 Login Succeeded 18:03:22 ---> docker-login.sh ends 18:03:22 prd-centos7-docker-4c-2g-32294 does not seem to be running inside a container 18:03:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:03:23 $ docker top 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 -eo pid,comm [Pipeline] { [Pipeline] } 18:03:24 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:03:24 + go version 18:03:24 go version go1.15.5 linux/amd64 [Pipeline] } 18:03:24 $ docker stop --time=1 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 18:03:25 $ docker rm -f 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo 18:03:25 ========================================================= 18:03:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:03:25 ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:03:26 + docker inspect -f . ci-base-image-x86_64 18:03:26 . [Pipeline] withDockerContainer 18:03:26 prd-centos7-docker-4c-2g-32294 does not seem to be running inside a container 18:03:26 Sending build context to Docker daemon 2.335MB 18:03:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:03:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:03:27 Step 2/8 : FROM ${BASE} 18:03:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:03:27 5f621e34cdf4: Pulling fs layer 18:03:27 a4357932f1b6: Pulling fs layer 18:03:27 18c013af1878: Pulling fs layer 18:03:27 00ac8860ef70: Pulling fs layer 18:03:27 63d7cb157983: Pulling fs layer 18:03:27 b116817d02f9: Pulling fs layer 18:03:27 745a02a5169b: Pulling fs layer 18:03:27 63d7cb157983: Waiting 18:03:27 b116817d02f9: Waiting 18:03:27 745a02a5169b: Waiting 18:03:27 00ac8860ef70: Waiting 18:03:27 a4357932f1b6: Verifying Checksum 18:03:27 a4357932f1b6: Download complete 18:03:27 18c013af1878: Verifying Checksum 18:03:27 18c013af1878: Download complete 18:03:27 63d7cb157983: Verifying Checksum 18:03:27 63d7cb157983: Download complete 18:03:27 b116817d02f9: Verifying Checksum 18:03:27 b116817d02f9: Download complete 18:03:27 5f621e34cdf4: Verifying Checksum 18:03:27 5f621e34cdf4: Download complete 18:03:27 $ docker top 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:27 5f621e34cdf4: Pull complete 18:03:27 + make test 18:03:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:03:28 a4357932f1b6: Pull complete 18:03:28 18c013af1878: Pull complete 18:03:29 745a02a5169b: Verifying Checksum 18:03:30 00ac8860ef70: Verifying Checksum 18:03:30 00ac8860ef70: Download complete 18:03:36 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 18:03:40 00ac8860ef70: Pull complete 18:03:40 63d7cb157983: Pull complete 18:03:41 b116817d02f9: Pull complete 18:03:45 745a02a5169b: Pull complete 18:03:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:03:45 ---> b7e6874047d6 18:03:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:03:48 ---> Running in 663d064533d2 18:03:48 Removing intermediate container 663d064533d2 18:03:48 ---> eaae83704946 18:03:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:48 ---> Running in 5d90d13caa3e 18:03:50 Removing intermediate container 5d90d13caa3e 18:03:50 ---> 7b65eb1951b1 18:03:50 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 18:03:50 ---> Running in 8b25990a7ce9 18:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:53 (1/6) Installing libc-dev (0.7.2-r3) 18:03:53 (2/6) Installing libsodium (1.0.18-r0) 18:03:53 (3/6) Installing pkgconf (1.7.2-r0) 18:03:53 (4/6) Installing libsodium-dev (1.0.18-r0) 18:03:53 (5/6) Installing libzmq (4.3.3-r0) 18:03:53 (6/6) Installing zeromq-dev (4.3.3-r0) 18:03:53 Executing busybox-1.31.1-r19.trigger 18:03:53 OK: 144 MiB in 45 packages 18:03:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 18:03:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 18:03:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 18:03:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 18:03:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 18:03:55 Removing intermediate container 8b25990a7ce9 18:03:55 ---> 743fa50a47b8 18:03:55 Step 6/8 : WORKDIR /device-sdk-go 18:03:55 ---> Running in 8c36427098a7 18:03:55 Removing intermediate container 8c36427098a7 18:03:55 ---> 058689188fc0 18:03:55 Step 7/8 : COPY . . 18:03:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.070s coverage: 27.0% of statements 18:03:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.090s coverage: 81.2% of statements 18:03:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.081s coverage: 7.8% of statements 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 18:03:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.5% of statements 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 18:03:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 18:03:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.091s coverage: 57.3% of statements 18:03:57 ---> 2d87992a79f3 18:03:57 Step 8/8 : RUN go mod download 18:03:57 ---> Running in adc5a2b50ed7 18:03:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.130s coverage: 6.6% of statements 18:03:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 5.0% of statements 18:03:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 18:03:58 GO111MODULE=on go vet ./... 18:04:13 gofmt -l . 18:04:13 [ "`gofmt -l .`" = "" ] 18:04:13 ./bin/test-attribution-txt.sh 18:04:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 18:04:13 $ docker stop --time=1 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 18:04:15 $ docker rm -f 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 [Pipeline] // withDockerContainer [Pipeline] sh 18:04:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:04:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:04:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:04:19 + ls -al . 18:04:19 total 188 18:04:19 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 31 18:04 . 18:04:19 drwxrwxr-x. 4 jenkins jenkins 32 Mar 31 18:02 .. 18:04:19 drwxrwxr-x. 2 jenkins jenkins 64 Mar 31 18:02 bin 18:04:19 -rw-r--r--. 1 jenkins jenkins 101416 Mar 31 18:03 coverage.out 18:04:19 -rw-rw-r--. 1 jenkins jenkins 987 Mar 31 18:02 Dockerfile.build 18:04:19 -rw-rw-r--. 1 jenkins jenkins 140 Mar 31 18:02 .dockerignore 18:04:19 drwxrwxr-x. 5 jenkins jenkins 62 Mar 31 18:02 example 18:04:19 drwxrwxr-x. 8 jenkins jenkins 162 Mar 31 18:02 .git 18:04:19 drwxrwxr-x. 2 jenkins jenkins 103 Mar 31 18:02 .github 18:04:19 -rw-rw-r--. 1 jenkins jenkins 138 Mar 31 18:02 .gitignore 18:04:19 -rw-r--r--. 1 jenkins jenkins 537 Mar 31 18:04 go.mod 18:04:19 -rw-r--r--. 1 jenkins jenkins 21117 Mar 31 18:04 go.sum 18:04:19 drwxrwxr-x. 14 jenkins jenkins 207 Mar 31 18:02 internal 18:04:19 -rw-rw-r--. 1 jenkins jenkins 901 Mar 31 18:02 Jenkinsfile 18:04:19 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 31 18:02 LICENSE 18:04:19 -rw-rw-r--. 1 jenkins jenkins 1022 Mar 31 18:02 Makefile 18:04:19 drwxrwxr-x. 4 jenkins jenkins 26 Mar 31 18:02 openapi 18:04:19 drwxrwxr-x. 5 jenkins jenkins 50 Mar 31 18:02 pkg 18:04:19 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 31 18:02 README.md 18:04:19 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 31 18:02 RELEASE-NOTES.txt 18:04:19 drwxrwxr-x. 4 jenkins jenkins 54 Mar 31 18:02 snap 18:04:19 -rw-rw-r--. 1 jenkins jenkins 12 Mar 31 18:00 VERSION 18:04:19 -rw-rw-r--. 1 jenkins jenkins 222 Mar 31 18:02 version.go [Pipeline] isUnix [Pipeline] sh 18:04:20 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 --label arch=amd64 --label version=2.0.0-dev.30 . 18:04:20 Sending build context to Docker daemon 2.439MB 18:04:20 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 18:04:20 Step 2/23 : FROM ${BASE} AS builder 18:04:20 ---> b55dd5712d39 18:04:20 Step 3/23 : WORKDIR /device-sdk-go 18:04:20 ---> Running in f0a82c91ae55 18:04:21 Removing intermediate container f0a82c91ae55 18:04:21 ---> 454fcca21016 18:04:21 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:04:21 ---> Running in cfac617fa00b 18:04:21 Removing intermediate container cfac617fa00b 18:04:21 ---> 02870e6d4b95 18:04:21 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:21 ---> Running in 07e2bda082da 18:04:22 Removing intermediate container 07e2bda082da 18:04:22 ---> 05c0dc35c076 18:04:22 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 18:04:22 ---> Running in e4bc22d58a06 18:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:24 OK: 167 MiB in 45 packages 18:04:24 Removing intermediate container adc5a2b50ed7 18:04:24 ---> 8c6b29025a78 18:04:24 Successfully built 8c6b29025a78 18:04:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:04:24 + docker inspect -f . ci-base-image-arm64 18:04:24 . [Pipeline] withDockerContainer 18:04:24 Removing intermediate container e4bc22d58a06 18:04:24 ---> d5ce4882a1eb 18:04:24 Step 7/23 : COPY . . 18:04:24 prd-ubuntu18.04-docker-arm64-4c-16g-32293 does not seem to be running inside a container 18:04:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:04:25 ---> cd59e4cb37db 18:04:25 Step 8/23 : RUN go mod download 18:04:25 ---> Running in e49405eebed4 18:04:26 $ docker top 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc -eo pid,comm 18:04:26 Removing intermediate container e49405eebed4 18:04:26 ---> 01fd2f6cbea5 18:04:26 Step 9/23 : RUN make build 18:04:26 ---> Running in 4c2342aa858e [Pipeline] { [Pipeline] sh 18:04:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 18:04:27 + go version 18:04:27 go version go1.15.5 linux/arm64 [Pipeline] } 18:04:27 $ docker stop --time=1 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc 18:04:29 $ docker rm -f 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:30 + docker inspect -f . ci-base-image-arm64 18:04:30 . [Pipeline] withDockerContainer 18:04:30 prd-ubuntu18.04-docker-arm64-4c-16g-32293 does not seem to be running inside a container 18:04:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:04:32 $ docker top e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 -eo pid,comm [Pipeline] { [Pipeline] sh 18:04:33 + make test 18:04:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:04:37 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 18:04:38 Removing intermediate container 4c2342aa858e 18:04:38 ---> c570025676d6 18:04:38 Step 10/23 : FROM alpine:3.12 18:04:38 3.12: Pulling from library/alpine 18:04:38 22599d3e9e25: Pulling fs layer 18:04:38 22599d3e9e25: Verifying Checksum 18:04:38 22599d3e9e25: Download complete 18:04:39 22599d3e9e25: Pull complete 18:04:39 Digest: sha256:02cd4b50aef54502204d5956109e24876a5f9e8f3d3b22600dc14ea4de0d1d5d 18:04:39 Status: Downloaded newer image for alpine:3.12 18:04:39 ---> 42cb162f0360 18:04:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:04:39 ---> Running in f9f9c8570470 18:04:39 Removing intermediate container f9f9c8570470 18:04:39 ---> d354511553d8 18:04:39 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:39 ---> Running in ab7065702c48 18:04:40 Removing intermediate container ab7065702c48 18:04:40 ---> 53222a129b2a 18:04:40 Step 13/23 : RUN apk add --update --no-cache zeromq 18:04:40 ---> Running in 0ab332571400 18:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:42 (1/5) Installing libgcc (9.3.0-r2) 18:04:42 (2/5) Installing libsodium (1.0.18-r0) 18:04:42 (3/5) Installing libstdc++ (9.3.0-r2) 18:04:43 (4/5) Installing libzmq (4.3.3-r0) 18:04:43 (5/5) Installing zeromq (4.3.3-r0) 18:04:43 Executing busybox-1.31.1-r19.trigger 18:04:43 OK: 8 MiB in 19 packages 18:04:44 Removing intermediate container 0ab332571400 18:04:44 ---> 7f801eba3e15 18:04:44 Step 14/23 : WORKDIR / 18:04:44 ---> Running in 21a60da55192 18:04:44 Removing intermediate container 21a60da55192 18:04:44 ---> 15391836edbc 18:04:44 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 18:04:44 ---> eb586bf53fef 18:04:44 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 18:04:45 ---> 32e5ad31154b 18:04:45 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 18:04:45 ---> d16afcb1196f 18:04:45 Step 18/23 : EXPOSE 49990 18:04:45 ---> Running in ec322e75e37b 18:04:45 Removing intermediate container ec322e75e37b 18:04:45 ---> 020c193b87dd 18:04:45 Step 19/23 : ENTRYPOINT ["/device-simple"] 18:04:45 ---> Running in 2afc1e42213c 18:04:45 Removing intermediate container 2afc1e42213c 18:04:45 ---> a9b4f634c52c 18:04:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:45 ---> Running in 20ab7b4613ec 18:04:46 Removing intermediate container 20ab7b4613ec 18:04:46 ---> d6f03bbd918b 18:04:46 Step 21/23 : LABEL arch=amd64 18:04:46 ---> Running in 4889559bf472 18:04:46 Removing intermediate container 4889559bf472 18:04:46 ---> 15ce250f4985 18:04:46 Step 22/23 : LABEL git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 18:04:46 ---> Running in ea82a23dadac 18:04:46 Removing intermediate container ea82a23dadac 18:04:46 ---> a77e7b391fb4 18:04:46 Step 23/23 : LABEL version=2.0.0-dev.30 18:04:46 ---> Running in c207ab79b496 18:04:46 Removing intermediate container c207ab79b496 18:04:46 ---> 4c14a8c89319 18:04:46 [Warning] One or more build-args [ARCH MAKE] were not consumed 18:04:46 Successfully built 4c14a8c89319 18:04:46 Successfully tagged docker-device-sdk-simple:latest [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] libraryResource [Pipeline] sh 18:04:48 ---> job-cost.sh 18:04:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qUQz 18:04:55 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 18:05:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:05:29 lf-activate-venv(): INFO: Adding /tmp/venv-qUQz/bin to PATH 18:05:29 INFO: No Stack... 18:05:29 INFO: Retrieving Pricing Info for: v1-standard-2 18:05:29 INFO: Archiving Costs [Pipeline] sh 18:05:30 + cat /w/workspace/device-sdk-go/135/archives/cost.csv 18:05:30 + cut -d, -f6 [Pipeline] lock 18:05:30 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] 18:05:30 Resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] did not exist. Created. 18:05:30 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:05:30 + echo total: 0.029999999329447746 [Pipeline] stash 18:05:30 Stashed 1 file(s) [Pipeline] } 18:05:30 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:05:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 18:05:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 18:05:51 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 18:05:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 18:05:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 18:05:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.132s coverage: 27.0% of statements 18:05:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 81.2% of statements 18:05:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.169s coverage: 7.8% of statements 18:05:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 18:05:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 18:05:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 18:05:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.329s coverage: 32.5% of statements 18:05:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 18:05:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 18:05:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 18:06:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.291s coverage: 57.3% of statements 18:06:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.150s coverage: 6.6% of statements 18:06:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 5.0% of statements 18:06:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 18:06:02 GO111MODULE=on go vet ./... 18:06:49 gofmt -l . 18:06:49 [ "`gofmt -l .`" = "" ] 18:06:49 ./bin/test-attribution-txt.sh 18:06:49 ./bin/test-go-mod-tidy.sh [Pipeline] } 18:06:49 $ docker stop --time=1 e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 18:06:51 $ docker rm -f e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 [Pipeline] // withDockerContainer [Pipeline] sh 18:06:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:06:52 Warning: overwriting stash ‘coverage-report’ 18:06:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:06:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:06:54 + ls -al . 18:06:54 total 224 18:06:54 drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 18:06 . 18:06:54 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 .. 18:06:54 -rw-rw-r-- 1 jenkins jenkins 140 Mar 31 18:03 .dockerignore 18:06:54 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 18:03 .git 18:06:54 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 18:03 .github 18:06:54 -rw-rw-r-- 1 jenkins jenkins 138 Mar 31 18:03 .gitignore 18:06:54 -rw-rw-r-- 1 jenkins jenkins 987 Mar 31 18:03 Dockerfile.build 18:06:54 -rw-rw-r-- 1 jenkins jenkins 901 Mar 31 18:03 Jenkinsfile 18:06:54 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 31 18:03 LICENSE 18:06:54 -rw-rw-r-- 1 jenkins jenkins 1022 Mar 31 18:03 Makefile 18:06:54 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 31 18:03 README.md 18:06:54 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 31 18:03 RELEASE-NOTES.txt 18:06:54 -rw-rw-r-- 1 jenkins jenkins 12 Mar 31 18:00 VERSION 18:06:54 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 18:03 bin 18:06:54 -rw-r--r-- 1 jenkins jenkins 101416 Mar 31 18:06 coverage.out 18:06:54 drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 18:03 example 18:06:54 -rw-r--r-- 1 jenkins jenkins 537 Mar 31 18:06 go.mod 18:06:54 -rw-r--r-- 1 jenkins jenkins 21117 Mar 31 18:06 go.sum 18:06:54 drwxrwxr-x 14 jenkins jenkins 4096 Mar 31 18:03 internal 18:06:54 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 openapi 18:06:54 drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 18:03 pkg 18:06:54 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 snap 18:06:54 -rw-rw-r-- 1 jenkins jenkins 222 Mar 31 18:03 version.go [Pipeline] isUnix [Pipeline] sh 18:06:55 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 --label arch=arm64 --label version=2.0.0-dev.30 . 18:06:55 Sending build context to Docker daemon 2.438MB 18:06:55 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 18:06:55 Step 2/23 : FROM ${BASE} AS builder 18:06:55 ---> 8c6b29025a78 18:06:55 Step 3/23 : WORKDIR /device-sdk-go 18:06:55 ---> Running in 9d56db9474c8 18:06:56 Removing intermediate container 9d56db9474c8 18:06:56 ---> b8236a57961c 18:06:56 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:06:56 ---> Running in b63614a3bf6c 18:06:57 Removing intermediate container b63614a3bf6c 18:06:57 ---> b692f4846c4a 18:06:57 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:57 ---> Running in a5d652ac87cc 18:06:59 Removing intermediate container a5d652ac87cc 18:06:59 ---> 32c3d8135673 18:06:59 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 18:06:59 ---> Running in 326377beabec 18:07:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:01 OK: 144 MiB in 45 packages 18:07:02 Removing intermediate container 326377beabec 18:07:02 ---> 201d6bdf2cf5 18:07:02 Step 7/23 : COPY . . 18:07:04 ---> 176dccae4eed 18:07:04 Step 8/23 : RUN go mod download 18:07:04 ---> Running in 771c98afb638 18:07:07 Removing intermediate container 771c98afb638 18:07:07 ---> 38e7e7e51dcd 18:07:07 Step 9/23 : RUN make build 18:07:07 ---> Running in e8894f0197f1 18:07:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 18:07:40 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 18:07:42 Removing intermediate container e8894f0197f1 18:07:42 ---> 7f6f968a7606 18:07:42 Step 10/23 : FROM alpine:3.12 18:07:42 3.12: Pulling from library/alpine 18:07:42 9a219e8acc52: Pulling fs layer 18:07:43 9a219e8acc52: Verifying Checksum 18:07:43 9a219e8acc52: Download complete 18:07:43 9a219e8acc52: Pull complete 18:07:43 Digest: sha256:02cd4b50aef54502204d5956109e24876a5f9e8f3d3b22600dc14ea4de0d1d5d 18:07:43 Status: Downloaded newer image for alpine:3.12 18:07:43 ---> d75e27dfc0a0 18:07:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:07:44 ---> Running in e987d8881756 18:07:44 Removing intermediate container e987d8881756 18:07:44 ---> fdc9d7a58829 18:07:44 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:44 ---> Running in b8120f7cb920 18:07:46 Removing intermediate container b8120f7cb920 18:07:46 ---> 451c52594676 18:07:46 Step 13/23 : RUN apk add --update --no-cache zeromq 18:07:46 ---> Running in 6cbf06b77734 18:07:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:49 (1/5) Installing libgcc (9.3.0-r2) 18:07:49 (2/5) Installing libsodium (1.0.18-r0) 18:07:49 (3/5) Installing libstdc++ (9.3.0-r2) 18:07:50 (4/5) Installing libzmq (4.3.3-r0) 18:07:50 (5/5) Installing zeromq (4.3.3-r0) 18:07:50 Executing busybox-1.31.1-r20.trigger 18:07:50 OK: 8 MiB in 19 packages 18:07:52 Removing intermediate container 6cbf06b77734 18:07:52 ---> fb0f67d55c2e 18:07:52 Step 14/23 : WORKDIR / 18:07:52 ---> Running in 69f63af3b18f 18:07:52 Removing intermediate container 69f63af3b18f 18:07:52 ---> 39e38d03a28a 18:07:52 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 18:07:53 ---> 5c205f340a8c 18:07:53 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 18:07:54 ---> 4ce02bd0101b 18:07:54 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 18:07:55 ---> a5ae0b4f8909 18:07:55 Step 18/23 : EXPOSE 49990 18:07:55 ---> Running in 17a2ed272efb 18:07:55 Removing intermediate container 17a2ed272efb 18:07:55 ---> 993945a779b8 18:07:55 Step 19/23 : ENTRYPOINT ["/device-simple"] 18:07:55 ---> Running in 408f601981d7 18:07:56 Removing intermediate container 408f601981d7 18:07:56 ---> af54b620c5ed 18:07:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:56 ---> Running in 2792849674cf 18:07:57 Removing intermediate container 2792849674cf 18:07:57 ---> 3f2d79040272 18:07:57 Step 21/23 : LABEL arch=arm64 18:07:57 ---> Running in fc809f4a5f3b 18:07:57 Removing intermediate container fc809f4a5f3b 18:07:57 ---> c331827bda4b 18:07:57 Step 22/23 : LABEL git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 18:07:57 ---> Running in 9b5c8277bd0c 18:07:58 Removing intermediate container 9b5c8277bd0c 18:07:58 ---> 88d9b3eab72d 18:07:58 Step 23/23 : LABEL version=2.0.0-dev.30 18:07:58 ---> Running in 78b0471e2367 18:07:58 Removing intermediate container 78b0471e2367 18:07:58 ---> f47ef7b02bc7 18:07:58 [Warning] One or more build-args [ARCH MAKE] were not consumed 18:07:58 Successfully built f47ef7b02bc7 18:07:58 Successfully tagged docker-device-sdk-simple-arm64:latest [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] libraryResource [Pipeline] sh 18:07:59 ---> job-cost.sh 18:07:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJ1V 18:08:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:10:15 lf-activate-venv(): INFO: Adding /tmp/venv-GJ1V/bin to PATH 18:10:15 INFO: No Stack... 18:10:15 INFO: Retrieving Pricing Info for: lf-standard-4 18:10:15 INFO: Archiving Costs [Pipeline] sh 18:10:15 + cat /w/workspace/device-sdk-go/135/archives/cost.csv+ 18:10:15 cut -d, -f6 [Pipeline] lock 18:10:15 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] 18:10:15 Resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] did not exist. Created. 18:10:15 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:10:16 /w/workspace/device-sdk-go/135@tmp/durable-dabdff8d/script.sh: 1: /w/workspace/device-sdk-go/135@tmp/durable-dabdff8d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:10:16 + echo total: 0.20999999344348907 [Pipeline] stash 18:10:16 Warning: overwriting stash ‘stack-cost’ 18:10:16 Stashed 1 file(s) [Pipeline] } 18:10:16 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:10:18 provisioning config files... 18:10:18 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5737927590452009115tmp [Pipeline] { [Pipeline] sh 18:10:18 + set +x 18:10:18 + curl -s https://codecov.io/bash 18:10:18 + bash -s -- 18:10:18 18:10:18 _____ _ 18:10:18 / ____| | | 18:10:18 | | ___ __| | ___ ___ _____ __ 18:10:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:10:18 | |___| (_) | (_| | __/ (_| (_) \ V / 18:10:18 \_____\___/ \__,_|\___|\___\___/ \_/ 18:10:18 Bash-20210309-2b87ace 18:10:18 18:10:18 18:10:18 ==> git version 2.24.3 found 18:10:18 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:10:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:10:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:10:18 ==> Jenkins CI detected. 18:10:18 project root: . 18:10:18 --> token set from env 18:10:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:10:18 ==> Running gcov in . (disable via -X gcov) 18:10:18 ==> Python coveragepy not found 18:10:18 ==> Searching for coverage reports in: 18:10:18 + . 18:10:18 -> Found 1 reports 18:10:18 ==> Detecting git/mercurial file structure 18:10:18 ==> Reading reports 18:10:18 + ./coverage.out bytes=101416 18:10:18 ==> Appending adjustments 18:10:18 https://docs.codecov.io/docs/fixing-reports 18:10:19 + Found adjustments 18:10:19 ==> Gzipping contents 18:10:19 16K /tmp/codecov.nckpEe.gz 18:10:19 ==> Uploading reports 18:10:19 url: https://codecov.io 18:10:19 query: branch=master&commit=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:10:19 -> Pinging Codecov 18:10:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:10:19 -> Uploading to 18:10:19 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/7E55EF52A471D76F132DFD9A03CDDE97/4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36/f72ec061-9c19-4dd4-92ca-538b9bbcaa98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T181019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ecabc2add57146f22af815f8ee7afb39c2f4fdd0fbd841bb712f381cda096dc5 18:10:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:10:19 Dload Upload Total Spent Left Speed 18:10:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13753 0 0 100 13753 0 25827 --:--:-- --:--:-- --:--:-- 25851 18:10:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] } 18:10:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:10:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:10:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:10:21 18:10:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:10:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:10:21 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:10:21 188c0c94c7c5: Pulling fs layer 18:10:21 0ef7d3d256c8: Pulling fs layer 18:10:21 de9db76c5a1d: Pulling fs layer 18:10:21 0eba1c9be4d2: Pulling fs layer 18:10:21 0d57e429df01: Pulling fs layer 18:10:21 4e4be7b47b0d: Pulling fs layer 18:10:21 e1f770b5df2f: Pulling fs layer 18:10:21 85a0685a4137: Pulling fs layer 18:10:21 0d57e429df01: Waiting 18:10:21 4e4be7b47b0d: Waiting 18:10:21 e1f770b5df2f: Waiting 18:10:21 85a0685a4137: Waiting 18:10:21 0eba1c9be4d2: Waiting 18:10:21 de9db76c5a1d: Download complete 18:10:21 0ef7d3d256c8: Verifying Checksum 18:10:21 0ef7d3d256c8: Download complete 18:10:21 0d57e429df01: Verifying Checksum 18:10:21 0d57e429df01: Download complete 18:10:21 4e4be7b47b0d: Verifying Checksum 18:10:21 4e4be7b47b0d: Download complete 18:10:21 188c0c94c7c5: Download complete 18:10:22 188c0c94c7c5: Pull complete 18:10:22 0ef7d3d256c8: Pull complete 18:10:22 de9db76c5a1d: Pull complete 18:10:23 e1f770b5df2f: Verifying Checksum 18:10:23 e1f770b5df2f: Download complete 18:10:25 0eba1c9be4d2: Verifying Checksum 18:10:25 0eba1c9be4d2: Download complete 18:10:26 85a0685a4137: Verifying Checksum 18:10:26 85a0685a4137: Download complete 18:10:31 0eba1c9be4d2: Pull complete 18:10:31 0d57e429df01: Pull complete 18:10:31 4e4be7b47b0d: Pull complete 18:10:36 e1f770b5df2f: Pull complete 18:10:43 85a0685a4137: Pull complete 18:10:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:10:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:10:43 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:10:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:10:44 $ docker top ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:10:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:10:45 + set -o pipefail 18:10:45 + snyk monitor '--org=edgex-jenkins' 18:10:55 18:10:55 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 18:10:55 18:10:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/d3c3524b-b6ed-4bc4-8181-9201b36aae70 18:10:55 18:10:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:10:55 18:10:55 18:10:55 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 18:10:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:10:55 $ docker stop --time=1 ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 18:10:58 $ docker rm -f ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:11:00 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:11:00 provisioning config files... 18:11:00 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7203979829127420860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:11:00 --> edgex-publish-swagger.sh 18:11:00 === Publish openapi/v1 API === 18:11:00 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:11:00 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 18:11:00 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:00 Dload Upload Total Spent Left Speed 18:11:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24582 --:--:-- --:--:-- --:--:-- 24625 18:11:01 18:11:01 18:11:01 === Publish openapi/v2 API === 18:11:01 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:11:01 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 18:11:01 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:01 Dload Upload Total Spent Left Speed 18:11:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 66457 --:--:-- --:--:-- --:--:-- 66429 18:11:02 18:11:02 [Pipeline] } 18:11:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:11:03 + git log --format=format:%s -1 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] isUnix [Pipeline] sh 18:11:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:11:03 . [Pipeline] withDockerContainer 18:11:03 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:11:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:11:04 $ docker top 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:11:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:11:05 [ssh-agent] Looking for ssh-agent implementation... 18:11:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:11:05 $ docker exec 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 ssh-agent 18:11:05 SSH_AUTH_SOCK=/tmp/ssh-dGSOzNiSgGsa/agent.12 18:11:05 SSH_AGENT_PID=18 18:11:05 Running ssh-add (command line suppressed) 18:11:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1197579674181070600.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1197579674181070600.key) 18:11:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:11:06 + git semver tag 18:11:06 # -> Open(): unable to determine branch for HEAD 18:11:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 18:11:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 18:11:06 # $SEMVER_REMOTE_NAME = origin 18:11:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:11:06 # $SEMVER_USER_NAME = edgex-jenkins 18:11:06 # $SEMVER_BRANCH = master 18:11:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 18:11:06 # 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 HEAD 18:11:06 # -> Force: false 18:11:06 # ba789c7ea0b93dfdb64607cebb2ca35e35d61f8e refs/tags/v2.0.0-dev.30 [Pipeline] } 18:11:06 $ docker exec --env ******** --env ******** 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 ssh-agent -k 18:11:06 unset SSH_AUTH_SOCK; 18:11:06 unset SSH_AGENT_PID; 18:11:06 echo Agent pid 18 killed; 18:11:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:11:06 + git semver [Pipeline] } 18:11:07 $ docker stop --time=1 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 18:11:08 $ docker rm -f 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:11:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:11:09 18:11:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:11:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:11:09 0.23.1-centos7: Pulling from edgex-lftools 18:11:09 ab5ef0e58194: Pulling fs layer 18:11:09 9712f1f96733: Pulling fs layer 18:11:09 63f879dbbcfc: Pulling fs layer 18:11:09 0d9ebad4ef96: Pulling fs layer 18:11:09 e9a5061849ea: Pulling fs layer 18:11:09 d747dcd14b5f: Pulling fs layer 18:11:09 2de7ff778b66: Pulling fs layer 18:11:09 e9a5061849ea: Waiting 18:11:09 0d9ebad4ef96: Waiting 18:11:09 2de7ff778b66: Waiting 18:11:09 d747dcd14b5f: Waiting 18:11:09 9712f1f96733: Verifying Checksum 18:11:09 9712f1f96733: Download complete 18:11:11 63f879dbbcfc: Verifying Checksum 18:11:11 63f879dbbcfc: Download complete 18:11:11 e9a5061849ea: Verifying Checksum 18:11:11 e9a5061849ea: Download complete 18:11:11 d747dcd14b5f: Verifying Checksum 18:11:11 d747dcd14b5f: Download complete 18:11:11 2de7ff778b66: Verifying Checksum 18:11:11 2de7ff778b66: Download complete 18:11:11 ab5ef0e58194: Verifying Checksum 18:11:11 ab5ef0e58194: Download complete 18:11:12 0d9ebad4ef96: Verifying Checksum 18:11:12 0d9ebad4ef96: Download complete 18:11:16 ab5ef0e58194: Pull complete 18:11:16 9712f1f96733: Pull complete 18:11:18 63f879dbbcfc: Pull complete 18:11:25 0d9ebad4ef96: Pull complete 18:11:28 e9a5061849ea: Pull complete 18:11:28 d747dcd14b5f: Pull complete 18:11:30 2de7ff778b66: Pull complete 18:11:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:11:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:11:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:11:30 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:11:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:11:33 $ docker top 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:11:34 provisioning config files... 18:11:34 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1104543535933720309tmp 18:11:34 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2280319733133631344tmp 18:11:34 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2148810315755841029tmp [Pipeline] { [Pipeline] echo 18:11:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:11:34 ---> sigul-configuration.sh 18:11:34 gpg: directory `/root/.gnupg' created 18:11:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:11:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:11:34 gpg: keyring `/root/.gnupg/secring.gpg' created 18:11:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:11:34 gpg: CAST5 encrypted data 18:11:34 gpg: encrypted with 1 passphrase 18:11:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:11:35 + mkdir /home/jenkins 18:11:35 + mkdir /home/jenkins/sigul [Pipeline] sh 18:11:35 + 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 18:11:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:11:35 ---> sigul-install.sh 18:11:42 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:11:42 + git tag --list 18:11:42 0.7.1 18:11:42 delhi-tag 18:11:42 v1.0.0 18:11:42 v1.1.0 18:11:42 v1.1.1 18:11:42 v1.1.2 18:11:42 v1.2.0 18:11:42 v1.2.1 18:11:42 v1.2.2 18:11:42 v1.2.3 18:11:42 v1.3.0 18:11:42 v1.4.0 18:11:42 v2.0.0-dev.1 18:11:42 v2.0.0-dev.10 18:11:42 v2.0.0-dev.11 18:11:42 v2.0.0-dev.12 18:11:42 v2.0.0-dev.13 18:11:42 v2.0.0-dev.14 18:11:42 v2.0.0-dev.15 18:11:42 v2.0.0-dev.16 18:11:42 v2.0.0-dev.17 18:11:42 v2.0.0-dev.18 18:11:42 v2.0.0-dev.19 18:11:42 v2.0.0-dev.2 18:11:42 v2.0.0-dev.20 18:11:42 v2.0.0-dev.21 18:11:42 v2.0.0-dev.22 18:11:42 v2.0.0-dev.23 18:11:42 v2.0.0-dev.24 18:11:42 v2.0.0-dev.25 18:11:42 v2.0.0-dev.26 18:11:42 v2.0.0-dev.27 18:11:42 v2.0.0-dev.28 18:11:42 v2.0.0-dev.29 18:11:42 v2.0.0-dev.3 18:11:42 v2.0.0-dev.30 18:11:42 v2.0.0-dev.4 18:11:42 v2.0.0-dev.5 18:11:42 v2.0.0-dev.6 18:11:42 v2.0.0-dev.7 18:11:42 v2.0.0-dev.8 18:11:42 v2.0.0-dev.9 [Pipeline] sh 18:11:43 + lftools sign git-tag v2.0.0-dev.30 18:11:44 Signing Git tag with Sigul... 18:11:44 Signing v2.0.0-dev.30 [Pipeline] echo 18:11:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:11:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:11:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:11:46 $ docker stop --time=1 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 18:11:48 $ docker rm -f 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:11:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:11:49 . [Pipeline] withDockerContainer 18:11:49 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:11:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:11:50 $ docker top 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:11:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:11:51 [ssh-agent] Looking for ssh-agent implementation... 18:11:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:11:51 $ docker exec 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 ssh-agent 18:11:51 SSH_AUTH_SOCK=/tmp/ssh-KjBSTTamLgZG/agent.12 18:11:51 SSH_AGENT_PID=17 18:11:51 Running ssh-add (command line suppressed) 18:11:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6233145456358540227.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6233145456358540227.key) 18:11:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:11:52 + git semver bump pre 18:11:52 # -> Open(): unable to determine branch for HEAD 18:11:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 18:11:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 18:11:52 # $SEMVER_REMOTE_NAME = origin 18:11:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:11:52 # $SEMVER_USER_NAME = edgex-jenkins 18:11:52 # $SEMVER_BRANCH = master 18:11:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 18:11:52 2.0.0-dev.31 [Pipeline] } 18:11:52 $ docker exec --env ******** --env ******** 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 ssh-agent -k 18:11:52 unset SSH_AUTH_SOCK; 18:11:52 unset SSH_AGENT_PID; 18:11:52 echo Agent pid 17 killed; 18:11:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:11:53 + git semver [Pipeline] } 18:11:53 $ docker stop --time=1 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 18:11:54 $ docker rm -f 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:11:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:11:55 . [Pipeline] withDockerContainer 18:11:55 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:11:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:11:56 $ docker top f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:11:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:11:56 [ssh-agent] Looking for ssh-agent implementation... 18:11:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:11:56 $ docker exec f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 ssh-agent 18:11:56 SSH_AUTH_SOCK=/tmp/ssh-F6t0GWJgDltm/agent.12 18:11:56 SSH_AGENT_PID=17 18:11:56 Running ssh-add (command line suppressed) 18:11:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_300949649559578856.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_300949649559578856.key) 18:11:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:11:57 + git semver push 18:11:57 # -> Open(): unable to determine branch for HEAD 18:11:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 18:11:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 18:11:57 # $SEMVER_REMOTE_NAME = origin 18:11:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:11:57 # $SEMVER_USER_NAME = edgex-jenkins 18:11:57 # $SEMVER_BRANCH = master 18:11:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 18:12:01 $ docker exec --env ******** --env ******** f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 ssh-agent -k 18:12:01 unset SSH_AUTH_SOCK; 18:12:01 unset SSH_AGENT_PID; 18:12:01 echo Agent pid 17 killed; 18:12:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:12:02 + git semver [Pipeline] } 18:12:02 $ docker stop --time=1 f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 18:12:03 $ docker rm -f f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:12:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:12:05 ---> package-listing.sh 18:12:05 ++ facter osfamily 18:12:05 ++ tr '[:upper:]' '[:lower:]' 18:12:05 + OS_FAMILY=redhat 18:12:05 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 18:12:05 + START_PACKAGES=/tmp/packages_start.txt 18:12:05 + END_PACKAGES=/tmp/packages_end.txt 18:12:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:12:05 + PACKAGES=/tmp/packages_start.txt 18:12:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 18:12:05 + PACKAGES=/tmp/packages_end.txt 18:12:05 + case "${OS_FAMILY}" in 18:12:05 + rpm -qa 18:12:05 + sort 18:12:11 + '[' -f /tmp/packages_start.txt ']' 18:12:11 + '[' -f /tmp/packages_end.txt ']' 18:12:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:12:11 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 18:12:11 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 18:12:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 18:12:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:12:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:12:11 18:12:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:12:12 alpine: Pulling from edgex-lftools-log-publisher 18:12:12 df20fa9351a1: Pulling fs layer 18:12:12 36b3adc4ff6f: Pulling fs layer 18:12:12 8ad3a11d3b57: Pulling fs layer 18:12:12 46f8f816bc3b: Pulling fs layer 18:12:12 93b61091891f: Pulling fs layer 18:12:12 93b9cdb0e59b: Pulling fs layer 18:12:12 5e14af77c1be: Pulling fs layer 18:12:12 01666e4c0597: Pulling fs layer 18:12:12 aa168da1d23b: Pulling fs layer 18:12:12 5e14af77c1be: Waiting 18:12:12 93b61091891f: Waiting 18:12:12 93b9cdb0e59b: Waiting 18:12:12 01666e4c0597: Waiting 18:12:12 aa168da1d23b: Waiting 18:12:12 46f8f816bc3b: Waiting 18:12:12 36b3adc4ff6f: Verifying Checksum 18:12:12 36b3adc4ff6f: Download complete 18:12:12 46f8f816bc3b: Download complete 18:12:12 df20fa9351a1: Download complete 18:12:12 93b9cdb0e59b: Download complete 18:12:12 5e14af77c1be: Verifying Checksum 18:12:12 5e14af77c1be: Download complete 18:12:12 93b61091891f: Verifying Checksum 18:12:12 93b61091891f: Download complete 18:12:12 01666e4c0597: Verifying Checksum 18:12:12 01666e4c0597: Download complete 18:12:12 8ad3a11d3b57: Verifying Checksum 18:12:12 8ad3a11d3b57: Download complete 18:12:13 df20fa9351a1: Pull complete 18:12:13 36b3adc4ff6f: Pull complete 18:12:14 8ad3a11d3b57: Pull complete 18:12:14 46f8f816bc3b: Pull complete 18:12:14 aa168da1d23b: Verifying Checksum 18:12:14 aa168da1d23b: Download complete 18:12:15 93b61091891f: Pull complete 18:12:15 93b9cdb0e59b: Pull complete 18:12:15 5e14af77c1be: Pull complete 18:12:15 01666e4c0597: Pull complete 18:12:23 aa168da1d23b: Pull complete 18:12:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:12:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:12:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:12:23 prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container 18:12:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:12:26 $ docker top a4450a05047f89f0a0b314000da1eb7ac6cb788650c968c93c5df4d3afd6c806 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:27 + touch /tmp/pre-build-complete [Pipeline] sh 18:12:27 + mkdir -p /var/log/sa [Pipeline] sh 18:12:28 + ls /var/log/sa-host 18:12:28 + sadf -c /var/log/sa-host/sa23 18:12:28 file_magic: OK 18:12:28 HZ: Using current value: 100 18:12:28 file_header: OK 18:12:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:12:28 Statistics: 18:12:28 Hnuu...uuuununununu... 18:12:28 File successfully converted to sysstat format version 12.2.1 18:12:28 + sadf -c /var/log/sa-host/sa31 18:12:28 file_magic: OK 18:12:28 HZ: Using current value: 100 18:12:28 file_header: OK 18:12:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:12:28 Statistics: 18:12:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:12:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:12:28 provisioning config files... 18:12:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config128006972263063832tmp [Pipeline] { [Pipeline] echo 18:12:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:12:28 ---> create-netrc.sh [Pipeline] } 18:12:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:12:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:12:29 ---> python-tools-install.sh [Pipeline] echo 18:12:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:12:29 ---> sudo-logs.sh 18:12:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:12:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:12:29 ---> job-cost.sh 18:12:29 lf-activate-venv: SKIPPING 18:12:29 DEBUG: total: 0.20999999344348907 18:12:29 INFO: Retrieving Stack Cost... 18:12:30 INFO: Retrieving Pricing Info for: v1-standard-2 18:12:31 INFO: Archiving Costs [Pipeline] echo 18:12:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:12:31 ---> logs-deploy.sh 18:12:31 lf-activate-venv: SKIPPING 18:12:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/135 18:12:31 INFO: archiving workspace using pattern(s): 18:12:33 Archives upload complete. 18:12:33 INFO: archiving logs to Nexus 18:12:35 ---> uname -a: 18:12:35 Linux prd-centos7-docker-4c-2g-32291.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:12:35 18:12:35 18:12:35 ---> lscpu: 18:12:35 Architecture: x86_64 18:12:35 CPU op-mode(s): 32-bit, 64-bit 18:12:35 Byte Order: Little Endian 18:12:35 Address sizes: 40 bits physical, 48 bits virtual 18:12:35 CPU(s): 4 18:12:35 On-line CPU(s) list: 0-3 18:12:35 Thread(s) per core: 1 18:12:35 Core(s) per socket: 1 18:12:35 Socket(s): 4 18:12:35 NUMA node(s): 1 18:12:35 Vendor ID: GenuineIntel 18:12:35 CPU family: 6 18:12:35 Model: 44 18:12:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:12:35 Stepping: 1 18:12:35 CPU MHz: 2933.436 18:12:35 BogoMIPS: 5866.87 18:12:35 Virtualization: VT-x 18:12:35 Hypervisor vendor: KVM 18:12:35 Virtualization type: full 18:12:35 L1d cache: 128 KiB 18:12:35 L1i cache: 128 KiB 18:12:35 L2 cache: 16 MiB 18:12:35 L3 cache: 64 MiB 18:12:35 NUMA node0 CPU(s): 0-3 18:12:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:12:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:12:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:12:35 Vulnerability Meltdown: Mitigation; PTI 18:12:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:12:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:12:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:12:35 Vulnerability Srbds: Not affected 18:12:35 Vulnerability Tsx async abort: Not affected 18:12:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:12:35 18:12:35 18:12:35 ---> nproc: 18:12:35 4 18:12:35 18:12:35 18:12:35 ---> df -h: 18:12:35 Filesystem Size Used Available Use% Mounted on 18:12:35 overlay 50.0G 8.5G 41.4G 17% / 18:12:35 tmpfs 64.0M 0 64.0M 0% /dev 18:12:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:12:35 shm 64.0M 0 64.0M 0% /dev/shm 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:12:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 18:12:35 18:12:35 18:12:35 ---> free -m: 18:12:35 total used free shared buff/cache available 18:12:35 Mem: 1837 828 157 0 851 944 18:12:35 Swap: 1023 3 1020 18:12:35 18:12:35 18:12:35 ---> ip addr: 18:12:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:12:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:12:35 inet 127.0.0.1/8 scope host lo 18:12:35 valid_lft forever preferred_lft forever 18:12:35 inet6 ::1/128 scope host 18:12:35 valid_lft forever preferred_lft forever 18:12:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:12:35 link/ether fa:16:3e:94:2f:93 brd ff:ff:ff:ff:ff:ff 18:12:35 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 18:12:35 valid_lft 85638sec preferred_lft 85638sec 18:12:35 inet6 fe80::f816:3eff:fe94:2f93/64 scope link 18:12:35 valid_lft forever preferred_lft forever 18:12:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:12:35 link/ether 02:42:99:bc:f9:7e brd ff:ff:ff:ff:ff:ff 18:12:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:12:35 valid_lft forever preferred_lft forever 18:12:35 inet6 fe80::42:99ff:febc:f97e/64 scope link 18:12:35 valid_lft forever preferred_lft forever 18:12:35 18:12:35 18:12:35 ---> sar -b -r -n DEV: 18:12:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 18:12:35 18:12:35 17:59:42 LINUX RESTART (4 CPU) 18:12:35 18:12:35 18:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:12:35 18:01:01 146.08 55.28 90.80 0.00 8155.08 39306.79 0.00 18:12:35 18:02:01 3.76 0.08 3.68 0.00 2.40 114.67 0.00 18:12:35 18:03:01 0.47 0.00 0.47 0.00 0.00 7.86 0.00 18:12:35 18:04:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 18:12:35 18:05:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 18:12:35 18:06:01 0.28 0.00 0.28 0.00 0.00 4.41 0.00 18:12:35 18:07:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 18:12:35 18:08:02 0.15 0.00 0.15 0.00 0.00 2.15 0.00 18:12:35 18:09:01 0.19 0.00 0.19 0.00 0.00 2.07 0.00 18:12:35 18:10:01 0.30 0.00 0.30 0.00 0.00 3.80 0.00 18:12:35 18:11:01 294.97 172.82 122.15 0.00 8238.44 36749.64 0.00 18:12:35 18:12:01 204.99 73.75 131.25 0.00 4255.44 33422.91 0.00 18:12:35 Average: 54.42 25.21 29.21 0.00 1724.33 9152.67 0.00 18:12:35 18:12:35 18:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:12:35 18:01:01 169688 0 618356 32.86 2620 1090880 1096676 37.43 462632 1050404 136 18:12:35 18:02:01 172052 0 615792 32.73 2620 1091080 1093368 37.31 461032 1049940 16 18:12:35 18:03:01 171572 0 616264 32.75 2620 1091088 1072760 36.61 469756 1042396 8 18:12:35 18:04:01 171340 0 616496 32.77 2620 1091088 1072796 36.61 473888 1038472 8 18:12:35 18:05:01 170948 0 616884 32.79 2620 1091092 1072724 36.61 477048 1036068 8 18:12:35 18:06:01 169996 0 617828 32.84 2620 1091100 1072832 36.61 488996 1024720 8 18:12:35 18:07:01 171572 0 616252 32.75 2620 1091100 1072592 36.61 487664 1024720 8 18:12:35 18:08:02 170652 0 617164 32.80 2620 1091108 1072792 36.61 488472 1024720 8 18:12:35 18:09:01 170100 0 617712 32.83 2620 1091112 1072928 36.62 488936 1024776 8 18:12:35 18:10:01 171496 0 616308 32.76 2620 1091120 1072724 36.61 487808 1024780 8 18:12:35 18:11:01 240820 0 703256 37.38 2596 934872 1094548 37.36 507188 860772 20 18:12:35 18:12:01 250112 0 773124 41.09 1492 856816 1208752 41.25 564744 729192 52 18:12:35 Average: 183362 0 637120 33.86 2524 1058538 1089624 37.19 488180 994247 24 18:12:35 18:12:35 18:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:12:35 18:01:01 eth0 528.07 313.46 1095.61 94.24 0.00 0.00 0.00 0.00 18:12:35 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:01:01 docker0 6.75 4.61 1.27 24.18 0.00 0.00 0.00 0.00 18:12:35 18:02:01 eth0 5.48 1.75 5.08 0.30 0.00 0.00 0.00 0.00 18:12:35 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:03:01 eth0 1.52 0.43 0.41 0.18 0.00 0.00 0.00 0.00 18:12:35 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:04:01 eth0 1.42 0.67 0.58 0.43 0.00 0.00 0.00 0.00 18:12:35 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:05:01 eth0 1.12 0.50 0.38 0.21 0.00 0.00 0.00 0.00 18:12:35 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:06:01 eth0 1.95 0.82 0.73 0.44 0.00 0.00 0.00 0.00 18:12:35 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:07:01 eth0 0.92 0.08 0.08 0.04 0.00 0.00 0.00 0.00 18:12:35 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:08:02 eth0 2.31 0.62 0.67 0.40 0.00 0.00 0.00 0.00 18:12:35 18:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:09:01 eth0 0.54 0.36 0.28 0.20 0.00 0.00 0.00 0.00 18:12:35 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:10:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:12:35 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:11:01 eth0 463.54 406.64 4347.79 39.89 0.00 0.00 0.00 0.00 18:12:35 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:11:01 docker0 50.46 52.75 4.51 260.25 0.00 0.00 0.00 0.00 18:12:35 18:12:01 eth0 480.37 407.14 3494.15 118.22 0.00 0.00 0.00 0.00 18:12:35 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 18:12:01 vethd1b933a 1.88 1.51 0.36 0.37 0.00 0.00 0.00 0.00 18:12:35 18:12:01 docker0 27.30 40.34 1.78 233.58 0.00 0.00 0.00 0.00 18:12:35 Average: eth0 124.18 94.55 746.83 21.25 0.00 0.00 0.00 0.00 18:12:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:12:35 Average: vethd1b933a 0.16 0.13 0.03 0.03 0.00 0.00 0.00 0.00 18:12:35 Average: docker0 7.06 8.16 0.63 43.24 0.00 0.00 0.00 0.00 18:12:35 18:12:35 18:12:35 ---> sar -P ALL: 18:12:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 18:12:35 18:12:35 17:59:42 LINUX RESTART (4 CPU) 18:12:35 18:12:35 18:00:01 CPU %user %nice %system %iowait %steal %idle 18:12:35 18:01:01 all 15.29 0.00 8.65 5.08 0.40 70.59 18:12:35 18:01:01 0 15.28 0.00 11.31 3.59 0.29 69.52 18:12:35 18:01:01 1 15.73 0.00 7.97 6.40 0.42 69.48 18:12:35 18:01:01 2 15.38 0.00 8.05 4.20 0.39 71.97 18:12:35 18:01:01 3 14.74 0.00 7.28 6.10 0.48 71.39 18:12:35 18:02:01 all 0.26 0.00 0.06 0.00 0.03 99.65 18:12:35 18:02:01 0 0.13 0.00 0.03 0.00 0.03 99.80 18:12:35 18:02:01 1 0.18 0.00 0.08 0.02 0.03 99.68 18:12:35 18:02:01 2 0.63 0.00 0.05 0.00 0.02 99.30 18:12:35 18:02:01 3 0.10 0.00 0.08 0.00 0.02 99.80 18:12:35 18:03:01 all 0.19 0.00 0.09 0.00 0.03 99.68 18:12:35 18:03:01 0 0.07 0.00 0.07 0.00 0.05 99.82 18:12:35 18:03:01 1 0.08 0.00 0.10 0.00 0.03 99.78 18:12:35 18:03:01 2 0.55 0.00 0.07 0.00 0.00 99.38 18:12:35 18:03:01 3 0.07 0.00 0.13 0.00 0.05 99.75 18:12:35 18:04:01 all 0.13 0.00 0.05 0.00 0.01 99.81 18:12:35 18:04:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:12:35 18:04:01 1 0.17 0.00 0.03 0.00 0.02 99.78 18:12:35 18:04:01 2 0.27 0.00 0.05 0.00 0.02 99.67 18:12:35 18:04:01 3 0.02 0.00 0.07 0.00 0.00 99.92 18:12:35 18:05:01 all 0.18 0.00 0.07 0.00 0.02 99.74 18:12:35 18:05:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:12:35 18:05:01 1 0.58 0.00 0.05 0.00 0.03 99.33 18:12:35 18:05:01 2 0.03 0.00 0.05 0.00 0.02 99.90 18:12:35 18:05:01 3 0.03 0.00 0.12 0.00 0.02 99.83 18:12:35 18:06:01 all 0.16 0.00 0.08 0.00 0.01 99.75 18:12:35 18:06:01 0 0.07 0.00 0.07 0.00 0.02 99.85 18:12:35 18:06:01 1 0.50 0.00 0.03 0.00 0.00 99.47 18:12:35 18:06:01 2 0.07 0.00 0.02 0.00 0.00 99.92 18:12:35 18:06:01 3 0.02 0.00 0.18 0.00 0.02 99.78 18:12:35 18:07:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:12:35 18:07:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:12:35 18:07:01 1 0.43 0.00 0.05 0.00 0.02 99.50 18:12:35 18:07:01 2 0.05 0.00 0.02 0.00 0.02 99.92 18:12:35 18:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 18:12:35 18:08:02 all 0.17 0.00 0.05 0.00 0.01 99.77 18:12:35 18:08:02 0 0.07 0.00 0.05 0.00 0.02 99.87 18:12:35 18:08:02 1 0.50 0.00 0.03 0.00 0.02 99.45 18:12:35 18:08:02 2 0.07 0.00 0.03 0.00 0.00 99.90 18:12:35 18:08:02 3 0.05 0.00 0.07 0.00 0.02 99.87 18:12:35 18:09:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:12:35 18:09:01 0 0.07 0.00 0.05 0.00 0.00 99.88 18:12:35 18:09:01 1 0.48 0.00 0.07 0.00 0.00 99.46 18:12:35 18:09:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:12:35 18:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:12:35 18:10:01 all 0.17 0.00 0.03 0.00 0.00 99.80 18:12:35 18:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:12:35 18:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:12:35 18:10:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:12:35 18:10:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:12:35 18:11:01 all 10.05 0.00 7.65 3.18 0.19 78.93 18:12:35 18:11:01 0 9.10 0.00 7.51 3.27 0.19 79.93 18:12:35 18:11:01 1 10.93 0.00 7.59 4.29 0.15 77.04 18:12:35 18:11:01 2 10.50 0.00 6.86 2.73 0.24 79.66 18:12:35 18:11:01 3 9.67 0.00 8.62 2.43 0.17 79.10 18:12:35 18:12:35 18:11:01 CPU %user %nice %system %iowait %steal %idle 18:12:35 18:12:01 all 12.81 0.00 10.00 2.00 0.29 74.89 18:12:35 18:12:01 0 11.86 0.00 9.55 2.34 0.24 76.00 18:12:35 18:12:01 1 11.00 0.00 10.38 2.84 0.26 75.52 18:12:35 18:12:01 2 15.76 0.00 9.45 1.07 0.38 73.34 18:12:35 18:12:01 3 12.61 0.00 10.62 1.76 0.29 74.71 18:12:35 Average: all 3.25 0.00 2.19 0.84 0.08 93.64 18:12:35 Average: 0 3.00 0.00 2.35 0.75 0.07 93.82 18:12:35 Average: 1 3.37 0.00 2.16 1.11 0.08 93.27 18:12:35 Average: 2 3.55 0.00 2.02 0.66 0.09 93.68 18:12:35 Average: 3 3.05 0.00 2.22 0.84 0.09 93.79 18:12:35 18:12:35 18:12:35