Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f67542ccb051b13986f5f41838b922d5b9b125ad 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3798’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3799 in /w/workspace/gexfoundry_device-rest-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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Checking out Revision f67542ccb051b13986f5f41838b922d5b9b125ad (master) Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 Commit message: "Merge pull request #86 from ernestojeda/rename-makefile-images" > git rev-list --no-walk b2078d70396c9de247bd59d3b559c7f9e74995c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:51:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:51:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:51:55 ========================================================= 10:51:55 EdgeX Global Pipelines Version Info 10:51:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:51:57 ------------------- 10:51:57 stable info: 10:51:57 ------------------- 10:51:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:51:57 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:51:57 Message: update stable to v1.0.191 10:51:58 ------------------- 10:51:58 experimental info: 10:51:58 ------------------- 10:51:58 Commited By: **** collab-it+edgex@linuxfoundation.org 10:51:58 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:51:58 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] echo 10:51:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f67542c [Pipeline] echo 10:52:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:52:00 provisioning config files... 10:52:00 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6870987800066189339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:00 ---> docker-login.sh 10:52:00 nexus3.edgexfoundry.org:10001 10:52:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:01 Configure a credential helper to remove this warning. See 10:52:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:01 10:52:01 Login Succeeded 10:52:01 nexus3.edgexfoundry.org:10002 10:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:02 Configure a credential helper to remove this warning. See 10:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:02 10:52:02 Login Succeeded 10:52:02 nexus3.edgexfoundry.org:10003 10:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:02 Configure a credential helper to remove this warning. See 10:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:02 10:52:02 Login Succeeded 10:52:02 nexus3.edgexfoundry.org:10004 10:52:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:03 Configure a credential helper to remove this warning. See 10:52:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:03 10:52:03 Login Succeeded 10:52:03 docker.io 10:52:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:04 Configure a credential helper to remove this warning. See 10:52:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:04 10:52:04 Login Succeeded 10:52:04 ---> docker-login.sh ends [Pipeline] } 10:52:04 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 10:52:05 + git log --format=format:%s -1 f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] echo 10:52:05 GIT_COMMIT: f67542ccb051b13986f5f41838b922d5b9b125ad, Commit Message: Merge pull request #86 from ernestojeda/rename-makefile-images [Pipeline] echo 10:52:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:52:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:52:05 10:52:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:52:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:52:06 latest: Pulling from edgex-devops/git-semver 10:52:06 31603596830f: Pulling fs layer 10:52:06 54011a49482f: Pulling fs layer 10:52:06 a6820b24f6d8: Pulling fs layer 10:52:06 f581987b2513: Pulling fs layer 10:52:06 f581987b2513: Waiting 10:52:06 54011a49482f: Verifying Checksum 10:52:06 54011a49482f: Download complete 10:52:06 31603596830f: Verifying Checksum 10:52:06 31603596830f: Download complete 10:52:07 f581987b2513: Verifying Checksum 10:52:07 f581987b2513: Download complete 10:52:07 a6820b24f6d8: Verifying Checksum 10:52:07 a6820b24f6d8: Download complete 10:52:08 31603596830f: Pull complete 10:52:08 54011a49482f: Pull complete 10:52:11 a6820b24f6d8: Pull complete 10:52:12 f581987b2513: Pull complete 10:52:12 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:52:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:52:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:52:12 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 10:52:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:52:15 $ docker top dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:52:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:16 [ssh-agent] Looking for ssh-agent implementation... 10:52:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:17 $ docker exec dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d ssh-agent 10:52:17 SSH_AUTH_SOCK=/tmp/ssh-8lOYrYLo3Qt0/agent.12 10:52:17 SSH_AGENT_PID=17 10:52:17 Running ssh-add (command line suppressed) 10:52:18 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8561417275965263343.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8561417275965263343.key) 10:52:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:19 + git tag --points-at HEAD [Pipeline] } 10:52:19 $ docker exec --env ******** --env ******** dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d ssh-agent -k 10:52:20 unset SSH_AUTH_SOCK; 10:52:20 unset SSH_AGENT_PID; 10:52:20 echo Agent pid 17 killed; 10:52:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:52:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:20 [ssh-agent] Looking for ssh-agent implementation... 10:52:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:20 $ docker exec dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d ssh-agent 10:52:21 SSH_AUTH_SOCK=/tmp/ssh-9OcyKcKNeU9g/agent.46 10:52:21 SSH_AGENT_PID=51 10:52:21 Running ssh-add (command line suppressed) 10:52:22 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8083561565686846446.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8083561565686846446.key) 10:52:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:23 + git semver init 10:52:23 # -> Open(): unable to determine branch for HEAD 10:52:23 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 10:52:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 10:52:23 # $SEMVER_REMOTE_NAME = origin 10:52:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:52:23 # $SEMVER_USER_NAME = edgex-jenkins 10:52:23 # $SEMVER_BRANCH = master 10:52:23 # $SEMVER_TEMP = /tmp/semver-636725044 10:52:23 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 10:52:25 # '/tmp/semver-636725044' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 10:52:25 # -> Force: false 10:52:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 10:52:25 $ docker exec --env ******** --env ******** dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d ssh-agent -k 10:52:25 unset SSH_AUTH_SOCK; 10:52:25 unset SSH_AGENT_PID; 10:52:25 echo Agent pid 51 killed; 10:52:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:26 + git semver [Pipeline] } 10:52:26 $ docker stop --time=1 dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d 10:52:29 $ docker rm -f dc97a4f8b5e4051673c663b7a8f0f271c75826eed6540f771cdefc966a0b636d [Pipeline] // withDockerContainer [Pipeline] sh 10:52:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:52:31 Stashed 1 file(s) [Pipeline] echo 10:52:31 [edgeXSemver]: initialized semver on version 1.2.2-dev.6 [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 10:52:46 Still waiting to schedule task 10:52:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:52:46 Still waiting to schedule task 10:52:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:53:52 Running on prd-centos7-docker-4c-2g-3808 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 10:53:52 Running in /w/workspace/device-rest-go/38 [Pipeline] { [Pipeline] checkout 10:53:59 using credential edgex-jenkins-ssh 10:53:59 Cloning the remote Git repository 10:53:59 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 10:53:59 > git init /w/workspace/device-rest-go/38 # timeout=10 10:53:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:53:59 > git --version # timeout=10 10:53:59 > git --version # 'git version 2.24.3' 10:53:59 using GIT_SSH to set credentials SSH Credentials for GitHub 10:53:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:01 Checking out Revision f67542ccb051b13986f5f41838b922d5b9b125ad (master) 10:54:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:54:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:54:00 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:54:00 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:01 > git config core.sparsecheckout # timeout=10 10:54:01 > git checkout -f f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 10:54:05 Commit message: "Merge pull request #86 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:54:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:54:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:54:07 + sudo service docker restart 10:54:07 + true 10:54:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:08 provisioning config files... 10:54:08 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/38@tmp/config7432049926896522918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:08 ---> docker-login.sh 10:54:08 nexus3.edgexfoundry.org:10001 10:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:09 Configure a credential helper to remove this warning. See 10:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:09 10:54:09 Login Succeeded 10:54:09 nexus3.edgexfoundry.org:10002 10:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:09 Configure a credential helper to remove this warning. See 10:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:09 10:54:09 Login Succeeded 10:54:09 nexus3.edgexfoundry.org:10003 10:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:09 Configure a credential helper to remove this warning. See 10:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:09 10:54:09 Login Succeeded 10:54:09 nexus3.edgexfoundry.org:10004 10:54:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:09 Configure a credential helper to remove this warning. See 10:54:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:09 10:54:09 Login Succeeded 10:54:09 docker.io 10:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:10 Configure a credential helper to remove this warning. See 10:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:10 10:54:10 Login Succeeded 10:54:10 ---> docker-login.sh ends [Pipeline] } 10:54:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:54:10 ========================================================= 10:54:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:54:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:54:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 10:54:11 Sending build context to Docker daemon 93.18kB 10:54:11 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 10:54:11 Step 2/10 : FROM ${BASE} 10:54:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:54:11 540db60ca938: Pulling fs layer 10:54:11 adcc1eea9eea: Pulling fs layer 10:54:11 4c4ab2625f07: Pulling fs layer 10:54:11 0510c868ecb4: Pulling fs layer 10:54:11 afea3b2eda06: Pulling fs layer 10:54:11 7809a108b3ef: Pulling fs layer 10:54:11 f706445af74f: Pulling fs layer 10:54:11 0510c868ecb4: Waiting 10:54:11 f706445af74f: Waiting 10:54:11 afea3b2eda06: Waiting 10:54:11 7809a108b3ef: Waiting 10:54:11 4c4ab2625f07: Verifying Checksum 10:54:11 4c4ab2625f07: Download complete 10:54:11 adcc1eea9eea: Download complete 10:54:11 afea3b2eda06: Verifying Checksum 10:54:11 afea3b2eda06: Download complete 10:54:11 7809a108b3ef: Verifying Checksum 10:54:11 7809a108b3ef: Download complete 10:54:11 540db60ca938: Verifying Checksum 10:54:11 540db60ca938: Download complete 10:54:12 540db60ca938: Pull complete 10:54:12 adcc1eea9eea: Pull complete 10:54:12 4c4ab2625f07: Pull complete 10:54:15 f706445af74f: Verifying Checksum 10:54:15 f706445af74f: Download complete 10:54:15 0510c868ecb4: Verifying Checksum 10:54:15 0510c868ecb4: Download complete 10:54:23 0510c868ecb4: Pull complete 10:54:24 afea3b2eda06: Pull complete 10:54:24 7809a108b3ef: Pull complete 10:54:29 f706445af74f: Pull complete 10:54:29 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:54:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:54:29 ---> b068be0155e3 10:54:29 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:54:30 ---> Running in 2567286e37b5 10:54:30 Removing intermediate container 2567286e37b5 10:54:30 ---> 3305a5fda42f 10:54:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 10:54:30 ---> Running in 6a169241d5c0 10:54:30 Removing intermediate container 6a169241d5c0 10:54:30 ---> 0e9038480ce9 10:54:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:54:30 ---> Running in 49ab0bc65ddc 10:54:30 Removing intermediate container 49ab0bc65ddc 10:54:30 ---> 3d2b7168c085 10:54:30 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:31 ---> Running in 0c7463b0b06a 10:54:33 Removing intermediate container 0c7463b0b06a 10:54:33 ---> 3bdb21ea059d 10:54:33 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:54:33 ---> Running in d68d00294650 10:54:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:54:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:54:41 (1/9) Installing libc-dev (0.7.2-r3) 10:54:41 (2/9) Installing libsodium (1.0.18-r0) 10:54:42 (3/9) Installing pkgconf (1.7.3-r0) 10:54:42 (4/9) Installing libsodium-dev (1.0.18-r0) 10:54:42 (5/9) Installing openssh-keygen (8.4_p1-r3) 10:54:43 (6/9) Installing libedit (20191231.3.1-r1) 10:54:43 (7/9) Installing openssh-client (8.4_p1-r3) 10:54:46 (8/9) Installing libzmq (4.3.3-r1) 10:54:47 (9/9) Installing zeromq-dev (4.3.3-r1) 10:54:47 Executing busybox-1.32.1-r6.trigger 10:54:47 OK: 154 MiB in 49 packages 10:54:48 Removing intermediate container d68d00294650 10:54:48 ---> 41972ce674f7 10:54:48 Step 8/10 : WORKDIR /device-rest-go 10:54:48 ---> Running in a67b2e36f6c2 10:54:48 Removing intermediate container a67b2e36f6c2 10:54:48 ---> 1fe226ef9937 10:54:48 Step 9/10 : COPY . . 10:54:49 ---> 518a5b5d51da 10:54:49 Step 10/10 : RUN go mod download 10:54:49 ---> Running in 66dfcc87f295 10:55:15 Removing intermediate container 66dfcc87f295 10:55:15 ---> 858885260572 10:55:15 Successfully built 858885260572 10:55:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:55:16 + docker inspect -f . ci-base-image-x86_64 10:55:16 . [Pipeline] withDockerContainer 10:55:16 prd-centos7-docker-4c-2g-3808 does not seem to be running inside a container 10:55:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/38 -v /w/workspace/device-rest-go/38:/w/workspace/device-rest-go/38:rw,z -v /w/workspace/device-rest-go/38@tmp:/w/workspace/device-rest-go/38@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 ******** ci-base-image-x86_64 cat 10:55:17 $ docker top 0aa5161e86478c069f8cce84a3060040de5d724cae6b5e5b863f68196302811a -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:18 + go version 10:55:18 go version go1.16.3 linux/amd64 [Pipeline] } 10:55:18 $ docker stop --time=1 0aa5161e86478c069f8cce84a3060040de5d724cae6b5e5b863f68196302811a 10:55:19 $ docker rm -f 0aa5161e86478c069f8cce84a3060040de5d724cae6b5e5b863f68196302811a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:20 + docker inspect -f . ci-base-image-x86_64 10:55:20 . [Pipeline] withDockerContainer 10:55:21 prd-centos7-docker-4c-2g-3808 does not seem to be running inside a container 10:55:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/38 -v /w/workspace/device-rest-go/38:/w/workspace/device-rest-go/38:rw,z -v /w/workspace/device-rest-go/38@tmp:/w/workspace/device-rest-go/38@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 ******** ci-base-image-x86_64 cat 10:55:23 $ docker top 7b86d1047ebdc8bfef714251b887556a7cd57e1c93d0d8f05de231ba2e01352a -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:24 + go mod tidy [Pipeline] sh 10:55:25 + make test 10:55:25 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:55:26 ? github.com/edgexfoundry/device-rest-go [no test files] 10:55:53 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:55:54 ok github.com/edgexfoundry/device-rest-go/driver 0.025s coverage: 54.0% of statements 10:55:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:56:07 gofmt -l . 10:56:07 [ "`gofmt -l .`" = "" ] 10:56:07 ./bin/test-go-mod-tidy.sh 10:56:07 ./bin/test-attribution-txt.sh [Pipeline] } 10:56:08 $ docker stop --time=1 7b86d1047ebdc8bfef714251b887556a7cd57e1c93d0d8f05de231ba2e01352a 10:56:10 $ docker rm -f 7b86d1047ebdc8bfef714251b887556a7cd57e1c93d0d8f05de231ba2e01352a [Pipeline] // withDockerContainer [Pipeline] sh 10:56:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:56:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:56:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:56:13 + ls -al . 10:56:13 total 104 10:56:13 drwxrwxr-x. 8 jenkins jenkins 4096 May 9 10:56 . 10:56:13 drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:53 .. 10:56:13 -rw-rw-r--. 1 jenkins jenkins 6792 May 9 10:54 Attribution.txt 10:56:13 drwxrwxr-x. 2 jenkins jenkins 64 May 9 10:54 bin 10:56:13 drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:54 cmd 10:56:13 -rw-r--r--. 1 jenkins jenkins 8513 May 9 10:55 coverage.out 10:56:13 -rw-rw-r--. 1 jenkins jenkins 1602 May 9 10:54 Dockerfile 10:56:13 -rw-rw-r--. 1 jenkins jenkins 1087 May 9 10:54 Dockerfile.build 10:56:13 -rw-rw-r--. 1 jenkins jenkins 151 May 9 10:54 .dockerignore 10:56:13 drwxrwxr-x. 2 jenkins jenkins 76 May 9 10:54 driver 10:56:13 drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:54 .git 10:56:13 drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:54 .github 10:56:13 -rw-rw-r--. 1 jenkins jenkins 339 May 9 10:54 .gitignore 10:56:13 -rw-r--r--. 1 jenkins jenkins 285 May 9 10:56 go.mod 10:56:13 -rw-r--r--. 1 jenkins jenkins 21331 May 9 10:55 go.sum 10:56:13 -rw-rw-r--. 1 jenkins jenkins 680 May 9 10:54 Jenkinsfile 10:56:13 -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:54 LICENSE 10:56:13 -rw-rw-r--. 1 jenkins jenkins 976 May 9 10:54 Makefile 10:56:13 -rw-rw-r--. 1 jenkins jenkins 7667 May 9 10:54 README.md 10:56:13 drwxrwxr-x. 4 jenkins jenkins 71 May 9 10:54 snap 10:56:13 -rw-rw-r--. 1 jenkins jenkins 11 May 9 10:52 VERSION 10:56:13 -rw-rw-r--. 1 jenkins jenkins 713 May 9 10:54 version.go [Pipeline] isUnix [Pipeline] sh 10:56:14 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f67542ccb051b13986f5f41838b922d5b9b125ad --label arch=amd64 --label version=1.2.2-dev.6 . 10:56:14 Sending build context to Docker daemon 102.9kB 10:56:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:56:14 Step 2/24 : FROM ${BASE} AS builder 10:56:14 ---> 858885260572 10:56:14 Step 3/24 : ARG MAKE='make build' 10:56:14 ---> Running in 65fd968c0c72 10:56:14 Removing intermediate container 65fd968c0c72 10:56:14 ---> 18a9038c2fef 10:56:14 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:56:14 ---> Running in 265906c9d42e 10:56:14 Removing intermediate container 265906c9d42e 10:56:14 ---> 4e0d60b84c6c 10:56:14 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 10:56:14 ---> Running in c4bd34b5d8b2 10:56:15 Removing intermediate container c4bd34b5d8b2 10:56:15 ---> 1e7064e971f7 10:56:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:15 ---> Running in 917746faedde 10:56:16 Removing intermediate container 917746faedde 10:56:16 ---> fea6ece93764 10:56:16 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:56:16 ---> Running in 27a5d2929af3 10:56:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:56:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:56:20 OK: 154 MiB in 49 packages 10:56:21 Removing intermediate container 27a5d2929af3 10:56:21 ---> 7fcc847164ab 10:56:21 Step 8/24 : WORKDIR /device-rest-go 10:56:21 ---> Running in fb8ac8c97997 10:56:21 Removing intermediate container fb8ac8c97997 10:56:21 ---> 269dc2ef46fa 10:56:21 Step 9/24 : COPY . . 10:56:22 ---> 90e127c7c64a 10:56:22 Step 10/24 : RUN make update 10:56:22 ---> Running in af7157647a03 10:56:22 CGO_ENABLED=0 GO111MODULE=on go mod download 10:56:23 Removing intermediate container af7157647a03 10:56:23 ---> 75f381fc3bee 10:56:23 Step 11/24 : RUN $MAKE 10:56:23 ---> Running in 457170f307d0 10:56:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.6" -o cmd/device-rest-go ./cmd 10:56:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3815 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 10:56:37 Running in /w/workspace/device-rest-go/38 [Pipeline] { [Pipeline] checkout 10:56:43 using credential edgex-jenkins-ssh 10:56:43 Cloning the remote Git repository 10:56:43 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 10:56:43 > git init /w/workspace/device-rest-go/38 # timeout=10 10:56:44 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:56:44 > git --version # timeout=10 10:56:44 > git --version # 'git version 2.17.1' 10:56:44 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:46 Removing intermediate container 457170f307d0 10:56:46 ---> 0dac880b6b0b 10:56:46 Step 12/24 : FROM alpine:3.12 10:56:46 3.12: Pulling from library/alpine 10:56:46 339de151aab4: Pulling fs layer 10:56:46 339de151aab4: Verifying Checksum 10:56:46 339de151aab4: Download complete 10:56:46 339de151aab4: Pull complete 10:56:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:56:46 Status: Downloaded newer image for alpine:3.12 10:56:46 ---> 13621d1b12d4 10:56:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:56:46 ---> Running in aa8a5b4a0998 10:56:46 Removing intermediate container aa8a5b4a0998 10:56:46 ---> fa77119b792e 10:56:46 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 10:56:46 ---> Running in 93a9cf27d7b1 10:56:46 Removing intermediate container 93a9cf27d7b1 10:56:46 ---> 9c0f073af87c 10:56:46 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 10:56:46 ---> Running in 02e35dba9b82 10:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:45 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:56:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:46 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 10:56:46 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 10:56:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:56:46 Checking out Revision f67542ccb051b13986f5f41838b922d5b9b125ad (master) 10:56:46 (1/6) Installing dumb-init (1.2.2-r1) 10:56:46 (2/6) Installing libgcc (9.3.0-r2) 10:56:46 (3/6) Installing libsodium (1.0.18-r0) 10:56:46 (4/6) Installing libstdc++ (9.3.0-r2) 10:56:46 (5/6) Installing libzmq (4.3.3-r0) 10:56:46 (6/6) Installing zeromq (4.3.3-r0) 10:56:46 Executing busybox-1.31.1-r20.trigger 10:56:46 OK: 8 MiB in 20 packages 10:56:47 Removing intermediate container 02e35dba9b82 10:56:47 ---> 9db8ade376ca 10:56:47 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 10:56:46 > git config core.sparsecheckout # timeout=10 10:56:46 > git checkout -f f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 10:56:48 ---> e26a683795f6 10:56:48 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 10:56:48 ---> 21a4d3fd838a 10:56:48 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 10:56:48 ---> bb5d929e1140 10:56:48 Step 19/24 : EXPOSE 49986 10:56:49 ---> Running in f4c85c5c6f5c 10:56:49 Removing intermediate container f4c85c5c6f5c 10:56:49 ---> 944868bd8772 10:56:49 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 10:56:49 ---> Running in 78772ea43f11 10:56:49 Removing intermediate container 78772ea43f11 10:56:49 ---> 5b933733ec58 10:56:49 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 10:56:49 ---> Running in 4226d4235fda 10:56:49 Removing intermediate container 4226d4235fda 10:56:49 ---> b20787052a9b 10:56:49 Step 22/24 : LABEL arch=amd64 10:56:49 ---> Running in 5726d4f47481 10:56:49 Removing intermediate container 5726d4f47481 10:56:49 ---> 8ed6eedcbe70 10:56:49 Step 23/24 : LABEL git_sha=f67542ccb051b13986f5f41838b922d5b9b125ad 10:56:50 ---> Running in cd297036dd0f 10:56:50 Removing intermediate container cd297036dd0f 10:56:50 ---> 4048bc55c259 10:56:50 Step 24/24 : LABEL version=1.2.2-dev.6 10:56:50 ---> Running in 744171e9934f 10:56:50 Removing intermediate container 744171e9934f 10:56:50 ---> 1db9a37a27c7 10:56:50 [Warning] One or more build-args [ARCH] were not consumed 10:56:50 Successfully built 1db9a37a27c7 10:56:50 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:56:50 provisioning config files... 10:56:50 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/38@tmp/config3800855298114130628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:51 Commit message: "Merge pull request #86 from ernestojeda/rename-makefile-images" 10:56:51 ---> docker-login.sh 10:56:51 nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:51 Configure a credential helper to remove this warning. See 10:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:51 10:56:51 Login Succeeded 10:56:51 nexus3.edgexfoundry.org:10002 10:56:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:51 Configure a credential helper to remove this warning. See 10:56:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:51 10:56:51 Login Succeeded 10:56:51 nexus3.edgexfoundry.org:10003 10:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:52 Configure a credential helper to remove this warning. See 10:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:52 10:56:52 Login Succeeded 10:56:52 nexus3.edgexfoundry.org:10004 10:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:52 Configure a credential helper to remove this warning. See 10:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:52 10:56:52 Login Succeeded 10:56:52 docker.io 10:56:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:56:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:52 Configure a credential helper to remove this warning. See 10:56:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:52 10:56:52 Login Succeeded 10:56:52 ---> docker-login.sh ends [Pipeline] } 10:56:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:53 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 10:56:53 f67542ccb051b13986f5f41838b922d5b9b125ad 10:56:53 latest 10:56:53 1.2.2-dev.6 10:56:53 f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 10:56:53 master 10:56:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:56:53 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] isUnix [Pipeline] sh 10:56:53 + sudo service docker restart 10:56:53 + true 10:56:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad 10:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 10:56:53 19d6c39dd07d: Preparing 10:56:53 dbe94d83d951: Preparing 10:56:53 ffd97a568a64: Preparing 10:56:53 2aa60f857b43: Preparing 10:56:53 32f366d666a5: Preparing 10:56:53 32f366d666a5: Layer already exists 10:56:53 dbe94d83d951: Pushed 10:56:54 19d6c39dd07d: Pushed 10:56:54 2aa60f857b43: Pushed 10:56:55 ffd97a568a64: Pushed 10:56:55 f67542ccb051b13986f5f41838b922d5b9b125ad: digest: sha256:12400647e21771bb0da736f05f063eb52bd5049d78a0812515e76a8a9878514e size: 1365 [Pipeline] isUnix [Pipeline] sh 10:56:55 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 10:56:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 10:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 10:56:56 19d6c39dd07d: Preparing 10:56:56 dbe94d83d951: Preparing 10:56:56 ffd97a568a64: Preparing 10:56:56 2aa60f857b43: Preparing 10:56:56 32f366d666a5: Preparing 10:56:56 2aa60f857b43: Layer already exists 10:56:56 32f366d666a5: Layer already exists 10:56:56 19d6c39dd07d: Layer already exists 10:56:56 dbe94d83d951: Layer already exists 10:56:56 ffd97a568a64: Layer already exists 10:56:56 latest: digest: sha256:12400647e21771bb0da736f05f063eb52bd5049d78a0812515e76a8a9878514e size: 1365 [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:56:56 provisioning config files... 10:56:56 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/38@tmp/config2706875306139428071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:56 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:56:56 ---> docker-login.sh 10:56:56 nexus3.edgexfoundry.org:10001 10:56:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.6 10:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 10:56:56 19d6c39dd07d: Preparing 10:56:56 dbe94d83d951: Preparing 10:56:56 ffd97a568a64: Preparing 10:56:56 2aa60f857b43: Preparing 10:56:56 32f366d666a5: Preparing 10:56:56 32f366d666a5: Layer already exists 10:56:56 dbe94d83d951: Layer already exists 10:56:56 2aa60f857b43: Layer already exists 10:56:56 19d6c39dd07d: Layer already exists 10:56:56 ffd97a568a64: Layer already exists 10:56:56 1.2.2-dev.6: digest: sha256:12400647e21771bb0da736f05f063eb52bd5049d78a0812515e76a8a9878514e size: 1365 [Pipeline] isUnix [Pipeline] sh 10:56:57 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:56:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 10:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 10:56:57 19d6c39dd07d: Preparing 10:56:57 dbe94d83d951: Preparing 10:56:57 ffd97a568a64: Preparing 10:56:57 2aa60f857b43: Preparing 10:56:57 32f366d666a5: Preparing 10:56:57 dbe94d83d951: Layer already exists 10:56:57 32f366d666a5: Layer already exists 10:56:57 2aa60f857b43: Layer already exists 10:56:57 ffd97a568a64: Layer already exists 10:56:57 19d6c39dd07d: Layer already exists 10:56:57 f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6: digest: sha256:12400647e21771bb0da736f05f063eb52bd5049d78a0812515e76a8a9878514e size: 1365 [Pipeline] isUnix [Pipeline] sh 10:56:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:57 Configure a credential helper to remove this warning. See 10:56:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:57 10:56:57 Login Succeeded 10:56:57 nexus3.edgexfoundry.org:10002 10:56:58 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 10:56:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 10:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 10:56:58 19d6c39dd07d: Preparing 10:56:58 dbe94d83d951: Preparing 10:56:58 ffd97a568a64: Preparing 10:56:58 2aa60f857b43: Preparing 10:56:58 32f366d666a5: Preparing 10:56:58 19d6c39dd07d: Layer already exists 10:56:58 dbe94d83d951: Layer already exists 10:56:58 32f366d666a5: Layer already exists 10:56:58 2aa60f857b43: Layer already exists 10:56:58 ffd97a568a64: Layer already exists 10:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:58 Configure a credential helper to remove this warning. See 10:56:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:58 10:56:58 Login Succeeded 10:56:58 nexus3.edgexfoundry.org:10003 10:56:58 master: digest: sha256:12400647e21771bb0da736f05f063eb52bd5049d78a0812515e76a8a9878514e size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:56:58 ===================================================== [Pipeline] echo 10:56:58 taggedImages: 10:56:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad 10:56:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 10:56:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.6 10:56:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 10:56:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:56:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:59 Configure a credential helper to remove this warning. See 10:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:59 10:56:59 Login Succeeded 10:56:59 nexus3.edgexfoundry.org:10004 10:56:59 ---> job-cost.sh 10:56:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cslE 10:56:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:59 Configure a credential helper to remove this warning. See 10:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:59 10:56:59 Login Succeeded 10:56:59 docker.io 10:57:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:00 Configure a credential helper to remove this warning. See 10:57:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:00 10:57:00 Login Succeeded 10:57:00 ---> docker-login.sh ends [Pipeline] } 10:57:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:57:01 ========================================================= 10:57:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:57:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:57:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 10:57:01 Sending build context to Docker daemon 93.18kB 10:57:02 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 10:57:02 Step 2/10 : FROM ${BASE} 10:57:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:57:02 595b0fe564bb: Pulling fs layer 10:57:02 7186ed65a4f7: Pulling fs layer 10:57:02 316046926c0a: Pulling fs layer 10:57:02 4ebd0625c992: Pulling fs layer 10:57:02 207e8628e3a3: Pulling fs layer 10:57:02 c791037a9be2: Pulling fs layer 10:57:02 ffd874e62e21: Pulling fs layer 10:57:02 207e8628e3a3: Waiting 10:57:02 c791037a9be2: Waiting 10:57:02 ffd874e62e21: Waiting 10:57:02 4ebd0625c992: Waiting 10:57:02 316046926c0a: Verifying Checksum 10:57:02 316046926c0a: Download complete 10:57:02 7186ed65a4f7: Verifying Checksum 10:57:02 7186ed65a4f7: Download complete 10:57:02 207e8628e3a3: Download complete 10:57:02 c791037a9be2: Verifying Checksum 10:57:02 c791037a9be2: Download complete 10:57:02 595b0fe564bb: Verifying Checksum 10:57:02 595b0fe564bb: Download complete 10:57:03 595b0fe564bb: Pull complete 10:57:03 7186ed65a4f7: Pull complete 10:57:04 316046926c0a: Pull complete 10:57:04 ffd874e62e21: Verifying Checksum 10:57:04 ffd874e62e21: Download complete 10:57:06 4ebd0625c992: Download complete 10:57:16 4ebd0625c992: Pull complete 10:57:16 207e8628e3a3: Pull complete 10:57:17 c791037a9be2: Pull complete 10:57:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:57:20 ffd874e62e21: Pull complete 10:57:20 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:57:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:57:20 ---> cfc18b08335c 10:57:20 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:57:24 ---> Running in ef37a90db943 10:57:24 Removing intermediate container ef37a90db943 10:57:24 ---> d19556fe859e 10:57:24 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 10:57:24 ---> Running in 2a764cddf2fd 10:57:25 Removing intermediate container 2a764cddf2fd 10:57:25 ---> f716ba0a34ee 10:57:25 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:57:25 ---> Running in 0f652e48b80f 10:57:25 Removing intermediate container 0f652e48b80f 10:57:25 ---> 051627fbf782 10:57:25 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:25 ---> Running in bb307510d062 10:57:28 Removing intermediate container bb307510d062 10:57:28 ---> ba06d7877941 10:57:28 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:57:28 ---> Running in 38c0828905ab 10:57:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:57:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:57:33 (1/9) Installing libc-dev (0.7.2-r3) 10:57:33 (2/9) Installing libsodium (1.0.18-r0) 10:57:33 (3/9) Installing pkgconf (1.7.3-r0) 10:57:34 (4/9) Installing libsodium-dev (1.0.18-r0) 10:57:34 (5/9) Installing openssh-keygen (8.4_p1-r3) 10:57:34 (6/9) Installing libedit (20191231.3.1-r1) 10:57:34 (7/9) Installing openssh-client (8.4_p1-r3) 10:57:36 (8/9) Installing libzmq (4.3.3-r1) 10:57:36 (9/9) Installing zeromq-dev (4.3.3-r1) 10:57:36 Executing busybox-1.32.1-r6.trigger 10:57:36 OK: 144 MiB in 49 packages 10:57:38 Removing intermediate container 38c0828905ab 10:57:38 ---> b1569e9ffea1 10:57:38 Step 8/10 : WORKDIR /device-rest-go 10:57:38 ---> Running in 3270e885c90c 10:57:38 Removing intermediate container 3270e885c90c 10:57:38 ---> 743df16cff80 10:57:38 Step 9/10 : COPY . . 10:57:39 ---> 8e313c1e9de9 10:57:39 Step 10/10 : RUN go mod download 10:57:39 ---> Running in 023d40011ce1 10:57:56 lf-activate-venv(): INFO: Adding /tmp/venv-cslE/bin to PATH 10:57:56 INFO: No Stack... 10:57:56 INFO: Retrieving Pricing Info for: v1-standard-2 10:57:56 INFO: Archiving Costs [Pipeline] sh 10:57:56 + cat /w/workspace/device-rest-go/38/archives/cost.csv 10:57:56 + cut -d, -f6 [Pipeline] lock 10:57:57 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] 10:57:57 Resource [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] did not exist. Created. 10:57:57 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:57:57 + echo total: 0.029999999329447746 [Pipeline] stash 10:57:57 Stashed 1 file(s) [Pipeline] } 10:57:57 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:58:12 Removing intermediate container 023d40011ce1 10:58:12 ---> 23c048ed08e3 10:58:12 Successfully built 23c048ed08e3 10:58:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:58:12 + docker inspect -f . ci-base-image-arm64 10:58:12 . [Pipeline] withDockerContainer 10:58:12 prd-ubuntu18.04-docker-arm64-4c-16g-3815 does not seem to be running inside a container 10:58:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/38 -v /w/workspace/device-rest-go/38:/w/workspace/device-rest-go/38:rw,z -v /w/workspace/device-rest-go/38@tmp:/w/workspace/device-rest-go/38@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 ******** ci-base-image-arm64 cat 10:58:14 $ docker top bebcbc05c416d5686026bb4a518b1989ad0241a941f0e57754145c006b471e50 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:15 + go version 10:58:15 go version go1.16.3 linux/arm64 [Pipeline] } 10:58:15 $ docker stop --time=1 bebcbc05c416d5686026bb4a518b1989ad0241a941f0e57754145c006b471e50 10:58:17 $ docker rm -f bebcbc05c416d5686026bb4a518b1989ad0241a941f0e57754145c006b471e50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:18 + docker inspect -f . ci-base-image-arm64 10:58:18 . [Pipeline] withDockerContainer 10:58:18 prd-ubuntu18.04-docker-arm64-4c-16g-3815 does not seem to be running inside a container 10:58:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/38 -v /w/workspace/device-rest-go/38:/w/workspace/device-rest-go/38:rw,z -v /w/workspace/device-rest-go/38@tmp:/w/workspace/device-rest-go/38@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 ******** ci-base-image-arm64 cat 10:58:20 $ docker top f394aaef1c6fc87e56c7e52418218a9d38b23d967a69c65c5a0ddb77622c95a9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:21 + go mod tidy [Pipeline] sh 10:58:22 + make test 10:58:22 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:58:23 ? github.com/edgexfoundry/device-rest-go [no test files] 10:59:31 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 10:59:31 ok github.com/edgexfoundry/device-rest-go/driver 0.047s coverage: 54.0% of statements 10:59:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:59:54 gofmt -l . 10:59:54 [ "`gofmt -l .`" = "" ] 10:59:54 ./bin/test-go-mod-tidy.sh 10:59:54 ./bin/test-attribution-txt.sh [Pipeline] } 10:59:54 $ docker stop --time=1 f394aaef1c6fc87e56c7e52418218a9d38b23d967a69c65c5a0ddb77622c95a9 10:59:56 $ docker rm -f f394aaef1c6fc87e56c7e52418218a9d38b23d967a69c65c5a0ddb77622c95a9 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:59:57 Warning: overwriting stash ‘coverage-report’ 10:59:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:59:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:59:59 + ls -al . 10:59:59 total 132 10:59:59 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:59 . 10:59:59 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:56 .. 10:59:59 -rw-rw-r-- 1 jenkins jenkins 151 May 9 10:56 .dockerignore 10:59:59 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:56 .git 10:59:59 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:56 .github 10:59:59 -rw-rw-r-- 1 jenkins jenkins 339 May 9 10:56 .gitignore 10:59:59 -rw-rw-r-- 1 jenkins jenkins 6792 May 9 10:56 Attribution.txt 10:59:59 -rw-rw-r-- 1 jenkins jenkins 1602 May 9 10:56 Dockerfile 10:59:59 -rw-rw-r-- 1 jenkins jenkins 1087 May 9 10:56 Dockerfile.build 10:59:59 -rw-rw-r-- 1 jenkins jenkins 680 May 9 10:56 Jenkinsfile 10:59:59 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:56 LICENSE 10:59:59 -rw-rw-r-- 1 jenkins jenkins 976 May 9 10:56 Makefile 10:59:59 -rw-rw-r-- 1 jenkins jenkins 7667 May 9 10:56 README.md 10:59:59 -rw-rw-r-- 1 jenkins jenkins 11 May 9 10:52 VERSION 10:59:59 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:56 bin 10:59:59 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:56 cmd 10:59:59 -rw-r--r-- 1 jenkins jenkins 8513 May 9 10:59 coverage.out 10:59:59 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:56 driver 10:59:59 -rw-r--r-- 1 jenkins jenkins 285 May 9 10:59 go.mod 10:59:59 -rw-r--r-- 1 jenkins jenkins 21331 May 9 10:58 go.sum 10:59:59 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:56 snap 10:59:59 -rw-rw-r-- 1 jenkins jenkins 713 May 9 10:56 version.go [Pipeline] isUnix [Pipeline] sh 10:59:59 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f67542ccb051b13986f5f41838b922d5b9b125ad --label arch=arm64 --label version=1.2.2-dev.6 . 10:59:59 Sending build context to Docker daemon 102.9kB 10:59:59 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:59:59 Step 2/24 : FROM ${BASE} AS builder 10:59:59 ---> 23c048ed08e3 10:59:59 Step 3/24 : ARG MAKE='make build' 11:00:00 ---> Running in 3aa4934e5449 11:00:00 Removing intermediate container 3aa4934e5449 11:00:00 ---> 0c644cbe4423 11:00:00 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:00:00 ---> Running in b65eedebbe38 11:00:00 Removing intermediate container b65eedebbe38 11:00:00 ---> 3bf51d680554 11:00:00 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:00:01 ---> Running in cef6fd723440 11:00:01 Removing intermediate container cef6fd723440 11:00:01 ---> 239972819785 11:00:01 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:00:01 ---> Running in 9ff4832d8328 11:00:03 Removing intermediate container 9ff4832d8328 11:00:03 ---> e84be7cb9ed8 11:00:03 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:00:04 ---> Running in 4cdc62124f65 11:00:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:00:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:00:08 OK: 144 MiB in 49 packages 11:00:10 Removing intermediate container 4cdc62124f65 11:00:10 ---> 96955de8487a 11:00:10 Step 8/24 : WORKDIR /device-rest-go 11:00:10 ---> Running in ca221217b267 11:00:10 Removing intermediate container ca221217b267 11:00:10 ---> cbfbe7af40e7 11:00:10 Step 9/24 : COPY . . 11:00:11 ---> 31c50848b66a 11:00:11 Step 10/24 : RUN make update 11:00:11 ---> Running in d2581159010d 11:00:12 CGO_ENABLED=0 GO111MODULE=on go mod download 11:00:13 Removing intermediate container d2581159010d 11:00:13 ---> 11a55b1f00b7 11:00:13 Step 11/24 : RUN $MAKE 11:00:13 ---> Running in 08f1ad8aea09 11:00:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.6" -o cmd/device-rest-go ./cmd 11:00:53 Removing intermediate container 08f1ad8aea09 11:00:53 ---> eff487429b40 11:00:53 Step 12/24 : FROM alpine:3.12 11:00:53 3.12: Pulling from library/alpine 11:00:53 d2f70382dc9a: Pulling fs layer 11:00:53 d2f70382dc9a: Download complete 11:00:53 d2f70382dc9a: Pull complete 11:00:53 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:00:53 Status: Downloaded newer image for alpine:3.12 11:00:53 ---> 9852663dfa18 11:00:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:00:53 ---> Running in d55cfd3b6f8a 11:00:53 Removing intermediate container d55cfd3b6f8a 11:00:53 ---> 8c89c44f3943 11:00:53 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 11:00:53 ---> Running in eb0afda3f104 11:00:53 Removing intermediate container eb0afda3f104 11:00:53 ---> b0c4588ff6f3 11:00:53 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 11:00:53 ---> Running in a246696a264b 11:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:00:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:00:55 (1/6) Installing dumb-init (1.2.2-r1) 11:00:55 (2/6) Installing libgcc (9.3.0-r2) 11:00:55 (3/6) Installing libsodium (1.0.18-r0) 11:00:55 (4/6) Installing libstdc++ (9.3.0-r2) 11:00:55 (5/6) Installing libzmq (4.3.3-r0) 11:00:55 (6/6) Installing zeromq (4.3.3-r0) 11:00:55 Executing busybox-1.31.1-r20.trigger 11:00:55 OK: 8 MiB in 20 packages 11:00:57 Removing intermediate container a246696a264b 11:00:57 ---> c9fb305a3360 11:00:57 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 11:00:58 ---> 38a80d208a51 11:00:58 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 11:00:59 ---> 2ea0bffff67d 11:00:59 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 11:01:00 ---> d17e3b3eea06 11:01:00 Step 19/24 : EXPOSE 49986 11:01:00 ---> Running in 5f9d6096d37c 11:01:00 Removing intermediate container 5f9d6096d37c 11:01:00 ---> a2a40afaebcb 11:01:00 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 11:01:00 ---> Running in 6b94d51362f1 11:01:01 Removing intermediate container 6b94d51362f1 11:01:01 ---> 56bb852a9580 11:01:01 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 11:01:01 ---> Running in b64aa8e5b51f 11:01:01 Removing intermediate container b64aa8e5b51f 11:01:01 ---> 86a0b65f43ed 11:01:01 Step 22/24 : LABEL arch=arm64 11:01:01 ---> Running in 637945be3f76 11:01:02 Removing intermediate container 637945be3f76 11:01:02 ---> f1ffc640e2c1 11:01:02 Step 23/24 : LABEL git_sha=f67542ccb051b13986f5f41838b922d5b9b125ad 11:01:02 ---> Running in 3e5ced58700a 11:01:03 Removing intermediate container 3e5ced58700a 11:01:03 ---> bf1ce25584af 11:01:03 Step 24/24 : LABEL version=1.2.2-dev.6 11:01:03 ---> Running in 02cf219b8210 11:01:03 Removing intermediate container 02cf219b8210 11:01:03 ---> 3e5e05702737 11:01:03 [Warning] One or more build-args [ARCH] were not consumed 11:01:03 Successfully built 3e5e05702737 11:01:03 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:01:04 provisioning config files... 11:01:04 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/38@tmp/config7803196611636256181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:01:04 ---> docker-login.sh 11:01:04 nexus3.edgexfoundry.org:10001 11:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:05 Configure a credential helper to remove this warning. See 11:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:05 11:01:05 Login Succeeded 11:01:05 nexus3.edgexfoundry.org:10002 11:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:05 Configure a credential helper to remove this warning. See 11:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:05 11:01:05 Login Succeeded 11:01:05 nexus3.edgexfoundry.org:10003 11:01:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:06 Configure a credential helper to remove this warning. See 11:01:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:06 11:01:06 Login Succeeded 11:01:06 nexus3.edgexfoundry.org:10004 11:01:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:06 Configure a credential helper to remove this warning. See 11:01:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:06 11:01:06 Login Succeeded 11:01:06 docker.io 11:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:01:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:01:07 Configure a credential helper to remove this warning. See 11:01:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:01:07 11:01:07 Login Succeeded 11:01:07 ---> docker-login.sh ends [Pipeline] } 11:01:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:07 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 11:01:07 f67542ccb051b13986f5f41838b922d5b9b125ad 11:01:07 latest 11:01:07 1.2.2-dev.6 11:01:07 f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 11:01:07 master 11:01:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:08 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] isUnix [Pipeline] sh 11:01:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad 11:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:01:08 240d1a361651: Preparing 11:01:08 00584f2cd4f5: Preparing 11:01:08 772704cbf70d: Preparing 11:01:08 39a1b458ec22: Preparing 11:01:08 3fbe34a1663b: Preparing 11:01:08 3fbe34a1663b: Layer already exists 11:01:08 00584f2cd4f5: Pushed 11:01:08 240d1a361651: Pushed 11:01:09 39a1b458ec22: Pushed 11:01:12 772704cbf70d: Pushed 11:01:12 f67542ccb051b13986f5f41838b922d5b9b125ad: digest: sha256:4dd403eea62e3a17ec1264d39bad4a0851dbb52c4038f90461e4eb1eea430c20 size: 1365 [Pipeline] isUnix [Pipeline] sh 11:01:12 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:01:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 11:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:01:12 240d1a361651: Preparing 11:01:12 00584f2cd4f5: Preparing 11:01:12 772704cbf70d: Preparing 11:01:12 39a1b458ec22: Preparing 11:01:12 3fbe34a1663b: Preparing 11:01:13 3fbe34a1663b: Layer already exists 11:01:13 39a1b458ec22: Layer already exists 11:01:13 00584f2cd4f5: Layer already exists 11:01:13 240d1a361651: Layer already exists 11:01:13 772704cbf70d: Layer already exists 11:01:13 latest: digest: sha256:4dd403eea62e3a17ec1264d39bad4a0851dbb52c4038f90461e4eb1eea430c20 size: 1365 [Pipeline] isUnix [Pipeline] sh 11:01:13 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 11:01:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.6 11:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:01:13 240d1a361651: Preparing 11:01:13 00584f2cd4f5: Preparing 11:01:13 772704cbf70d: Preparing 11:01:13 39a1b458ec22: Preparing 11:01:13 3fbe34a1663b: Preparing 11:01:13 3fbe34a1663b: Layer already exists 11:01:13 00584f2cd4f5: Layer already exists 11:01:13 772704cbf70d: Layer already exists 11:01:13 240d1a361651: Layer already exists 11:01:13 39a1b458ec22: Layer already exists 11:01:13 1.2.2-dev.6: digest: sha256:4dd403eea62e3a17ec1264d39bad4a0851dbb52c4038f90461e4eb1eea430c20 size: 1365 [Pipeline] isUnix [Pipeline] sh 11:01:14 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 [Pipeline] isUnix [Pipeline] sh 11:01:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 11:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:01:14 240d1a361651: Preparing 11:01:14 00584f2cd4f5: Preparing 11:01:14 772704cbf70d: Preparing 11:01:14 39a1b458ec22: Preparing 11:01:14 3fbe34a1663b: Preparing 11:01:14 39a1b458ec22: Layer already exists 11:01:14 3fbe34a1663b: Layer already exists 11:01:14 00584f2cd4f5: Layer already exists 11:01:14 240d1a361651: Layer already exists 11:01:14 772704cbf70d: Layer already exists 11:01:14 f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6: digest: sha256:4dd403eea62e3a17ec1264d39bad4a0851dbb52c4038f90461e4eb1eea430c20 size: 1365 [Pipeline] isUnix [Pipeline] sh 11:01:15 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:01:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 11:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 11:01:15 240d1a361651: Preparing 11:01:15 00584f2cd4f5: Preparing 11:01:15 772704cbf70d: Preparing 11:01:15 39a1b458ec22: Preparing 11:01:15 3fbe34a1663b: Preparing 11:01:15 240d1a361651: Layer already exists 11:01:15 39a1b458ec22: Layer already exists 11:01:15 3fbe34a1663b: Layer already exists 11:01:15 772704cbf70d: Layer already exists 11:01:15 00584f2cd4f5: Layer already exists 11:01:15 master: digest: sha256:4dd403eea62e3a17ec1264d39bad4a0851dbb52c4038f90461e4eb1eea430c20 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:15 ===================================================== [Pipeline] echo 11:01:15 taggedImages: 11:01:15 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad 11:01:15 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 11:01:15 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.6 11:01:15 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:f67542ccb051b13986f5f41838b922d5b9b125ad-1.2.2-dev.6 11:01:15 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:01:16 ---> job-cost.sh 11:01:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-34LQ 11:02:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:03:40 lf-activate-venv(): INFO: Adding /tmp/venv-34LQ/bin to PATH 11:03:40 INFO: No Stack... 11:03:40 INFO: Retrieving Pricing Info for: lf-standard-4 11:03:40 INFO: Archiving Costs [Pipeline] sh 11:03:40 + cat /w/workspace/device-rest-go/38/archives/cost.csv 11:03:40 + cut -d, -f6 [Pipeline] lock 11:03:40 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] 11:03:40 Resource [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] did not exist. Created. 11:03:40 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:03:41 /w/workspace/device-rest-go/38@tmp/durable-c4ae5461/script.sh: 1: /w/workspace/device-rest-go/38@tmp/durable-c4ae5461/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:03:41 + echo total: 0.20999999344348907 [Pipeline] stash 11:03:41 Warning: overwriting stash ‘stack-cost’ 11:03:41 Stashed 1 file(s) [Pipeline] } 11:03:41 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-38-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 11:03:42 provisioning config files... 11:03:42 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8074348211299473944tmp [Pipeline] { [Pipeline] sh 11:03:43 + set +x 11:03:43 + bash -s -- 11:03:43 + curl -s https://codecov.io/bash 11:03:43 11:03:43 _____ _ 11:03:43 / ____| | | 11:03:43 | | ___ __| | ___ ___ _____ __ 11:03:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:03:43 | |___| (_) | (_| | __/ (_| (_) \ V / 11:03:43 \_____\___/ \__,_|\___|\___\___/ \_/ 11:03:43 Bash-1.0.2 11:03:43 11:03:43 11:03:43 ==> git version 2.24.3 found 11:03:43 ==> 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 11:03:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:03:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:03:43 ==> Jenkins CI detected. 11:03:43 project root: . 11:03:43 --> token set from env 11:03:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:03:43 ==> Running gcov in . (disable via -X gcov) 11:03:43 ==> Python coveragepy not found 11:03:43 ==> Searching for coverage reports in: 11:03:43 + . 11:03:43 -> Found 1 reports 11:03:43 ==> Detecting git/mercurial file structure 11:03:43 ==> Reading reports 11:03:43 + ./coverage.out bytes=8513 11:03:43 ==> Appending adjustments 11:03:43 https://docs.codecov.io/docs/fixing-reports 11:03:43 + Found adjustments 11:03:43 ==> Gzipping contents 11:03:44 4.0K /tmp/codecov.HqDhQc.gz 11:03:44 ==> Uploading reports 11:03:44 url: https://codecov.io 11:03:44 query: branch=master&commit=f67542ccb051b13986f5f41838b922d5b9b125ad&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:44 -> Pinging Codecov 11:03:44 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f67542ccb051b13986f5f41838b922d5b9b125ad&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:44 -> Uploading to 11:03:44 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/4E5D53B4F1F92C436F7061BF334D961C/f67542ccb051b13986f5f41838b922d5b9b125ad/eb679836-f494-4ce3-98bc-2e9a69f09c32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110344Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac023e86a0bf7553285e6177f49574e58f2998cdabe34bcd2972a18729f3b6c9 11:03:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:44 Dload Upload Total Spent Left Speed 11:03:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 2917 --:--:-- --:--:-- --:--:-- 2918 11:03:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] } 11:03:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:03:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:03:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:03:46 11:03:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:03:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:03:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:03:47 188c0c94c7c5: Pulling fs layer 11:03:47 0ef7d3d256c8: Pulling fs layer 11:03:47 de9db76c5a1d: Pulling fs layer 11:03:47 0eba1c9be4d2: Pulling fs layer 11:03:47 0d57e429df01: Pulling fs layer 11:03:47 4e4be7b47b0d: Pulling fs layer 11:03:47 e1f770b5df2f: Pulling fs layer 11:03:47 85a0685a4137: Pulling fs layer 11:03:47 0d57e429df01: Waiting 11:03:47 4e4be7b47b0d: Waiting 11:03:47 e1f770b5df2f: Waiting 11:03:47 0eba1c9be4d2: Waiting 11:03:47 85a0685a4137: Waiting 11:03:47 de9db76c5a1d: Verifying Checksum 11:03:47 de9db76c5a1d: Download complete 11:03:47 0ef7d3d256c8: Verifying Checksum 11:03:47 0ef7d3d256c8: Download complete 11:03:47 0d57e429df01: Verifying Checksum 11:03:47 0d57e429df01: Download complete 11:03:48 4e4be7b47b0d: Verifying Checksum 11:03:48 4e4be7b47b0d: Download complete 11:03:48 188c0c94c7c5: Verifying Checksum 11:03:48 188c0c94c7c5: Download complete 11:03:49 188c0c94c7c5: Pull complete 11:03:50 0ef7d3d256c8: Pull complete 11:03:51 de9db76c5a1d: Pull complete 11:03:51 e1f770b5df2f: Verifying Checksum 11:03:51 e1f770b5df2f: Download complete 11:03:58 0eba1c9be4d2: Verifying Checksum 11:03:58 0eba1c9be4d2: Download complete 11:04:00 85a0685a4137: Verifying Checksum 11:04:00 85a0685a4137: Download complete 11:04:14 0eba1c9be4d2: Pull complete 11:04:14 0d57e429df01: Pull complete 11:04:14 4e4be7b47b0d: Pull complete 11:04:18 e1f770b5df2f: Pull complete 11:04:34 85a0685a4137: Pull complete 11:04:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:04:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:04:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:04:34 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:04:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:04:36 $ docker top a0cdb7658a574c568982b27c4bb759515695d109cb60bfe83c8defda8713a844 -eo pid,comm [Pipeline] { [Pipeline] echo 11:04:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:04:36 + set -o pipefail 11:04:36 + snyk monitor '--org=edgex-jenkins' 11:04:55 11:04:55 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 11:04:55 11:04:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/73602f33-95bf-4e1b-8a27-67854894e64d 11:04:55 11:04:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:04:55 11:04:55 [Pipeline] } 11:04:55 $ docker stop --time=1 a0cdb7658a574c568982b27c4bb759515695d109cb60bfe83c8defda8713a844 11:04:57 $ docker rm -f a0cdb7658a574c568982b27c4bb759515695d109cb60bfe83c8defda8713a844 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:04:59 + git log --format=format:%s -1 f67542ccb051b13986f5f41838b922d5b9b125ad [Pipeline] isUnix [Pipeline] sh 11:05:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:05:00 . [Pipeline] withDockerContainer 11:05:00 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:05:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:10004/edgex-devops/git-semver:latest cat 11:05:02 $ docker top a9699b7af05348965e1ea13882855a3ad61b88ef0eff134d6921277f3daf9783 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:05:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:05:03 [ssh-agent] Looking for ssh-agent implementation... 11:05:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:05:04 $ docker exec a9699b7af05348965e1ea13882855a3ad61b88ef0eff134d6921277f3daf9783 ssh-agent 11:05:04 SSH_AUTH_SOCK=/tmp/ssh-9Lvs4UGfe1P3/agent.11 11:05:04 SSH_AGENT_PID=16 11:05:04 Running ssh-add (command line suppressed) 11:05:05 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3259295989748117669.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3259295989748117669.key) 11:05:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:05:06 + git semver tag 11:05:06 # -> Open(): unable to determine branch for HEAD 11:05:06 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:05:06 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:05:06 # $SEMVER_REMOTE_NAME = origin 11:05:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:05:06 # $SEMVER_USER_NAME = edgex-jenkins 11:05:06 # $SEMVER_BRANCH = master 11:05:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 11:05:06 # f67542ccb051b13986f5f41838b922d5b9b125ad HEAD 11:05:06 # -> Force: false 11:05:06 # fe9471822dfbfa9c28dce1644654656340a11a28 refs/tags/v1.2.2-dev.6 [Pipeline] } 11:05:06 $ docker exec --env ******** --env ******** a9699b7af05348965e1ea13882855a3ad61b88ef0eff134d6921277f3daf9783 ssh-agent -k 11:05:06 unset SSH_AUTH_SOCK; 11:05:06 unset SSH_AGENT_PID; 11:05:06 echo Agent pid 16 killed; 11:05:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:05:07 + git semver [Pipeline] } 11:05:08 $ docker stop --time=1 a9699b7af05348965e1ea13882855a3ad61b88ef0eff134d6921277f3daf9783 11:05:09 $ docker rm -f a9699b7af05348965e1ea13882855a3ad61b88ef0eff134d6921277f3daf9783 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:05:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:10 11:05:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:11 0.23.1-centos7: Pulling from edgex-lftools 11:05:11 ab5ef0e58194: Pulling fs layer 11:05:11 9712f1f96733: Pulling fs layer 11:05:11 63f879dbbcfc: Pulling fs layer 11:05:11 0d9ebad4ef96: Pulling fs layer 11:05:11 e9a5061849ea: Pulling fs layer 11:05:11 d747dcd14b5f: Pulling fs layer 11:05:11 2de7ff778b66: Pulling fs layer 11:05:11 0d9ebad4ef96: Waiting 11:05:11 e9a5061849ea: Waiting 11:05:11 d747dcd14b5f: Waiting 11:05:11 2de7ff778b66: Waiting 11:05:11 9712f1f96733: Verifying Checksum 11:05:11 9712f1f96733: Download complete 11:05:20 63f879dbbcfc: Verifying Checksum 11:05:20 63f879dbbcfc: Download complete 11:05:21 e9a5061849ea: Verifying Checksum 11:05:21 e9a5061849ea: Download complete 11:05:21 d747dcd14b5f: Verifying Checksum 11:05:21 d747dcd14b5f: Download complete 11:05:25 0d9ebad4ef96: Verifying Checksum 11:05:25 0d9ebad4ef96: Download complete 11:05:27 2de7ff778b66: Verifying Checksum 11:05:27 2de7ff778b66: Download complete 11:05:27 ab5ef0e58194: Verifying Checksum 11:05:27 ab5ef0e58194: Download complete 11:05:43 ab5ef0e58194: Pull complete 11:05:43 9712f1f96733: Pull complete 11:05:49 63f879dbbcfc: Pull complete 11:06:08 0d9ebad4ef96: Pull complete 11:06:08 e9a5061849ea: Pull complete 11:06:09 d747dcd14b5f: Pull complete 11:06:13 2de7ff778b66: Pull complete 11:06:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:06:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:06:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:06:14 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:06:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-lftools:0.23.1-centos7 cat 11:06:18 $ docker top b96b6fe2b0259f6da120502616dc78a985e2999b37fc6aa6ae452681209f6d2c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:06:19 provisioning config files... 11:06:19 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8412071739642220998tmp 11:06:19 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8625247171828952495tmp 11:06:19 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2068610586237613197tmp [Pipeline] { [Pipeline] echo 11:06:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:06:19 ---> sigul-configuration.sh 11:06:19 gpg: directory `/root/.gnupg' created 11:06:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:06:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:06:19 gpg: keyring `/root/.gnupg/secring.gpg' created 11:06:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:06:19 gpg: CAST5 encrypted data 11:06:19 gpg: encrypted with 1 passphrase 11:06:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:06:20 + mkdir /home/jenkins 11:06:20 + mkdir /home/jenkins/sigul [Pipeline] sh 11:06:20 + 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 11:06:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:06:21 ---> sigul-install.sh 11:06:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:06:32 + git tag --list 11:06:32 v1.0.0 11:06:32 v1.1.0 11:06:32 v1.1.1 11:06:32 v1.1.2 11:06:32 v1.2.0 11:06:32 v1.2.1 11:06:32 v1.2.1-dev.1 11:06:32 v1.2.1-dev.2 11:06:32 v1.2.1-dev.3 11:06:32 v1.2.1-dev.4 11:06:32 v1.2.2-dev.1 11:06:32 v1.2.2-dev.2 11:06:32 v1.2.2-dev.3 11:06:32 v1.2.2-dev.4 11:06:32 v1.2.2-dev.5 11:06:32 v1.2.2-dev.6 [Pipeline] sh 11:06:32 + lftools sign git-tag v1.2.2-dev.6 11:06:34 Signing Git tag with Sigul... 11:06:34 Signing v1.2.2-dev.6 [Pipeline] echo 11:06:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:06:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:06:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:06:37 $ docker stop --time=1 b96b6fe2b0259f6da120502616dc78a985e2999b37fc6aa6ae452681209f6d2c 11:06:39 $ docker rm -f b96b6fe2b0259f6da120502616dc78a985e2999b37fc6aa6ae452681209f6d2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:06:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:40 . [Pipeline] withDockerContainer 11:06:40 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:06:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:10004/edgex-devops/git-semver:latest cat 11:06:43 $ docker top ca5c02561f430e76bc1e98c42fb42037c959f95ce8d8c85d98b4e1ebd8bfa18f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:43 [ssh-agent] Looking for ssh-agent implementation... 11:06:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:44 $ docker exec ca5c02561f430e76bc1e98c42fb42037c959f95ce8d8c85d98b4e1ebd8bfa18f ssh-agent 11:06:45 SSH_AUTH_SOCK=/tmp/ssh-VyLTeJZQ9Moi/agent.12 11:06:45 SSH_AGENT_PID=17 11:06:45 Running ssh-add (command line suppressed) 11:06:45 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6703676008701477840.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6703676008701477840.key) 11:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:46 + git semver bump pre 11:06:46 # -> Open(): unable to determine branch for HEAD 11:06:46 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:06:46 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:06:46 # $SEMVER_REMOTE_NAME = origin 11:06:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:06:46 # $SEMVER_USER_NAME = edgex-jenkins 11:06:46 # $SEMVER_BRANCH = master 11:06:46 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 11:06:46 1.2.2-dev.7 [Pipeline] } 11:06:46 $ docker exec --env ******** --env ******** ca5c02561f430e76bc1e98c42fb42037c959f95ce8d8c85d98b4e1ebd8bfa18f ssh-agent -k 11:06:47 unset SSH_AUTH_SOCK; 11:06:47 unset SSH_AGENT_PID; 11:06:47 echo Agent pid 17 killed; 11:06:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:47 + git semver [Pipeline] } 11:06:48 $ docker stop --time=1 ca5c02561f430e76bc1e98c42fb42037c959f95ce8d8c85d98b4e1ebd8bfa18f 11:06:50 $ docker rm -f ca5c02561f430e76bc1e98c42fb42037c959f95ce8d8c85d98b4e1ebd8bfa18f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:06:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:50 . [Pipeline] withDockerContainer 11:06:50 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:06:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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:10004/edgex-devops/git-semver:latest cat 11:06:52 $ docker top cafd130a4ad505a4df15a18a77f33933a9220fd35a7bdb5035cd3b4f36e1aa6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:52 [ssh-agent] Looking for ssh-agent implementation... 11:06:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:53 $ docker exec cafd130a4ad505a4df15a18a77f33933a9220fd35a7bdb5035cd3b4f36e1aa6b ssh-agent 11:06:53 SSH_AUTH_SOCK=/tmp/ssh-UMGYwyxIzkTK/agent.11 11:06:53 SSH_AGENT_PID=17 11:06:53 Running ssh-add (command line suppressed) 11:06:53 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_544195436711021202.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_544195436711021202.key) 11:06:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:54 + git semver push 11:06:54 # -> Open(): unable to determine branch for HEAD 11:06:54 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 11:06:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 11:06:54 # $SEMVER_REMOTE_NAME = origin 11:06:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:06:54 # $SEMVER_USER_NAME = edgex-jenkins 11:06:54 # $SEMVER_BRANCH = master 11:06:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 11:06:59 $ docker exec --env ******** --env ******** cafd130a4ad505a4df15a18a77f33933a9220fd35a7bdb5035cd3b4f36e1aa6b ssh-agent -k 11:06:59 unset SSH_AUTH_SOCK; 11:06:59 unset SSH_AGENT_PID; 11:06:59 echo Agent pid 17 killed; 11:06:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:59 + git semver [Pipeline] } 11:07:00 $ docker stop --time=1 cafd130a4ad505a4df15a18a77f33933a9220fd35a7bdb5035cd3b4f36e1aa6b 11:07:01 $ docker rm -f cafd130a4ad505a4df15a18a77f33933a9220fd35a7bdb5035cd3b4f36e1aa6b [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 11:07:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:07:04 ---> package-listing.sh 11:07:04 ++ facter osfamily 11:07:04 ++ tr '[:upper:]' '[:lower:]' 11:07:04 + OS_FAMILY=redhat 11:07:04 + workspace=/w/workspace/gexfoundry_device-rest-go_master 11:07:04 + START_PACKAGES=/tmp/packages_start.txt 11:07:04 + END_PACKAGES=/tmp/packages_end.txt 11:07:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:07:04 + PACKAGES=/tmp/packages_start.txt 11:07:04 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 11:07:04 + PACKAGES=/tmp/packages_end.txt 11:07:04 + case "${OS_FAMILY}" in 11:07:04 + rpm -qa 11:07:04 + sort 11:07:11 + '[' -f /tmp/packages_start.txt ']' 11:07:11 + '[' -f /tmp/packages_end.txt ']' 11:07:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:07:11 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 11:07:11 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 11:07:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 11:07: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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:07:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:07:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:07:12 11:07:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:07:12 alpine: Pulling from edgex-lftools-log-publisher 11:07:12 df20fa9351a1: Pulling fs layer 11:07:12 36b3adc4ff6f: Pulling fs layer 11:07:12 8ad3a11d3b57: Pulling fs layer 11:07:12 46f8f816bc3b: Pulling fs layer 11:07:12 93b61091891f: Pulling fs layer 11:07:12 93b9cdb0e59b: Pulling fs layer 11:07:12 5e14af77c1be: Pulling fs layer 11:07:12 01666e4c0597: Pulling fs layer 11:07:12 aa168da1d23b: Pulling fs layer 11:07:12 93b61091891f: Waiting 11:07:12 93b9cdb0e59b: Waiting 11:07:12 5e14af77c1be: Waiting 11:07:12 01666e4c0597: Waiting 11:07:12 46f8f816bc3b: Waiting 11:07:12 aa168da1d23b: Waiting 11:07:12 36b3adc4ff6f: Download complete 11:07:13 46f8f816bc3b: Verifying Checksum 11:07:13 46f8f816bc3b: Download complete 11:07:13 df20fa9351a1: Verifying Checksum 11:07:13 df20fa9351a1: Download complete 11:07:13 93b9cdb0e59b: Verifying Checksum 11:07:13 93b9cdb0e59b: Download complete 11:07:13 93b61091891f: Verifying Checksum 11:07:13 93b61091891f: Download complete 11:07:13 5e14af77c1be: Verifying Checksum 11:07:13 5e14af77c1be: Download complete 11:07:13 01666e4c0597: Verifying Checksum 11:07:13 01666e4c0597: Download complete 11:07:13 8ad3a11d3b57: Verifying Checksum 11:07:13 8ad3a11d3b57: Download complete 11:07:14 df20fa9351a1: Pull complete 11:07:14 36b3adc4ff6f: Pull complete 11:07:16 8ad3a11d3b57: Pull complete 11:07:16 46f8f816bc3b: Pull complete 11:07:18 93b61091891f: Pull complete 11:07:18 93b9cdb0e59b: Pull complete 11:07:18 5e14af77c1be: Pull complete 11:07:19 01666e4c0597: Pull complete 11:07:21 aa168da1d23b: Verifying Checksum 11:07:21 aa168da1d23b: Download complete 11:07:40 aa168da1d23b: Pull complete 11:07:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:07:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:07:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:07:40 prd-centos7-docker-4c-2g-3799 does not seem to be running inside a container 11:07:40 $ 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/gexfoundry_device-rest-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/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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-lftools-log-publisher:alpine cat 11:07:44 $ docker top 095475e454cc69631a1b8eb1db4810fdfe2595db113917256125f3e7c6b4115d -eo pid,comm [Pipeline] { [Pipeline] sh 11:07:45 + touch /tmp/pre-build-complete [Pipeline] sh 11:07:46 + mkdir -p /var/log/sa [Pipeline] sh 11:07:46 + ls /var/log/sa-host 11:07:46 + sadf -c /var/log/sa-host/sa09 11:07:46 file_magic: OK 11:07:46 HZ: Using current value: 100 11:07:46 file_header: OK 11:07:46 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 11:07:46 Statistics: 11:07:46 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:07:46 File successfully converted to sysstat format version 12.2.1 11:07:46 + sadf -c /var/log/sa-host/sa23 11:07:46 file_magic: OK 11:07:46 HZ: Using current value: 100 11:07:46 file_header: OK 11:07:46 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 11:07:46 Statistics: 11:07:46 Hnuu...uuuununununu... 11:07:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:07:46 provisioning config files... 11:07:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8720827785257533420tmp [Pipeline] { [Pipeline] echo 11:07:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:07:47 ---> create-netrc.sh [Pipeline] } 11:07:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:07:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:07:47 ---> python-tools-install.sh [Pipeline] echo 11:07:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:07:48 ---> sudo-logs.sh 11:07:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:07:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:07:49 ---> job-cost.sh 11:07:49 lf-activate-venv: SKIPPING 11:07:49 DEBUG: total: 0.20999999344348907 11:07:49 INFO: Retrieving Stack Cost... 11:07:51 INFO: Retrieving Pricing Info for: v1-standard-2 11:07:51 INFO: Archiving Costs [Pipeline] echo 11:07:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:07:52 ---> logs-deploy.sh 11:07:52 lf-activate-venv: SKIPPING 11:07:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/38 11:07:52 INFO: archiving workspace using pattern(s): 11:07:55 Archives upload complete. 11:07:55 INFO: archiving logs to Nexus 11:07:57 ---> uname -a: 11:07:57 Linux prd-centos7-docker-4c-2g-3799.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:07:57 11:07:57 11:07:57 ---> lscpu: 11:07:57 Architecture: x86_64 11:07:57 CPU op-mode(s): 32-bit, 64-bit 11:07:57 Byte Order: Little Endian 11:07:57 Address sizes: 40 bits physical, 48 bits virtual 11:07:57 CPU(s): 4 11:07:57 On-line CPU(s) list: 0-3 11:07:57 Thread(s) per core: 1 11:07:57 Core(s) per socket: 1 11:07:57 Socket(s): 4 11:07:57 NUMA node(s): 1 11:07:57 Vendor ID: GenuineIntel 11:07:57 CPU family: 6 11:07:57 Model: 44 11:07:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:07:57 Stepping: 1 11:07:57 CPU MHz: 2933.438 11:07:57 BogoMIPS: 5866.87 11:07:57 Virtualization: VT-x 11:07:57 Hypervisor vendor: KVM 11:07:57 Virtualization type: full 11:07:57 L1d cache: 128 KiB 11:07:57 L1i cache: 128 KiB 11:07:57 L2 cache: 16 MiB 11:07:57 L3 cache: 64 MiB 11:07:57 NUMA node0 CPU(s): 0-3 11:07:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:07:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:07:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:07:57 Vulnerability Meltdown: Mitigation; PTI 11:07:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:07:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:07:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:07:57 Vulnerability Srbds: Not affected 11:07:57 Vulnerability Tsx async abort: Not affected 11:07:57 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 11:07:57 11:07:57 11:07:57 ---> nproc: 11:07:57 4 11:07:57 11:07:57 11:07:57 ---> df -h: 11:07:57 Filesystem Size Used Available Use% Mounted on 11:07:57 overlay 50.0G 8.2G 41.8G 16% / 11:07:57 tmpfs 64.0M 0 64.0M 0% /dev 11:07:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:07:57 shm 64.0M 0 64.0M 0% /dev/shm 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master@tmp 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 11:07:57 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 11:07:57 11:07:57 11:07:57 ---> free -m: 11:07:57 total used free shared buff/cache available 11:07:57 Mem: 1837 841 146 0 848 929 11:07:57 Swap: 1023 3 1020 11:07:57 11:07:57 11:07:57 ---> ip addr: 11:07:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:07:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:07:57 inet 127.0.0.1/8 scope host lo 11:07:57 valid_lft forever preferred_lft forever 11:07:57 inet6 ::1/128 scope host 11:07:57 valid_lft forever preferred_lft forever 11:07:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:07:57 link/ether fa:16:3e:5a:ab:47 brd ff:ff:ff:ff:ff:ff 11:07:57 inet 10.30.122.178/23 brd 10.30.123.255 scope global dynamic eth0 11:07:57 valid_lft 85337sec preferred_lft 85337sec 11:07:57 inet6 fe80::f816:3eff:fe5a:ab47/64 scope link 11:07:57 valid_lft forever preferred_lft forever 11:07:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:07:57 link/ether 02:42:f8:dd:84:b4 brd ff:ff:ff:ff:ff:ff 11:07:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:07:57 valid_lft forever preferred_lft forever 11:07:57 inet6 fe80::42:f8ff:fedd:84b4/64 scope link 11:07:57 valid_lft forever preferred_lft forever 11:07:57 11:07:57 11:07:57 ---> sar -b -r -n DEV: 11:07:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:07:57 11:07:57 10:49:57 LINUX RESTART (4 CPU) 11:07:57 11:07:57 10:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:07:57 10:52:01 64.98 42.02 22.96 0.00 6236.59 1910.85 0.00 11:07:57 10:53:01 22.18 4.59 17.59 0.00 1552.64 2610.94 0.00 11:07:57 10:54:02 2.13 0.00 2.13 0.00 0.00 38.07 0.00 11:07:57 10:55:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 11:07:57 10:56:01 0.28 0.00 0.28 0.00 0.00 4.22 0.00 11:07:57 10:57:01 0.28 0.00 0.28 0.00 0.00 3.34 0.00 11:07:57 10:58:01 0.32 0.00 0.32 0.00 0.00 3.81 0.00 11:07:57 10:59:01 0.63 0.00 0.63 0.00 0.00 6.96 0.00 11:07:57 11:00:01 0.34 0.00 0.34 0.00 0.00 5.64 0.00 11:07:57 11:01:01 0.17 0.02 0.15 0.00 0.13 1.75 0.00 11:07:57 11:02:01 0.42 0.08 0.33 0.00 1.60 4.99 0.00 11:07:57 11:03:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 11:07:57 11:04:01 17.84 0.81 17.03 0.00 348.58 8168.98 0.00 11:07:57 11:05:01 342.47 208.57 133.89 0.00 8931.45 30129.81 0.00 11:07:57 11:06:02 101.99 22.53 79.46 0.00 825.24 21471.36 0.00 11:07:57 11:07:01 128.14 54.80 73.33 0.00 3449.17 12237.00 0.00 11:07:57 Average: 42.66 20.83 21.82 0.00 1329.86 4794.61 0.00 11:07:57 11:07:57 10:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:07:57 10:52:01 66916 0 592600 31.50 2620 1219408 1280728 43.71 455844 1163688 10408 11:07:57 10:53:01 144976 0 612960 32.58 2620 1120988 1146872 39.14 435484 1102340 8 11:07:57 10:54:02 147768 0 610164 32.43 2620 1120992 1137188 38.81 434540 1101324 24 11:07:57 10:55:01 142132 0 615796 32.73 2620 1120996 1134116 38.71 445080 1096496 24 11:07:57 10:56:01 139976 0 617948 32.84 2620 1121000 1134140 38.71 447972 1095788 8 11:07:57 10:57:01 142056 0 615860 32.73 2620 1121008 1115600 38.07 445048 1096980 12 11:07:57 10:58:01 141612 0 616304 32.76 2620 1121008 1115612 38.07 445528 1096980 12 11:07:57 10:59:01 145112 0 612796 32.57 2620 1121016 1080420 36.87 443496 1095500 8 11:07:57 11:00:01 144392 0 613512 32.61 2620 1121020 1080588 36.88 445000 1095496 8 11:07:57 11:01:01 139392 0 618508 32.87 2620 1121024 1083148 36.97 449020 1095496 8 11:07:57 11:02:01 141248 0 616528 32.77 2620 1121148 1081024 36.89 447828 1095560 8 11:07:57 11:03:01 141524 0 616244 32.75 2620 1121156 1080928 36.89 447336 1095560 12 11:07:57 11:04:01 74084 0 707036 37.58 2620 1097804 1604808 54.77 533320 1065292 75256 11:07:57 11:05:01 218404 0 761396 40.47 2596 899148 1826092 62.32 561148 842592 28 11:07:57 11:06:02 77400 0 826356 43.92 1492 976296 1579088 53.89 630464 861408 87596 11:07:57 11:07:01 237228 0 808076 42.95 1492 834748 1478816 50.47 577452 730348 40 11:07:57 Average: 140264 0 653880 34.75 2478 1084922 1247448 42.57 477785 1045678 10841 11:07:57 11:07:57 10:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:07:57 10:52:01 eth0 203.84 154.62 870.77 61.43 0.00 0.00 0.00 0.00 11:07:57 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:53:01 eth0 95.78 88.11 471.06 19.56 0.00 0.00 0.00 0.00 11:07:57 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:53:01 docker0 37.68 32.44 3.43 132.64 0.00 0.00 0.00 0.00 11:07:57 10:54:02 eth0 4.42 0.73 1.10 0.50 0.00 0.00 0.00 0.00 11:07:57 10:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:55:01 eth0 2.68 1.03 0.94 0.71 0.00 0.00 0.00 0.00 11:07:57 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:56:01 eth0 3.43 0.70 0.75 0.41 0.00 0.00 0.00 0.00 11:07:57 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:57:01 eth0 1.83 1.08 0.96 0.67 0.00 0.00 0.00 0.00 11:07:57 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:58:01 eth0 0.45 0.23 0.26 0.16 0.00 0.00 0.00 0.00 11:07:57 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:59:01 eth0 0.62 0.08 0.06 0.04 0.00 0.00 0.00 0.00 11:07:57 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:00:01 eth0 1.12 0.34 0.33 0.20 0.00 0.00 0.00 0.00 11:07:57 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:01:01 eth0 0.47 0.30 0.27 0.20 0.00 0.00 0.00 0.00 11:07:57 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:02:01 eth0 0.43 0.20 0.15 0.07 0.00 0.00 0.00 0.00 11:07:57 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:03:01 eth0 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:07:57 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:04:01 eth0 378.51 319.01 4068.30 60.48 0.00 0.00 0.00 0.00 11:07:57 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:05:01 eth0 94.47 83.07 407.87 16.90 0.00 0.00 0.00 0.00 11:07:57 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:05:01 veth3566d2b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:05:01 vethbbfd6c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:06:02 eth0 359.04 285.44 3197.03 29.21 0.00 0.00 0.00 0.00 11:07:57 11:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:06:02 docker0 100.02 100.83 8.65 514.29 0.00 0.00 0.00 0.00 11:07:57 11:07:01 veth06075c7 1.78 1.40 0.30 0.27 0.00 0.00 0.00 0.00 11:07:57 11:07:01 eth0 150.90 80.64 327.84 89.20 0.00 0.00 0.00 0.00 11:07:57 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 11:07:01 docker0 29.57 46.36 1.81 263.47 0.00 0.00 0.00 0.00 11:07:57 Average: veth06075c7 0.11 0.09 0.02 0.02 0.00 0.00 0.00 0.00 11:07:57 Average: eth0 81.11 63.51 585.50 17.40 0.00 0.00 0.00 0.00 11:07:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:07:57 Average: docker0 8.11 9.20 0.66 48.57 0.00 0.00 0.00 0.00 11:07:57 11:07:57 11:07:57 ---> sar -P ALL: 11:07:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:07:57 11:07:57 10:49:57 LINUX RESTART (4 CPU) 11:07:57 11:07:57 10:51:02 CPU %user %nice %system %iowait %steal %idle 11:07:57 10:52:01 all 11.87 0.00 5.19 3.81 39.86 39.28 11:07:57 10:52:01 0 9.86 0.00 5.45 3.81 39.97 40.90 11:07:57 10:52:01 1 14.74 0.00 5.23 5.49 38.78 35.76 11:07:57 10:52:01 2 10.47 0.00 5.23 4.11 39.45 40.73 11:07:57 10:52:01 3 12.61 0.00 4.83 1.88 41.19 39.49 11:07:57 10:53:01 all 2.47 0.00 2.95 0.46 15.57 78.55 11:07:57 10:53:01 0 1.94 0.00 2.34 0.27 16.82 78.63 11:07:57 10:53:01 1 2.94 0.00 3.59 0.11 15.31 78.05 11:07:57 10:53:01 2 2.57 0.00 2.78 0.25 14.88 79.52 11:07:57 10:53:01 3 2.44 0.00 3.10 1.23 15.24 78.00 11:07:57 10:54:02 all 0.10 0.00 0.06 0.00 2.09 97.74 11:07:57 10:54:02 0 0.10 0.00 0.03 0.00 1.84 98.03 11:07:57 10:54:02 1 0.11 0.00 0.03 0.02 2.19 97.64 11:07:57 10:54:02 2 0.07 0.00 0.07 0.00 2.28 97.59 11:07:57 10:54:02 3 0.13 0.00 0.10 0.00 2.07 97.70 11:07:57 10:55:01 all 0.07 0.00 0.10 0.00 2.48 97.36 11:07:57 10:55:01 0 0.05 0.00 0.10 0.00 1.98 97.87 11:07:57 10:55:01 1 0.02 0.00 0.10 0.00 1.35 98.53 11:07:57 10:55:01 2 0.07 0.00 0.10 0.00 3.45 96.39 11:07:57 10:55:01 3 0.15 0.00 0.08 0.00 3.11 96.66 11:07:57 10:56:01 all 0.07 0.00 0.09 0.00 1.70 98.15 11:07:57 10:56:01 0 0.02 0.00 0.03 0.00 1.35 98.60 11:07:57 10:56:01 1 0.02 0.00 0.23 0.00 0.96 98.79 11:07:57 10:56:01 2 0.03 0.00 0.03 0.00 1.95 97.99 11:07:57 10:56:01 3 0.20 0.00 0.05 0.00 2.53 97.23 11:07:57 10:57:01 all 0.09 0.00 0.19 0.00 1.62 98.10 11:07:57 10:57:01 0 0.03 0.00 0.21 0.00 1.34 98.42 11:07:57 10:57:01 1 0.05 0.00 0.15 0.00 2.26 97.55 11:07:57 10:57:01 2 0.03 0.00 0.21 0.00 1.29 98.47 11:07:57 10:57:01 3 0.23 0.00 0.20 0.00 1.60 97.97 11:07:57 10:58:01 all 0.09 0.00 0.02 0.00 0.92 98.97 11:07:57 10:58:01 0 0.02 0.00 0.02 0.00 0.31 99.65 11:07:57 10:58:01 1 0.03 0.00 0.03 0.00 1.25 98.68 11:07:57 10:58:01 2 0.05 0.00 0.00 0.00 0.79 99.16 11:07:57 10:58:01 3 0.25 0.00 0.05 0.00 1.30 98.40 11:07:57 10:59:01 all 0.08 0.00 0.09 0.00 1.19 98.64 11:07:57 10:59:01 0 0.05 0.00 0.13 0.00 1.93 97.89 11:07:57 10:59:01 1 0.05 0.00 0.03 0.00 0.40 99.52 11:07:57 10:59:01 2 0.05 0.00 0.10 0.00 1.25 98.60 11:07:57 10:59:01 3 0.16 0.00 0.12 0.00 1.17 98.55 11:07:57 11:00:01 all 0.08 0.00 0.04 0.00 0.67 99.20 11:07:57 11:00:01 0 0.02 0.00 0.03 0.00 0.37 99.58 11:07:57 11:00:01 1 0.03 0.00 0.03 0.00 0.69 99.24 11:07:57 11:00:01 2 0.12 0.00 0.07 0.00 1.21 98.61 11:07:57 11:00:01 3 0.17 0.00 0.03 0.00 0.42 99.38 11:07:57 11:01:01 all 0.08 0.00 0.03 0.00 0.81 99.07 11:07:57 11:01:01 0 0.03 0.00 0.05 0.00 0.68 99.24 11:07:57 11:01:01 1 0.05 0.00 0.03 0.00 1.29 98.63 11:07:57 11:01:01 2 0.22 0.00 0.02 0.00 0.83 98.94 11:07:57 11:01:01 3 0.03 0.00 0.02 0.02 0.45 99.49 11:07:57 11:02:01 all 0.08 0.00 0.04 0.00 0.59 99.29 11:07:57 11:02:01 0 0.02 0.00 0.03 0.00 0.28 99.67 11:07:57 11:02:01 1 0.03 0.00 0.07 0.02 0.81 99.07 11:07:57 11:02:01 2 0.25 0.00 0.02 0.00 0.50 99.24 11:07:57 11:02:01 3 0.02 0.00 0.05 0.00 0.76 99.17 11:07:57 11:07:57 11:02:01 CPU %user %nice %system %iowait %steal %idle 11:07:57 11:03:01 all 0.07 0.00 0.02 0.00 1.08 98.83 11:07:57 11:03:01 0 0.00 0.00 0.02 0.00 0.46 99.52 11:07:57 11:03:01 1 0.20 0.00 0.02 0.00 1.59 98.19 11:07:57 11:03:01 2 0.05 0.00 0.02 0.00 0.73 99.21 11:07:57 11:03:01 3 0.02 0.00 0.03 0.00 1.53 98.42 11:07:57 11:04:01 all 2.11 0.00 1.60 0.09 12.25 83.95 11:07:57 11:04:01 0 2.13 0.00 1.73 0.02 13.09 83.05 11:07:57 11:04:01 1 1.22 0.00 1.00 0.23 12.39 85.16 11:07:57 11:04:01 2 2.69 0.00 2.26 0.02 12.44 82.59 11:07:57 11:04:01 3 2.45 0.00 1.44 0.08 11.07 84.96 11:07:57 11:05:01 all 6.14 0.00 5.55 3.78 25.32 59.22 11:07:57 11:05:01 0 4.44 0.00 5.24 2.92 25.35 62.05 11:07:57 11:05:01 1 7.72 0.00 5.13 3.77 24.49 58.90 11:07:57 11:05:01 2 7.16 0.00 7.23 5.36 26.59 53.66 11:07:57 11:05:01 3 5.30 0.00 4.66 3.14 24.87 62.02 11:07:57 11:06:02 all 3.76 0.00 4.17 0.16 36.72 55.19 11:07:57 11:06:02 0 3.52 0.00 3.95 0.35 39.20 52.98 11:07:57 11:06:02 1 3.35 0.00 4.02 0.03 36.45 56.16 11:07:57 11:06:02 2 4.22 0.00 3.76 0.22 35.59 56.20 11:07:57 11:06:02 3 3.96 0.00 4.98 0.03 35.63 55.41 11:07:57 11:07:01 all 5.71 0.00 6.59 1.19 19.54 66.96 11:07:57 11:07:01 0 5.53 0.00 5.61 0.60 21.17 67.09 11:07:57 11:07:01 1 3.64 0.00 5.89 2.30 19.18 69.00 11:07:57 11:07:01 2 6.08 0.00 7.06 1.14 18.75 66.97 11:07:57 11:07:01 3 7.67 0.00 7.86 0.70 19.03 64.74 11:07:57 Average: all 2.17 0.00 1.76 0.62 10.78 84.67 11:07:57 Average: 0 1.86 0.00 1.67 0.54 11.16 84.77 11:07:57 Average: 1 2.23 0.00 1.68 0.77 10.53 84.79 11:07:57 Average: 2 2.24 0.00 1.89 0.72 10.72 84.42 11:07:57 Average: 3 2.35 0.00 1.81 0.46 10.70 84.68 11:07:57 11:07:57 11:07:57