Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7785bfdac8204e7db57f1c60391832de77af91bc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2522’ is offline Running on prd-centos7-docker-4c-2g-2525 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 7785bfdac8204e7db57f1c60391832de77af91bc (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 7785bfdac8204e7db57f1c60391832de77af91bc # timeout=10 Commit message: "Merge pull request #81 from lenny-intel/SecretStoreType" > git rev-list --no-walk 2bfdbb9be6a64d461ffb65b0ff1f908881de038e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:47:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:47:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:47:44 ========================================================= 21:47:44 EdgeX Global Pipelines Version Info 21:47:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:47:47 ------------------- 21:47:47 stable info: 21:47:47 ------------------- 21:47:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:47:47 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:47:47 Message: update stable to v1.0.191 21:47:48 ------------------- 21:47:48 experimental info: 21:47:48 ------------------- 21:47:48 Commited By: **** collab-it+edgex@linuxfoundation.org 21:47:48 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:47:48 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:47:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 21:47:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 21:47:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:47:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:47:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7785bfd [Pipeline] echo 21:47:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:47:49 provisioning config files... 21:47:49 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4033150446445970684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:47:50 ---> docker-login.sh 21:47:50 nexus3.edgexfoundry.org:10001 21:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:51 Configure a credential helper to remove this warning. See 21:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:51 21:47:51 Login Succeeded 21:47:51 nexus3.edgexfoundry.org:10002 21:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:51 Configure a credential helper to remove this warning. See 21:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:51 21:47:51 Login Succeeded 21:47:51 nexus3.edgexfoundry.org:10003 21:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:51 Configure a credential helper to remove this warning. See 21:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:51 21:47:51 Login Succeeded 21:47:51 nexus3.edgexfoundry.org:10004 21:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:52 Configure a credential helper to remove this warning. See 21:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:52 21:47:52 Login Succeeded 21:47:52 docker.io 21:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:53 Configure a credential helper to remove this warning. See 21:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:53 21:47:53 Login Succeeded 21:47:53 ---> docker-login.sh ends [Pipeline] } 21:47:53 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 21:47:53 + git log --format=format:%s -1 7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] echo 21:47:54 GIT_COMMIT: 7785bfdac8204e7db57f1c60391832de77af91bc, Commit Message: Merge pull request #81 from lenny-intel/SecretStoreType [Pipeline] echo 21:47:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:47:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:47:55 21:47:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:47:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:47:55 latest: Pulling from edgex-devops/git-semver 21:47:55 31603596830f: Pulling fs layer 21:47:55 54011a49482f: Pulling fs layer 21:47:55 a6820b24f6d8: Pulling fs layer 21:47:55 f581987b2513: Pulling fs layer 21:47:55 f581987b2513: Waiting 21:47:55 54011a49482f: Download complete 21:47:55 31603596830f: Verifying Checksum 21:47:55 31603596830f: Download complete 21:47:56 f581987b2513: Verifying Checksum 21:47:56 f581987b2513: Download complete 21:47:56 a6820b24f6d8: Verifying Checksum 21:47:56 a6820b24f6d8: Download complete 21:47:56 31603596830f: Pull complete 21:47:57 54011a49482f: Pull complete 21:47:59 a6820b24f6d8: Pull complete 21:47:59 f581987b2513: Pull complete 21:47:59 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:47:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:47:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:47:59 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:47: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:48:02 $ docker top 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:48:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:48:02 [ssh-agent] Looking for ssh-agent implementation... 21:48:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:48:03 $ docker exec 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 ssh-agent 21:48:03 SSH_AUTH_SOCK=/tmp/ssh-am1oxE2d6IrQ/agent.12 21:48:03 SSH_AGENT_PID=18 21:48:03 Running ssh-add (command line suppressed) 21:48:04 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_943054038867963211.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_943054038867963211.key) 21:48:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:48:04 + git tag --points-at HEAD [Pipeline] } 21:48:04 $ docker exec --env ******** --env ******** 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 ssh-agent -k 21:48:04 unset SSH_AUTH_SOCK; 21:48:04 unset SSH_AGENT_PID; 21:48:04 echo Agent pid 18 killed; 21:48:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:48:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:48:04 [ssh-agent] Looking for ssh-agent implementation... 21:48:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:48:05 $ docker exec 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 ssh-agent 21:48:05 SSH_AUTH_SOCK=/tmp/ssh-noMTHhRnbmXC/agent.48 21:48:05 SSH_AGENT_PID=53 21:48:05 Running ssh-add (command line suppressed) 21:48:05 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1185281893913079900.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1185281893913079900.key) 21:48:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:48:06 + git semver init 21:48:06 # -> Open(): unable to determine branch for HEAD 21:48:06 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 21:48:06 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 21:48:06 # $SEMVER_REMOTE_NAME = origin 21:48:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:48:06 # $SEMVER_USER_NAME = edgex-jenkins 21:48:06 # $SEMVER_BRANCH = master 21:48:06 # $SEMVER_TEMP = /tmp/semver-518851264 21:48:06 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 21:48:08 # '/tmp/semver-518851264' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 21:48:08 # -> Force: false 21:48:08 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 21:48:08 $ docker exec --env ******** --env ******** 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 ssh-agent -k 21:48:08 unset SSH_AUTH_SOCK; 21:48:08 unset SSH_AGENT_PID; 21:48:08 echo Agent pid 53 killed; 21:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:48:09 + git semver [Pipeline] } 21:48:09 $ docker stop --time=1 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 21:48:11 $ docker rm -f 7101a07a4470ac5b0bc34b88446f7e7c378776810aa7949813094f16c889f593 [Pipeline] // withDockerContainer [Pipeline] sh 21:48:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:48:12 Stashed 1 file(s) [Pipeline] echo 21:48:12 [edgeXSemver]: initialized semver on version 1.2.2-dev.4 [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 21:48:27 Still waiting to schedule task 21:48:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2525’ 21:48:27 Still waiting to schedule task 21:48:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 21:50:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2526 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 21:50:17 Running in /w/workspace/device-rest-go/36 [Pipeline] { [Pipeline] checkout 21:50:23 using credential edgex-jenkins-ssh 21:50:23 Cloning the remote Git repository 21:50:23 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:50:23 > git init /w/workspace/device-rest-go/36 # timeout=10 21:50:23 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:50:23 > git --version # timeout=10 21:50:24 > git --version # 'git version 2.17.1' 21:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:26 Checking out Revision 7785bfdac8204e7db57f1c60391832de77af91bc (master) 21:50:25 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:50:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:25 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:50:25 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:50:26 > git config core.sparsecheckout # timeout=10 21:50:26 > git checkout -f 7785bfdac8204e7db57f1c60391832de77af91bc # timeout=10 21:50:30 Commit message: "Merge pull request #81 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:50:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:50:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:50:32 + + true 21:50:32 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:50:34 provisioning config files... 21:50:34 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/36@tmp/config5252011828638238567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:35 ---> docker-login.sh 21:50:35 nexus3.edgexfoundry.org:10001 21:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:36 Configure a credential helper to remove this warning. See 21:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:36 21:50:36 Login Succeeded 21:50:36 nexus3.edgexfoundry.org:10002 21:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:37 Configure a credential helper to remove this warning. See 21:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:37 21:50:37 Login Succeeded 21:50:37 nexus3.edgexfoundry.org:10003 21:50:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:37 Configure a credential helper to remove this warning. See 21:50:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:37 21:50:37 Login Succeeded 21:50:37 nexus3.edgexfoundry.org:10004 21:50:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:38 Configure a credential helper to remove this warning. See 21:50:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:38 21:50:38 Login Succeeded 21:50:38 docker.io 21:50:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:38 Configure a credential helper to remove this warning. See 21:50:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:38 21:50:38 Login Succeeded 21:50:38 ---> docker-login.sh ends [Pipeline] } 21:50:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:50:39 ========================================================= 21:50:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:50:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:50:39 + 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 . 21:50:39 Sending build context to Docker daemon 93.18kB 21:50:39 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 21:50:39 Step 2/10 : FROM ${BASE} 21:50:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:50:39 595b0fe564bb: Pulling fs layer 21:50:39 7186ed65a4f7: Pulling fs layer 21:50:39 316046926c0a: Pulling fs layer 21:50:39 4ebd0625c992: Pulling fs layer 21:50:39 207e8628e3a3: Pulling fs layer 21:50:39 c791037a9be2: Pulling fs layer 21:50:39 ffd874e62e21: Pulling fs layer 21:50:39 207e8628e3a3: Waiting 21:50:39 c791037a9be2: Waiting 21:50:39 ffd874e62e21: Waiting 21:50:39 4ebd0625c992: Waiting 21:50:40 316046926c0a: Verifying Checksum 21:50:40 316046926c0a: Download complete 21:50:40 7186ed65a4f7: Verifying Checksum 21:50:40 7186ed65a4f7: Download complete 21:50:40 207e8628e3a3: Verifying Checksum 21:50:40 207e8628e3a3: Download complete 21:50:40 c791037a9be2: Download complete 21:50:40 595b0fe564bb: Download complete 21:50:40 595b0fe564bb: Pull complete 21:50:41 7186ed65a4f7: Pull complete 21:50:41 316046926c0a: Pull complete 21:50:42 ffd874e62e21: Verifying Checksum 21:50:42 ffd874e62e21: Download complete 21:50:44 4ebd0625c992: Verifying Checksum 21:50:44 4ebd0625c992: Download complete 21:50:44 Running on prd-centos7-docker-4c-2g-2527 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 21:50:44 Running in /w/workspace/device-rest-go/36 [Pipeline] { [Pipeline] checkout 21:50:47 using credential edgex-jenkins-ssh 21:50:47 Cloning the remote Git repository 21:50:47 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:50:47 > git init /w/workspace/device-rest-go/36 # timeout=10 21:50:47 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:50:47 > git --version # timeout=10 21:50:47 > git --version # 'git version 2.24.3' 21:50:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:48 Checking out Revision 7785bfdac8204e7db57f1c60391832de77af91bc (master) 21:50:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:50:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:50:48 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:50:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:50:48 > git config core.sparsecheckout # timeout=10 21:50:48 > git checkout -f 7785bfdac8204e7db57f1c60391832de77af91bc # timeout=10 21:50:52 Commit message: "Merge pull request #81 from lenny-intel/SecretStoreType" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:50:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:50:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:50:53 + sudo service docker restart 21:50:53 + true 21:50:53 Redirecting to /bin/systemctl restart docker.service 21:50:54 4ebd0625c992: Pull complete 21:50:54 207e8628e3a3: Pull complete 21:50:54 c791037a9be2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:50:54 provisioning config files... 21:50:54 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/36@tmp/config9042729257162669594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:55 ---> docker-login.sh 21:50:55 nexus3.edgexfoundry.org:10001 21:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:55 Configure a credential helper to remove this warning. See 21:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:55 21:50:55 Login Succeeded 21:50:55 nexus3.edgexfoundry.org:10002 21:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:55 Configure a credential helper to remove this warning. See 21:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:55 21:50:55 Login Succeeded 21:50:55 nexus3.edgexfoundry.org:10003 21:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:55 Configure a credential helper to remove this warning. See 21:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:55 21:50:55 Login Succeeded 21:50:55 nexus3.edgexfoundry.org:10004 21:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:56 Configure a credential helper to remove this warning. See 21:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:56 21:50:56 Login Succeeded 21:50:56 docker.io 21:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:56 Configure a credential helper to remove this warning. See 21:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:56 21:50:56 Login Succeeded 21:50:56 ---> docker-login.sh ends [Pipeline] } 21:50:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:50:56 ========================================================= 21:50:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:50:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:50:56 + 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 . 21:50:56 Sending build context to Docker daemon 93.18kB 21:50:56 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 21:50:56 Step 2/10 : FROM ${BASE} 21:50:56 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:50:56 540db60ca938: Pulling fs layer 21:50:56 adcc1eea9eea: Pulling fs layer 21:50:56 4c4ab2625f07: Pulling fs layer 21:50:56 0510c868ecb4: Pulling fs layer 21:50:56 afea3b2eda06: Pulling fs layer 21:50:56 7809a108b3ef: Pulling fs layer 21:50:56 f706445af74f: Pulling fs layer 21:50:56 afea3b2eda06: Waiting 21:50:56 7809a108b3ef: Waiting 21:50:56 f706445af74f: Waiting 21:50:56 0510c868ecb4: Waiting 21:50:56 4c4ab2625f07: Verifying Checksum 21:50:56 4c4ab2625f07: Download complete 21:50:56 adcc1eea9eea: Download complete 21:50:56 afea3b2eda06: Verifying Checksum 21:50:56 afea3b2eda06: Download complete 21:50:57 540db60ca938: Verifying Checksum 21:50:57 7809a108b3ef: Verifying Checksum 21:50:57 7809a108b3ef: Download complete 21:50:57 540db60ca938: Pull complete 21:50:57 adcc1eea9eea: Pull complete 21:50:57 4c4ab2625f07: Pull complete 21:50:57 ffd874e62e21: Pull complete 21:50:57 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:50:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:50:57 ---> cfc18b08335c 21:50:57 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:50:58 f706445af74f: Verifying Checksum 21:50:58 f706445af74f: Download complete 21:50:59 0510c868ecb4: Verifying Checksum 21:50:59 0510c868ecb4: Download complete 21:51:00 ---> Running in 60ccf61ee40a 21:51:00 Removing intermediate container 60ccf61ee40a 21:51:00 ---> c5db39b9a43e 21:51:00 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:51:01 ---> Running in 2a07524e4150 21:51:01 Removing intermediate container 2a07524e4150 21:51:01 ---> bd76d4519313 21:51:01 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:51:01 ---> Running in 3e6094c15f35 21:51:02 Removing intermediate container 3e6094c15f35 21:51:02 ---> 235c9a567110 21:51:02 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:02 ---> Running in 5e8014fd5ae9 21:51:04 0510c868ecb4: Pull complete 21:51:04 afea3b2eda06: Pull complete 21:51:04 7809a108b3ef: Pull complete 21:51:04 Removing intermediate container 5e8014fd5ae9 21:51:04 ---> af326fbd5d0f 21:51:04 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:51:04 ---> Running in 6e0af155f455 21:51:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:51:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:51:08 (1/9) Installing libc-dev (0.7.2-r3) 21:51:08 (2/9) Installing libsodium (1.0.18-r0) 21:51:08 (3/9) Installing pkgconf (1.7.3-r0) 21:51:08 (4/9) Installing libsodium-dev (1.0.18-r0) 21:51:08 (5/9) Installing openssh-keygen (8.4_p1-r3) 21:51:08 (6/9) Installing libedit (20191231.3.1-r1) 21:51:08 (7/9) Installing openssh-client (8.4_p1-r3) 21:51:08 (8/9) Installing libzmq (4.3.3-r1) 21:51:08 (9/9) Installing zeromq-dev (4.3.3-r1) 21:51:09 Executing busybox-1.32.1-r6.trigger 21:51:09 OK: 144 MiB in 49 packages 21:51:09 f706445af74f: Pull complete 21:51:09 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:51:09 ---> b068be0155e3 21:51:09 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:51:10 ---> Running in 1ab228333aea 21:51:10 Removing intermediate container 1ab228333aea 21:51:10 ---> 81bd92d6a368 21:51:10 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:51:10 ---> Running in edab0cfafb9b 21:51:10 Removing intermediate container 6e0af155f455 21:51:10 ---> 873428c569fc 21:51:10 Step 8/10 : WORKDIR /device-rest-go 21:51:10 Removing intermediate container edab0cfafb9b 21:51:10 ---> 536f00fa4914 21:51:10 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:51:10 ---> Running in e834c85c1dda 21:51:10 ---> Running in 9a6b3bb86945 21:51:11 Removing intermediate container e834c85c1dda 21:51:11 ---> 42ed1e8be354 21:51:11 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 ---> Running in 790fdff36888 21:51:11 Removing intermediate container 9a6b3bb86945 21:51:11 ---> 20477e2a0953 21:51:11 Step 9/10 : COPY . . 21:51:12 Removing intermediate container 790fdff36888 21:51:12 ---> b0c7636dd9be 21:51:12 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:51:12 ---> Running in 31916af55e7f 21:51:12 ---> 86bd7cb1ae23 21:51:12 Step 10/10 : RUN go mod download 21:51:12 ---> Running in 9fe6b961ee23 21:51:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:51:14 (1/9) Installing libc-dev (0.7.2-r3) 21:51:14 (2/9) Installing libsodium (1.0.18-r0) 21:51:14 (3/9) Installing pkgconf (1.7.3-r0) 21:51:14 (4/9) Installing libsodium-dev (1.0.18-r0) 21:51:14 (5/9) Installing openssh-keygen (8.4_p1-r3) 21:51:14 (6/9) Installing libedit (20191231.3.1-r1) 21:51:14 (7/9) Installing openssh-client (8.4_p1-r3) 21:51:14 (8/9) Installing libzmq (4.3.3-r1) 21:51:15 (9/9) Installing zeromq-dev (4.3.3-r1) 21:51:15 Executing busybox-1.32.1-r6.trigger 21:51:15 OK: 154 MiB in 49 packages 21:51:16 Removing intermediate container 31916af55e7f 21:51:16 ---> 7c3e1d1c589d 21:51:16 Step 8/10 : WORKDIR /device-rest-go 21:51:16 ---> Running in e41b81fb56c3 21:51:16 Removing intermediate container e41b81fb56c3 21:51:16 ---> 70dc584970d9 21:51:16 Step 9/10 : COPY . . 21:51:16 ---> e943f03d07f4 21:51:16 Step 10/10 : RUN go mod download 21:51:16 ---> Running in fb0449ebbec7 21:51:38 Removing intermediate container fb0449ebbec7 21:51:38 ---> 1b03f9775007 21:51:38 Successfully built 1b03f9775007 21:51:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:51:38 + docker inspect -f . ci-base-image-x86_64 21:51:38 . [Pipeline] withDockerContainer 21:51:38 prd-centos7-docker-4c-2g-2527 does not seem to be running inside a container 21:51:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/36 -v /w/workspace/device-rest-go/36:/w/workspace/device-rest-go/36:rw,z -v /w/workspace/device-rest-go/36@tmp:/w/workspace/device-rest-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:51:39 Removing intermediate container 9fe6b961ee23 21:51:39 ---> 1c877a6ee62f 21:51:39 Successfully built 1c877a6ee62f 21:51:39 Successfully tagged ci-base-image-arm64:latest 21:51:39 $ docker top 79f1ec6d87dbe80da4ea56d8e4a29bad57d01d6f6903e804ac98334100c59bf0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 21:51:39 + go version 21:51:39 go version go1.16.3 linux/amd64 [Pipeline] } 21:51:39 $ docker stop --time=1 79f1ec6d87dbe80da4ea56d8e4a29bad57d01d6f6903e804ac98334100c59bf0 21:51:40 + docker inspect -f . ci-base-image-arm64 21:51:40 . 21:51:41 $ docker rm -f 79f1ec6d87dbe80da4ea56d8e4a29bad57d01d6f6903e804ac98334100c59bf0 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 21:51:41 prd-ubuntu18.04-docker-arm64-4c-16g-2526 does not seem to be running inside a container 21:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/36 -v /w/workspace/device-rest-go/36:/w/workspace/device-rest-go/36:rw,z -v /w/workspace/device-rest-go/36@tmp:/w/workspace/device-rest-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:51:43 $ docker top 5aa946f9a636c62e2ebf0ebb3fe6cf381b411ca9aa8fe5f2f9d56c9917880350 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:43 + docker inspect -f . ci-base-image-x86_64 21:51:43 . [Pipeline] withDockerContainer 21:51:43 prd-centos7-docker-4c-2g-2527 does not seem to be running inside a container 21:51:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/36 -v /w/workspace/device-rest-go/36:/w/workspace/device-rest-go/36:rw,z -v /w/workspace/device-rest-go/36@tmp:/w/workspace/device-rest-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:51:44 + go version 21:51:44 go version go1.16.3 linux/arm64 21:51:44 $ docker top 1e0fadb75799e8c9891f0cc7fa3f500d2af5aa777cd0a74b7c5a63fb72966f35 -eo pid,comm [Pipeline] { [Pipeline] } 21:51:44 $ docker stop --time=1 5aa946f9a636c62e2ebf0ebb3fe6cf381b411ca9aa8fe5f2f9d56c9917880350 21:51:46 $ docker rm -f 5aa946f9a636c62e2ebf0ebb3fe6cf381b411ca9aa8fe5f2f9d56c9917880350 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:47 + go mod tidy 21:51:47 + docker inspect -f . ci-base-image-arm64 21:51:47 . [Pipeline] withDockerContainer 21:51:47 prd-ubuntu18.04-docker-arm64-4c-16g-2526 does not seem to be running inside a container 21:51:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/36 -v /w/workspace/device-rest-go/36:/w/workspace/device-rest-go/36:rw,z -v /w/workspace/device-rest-go/36@tmp:/w/workspace/device-rest-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:51:49 $ docker top f39905cc37b2be3b0754fbe6946889f26b99f8863b618e04e6310c71d5abcee9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:51:49 + make test 21:51:49 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:51:50 + go mod tidy 21:51:50 ? github.com/edgexfoundry/device-rest-go [no test files] [Pipeline] sh 21:51:51 + make test 21:51:51 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:51:52 ? github.com/edgexfoundry/device-rest-go [no test files] 21:52:08 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:52:08 ok github.com/edgexfoundry/device-rest-go/driver 0.016s coverage: 54.0% of statements 21:52:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:52:18 gofmt -l . 21:52:18 [ "`gofmt -l .`" = "" ] 21:52:18 ./bin/test-go-mod-tidy.sh 21:52:18 ./bin/test-attribution-txt.sh [Pipeline] } 21:52:18 $ docker stop --time=1 1e0fadb75799e8c9891f0cc7fa3f500d2af5aa777cd0a74b7c5a63fb72966f35 21:52:20 $ docker rm -f 1e0fadb75799e8c9891f0cc7fa3f500d2af5aa777cd0a74b7c5a63fb72966f35 [Pipeline] // withDockerContainer [Pipeline] sh 21:52:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:52:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:52:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:52:24 + ls -al . 21:52:24 total 104 21:52:24 drwxrwxr-x. 8 jenkins jenkins 4096 Apr 30 21:52 . 21:52:24 drwxrwxr-x. 4 jenkins jenkins 30 Apr 30 21:50 .. 21:52:24 -rw-rw-r--. 1 jenkins jenkins 6792 Apr 30 21:50 Attribution.txt 21:52:24 drwxrwxr-x. 2 jenkins jenkins 64 Apr 30 21:50 bin 21:52:24 drwxrwxr-x. 3 jenkins jenkins 32 Apr 30 21:50 cmd 21:52:24 -rw-r--r--. 1 jenkins jenkins 8513 Apr 30 21:52 coverage.out 21:52:24 -rw-rw-r--. 1 jenkins jenkins 1602 Apr 30 21:50 Dockerfile 21:52:24 -rw-rw-r--. 1 jenkins jenkins 1087 Apr 30 21:50 Dockerfile.build 21:52:24 -rw-rw-r--. 1 jenkins jenkins 151 Apr 30 21:50 .dockerignore 21:52:24 drwxrwxr-x. 2 jenkins jenkins 76 Apr 30 21:50 driver 21:52:24 drwxrwxr-x. 8 jenkins jenkins 162 Apr 30 21:50 .git 21:52:24 drwxrwxr-x. 2 jenkins jenkins 103 Apr 30 21:50 .github 21:52:24 -rw-rw-r--. 1 jenkins jenkins 339 Apr 30 21:50 .gitignore 21:52:24 -rw-r--r--. 1 jenkins jenkins 285 Apr 30 21:52 go.mod 21:52:24 -rw-r--r--. 1 jenkins jenkins 21331 Apr 30 21:51 go.sum 21:52:24 -rw-rw-r--. 1 jenkins jenkins 680 Apr 30 21:50 Jenkinsfile 21:52:24 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 30 21:50 LICENSE 21:52:24 -rw-rw-r--. 1 jenkins jenkins 996 Apr 30 21:50 Makefile 21:52:24 -rw-rw-r--. 1 jenkins jenkins 7667 Apr 30 21:50 README.md 21:52:24 drwxrwxr-x. 4 jenkins jenkins 71 Apr 30 21:50 snap 21:52:24 -rw-rw-r--. 1 jenkins jenkins 11 Apr 30 21:48 VERSION 21:52:24 -rw-rw-r--. 1 jenkins jenkins 713 Apr 30 21:50 version.go [Pipeline] isUnix [Pipeline] sh 21:52:24 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7785bfdac8204e7db57f1c60391832de77af91bc --label arch=amd64 --label version=1.2.2-dev.4 . 21:52:24 Sending build context to Docker daemon 102.9kB 21:52:24 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 21:52:24 Step 2/24 : FROM ${BASE} AS builder 21:52:24 ---> 1b03f9775007 21:52:24 Step 3/24 : ARG MAKE='make build' 21:52:24 ---> Running in 6a2148a5341a 21:52:24 Removing intermediate container 6a2148a5341a 21:52:24 ---> c097349791ab 21:52:24 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:52:24 ---> Running in 1dc757141f17 21:52:24 Removing intermediate container 1dc757141f17 21:52:24 ---> b1d5878f18c9 21:52:24 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 21:52:24 ---> Running in 892e8f88115a 21:52:25 Removing intermediate container 892e8f88115a 21:52:25 ---> c24659d3cad4 21:52:25 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:25 ---> Running in 6eb60b007042 21:52:26 Removing intermediate container 6eb60b007042 21:52:26 ---> 6c34fb319674 21:52:26 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:52:26 ---> Running in 381bff36dc98 21:52:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:52:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:52:27 OK: 154 MiB in 49 packages 21:52:28 Removing intermediate container 381bff36dc98 21:52:28 ---> b1cba73eb8e4 21:52:28 Step 8/24 : WORKDIR /device-rest-go 21:52:28 ---> Running in b391df41f4fd 21:52:28 Removing intermediate container b391df41f4fd 21:52:28 ---> 01b1d0f590e8 21:52:28 Step 9/24 : COPY . . 21:52:28 ---> 92d321844dc9 21:52:28 Step 10/24 : RUN make update 21:52:28 ---> Running in 8e21703814ec 21:52:29 CGO_ENABLED=0 GO111MODULE=on go mod download 21:52:30 Removing intermediate container 8e21703814ec 21:52:30 ---> b9565560bbc3 21:52:30 Step 11/24 : RUN $MAKE 21:52:30 ---> Running in 8d2b923584ad 21:52:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.4" -o cmd/device-rest-go ./cmd 21:52:45 Removing intermediate container 8d2b923584ad 21:52:45 ---> c732ad308932 21:52:45 Step 12/24 : FROM alpine:3.12 21:52:45 3.12: Pulling from library/alpine 21:52:45 339de151aab4: Pulling fs layer 21:52:45 339de151aab4: Verifying Checksum 21:52:45 339de151aab4: Download complete 21:52:45 339de151aab4: Pull complete 21:52:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:52:45 Status: Downloaded newer image for alpine:3.12 21:52:45 ---> 13621d1b12d4 21:52:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:52:45 ---> Running in b64a50d16f99 21:52:45 Removing intermediate container b64a50d16f99 21:52:45 ---> 43f74e177817 21:52:45 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 21:52:45 ---> Running in 6a258247dd77 21:52:45 Removing intermediate container 6a258247dd77 21:52:45 ---> 958b15afa2db 21:52:45 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 21:52:45 ---> Running in 0d4e1a5ca701 21:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:45 (1/6) Installing dumb-init (1.2.2-r1) 21:52:45 (2/6) Installing libgcc (9.3.0-r2) 21:52:45 (3/6) Installing libsodium (1.0.18-r0) 21:52:45 (4/6) Installing libstdc++ (9.3.0-r2) 21:52:45 (5/6) Installing libzmq (4.3.3-r0) 21:52:45 (6/6) Installing zeromq (4.3.3-r0) 21:52:45 Executing busybox-1.31.1-r20.trigger 21:52:45 OK: 8 MiB in 20 packages 21:52:45 Removing intermediate container 0d4e1a5ca701 21:52:45 ---> 7c949de9d2ac 21:52:45 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 21:52:46 ---> 49992899ed0b 21:52:46 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 21:52:46 ---> 1c6ef415a794 21:52:46 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 21:52:47 ---> 73808ce441b1 21:52:47 Step 19/24 : EXPOSE 49986 21:52:47 ---> Running in a9eab3353dfe 21:52:47 Removing intermediate container a9eab3353dfe 21:52:47 ---> 5192995da994 21:52:47 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 21:52:47 ---> Running in 5c1f4fa1f11c 21:52:47 Removing intermediate container 5c1f4fa1f11c 21:52:47 ---> e56ce3840aef 21:52:47 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 21:52:47 ---> Running in c9d3061fae2d 21:52:47 Removing intermediate container c9d3061fae2d 21:52:47 ---> 52b74f2a39c5 21:52:47 Step 22/24 : LABEL arch=amd64 21:52:47 ---> Running in 555daff78280 21:52:47 Removing intermediate container 555daff78280 21:52:47 ---> 63647ab4ecad 21:52:47 Step 23/24 : LABEL git_sha=7785bfdac8204e7db57f1c60391832de77af91bc 21:52:48 ---> Running in ef36ce06527a 21:52:48 Removing intermediate container ef36ce06527a 21:52:48 ---> 71111230f300 21:52:48 Step 24/24 : LABEL version=1.2.2-dev.4 21:52:48 ---> Running in d0ad00ed8b14 21:52:48 Removing intermediate container d0ad00ed8b14 21:52:48 ---> a2b1675c8dc0 21:52:48 [Warning] One or more build-args [ARCH] were not consumed 21:52:48 Successfully built a2b1675c8dc0 21:52:48 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:52:48 provisioning config files... 21:52:48 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/36@tmp/config2075095841203104056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:48 ---> docker-login.sh 21:52:48 nexus3.edgexfoundry.org:10001 21:52:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:48 Configure a credential helper to remove this warning. See 21:52:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:48 21:52:48 Login Succeeded 21:52:48 nexus3.edgexfoundry.org:10002 21:52:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:49 Configure a credential helper to remove this warning. See 21:52:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:49 21:52:49 Login Succeeded 21:52:49 nexus3.edgexfoundry.org:10003 21:52:49 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:52:49 ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 54.0% of statements 21:52:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:52:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:49 Configure a credential helper to remove this warning. See 21:52:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:49 21:52:49 Login Succeeded 21:52:49 nexus3.edgexfoundry.org:10004 21:52:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:49 Configure a credential helper to remove this warning. See 21:52:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:49 21:52:49 Login Succeeded 21:52:49 docker.io 21:52:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:49 Configure a credential helper to remove this warning. See 21:52:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:49 21:52:49 Login Succeeded 21:52:49 ---> docker-login.sh ends [Pipeline] } 21:52:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:49 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 21:52:49 7785bfdac8204e7db57f1c60391832de77af91bc 21:52:49 latest 21:52:49 1.2.2-dev.4 21:52:49 7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:52:49 master 21:52:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:50 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] isUnix [Pipeline] sh 21:52:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc 21:52:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:52:50 f0747cc4a790: Preparing 21:52:50 93838713b01c: Preparing 21:52:50 bf10280cfdea: Preparing 21:52:50 a7d67f8e9ac9: Preparing 21:52:50 32f366d666a5: Preparing 21:52:50 32f366d666a5: Layer already exists 21:52:50 93838713b01c: Pushed 21:52:50 f0747cc4a790: Pushed 21:52:50 a7d67f8e9ac9: Pushed 21:52:51 bf10280cfdea: Pushed 21:52:52 7785bfdac8204e7db57f1c60391832de77af91bc: digest: sha256:15ec3ff5008665e6a8f09dbd0b863beabc16774d43f57beee4d86b4fcabfc2f3 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:52:52 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 21:52:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 21:52:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:52:52 f0747cc4a790: Preparing 21:52:52 93838713b01c: Preparing 21:52:52 bf10280cfdea: Preparing 21:52:52 a7d67f8e9ac9: Preparing 21:52:52 32f366d666a5: Preparing 21:52:52 bf10280cfdea: Layer already exists 21:52:52 93838713b01c: Layer already exists 21:52:52 a7d67f8e9ac9: Layer already exists 21:52:52 f0747cc4a790: Layer already exists 21:52:52 32f366d666a5: Layer already exists 21:52:52 latest: digest: sha256:15ec3ff5008665e6a8f09dbd0b863beabc16774d43f57beee4d86b4fcabfc2f3 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:52:53 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 21:52:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.4 21:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:52:53 f0747cc4a790: Preparing 21:52:53 93838713b01c: Preparing 21:52:53 bf10280cfdea: Preparing 21:52:53 a7d67f8e9ac9: Preparing 21:52:53 32f366d666a5: Preparing 21:52:53 93838713b01c: Layer already exists 21:52:53 32f366d666a5: Layer already exists 21:52:53 f0747cc4a790: Layer already exists 21:52:53 bf10280cfdea: Layer already exists 21:52:53 a7d67f8e9ac9: Layer already exists 21:52:53 1.2.2-dev.4: digest: sha256:15ec3ff5008665e6a8f09dbd0b863beabc16774d43f57beee4d86b4fcabfc2f3 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:52:53 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 21:52:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:52:53 f0747cc4a790: Preparing 21:52:53 93838713b01c: Preparing 21:52:53 bf10280cfdea: Preparing 21:52:53 a7d67f8e9ac9: Preparing 21:52:53 32f366d666a5: Preparing 21:52:53 f0747cc4a790: Layer already exists 21:52:53 32f366d666a5: Layer already exists 21:52:53 a7d67f8e9ac9: Layer already exists 21:52:53 93838713b01c: Layer already exists 21:52:53 bf10280cfdea: Layer already exists 21:52:53 7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4: digest: sha256:15ec3ff5008665e6a8f09dbd0b863beabc16774d43f57beee4d86b4fcabfc2f3 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:52:54 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 21:52:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 21:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:52:54 f0747cc4a790: Preparing 21:52:54 93838713b01c: Preparing 21:52:54 bf10280cfdea: Preparing 21:52:54 a7d67f8e9ac9: Preparing 21:52:54 32f366d666a5: Preparing 21:52:54 32f366d666a5: Layer already exists 21:52:54 93838713b01c: Layer already exists 21:52:54 f0747cc4a790: Layer already exists 21:52:54 a7d67f8e9ac9: Layer already exists 21:52:54 bf10280cfdea: Layer already exists 21:52:54 master: digest: sha256:15ec3ff5008665e6a8f09dbd0b863beabc16774d43f57beee4d86b4fcabfc2f3 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:54 ===================================================== [Pipeline] echo 21:52:54 taggedImages: 21:52:54 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc 21:52:54 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 21:52:54 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.4 21:52:54 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:52:54 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:52:55 ---> job-cost.sh 21:52:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zzY0 21:53:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:53:11 gofmt -l . 21:53:11 [ "`gofmt -l .`" = "" ] 21:53:11 ./bin/test-go-mod-tidy.sh 21:53:11 ./bin/test-attribution-txt.sh [Pipeline] } 21:53:13 $ docker stop --time=1 f39905cc37b2be3b0754fbe6946889f26b99f8863b618e04e6310c71d5abcee9 21:53:15 $ docker rm -f f39905cc37b2be3b0754fbe6946889f26b99f8863b618e04e6310c71d5abcee9 [Pipeline] // withDockerContainer [Pipeline] sh 21:53:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:53:15 Warning: overwriting stash ‘coverage-report’ 21:53:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:53:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:53:17 + ls -al . 21:53:17 total 132 21:53:17 drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 21:53 . 21:53:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:50 .. 21:53:17 -rw-rw-r-- 1 jenkins jenkins 151 Apr 30 21:50 .dockerignore 21:53:17 drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 21:50 .git 21:53:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:50 .github 21:53:17 -rw-rw-r-- 1 jenkins jenkins 339 Apr 30 21:50 .gitignore 21:53:17 -rw-rw-r-- 1 jenkins jenkins 6792 Apr 30 21:50 Attribution.txt 21:53:17 -rw-rw-r-- 1 jenkins jenkins 1602 Apr 30 21:50 Dockerfile 21:53:17 -rw-rw-r-- 1 jenkins jenkins 1087 Apr 30 21:50 Dockerfile.build 21:53:17 -rw-rw-r-- 1 jenkins jenkins 680 Apr 30 21:50 Jenkinsfile 21:53:17 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 30 21:50 LICENSE 21:53:17 -rw-rw-r-- 1 jenkins jenkins 996 Apr 30 21:50 Makefile 21:53:17 -rw-rw-r-- 1 jenkins jenkins 7667 Apr 30 21:50 README.md 21:53:17 -rw-rw-r-- 1 jenkins jenkins 11 Apr 30 21:48 VERSION 21:53:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:50 bin 21:53:17 drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 21:50 cmd 21:53:17 -rw-r--r-- 1 jenkins jenkins 8513 Apr 30 21:52 coverage.out 21:53:17 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 21:50 driver 21:53:17 -rw-r--r-- 1 jenkins jenkins 285 Apr 30 21:53 go.mod 21:53:17 -rw-r--r-- 1 jenkins jenkins 21331 Apr 30 21:51 go.sum 21:53:17 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 21:50 snap 21:53:17 -rw-rw-r-- 1 jenkins jenkins 713 Apr 30 21:50 version.go [Pipeline] isUnix [Pipeline] sh 21:53:18 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7785bfdac8204e7db57f1c60391832de77af91bc --label arch=arm64 --label version=1.2.2-dev.4 . 21:53:18 Sending build context to Docker daemon 102.9kB 21:53:18 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 21:53:18 Step 2/24 : FROM ${BASE} AS builder 21:53:18 ---> 1c877a6ee62f 21:53:18 Step 3/24 : ARG MAKE='make build' 21:53:18 ---> Running in 3b5c4b8e4222 21:53:19 Removing intermediate container 3b5c4b8e4222 21:53:19 ---> 27f84ae4db8e 21:53:19 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 21:53:19 ---> Running in 43f62dac6a7b 21:53:19 Removing intermediate container 43f62dac6a7b 21:53:19 ---> e74783b9ad4f 21:53:19 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 21:53:20 ---> Running in 37a78dd3f369 21:53:20 Removing intermediate container 37a78dd3f369 21:53:20 ---> fddca8aba362 21:53:20 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:20 ---> Running in e8e8b0126c02 21:53:22 Removing intermediate container e8e8b0126c02 21:53:22 ---> afdb5885d830 21:53:22 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:53:22 ---> Running in 0af937aac9a6 21:53:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:53:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:53:25 OK: 144 MiB in 49 packages 21:53:26 Removing intermediate container 0af937aac9a6 21:53:26 ---> ed516e1bff57 21:53:26 Step 8/24 : WORKDIR /device-rest-go 21:53:26 ---> Running in 70d0fc481ba0 21:53:27 Removing intermediate container 70d0fc481ba0 21:53:27 ---> 166e888fee67 21:53:27 Step 9/24 : COPY . . 21:53:28 ---> ef4eff5bec54 21:53:28 Step 10/24 : RUN make update 21:53:28 ---> Running in 7423f27ff0be 21:53:29 CGO_ENABLED=0 GO111MODULE=on go mod download 21:53:30 Removing intermediate container 7423f27ff0be 21:53:30 ---> 74a19c2c3fd0 21:53:30 Step 11/24 : RUN $MAKE 21:53:30 ---> Running in fdec96091e4b 21:53:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.4" -o cmd/device-rest-go ./cmd 21:53:36 lf-activate-venv(): INFO: Adding /tmp/venv-zzY0/bin to PATH 21:53:36 INFO: No Stack... 21:53:36 INFO: Retrieving Pricing Info for: v1-standard-2 21:53:36 INFO: Archiving Costs [Pipeline] sh 21:53:37 + cat /w/workspace/device-rest-go/36/archives/cost.csv 21:53:37 + cut -d, -f6 [Pipeline] lock 21:53:37 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] 21:53:37 Resource [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] did not exist. Created. 21:53:37 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:53:37 + echo total: 0.029999999329447746 [Pipeline] stash 21:53:37 Stashed 1 file(s) [Pipeline] } 21:53:37 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:54:10 Removing intermediate container fdec96091e4b 21:54:10 ---> 4cdc43407cf2 21:54:10 Step 12/24 : FROM alpine:3.12 21:54:10 3.12: Pulling from library/alpine 21:54:10 d2f70382dc9a: Pulling fs layer 21:54:10 d2f70382dc9a: Verifying Checksum 21:54:10 d2f70382dc9a: Download complete 21:54:10 d2f70382dc9a: Pull complete 21:54:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:54:10 Status: Downloaded newer image for alpine:3.12 21:54:10 ---> 9852663dfa18 21:54:10 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:54:10 ---> Running in 02dfbfbc9fce 21:54:10 Removing intermediate container 02dfbfbc9fce 21:54:10 ---> 7f7d7cff039c 21:54:10 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 21:54:10 ---> Running in a4f3d065f4c8 21:54:10 Removing intermediate container a4f3d065f4c8 21:54:10 ---> e54544bd2ab9 21:54:10 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 21:54:10 ---> Running in 97631bcb058b 21:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:54:11 (1/6) Installing dumb-init (1.2.2-r1) 21:54:11 (2/6) Installing libgcc (9.3.0-r2) 21:54:11 (3/6) Installing libsodium (1.0.18-r0) 21:54:11 (4/6) Installing libstdc++ (9.3.0-r2) 21:54:11 (5/6) Installing libzmq (4.3.3-r0) 21:54:11 (6/6) Installing zeromq (4.3.3-r0) 21:54:11 Executing busybox-1.31.1-r20.trigger 21:54:11 OK: 8 MiB in 20 packages 21:54:12 Removing intermediate container 97631bcb058b 21:54:12 ---> 395a7e0dda25 21:54:12 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 21:54:13 ---> 45f8a453764c 21:54:13 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 21:54:14 ---> 0cd5b6b94d48 21:54:14 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 21:54:15 ---> c76ec5a3b01e 21:54:15 Step 19/24 : EXPOSE 49986 21:54:15 ---> Running in 934b3ba85af6 21:54:16 Removing intermediate container 934b3ba85af6 21:54:16 ---> 7cf8ef6fc19a 21:54:16 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 21:54:16 ---> Running in 40e9f2eae735 21:54:16 Removing intermediate container 40e9f2eae735 21:54:16 ---> 654610db3717 21:54:16 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 21:54:16 ---> Running in 44deeeba4f1b 21:54:17 Removing intermediate container 44deeeba4f1b 21:54:17 ---> 50a892117170 21:54:17 Step 22/24 : LABEL arch=arm64 21:54:17 ---> Running in 3d0c240b9d81 21:54:18 Removing intermediate container 3d0c240b9d81 21:54:18 ---> 0f3fe54f37be 21:54:18 Step 23/24 : LABEL git_sha=7785bfdac8204e7db57f1c60391832de77af91bc 21:54:18 ---> Running in a0f5ca63abec 21:54:18 Removing intermediate container a0f5ca63abec 21:54:18 ---> 1bfb960e12ce 21:54:18 Step 24/24 : LABEL version=1.2.2-dev.4 21:54:18 ---> Running in 88e2ba1e72db 21:54:19 Removing intermediate container 88e2ba1e72db 21:54:19 ---> 0077646cae6c 21:54:19 [Warning] One or more build-args [ARCH] were not consumed 21:54:19 Successfully built 0077646cae6c 21:54:19 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:54:19 provisioning config files... 21:54:19 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/36@tmp/config7000434574589589396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:54:19 ---> docker-login.sh 21:54:19 nexus3.edgexfoundry.org:10001 21:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:20 Configure a credential helper to remove this warning. See 21:54:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:20 21:54:20 Login Succeeded 21:54:20 nexus3.edgexfoundry.org:10002 21:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:20 Configure a credential helper to remove this warning. See 21:54:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:20 21:54:20 Login Succeeded 21:54:20 nexus3.edgexfoundry.org:10003 21:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:21 Configure a credential helper to remove this warning. See 21:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:21 21:54:21 Login Succeeded 21:54:21 nexus3.edgexfoundry.org:10004 21:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:22 Configure a credential helper to remove this warning. See 21:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:22 21:54:22 Login Succeeded 21:54:22 docker.io 21:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:54:22 Configure a credential helper to remove this warning. See 21:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:54:22 21:54:22 Login Succeeded 21:54:22 ---> docker-login.sh ends [Pipeline] } 21:54:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:54:22 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 21:54:22 7785bfdac8204e7db57f1c60391832de77af91bc 21:54:22 latest 21:54:22 1.2.2-dev.4 21:54:22 7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:54:22 master 21:54:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:23 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] isUnix [Pipeline] sh 21:54:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc 21:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:54:23 640ee5171153: Preparing 21:54:23 d68bc488476c: Preparing 21:54:23 f3568446e1e9: Preparing 21:54:23 2eaa380fdecd: Preparing 21:54:23 3fbe34a1663b: Preparing 21:54:23 3fbe34a1663b: Layer already exists 21:54:23 640ee5171153: Pushed 21:54:23 d68bc488476c: Pushed 21:54:24 2eaa380fdecd: Pushed 21:54:26 f3568446e1e9: Pushed 21:54:26 7785bfdac8204e7db57f1c60391832de77af91bc: digest: sha256:a279686721b69c4666446796795e271ebbd8daf61497375aaac8b6047a80b706 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:54:27 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:54:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 21:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:54:27 640ee5171153: Preparing 21:54:27 d68bc488476c: Preparing 21:54:27 f3568446e1e9: Preparing 21:54:27 2eaa380fdecd: Preparing 21:54:27 3fbe34a1663b: Preparing 21:54:27 2eaa380fdecd: Layer already exists 21:54:27 f3568446e1e9: Layer already exists 21:54:27 640ee5171153: Layer already exists 21:54:27 3fbe34a1663b: Layer already exists 21:54:27 d68bc488476c: Layer already exists 21:54:27 latest: digest: sha256:a279686721b69c4666446796795e271ebbd8daf61497375aaac8b6047a80b706 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:54:28 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 21:54:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.4 21:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:54:28 640ee5171153: Preparing 21:54:28 d68bc488476c: Preparing 21:54:28 f3568446e1e9: Preparing 21:54:28 2eaa380fdecd: Preparing 21:54:28 3fbe34a1663b: Preparing 21:54:28 640ee5171153: Layer already exists 21:54:28 3fbe34a1663b: Layer already exists 21:54:28 d68bc488476c: Layer already exists 21:54:28 f3568446e1e9: Layer already exists 21:54:28 2eaa380fdecd: Layer already exists 21:54:28 1.2.2-dev.4: digest: sha256:a279686721b69c4666446796795e271ebbd8daf61497375aaac8b6047a80b706 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:54:29 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 [Pipeline] isUnix [Pipeline] sh 21:54:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:54:29 640ee5171153: Preparing 21:54:29 d68bc488476c: Preparing 21:54:29 f3568446e1e9: Preparing 21:54:29 2eaa380fdecd: Preparing 21:54:29 3fbe34a1663b: Preparing 21:54:29 640ee5171153: Layer already exists 21:54:29 f3568446e1e9: Layer already exists 21:54:29 3fbe34a1663b: Layer already exists 21:54:29 2eaa380fdecd: Layer already exists 21:54:29 d68bc488476c: Layer already exists 21:54:29 7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4: digest: sha256:a279686721b69c4666446796795e271ebbd8daf61497375aaac8b6047a80b706 size: 1365 [Pipeline] isUnix [Pipeline] sh 21:54:30 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:54:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 21:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:54:30 640ee5171153: Preparing 21:54:30 d68bc488476c: Preparing 21:54:30 f3568446e1e9: Preparing 21:54:30 2eaa380fdecd: Preparing 21:54:30 3fbe34a1663b: Preparing 21:54:30 640ee5171153: Layer already exists 21:54:30 2eaa380fdecd: Layer already exists 21:54:30 f3568446e1e9: Layer already exists 21:54:30 d68bc488476c: Layer already exists 21:54:30 3fbe34a1663b: Layer already exists 21:54:30 master: digest: sha256:a279686721b69c4666446796795e271ebbd8daf61497375aaac8b6047a80b706 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:54:30 ===================================================== [Pipeline] echo 21:54:30 taggedImages: 21:54:30 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc 21:54:30 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 21:54:30 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.4 21:54:30 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:7785bfdac8204e7db57f1c60391832de77af91bc-1.2.2-dev.4 21:54:30 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:54:31 ---> job-cost.sh 21:54:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C7Mq 21:55:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:56:31 lf-activate-venv(): INFO: Adding /tmp/venv-C7Mq/bin to PATH 21:56:31 INFO: No Stack... 21:56:32 INFO: Retrieving Pricing Info for: lf-standard-4 21:56:33 INFO: Archiving Costs [Pipeline] sh 21:56:33 + cat /w/workspace/device-rest-go/36/archives/cost.csv 21:56:33 + cut -d, -f6 [Pipeline] lock 21:56:33 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] 21:56:33 Resource [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] did not exist. Created. 21:56:33 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-36-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:56:34 /w/workspace/device-rest-go/36@tmp/durable-42171374/script.sh: 1: /w/workspace/device-rest-go/36@tmp/durable-42171374/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:56:34 + echo total: 0.20999999344348907 [Pipeline] stash 21:56:34 Warning: overwriting stash ‘stack-cost’ 21:56:34 Stashed 1 file(s) [Pipeline] } 21:56:34 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-36-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 21:56:35 provisioning config files... 21:56:35 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1552644106875729883tmp [Pipeline] { [Pipeline] sh 21:56:35 + set +x 21:56:35 + curl -s https://codecov.io/bash 21:56:35 + bash -s -- 21:56:36 21:56:36 _____ _ 21:56:36 / ____| | | 21:56:36 | | ___ __| | ___ ___ _____ __ 21:56:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:56:36 | |___| (_) | (_| | __/ (_| (_) \ V / 21:56:36 \_____\___/ \__,_|\___|\___\___/ \_/ 21:56:36 Bash-1.0.2 21:56:36 21:56:36 21:56:36 ==> git version 2.24.3 found 21:56:36 ==> 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 21:56:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:56:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:56:36 ==> Jenkins CI detected. 21:56:36 project root: . 21:56:36 --> token set from env 21:56:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:56:36 ==> Running gcov in . (disable via -X gcov) 21:56:36 ==> Python coveragepy not found 21:56:36 ==> Searching for coverage reports in: 21:56:36 + . 21:56:36 -> Found 1 reports 21:56:36 ==> Detecting git/mercurial file structure 21:56:36 ==> Reading reports 21:56:36 + ./coverage.out bytes=8513 21:56:36 ==> Appending adjustments 21:56:36 https://docs.codecov.io/docs/fixing-reports 21:56:36 + Found adjustments 21:56:36 ==> Gzipping contents 21:56:36 4.0K /tmp/codecov.fCEQEm.gz 21:56:36 ==> Uploading reports 21:56:36 url: https://codecov.io 21:56:36 query: branch=master&commit=7785bfdac8204e7db57f1c60391832de77af91bc&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:56:36 -> Pinging Codecov 21:56:36 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7785bfdac8204e7db57f1c60391832de77af91bc&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:56:37 -> Uploading to 21:56:37 https://storage.googleapis.com/codecov/v4/raw/2021-04-30/4E5D53B4F1F92C436F7061BF334D961C/7785bfdac8204e7db57f1c60391832de77af91bc/62cc49ce-3a7e-4c7c-9973-5df2acbd8fbe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T215637Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ac8111c870689aff88ea2234f4b3ccb75e4e691d1e84aa5c653eaa22550058f 21:56:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:56:37 Dload Upload Total Spent Left Speed 21:56:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1622 0 0 100 1622 0 3501 --:--:-- --:--:-- --:--:-- 3495 100 1622 0 0 100 1622 0 3498 --:--:-- --:--:-- --:--:-- 3495 21:56:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] } 21:56:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:56:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:56:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:56:39 21:56:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:56:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:56:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:56:39 188c0c94c7c5: Pulling fs layer 21:56:39 0ef7d3d256c8: Pulling fs layer 21:56:39 de9db76c5a1d: Pulling fs layer 21:56:39 0eba1c9be4d2: Pulling fs layer 21:56:39 0d57e429df01: Pulling fs layer 21:56:39 4e4be7b47b0d: Pulling fs layer 21:56:39 e1f770b5df2f: Pulling fs layer 21:56:39 85a0685a4137: Pulling fs layer 21:56:39 0d57e429df01: Waiting 21:56:39 4e4be7b47b0d: Waiting 21:56:39 e1f770b5df2f: Waiting 21:56:39 85a0685a4137: Waiting 21:56:39 0eba1c9be4d2: Waiting 21:56:39 de9db76c5a1d: Verifying Checksum 21:56:39 de9db76c5a1d: Download complete 21:56:39 0ef7d3d256c8: Verifying Checksum 21:56:39 0ef7d3d256c8: Download complete 21:56:39 0d57e429df01: Verifying Checksum 21:56:39 0d57e429df01: Download complete 21:56:40 4e4be7b47b0d: Verifying Checksum 21:56:40 4e4be7b47b0d: Download complete 21:56:40 188c0c94c7c5: Verifying Checksum 21:56:40 188c0c94c7c5: Download complete 21:56:40 188c0c94c7c5: Pull complete 21:56:41 0ef7d3d256c8: Pull complete 21:56:41 de9db76c5a1d: Pull complete 21:56:41 e1f770b5df2f: Verifying Checksum 21:56:41 e1f770b5df2f: Download complete 21:56:46 85a0685a4137: Verifying Checksum 21:56:46 85a0685a4137: Download complete 21:56:46 0eba1c9be4d2: Verifying Checksum 21:56:46 0eba1c9be4d2: Download complete 21:56:59 0eba1c9be4d2: Pull complete 21:56:59 0d57e429df01: Pull complete 21:56:59 4e4be7b47b0d: Pull complete 21:57:01 e1f770b5df2f: Pull complete 21:57:14 85a0685a4137: Pull complete 21:57:14 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:57:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:57:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:57:15 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:57:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:57:17 $ docker top e7e99fa6edcee2aae2ad36e1bb7ba7407e39b2f75e2b3fa41c8bc5627c5083d9 -eo pid,comm [Pipeline] { [Pipeline] echo 21:57:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:57:17 + set -o pipefail 21:57:17 + snyk monitor '--org=edgex-jenkins' 21:57:33 21:57:33 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 21:57:33 21:57:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/e5706327-be02-40f1-bd95-8787eed8c011 21:57:33 21:57:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:57:33 21:57:33 [Pipeline] } 21:57:33 $ docker stop --time=1 e7e99fa6edcee2aae2ad36e1bb7ba7407e39b2f75e2b3fa41c8bc5627c5083d9 21:57:35 $ docker rm -f e7e99fa6edcee2aae2ad36e1bb7ba7407e39b2f75e2b3fa41c8bc5627c5083d9 [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 21:57:37 + git log --format=format:%s -1 7785bfdac8204e7db57f1c60391832de77af91bc [Pipeline] isUnix [Pipeline] sh 21:57:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:37 . [Pipeline] withDockerContainer 21:57:38 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:57:40 $ docker top 6eff43cd92e294d6112c90b750c4468b37bdf025c826411f037419dfe5b26ef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:57:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:40 [ssh-agent] Looking for ssh-agent implementation... 21:57:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:40 $ docker exec 6eff43cd92e294d6112c90b750c4468b37bdf025c826411f037419dfe5b26ef1 ssh-agent 21:57:41 SSH_AUTH_SOCK=/tmp/ssh-Vz5yS80kRqZm/agent.12 21:57:41 SSH_AGENT_PID=17 21:57:41 Running ssh-add (command line suppressed) 21:57:41 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7502530838009884675.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7502530838009884675.key) 21:57:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:57:42 + git semver tag 21:57:42 # -> Open(): unable to determine branch for HEAD 21:57:42 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 21:57:42 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 21:57:42 # $SEMVER_REMOTE_NAME = origin 21:57:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:57:42 # $SEMVER_USER_NAME = edgex-jenkins 21:57:42 # $SEMVER_BRANCH = master 21:57:42 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 21:57:42 # 7785bfdac8204e7db57f1c60391832de77af91bc HEAD 21:57:42 # -> Force: false 21:57:42 # 71b49629278e7503ef6465dfbeb8a27cd6febcae refs/tags/v1.2.2-dev.4 [Pipeline] } 21:57:42 $ docker exec --env ******** --env ******** 6eff43cd92e294d6112c90b750c4468b37bdf025c826411f037419dfe5b26ef1 ssh-agent -k 21:57:42 unset SSH_AUTH_SOCK; 21:57:42 unset SSH_AGENT_PID; 21:57:42 echo Agent pid 17 killed; 21:57:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:57:43 + git semver [Pipeline] } 21:57:43 $ docker stop --time=1 6eff43cd92e294d6112c90b750c4468b37bdf025c826411f037419dfe5b26ef1 21:57:45 $ docker rm -f 6eff43cd92e294d6112c90b750c4468b37bdf025c826411f037419dfe5b26ef1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:57:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:45 21:57:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:57:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:46 0.23.1-centos7: Pulling from edgex-lftools 21:57:46 ab5ef0e58194: Pulling fs layer 21:57:46 9712f1f96733: Pulling fs layer 21:57:46 63f879dbbcfc: Pulling fs layer 21:57:46 0d9ebad4ef96: Pulling fs layer 21:57:46 e9a5061849ea: Pulling fs layer 21:57:46 d747dcd14b5f: Pulling fs layer 21:57:46 2de7ff778b66: Pulling fs layer 21:57:46 0d9ebad4ef96: Waiting 21:57:46 e9a5061849ea: Waiting 21:57:46 d747dcd14b5f: Waiting 21:57:46 2de7ff778b66: Waiting 21:57:46 9712f1f96733: Verifying Checksum 21:57:46 9712f1f96733: Download complete 21:57:49 63f879dbbcfc: Verifying Checksum 21:57:49 63f879dbbcfc: Download complete 21:57:50 e9a5061849ea: Verifying Checksum 21:57:50 e9a5061849ea: Download complete 21:57:50 d747dcd14b5f: Verifying Checksum 21:57:50 d747dcd14b5f: Download complete 21:57:50 0d9ebad4ef96: Verifying Checksum 21:57:50 0d9ebad4ef96: Download complete 21:57:50 2de7ff778b66: Verifying Checksum 21:57:50 2de7ff778b66: Download complete 21:57:51 ab5ef0e58194: Verifying Checksum 21:57:51 ab5ef0e58194: Download complete 21:58:01 ab5ef0e58194: Pull complete 21:58:01 9712f1f96733: Pull complete 21:58:06 63f879dbbcfc: Pull complete 21:58:18 0d9ebad4ef96: Pull complete 21:58:22 e9a5061849ea: Pull complete 21:58:22 d747dcd14b5f: Pull complete 21:58:26 2de7ff778b66: Pull complete 21:58:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:58:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:58:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:58:27 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:58:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:58:32 $ docker top fbb55b998e1cbce52a0de74c6aada7523ac22b9bb51155900f2231ff99912c2b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:58:32 provisioning config files... 21:58:32 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7546375163977085664tmp 21:58:32 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5436611817131824191tmp 21:58:32 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2156430105569930861tmp [Pipeline] { [Pipeline] echo 21:58:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:58:33 ---> sigul-configuration.sh 21:58:33 gpg: directory `/root/.gnupg' created 21:58:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:58:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:58:33 gpg: keyring `/root/.gnupg/secring.gpg' created 21:58:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:58:33 gpg: CAST5 encrypted data 21:58:33 gpg: encrypted with 1 passphrase 21:58:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:58:33 + mkdir /home/jenkins 21:58:33 + mkdir /home/jenkins/sigul [Pipeline] sh 21:58:34 + 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 21:58:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:58:35 ---> sigul-install.sh 21:58:45 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:58:45 + git tag --list 21:58:45 v1.0.0 21:58:45 v1.1.0 21:58:45 v1.1.1 21:58:45 v1.1.2 21:58:45 v1.2.0 21:58:45 v1.2.1 21:58:45 v1.2.1-dev.1 21:58:45 v1.2.1-dev.2 21:58:45 v1.2.1-dev.3 21:58:45 v1.2.1-dev.4 21:58:45 v1.2.2-dev.1 21:58:45 v1.2.2-dev.2 21:58:45 v1.2.2-dev.3 21:58:45 v1.2.2-dev.4 [Pipeline] sh 21:58:46 + lftools sign git-tag v1.2.2-dev.4 21:58:48 Signing Git tag with Sigul... 21:58:48 Signing v1.2.2-dev.4 [Pipeline] echo 21:58:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:58:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:58:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:58:51 $ docker stop --time=1 fbb55b998e1cbce52a0de74c6aada7523ac22b9bb51155900f2231ff99912c2b 21:58:53 $ docker rm -f fbb55b998e1cbce52a0de74c6aada7523ac22b9bb51155900f2231ff99912c2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:58:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:58:54 . [Pipeline] withDockerContainer 21:58:54 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:58:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:58:56 $ docker top 25ca3cf696abad97319f88730c15290ebbdf899d1e1e8aac273e2ab9c7f09e9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:58:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:58:56 [ssh-agent] Looking for ssh-agent implementation... 21:58:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:58:57 $ docker exec 25ca3cf696abad97319f88730c15290ebbdf899d1e1e8aac273e2ab9c7f09e9c ssh-agent 21:58:57 SSH_AUTH_SOCK=/tmp/ssh-ovmpHItYPDVJ/agent.13 21:58:57 SSH_AGENT_PID=18 21:58:57 Running ssh-add (command line suppressed) 21:58:57 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_167167942866395458.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_167167942866395458.key) 21:58:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:58:58 + git semver bump pre 21:58:58 # -> Open(): unable to determine branch for HEAD 21:58:58 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 21:58:58 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 21:58:58 # $SEMVER_REMOTE_NAME = origin 21:58:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:58:58 # $SEMVER_USER_NAME = edgex-jenkins 21:58:58 # $SEMVER_BRANCH = master 21:58:58 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 21:58:58 1.2.2-dev.5 [Pipeline] } 21:58:58 $ docker exec --env ******** --env ******** 25ca3cf696abad97319f88730c15290ebbdf899d1e1e8aac273e2ab9c7f09e9c ssh-agent -k 21:58:59 unset SSH_AUTH_SOCK; 21:58:59 unset SSH_AGENT_PID; 21:58:59 echo Agent pid 18 killed; 21:58:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:58:59 + git semver [Pipeline] } 21:58:59 $ docker stop --time=1 25ca3cf696abad97319f88730c15290ebbdf899d1e1e8aac273e2ab9c7f09e9c 21:59:01 $ docker rm -f 25ca3cf696abad97319f88730c15290ebbdf899d1e1e8aac273e2ab9c7f09e9c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:59:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:59:02 . [Pipeline] withDockerContainer 21:59:03 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:59:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:59:04 $ docker top 72129aa1e24de0bfcb3a3f32207d2aaaf269853787ac6d4c3d4f42796dfc039b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:59:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:05 [ssh-agent] Looking for ssh-agent implementation... 21:59:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:05 $ docker exec 72129aa1e24de0bfcb3a3f32207d2aaaf269853787ac6d4c3d4f42796dfc039b ssh-agent 21:59:05 SSH_AUTH_SOCK=/tmp/ssh-cI8oNeygHT2Y/agent.11 21:59:05 SSH_AGENT_PID=16 21:59:06 Running ssh-add (command line suppressed) 21:59:06 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7142007810051679261.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7142007810051679261.key) 21:59:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:07 + git semver push 21:59:07 # -> Open(): unable to determine branch for HEAD 21:59:07 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 21:59:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 21:59:07 # $SEMVER_REMOTE_NAME = origin 21:59:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:59:07 # $SEMVER_USER_NAME = edgex-jenkins 21:59:07 # $SEMVER_BRANCH = master 21:59:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 21:59:11 $ docker exec --env ******** --env ******** 72129aa1e24de0bfcb3a3f32207d2aaaf269853787ac6d4c3d4f42796dfc039b ssh-agent -k 21:59:12 unset SSH_AUTH_SOCK; 21:59:12 unset SSH_AGENT_PID; 21:59:12 echo Agent pid 16 killed; 21:59:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:59:12 + git semver [Pipeline] } 21:59:12 $ docker stop --time=1 72129aa1e24de0bfcb3a3f32207d2aaaf269853787ac6d4c3d4f42796dfc039b 21:59:14 $ docker rm -f 72129aa1e24de0bfcb3a3f32207d2aaaf269853787ac6d4c3d4f42796dfc039b [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 21:59:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:59:16 ---> package-listing.sh 21:59:16 ++ facter osfamily 21:59:16 ++ tr '[:upper:]' '[:lower:]' 21:59:17 + OS_FAMILY=redhat 21:59:17 + workspace=/w/workspace/gexfoundry_device-rest-go_master 21:59:17 + START_PACKAGES=/tmp/packages_start.txt 21:59:17 + END_PACKAGES=/tmp/packages_end.txt 21:59:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:59:17 + PACKAGES=/tmp/packages_start.txt 21:59:17 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 21:59:17 + PACKAGES=/tmp/packages_end.txt 21:59:17 + case "${OS_FAMILY}" in 21:59:17 + rpm -qa 21:59:17 + sort 21:59:23 + '[' -f /tmp/packages_start.txt ']' 21:59:23 + '[' -f /tmp/packages_end.txt ']' 21:59:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:59:23 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 21:59:23 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 21:59:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 21:59:23 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 21:59:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:59:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:59:25 21:59:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:59:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:59:25 alpine: Pulling from edgex-lftools-log-publisher 21:59:25 df20fa9351a1: Pulling fs layer 21:59:25 36b3adc4ff6f: Pulling fs layer 21:59:25 8ad3a11d3b57: Pulling fs layer 21:59:25 46f8f816bc3b: Pulling fs layer 21:59:25 93b61091891f: Pulling fs layer 21:59:25 93b9cdb0e59b: Pulling fs layer 21:59:25 5e14af77c1be: Pulling fs layer 21:59:25 01666e4c0597: Pulling fs layer 21:59:25 aa168da1d23b: Pulling fs layer 21:59:25 93b9cdb0e59b: Waiting 21:59:25 5e14af77c1be: Waiting 21:59:25 01666e4c0597: Waiting 21:59:25 aa168da1d23b: Waiting 21:59:25 46f8f816bc3b: Waiting 21:59:25 93b61091891f: Waiting 21:59:25 36b3adc4ff6f: Verifying Checksum 21:59:25 36b3adc4ff6f: Download complete 21:59:25 46f8f816bc3b: Verifying Checksum 21:59:25 46f8f816bc3b: Download complete 21:59:26 df20fa9351a1: Verifying Checksum 21:59:26 df20fa9351a1: Download complete 21:59:26 93b9cdb0e59b: Verifying Checksum 21:59:26 93b9cdb0e59b: Download complete 21:59:26 5e14af77c1be: Verifying Checksum 21:59:26 5e14af77c1be: Download complete 21:59:26 01666e4c0597: Verifying Checksum 21:59:26 01666e4c0597: Download complete 21:59:26 93b61091891f: Download complete 21:59:26 df20fa9351a1: Pull complete 21:59:26 8ad3a11d3b57: Verifying Checksum 21:59:26 8ad3a11d3b57: Download complete 21:59:27 36b3adc4ff6f: Pull complete 21:59:29 8ad3a11d3b57: Pull complete 21:59:29 46f8f816bc3b: Pull complete 21:59:30 93b61091891f: Pull complete 21:59:30 93b9cdb0e59b: Pull complete 21:59:31 5e14af77c1be: Pull complete 21:59:31 01666e4c0597: Pull complete 21:59:32 aa168da1d23b: Verifying Checksum 21:59:32 aa168da1d23b: Download complete 21:59:47 aa168da1d23b: Pull complete 21:59:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:59:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:59:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:59:47 prd-centos7-docker-4c-2g-2525 does not seem to be running inside a container 21:59:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:59:51 $ docker top 9418825b9f0de3d3a883c4d070e7f3028bcbc70669b55fcd961d096379e8f892 -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:52 + touch /tmp/pre-build-complete [Pipeline] sh 21:59:53 + mkdir -p /var/log/sa [Pipeline] sh 21:59:53 + ls /var/log/sa-host 21:59:53 + sadf -c /var/log/sa-host/sa23 21:59:53 file_magic: OK 21:59:53 HZ: Using current value: 100 21:59:53 file_header: OK 21:59:53 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 21:59:53 Statistics: 21:59:53 Hnuu...uuuununununu... 21:59:53 File successfully converted to sysstat format version 12.2.1 21:59:53 + sadf -c /var/log/sa-host/sa30 21:59:53 file_magic: OK 21:59:53 HZ: Using current value: 100 21:59:53 file_header: OK 21:59:53 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 21:59:53 Statistics: 21:59:53 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... 21:59:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:59:54 provisioning config files... 21:59:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4901663974972002644tmp [Pipeline] { [Pipeline] echo 21:59:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:59:54 ---> create-netrc.sh [Pipeline] } 21:59:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:59:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:59:55 ---> python-tools-install.sh [Pipeline] echo 21:59:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:59:55 ---> sudo-logs.sh 21:59:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:59:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:59:56 ---> job-cost.sh 21:59:56 lf-activate-venv: SKIPPING 21:59:56 DEBUG: total: 0.20999999344348907 21:59:56 INFO: Retrieving Stack Cost... 21:59:57 INFO: Retrieving Pricing Info for: v1-standard-2 21:59:57 INFO: Archiving Costs [Pipeline] echo 21:59:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:59:58 ---> logs-deploy.sh 21:59:58 lf-activate-venv: SKIPPING 21:59:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/36 21:59:58 INFO: archiving workspace using pattern(s): 22:00:00 Archives upload complete. 22:00:01 INFO: archiving logs to Nexus