Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0088b1c14d9fd9deeb4630211d1277bd3e025ddb 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: device-rest 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4748 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 Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) > 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 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 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" > git rev-list --no-walk 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:39:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:39:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:39:50 ========================================================= 18:39:50 EdgeX Global Pipelines Version Info 18:39:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:39:52 ------------------- 18:39:52 stable info: 18:39:52 ------------------- 18:39:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:39:52 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 18:39:52 Message: update stable to v1.0.192 18:39:53 ------------------- 18:39:53 experimental info: 18:39:53 ------------------- 18:39:53 Commited By: **** collab-it+edgex@linuxfoundation.org 18:39:53 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 18:39:53 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:39:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0088b1c [Pipeline] echo 18:39:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:39:54 provisioning config files... 18:39:54 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6011079910806958082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:54 ---> docker-login.sh 18:39:54 nexus3.edgexfoundry.org:10001 18:39:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:55 Configure a credential helper to remove this warning. See 18:39:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:55 18:39:55 Login Succeeded 18:39:55 nexus3.edgexfoundry.org:10002 18:39:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:55 Configure a credential helper to remove this warning. See 18:39:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:55 18:39:55 Login Succeeded 18:39:55 nexus3.edgexfoundry.org:10003 18:39:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:55 Configure a credential helper to remove this warning. See 18:39:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:55 18:39:55 Login Succeeded 18:39:55 nexus3.edgexfoundry.org:10004 18:39:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:55 Configure a credential helper to remove this warning. See 18:39:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:55 18:39:55 Login Succeeded 18:39:55 docker.io 18:39:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:56 Configure a credential helper to remove this warning. See 18:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:56 18:39:56 Login Succeeded 18:39:56 ---> docker-login.sh ends [Pipeline] } 18:39:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:56 + git log --format=format:%s -1 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] echo 18:39:56 GIT_COMMIT: 0088b1c14d9fd9deeb4630211d1277bd3e025ddb, Commit Message: Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix [Pipeline] echo 18:39:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:39:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:57 18:39:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:39:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:57 latest: Pulling from edgex-devops/git-semver 18:39:57 31603596830f: Pulling fs layer 18:39:57 54011a49482f: Pulling fs layer 18:39:57 a6820b24f6d8: Pulling fs layer 18:39:57 f581987b2513: Pulling fs layer 18:39:57 f581987b2513: Waiting 18:39:57 54011a49482f: Verifying Checksum 18:39:57 54011a49482f: Download complete 18:39:57 31603596830f: Verifying Checksum 18:39:57 31603596830f: Download complete 18:39:57 f581987b2513: Verifying Checksum 18:39:57 f581987b2513: Download complete 18:39:57 a6820b24f6d8: Verifying Checksum 18:39:57 a6820b24f6d8: Download complete 18:39:58 31603596830f: Pull complete 18:39:58 54011a49482f: Pull complete 18:39:59 a6820b24f6d8: Pull complete 18:39:59 f581987b2513: Pull complete 18:39:59 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:39:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:39:59 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:39:59 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:01 $ docker top a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:02 [ssh-agent] Looking for ssh-agent implementation... 18:40:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:02 $ docker exec a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent 18:40:02 SSH_AUTH_SOCK=/tmp/ssh-S2lLJsELpp7E/agent.11 18:40:02 SSH_AGENT_PID=16 18:40:02 Running ssh-add (command line suppressed) 18:40:02 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8173736757022843360.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8173736757022843360.key) 18:40:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:02 + git tag --points-at HEAD [Pipeline] } 18:40:03 $ docker exec --env ******** --env ******** a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent -k 18:40:03 unset SSH_AUTH_SOCK; 18:40:03 unset SSH_AGENT_PID; 18:40:03 echo Agent pid 16 killed; 18:40:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:40:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:03 [ssh-agent] Looking for ssh-agent implementation... 18:40:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:03 $ docker exec a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent 18:40:03 SSH_AUTH_SOCK=/tmp/ssh-NLjRdeIqTZHl/agent.46 18:40:03 SSH_AGENT_PID=51 18:40:03 Running ssh-add (command line suppressed) 18:40:03 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_485298591574684612.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_485298591574684612.key) 18:40:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:04 + git semver init 18:40:04 # -> Open(): unable to determine branch for HEAD 18:40:04 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 18:40:04 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 18:40:04 # $SEMVER_REMOTE_NAME = origin 18:40:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:04 # $SEMVER_USER_NAME = edgex-jenkins 18:40:04 # $SEMVER_BRANCH = master 18:40:04 # $SEMVER_TEMP = /tmp/semver-582384620 18:40:04 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 18:40:06 # '/tmp/semver-582384620' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 18:40:06 # -> Force: false 18:40:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 18:40:06 $ docker exec --env ******** --env ******** a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent -k 18:40:06 unset SSH_AUTH_SOCK; 18:40:06 unset SSH_AGENT_PID; 18:40:06 echo Agent pid 51 killed; 18:40:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:07 + git semver [Pipeline] } 18:40:07 $ docker stop --time=1 a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a 18:40:08 $ docker rm -f a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a [Pipeline] // withDockerContainer [Pipeline] sh 18:40:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:40:10 Stashed 1 file(s) [Pipeline] echo 18:40:10 [edgeXSemver]: initialized semver on version 1.2.2-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:40:25 Still waiting to schedule task 18:40:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:40:25 Still waiting to schedule task 18:40:25 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4736’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4739’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4740’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4750’ is offline 18:42:21 Running on prd-centos7-docker-4c-2g-4756 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 18:42:21 Running in /w/workspace/device-rest-go/41 [Pipeline] { [Pipeline] checkout 18:42:27 using credential edgex-jenkins-ssh 18:42:28 Cloning the remote Git repository 18:42:28 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 18:42:28 > git init /w/workspace/device-rest-go/41 # timeout=10 18:42:28 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 18:42:28 > git --version # timeout=10 18:42:28 > git --version # 'git version 2.24.3' 18:42:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:29 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 18:42:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:29 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 18:42:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 18:42:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:30 Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) 18:42:30 > git config core.sparsecheckout # timeout=10 18:42:30 > git checkout -f 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 18:42:34 Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:42:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:42:37 + sudo service docker restart 18:42:37 + true 18:42:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:42:39 provisioning config files... 18:42:39 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config6361518492318672635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:42:39 ---> docker-login.sh 18:42:39 nexus3.edgexfoundry.org:10001 18:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:40 Configure a credential helper to remove this warning. See 18:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:40 18:42:40 Login Succeeded 18:42:40 nexus3.edgexfoundry.org:10002 18:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:40 Configure a credential helper to remove this warning. See 18:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:40 18:42:40 Login Succeeded 18:42:40 nexus3.edgexfoundry.org:10003 18:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:41 Configure a credential helper to remove this warning. See 18:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:41 18:42:41 Login Succeeded 18:42:41 nexus3.edgexfoundry.org:10004 18:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:41 Configure a credential helper to remove this warning. See 18:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:41 18:42:41 Login Succeeded 18:42:41 docker.io 18:42:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:42 Configure a credential helper to remove this warning. See 18:42:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:42 18:42:42 Login Succeeded 18:42:42 ---> docker-login.sh ends [Pipeline] } 18:42:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:42:43 ========================================================= 18:42:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:42:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:43 + 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 . 18:42:43 Sending build context to Docker daemon 92.16kB 18:42:43 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 18:42:43 Step 2/10 : FROM ${BASE} 18:42:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:42:44 540db60ca938: Pulling fs layer 18:42:44 adcc1eea9eea: Pulling fs layer 18:42:44 4c4ab2625f07: Pulling fs layer 18:42:44 0510c868ecb4: Pulling fs layer 18:42:44 afea3b2eda06: Pulling fs layer 18:42:44 7809a108b3ef: Pulling fs layer 18:42:44 f706445af74f: Pulling fs layer 18:42:44 afea3b2eda06: Waiting 18:42:44 f706445af74f: Waiting 18:42:44 7809a108b3ef: Waiting 18:42:44 0510c868ecb4: Waiting 18:42:44 4c4ab2625f07: Verifying Checksum 18:42:44 4c4ab2625f07: Download complete 18:42:44 adcc1eea9eea: Verifying Checksum 18:42:44 adcc1eea9eea: Download complete 18:42:44 afea3b2eda06: Verifying Checksum 18:42:44 afea3b2eda06: Download complete 18:42:44 7809a108b3ef: Verifying Checksum 18:42:44 7809a108b3ef: Download complete 18:42:44 540db60ca938: Verifying Checksum 18:42:44 540db60ca938: Download complete 18:42:44 540db60ca938: Pull complete 18:42:45 adcc1eea9eea: Pull complete 18:42:45 4c4ab2625f07: Pull complete 18:42:48 f706445af74f: Verifying Checksum 18:42:48 f706445af74f: Download complete 18:42:50 0510c868ecb4: Verifying Checksum 18:42:50 0510c868ecb4: Download complete 18:42:58 0510c868ecb4: Pull complete 18:42:58 afea3b2eda06: Pull complete 18:42:58 7809a108b3ef: Pull complete 18:43:04 f706445af74f: Pull complete 18:43:04 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:43:04 ---> b068be0155e3 18:43:04 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:43:06 ---> Running in f4441db07ffc 18:43:06 Removing intermediate container f4441db07ffc 18:43:06 ---> 04f9c09eb632 18:43:06 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 18:43:06 ---> Running in 78b6292f4700 18:43:06 Removing intermediate container 78b6292f4700 18:43:06 ---> f4d11a6664ba 18:43:06 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:43:06 ---> Running in bcb24ebd4628 18:43:06 Removing intermediate container bcb24ebd4628 18:43:06 ---> 5211757d375d 18:43:06 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:07 ---> Running in 7167920810f7 18:43:08 Removing intermediate container 7167920810f7 18:43:08 ---> a944ea07e0bb 18:43:08 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:43:08 ---> Running in 39c8d91f2db1 18:43:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:43:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:43:10 (1/9) Installing libc-dev (0.7.2-r3) 18:43:10 (2/9) Installing libsodium (1.0.18-r0) 18:43:10 (3/9) Installing pkgconf (1.7.3-r0) 18:43:10 (4/9) Installing libsodium-dev (1.0.18-r0) 18:43:10 (5/9) Installing openssh-keygen (8.4_p1-r3) 18:43:11 (6/9) Installing libedit (20191231.3.1-r1) 18:43:11 (7/9) Installing openssh-client (8.4_p1-r3) 18:43:11 (8/9) Installing libzmq (4.3.3-r1) 18:43:11 (9/9) Installing zeromq-dev (4.3.3-r1) 18:43:11 Executing busybox-1.32.1-r6.trigger 18:43:11 OK: 154 MiB in 49 packages 18:43:12 Removing intermediate container 39c8d91f2db1 18:43:12 ---> 45500bb99854 18:43:12 Step 8/10 : WORKDIR /device-rest-go 18:43:13 ---> Running in bcd1c1e7de45 18:43:13 Removing intermediate container bcd1c1e7de45 18:43:13 ---> 271377d725b3 18:43:13 Step 9/10 : COPY . . 18:43:13 ---> 3a2355a6078a 18:43:13 Step 10/10 : RUN go mod download 18:43:13 ---> Running in 85355de6e6e3 18:43:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4758 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 18:43:22 Running in /w/workspace/device-rest-go/41 [Pipeline] { [Pipeline] checkout 18:43:28 using credential edgex-jenkins-ssh 18:43:28 Cloning the remote Git repository 18:43:28 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 18:43:28 > git init /w/workspace/device-rest-go/41 # timeout=10 18:43:29 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 18:43:29 > git --version # timeout=10 18:43:29 > git --version # 'git version 2.17.1' 18:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:30 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 18:43:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 18:43:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 18:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:31 Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) 18:43:31 > git config core.sparsecheckout # timeout=10 18:43:31 > git checkout -f 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 18:43:36 Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:43:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:43:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:43:38 + sudo service docker restart 18:43:38 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:43:41 provisioning config files... 18:43:41 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config1310453941575440211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:41 ---> docker-login.sh 18:43:41 nexus3.edgexfoundry.org:10001 18:43:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:42 Configure a credential helper to remove this warning. See 18:43:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:42 18:43:42 Login Succeeded 18:43:42 nexus3.edgexfoundry.org:10002 18:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:43 Configure a credential helper to remove this warning. See 18:43:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:43 18:43:43 Login Succeeded 18:43:43 nexus3.edgexfoundry.org:10003 18:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:44 Configure a credential helper to remove this warning. See 18:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:44 18:43:44 Login Succeeded 18:43:44 nexus3.edgexfoundry.org:10004 18:43:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:44 Configure a credential helper to remove this warning. See 18:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:44 18:43:44 Login Succeeded 18:43:44 docker.io 18:43:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:45 Configure a credential helper to remove this warning. See 18:43:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:45 18:43:45 Login Succeeded 18:43:45 ---> docker-login.sh ends [Pipeline] } 18:43:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:43:46 ========================================================= 18:43:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:43:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:43:46 Removing intermediate container 85355de6e6e3 18:43:46 ---> 7814bf282afd 18:43:46 Successfully built 7814bf282afd 18:43:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:43:46 + 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 . 18:43:46 Sending build context to Docker daemon 92.16kB 18:43:46 + docker inspect -f . ci-base-image-x86_64 18:43:46 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 18:43:46 Step 2/10 : FROM ${BASE} 18:43:46 . [Pipeline] withDockerContainer 18:43:46 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:43:46 595b0fe564bb: Pulling fs layer 18:43:46 7186ed65a4f7: Pulling fs layer 18:43:46 316046926c0a: Pulling fs layer 18:43:46 4ebd0625c992: Pulling fs layer 18:43:46 207e8628e3a3: Pulling fs layer 18:43:46 c791037a9be2: Pulling fs layer 18:43:46 ffd874e62e21: Pulling fs layer 18:43:46 4ebd0625c992: Waiting 18:43:46 207e8628e3a3: Waiting 18:43:46 c791037a9be2: Waiting 18:43:46 ffd874e62e21: Waiting 18:43:46 316046926c0a: Verifying Checksum 18:43:46 316046926c0a: Download complete 18:43:46 7186ed65a4f7: Verifying Checksum 18:43:46 7186ed65a4f7: Download complete 18:43:46 207e8628e3a3: Verifying Checksum 18:43:46 207e8628e3a3: Download complete 18:43:46 c791037a9be2: Verifying Checksum 18:43:46 c791037a9be2: Download complete 18:43:46 595b0fe564bb: Download complete 18:43:47 prd-centos7-docker-4c-2g-4756 does not seem to be running inside a container 18:43:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:43:47 595b0fe564bb: Pull complete 18:43:48 7186ed65a4f7: Pull complete 18:43:48 $ docker top 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:48 316046926c0a: Pull complete 18:43:48 + go version 18:43:49 ffd874e62e21: Verifying Checksum 18:43:49 ffd874e62e21: Download complete 18:43:49 go version go1.16.3 linux/amd64 [Pipeline] } 18:43:49 $ docker stop --time=1 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 18:43:50 4ebd0625c992: Verifying Checksum 18:43:50 4ebd0625c992: Download complete 18:43:51 $ docker rm -f 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:52 + docker inspect -f . ci-base-image-x86_64 18:43:52 . [Pipeline] withDockerContainer 18:43:52 prd-centos7-docker-4c-2g-4756 does not seem to be running inside a container 18:43:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:43:53 $ docker top ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:54 + go mod tidy [Pipeline] sh 18:43:55 + make test 18:43:55 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:43:57 ? github.com/edgexfoundry/device-rest-go [no test files] 18:44:03 4ebd0625c992: Pull complete 18:44:03 207e8628e3a3: Pull complete 18:44:03 c791037a9be2: Pull complete 18:44:05 ffd874e62e21: Pull complete 18:44:05 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 18:44:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:44:05 ---> cfc18b08335c 18:44:05 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:44:09 ---> Running in e22eb28e9b6e 18:44:09 Removing intermediate container e22eb28e9b6e 18:44:09 ---> 95711035b261 18:44:09 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 18:44:09 ---> Running in 88abef8ff5cd 18:44:09 Removing intermediate container 88abef8ff5cd 18:44:09 ---> 8ea4482661b3 18:44:09 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:44:09 ---> Running in d005f9774349 18:44:10 Removing intermediate container d005f9774349 18:44:10 ---> 2df7adad151c 18:44:10 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:10 ---> Running in 94658556943e 18:44:13 Removing intermediate container 94658556943e 18:44:13 ---> c6aa59d89658 18:44:13 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:44:13 ---> Running in 43863646cbbf 18:44:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:44:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:44:16 (1/9) Installing libc-dev (0.7.2-r3) 18:44:16 (2/9) Installing libsodium (1.0.18-r0) 18:44:16 (3/9) Installing pkgconf (1.7.3-r0) 18:44:16 (4/9) Installing libsodium-dev (1.0.18-r0) 18:44:16 (5/9) Installing openssh-keygen (8.4_p1-r3) 18:44:16 (6/9) Installing libedit (20191231.3.1-r1) 18:44:17 (7/9) Installing openssh-client (8.4_p1-r3) 18:44:17 (8/9) Installing libzmq (4.3.3-r1) 18:44:17 (9/9) Installing zeromq-dev (4.3.3-r1) 18:44:17 Executing busybox-1.32.1-r6.trigger 18:44:17 OK: 144 MiB in 49 packages 18:44:19 Removing intermediate container 43863646cbbf 18:44:19 ---> 8d6be5e9d3f2 18:44:19 Step 8/10 : WORKDIR /device-rest-go 18:44:19 ---> Running in 35680cf29af1 18:44:20 Removing intermediate container 35680cf29af1 18:44:20 ---> 721963dadf5e 18:44:20 Step 9/10 : COPY . . 18:44:20 ---> a4fdb2a44d17 18:44:20 Step 10/10 : RUN go mod download 18:44:21 ---> Running in 4ca7893e2ea1 18:44:30 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 18:44:31 ok github.com/edgexfoundry/device-rest-go/driver 0.028s coverage: 54.0% of statements 18:44:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:44:44 gofmt -l . 18:44:44 [ "`gofmt -l .`" = "" ] 18:44:44 ./bin/test-go-mod-tidy.sh 18:44:44 ./bin/test-attribution-txt.sh [Pipeline] } 18:44:44 $ docker stop --time=1 ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 18:44:46 $ docker rm -f ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 [Pipeline] // withDockerContainer [Pipeline] sh 18:44:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:44:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:44:49 + ls -al . 18:44:49 total 104 18:44:49 drwxrwxr-x. 8 jenkins jenkins 4096 May 12 18:44 . 18:44:49 drwxrwxr-x. 4 jenkins jenkins 30 May 12 18:42 .. 18:44:49 -rw-rw-r--. 1 jenkins jenkins 6792 May 12 18:42 Attribution.txt 18:44:49 drwxrwxr-x. 2 jenkins jenkins 64 May 12 18:42 bin 18:44:49 drwxrwxr-x. 3 jenkins jenkins 32 May 12 18:42 cmd 18:44:49 -rw-r--r--. 1 jenkins jenkins 8513 May 12 18:44 coverage.out 18:44:49 -rw-rw-r--. 1 jenkins jenkins 1602 May 12 18:42 Dockerfile 18:44:49 -rw-rw-r--. 1 jenkins jenkins 1087 May 12 18:42 Dockerfile.build 18:44:49 -rw-rw-r--. 1 jenkins jenkins 151 May 12 18:42 .dockerignore 18:44:49 drwxrwxr-x. 2 jenkins jenkins 76 May 12 18:42 driver 18:44:49 drwxrwxr-x. 8 jenkins jenkins 162 May 12 18:42 .git 18:44:49 drwxrwxr-x. 2 jenkins jenkins 103 May 12 18:42 .github 18:44:49 -rw-rw-r--. 1 jenkins jenkins 339 May 12 18:42 .gitignore 18:44:49 -rw-r--r--. 1 jenkins jenkins 285 May 12 18:44 go.mod 18:44:49 -rw-r--r--. 1 jenkins jenkins 21011 May 12 18:43 go.sum 18:44:49 -rw-rw-r--. 1 jenkins jenkins 680 May 12 18:42 Jenkinsfile 18:44:49 -rw-rw-r--. 1 jenkins jenkins 11340 May 12 18:42 LICENSE 18:44:49 -rw-rw-r--. 1 jenkins jenkins 976 May 12 18:42 Makefile 18:44:49 -rw-rw-r--. 1 jenkins jenkins 7667 May 12 18:42 README.md 18:44:49 drwxrwxr-x. 4 jenkins jenkins 71 May 12 18:42 snap 18:44:49 -rw-rw-r--. 1 jenkins jenkins 11 May 12 18:40 VERSION 18:44:49 -rw-rw-r--. 1 jenkins jenkins 713 May 12 18:42 version.go [Pipeline] isUnix [Pipeline] sh 18:44:49 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb --label arch=amd64 --label version=1.2.2-dev.8 . 18:44:49 Sending build context to Docker daemon 101.9kB 18:44:50 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 18:44:50 Step 2/24 : FROM ${BASE} AS builder 18:44:50 ---> 7814bf282afd 18:44:50 Step 3/24 : ARG MAKE='make build' 18:44:50 ---> Running in 83b08ae495ef 18:44:50 Removing intermediate container 83b08ae495ef 18:44:50 ---> b081d2d4c3b1 18:44:50 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:44:50 ---> Running in 5f55b1b8fd8f 18:44:50 Removing intermediate container 5f55b1b8fd8f 18:44:50 ---> bef4cd466641 18:44:50 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 18:44:50 ---> Running in 719c5406196a 18:44:51 Removing intermediate container 719c5406196a 18:44:51 ---> 5bd7ea22db8c 18:44:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:51 ---> Running in 86ed9684322f 18:44:52 Removing intermediate container 86ed9684322f 18:44:52 ---> 274356401f85 18:44:52 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:44:52 ---> Running in 62364eb9b9c0 18:44:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:44:53 Removing intermediate container 4ca7893e2ea1 18:44:53 ---> 58ecdc0b1fad 18:44:53 Successfully built 58ecdc0b1fad 18:44:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:44:53 + docker inspect -f . ci-base-image-arm64 18:44:53 . [Pipeline] withDockerContainer 18:44:54 prd-ubuntu18.04-docker-arm64-4c-16g-4758 does not seem to be running inside a container 18:44:54 OK: 154 MiB in 49 packages 18:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@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 18:44:54 Removing intermediate container 62364eb9b9c0 18:44:54 ---> 310f9f87dd39 18:44:54 Step 8/24 : WORKDIR /device-rest-go 18:44:54 ---> Running in 6a0d6afb7afe 18:44:55 Removing intermediate container 6a0d6afb7afe 18:44:55 ---> 13faf6965b97 18:44:55 Step 9/24 : COPY . . 18:44:55 ---> 4bc4b1ec3972 18:44:55 Step 10/24 : RUN make update 18:44:55 ---> Running in 2c053cfa7a08 18:44:55 $ docker top 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b -eo pid,comm 18:44:55 CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] { [Pipeline] sh 18:44:56 Removing intermediate container 2c053cfa7a08 18:44:56 ---> cb19b77779c3 18:44:56 Step 11/24 : RUN $MAKE 18:44:56 ---> Running in 4f219a3ac7aa 18:44:56 + go version 18:44:56 go version go1.16.3 linux/arm64 [Pipeline] } 18:44:57 $ docker stop --time=1 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b 18:44:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd 18:44:58 $ docker rm -f 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:59 + docker inspect -f . ci-base-image-arm64 18:44:59 . [Pipeline] withDockerContainer 18:44:59 prd-ubuntu18.04-docker-arm64-4c-16g-4758 does not seem to be running inside a container 18:45:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@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 18:45:01 $ docker top a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:02 + go mod tidy [Pipeline] sh 18:45:03 + make test 18:45:03 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 18:45:05 ? github.com/edgexfoundry/device-rest-go [no test files] 18:45:16 Removing intermediate container 4f219a3ac7aa 18:45:16 ---> d4e05ce0945e 18:45:16 Step 12/24 : FROM alpine:3.12 18:45:16 3.12: Pulling from library/alpine 18:45:16 339de151aab4: Pulling fs layer 18:45:16 339de151aab4: Download complete 18:45:16 339de151aab4: Pull complete 18:45:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:45:16 Status: Downloaded newer image for alpine:3.12 18:45:16 ---> 13621d1b12d4 18:45:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:45:16 ---> Running in 7371627ef0cd 18:45:16 Removing intermediate container 7371627ef0cd 18:45:16 ---> 63ae668c1ce8 18:45:16 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 18:45:16 ---> Running in 9066d189e89b 18:45:16 Removing intermediate container 9066d189e89b 18:45:16 ---> 29f44e2e561a 18:45:16 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 18:45:16 ---> Running in 00e53dd5fefc 18:45:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:17 (1/6) Installing dumb-init (1.2.2-r1) 18:45:17 (2/6) Installing libgcc (9.3.0-r2) 18:45:17 (3/6) Installing libsodium (1.0.18-r0) 18:45:17 (4/6) Installing libstdc++ (9.3.0-r2) 18:45:17 (5/6) Installing libzmq (4.3.3-r0) 18:45:17 (6/6) Installing zeromq (4.3.3-r0) 18:45:17 Executing busybox-1.31.1-r20.trigger 18:45:17 OK: 8 MiB in 20 packages 18:45:17 Removing intermediate container 00e53dd5fefc 18:45:17 ---> 4dbf8a7b6c34 18:45:17 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 18:45:18 ---> 4c81024d3a21 18:45:18 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 18:45:18 ---> 4eed61cc5f76 18:45:18 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 18:45:19 ---> 521c4070c3d6 18:45:19 Step 19/24 : EXPOSE 49986 18:45:19 ---> Running in 15c4856f9938 18:45:19 Removing intermediate container 15c4856f9938 18:45:19 ---> 1573285fea34 18:45:19 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 18:45:19 ---> Running in a6b1bd3bcadf 18:45:19 Removing intermediate container a6b1bd3bcadf 18:45:19 ---> 2f46a0be8b36 18:45:19 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 18:45:19 ---> Running in 364bf5b83f56 18:45:19 Removing intermediate container 364bf5b83f56 18:45:19 ---> 4e4c572f3709 18:45:19 Step 22/24 : LABEL arch=amd64 18:45:20 ---> Running in cb17b430e911 18:45:20 Removing intermediate container cb17b430e911 18:45:20 ---> 641309c04258 18:45:20 Step 23/24 : LABEL git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:45:20 ---> Running in 419f741b4dbe 18:45:20 Removing intermediate container 419f741b4dbe 18:45:20 ---> 79e8c7166a51 18:45:20 Step 24/24 : LABEL version=1.2.2-dev.8 18:45:20 ---> Running in e9c674053f52 18:45:21 Removing intermediate container e9c674053f52 18:45:21 ---> 4cd954e83e3f 18:45:21 [Warning] One or more build-args [ARCH] were not consumed 18:45:21 Successfully built 4cd954e83e3f 18:45:21 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:45:21 provisioning config files... 18:45:21 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config6206529908939341621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:45:21 ---> docker-login.sh 18:45:21 nexus3.edgexfoundry.org:10001 18:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:22 Configure a credential helper to remove this warning. See 18:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:22 18:45:22 Login Succeeded 18:45:22 nexus3.edgexfoundry.org:10002 18:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:22 Configure a credential helper to remove this warning. See 18:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:22 18:45:22 Login Succeeded 18:45:22 nexus3.edgexfoundry.org:10003 18:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:22 Configure a credential helper to remove this warning. See 18:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:22 18:45:22 Login Succeeded 18:45:22 nexus3.edgexfoundry.org:10004 18:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:22 Configure a credential helper to remove this warning. See 18:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:22 18:45:22 Login Succeeded 18:45:22 docker.io 18:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:23 Configure a credential helper to remove this warning. See 18:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:23 18:45:23 Login Succeeded 18:45:23 ---> docker-login.sh ends [Pipeline] } 18:45:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:45:23 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 18:45:23 0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:45:23 latest 18:45:23 1.2.2-dev.8 18:45:23 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:45:23 master 18:45:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:23 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh 18:45:24 + docker push nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:45:24 640ee456d000: Preparing 18:45:24 44d99235da09: Preparing 18:45:24 b9b9aa6e6867: Preparing 18:45:24 c5f93c8fc343: Preparing 18:45:24 32f366d666a5: Preparing 18:45:24 32f366d666a5: Layer already exists 18:45:24 44d99235da09: Pushed 18:45:24 640ee456d000: Pushed 18:45:24 c5f93c8fc343: Pushed 18:45:25 b9b9aa6e6867: Pushed 18:45:25 0088b1c14d9fd9deeb4630211d1277bd3e025ddb: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 18:45:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:45:26 640ee456d000: Preparing 18:45:26 44d99235da09: Preparing 18:45:26 b9b9aa6e6867: Preparing 18:45:26 c5f93c8fc343: Preparing 18:45:26 32f366d666a5: Preparing 18:45:26 640ee456d000: Layer already exists 18:45:26 44d99235da09: Layer already exists 18:45:26 b9b9aa6e6867: Layer already exists 18:45:26 32f366d666a5: Layer already exists 18:45:26 c5f93c8fc343: Layer already exists 18:45:26 latest: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh 18:45:27 + docker push nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 18:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:45:27 640ee456d000: Preparing 18:45:27 44d99235da09: Preparing 18:45:27 b9b9aa6e6867: Preparing 18:45:27 c5f93c8fc343: Preparing 18:45:27 32f366d666a5: Preparing 18:45:27 b9b9aa6e6867: Layer already exists 18:45:27 c5f93c8fc343: Layer already exists 18:45:27 32f366d666a5: Layer already exists 18:45:27 44d99235da09: Layer already exists 18:45:27 640ee456d000: Layer already exists 18:45:27 1.2.2-dev.8: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh 18:45:27 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh 18:45:27 + docker push nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:45:27 640ee456d000: Preparing 18:45:27 44d99235da09: Preparing 18:45:27 b9b9aa6e6867: Preparing 18:45:27 c5f93c8fc343: Preparing 18:45:27 32f366d666a5: Preparing 18:45:27 32f366d666a5: Layer already exists 18:45:27 c5f93c8fc343: Layer already exists 18:45:27 44d99235da09: Layer already exists 18:45:27 640ee456d000: Layer already exists 18:45:27 b9b9aa6e6867: Layer already exists 18:45:27 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh 18:45:28 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] isUnix [Pipeline] sh 18:45:28 + docker push nexus3.edgexfoundry.org:10004/device-rest:master 18:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 18:45:28 640ee456d000: Preparing 18:45:28 44d99235da09: Preparing 18:45:28 b9b9aa6e6867: Preparing 18:45:28 c5f93c8fc343: Preparing 18:45:28 32f366d666a5: Preparing 18:45:28 640ee456d000: Layer already exists 18:45:28 44d99235da09: Layer already exists 18:45:28 32f366d666a5: Layer already exists 18:45:28 c5f93c8fc343: Layer already exists 18:45:28 b9b9aa6e6867: Layer already exists 18:45:28 master: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:45:28 ===================================================== [Pipeline] echo 18:45:28 taggedImages: 18:45:28 - nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:45:28 - nexus3.edgexfoundry.org:10004/device-rest:latest 18:45:28 - nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 18:45:28 - nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:45:28 - nexus3.edgexfoundry.org:10004/device-rest: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 18:45:29 ---> job-cost.sh 18:45:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OkrM 18:45:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:46:01 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 18:46:01 ok github.com/edgexfoundry/device-rest-go/driver 0.037s coverage: 54.0% of statements 18:46:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:46:23 lf-activate-venv(): INFO: Adding /tmp/venv-OkrM/bin to PATH 18:46:23 INFO: No Stack... 18:46:23 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:23 INFO: Archiving Costs [Pipeline] sh 18:46:24 + cat /w/workspace/device-rest-go/41/archives/cost.csv 18:46:24 + cut -d, -f6 [Pipeline] lock 18:46:24 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] 18:46:24 Resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] did not exist. Created. 18:46:24 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:46:24 + echo total: 0.029999999329447746 [Pipeline] stash 18:46:24 Stashed 1 file(s) [Pipeline] } 18:46:24 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:46:28 gofmt -l . 18:46:28 [ "`gofmt -l .`" = "" ] 18:46:28 ./bin/test-go-mod-tidy.sh 18:46:28 ./bin/test-attribution-txt.sh [Pipeline] } 18:46:28 $ docker stop --time=1 a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 18:46:30 $ docker rm -f a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:46:31 Warning: overwriting stash ‘coverage-report’ 18:46:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:46:34 + ls -al . 18:46:34 total 132 18:46:34 drwxrwxr-x 8 jenkins jenkins 4096 May 12 18:46 . 18:46:34 drwxrwxr-x 4 jenkins jenkins 4096 May 12 18:43 .. 18:46:34 -rw-rw-r-- 1 jenkins jenkins 151 May 12 18:43 .dockerignore 18:46:34 drwxrwxr-x 8 jenkins jenkins 4096 May 12 18:43 .git 18:46:34 drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 .github 18:46:34 -rw-rw-r-- 1 jenkins jenkins 339 May 12 18:43 .gitignore 18:46:34 -rw-rw-r-- 1 jenkins jenkins 6792 May 12 18:43 Attribution.txt 18:46:34 -rw-rw-r-- 1 jenkins jenkins 1602 May 12 18:43 Dockerfile 18:46:34 -rw-rw-r-- 1 jenkins jenkins 1087 May 12 18:43 Dockerfile.build 18:46:34 -rw-rw-r-- 1 jenkins jenkins 680 May 12 18:43 Jenkinsfile 18:46:34 -rw-rw-r-- 1 jenkins jenkins 11340 May 12 18:43 LICENSE 18:46:34 -rw-rw-r-- 1 jenkins jenkins 976 May 12 18:43 Makefile 18:46:34 -rw-rw-r-- 1 jenkins jenkins 7667 May 12 18:43 README.md 18:46:34 -rw-rw-r-- 1 jenkins jenkins 11 May 12 18:40 VERSION 18:46:34 drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 bin 18:46:34 drwxrwxr-x 3 jenkins jenkins 4096 May 12 18:43 cmd 18:46:34 -rw-r--r-- 1 jenkins jenkins 8513 May 12 18:46 coverage.out 18:46:34 drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 driver 18:46:34 -rw-r--r-- 1 jenkins jenkins 285 May 12 18:46 go.mod 18:46:34 -rw-r--r-- 1 jenkins jenkins 21011 May 12 18:45 go.sum 18:46:34 drwxrwxr-x 4 jenkins jenkins 4096 May 12 18:43 snap 18:46:34 -rw-rw-r-- 1 jenkins jenkins 713 May 12 18:43 version.go [Pipeline] isUnix [Pipeline] sh 18:46:34 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb --label arch=arm64 --label version=1.2.2-dev.8 . 18:46:34 Sending build context to Docker daemon 101.9kB 18:46:34 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 18:46:34 Step 2/24 : FROM ${BASE} AS builder 18:46:34 ---> 58ecdc0b1fad 18:46:34 Step 3/24 : ARG MAKE='make build' 18:46:35 ---> Running in 5423e5775ce6 18:46:35 Removing intermediate container 5423e5775ce6 18:46:35 ---> c36b7b5de4f0 18:46:35 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 18:46:35 ---> Running in 5a47a0f2e882 18:46:36 Removing intermediate container 5a47a0f2e882 18:46:36 ---> 08d3b5625451 18:46:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 18:46:36 ---> Running in c0cb2753f417 18:46:36 Removing intermediate container c0cb2753f417 18:46:36 ---> daeb261a1f10 18:46:36 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:36 ---> Running in 2c3e6a50cd29 18:46:38 Removing intermediate container 2c3e6a50cd29 18:46:38 ---> a9f8168c13c2 18:46:38 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:46:39 ---> Running in 0ab08597d291 18:46:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:46:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:46:42 OK: 144 MiB in 49 packages 18:46:43 Removing intermediate container 0ab08597d291 18:46:43 ---> c2b8ba18662e 18:46:43 Step 8/24 : WORKDIR /device-rest-go 18:46:43 ---> Running in 59ad04ea7387 18:46:43 Removing intermediate container 59ad04ea7387 18:46:43 ---> 882a0fb90dc8 18:46:43 Step 9/24 : COPY . . 18:46:44 ---> 8e687ea60e89 18:46:44 Step 10/24 : RUN make update 18:46:44 ---> Running in 172bd4e802d2 18:46:45 CGO_ENABLED=0 GO111MODULE=on go mod download 18:46:47 Removing intermediate container 172bd4e802d2 18:46:47 ---> 0bd3b7bea701 18:46:47 Step 11/24 : RUN $MAKE 18:46:47 ---> Running in 4c9d0e46cdcd 18:46:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd 18:47:27 Removing intermediate container 4c9d0e46cdcd 18:47:27 ---> 706eb65f91d7 18:47:27 Step 12/24 : FROM alpine:3.12 18:47:27 3.12: Pulling from library/alpine 18:47:27 d2f70382dc9a: Pulling fs layer 18:47:27 d2f70382dc9a: Verifying Checksum 18:47:27 d2f70382dc9a: Download complete 18:47:27 d2f70382dc9a: Pull complete 18:47:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:47:27 Status: Downloaded newer image for alpine:3.12 18:47:27 ---> 9852663dfa18 18:47:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:47:27 ---> Running in 12003fe7f790 18:47:27 Removing intermediate container 12003fe7f790 18:47:27 ---> 17ea1695e3a3 18:47:27 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 18:47:27 ---> Running in fe2698ee2466 18:47:27 Removing intermediate container fe2698ee2466 18:47:27 ---> bdcdc345419f 18:47:27 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 18:47:27 ---> Running in e8a0db03db8e 18:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:47:29 (1/6) Installing dumb-init (1.2.2-r1) 18:47:29 (2/6) Installing libgcc (9.3.0-r2) 18:47:29 (3/6) Installing libsodium (1.0.18-r0) 18:47:29 (4/6) Installing libstdc++ (9.3.0-r2) 18:47:29 (5/6) Installing libzmq (4.3.3-r0) 18:47:29 (6/6) Installing zeromq (4.3.3-r0) 18:47:29 Executing busybox-1.31.1-r20.trigger 18:47:29 OK: 8 MiB in 20 packages 18:47:30 Removing intermediate container e8a0db03db8e 18:47:30 ---> 1146f701495c 18:47:30 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 18:47:32 ---> 15df4981fd90 18:47:32 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 18:47:32 ---> 084848cf61f0 18:47:32 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 18:47:33 ---> 82bc9bc1d5f1 18:47:33 Step 19/24 : EXPOSE 49986 18:47:33 ---> Running in 94103ed663c8 18:47:34 Removing intermediate container 94103ed663c8 18:47:34 ---> d6cab5dc0fa8 18:47:34 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 18:47:34 ---> Running in 2b28f6cc3778 18:47:34 Removing intermediate container 2b28f6cc3778 18:47:34 ---> 1f3a87eaa74d 18:47:34 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 18:47:34 ---> Running in 95d12b4f6a02 18:47:35 Removing intermediate container 95d12b4f6a02 18:47:35 ---> dbb244768eab 18:47:35 Step 22/24 : LABEL arch=arm64 18:47:35 ---> Running in 0cbc7f56463f 18:47:35 Removing intermediate container 0cbc7f56463f 18:47:35 ---> c53b398bfd7c 18:47:35 Step 23/24 : LABEL git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:47:35 ---> Running in da656f703fcd 18:47:36 Removing intermediate container da656f703fcd 18:47:36 ---> 06ab2d7cbd24 18:47:36 Step 24/24 : LABEL version=1.2.2-dev.8 18:47:36 ---> Running in 71b694752762 18:47:37 Removing intermediate container 71b694752762 18:47:37 ---> 3ce60abdb94a 18:47:37 [Warning] One or more build-args [ARCH] were not consumed 18:47:37 Successfully built 3ce60abdb94a 18:47:37 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:47:37 provisioning config files... 18:47:37 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config4338328160524596409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:47:37 ---> docker-login.sh 18:47:37 nexus3.edgexfoundry.org:10001 18:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:38 Configure a credential helper to remove this warning. See 18:47:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:38 18:47:38 Login Succeeded 18:47:38 nexus3.edgexfoundry.org:10002 18:47:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:38 Configure a credential helper to remove this warning. See 18:47:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:38 18:47:38 Login Succeeded 18:47:38 nexus3.edgexfoundry.org:10003 18:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:39 Configure a credential helper to remove this warning. See 18:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:39 18:47:39 Login Succeeded 18:47:39 nexus3.edgexfoundry.org:10004 18:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:39 Configure a credential helper to remove this warning. See 18:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:39 18:47:39 Login Succeeded 18:47:39 docker.io 18:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:40 Configure a credential helper to remove this warning. See 18:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:40 18:47:40 Login Succeeded 18:47:40 ---> docker-login.sh ends [Pipeline] } 18:47:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:47:40 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 18:47:40 0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:47:40 latest 18:47:40 1.2.2-dev.8 18:47:40 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:47:40 master 18:47:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:41 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh 18:47:41 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:47:41 8e225aa3b8e3: Preparing 18:47:41 cf5ddb89c6e5: Preparing 18:47:41 9d8f1c553748: Preparing 18:47:41 7319ddb80302: Preparing 18:47:41 3fbe34a1663b: Preparing 18:47:41 3fbe34a1663b: Layer already exists 18:47:41 8e225aa3b8e3: Pushed 18:47:42 cf5ddb89c6e5: Pushed 18:47:42 7319ddb80302: Pushed 18:47:44 9d8f1c553748: Pushed 18:47:44 0088b1c14d9fd9deeb4630211d1277bd3e025ddb: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh 18:47:44 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:47:45 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 18:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:47:45 8e225aa3b8e3: Preparing 18:47:45 cf5ddb89c6e5: Preparing 18:47:45 9d8f1c553748: Preparing 18:47:45 7319ddb80302: Preparing 18:47:45 3fbe34a1663b: Preparing 18:47:45 9d8f1c553748: Layer already exists 18:47:45 8e225aa3b8e3: Layer already exists 18:47:45 cf5ddb89c6e5: Layer already exists 18:47:45 3fbe34a1663b: Layer already exists 18:47:45 7319ddb80302: Layer already exists 18:47:45 latest: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh 18:47:45 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh 18:47:46 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 18:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:47:46 8e225aa3b8e3: Preparing 18:47:46 cf5ddb89c6e5: Preparing 18:47:46 9d8f1c553748: Preparing 18:47:46 7319ddb80302: Preparing 18:47:46 3fbe34a1663b: Preparing 18:47:46 cf5ddb89c6e5: Layer already exists 18:47:46 3fbe34a1663b: Layer already exists 18:47:46 9d8f1c553748: Layer already exists 18:47:46 7319ddb80302: Layer already exists 18:47:46 8e225aa3b8e3: Layer already exists 18:47:46 1.2.2-dev.8: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh 18:47:46 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh 18:47:47 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:47:47 8e225aa3b8e3: Preparing 18:47:47 cf5ddb89c6e5: Preparing 18:47:47 9d8f1c553748: Preparing 18:47:47 7319ddb80302: Preparing 18:47:47 3fbe34a1663b: Preparing 18:47:47 cf5ddb89c6e5: Layer already exists 18:47:47 8e225aa3b8e3: Layer already exists 18:47:47 7319ddb80302: Layer already exists 18:47:47 3fbe34a1663b: Layer already exists 18:47:47 9d8f1c553748: Layer already exists 18:47:47 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh 18:47:47 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] isUnix [Pipeline] sh 18:47:48 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:master 18:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 18:47:48 8e225aa3b8e3: Preparing 18:47:48 cf5ddb89c6e5: Preparing 18:47:48 9d8f1c553748: Preparing 18:47:48 7319ddb80302: Preparing 18:47:48 3fbe34a1663b: Preparing 18:47:48 7319ddb80302: Layer already exists 18:47:48 cf5ddb89c6e5: Layer already exists 18:47:48 3fbe34a1663b: Layer already exists 18:47:48 9d8f1c553748: Layer already exists 18:47:48 8e225aa3b8e3: Layer already exists 18:47:48 master: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:47:48 ===================================================== [Pipeline] echo 18:47:48 taggedImages: 18:47:48 - nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb 18:47:48 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 18:47:48 - nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 18:47:48 - nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 18:47:48 - nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:47:48 ---> job-cost.sh 18:47:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KAEV 18:48:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:50:04 lf-activate-venv(): INFO: Adding /tmp/venv-KAEV/bin to PATH 18:50:04 INFO: No Stack... 18:50:04 INFO: Retrieving Pricing Info for: lf-standard-4 18:50:04 INFO: Archiving Costs [Pipeline] sh 18:50:05 + cat /w/workspace/device-rest-go/41/archives/cost.csv 18:50:05 + cut -d, -f6 [Pipeline] lock 18:50:05 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] 18:50:05 Resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] did not exist. Created. 18:50:05 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:50:05 /w/workspace/device-rest-go/41@tmp/durable-94d5c77d/script.sh: 1: /w/workspace/device-rest-go/41@tmp/durable-94d5c77d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:50:06 + echo total: 0.20999999344348907 [Pipeline] stash 18:50:06 Warning: overwriting stash ‘stack-cost’ 18:50:06 Stashed 1 file(s) [Pipeline] } 18:50:06 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:50:06 provisioning config files... 18:50:06 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3067964337406006513tmp [Pipeline] { [Pipeline] sh 18:50:07 + set +x 18:50:07 + curl -s https://codecov.io/bash 18:50:07 + bash -s -- 18:50:07 18:50:07 _____ _ 18:50:07 / ____| | | 18:50:07 | | ___ __| | ___ ___ _____ __ 18:50:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:50:07 | |___| (_) | (_| | __/ (_| (_) \ V / 18:50:07 \_____\___/ \__,_|\___|\___\___/ \_/ 18:50:07 Bash-1.0.2 18:50:07 18:50:07 18:50:07 ==> git version 2.24.3 found 18:50:07 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:50:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:50:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:50:07 ==> Jenkins CI detected. 18:50:07 project root: . 18:50:07 --> token set from env 18:50:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:50:07 ==> Running gcov in . (disable via -X gcov) 18:50:07 ==> Python coveragepy not found 18:50:07 ==> Searching for coverage reports in: 18:50:07 + . 18:50:07 -> Found 1 reports 18:50:07 ==> Detecting git/mercurial file structure 18:50:07 ==> Reading reports 18:50:07 + ./coverage.out bytes=8513 18:50:07 ==> Appending adjustments 18:50:07 https://docs.codecov.io/docs/fixing-reports 18:50:07 + Found adjustments 18:50:07 ==> Gzipping contents 18:50:07 4.0K /tmp/codecov.v5fRF8.gz 18:50:07 ==> Uploading reports 18:50:07 url: https://codecov.io 18:50:07 query: branch=master&commit=0088b1c14d9fd9deeb4630211d1277bd3e025ddb&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:50:07 -> Pinging Codecov 18:50:07 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=0088b1c14d9fd9deeb4630211d1277bd3e025ddb&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:50:07 -> Uploading to 18:50:07 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/4E5D53B4F1F92C436F7061BF334D961C/0088b1c14d9fd9deeb4630211d1277bd3e025ddb/0d47c4a4-5ab7-452f-8d55-2435c8f06d24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T185007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=915116ef9d4b3f8730d0c1bd3a85613a1ecd440c806b93df54ab3446d5740a4c 18:50:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:50:07 Dload Upload Total Spent Left Speed 18:50:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 4098 --:--:-- --:--:-- --:--:-- 4109 18:50:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] } 18:50:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:50:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:50:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:50:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:50:09 18:50:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:50:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:50:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:50:09 188c0c94c7c5: Pulling fs layer 18:50:09 0ef7d3d256c8: Pulling fs layer 18:50:09 de9db76c5a1d: Pulling fs layer 18:50:09 0eba1c9be4d2: Pulling fs layer 18:50:09 0d57e429df01: Pulling fs layer 18:50:09 4e4be7b47b0d: Pulling fs layer 18:50:09 e1f770b5df2f: Pulling fs layer 18:50:09 85a0685a4137: Pulling fs layer 18:50:09 4e4be7b47b0d: Waiting 18:50:09 e1f770b5df2f: Waiting 18:50:09 85a0685a4137: Waiting 18:50:09 0eba1c9be4d2: Waiting 18:50:09 0d57e429df01: Waiting 18:50:09 de9db76c5a1d: Verifying Checksum 18:50:09 de9db76c5a1d: Download complete 18:50:09 0ef7d3d256c8: Verifying Checksum 18:50:09 0ef7d3d256c8: Download complete 18:50:09 0d57e429df01: Download complete 18:50:09 4e4be7b47b0d: Verifying Checksum 18:50:09 4e4be7b47b0d: Download complete 18:50:09 188c0c94c7c5: Verifying Checksum 18:50:09 188c0c94c7c5: Download complete 18:50:10 188c0c94c7c5: Pull complete 18:50:10 0ef7d3d256c8: Pull complete 18:50:10 de9db76c5a1d: Pull complete 18:50:11 e1f770b5df2f: Verifying Checksum 18:50:11 e1f770b5df2f: Download complete 18:50:13 0eba1c9be4d2: Verifying Checksum 18:50:13 0eba1c9be4d2: Download complete 18:50:13 85a0685a4137: Verifying Checksum 18:50:13 85a0685a4137: Download complete 18:50:17 0eba1c9be4d2: Pull complete 18:50:18 0d57e429df01: Pull complete 18:50:18 4e4be7b47b0d: Pull complete 18:50:20 e1f770b5df2f: Pull complete 18:50:28 85a0685a4137: Pull complete 18:50:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:50:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:50:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:50:29 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:50:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:50:30 $ docker top 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b -eo pid,comm [Pipeline] { [Pipeline] echo 18:50:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:50:30 + set -o pipefail 18:50:30 + snyk monitor '--org=edgex-jenkins' 18:50:49 18:50:49 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 18:50:49 18:50:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/c10b35c9-5784-4df6-abec-c8f0471d1573 18:50:49 18:50:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:50:49 18:50:49 [Pipeline] } 18:50:49 $ docker stop --time=1 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b 18:50:51 $ docker rm -f 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b [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 18:50:52 + git log --format=format:%s -1 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh 18:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:50:52 . [Pipeline] withDockerContainer 18:50:52 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:50:52 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:50:53 $ docker top 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:50:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:53 [ssh-agent] Looking for ssh-agent implementation... 18:50:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:54 $ docker exec 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 ssh-agent 18:50:54 SSH_AUTH_SOCK=/tmp/ssh-TapWT9nbHf7Q/agent.11 18:50:54 SSH_AGENT_PID=16 18:50:54 Running ssh-add (command line suppressed) 18:50:54 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5448848834959285243.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5448848834959285243.key) 18:50:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:54 + git semver tag 18:50:54 # -> Open(): unable to determine branch for HEAD 18:50:54 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 18:50:54 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 18:50:54 # $SEMVER_REMOTE_NAME = origin 18:50:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:50:54 # $SEMVER_USER_NAME = edgex-jenkins 18:50:54 # $SEMVER_BRANCH = master 18:50:54 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 18:50:54 # 0088b1c14d9fd9deeb4630211d1277bd3e025ddb HEAD 18:50:54 # -> Force: false 18:50:54 # 58aa909d74a62f02e71d40be1d41db2d85a0b922 refs/tags/v1.2.2-dev.8 [Pipeline] } 18:50:54 $ docker exec --env ******** --env ******** 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 ssh-agent -k 18:50:54 unset SSH_AUTH_SOCK; 18:50:54 unset SSH_AGENT_PID; 18:50:54 echo Agent pid 16 killed; 18:50:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:55 + git semver [Pipeline] } 18:50:55 $ docker stop --time=1 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 18:50:56 $ docker rm -f 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:50:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:50:57 18:50:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:50:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:50:57 0.23.1-centos7: Pulling from edgex-lftools 18:50:57 ab5ef0e58194: Pulling fs layer 18:50:57 9712f1f96733: Pulling fs layer 18:50:57 63f879dbbcfc: Pulling fs layer 18:50:57 0d9ebad4ef96: Pulling fs layer 18:50:57 e9a5061849ea: Pulling fs layer 18:50:57 d747dcd14b5f: Pulling fs layer 18:50:57 2de7ff778b66: Pulling fs layer 18:50:57 d747dcd14b5f: Waiting 18:50:57 0d9ebad4ef96: Waiting 18:50:57 e9a5061849ea: Waiting 18:50:57 2de7ff778b66: Waiting 18:50:57 9712f1f96733: Verifying Checksum 18:50:57 9712f1f96733: Download complete 18:50:58 63f879dbbcfc: Verifying Checksum 18:50:58 63f879dbbcfc: Download complete 18:50:58 e9a5061849ea: Download complete 18:50:59 d747dcd14b5f: Verifying Checksum 18:50:59 d747dcd14b5f: Download complete 18:50:59 0d9ebad4ef96: Verifying Checksum 18:50:59 0d9ebad4ef96: Download complete 18:50:59 2de7ff778b66: Verifying Checksum 18:50:59 2de7ff778b66: Download complete 18:50:59 ab5ef0e58194: Verifying Checksum 18:50:59 ab5ef0e58194: Download complete 18:51:04 ab5ef0e58194: Pull complete 18:51:04 9712f1f96733: Pull complete 18:51:07 63f879dbbcfc: Pull complete 18:51:14 0d9ebad4ef96: Pull complete 18:51:15 e9a5061849ea: Pull complete 18:51:15 d747dcd14b5f: Pull complete 18:51:17 2de7ff778b66: Pull complete 18:51:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:51:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:51:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:51:17 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:51:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:51:22 $ docker top 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:51:22 provisioning config files... 18:51:22 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3600680114346781784tmp 18:51:22 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7186752457041240235tmp 18:51:22 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2930850667705599298tmp [Pipeline] { [Pipeline] echo 18:51:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:51:22 ---> sigul-configuration.sh 18:51:22 gpg: directory `/root/.gnupg' created 18:51:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:51:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:51:22 gpg: keyring `/root/.gnupg/secring.gpg' created 18:51:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:51:22 gpg: CAST5 encrypted data 18:51:22 gpg: encrypted with 1 passphrase 18:51:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:51:23 + mkdir /home/jenkins 18:51:23 + mkdir /home/jenkins/sigul [Pipeline] sh 18:51:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:51:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:51:24 ---> sigul-install.sh 18:51:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:51:31 + git tag --list 18:51:31 v1.0.0 18:51:31 v1.1.0 18:51:31 v1.1.1 18:51:31 v1.1.2 18:51:31 v1.2.0 18:51:31 v1.2.1 18:51:31 v1.2.1-dev.1 18:51:31 v1.2.1-dev.2 18:51:31 v1.2.1-dev.3 18:51:31 v1.2.1-dev.4 18:51:31 v1.2.2-dev.1 18:51:31 v1.2.2-dev.2 18:51:31 v1.2.2-dev.3 18:51:31 v1.2.2-dev.4 18:51:31 v1.2.2-dev.5 18:51:31 v1.2.2-dev.6 18:51:31 v1.2.2-dev.7 18:51:31 v1.2.2-dev.8 [Pipeline] sh 18:51:31 + lftools sign git-tag v1.2.2-dev.8 18:51:32 Signing Git tag with Sigul... 18:51:32 Signing v1.2.2-dev.8 [Pipeline] echo 18:51:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:51:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:51:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:51:34 $ docker stop --time=1 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 18:51:36 $ docker rm -f 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:36 . [Pipeline] withDockerContainer 18:51:36 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:51:36 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:51:37 $ docker top 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:51:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:37 [ssh-agent] Looking for ssh-agent implementation... 18:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:38 $ docker exec 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece ssh-agent 18:51:38 SSH_AUTH_SOCK=/tmp/ssh-RQJB9P7N6UQD/agent.12 18:51:38 SSH_AGENT_PID=17 18:51:38 Running ssh-add (command line suppressed) 18:51:38 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_671694141064286172.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_671694141064286172.key) 18:51:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:38 + git semver bump pre 18:51:38 # -> Open(): unable to determine branch for HEAD 18:51:38 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 18:51:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 18:51:38 # $SEMVER_REMOTE_NAME = origin 18:51:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:51:38 # $SEMVER_USER_NAME = edgex-jenkins 18:51:38 # $SEMVER_BRANCH = master 18:51:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 18:51:38 1.2.2-dev.9 [Pipeline] } 18:51:38 $ docker exec --env ******** --env ******** 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece ssh-agent -k 18:51:38 unset SSH_AUTH_SOCK; 18:51:38 unset SSH_AGENT_PID; 18:51:38 echo Agent pid 17 killed; 18:51:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:51:39 + git semver [Pipeline] } 18:51:39 $ docker stop --time=1 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece 18:51:40 $ docker rm -f 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:51:41 . [Pipeline] withDockerContainer 18:51:41 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:51:41 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:51:42 $ docker top 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:51:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:51:42 [ssh-agent] Looking for ssh-agent implementation... 18:51:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:51:42 $ docker exec 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b ssh-agent 18:51:42 SSH_AUTH_SOCK=/tmp/ssh-FaZYQOwbDRi1/agent.11 18:51:42 SSH_AGENT_PID=16 18:51:42 Running ssh-add (command line suppressed) 18:51:42 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6035331598939040170.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6035331598939040170.key) 18:51:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:51:43 + git semver push 18:51:43 # -> Open(): unable to determine branch for HEAD 18:51:43 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 18:51:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 18:51:43 # $SEMVER_REMOTE_NAME = origin 18:51:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:51:43 # $SEMVER_USER_NAME = edgex-jenkins 18:51:43 # $SEMVER_BRANCH = master 18:51:43 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 18:51:48 $ docker exec --env ******** --env ******** 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b ssh-agent -k 18:51:48 unset SSH_AUTH_SOCK; 18:51:48 unset SSH_AGENT_PID; 18:51:48 echo Agent pid 16 killed; 18:51:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:51:49 + git semver [Pipeline] } 18:51:49 $ docker stop --time=1 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b 18:51:50 $ docker rm -f 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:51:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:51:51 ---> package-listing.sh 18:51:51 ++ facter osfamily 18:51:51 ++ tr '[:upper:]' '[:lower:]' 18:51:51 + OS_FAMILY=redhat 18:51:51 + workspace=/w/workspace/gexfoundry_device-rest-go_master 18:51:51 + START_PACKAGES=/tmp/packages_start.txt 18:51:51 + END_PACKAGES=/tmp/packages_end.txt 18:51:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:51:51 + PACKAGES=/tmp/packages_start.txt 18:51:51 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 18:51:51 + PACKAGES=/tmp/packages_end.txt 18:51:51 + case "${OS_FAMILY}" in 18:51:51 + rpm -qa 18:51:51 + sort 18:51:57 + '[' -f /tmp/packages_start.txt ']' 18:51:57 + '[' -f /tmp/packages_end.txt ']' 18:51:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:51:57 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 18:51:57 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 18:51:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 18:51:57 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 18:51:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:51:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:57 18:51:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:51:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:51:58 alpine: Pulling from edgex-lftools-log-publisher 18:51:58 df20fa9351a1: Pulling fs layer 18:51:58 36b3adc4ff6f: Pulling fs layer 18:51:58 8ad3a11d3b57: Pulling fs layer 18:51:58 46f8f816bc3b: Pulling fs layer 18:51:58 93b61091891f: Pulling fs layer 18:51:58 93b9cdb0e59b: Pulling fs layer 18:51:58 5e14af77c1be: Pulling fs layer 18:51:58 01666e4c0597: Pulling fs layer 18:51:58 aa168da1d23b: Pulling fs layer 18:51:58 46f8f816bc3b: Waiting 18:51:58 93b61091891f: Waiting 18:51:58 93b9cdb0e59b: Waiting 18:51:58 5e14af77c1be: Waiting 18:51:58 01666e4c0597: Waiting 18:51:58 aa168da1d23b: Waiting 18:51:58 36b3adc4ff6f: Verifying Checksum 18:51:58 36b3adc4ff6f: Download complete 18:51:58 46f8f816bc3b: Verifying Checksum 18:51:58 46f8f816bc3b: Download complete 18:51:58 df20fa9351a1: Verifying Checksum 18:51:58 df20fa9351a1: Download complete 18:51:58 93b9cdb0e59b: Verifying Checksum 18:51:58 93b9cdb0e59b: Download complete 18:51:58 5e14af77c1be: Verifying Checksum 18:51:58 5e14af77c1be: Download complete 18:51:58 01666e4c0597: Verifying Checksum 18:51:58 01666e4c0597: Download complete 18:51:58 93b61091891f: Verifying Checksum 18:51:58 93b61091891f: Download complete 18:51:58 8ad3a11d3b57: Verifying Checksum 18:51:58 8ad3a11d3b57: Download complete 18:51:58 df20fa9351a1: Pull complete 18:51:58 36b3adc4ff6f: Pull complete 18:52:00 8ad3a11d3b57: Pull complete 18:52:00 46f8f816bc3b: Pull complete 18:52:00 aa168da1d23b: Verifying Checksum 18:52:00 aa168da1d23b: Download complete 18:52:00 93b61091891f: Pull complete 18:52:01 93b9cdb0e59b: Pull complete 18:52:01 5e14af77c1be: Pull complete 18:52:01 01666e4c0597: Pull complete 18:52:09 aa168da1d23b: Pull complete 18:52:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:52:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:52:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:52:09 prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container 18:52:09 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:52:12 $ docker top 2e7dc4229ddc266c227f5b30ea53d298596008fc028db0e66a450b06673a6e0f -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:13 + touch /tmp/pre-build-complete [Pipeline] sh 18:52:13 + mkdir -p /var/log/sa [Pipeline] sh 18:52:13 + ls /var/log/sa-host 18:52:13 + sadf -c /var/log/sa-host/sa12 18:52:13 file_magic: OK 18:52:13 HZ: Using current value: 100 18:52:13 file_header: OK 18:52:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:52:13 Statistics: 18:52:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:52:13 File successfully converted to sysstat format version 12.2.1 18:52:13 + sadf -c /var/log/sa-host/sa23 18:52:13 file_magic: OK 18:52:13 HZ: Using current value: 100 18:52:13 file_header: OK 18:52:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:52:13 Statistics: 18:52:13 Hnuu...uuuununununu... 18:52:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:52:13 provisioning config files... 18:52:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8145775407424812180tmp [Pipeline] { [Pipeline] echo 18:52:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:52:14 ---> create-netrc.sh [Pipeline] } 18:52:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:52:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:52:14 ---> python-tools-install.sh [Pipeline] echo 18:52:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:52:14 ---> sudo-logs.sh 18:52:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:52:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:52:15 ---> job-cost.sh 18:52:15 lf-activate-venv: SKIPPING 18:52:15 DEBUG: total: 0.20999999344348907 18:52:15 INFO: Retrieving Stack Cost... 18:52:16 INFO: Retrieving Pricing Info for: v1-standard-2 18:52:16 INFO: Archiving Costs [Pipeline] echo 18:52:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:52:17 ---> logs-deploy.sh 18:52:17 lf-activate-venv: SKIPPING 18:52:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/41 18:52:17 INFO: archiving workspace using pattern(s): 18:52:18 Archives upload complete. 18:52:18 INFO: archiving logs to Nexus 18:52:19 ---> uname -a: 18:52:19 Linux prd-centos7-docker-4c-2g-4748.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:52:19 18:52:19 18:52:19 ---> lscpu: 18:52:19 Architecture: x86_64 18:52:19 CPU op-mode(s): 32-bit, 64-bit 18:52:19 Byte Order: Little Endian 18:52:19 Address sizes: 40 bits physical, 48 bits virtual 18:52:19 CPU(s): 4 18:52:19 On-line CPU(s) list: 0-3 18:52:19 Thread(s) per core: 1 18:52:19 Core(s) per socket: 1 18:52:19 Socket(s): 4 18:52:19 NUMA node(s): 1 18:52:19 Vendor ID: GenuineIntel 18:52:19 CPU family: 6 18:52:19 Model: 44 18:52:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:52:19 Stepping: 1 18:52:19 CPU MHz: 2933.438 18:52:19 BogoMIPS: 5866.87 18:52:19 Virtualization: VT-x 18:52:19 Hypervisor vendor: KVM 18:52:19 Virtualization type: full 18:52:19 L1d cache: 128 KiB 18:52:19 L1i cache: 128 KiB 18:52:19 L2 cache: 16 MiB 18:52:19 L3 cache: 64 MiB 18:52:19 NUMA node0 CPU(s): 0-3 18:52:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:52:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:52:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:52:19 Vulnerability Meltdown: Mitigation; PTI 18:52:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:52:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:52:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:52:19 Vulnerability Srbds: Not affected 18:52:19 Vulnerability Tsx async abort: Not affected 18:52:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:52:19 18:52:19 18:52:19 ---> nproc: 18:52:19 4 18:52:19 18:52:19 18:52:19 ---> df -h: 18:52:19 Filesystem Size Used Available Use% Mounted on 18:52:19 overlay 50.0G 8.6G 41.4G 17% / 18:52:19 tmpfs 64.0M 0 64.0M 0% /dev 18:52:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:52:19 shm 64.0M 0 64.0M 0% /dev/shm 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:52:19 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:52:19 18:52:19 18:52:19 ---> free -m: 18:52:19 total used free shared buff/cache available 18:52:19 Mem: 1837 811 141 0 884 962 18:52:19 Swap: 1023 2 1021 18:52:19 18:52:19