Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2078d70396c9de247bd59d3b559c7f9e74995c9 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2538 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 b2078d70396c9de247bd59d3b559c7f9e74995c9 (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 b2078d70396c9de247bd59d3b559c7f9e74995c9 # timeout=10 Commit message: "Merge pull request #83 from lenny-intel/paths" > git rev-list --no-walk 7785bfdac8204e7db57f1c60391832de77af91bc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:53:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:53:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:53:23 ========================================================= 22:53:23 EdgeX Global Pipelines Version Info 22:53:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:53:24 ------------------- 22:53:24 stable info: 22:53:24 ------------------- 22:53:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:53:24 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:53:24 Message: update stable to v1.0.191 22:53:25 ------------------- 22:53:25 experimental info: 22:53:25 ------------------- 22:53:25 Commited By: **** collab-it+edgex@linuxfoundation.org 22:53:25 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:53:25 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b2078d7 [Pipeline] echo 22:53:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:53:26 provisioning config files... 22:53:26 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8425020356015061663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:53:27 ---> docker-login.sh 22:53:27 nexus3.edgexfoundry.org:10001 22:53:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:27 Configure a credential helper to remove this warning. See 22:53:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:27 22:53:27 Login Succeeded 22:53:27 nexus3.edgexfoundry.org:10002 22:53:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:28 Configure a credential helper to remove this warning. See 22:53:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:28 22:53:28 Login Succeeded 22:53:28 nexus3.edgexfoundry.org:10003 22:53:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:28 Configure a credential helper to remove this warning. See 22:53:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:28 22:53:28 Login Succeeded 22:53:28 nexus3.edgexfoundry.org:10004 22:53:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:28 Configure a credential helper to remove this warning. See 22:53:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:28 22:53:28 Login Succeeded 22:53:28 docker.io 22:53:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:28 Configure a credential helper to remove this warning. See 22:53:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:28 22:53:28 Login Succeeded 22:53:28 ---> docker-login.sh ends [Pipeline] } 22:53:28 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 22:53:29 + git log --format=format:%s -1 b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] echo 22:53:29 GIT_COMMIT: b2078d70396c9de247bd59d3b559c7f9e74995c9, Commit Message: Merge pull request #83 from lenny-intel/paths [Pipeline] echo 22:53:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:53:30 22:53:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:53:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:53:30 latest: Pulling from edgex-devops/git-semver 22:53:30 31603596830f: Pulling fs layer 22:53:30 54011a49482f: Pulling fs layer 22:53:30 a6820b24f6d8: Pulling fs layer 22:53:30 f581987b2513: Pulling fs layer 22:53:30 f581987b2513: Waiting 22:53:30 54011a49482f: Verifying Checksum 22:53:30 54011a49482f: Download complete 22:53:30 31603596830f: Verifying Checksum 22:53:30 31603596830f: Download complete 22:53:30 f581987b2513: Verifying Checksum 22:53:30 f581987b2513: Download complete 22:53:30 a6820b24f6d8: Verifying Checksum 22:53:30 a6820b24f6d8: Download complete 22:53:31 31603596830f: Pull complete 22:53:31 54011a49482f: Pull complete 22:53:32 a6820b24f6d8: Pull complete 22:53:32 f581987b2513: Pull complete 22:53:32 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:53:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:53:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:53:32 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 22:53:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:53:34 $ docker top 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:53:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:53:34 [ssh-agent] Looking for ssh-agent implementation... 22:53:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:53:34 $ docker exec 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 ssh-agent 22:53:35 SSH_AUTH_SOCK=/tmp/ssh-jUfCbDfEoobI/agent.12 22:53:35 SSH_AGENT_PID=17 22:53:35 Running ssh-add (command line suppressed) 22:53:35 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7494901229116937606.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7494901229116937606.key) 22:53:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:53:35 + git tag --points-at HEAD [Pipeline] } 22:53:35 $ docker exec --env ******** --env ******** 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 ssh-agent -k 22:53:35 unset SSH_AUTH_SOCK; 22:53:35 unset SSH_AGENT_PID; 22:53:35 echo Agent pid 17 killed; 22:53:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:53:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:53:35 [ssh-agent] Looking for ssh-agent implementation... 22:53:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:53:36 $ docker exec 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 ssh-agent 22:53:36 SSH_AUTH_SOCK=/tmp/ssh-KkeqdT8zs52K/agent.48 22:53:36 SSH_AGENT_PID=53 22:53:36 Running ssh-add (command line suppressed) 22:53:36 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3224227708483590975.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3224227708483590975.key) 22:53:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:53:36 + git semver init 22:53:36 # -> Open(): unable to determine branch for HEAD 22:53:36 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:53:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:53:36 # $SEMVER_REMOTE_NAME = origin 22:53:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:53:36 # $SEMVER_USER_NAME = edgex-jenkins 22:53:36 # $SEMVER_BRANCH = master 22:53:36 # $SEMVER_TEMP = /tmp/semver-209517058 22:53:36 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 22:53:38 # '/tmp/semver-209517058' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 22:53:38 # -> Force: false 22:53:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 22:53:38 $ docker exec --env ******** --env ******** 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 ssh-agent -k 22:53:38 unset SSH_AUTH_SOCK; 22:53:38 unset SSH_AGENT_PID; 22:53:38 echo Agent pid 53 killed; 22:53:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:53:38 + git semver [Pipeline] } 22:53:38 $ docker stop --time=1 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 22:53:40 $ docker rm -f 1795405765f7b21df47de6af6dfc31f28c103d687eed54dbf69d9c29dbc291c2 [Pipeline] // withDockerContainer [Pipeline] sh 22:53:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:53:40 Stashed 1 file(s) [Pipeline] echo 22:53:40 [edgeXSemver]: initialized semver on version 1.2.2-dev.5 [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 22:53:56 Still waiting to schedule task 22:53:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:53:56 Still waiting to schedule task 22:53:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:55:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2539 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 22:55:43 Running in /w/workspace/device-rest-go/37 [Pipeline] { [Pipeline] checkout 22:55:49 using credential edgex-jenkins-ssh 22:55:49 Cloning the remote Git repository 22:55:49 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 22:55:49 > git init /w/workspace/device-rest-go/37 # timeout=10 22:55:49 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:55:49 > git --version # timeout=10 22:55:49 > git --version # 'git version 2.17.1' 22:55:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:55:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:55:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:55:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:55:51 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:55:51 Checking out Revision b2078d70396c9de247bd59d3b559c7f9e74995c9 (master) 22:55:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:55:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:55:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:55:51 > git config core.sparsecheckout # timeout=10 22:55:51 > git checkout -f b2078d70396c9de247bd59d3b559c7f9e74995c9 # timeout=10 22:55:55 Commit message: "Merge pull request #83 from lenny-intel/paths" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:55:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:55:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:55:58 + sudo service docker restart 22:55:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:56:00 provisioning config files... 22:56:00 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/37@tmp/config5813286974131494689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:56:01 ---> docker-login.sh 22:56:01 nexus3.edgexfoundry.org:10001 22:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:02 Configure a credential helper to remove this warning. See 22:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:02 22:56:02 Login Succeeded 22:56:02 nexus3.edgexfoundry.org:10002 22:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:03 Configure a credential helper to remove this warning. See 22:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:03 22:56:03 Login Succeeded 22:56:03 nexus3.edgexfoundry.org:10003 22:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:03 Configure a credential helper to remove this warning. See 22:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:03 22:56:03 Login Succeeded 22:56:03 nexus3.edgexfoundry.org:10004 22:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:03 Configure a credential helper to remove this warning. See 22:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:03 22:56:03 Login Succeeded 22:56:03 docker.io 22:56:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:56:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:56:04 Configure a credential helper to remove this warning. See 22:56:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:56:04 22:56:04 Login Succeeded 22:56:04 ---> docker-login.sh ends [Pipeline] } 22:56:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:56:05 ========================================================= 22:56:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:56:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:56:05 + 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 . 22:56:05 Sending build context to Docker daemon 93.18kB 22:56:05 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 22:56:05 Step 2/10 : FROM ${BASE} 22:56:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:56:05 595b0fe564bb: Pulling fs layer 22:56:05 7186ed65a4f7: Pulling fs layer 22:56:05 316046926c0a: Pulling fs layer 22:56:05 4ebd0625c992: Pulling fs layer 22:56:05 207e8628e3a3: Pulling fs layer 22:56:05 c791037a9be2: Pulling fs layer 22:56:05 ffd874e62e21: Pulling fs layer 22:56:05 207e8628e3a3: Waiting 22:56:05 c791037a9be2: Waiting 22:56:05 ffd874e62e21: Waiting 22:56:05 4ebd0625c992: Waiting 22:56:05 316046926c0a: Verifying Checksum 22:56:05 316046926c0a: Download complete 22:56:05 7186ed65a4f7: Download complete 22:56:05 207e8628e3a3: Verifying Checksum 22:56:05 207e8628e3a3: Download complete 22:56:06 c791037a9be2: Download complete 22:56:06 595b0fe564bb: Verifying Checksum 22:56:06 595b0fe564bb: Download complete 22:56:06 595b0fe564bb: Pull complete 22:56:07 7186ed65a4f7: Pull complete 22:56:07 316046926c0a: Pull complete 22:56:08 ffd874e62e21: Verifying Checksum 22:56:08 ffd874e62e21: Download complete 22:56:09 4ebd0625c992: Verifying Checksum 22:56:09 4ebd0625c992: Download complete 22:56:19 4ebd0625c992: Pull complete 22:56:19 207e8628e3a3: Pull complete 22:56:19 c791037a9be2: Pull complete 22:56:24 ffd874e62e21: Pull complete 22:56:24 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:56:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:56:24 ---> cfc18b08335c 22:56:24 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:56:26 ---> Running in ad691d1ba0db 22:56:26 Removing intermediate container ad691d1ba0db 22:56:26 ---> 73ea280e7253 22:56:26 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:56:26 ---> Running in 19ce7aa3c0c2 22:56:27 Removing intermediate container 19ce7aa3c0c2 22:56:27 ---> 0669b2dcd452 22:56:27 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:56:27 ---> Running in 0448405a269b 22:56:28 Removing intermediate container 0448405a269b 22:56:28 ---> 3b06ebf7536a 22:56:28 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:56:28 ---> Running in a67f6b33fc18 22:56:30 Removing intermediate container a67f6b33fc18 22:56:30 ---> 2ddaf5306298 22:56:30 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:56:30 ---> Running in ae0861d032cd 22:56:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:56:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:56:33 (1/9) Installing libc-dev (0.7.2-r3) 22:56:33 (2/9) Installing libsodium (1.0.18-r0) 22:56:33 (3/9) Installing pkgconf (1.7.3-r0) 22:56:33 (4/9) Installing libsodium-dev (1.0.18-r0) 22:56:33 (5/9) Installing openssh-keygen (8.4_p1-r3) 22:56:33 (6/9) Installing libedit (20191231.3.1-r1) 22:56:33 (7/9) Installing openssh-client (8.4_p1-r3) 22:56:34 (8/9) Installing libzmq (4.3.3-r1) 22:56:34 (9/9) Installing zeromq-dev (4.3.3-r1) 22:56:34 Executing busybox-1.32.1-r6.trigger 22:56:34 OK: 144 MiB in 49 packages 22:56:35 Removing intermediate container ae0861d032cd 22:56:35 ---> b9580e4e017f 22:56:35 Step 8/10 : WORKDIR /device-rest-go 22:56:36 ---> Running in b1b59959b95a 22:56:36 Removing intermediate container b1b59959b95a 22:56:36 ---> fc3ccd5e315d 22:56:36 Step 9/10 : COPY . . 22:56:37 ---> 6b25e1e8b738 22:56:37 Step 10/10 : RUN go mod download 22:56:37 ---> Running in daecefcd7516 22:57:04 Removing intermediate container daecefcd7516 22:57:04 ---> 87c7157346a3 22:57:04 Successfully built 87c7157346a3 22:57:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:57:04 + docker inspect -f . ci-base-image-arm64 22:57:04 . [Pipeline] withDockerContainer 22:57:04 prd-ubuntu18.04-docker-arm64-4c-16g-2539 does not seem to be running inside a container 22:57:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/37 -v /w/workspace/device-rest-go/37:/w/workspace/device-rest-go/37:rw,z -v /w/workspace/device-rest-go/37@tmp:/w/workspace/device-rest-go/37@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 22:57:06 $ docker top e01d5fcb87685a17864805f956d35cf605b2af679d2312e27884e72b00b2049b -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:07 + go version 22:57:07 go version go1.16.3 linux/arm64 [Pipeline] } 22:57:07 $ docker stop --time=1 e01d5fcb87685a17864805f956d35cf605b2af679d2312e27884e72b00b2049b 22:57:09 $ docker rm -f e01d5fcb87685a17864805f956d35cf605b2af679d2312e27884e72b00b2049b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:57:09 + docker inspect -f . ci-base-image-arm64 22:57:09 . [Pipeline] withDockerContainer 22:57:10 prd-ubuntu18.04-docker-arm64-4c-16g-2539 does not seem to be running inside a container 22:57:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/37 -v /w/workspace/device-rest-go/37:/w/workspace/device-rest-go/37:rw,z -v /w/workspace/device-rest-go/37@tmp:/w/workspace/device-rest-go/37@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 22:57:11 $ docker top 46ad9d0d1dbb27e805561a791ac73bceeb5b9934fdbac896e05476d51b5f300d -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:12 + go mod tidy [Pipeline] sh 22:57:13 + make test 22:57:13 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:57:14 ? github.com/edgexfoundry/device-rest-go [no test files] 22:57:44 Running on prd-centos7-docker-4c-2g-2540 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 22:57:44 Running in /w/workspace/device-rest-go/37 [Pipeline] { [Pipeline] checkout 22:57:52 using credential edgex-jenkins-ssh 22:57:52 Cloning the remote Git repository 22:57:52 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 22:57:52 > git init /w/workspace/device-rest-go/37 # timeout=10 22:57:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:57:52 > git --version # timeout=10 22:57:52 > git --version # 'git version 2.24.3' 22:57:52 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:57:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:57:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:57:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:57:54 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:57:54 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:54 Checking out Revision b2078d70396c9de247bd59d3b559c7f9e74995c9 (master) 22:57:54 > git config core.sparsecheckout # timeout=10 22:57:54 > git checkout -f b2078d70396c9de247bd59d3b559c7f9e74995c9 # timeout=10 22:57:59 Commit message: "Merge pull request #83 from lenny-intel/paths" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:58:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:58:02 + sudo service docker restart 22:58:02 + true 22:58:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:58:03 provisioning config files... 22:58:03 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/37@tmp/config2651068877933739594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:04 ---> docker-login.sh 22:58:04 nexus3.edgexfoundry.org:10001 22:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:05 Configure a credential helper to remove this warning. See 22:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:05 22:58:05 Login Succeeded 22:58:05 nexus3.edgexfoundry.org:10002 22:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:05 Configure a credential helper to remove this warning. See 22:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:05 22:58:05 Login Succeeded 22:58:05 nexus3.edgexfoundry.org:10003 22:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:05 Configure a credential helper to remove this warning. See 22:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:05 22:58:05 Login Succeeded 22:58:05 nexus3.edgexfoundry.org:10004 22:58:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:06 Configure a credential helper to remove this warning. See 22:58:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:06 22:58:06 Login Succeeded 22:58:06 docker.io 22:58:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:07 Configure a credential helper to remove this warning. See 22:58:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:07 22:58:07 Login Succeeded 22:58:07 ---> docker-login.sh ends [Pipeline] } 22:58:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:58:07 ========================================================= 22:58:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:58:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:58:08 + 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 . 22:58:08 Sending build context to Docker daemon 93.18kB 22:58:08 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 22:58:08 Step 2/10 : FROM ${BASE} 22:58:08 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:58:08 540db60ca938: Pulling fs layer 22:58:08 adcc1eea9eea: Pulling fs layer 22:58:08 4c4ab2625f07: Pulling fs layer 22:58:08 0510c868ecb4: Pulling fs layer 22:58:08 afea3b2eda06: Pulling fs layer 22:58:08 7809a108b3ef: Pulling fs layer 22:58:08 f706445af74f: Pulling fs layer 22:58:08 afea3b2eda06: Waiting 22:58:08 7809a108b3ef: Waiting 22:58:08 f706445af74f: Waiting 22:58:08 0510c868ecb4: Waiting 22:58:08 4c4ab2625f07: Download complete 22:58:08 adcc1eea9eea: Verifying Checksum 22:58:08 adcc1eea9eea: Download complete 22:58:08 afea3b2eda06: Verifying Checksum 22:58:08 afea3b2eda06: Download complete 22:58:08 7809a108b3ef: Verifying Checksum 22:58:08 7809a108b3ef: Download complete 22:58:08 540db60ca938: Verifying Checksum 22:58:08 540db60ca938: Download complete 22:58:09 540db60ca938: Pull complete 22:58:09 adcc1eea9eea: Pull complete 22:58:09 4c4ab2625f07: Pull complete 22:58:11 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:58:11 ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 54.0% of statements 22:58:11 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:58:11 f706445af74f: Verifying Checksum 22:58:11 f706445af74f: Download complete 22:58:13 0510c868ecb4: Verifying Checksum 22:58:13 0510c868ecb4: Download complete 22:58:20 0510c868ecb4: Pull complete 22:58:20 afea3b2eda06: Pull complete 22:58:20 7809a108b3ef: Pull complete 22:58:29 f706445af74f: Pull complete 22:58:29 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:58:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:58:29 ---> b068be0155e3 22:58:29 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:58:29 ---> Running in 18661959e3e7 22:58:30 Removing intermediate container 18661959e3e7 22:58:30 ---> e05c90d6dbbd 22:58:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:58:30 ---> Running in 385589a53838 22:58:30 Removing intermediate container 385589a53838 22:58:30 ---> 1881336620fc 22:58:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:58:30 ---> Running in 8573e7aec67a 22:58:31 Removing intermediate container 8573e7aec67a 22:58:31 ---> 06c426b90375 22:58:31 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:31 ---> Running in 09ca14d45981 22:58:33 Removing intermediate container 09ca14d45981 22:58:33 ---> ac36e168616c 22:58:33 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:58:33 ---> Running in 20ef2edf4e6c 22:58:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:58:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:58:35 (1/9) Installing libc-dev (0.7.2-r3) 22:58:35 (2/9) Installing libsodium (1.0.18-r0) 22:58:35 (3/9) Installing pkgconf (1.7.3-r0) 22:58:35 (4/9) Installing libsodium-dev (1.0.18-r0) 22:58:35 (5/9) Installing openssh-keygen (8.4_p1-r3) 22:58:35 (6/9) Installing libedit (20191231.3.1-r1) 22:58:36 (7/9) Installing openssh-client (8.4_p1-r3) 22:58:36 (8/9) Installing libzmq (4.3.3-r1) 22:58:36 (9/9) Installing zeromq-dev (4.3.3-r1) 22:58:36 Executing busybox-1.32.1-r6.trigger 22:58:36 OK: 154 MiB in 49 packages 22:58:38 Removing intermediate container 20ef2edf4e6c 22:58:38 ---> 5e64d40f0242 22:58:38 Step 8/10 : WORKDIR /device-rest-go 22:58:38 gofmt -l . 22:58:38 [ "`gofmt -l .`" = "" ] 22:58:38 ./bin/test-go-mod-tidy.sh 22:58:38 ./bin/test-attribution-txt.sh [Pipeline] } 22:58:38 ---> Running in 8427fb1c15a0 22:58:38 Removing intermediate container 8427fb1c15a0 22:58:38 ---> 30b2fdc66668 22:58:38 Step 9/10 : COPY . . 22:58:38 $ docker stop --time=1 46ad9d0d1dbb27e805561a791ac73bceeb5b9934fdbac896e05476d51b5f300d 22:58:38 ---> ae856d13463e 22:58:38 Step 10/10 : RUN go mod download 22:58:38 ---> Running in 572d555fa0e1 22:58:40 $ docker rm -f 46ad9d0d1dbb27e805561a791ac73bceeb5b9934fdbac896e05476d51b5f300d [Pipeline] // withDockerContainer [Pipeline] sh 22:58:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:58:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:58:45 + ls -al . 22:58:45 total 132 22:58:45 drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 22:58 . 22:58:45 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 22:55 .. 22:58:45 -rw-rw-r-- 1 jenkins jenkins 151 Apr 30 22:55 .dockerignore 22:58:45 drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 22:55 .git 22:58:45 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 22:55 .github 22:58:45 -rw-rw-r-- 1 jenkins jenkins 339 Apr 30 22:55 .gitignore 22:58:45 -rw-rw-r-- 1 jenkins jenkins 6792 Apr 30 22:55 Attribution.txt 22:58:45 -rw-rw-r-- 1 jenkins jenkins 1602 Apr 30 22:55 Dockerfile 22:58:45 -rw-rw-r-- 1 jenkins jenkins 1087 Apr 30 22:55 Dockerfile.build 22:58:45 -rw-rw-r-- 1 jenkins jenkins 680 Apr 30 22:55 Jenkinsfile 22:58:45 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 30 22:55 LICENSE 22:58:45 -rw-rw-r-- 1 jenkins jenkins 996 Apr 30 22:55 Makefile 22:58:45 -rw-rw-r-- 1 jenkins jenkins 7667 Apr 30 22:55 README.md 22:58:45 -rw-rw-r-- 1 jenkins jenkins 11 Apr 30 22:53 VERSION 22:58:45 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 22:55 bin 22:58:45 drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 22:55 cmd 22:58:45 -rw-r--r-- 1 jenkins jenkins 8513 Apr 30 22:58 coverage.out 22:58:45 drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 22:55 driver 22:58:45 -rw-r--r-- 1 jenkins jenkins 285 Apr 30 22:58 go.mod 22:58:45 -rw-r--r-- 1 jenkins jenkins 21331 Apr 30 22:57 go.sum 22:58:45 drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 22:55 snap 22:58:45 -rw-rw-r-- 1 jenkins jenkins 713 Apr 30 22:55 version.go [Pipeline] isUnix [Pipeline] sh 22:58:45 + 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=b2078d70396c9de247bd59d3b559c7f9e74995c9 --label arch=arm64 --label version=1.2.2-dev.5 . 22:58:45 Sending build context to Docker daemon 102.9kB 22:58:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 22:58:46 Step 2/24 : FROM ${BASE} AS builder 22:58:46 ---> 87c7157346a3 22:58:46 Step 3/24 : ARG MAKE='make build' 22:58:46 ---> Running in 0db050ce4a9e 22:58:46 Removing intermediate container 0db050ce4a9e 22:58:46 ---> 067223fd4541 22:58:46 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 22:58:46 ---> Running in 3f330f0f20e5 22:58:47 Removing intermediate container 3f330f0f20e5 22:58:47 ---> bde548f9af31 22:58:47 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 22:58:47 ---> Running in 377ad7cbecaf 22:58:47 Removing intermediate container 377ad7cbecaf 22:58:47 ---> c2e33c2a4d3b 22:58:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:47 ---> Running in a92f6f887ae2 22:58:50 Removing intermediate container a92f6f887ae2 22:58:50 ---> 54b312270121 22:58:50 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:58:50 ---> Running in 18fcb434a97d 22:58:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:58:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:58:53 OK: 144 MiB in 49 packages 22:58:54 Removing intermediate container 18fcb434a97d 22:58:54 ---> 9172d8b659f0 22:58:54 Step 8/24 : WORKDIR /device-rest-go 22:58:54 ---> Running in 4e2088dceb01 22:58:55 Removing intermediate container 4e2088dceb01 22:58:55 ---> e2d2bc7ab07e 22:58:55 Step 9/24 : COPY . . 22:58:56 ---> 0a251b290ff5 22:58:56 Step 10/24 : RUN make update 22:58:56 ---> Running in ff8880fe9a17 22:58:57 CGO_ENABLED=0 GO111MODULE=on go mod download 22:58:58 Removing intermediate container ff8880fe9a17 22:58:58 ---> 05479f52cdf0 22:58:58 Step 11/24 : RUN $MAKE 22:58:58 ---> Running in 96ab8c0f25ad 22:58:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.5" -o cmd/device-rest-go ./cmd 22:59:11 Removing intermediate container 572d555fa0e1 22:59:11 ---> a96e30e260bc 22:59:11 Successfully built a96e30e260bc 22:59:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:59:12 + docker inspect -f . ci-base-image-x86_64 22:59:12 . [Pipeline] withDockerContainer 22:59:12 prd-centos7-docker-4c-2g-2540 does not seem to be running inside a container 22:59:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/37 -v /w/workspace/device-rest-go/37:/w/workspace/device-rest-go/37:rw,z -v /w/workspace/device-rest-go/37@tmp:/w/workspace/device-rest-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:59:13 $ docker top c73a5fd8344f15715df6d5e0480be82392d1a129981a544b8a2ae2a2916b9097 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:13 + go version 22:59:13 go version go1.16.3 linux/amd64 [Pipeline] } 22:59:13 $ docker stop --time=1 c73a5fd8344f15715df6d5e0480be82392d1a129981a544b8a2ae2a2916b9097 22:59:15 $ docker rm -f c73a5fd8344f15715df6d5e0480be82392d1a129981a544b8a2ae2a2916b9097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:15 + docker inspect -f . ci-base-image-x86_64 22:59:15 . [Pipeline] withDockerContainer 22:59:16 prd-centos7-docker-4c-2g-2540 does not seem to be running inside a container 22:59:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/37 -v /w/workspace/device-rest-go/37:/w/workspace/device-rest-go/37:rw,z -v /w/workspace/device-rest-go/37@tmp:/w/workspace/device-rest-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:59:17 $ docker top 76e96ff58e17b96b94baa7a46cf09ff1f41544ded5c38812c19c3acb9f246dda -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:18 + go mod tidy [Pipeline] sh 22:59:19 + make test 22:59:19 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:59:20 ? github.com/edgexfoundry/device-rest-go [no test files] 22:59:38 Removing intermediate container 96ab8c0f25ad 22:59:38 ---> da47b465c299 22:59:38 Step 12/24 : FROM alpine:3.12 22:59:38 3.12: Pulling from library/alpine 22:59:38 d2f70382dc9a: Pulling fs layer 22:59:38 d2f70382dc9a: Verifying Checksum 22:59:38 d2f70382dc9a: Download complete 22:59:38 d2f70382dc9a: Pull complete 22:59:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:59:38 Status: Downloaded newer image for alpine:3.12 22:59:38 ---> 9852663dfa18 22:59:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:59:38 ---> Running in a721ebdaf46b 22:59:38 Removing intermediate container a721ebdaf46b 22:59:38 ---> a04c0663d874 22:59:38 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 22:59:38 ---> Running in 23ddff50bb21 22:59:38 Removing intermediate container 23ddff50bb21 22:59:38 ---> a88152d34d12 22:59:38 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 22:59:38 ---> Running in 85b579df630e 22:59:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:59:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:59:39 (1/6) Installing dumb-init (1.2.2-r1) 22:59:39 (2/6) Installing libgcc (9.3.0-r2) 22:59:39 (3/6) Installing libsodium (1.0.18-r0) 22:59:39 (4/6) Installing libstdc++ (9.3.0-r2) 22:59:39 (5/6) Installing libzmq (4.3.3-r0) 22:59:39 (6/6) Installing zeromq (4.3.3-r0) 22:59:39 Executing busybox-1.31.1-r20.trigger 22:59:39 OK: 8 MiB in 20 packages 22:59:40 Removing intermediate container 85b579df630e 22:59:40 ---> 9762a17f15ab 22:59:40 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 22:59:42 ---> 07714d581c5f 22:59:42 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 22:59:42 ---> 2bc9d7dece8a 22:59:42 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 22:59:43 ---> aafadf1130ee 22:59:43 Step 19/24 : EXPOSE 49986 22:59:43 ---> Running in 0ecba5dff724 22:59:44 Removing intermediate container 0ecba5dff724 22:59:44 ---> 33b64fd85a0e 22:59:44 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 22:59:44 ---> Running in c73386d2e114 22:59:44 Removing intermediate container c73386d2e114 22:59:44 ---> 992dc84c7c0c 22:59:44 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 22:59:44 ---> Running in a9dcc9e81859 22:59:45 Removing intermediate container a9dcc9e81859 22:59:45 ---> 441c188a1606 22:59:45 Step 22/24 : LABEL arch=arm64 22:59:45 ---> Running in adf37b5e5987 22:59:45 Removing intermediate container adf37b5e5987 22:59:45 ---> 513e771d52f6 22:59:45 Step 23/24 : LABEL git_sha=b2078d70396c9de247bd59d3b559c7f9e74995c9 22:59:45 ---> Running in 656e35a4d7b1 22:59:46 Removing intermediate container 656e35a4d7b1 22:59:46 ---> 45131e1500d6 22:59:46 Step 24/24 : LABEL version=1.2.2-dev.5 22:59:46 ---> Running in 573e95dc6c52 22:59:47 Removing intermediate container 573e95dc6c52 22:59:47 ---> 40cf88fb5933 22:59:47 [Warning] One or more build-args [ARCH] were not consumed 22:59:47 Successfully built 40cf88fb5933 22:59:47 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 22:59:47 provisioning config files... 22:59:47 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/37@tmp/config5433176103823858616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:59:47 ---> docker-login.sh 22:59:47 nexus3.edgexfoundry.org:10001 22:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:48 Configure a credential helper to remove this warning. See 22:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:48 22:59:48 Login Succeeded 22:59:48 nexus3.edgexfoundry.org:10002 22:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:48 Configure a credential helper to remove this warning. See 22:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:48 22:59:48 Login Succeeded 22:59:48 nexus3.edgexfoundry.org:10003 22:59:48 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:49 Configure a credential helper to remove this warning. See 22:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:49 22:59:49 Login Succeeded 22:59:49 nexus3.edgexfoundry.org:10004 22:59:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:49 Configure a credential helper to remove this warning. See 22:59:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:49 22:59:49 Login Succeeded 22:59:49 docker.io 22:59:49 ok github.com/edgexfoundry/device-rest-go/driver 0.031s coverage: 54.0% of statements 22:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:59:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:59:50 Configure a credential helper to remove this warning. See 22:59:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:59:50 22:59:50 Login Succeeded 22:59:50 ---> docker-login.sh ends [Pipeline] } 22:59:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:50 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 22:59:50 b2078d70396c9de247bd59d3b559c7f9e74995c9 22:59:50 latest 22:59:50 1.2.2-dev.5 22:59:50 b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 22:59:50 master 22:59:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:50 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] isUnix [Pipeline] sh 22:59:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9 22:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:59:51 f806eff81f8e: Preparing 22:59:51 553d65b561fa: Preparing 22:59:51 7871618edc87: Preparing 22:59:51 cf7070397348: Preparing 22:59:51 3fbe34a1663b: Preparing 22:59:51 3fbe34a1663b: Layer already exists 22:59:51 f806eff81f8e: Pushed 22:59:51 553d65b561fa: Pushed 22:59:52 cf7070397348: Pushed 22:59:54 7871618edc87: Pushed 22:59:54 b2078d70396c9de247bd59d3b559c7f9e74995c9: digest: sha256:d854f7e59b7e1c3a6c2938868ae446a55269804f34b8e06e6d164c033246af69 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:59:54 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:59:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 22:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:59:54 f806eff81f8e: Preparing 22:59:54 553d65b561fa: Preparing 22:59:54 7871618edc87: Preparing 22:59:54 cf7070397348: Preparing 22:59:54 3fbe34a1663b: Preparing 22:59:54 7871618edc87: Layer already exists 22:59:54 cf7070397348: Layer already exists 22:59:54 f806eff81f8e: Layer already exists 22:59:54 553d65b561fa: Layer already exists 22:59:55 3fbe34a1663b: Layer already exists 22:59:55 latest: digest: sha256:d854f7e59b7e1c3a6c2938868ae446a55269804f34b8e06e6d164c033246af69 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:59:55 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 22:59:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.5 22:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:59:55 f806eff81f8e: Preparing 22:59:55 553d65b561fa: Preparing 22:59:55 7871618edc87: Preparing 22:59:55 cf7070397348: Preparing 22:59:55 3fbe34a1663b: Preparing 22:59:55 3fbe34a1663b: Layer already exists 22:59:55 553d65b561fa: Layer already exists 22:59:55 cf7070397348: Layer already exists 22:59:55 f806eff81f8e: Layer already exists 22:59:55 7871618edc87: Layer already exists 22:59:56 1.2.2-dev.5: digest: sha256:d854f7e59b7e1c3a6c2938868ae446a55269804f34b8e06e6d164c033246af69 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:59:56 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 22:59:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 22:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:59:56 f806eff81f8e: Preparing 22:59:56 553d65b561fa: Preparing 22:59:56 7871618edc87: Preparing 22:59:56 cf7070397348: Preparing 22:59:56 3fbe34a1663b: Preparing 22:59:57 553d65b561fa: Layer already exists 22:59:57 cf7070397348: Layer already exists 22:59:57 7871618edc87: Layer already exists 22:59:57 f806eff81f8e: Layer already exists 22:59:57 3fbe34a1663b: Layer already exists 22:59:57 b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5: digest: sha256:d854f7e59b7e1c3a6c2938868ae446a55269804f34b8e06e6d164c033246af69 size: 1365 [Pipeline] isUnix [Pipeline] sh 22:59:57 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:59:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 22:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:59:57 f806eff81f8e: Preparing 22:59:57 553d65b561fa: Preparing 22:59:57 7871618edc87: Preparing 22:59:57 cf7070397348: Preparing 22:59:57 3fbe34a1663b: Preparing 22:59:57 7871618edc87: Layer already exists 22:59:57 cf7070397348: Layer already exists 22:59:57 f806eff81f8e: Layer already exists 22:59:57 553d65b561fa: Layer already exists 22:59:57 3fbe34a1663b: Layer already exists 22:59:58 master: digest: sha256:d854f7e59b7e1c3a6c2938868ae446a55269804f34b8e06e6d164c033246af69 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:59:58 ===================================================== [Pipeline] echo 22:59:58 taggedImages: 22:59:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9 22:59:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 22:59:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.5 22:59:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 22:59:58 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:59:58 ---> job-cost.sh 22:59:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-f539 23:00:05 gofmt -l . 23:00:05 [ "`gofmt -l .`" = "" ] 23:00:05 ./bin/test-go-mod-tidy.sh 23:00:05 ./bin/test-attribution-txt.sh [Pipeline] } 23:00:05 $ docker stop --time=1 76e96ff58e17b96b94baa7a46cf09ff1f41544ded5c38812c19c3acb9f246dda 23:00:07 $ docker rm -f 76e96ff58e17b96b94baa7a46cf09ff1f41544ded5c38812c19c3acb9f246dda [Pipeline] // withDockerContainer [Pipeline] sh 23:00:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:00:08 Warning: overwriting stash ‘coverage-report’ 23:00:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:00:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:00:10 + ls -al . 23:00:10 total 104 23:00:10 drwxrwxr-x. 8 jenkins jenkins 4096 Apr 30 23:00 . 23:00:10 drwxrwxr-x. 4 jenkins jenkins 30 Apr 30 22:57 .. 23:00:10 -rw-rw-r--. 1 jenkins jenkins 6792 Apr 30 22:57 Attribution.txt 23:00:10 drwxrwxr-x. 2 jenkins jenkins 64 Apr 30 22:57 bin 23:00:10 drwxrwxr-x. 3 jenkins jenkins 32 Apr 30 22:57 cmd 23:00:10 -rw-r--r--. 1 jenkins jenkins 8513 Apr 30 22:59 coverage.out 23:00:10 -rw-rw-r--. 1 jenkins jenkins 1602 Apr 30 22:57 Dockerfile 23:00:10 -rw-rw-r--. 1 jenkins jenkins 1087 Apr 30 22:57 Dockerfile.build 23:00:10 -rw-rw-r--. 1 jenkins jenkins 151 Apr 30 22:57 .dockerignore 23:00:10 drwxrwxr-x. 2 jenkins jenkins 76 Apr 30 22:57 driver 23:00:10 drwxrwxr-x. 8 jenkins jenkins 162 Apr 30 22:57 .git 23:00:10 drwxrwxr-x. 2 jenkins jenkins 103 Apr 30 22:57 .github 23:00:10 -rw-rw-r--. 1 jenkins jenkins 339 Apr 30 22:57 .gitignore 23:00:10 -rw-r--r--. 1 jenkins jenkins 285 Apr 30 23:00 go.mod 23:00:10 -rw-r--r--. 1 jenkins jenkins 21331 Apr 30 22:59 go.sum 23:00:10 -rw-rw-r--. 1 jenkins jenkins 680 Apr 30 22:57 Jenkinsfile 23:00:10 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 30 22:57 LICENSE 23:00:10 -rw-rw-r--. 1 jenkins jenkins 996 Apr 30 22:57 Makefile 23:00:10 -rw-rw-r--. 1 jenkins jenkins 7667 Apr 30 22:57 README.md 23:00:10 drwxrwxr-x. 4 jenkins jenkins 71 Apr 30 22:57 snap 23:00:10 -rw-rw-r--. 1 jenkins jenkins 11 Apr 30 22:53 VERSION 23:00:10 -rw-rw-r--. 1 jenkins jenkins 713 Apr 30 22:57 version.go [Pipeline] isUnix [Pipeline] sh 23:00:10 + 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=b2078d70396c9de247bd59d3b559c7f9e74995c9 --label arch=amd64 --label version=1.2.2-dev.5 . 23:00:10 Sending build context to Docker daemon 102.9kB 23:00:10 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 23:00:10 Step 2/24 : FROM ${BASE} AS builder 23:00:10 ---> a96e30e260bc 23:00:10 Step 3/24 : ARG MAKE='make build' 23:00:10 ---> Running in 16665d927cde 23:00:11 Removing intermediate container 16665d927cde 23:00:11 ---> 3273b1787155 23:00:11 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 23:00:11 ---> Running in 9d54265489d1 23:00:11 Removing intermediate container 9d54265489d1 23:00:11 ---> de842da08351 23:00:11 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 23:00:11 ---> Running in 15db2ca369d7 23:00:11 Removing intermediate container 15db2ca369d7 23:00:11 ---> 16200f61a364 23:00:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:12 ---> Running in 7b42b54da637 23:00:13 Removing intermediate container 7b42b54da637 23:00:13 ---> fcda9080c7e1 23:00:13 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:00:13 ---> Running in 10ad9a6d8ec2 23:00:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:00:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:00:15 OK: 154 MiB in 49 packages 23:00:16 Removing intermediate container 10ad9a6d8ec2 23:00:16 ---> 6e3d74da5a56 23:00:16 Step 8/24 : WORKDIR /device-rest-go 23:00:16 ---> Running in ce98aef3e4fa 23:00:16 Removing intermediate container ce98aef3e4fa 23:00:16 ---> f19fb6e13497 23:00:16 Step 9/24 : COPY . . 23:00:17 ---> 53754e8e57b5 23:00:17 Step 10/24 : RUN make update 23:00:17 ---> Running in 057aab9b0081 23:00:18 CGO_ENABLED=0 GO111MODULE=on go mod download 23:00:19 Removing intermediate container 057aab9b0081 23:00:19 ---> e25af1dc1c2b 23:00:19 Step 11/24 : RUN $MAKE 23:00:19 ---> Running in ed6ef3fe922e 23:00:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.5" -o cmd/device-rest-go ./cmd 23:00:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:00:42 Removing intermediate container ed6ef3fe922e 23:00:42 ---> 707907eca136 23:00:42 Step 12/24 : FROM alpine:3.12 23:00:42 3.12: Pulling from library/alpine 23:00:42 339de151aab4: Pulling fs layer 23:00:42 339de151aab4: Download complete 23:00:42 339de151aab4: Pull complete 23:00:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 23:00:42 Status: Downloaded newer image for alpine:3.12 23:00:42 ---> 13621d1b12d4 23:00:42 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:00:42 ---> Running in d0f3eae77fb7 23:00:42 Removing intermediate container d0f3eae77fb7 23:00:42 ---> 9139639bf837 23:00:42 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 23:00:42 ---> Running in 30e550fd6283 23:00:42 Removing intermediate container 30e550fd6283 23:00:42 ---> 501daf3491c2 23:00:42 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 23:00:42 ---> Running in c1f738f44c59 23:00:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:00:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:00:43 (1/6) Installing dumb-init (1.2.2-r1) 23:00:43 (2/6) Installing libgcc (9.3.0-r2) 23:00:43 (3/6) Installing libsodium (1.0.18-r0) 23:00:43 (4/6) Installing libstdc++ (9.3.0-r2) 23:00:43 (5/6) Installing libzmq (4.3.3-r0) 23:00:43 (6/6) Installing zeromq (4.3.3-r0) 23:00:43 Executing busybox-1.31.1-r20.trigger 23:00:43 OK: 8 MiB in 20 packages 23:00:45 Removing intermediate container c1f738f44c59 23:00:45 ---> eed9ed56a3a1 23:00:45 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 23:00:46 ---> 93f41cf68548 23:00:46 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 23:00:47 ---> 0eaa69a9ac1f 23:00:47 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 23:00:47 ---> dbf5bb6dd58e 23:00:47 Step 19/24 : EXPOSE 49986 23:00:47 ---> Running in 2bba4e96130a 23:00:48 Removing intermediate container 2bba4e96130a 23:00:48 ---> 2a34153309c7 23:00:48 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 23:00:48 ---> Running in 68c1b40ce172 23:00:48 Removing intermediate container 68c1b40ce172 23:00:48 ---> a960064fe03e 23:00:48 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:00:48 ---> Running in c98c6003d174 23:00:48 Removing intermediate container c98c6003d174 23:00:48 ---> 3c0b80629be2 23:00:48 Step 22/24 : LABEL arch=amd64 23:00:48 ---> Running in 021f05e096ea 23:00:48 Removing intermediate container 021f05e096ea 23:00:48 ---> a591794c1811 23:00:48 Step 23/24 : LABEL git_sha=b2078d70396c9de247bd59d3b559c7f9e74995c9 23:00:48 ---> Running in 2ed793004c10 23:00:49 Removing intermediate container 2ed793004c10 23:00:49 ---> 84d60094da48 23:00:49 Step 24/24 : LABEL version=1.2.2-dev.5 23:00:49 ---> Running in a63b74d0e8a7 23:00:49 Removing intermediate container a63b74d0e8a7 23:00:49 ---> 829437de91e5 23:00:49 [Warning] One or more build-args [ARCH] were not consumed 23:00:49 Successfully built 829437de91e5 23:00:49 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:00:49 provisioning config files... 23:00:49 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/37@tmp/config9133243305359250583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:00:50 ---> docker-login.sh 23:00:50 nexus3.edgexfoundry.org:10001 23:00:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:50 Configure a credential helper to remove this warning. See 23:00:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:50 23:00:50 Login Succeeded 23:00:50 nexus3.edgexfoundry.org:10002 23:00:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:51 Configure a credential helper to remove this warning. See 23:00:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:51 23:00:51 Login Succeeded 23:00:51 nexus3.edgexfoundry.org:10003 23:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:52 Configure a credential helper to remove this warning. See 23:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:52 23:00:52 Login Succeeded 23:00:52 nexus3.edgexfoundry.org:10004 23:00:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:52 Configure a credential helper to remove this warning. See 23:00:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:52 23:00:52 Login Succeeded 23:00:52 docker.io 23:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:00:53 Configure a credential helper to remove this warning. See 23:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:00:53 23:00:53 Login Succeeded 23:00:53 ---> docker-login.sh ends [Pipeline] } 23:00:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:00:53 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 23:00:53 b2078d70396c9de247bd59d3b559c7f9e74995c9 23:00:53 latest 23:00:53 1.2.2-dev.5 23:00:53 b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 23:00:53 master 23:00:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:54 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] isUnix [Pipeline] sh 23:00:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9 23:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 23:00:54 d2b0f6460fc7: Preparing 23:00:54 d0a0d5ef6041: Preparing 23:00:54 25278162c5c7: Preparing 23:00:54 56e8107753c9: Preparing 23:00:54 32f366d666a5: Preparing 23:00:54 32f366d666a5: Layer already exists 23:00:54 d0a0d5ef6041: Pushed 23:00:54 d2b0f6460fc7: Pushed 23:00:54 56e8107753c9: Pushed 23:00:56 25278162c5c7: Pushed 23:00:56 b2078d70396c9de247bd59d3b559c7f9e74995c9: digest: sha256:e0dd84772213a0e237c8e32e62dfaf31a0bfbd2f18fe183fb5d480edda7325a2 size: 1365 [Pipeline] isUnix [Pipeline] sh 23:00:56 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 23:00:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 23:00:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 23:00:57 d2b0f6460fc7: Preparing 23:00:57 d0a0d5ef6041: Preparing 23:00:57 25278162c5c7: Preparing 23:00:57 56e8107753c9: Preparing 23:00:57 32f366d666a5: Preparing 23:00:57 d0a0d5ef6041: Layer already exists 23:00:57 56e8107753c9: Layer already exists 23:00:57 d2b0f6460fc7: Layer already exists 23:00:57 25278162c5c7: Layer already exists 23:00:57 32f366d666a5: Layer already exists 23:00:57 latest: digest: sha256:e0dd84772213a0e237c8e32e62dfaf31a0bfbd2f18fe183fb5d480edda7325a2 size: 1365 [Pipeline] isUnix [Pipeline] sh 23:00:57 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 23:00:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.5 23:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 23:00:58 d2b0f6460fc7: Preparing 23:00:58 d0a0d5ef6041: Preparing 23:00:58 25278162c5c7: Preparing 23:00:58 56e8107753c9: Preparing 23:00:58 32f366d666a5: Preparing 23:00:58 d0a0d5ef6041: Layer already exists 23:00:58 25278162c5c7: Layer already exists 23:00:58 32f366d666a5: Layer already exists 23:00:58 d2b0f6460fc7: Layer already exists 23:00:58 56e8107753c9: Layer already exists 23:00:58 1.2.2-dev.5: digest: sha256:e0dd84772213a0e237c8e32e62dfaf31a0bfbd2f18fe183fb5d480edda7325a2 size: 1365 [Pipeline] isUnix [Pipeline] sh 23:00:58 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 [Pipeline] isUnix [Pipeline] sh 23:00:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 23:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 23:00:59 d2b0f6460fc7: Preparing 23:00:59 d0a0d5ef6041: Preparing 23:00:59 25278162c5c7: Preparing 23:00:59 56e8107753c9: Preparing 23:00:59 32f366d666a5: Preparing 23:00:59 56e8107753c9: Layer already exists 23:00:59 25278162c5c7: Layer already exists 23:00:59 d2b0f6460fc7: Layer already exists 23:00:59 d0a0d5ef6041: Layer already exists 23:00:59 32f366d666a5: Layer already exists 23:00:59 b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5: digest: sha256:e0dd84772213a0e237c8e32e62dfaf31a0bfbd2f18fe183fb5d480edda7325a2 size: 1365 [Pipeline] isUnix [Pipeline] sh 23:00:59 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 23:01:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 23:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 23:01:00 d2b0f6460fc7: Preparing 23:01:00 d0a0d5ef6041: Preparing 23:01:00 25278162c5c7: Preparing 23:01:00 56e8107753c9: Preparing 23:01:00 32f366d666a5: Preparing 23:01:00 56e8107753c9: Layer already exists 23:01:00 25278162c5c7: Layer already exists 23:01:00 32f366d666a5: Layer already exists 23:01:00 d2b0f6460fc7: Layer already exists 23:01:00 d0a0d5ef6041: Layer already exists 23:01:00 master: digest: sha256:e0dd84772213a0e237c8e32e62dfaf31a0bfbd2f18fe183fb5d480edda7325a2 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:01:00 ===================================================== [Pipeline] echo 23:01:00 taggedImages: 23:01:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9 23:01:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 23:01:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.5 23:01:00 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:b2078d70396c9de247bd59d3b559c7f9e74995c9-1.2.2-dev.5 23:01:00 - 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 23:01:01 ---> job-cost.sh 23:01:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6kHy 23:01:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:01:55 lf-activate-venv(): INFO: Adding /tmp/venv-6kHy/bin to PATH 23:01:55 INFO: No Stack... 23:01:55 INFO: Retrieving Pricing Info for: v1-standard-2 23:01:57 INFO: Archiving Costs [Pipeline] sh 23:01:57 + cat /w/workspace/device-rest-go/37/archives/cost.csv 23:01:57 + cut -d, -f6 [Pipeline] lock 23:01:57 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] 23:01:57 Resource [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] did not exist. Created. 23:01:57 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:01:58 + echo total: 0.029999999329447746 [Pipeline] stash 23:01:58 Stashed 1 file(s) [Pipeline] } 23:01:58 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:01:59 lf-activate-venv(): INFO: Adding /tmp/venv-f539/bin to PATH 23:01:59 INFO: No Stack... 23:02:00 INFO: Retrieving Pricing Info for: lf-standard-4 23:02:00 INFO: Archiving Costs [Pipeline] sh 23:02:01 + cat /w/workspace/device-rest-go/37/archives/cost.csv 23:02:01 + cut -d, -f6 [Pipeline] lock 23:02:01 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] 23:02:01 Resource [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] did not exist. Created. 23:02:01 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-37-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:02:01 /w/workspace/device-rest-go/37@tmp/durable-c7ab9a3a/script.sh: 1: /w/workspace/device-rest-go/37@tmp/durable-c7ab9a3a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:02:01 + echo total: 0.20999999344348907 [Pipeline] stash 23:02:01 Warning: overwriting stash ‘stack-cost’ 23:02:02 Stashed 1 file(s) [Pipeline] } 23:02:02 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-37-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 23:02:02 provisioning config files... 23:02:02 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3747514884573323631tmp [Pipeline] { [Pipeline] sh 23:02:03 + set +x 23:02:03 + curl -s https://codecov.io/bash 23:02:03 + bash -s -- 23:02:03 23:02:03 _____ _ 23:02:03 / ____| | | 23:02:03 | | ___ __| | ___ ___ _____ __ 23:02:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:02:03 | |___| (_) | (_| | __/ (_| (_) \ V / 23:02:03 \_____\___/ \__,_|\___|\___\___/ \_/ 23:02:03 Bash-1.0.2 23:02:03 23:02:03 23:02:03 ==> git version 2.24.3 found 23:02:03 ==> 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 23:02:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:02:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:02:03 ==> Jenkins CI detected. 23:02:03 project root: . 23:02:03 --> token set from env 23:02:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:02:03 ==> Running gcov in . (disable via -X gcov) 23:02:03 ==> Python coveragepy not found 23:02:03 ==> Searching for coverage reports in: 23:02:03 + . 23:02:03 -> Found 1 reports 23:02:03 ==> Detecting git/mercurial file structure 23:02:03 ==> Reading reports 23:02:03 + ./coverage.out bytes=8513 23:02:03 ==> Appending adjustments 23:02:03 https://docs.codecov.io/docs/fixing-reports 23:02:03 + Found adjustments 23:02:03 ==> Gzipping contents 23:02:03 4.0K /tmp/codecov.uzapFZ.gz 23:02:03 ==> Uploading reports 23:02:03 url: https://codecov.io 23:02:03 query: branch=master&commit=b2078d70396c9de247bd59d3b559c7f9e74995c9&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:02:03 -> Pinging Codecov 23:02:03 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=b2078d70396c9de247bd59d3b559c7f9e74995c9&build=37&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F37%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:02:04 -> Uploading to 23:02:04 https://storage.googleapis.com/codecov/v4/raw/2021-04-30/4E5D53B4F1F92C436F7061BF334D961C/b2078d70396c9de247bd59d3b559c7f9e74995c9/14ff2c00-b255-45ce-b29e-4cc730db696a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T230203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=850639ced4def4bc3f65ccaf5c5494106e2635b6db44dfa785a9cab476cbf55c 23:02:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:02:04 Dload Upload Total Spent Left Speed 23:02:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 3915 --:--:-- --:--:-- --:--:-- 3919 23:02:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] } 23:02:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:02:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:02:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:05 23:02:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:02:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:02:05 188c0c94c7c5: Pulling fs layer 23:02:05 0ef7d3d256c8: Pulling fs layer 23:02:05 de9db76c5a1d: Pulling fs layer 23:02:05 0eba1c9be4d2: Pulling fs layer 23:02:05 0d57e429df01: Pulling fs layer 23:02:05 4e4be7b47b0d: Pulling fs layer 23:02:05 e1f770b5df2f: Pulling fs layer 23:02:05 85a0685a4137: Pulling fs layer 23:02:05 0eba1c9be4d2: Waiting 23:02:05 0d57e429df01: Waiting 23:02:05 4e4be7b47b0d: Waiting 23:02:05 e1f770b5df2f: Waiting 23:02:05 85a0685a4137: Waiting 23:02:05 de9db76c5a1d: Verifying Checksum 23:02:05 de9db76c5a1d: Download complete 23:02:05 0ef7d3d256c8: Verifying Checksum 23:02:05 0ef7d3d256c8: Download complete 23:02:06 0d57e429df01: Verifying Checksum 23:02:06 0d57e429df01: Download complete 23:02:06 4e4be7b47b0d: Verifying Checksum 23:02:06 4e4be7b47b0d: Download complete 23:02:06 188c0c94c7c5: Verifying Checksum 23:02:06 188c0c94c7c5: Pull complete 23:02:06 0ef7d3d256c8: Pull complete 23:02:06 de9db76c5a1d: Pull complete 23:02:07 e1f770b5df2f: Verifying Checksum 23:02:07 e1f770b5df2f: Download complete 23:02:09 0eba1c9be4d2: Verifying Checksum 23:02:09 0eba1c9be4d2: Download complete 23:02:09 85a0685a4137: Verifying Checksum 23:02:09 85a0685a4137: Download complete 23:02:16 0eba1c9be4d2: Pull complete 23:02:16 0d57e429df01: Pull complete 23:02:16 4e4be7b47b0d: Pull complete 23:02:17 e1f770b5df2f: Pull complete 23:02:25 85a0685a4137: Pull complete 23:02:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:02:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:02:26 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:02:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:02:27 $ docker top e1739917bcb1cf56e8d5babce45831b62699d0c7fdef05ac06c81ab5c0f828e0 -eo pid,comm [Pipeline] { [Pipeline] echo 23:02:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:02:27 + set -o pipefail 23:02:27 + snyk monitor '--org=edgex-jenkins' 23:02:37 23:02:37 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 23:02:37 23:02:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/d745b436-4a41-447f-aa4e-49ad5bb6d956 23:02:37 23:02:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:02:37 23:02:37 [Pipeline] } 23:02:37 $ docker stop --time=1 e1739917bcb1cf56e8d5babce45831b62699d0c7fdef05ac06c81ab5c0f828e0 23:02:40 $ docker rm -f e1739917bcb1cf56e8d5babce45831b62699d0c7fdef05ac06c81ab5c0f828e0 [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 23:02:41 + git log --format=format:%s -1 b2078d70396c9de247bd59d3b559c7f9e74995c9 [Pipeline] isUnix [Pipeline] sh 23:02:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:41 . [Pipeline] withDockerContainer 23:02:41 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:02:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:42 $ docker top ce361b0b3e2f2a108b0a0346e4402bdc9374e092ea30691b1699d8bee11a2b69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:42 [ssh-agent] Looking for ssh-agent implementation... 23:02:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:43 $ docker exec ce361b0b3e2f2a108b0a0346e4402bdc9374e092ea30691b1699d8bee11a2b69 ssh-agent 23:02:43 SSH_AUTH_SOCK=/tmp/ssh-AaH5GycOdzOJ/agent.12 23:02:43 SSH_AGENT_PID=17 23:02:43 Running ssh-add (command line suppressed) 23:02:43 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4336250694364506344.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4336250694364506344.key) 23:02:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:43 + git semver tag 23:02:43 # -> Open(): unable to determine branch for HEAD 23:02:43 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 23:02:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 23:02:43 # $SEMVER_REMOTE_NAME = origin 23:02:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:43 # $SEMVER_USER_NAME = edgex-jenkins 23:02:43 # $SEMVER_BRANCH = master 23:02:43 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 23:02:43 # b2078d70396c9de247bd59d3b559c7f9e74995c9 HEAD 23:02:43 # -> Force: false 23:02:43 # 44ba0a0f6f3b6bd012fe194a9858a7174cadeae6 refs/tags/v1.2.2-dev.5 [Pipeline] } 23:02:43 $ docker exec --env ******** --env ******** ce361b0b3e2f2a108b0a0346e4402bdc9374e092ea30691b1699d8bee11a2b69 ssh-agent -k 23:02:44 unset SSH_AUTH_SOCK; 23:02:44 unset SSH_AGENT_PID; 23:02:44 echo Agent pid 17 killed; 23:02:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:44 + git semver [Pipeline] } 23:02:44 $ docker stop --time=1 ce361b0b3e2f2a108b0a0346e4402bdc9374e092ea30691b1699d8bee11a2b69 23:02:45 $ docker rm -f ce361b0b3e2f2a108b0a0346e4402bdc9374e092ea30691b1699d8bee11a2b69 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:46 23:02:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:02:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:02:46 0.23.1-centos7: Pulling from edgex-lftools 23:02:46 ab5ef0e58194: Pulling fs layer 23:02:46 9712f1f96733: Pulling fs layer 23:02:46 63f879dbbcfc: Pulling fs layer 23:02:46 0d9ebad4ef96: Pulling fs layer 23:02:46 e9a5061849ea: Pulling fs layer 23:02:46 d747dcd14b5f: Pulling fs layer 23:02:46 2de7ff778b66: Pulling fs layer 23:02:46 e9a5061849ea: Waiting 23:02:46 d747dcd14b5f: Waiting 23:02:46 0d9ebad4ef96: Waiting 23:02:46 2de7ff778b66: Waiting 23:02:46 9712f1f96733: Download complete 23:02:48 63f879dbbcfc: Verifying Checksum 23:02:48 63f879dbbcfc: Download complete 23:02:48 e9a5061849ea: Verifying Checksum 23:02:48 e9a5061849ea: Download complete 23:02:48 d747dcd14b5f: Verifying Checksum 23:02:48 d747dcd14b5f: Download complete 23:02:49 2de7ff778b66: Verifying Checksum 23:02:49 2de7ff778b66: Download complete 23:02:49 0d9ebad4ef96: Verifying Checksum 23:02:49 0d9ebad4ef96: Download complete 23:02:49 ab5ef0e58194: Download complete 23:02:54 ab5ef0e58194: Pull complete 23:02:54 9712f1f96733: Pull complete 23:02:58 63f879dbbcfc: Pull complete 23:03:04 0d9ebad4ef96: Pull complete 23:03:08 e9a5061849ea: Pull complete 23:03:08 d747dcd14b5f: Pull complete 23:03:10 2de7ff778b66: Pull complete 23:03:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:03:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:03:10 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:03:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:03:13 $ docker top d28af2eb44804b9efa13b5f75e881d8d1073b30ac1e7ed19995f55089474d9b7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:03:13 provisioning config files... 23:03:13 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config225528027520651086tmp 23:03:13 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4012073726638128578tmp 23:03:13 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8648843273909598459tmp [Pipeline] { [Pipeline] echo 23:03:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:03:14 ---> sigul-configuration.sh 23:03:14 gpg: directory `/root/.gnupg' created 23:03:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:03:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:03:14 gpg: keyring `/root/.gnupg/secring.gpg' created 23:03:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:03:14 gpg: CAST5 encrypted data 23:03:14 gpg: encrypted with 1 passphrase 23:03:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:03:14 + mkdir /home/jenkins 23:03:14 + mkdir /home/jenkins/sigul [Pipeline] sh 23:03:14 + 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 23:03:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:03:15 ---> sigul-install.sh 23:03:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:03:22 + git tag --list 23:03:22 v1.0.0 23:03:22 v1.1.0 23:03:22 v1.1.1 23:03:22 v1.1.2 23:03:22 v1.2.0 23:03:22 v1.2.1 23:03:22 v1.2.1-dev.1 23:03:22 v1.2.1-dev.2 23:03:22 v1.2.1-dev.3 23:03:22 v1.2.1-dev.4 23:03:22 v1.2.2-dev.1 23:03:22 v1.2.2-dev.2 23:03:22 v1.2.2-dev.3 23:03:22 v1.2.2-dev.4 23:03:22 v1.2.2-dev.5 [Pipeline] sh 23:03:22 + lftools sign git-tag v1.2.2-dev.5 23:03:23 Signing Git tag with Sigul... 23:03:23 Signing v1.2.2-dev.5 [Pipeline] echo 23:03:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:03:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:03:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:03:25 $ docker stop --time=1 d28af2eb44804b9efa13b5f75e881d8d1073b30ac1e7ed19995f55089474d9b7 23:03:26 $ docker rm -f d28af2eb44804b9efa13b5f75e881d8d1073b30ac1e7ed19995f55089474d9b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:03:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:27 . [Pipeline] withDockerContainer 23:03:27 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:03:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:03:28 $ docker top 5952a76e264fa1c22ffe431417723f3c82ada543667474860b5bb92b7368efdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:28 [ssh-agent] Looking for ssh-agent implementation... 23:03:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:28 $ docker exec 5952a76e264fa1c22ffe431417723f3c82ada543667474860b5bb92b7368efdd ssh-agent 23:03:29 SSH_AUTH_SOCK=/tmp/ssh-exsgfRrUT6Tj/agent.12 23:03:29 SSH_AGENT_PID=17 23:03:29 Running ssh-add (command line suppressed) 23:03:29 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3397987542832906347.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3397987542832906347.key) 23:03:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:29 + git semver bump pre 23:03:29 # -> Open(): unable to determine branch for HEAD 23:03:29 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 23:03:29 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 23:03:29 # $SEMVER_REMOTE_NAME = origin 23:03:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:29 # $SEMVER_USER_NAME = edgex-jenkins 23:03:29 # $SEMVER_BRANCH = master 23:03:29 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 23:03:29 1.2.2-dev.6 [Pipeline] } 23:03:29 $ docker exec --env ******** --env ******** 5952a76e264fa1c22ffe431417723f3c82ada543667474860b5bb92b7368efdd ssh-agent -k 23:03:29 unset SSH_AUTH_SOCK; 23:03:29 unset SSH_AGENT_PID; 23:03:29 echo Agent pid 17 killed; 23:03:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:30 + git semver [Pipeline] } 23:03:30 $ docker stop --time=1 5952a76e264fa1c22ffe431417723f3c82ada543667474860b5bb92b7368efdd 23:03:31 $ docker rm -f 5952a76e264fa1c22ffe431417723f3c82ada543667474860b5bb92b7368efdd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:31 . [Pipeline] withDockerContainer 23:03:32 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:03:32 $ docker top 02085fcfa3252e9f95a0167892eb1460e3badf248f3683c3f5a39d75bb8bc684 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:32 [ssh-agent] Looking for ssh-agent implementation... 23:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:33 $ docker exec 02085fcfa3252e9f95a0167892eb1460e3badf248f3683c3f5a39d75bb8bc684 ssh-agent 23:03:33 SSH_AUTH_SOCK=/tmp/ssh-c5QbdTjZz5bX/agent.11 23:03:33 SSH_AGENT_PID=16 23:03:33 Running ssh-add (command line suppressed) 23:03:33 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1500385036978531431.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_1500385036978531431.key) 23:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:33 + git semver push 23:03:33 # -> Open(): unable to determine branch for HEAD 23:03:33 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 23:03:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 23:03:33 # $SEMVER_REMOTE_NAME = origin 23:03:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:33 # $SEMVER_USER_NAME = edgex-jenkins 23:03:33 # $SEMVER_BRANCH = master 23:03:33 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 23:03:38 $ docker exec --env ******** --env ******** 02085fcfa3252e9f95a0167892eb1460e3badf248f3683c3f5a39d75bb8bc684 ssh-agent -k 23:03:38 unset SSH_AUTH_SOCK; 23:03:38 unset SSH_AGENT_PID; 23:03:38 echo Agent pid 16 killed; 23:03:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:38 + git semver [Pipeline] } 23:03:38 $ docker stop --time=1 02085fcfa3252e9f95a0167892eb1460e3badf248f3683c3f5a39d75bb8bc684 23:03:40 $ docker rm -f 02085fcfa3252e9f95a0167892eb1460e3badf248f3683c3f5a39d75bb8bc684 [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 23:03:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:03:41 ---> package-listing.sh 23:03:41 ++ facter osfamily 23:03:41 ++ tr '[:upper:]' '[:lower:]' 23:03:41 + OS_FAMILY=redhat 23:03:41 + workspace=/w/workspace/gexfoundry_device-rest-go_master 23:03:41 + START_PACKAGES=/tmp/packages_start.txt 23:03:41 + END_PACKAGES=/tmp/packages_end.txt 23:03:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:03:41 + PACKAGES=/tmp/packages_start.txt 23:03:41 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 23:03:41 + PACKAGES=/tmp/packages_end.txt 23:03:41 + case "${OS_FAMILY}" in 23:03:41 + rpm -qa 23:03:41 + sort 23:03:46 + '[' -f /tmp/packages_start.txt ']' 23:03:46 + '[' -f /tmp/packages_end.txt ']' 23:03:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:03:46 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 23:03:46 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 23:03:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 23:03:47 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 23:03:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:03:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:03:47 23:03:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:03:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:03:47 alpine: Pulling from edgex-lftools-log-publisher 23:03:47 df20fa9351a1: Pulling fs layer 23:03:47 36b3adc4ff6f: Pulling fs layer 23:03:47 8ad3a11d3b57: Pulling fs layer 23:03:47 46f8f816bc3b: Pulling fs layer 23:03:47 93b61091891f: Pulling fs layer 23:03:47 93b9cdb0e59b: Pulling fs layer 23:03:47 5e14af77c1be: Pulling fs layer 23:03:47 01666e4c0597: Pulling fs layer 23:03:47 aa168da1d23b: Pulling fs layer 23:03:47 5e14af77c1be: Waiting 23:03:47 46f8f816bc3b: Waiting 23:03:47 93b9cdb0e59b: Waiting 23:03:47 93b61091891f: Waiting 23:03:47 aa168da1d23b: Waiting 23:03:47 01666e4c0597: Waiting 23:03:47 36b3adc4ff6f: Download complete 23:03:47 46f8f816bc3b: Verifying Checksum 23:03:47 46f8f816bc3b: Download complete 23:03:48 df20fa9351a1: Verifying Checksum 23:03:48 df20fa9351a1: Download complete 23:03:48 93b9cdb0e59b: Verifying Checksum 23:03:48 93b9cdb0e59b: Download complete 23:03:48 5e14af77c1be: Download complete 23:03:48 93b61091891f: Verifying Checksum 23:03:48 93b61091891f: Download complete 23:03:48 01666e4c0597: Verifying Checksum 23:03:48 01666e4c0597: Download complete 23:03:48 8ad3a11d3b57: Verifying Checksum 23:03:48 8ad3a11d3b57: Download complete 23:03:48 df20fa9351a1: Pull complete 23:03:48 36b3adc4ff6f: Pull complete 23:03:50 8ad3a11d3b57: Pull complete 23:03:50 46f8f816bc3b: Pull complete 23:03:50 aa168da1d23b: Download complete 23:03:51 93b61091891f: Pull complete 23:03:51 93b9cdb0e59b: Pull complete 23:03:51 5e14af77c1be: Pull complete 23:03:51 01666e4c0597: Pull complete 23:04:01 aa168da1d23b: Pull complete 23:04:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:04:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:04:01 prd-centos7-docker-4c-2g-2538 does not seem to be running inside a container 23:04:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:04:04 $ docker top 07559df81fd9b3dd30bf4899c8cdbcd8d9b5cc2ec3f35c31de44effab1c027d8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:04 + touch /tmp/pre-build-complete [Pipeline] sh 23:04:05 + mkdir -p /var/log/sa [Pipeline] sh 23:04:05 + ls /var/log/sa-host 23:04:05 + sadf -c /var/log/sa-host/sa23 23:04:05 file_magic: OK 23:04:05 HZ: Using current value: 100 23:04:05 file_header: OK 23:04:05 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 23:04:05 Statistics: 23:04:05 Hnuu...uuuununununu... 23:04:05 File successfully converted to sysstat format version 12.2.1 23:04:05 + sadf -c /var/log/sa-host/sa30 23:04:05 file_magic: OK 23:04:05 HZ: Using current value: 100 23:04:05 file_header: OK 23:04:05 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 23:04:05 Statistics: 23:04:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:04:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:04:05 provisioning config files... 23:04:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1088365999193607074tmp [Pipeline] { [Pipeline] echo 23:04:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:04:05 ---> create-netrc.sh [Pipeline] } 23:04:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:04:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:04:06 ---> python-tools-install.sh [Pipeline] echo 23:04:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:04:06 ---> sudo-logs.sh 23:04:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:04:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:04:06 ---> job-cost.sh 23:04:06 lf-activate-venv: SKIPPING 23:04:06 DEBUG: total: 0.20999999344348907 23:04:06 INFO: Retrieving Stack Cost... 23:04:08 INFO: Retrieving Pricing Info for: v1-standard-2 23:04:09 INFO: Archiving Costs [Pipeline] echo 23:04:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:04:09 ---> logs-deploy.sh 23:04:09 lf-activate-venv: SKIPPING 23:04:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/37 23:04:09 INFO: archiving workspace using pattern(s): 23:04:11 Archives upload complete. 23:04:11 INFO: archiving logs to Nexus