Pull request #151 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/app-service-configurable Loading trusted files from base branch master at 4eb982c5c40026bdb4233f13b12533b0406be3c0 rather than 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Obtained Jenkinsfile from 4eb982c5c40026bdb4233f13b12533b0406be3c0 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:app-service-configurable, buildSnap:true] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable 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: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21615 in /w/workspace/_app-service-configurable_PR-151 [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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-151 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) > git config core.sparsecheckout # timeout=10 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 Commit message: "fix(snap): update snap README" > git rev-list --no-walk a6fbff04a1f3800e7ce97392d166ae5c62c0294b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:31:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:31:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:31:36 ========================================================= 14:31:36 EdgeX Global Pipelines Version Info 14:31:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:31:38 ------------------- 14:31:38 stable info: 14:31:38 ------------------- 14:31:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:31:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:31:38 Message: update stable to v1.0.179 14:31:39 ------------------- 14:31:39 experimental info: 14:31:39 ------------------- 14:31:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:31:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:31:39 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:31:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:31:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:31:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-151 [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-151 [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-151 [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9abb98d [Pipeline] echo 14:31:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:31:43 provisioning config files... 14:31:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-151@tmp/config1986806512026574335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:31:43 ---> docker-login.sh 14:31:43 nexus3.edgexfoundry.org:10001 14:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:43 Configure a credential helper to remove this warning. See 14:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:43 14:31:43 Login Succeeded 14:31:43 nexus3.edgexfoundry.org:10002 14:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:43 Configure a credential helper to remove this warning. See 14:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:43 14:31:43 Login Succeeded 14:31:43 nexus3.edgexfoundry.org:10003 14:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:44 Configure a credential helper to remove this warning. See 14:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:44 14:31:44 Login Succeeded 14:31:44 nexus3.edgexfoundry.org:10004 14:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:44 Configure a credential helper to remove this warning. See 14:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:44 14:31:44 Login Succeeded 14:31:44 docker.io 14:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:31:44 Configure a credential helper to remove this warning. See 14:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:31:44 14:31:44 Login Succeeded 14:31:44 ---> docker-login.sh ends [Pipeline] } 14:31:44 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 14:31:45 + git log --format=format:%s -1 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] echo 14:31:45 GIT_COMMIT: 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c, Commit Message: fix(snap): update snap README [Pipeline] echo 14:31:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:31:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:31:46 14:31:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:31:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:31:46 latest: Pulling from edgex-devops/git-semver 14:31:46 31603596830f: Pulling fs layer 14:31:46 2a8b12db71e7: Pulling fs layer 14:31:46 6ca5941a6612: Pulling fs layer 14:31:46 ecc8261a40a4: Pulling fs layer 14:31:46 2a8b12db71e7: Verifying Checksum 14:31:46 2a8b12db71e7: Download complete 14:31:47 31603596830f: Verifying Checksum 14:31:47 31603596830f: Download complete 14:31:47 ecc8261a40a4: Verifying Checksum 14:31:47 ecc8261a40a4: Download complete 14:31:47 6ca5941a6612: Verifying Checksum 14:31:47 6ca5941a6612: Download complete 14:31:47 31603596830f: Pull complete 14:31:47 2a8b12db71e7: Pull complete 14:31:48 6ca5941a6612: Pull complete 14:31:48 ecc8261a40a4: Pull complete 14:31:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:31:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:31:48 prd-centos7-docker-4c-2g-21615 does not seem to be running inside a container 14:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-151 -v /w/workspace/_app-service-configurable_PR-151:/w/workspace/_app-service-configurable_PR-151:rw,z -v /w/workspace/_app-service-configurable_PR-151@tmp:/w/workspace/_app-service-configurable_PR-151@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:31:50 $ docker top 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:31:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:31:51 [ssh-agent] Looking for ssh-agent implementation... 14:31:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:31:51 $ docker exec 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent 14:31:51 SSH_AUTH_SOCK=/tmp/ssh-OqrcZzyry8MX/agent.11 14:31:51 SSH_AGENT_PID=16 14:31:51 Running ssh-add (command line suppressed) 14:31:51 Identity added: /w/workspace/_app-service-configurable_PR-151@tmp/private_key_7512128614150736580.key (/w/workspace/_app-service-configurable_PR-151@tmp/private_key_7512128614150736580.key) 14:31:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:31:52 + git tag --points-at HEAD [Pipeline] } 14:31:52 $ docker exec --env ******** --env ******** 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent -k 14:31:52 unset SSH_AUTH_SOCK; 14:31:52 unset SSH_AGENT_PID; 14:31:52 echo Agent pid 16 killed; 14:31:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:31:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:31:52 [ssh-agent] Looking for ssh-agent implementation... 14:31:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:31:52 $ docker exec 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent 14:31:52 SSH_AUTH_SOCK=/tmp/ssh-uEFu1koRb1P8/agent.46 14:31:52 SSH_AGENT_PID=51 14:31:52 Running ssh-add (command line suppressed) 14:31:53 Identity added: /w/workspace/_app-service-configurable_PR-151@tmp/private_key_4826702237327657310.key (/w/workspace/_app-service-configurable_PR-151@tmp/private_key_4826702237327657310.key) 14:31:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:31:53 + git semver init 14:31:53 # -> Open(): unable to determine branch for HEAD 14:31:53 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-151/.git 14:31:53 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-151 14:31:53 # $SEMVER_REMOTE_NAME = origin 14:31:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:31:53 # $SEMVER_USER_NAME = edgex-jenkins 14:31:53 # $SEMVER_BRANCH = PR-151 14:31:53 # $SEMVER_TEMP = /tmp/semver-571849904 14:31:53 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 14:31:54 # '/tmp/semver-571849904' -> '/w/workspace/_app-service-configurable_PR-151/.semver' 14:31:54 # -> Force: false 14:31:54 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-151/.semver [Pipeline] } 14:31:54 $ docker exec --env ******** --env ******** 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a ssh-agent -k 14:31:54 unset SSH_AUTH_SOCK; 14:31:54 unset SSH_AGENT_PID; 14:31:54 echo Agent pid 51 killed; 14:31:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:31:54 + git semver [Pipeline] } 14:31:54 $ docker stop --time=1 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a 14:31:56 $ docker rm -f 79361830e33fcab76a6e13c7f2c54616d70bd4caa119cae8fdcef18c1cddcd3a [Pipeline] // withDockerContainer [Pipeline] sh 14:31:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:31:57 Stashed 1 file(s) [Pipeline] echo 14:31:57 [edgeXSemver]: initialized semver on version 0.0.0 [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 14:32:12 Still waiting to schedule task 14:32:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:32:12 Still waiting to schedule task 14:32:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:32:48 Running on prd-centos7-docker-4c-2g-21616 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws 14:32:49 Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout 14:32:58 using credential edgex-jenkins-ssh 14:32:58 Cloning the remote Git repository 14:32:59 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:32:59 > git init /w/workspace/app-service-configurable/17 # timeout=10 14:32:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:32:59 > git --version # timeout=10 14:32:59 > git --version # 'git version 2.24.3' 14:32:59 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:33:00 Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:33:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:33:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:33:00 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:33:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:33:00 using GIT_SSH to set credentials SSH Credentials for GitHub 14:33:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:33:01 Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:33:01 Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) 14:33:00 > git config core.sparsecheckout # timeout=10 14:33:00 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 14:33:00 > git remote # timeout=10 14:33:01 > git config --get remote.origin.url # timeout=10 14:33:01 using GIT_SSH to set credentials SSH Credentials for GitHub 14:33:01 > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 14:33:01 > git rev-parse HEAD^{commit} # timeout=10 14:33:01 > git config core.sparsecheckout # timeout=10 14:33:01 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 14:33:05 Commit message: "fix(snap): update snap README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:33:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:33:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:33:07 + sudo service docker restart 14:33:07 + true 14:33:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:33:09 provisioning config files... 14:33:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config2286885386401589915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:33:10 ---> docker-login.sh 14:33:10 nexus3.edgexfoundry.org:10001 14:33:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:10 Configure a credential helper to remove this warning. See 14:33:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:10 14:33:10 Login Succeeded 14:33:10 nexus3.edgexfoundry.org:10002 14:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:11 Configure a credential helper to remove this warning. See 14:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:11 14:33:11 Login Succeeded 14:33:11 nexus3.edgexfoundry.org:10003 14:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:11 Configure a credential helper to remove this warning. See 14:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:11 14:33:11 Login Succeeded 14:33:11 nexus3.edgexfoundry.org:10004 14:33:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:12 Configure a credential helper to remove this warning. See 14:33:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:12 14:33:12 Login Succeeded 14:33:12 docker.io 14:33:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:12 Configure a credential helper to remove this warning. See 14:33:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:12 14:33:12 Login Succeeded 14:33:12 ---> docker-login.sh ends [Pipeline] } 14:33:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:33:13 ========================================================= 14:33:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:33:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:33:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:33:13 Sending build context to Docker daemon 98.82kB 14:33:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:33:14 Step 2/8 : FROM ${BASE} 14:33:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:33:14 188c0c94c7c5: Pulling fs layer 14:33:14 0ef7d3d256c8: Pulling fs layer 14:33:14 de9db76c5a1d: Pulling fs layer 14:33:14 bca2f99d35d6: Pulling fs layer 14:33:14 93359f2a8cfa: Pulling fs layer 14:33:14 7c6f9722023f: Pulling fs layer 14:33:14 a35cf1a2eb13: Pulling fs layer 14:33:14 93359f2a8cfa: Waiting 14:33:14 7c6f9722023f: Waiting 14:33:14 a35cf1a2eb13: Waiting 14:33:14 bca2f99d35d6: Waiting 14:33:14 de9db76c5a1d: Verifying Checksum 14:33:14 de9db76c5a1d: Download complete 14:33:14 0ef7d3d256c8: Verifying Checksum 14:33:14 0ef7d3d256c8: Download complete 14:33:14 93359f2a8cfa: Verifying Checksum 14:33:14 93359f2a8cfa: Download complete 14:33:14 7c6f9722023f: Verifying Checksum 14:33:14 7c6f9722023f: Download complete 14:33:14 188c0c94c7c5: Verifying Checksum 14:33:14 188c0c94c7c5: Download complete 14:33:15 188c0c94c7c5: Pull complete 14:33:16 0ef7d3d256c8: Pull complete 14:33:16 de9db76c5a1d: Pull complete 14:33:20 a35cf1a2eb13: Verifying Checksum 14:33:20 a35cf1a2eb13: Download complete 14:33:21 bca2f99d35d6: Verifying Checksum 14:33:21 bca2f99d35d6: Download complete 14:33:36 bca2f99d35d6: Pull complete 14:33:36 93359f2a8cfa: Pull complete 14:33:36 7c6f9722023f: Pull complete 14:33:41 a35cf1a2eb13: Pull complete 14:33:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:33:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:33:41 ---> a62c8e92a672 14:33:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:33:41 ---> Running in a882afb7716a 14:33:42 Removing intermediate container a882afb7716a 14:33:42 ---> 3a2eda48a2b9 14:33:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:42 ---> Running in 17dc5f38789a 14:33:44 Removing intermediate container 17dc5f38789a 14:33:44 ---> c6fb275e7a0b 14:33:44 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 14:33:44 ---> Running in 6115828199f6 14:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:46 (1/6) Installing libc-dev (0.7.2-r3) 14:33:46 (2/6) Installing libsodium (1.0.18-r0) 14:33:46 (3/6) Installing pkgconf (1.7.2-r0) 14:33:46 (4/6) Installing libsodium-dev (1.0.18-r0) 14:33:47 (5/6) Installing libzmq (4.3.3-r0) 14:33:47 (6/6) Installing zeromq-dev (4.3.3-r0) 14:33:47 Executing busybox-1.31.1-r19.trigger 14:33:47 OK: 167 MiB in 45 packages 14:33:48 Removing intermediate container 6115828199f6 14:33:48 ---> 53ad2d03c28f 14:33:48 Step 6/8 : WORKDIR /app 14:33:48 ---> Running in fda08cb377d7 14:33:49 Removing intermediate container fda08cb377d7 14:33:49 ---> aec01ca88678 14:33:49 Step 7/8 : COPY . . 14:33:50 ---> cc649a8ab399 14:33:50 Step 8/8 : RUN go mod download 14:33:50 ---> Running in 6709f692bdd2 14:33:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21617 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws 14:33:58 Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout 14:34:03 using credential edgex-jenkins-ssh 14:34:04 Cloning the remote Git repository 14:34:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:34:04 > git init /w/workspace/app-service-configurable/17 # timeout=10 14:34:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:34:04 > git --version # timeout=10 14:34:04 > git --version # 'git version 2.17.1' 14:34:04 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:34:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:34:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:34:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:34:07 Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:34:07 Merge succeeded, producing 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:34:07 Checking out Revision 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c (PR-151) 14:34:07 > git config core.sparsecheckout # timeout=10 14:34:07 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 14:34:07 > git remote # timeout=10 14:34:07 > git config --get remote.origin.url # timeout=10 14:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:34:07 > git merge 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 14:34:07 > git rev-parse HEAD^{commit} # timeout=10 14:34:07 > git config core.sparsecheckout # timeout=10 14:34:07 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 14:34:11 Commit message: "fix(snap): update snap README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:34:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:34:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:34:14 + true 14:34:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:34:17 provisioning config files... 14:34:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/17@tmp/config3357266555779986669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:34:17 ---> docker-login.sh 14:34:17 nexus3.edgexfoundry.org:10001 14:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:18 Configure a credential helper to remove this warning. See 14:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:18 14:34:18 Login Succeeded 14:34:18 nexus3.edgexfoundry.org:10002 14:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:19 Configure a credential helper to remove this warning. See 14:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:19 14:34:19 Login Succeeded 14:34:19 nexus3.edgexfoundry.org:10003 14:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:19 Configure a credential helper to remove this warning. See 14:34:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:19 14:34:19 Login Succeeded 14:34:19 nexus3.edgexfoundry.org:10004 14:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:20 Configure a credential helper to remove this warning. See 14:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:20 14:34:20 Login Succeeded 14:34:20 docker.io 14:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:34:21 Configure a credential helper to remove this warning. See 14:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:34:21 14:34:21 Login Succeeded 14:34:21 ---> docker-login.sh ends [Pipeline] } 14:34:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:34:21 ========================================================= 14:34:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:34:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:34:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:34:22 Sending build context to Docker daemon 98.82kB 14:34:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:34:22 Step 2/8 : FROM ${BASE} 14:34:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:34:22 5f621e34cdf4: Pulling fs layer 14:34:22 a4357932f1b6: Pulling fs layer 14:34:22 18c013af1878: Pulling fs layer 14:34:22 00ac8860ef70: Pulling fs layer 14:34:22 63d7cb157983: Pulling fs layer 14:34:22 b116817d02f9: Pulling fs layer 14:34:22 745a02a5169b: Pulling fs layer 14:34:22 00ac8860ef70: Waiting 14:34:22 63d7cb157983: Waiting 14:34:22 b116817d02f9: Waiting 14:34:22 745a02a5169b: Waiting 14:34:22 18c013af1878: Verifying Checksum 14:34:22 18c013af1878: Download complete 14:34:22 a4357932f1b6: Verifying Checksum 14:34:22 a4357932f1b6: Download complete 14:34:22 63d7cb157983: Verifying Checksum 14:34:22 63d7cb157983: Download complete 14:34:22 b116817d02f9: Verifying Checksum 14:34:22 b116817d02f9: Download complete 14:34:22 Removing intermediate container 6709f692bdd2 14:34:22 ---> eb33217d3d66 14:34:22 Successfully built eb33217d3d66 14:34:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:34:23 5f621e34cdf4: Verifying Checksum 14:34:23 5f621e34cdf4: Download complete 14:34:23 + docker inspect -f . ci-base-image-x86_64 14:34:23 5f621e34cdf4: Pull complete 14:34:23 . [Pipeline] withDockerContainer 14:34:24 prd-centos7-docker-4c-2g-21616 does not seem to be running inside a container 14:34:24 a4357932f1b6: Pull complete 14:34:24 18c013af1878: Pull complete 14:34:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:34:25 745a02a5169b: Verifying Checksum 14:34:25 745a02a5169b: Download complete 14:34:26 00ac8860ef70: Download complete 14:34:26 $ docker top e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:27 + go version 14:34:27 go version go1.15.5 linux/amd64 [Pipeline] } 14:34:27 $ docker stop --time=1 e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 14:34:29 $ docker rm -f e8f58b5a6efebb5368ff734f23869197b178f0dd4ba0b73dd24178834a5d0a36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:34:30 + docker inspect -f . ci-base-image-x86_64 14:34:30 . [Pipeline] withDockerContainer 14:34:30 prd-centos7-docker-4c-2g-21616 does not seem to be running inside a container 14:34:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:34:31 $ docker top 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:32 + make test 14:34:32 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 14:34:36 00ac8860ef70: Pull complete 14:34:36 63d7cb157983: Pull complete 14:34:36 b116817d02f9: Pull complete 14:34:41 745a02a5169b: Pull complete 14:34:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:34:41 ---> b7e6874047d6 14:34:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:34:43 ---> Running in 70b1d00fc347 14:34:43 Removing intermediate container 70b1d00fc347 14:34:43 ---> fc1cf0ea9996 14:34:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:34:43 ---> Running in de674ba4cd7c 14:34:46 Removing intermediate container de674ba4cd7c 14:34:46 ---> a66d2d2a3447 14:34:46 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 14:34:46 ---> Running in 61a240ad9bfb 14:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:34:48 (1/6) Installing libc-dev (0.7.2-r3) 14:34:48 (2/6) Installing libsodium (1.0.18-r0) 14:34:48 (3/6) Installing pkgconf (1.7.2-r0) 14:34:48 (4/6) Installing libsodium-dev (1.0.18-r0) 14:34:49 (5/6) Installing libzmq (4.3.3-r0) 14:34:49 (6/6) Installing zeromq-dev (4.3.3-r0) 14:34:49 Executing busybox-1.31.1-r19.trigger 14:34:49 OK: 144 MiB in 45 packages 14:34:50 Removing intermediate container 61a240ad9bfb 14:34:50 ---> 9788de0e22e8 14:34:50 Step 6/8 : WORKDIR /app 14:34:50 ---> Running in 0ed378b0449a 14:34:51 Removing intermediate container 0ed378b0449a 14:34:51 ---> 31fffb0284af 14:34:51 Step 7/8 : COPY . . 14:34:52 ---> 6b6284463fa3 14:34:52 Step 8/8 : RUN go mod download 14:34:52 ---> Running in adb2e9434c26 14:35:05 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:35:05 CGO_ENABLED=1 go vet ./... 14:35:08 gofmt -l . 14:35:08 [ "`gofmt -l .`" = "" ] 14:35:08 ./bin/test-go-mod-tidy.sh 14:35:09 ./bin/test-attribution-txt.sh [Pipeline] } 14:35:10 $ docker stop --time=1 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b 14:35:12 $ docker rm -f 00416f7f77535dc3043541dd171f1f207ff4c6245f3cf146005bb7e6eb95675b [Pipeline] // withDockerContainer [Pipeline] sh 14:35:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:35:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 14:35:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:35:17 + ls -al . 14:35:17 total 88 14:35:17 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 20 14:35 . 14:35:17 drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 14:32 .. 14:35:17 -rw-rw-r--. 1 jenkins jenkins 6426 Jan 20 14:33 Attribution.txt 14:35:17 drwxrwxr-x. 2 jenkins jenkins 64 Jan 20 14:33 bin 14:35:17 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 14:34 coverage.out 14:35:17 -rw-rw-r--. 1 jenkins jenkins 2032 Jan 20 14:33 Dockerfile 14:35:17 -rw-rw-r--. 1 jenkins jenkins 970 Jan 20 14:33 Dockerfile.build 14:35:17 -rw-rw-r--. 1 jenkins jenkins 119 Jan 20 14:33 .dockerignore 14:35:17 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 14:33 .git 14:35:17 drwxrwxr-x. 2 jenkins jenkins 81 Jan 20 14:33 .github 14:35:17 -rw-rw-r--. 1 jenkins jenkins 93 Jan 20 14:33 .gitignore 14:35:17 -rw-r--r--. 1 jenkins jenkins 135 Jan 20 14:35 go.mod 14:35:17 -rw-r--r--. 1 jenkins jenkins 18779 Jan 20 14:35 go.sum 14:35:17 -rw-rw-r--. 1 jenkins jenkins 687 Jan 20 14:33 Jenkinsfile 14:35:17 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 20 14:33 LICENSE 14:35:17 -rw-rw-r--. 1 jenkins jenkins 1522 Jan 20 14:33 main.go 14:35:17 -rw-rw-r--. 1 jenkins jenkins 1582 Jan 20 14:33 makefile 14:35:17 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 20 14:33 README.md 14:35:17 drwxrwxr-x. 10 jenkins jenkins 171 Jan 20 14:33 res 14:35:17 drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 14:33 snap 14:35:17 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 14:31 VERSION [Pipeline] isUnix [Pipeline] sh 14:35:17 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c --label arch=amd64 --label version=0.0.0 . 14:35:17 Sending build context to Docker daemon 120.3kB 14:35:17 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 14:35:17 Step 2/27 : FROM ${BASE} AS builder 14:35:17 ---> eb33217d3d66 14:35:17 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 14:35:17 ---> Running in aa4849b21551 14:35:18 Removing intermediate container aa4849b21551 14:35:18 ---> 9c4772b5143e 14:35:18 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:35:18 ---> Running in b68175e528de 14:35:18 Removing intermediate container b68175e528de 14:35:18 ---> cc394e4376e5 14:35:18 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 14:35:18 ---> Running in 86b7951e610b 14:35:18 Removing intermediate container 86b7951e610b 14:35:18 ---> 2b3c26e0bf2a 14:35:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:18 ---> Running in 48b1f8b9a979 14:35:20 Removing intermediate container 48b1f8b9a979 14:35:20 ---> 79bb0273964f 14:35:20 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:35:20 ---> Running in e47b36defdd9 14:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:22 OK: 167 MiB in 45 packages 14:35:23 Removing intermediate container e47b36defdd9 14:35:23 ---> 8ff5b59dbb8d 14:35:23 Step 8/27 : WORKDIR /app 14:35:23 ---> Running in b2613453fa40 14:35:23 Removing intermediate container b2613453fa40 14:35:23 ---> 030c7e869892 14:35:23 Step 9/27 : COPY go.mod . 14:35:24 ---> c2dba6518384 14:35:24 Step 10/27 : RUN go mod download 14:35:24 Removing intermediate container adb2e9434c26 14:35:24 ---> 50603c317d19 14:35:24 Successfully built 50603c317d19 14:35:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:35:24 ---> Running in 3e1528ba3b38 14:35:24 + docker inspect -f . ci-base-image-arm64 14:35:24 . [Pipeline] withDockerContainer 14:35:24 prd-ubuntu18.04-docker-arm64-4c-16g-21617 does not seem to be running inside a container 14:35:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:35:26 $ docker top 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 -eo pid,comm 14:35:26 Removing intermediate container 3e1528ba3b38 14:35:26 ---> b44bad950325 14:35:26 Step 11/27 : COPY . . [Pipeline] { 14:35:26 ---> 4b20d8faf4aa 14:35:26 Step 12/27 : ARG MAKE="make build" 14:35:26 ---> Running in 7bd6ff61aa19 [Pipeline] sh 14:35:27 Removing intermediate container 7bd6ff61aa19 14:35:27 ---> 75fbabeb4fbc 14:35:27 Step 13/27 : RUN $MAKE 14:35:27 ---> Running in fe5dc0080d04 14:35:27 + go version 14:35:27 go version go1.15.5 linux/arm64 [Pipeline] } 14:35:27 $ docker stop --time=1 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 14:35:27 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:35:29 $ docker rm -f 64d2b68df3edb12ebffed976bc2ba461c35e3ba5d74e64d3fd303174a0539d53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:35:30 + docker inspect -f . ci-base-image-arm64 14:35:30 . [Pipeline] withDockerContainer 14:35:30 prd-ubuntu18.04-docker-arm64-4c-16g-21617 does not seem to be running inside a container 14:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/17 -v /w/workspace/app-service-configurable/17:/w/workspace/app-service-configurable/17:rw,z -v /w/workspace/app-service-configurable/17@tmp:/w/workspace/app-service-configurable/17@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:35:32 $ docker top 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d -eo pid,comm [Pipeline] { [Pipeline] sh 14:35:33 + make test 14:35:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 14:35:55 Removing intermediate container fe5dc0080d04 14:35:55 ---> 5fc96eef5aba 14:35:55 Step 14/27 : FROM alpine:3.12 14:35:55 3.12: Pulling from library/alpine 14:35:55 801bfaa63ef2: Pulling fs layer 14:35:55 801bfaa63ef2: Download complete 14:35:55 801bfaa63ef2: Pull complete 14:35:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:35:55 Status: Downloaded newer image for alpine:3.12 14:35:55 ---> 389fef711851 14:35:55 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 14:35:55 ---> Running in f10bfecf8b03 14:35:55 Removing intermediate container f10bfecf8b03 14:35:55 ---> 0766bc7b8e76 14:35:55 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:35:55 ---> Running in c52defeb2dba 14:35:55 Removing intermediate container c52defeb2dba 14:35:55 ---> ab10301a3671 14:35:55 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 14:35:55 ---> Running in 61fb8dcb7712 14:35:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:55 (1/7) Installing ca-certificates (20191127-r4) 14:35:55 (2/7) Installing dumb-init (1.2.2-r1) 14:35:55 (3/7) Installing libgcc (9.3.0-r2) 14:35:55 (4/7) Installing libsodium (1.0.18-r0) 14:35:55 (5/7) Installing libstdc++ (9.3.0-r2) 14:35:55 (6/7) Installing libzmq (4.3.3-r0) 14:35:55 (7/7) Installing zeromq (4.3.3-r0) 14:35:55 Executing busybox-1.31.1-r19.trigger 14:35:55 Executing ca-certificates-20191127-r4.trigger 14:35:56 OK: 9 MiB in 21 packages 14:35:57 Removing intermediate container 61fb8dcb7712 14:35:57 ---> 9d937bbcc674 14:35:57 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:35:57 ---> 22e72ee4586d 14:35:57 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:35:58 ---> 506b6d6776d1 14:35:58 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:35:59 ---> 1ddc22dcf9cf 14:35:59 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:36:00 ---> 302ef3b3857f 14:36:00 Step 22/27 : EXPOSE 48095 14:36:00 ---> Running in 7f41e45c6b25 14:36:00 Removing intermediate container 7f41e45c6b25 14:36:00 ---> 820c97d94f98 14:36:00 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 14:36:00 ---> Running in 2124934df924 14:36:01 Removing intermediate container 2124934df924 14:36:01 ---> ceef151bbd10 14:36:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:36:01 ---> Running in db66ae7adf1f 14:36:01 Removing intermediate container db66ae7adf1f 14:36:01 ---> afbdadaa4bc6 14:36:01 Step 25/27 : LABEL arch=amd64 14:36:01 ---> Running in 0fa9b7188f64 14:36:02 Removing intermediate container 0fa9b7188f64 14:36:02 ---> 903a7385a82c 14:36:02 Step 26/27 : LABEL git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:36:02 ---> Running in 8cec898772ec 14:36:03 Removing intermediate container 8cec898772ec 14:36:03 ---> 9130f3402773 14:36:03 Step 27/27 : LABEL version=0.0.0 14:36:03 ---> Running in a4cb376172ae 14:36:03 Removing intermediate container a4cb376172ae 14:36:03 ---> 7e4faf5bdcd1 14:36:03 [Warning] One or more build-args [ARCH] were not consumed 14:36:03 Successfully built 7e4faf5bdcd1 14:36:03 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:36:12 ? github.com/edgexfoundry/app-service-configurable [no test files] 14:36:12 CGO_ENABLED=1 go vet ./... 14:36:15 gofmt -l . 14:36:15 [ "`gofmt -l .`" = "" ] 14:36:15 ./bin/test-go-mod-tidy.sh 14:36:16 ./bin/test-attribution-txt.sh [Pipeline] } 14:36:17 $ docker stop --time=1 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d 14:36:19 Still waiting to schedule task 14:36:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:36:19 $ docker rm -f 6ddded22e5c7c52d7108481ff6ef491504250e1a2f17c0a2f1539e4320e8e90d [Pipeline] // withDockerContainer [Pipeline] sh 14:36:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:36:20 Warning: overwriting stash ‘coverage-report’ 14:36:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:36:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:36:22 + ls -al . 14:36:22 total 112 14:36:22 drwxrwxr-x 7 jenkins jenkins 4096 Jan 20 14:36 . 14:36:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 14:34 .. 14:36:22 -rw-rw-r-- 1 jenkins jenkins 119 Jan 20 14:34 .dockerignore 14:36:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 14:34 .git 14:36:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 14:34 .github 14:36:22 -rw-rw-r-- 1 jenkins jenkins 93 Jan 20 14:34 .gitignore 14:36:22 -rw-rw-r-- 1 jenkins jenkins 6426 Jan 20 14:34 Attribution.txt 14:36:22 -rw-rw-r-- 1 jenkins jenkins 2032 Jan 20 14:34 Dockerfile 14:36:22 -rw-rw-r-- 1 jenkins jenkins 970 Jan 20 14:34 Dockerfile.build 14:36:22 -rw-rw-r-- 1 jenkins jenkins 687 Jan 20 14:34 Jenkinsfile 14:36:22 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 20 14:34 LICENSE 14:36:22 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 20 14:34 README.md 14:36:22 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 14:31 VERSION 14:36:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 14:34 bin 14:36:22 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 14:35 coverage.out 14:36:22 -rw-r--r-- 1 jenkins jenkins 135 Jan 20 14:36 go.mod 14:36:22 -rw-r--r-- 1 jenkins jenkins 18779 Jan 20 14:36 go.sum 14:36:22 -rw-rw-r-- 1 jenkins jenkins 1522 Jan 20 14:34 main.go 14:36:22 -rw-rw-r-- 1 jenkins jenkins 1582 Jan 20 14:34 makefile 14:36:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 14:34 res 14:36:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 14:34 snap [Pipeline] isUnix [Pipeline] sh 14:36:22 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c --label arch=arm64 --label version=0.0.0 . 14:36:22 Sending build context to Docker daemon 120.3kB 14:36:23 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 14:36:23 Step 2/27 : FROM ${BASE} AS builder 14:36:23 ---> 50603c317d19 14:36:23 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 14:36:23 ---> Running in 1714755e7bb8 14:36:24 Removing intermediate container 1714755e7bb8 14:36:24 ---> e1beab40321c 14:36:24 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 14:36:24 ---> Running in 03b7e0c833c4 14:36:24 Removing intermediate container 03b7e0c833c4 14:36:24 ---> 5c3d818772e1 14:36:24 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 14:36:24 ---> Running in e7bb36285485 14:36:25 Removing intermediate container e7bb36285485 14:36:25 ---> 598ac44295c0 14:36:25 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:36:25 ---> Running in 7614967b5d18 14:36:27 Removing intermediate container 7614967b5d18 14:36:27 ---> 67e353f0b9a3 14:36:27 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:36:27 ---> Running in b40b6f6b402d 14:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:36:29 OK: 144 MiB in 45 packages 14:36:30 Removing intermediate container b40b6f6b402d 14:36:30 ---> 689e0608a338 14:36:30 Step 8/27 : WORKDIR /app 14:36:31 ---> Running in b0c50269a35b 14:36:31 Removing intermediate container b0c50269a35b 14:36:31 ---> 1bc8f6e2f93a 14:36:31 Step 9/27 : COPY go.mod . 14:36:32 ---> 40a0d1060f48 14:36:32 Step 10/27 : RUN go mod download 14:36:32 ---> Running in 94906471d5a9 14:36:35 Removing intermediate container 94906471d5a9 14:36:35 ---> 065643595c84 14:36:35 Step 11/27 : COPY . . 14:36:35 ---> b61ad49a0f10 14:36:35 Step 12/27 : ARG MAKE="make build" 14:36:35 ---> Running in ef7d0f0c2790 14:36:36 Removing intermediate container ef7d0f0c2790 14:36:36 ---> 06f1c701860e 14:36:36 Step 13/27 : RUN $MAKE 14:36:36 ---> Running in a46865110c45 14:36:37 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:37:10 Removing intermediate container a46865110c45 14:37:10 ---> ef68de7d7c87 14:37:10 Step 14/27 : FROM alpine:3.12 14:37:10 3.12: Pulling from library/alpine 14:37:10 159e5727ea61: Pulling fs layer 14:37:11 159e5727ea61: Verifying Checksum 14:37:11 159e5727ea61: Download complete 14:37:11 159e5727ea61: Pull complete 14:37:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:37:11 Status: Downloaded newer image for alpine:3.12 14:37:11 ---> afeebe901d6b 14:37:11 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 14:37:11 ---> Running in ce4f66f0b8dc 14:37:12 Removing intermediate container ce4f66f0b8dc 14:37:12 ---> c23f6c0b86d6 14:37:12 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 14:37:12 ---> Running in bb6b98d479ba 14:37:12 Removing intermediate container bb6b98d479ba 14:37:12 ---> d276c9bbbaa9 14:37:12 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 14:37:13 ---> Running in f8093b591b4b 14:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:37:15 (1/7) Installing ca-certificates (20191127-r4) 14:37:15 (2/7) Installing dumb-init (1.2.2-r1) 14:37:15 (3/7) Installing libgcc (9.3.0-r2) 14:37:15 (4/7) Installing libsodium (1.0.18-r0) 14:37:15 (5/7) Installing libstdc++ (9.3.0-r2) 14:37:15 (6/7) Installing libzmq (4.3.3-r0) 14:37:15 (7/7) Installing zeromq (4.3.3-r0) 14:37:15 Executing busybox-1.31.1-r19.trigger 14:37:15 Executing ca-certificates-20191127-r4.trigger 14:37:15 OK: 9 MiB in 21 packages 14:37:17 Removing intermediate container f8093b591b4b 14:37:17 ---> 25f4ee89e24b 14:37:17 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 14:37:17 ---> d850982af398 14:37:17 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 14:37:18 Running on prd-ubuntu18.04-docker-8c-8g-21618 in /w/workspace/_app-service-configurable_PR-151 [Pipeline] { [Pipeline] ws 14:37:18 Running in /w/workspace/app-service-configurable/17 [Pipeline] { [Pipeline] checkout 14:37:18 ---> d62b71795027 14:37:18 Step 20/27 : COPY --from=builder /app/res/ /res/ 14:37:19 ---> 5c20586dab15 14:37:19 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 14:37:20 using credential edgex-jenkins-ssh 14:37:20 Cloning the remote Git repository 14:37:20 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 14:37:20 > git init /w/workspace/app-service-configurable/17 # timeout=10 14:37:20 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:37:20 > git --version # timeout=10 14:37:20 > git --version # 'git version 2.17.1' 14:37:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:37:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:37:20 ---> dad97a6dccb8 14:37:20 Step 22/27 : EXPOSE 48095 14:37:21 ---> Running in c4bc3d45ca8c 14:37:21 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:37:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:37:21 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 14:37:21 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 14:37:21 using GIT_SSH to set credentials SSH Credentials for GitHub 14:37:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:37:21 Merging remotes/origin/master commit 4eb982c5c40026bdb4233f13b12533b0406be3c0 into PR head commit 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c [Pipeline] } [Pipeline] // ws [Pipeline] } 14:37:21 Removing intermediate container c4bc3d45ca8c 14:37:21 ---> 1c0b3f55f0b1 14:37:21 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 14:37:22 ---> Running in 8504c4b4a1ba [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:37:22 Failed in branch amd64 14:37:22 Removing intermediate container 8504c4b4a1ba 14:37:22 ---> c8e13eeed035 14:37:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:37:22 ---> Running in 3289a988b8e3 14:37:21 > git config core.sparsecheckout # timeout=10 14:37:21 > git checkout -f 9abb98ddbcefd333cd831bf94c78b2cc1c1b118c # timeout=10 14:37:23 Removing intermediate container 3289a988b8e3 14:37:23 ---> cfb967e447d4 14:37:23 Step 25/27 : LABEL arch=arm64 14:37:23 ---> Running in 5503c354d884 14:37:24 Removing intermediate container 5503c354d884 14:37:24 ---> 2c8388c220dd 14:37:24 Step 26/27 : LABEL git_sha=9abb98ddbcefd333cd831bf94c78b2cc1c1b118c 14:37:24 ---> Running in 992689bbb7db 14:37:24 Removing intermediate container 992689bbb7db 14:37:24 ---> 8f427df7257a 14:37:24 Step 27/27 : LABEL version=0.0.0 14:37:25 ---> Running in 1c81b2facd5e 14:37:25 Removing intermediate container 1c81b2facd5e 14:37:25 ---> 607b7f8529e2 14:37:25 [Warning] One or more build-args [ARCH] were not consumed 14:37:25 Successfully built 607b7f8529e2 14:37:25 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:37:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:37:29 ---> package-listing.sh 14:37:29 ++ facter osfamily 14:37:29 ++ tr '[:upper:]' '[:lower:]' 14:37:29 + OS_FAMILY=redhat 14:37:29 + workspace=/w/workspace/_app-service-configurable_PR-151 14:37:29 + START_PACKAGES=/tmp/packages_start.txt 14:37:29 + END_PACKAGES=/tmp/packages_end.txt 14:37:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:37:29 + PACKAGES=/tmp/packages_start.txt 14:37:29 + '[' /w/workspace/_app-service-configurable_PR-151 ']' 14:37:29 + PACKAGES=/tmp/packages_end.txt 14:37:29 + case "${OS_FAMILY}" in 14:37:29 + rpm -qa 14:37:29 + sort 14:37:34 + '[' -f /tmp/packages_start.txt ']' 14:37:34 + '[' -f /tmp/packages_end.txt ']' 14:37:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:37:34 + '[' /w/workspace/_app-service-configurable_PR-151 ']' 14:37:34 + mkdir -p /w/workspace/_app-service-configurable_PR-151/archives/ 14:37:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-151/archives/ [Pipeline] echo 14:37:34 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/_app-service-configurable_PR-151/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:37:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:37:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:37:35 14:37:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:37:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:37:35 alpine: Pulling from edgex-lftools-log-publisher 14:37:35 df20fa9351a1: Pulling fs layer 14:37:35 36b3adc4ff6f: Pulling fs layer 14:37:35 8ad3a11d3b57: Pulling fs layer 14:37:35 46f8f816bc3b: Pulling fs layer 14:37:35 93b61091891f: Pulling fs layer 14:37:35 93b9cdb0e59b: Pulling fs layer 14:37:35 5e14af77c1be: Pulling fs layer 14:37:35 01666e4c0597: Pulling fs layer 14:37:35 aa168da1d23b: Pulling fs layer 14:37:35 5e14af77c1be: Waiting 14:37:35 01666e4c0597: Waiting 14:37:35 aa168da1d23b: Waiting 14:37:35 46f8f816bc3b: Waiting 14:37:35 93b61091891f: Waiting 14:37:35 93b9cdb0e59b: Waiting 14:37:35 36b3adc4ff6f: Verifying Checksum 14:37:35 36b3adc4ff6f: Download complete 14:37:35 46f8f816bc3b: Download complete 14:37:35 df20fa9351a1: Verifying Checksum 14:37:35 df20fa9351a1: Download complete 14:37:35 93b9cdb0e59b: Download complete 14:37:35 5e14af77c1be: Verifying Checksum 14:37:35 5e14af77c1be: Download complete 14:37:35 93b61091891f: Download complete 14:37:35 01666e4c0597: Verifying Checksum 14:37:35 01666e4c0597: Download complete 14:37:36 df20fa9351a1: Pull complete 14:37:36 36b3adc4ff6f: Pull complete 14:37:36 8ad3a11d3b57: Verifying Checksum 14:37:36 8ad3a11d3b57: Download complete 14:37:37 8ad3a11d3b57: Pull complete 14:37:37 46f8f816bc3b: Pull complete 14:37:38 aa168da1d23b: Verifying Checksum 14:37:38 aa168da1d23b: Download complete 14:37:38 93b61091891f: Pull complete 14:37:39 93b9cdb0e59b: Pull complete 14:37:39 5e14af77c1be: Pull complete 14:37:39 01666e4c0597: Pull complete 14:37:46 aa168da1d23b: Pull complete 14:37:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:37:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:37:46 prd-centos7-docker-4c-2g-21615 does not seem to be running inside a container 14:37:46 $ 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/_app-service-configurable_PR-151/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-151 -v /w/workspace/_app-service-configurable_PR-151:/w/workspace/_app-service-configurable_PR-151:rw,z -v /w/workspace/_app-service-configurable_PR-151@tmp:/w/workspace/_app-service-configurable_PR-151@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:37:53 $ docker top 1027f8c94d22b700c369c9285ceebf9235ecc94e6f37750bc6dcc58404741968 -eo pid,comm [Pipeline] { [Pipeline] sh 14:37:53 + touch /tmp/pre-build-complete [Pipeline] sh 14:37:53 + mkdir -p /var/log/sa [Pipeline] sh 14:37:54 + ls /var/log/sa-host 14:37:54 + sadf -c /var/log/sa-host/sa20 14:37:54 file_magic: OK 14:37:54 HZ: Using current value: 100 14:37:54 file_header: OK 14:37:54 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 14:37:54 Statistics: 14:37:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:37:54 File successfully converted to sysstat format version 12.2.1 14:37:54 + sadf -c /var/log/sa-host/sa23 14:37:54 file_magic: OK 14:37:54 HZ: Using current value: 100 14:37:54 file_header: OK 14:37:54 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 14:37:54 Statistics: 14:37:54 Hnuu...uuuununununu... 14:37:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:37:54 provisioning config files... 14:37:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-151@tmp/config7738186942128490571tmp [Pipeline] { [Pipeline] echo 14:37:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:37:54 ---> create-netrc.sh [Pipeline] } 14:37:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:37:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:37:55 ---> python-tools-install.sh [Pipeline] echo 14:37:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:37:55 ---> sudo-logs.sh 14:37:55 Archiving 'sudo' log.. [Pipeline] echo 14:37:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:37:55 ---> job-cost.sh 14:37:55 lf-activate-venv: SKIPPING 14:37:55 INFO: No Stack... 14:37:56 INFO: Retrieving Pricing Info for: v1-standard-2 14:37:56 INFO: Archiving Costs [Pipeline] echo 14:37:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:37:57 ---> logs-deploy.sh 14:37:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-151/17 14:37:57 INFO: archiving workspace using pattern(s): 14:37:58 Archives upload complete. 14:37:58 INFO: archiving logs to Nexus 14:37:59 ---> uname -a: 14:37:59 Linux prd-centos7-docker-4c-2g-21615.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:37:59 14:37:59 14:37:59 ---> lscpu: 14:37:59 Architecture: x86_64 14:37:59 CPU op-mode(s): 32-bit, 64-bit 14:37:59 Byte Order: Little Endian 14:37:59 Address sizes: 40 bits physical, 48 bits virtual 14:37:59 CPU(s): 4 14:37:59 On-line CPU(s) list: 0-3 14:37:59 Thread(s) per core: 1 14:37:59 Core(s) per socket: 1 14:37:59 Socket(s): 4 14:37:59 NUMA node(s): 1 14:37:59 Vendor ID: GenuineIntel 14:37:59 CPU family: 6 14:37:59 Model: 44 14:37:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:37:59 Stepping: 1 14:37:59 CPU MHz: 2933.438 14:37:59 BogoMIPS: 5866.87 14:37:59 Virtualization: VT-x 14:37:59 Hypervisor vendor: KVM 14:37:59 Virtualization type: full 14:37:59 L1d cache: 128 KiB 14:37:59 L1i cache: 128 KiB 14:37:59 L2 cache: 16 MiB 14:37:59 L3 cache: 64 MiB 14:37:59 NUMA node0 CPU(s): 0-3 14:37:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:37:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:37:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:37:59 Vulnerability Meltdown: Mitigation; PTI 14:37:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:37:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:37:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:37:59 Vulnerability Srbds: Not affected 14:37:59 Vulnerability Tsx async abort: Not affected 14:37:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 14:37:59 14:37:59 14:37:59 ---> nproc: 14:37:59 4 14:37:59 14:37:59 14:37:59 ---> df -h: 14:37:59 Filesystem Size Used Available Use% Mounted on 14:37:59 overlay 50.0G 7.3G 42.7G 15% / 14:37:59 tmpfs 64.0M 0 64.0M 0% /dev 14:37:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:37:59 shm 64.0M 0 64.0M 0% /dev/shm 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_PR-151 14:37:59 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_PR-151@tmp 14:37:59 14:37:59 14:37:59 ---> free -m: 14:37:59 total used free shared buff/cache available 14:37:59 Mem: 1837 707 106 0 1023 1025 14:37:59 Swap: 1023 1 1022 14:37:59 14:37:59 14:37:59 ---> ip addr: 14:37:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:37:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:37:59 inet 127.0.0.1/8 scope host lo 14:37:59 valid_lft forever preferred_lft forever 14:37:59 inet6 ::1/128 scope host 14:37:59 valid_lft forever preferred_lft forever 14:37:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:37:59 link/ether fa:16:3e:03:3a:02 brd ff:ff:ff:ff:ff:ff 14:37:59 inet 10.30.122.210/23 brd 10.30.123.255 scope global dynamic eth0 14:37:59 valid_lft 85983sec preferred_lft 85983sec 14:37:59 inet6 fe80::f816:3eff:fe03:3a02/64 scope link 14:37:59 valid_lft forever preferred_lft forever 14:37:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:37:59 link/ether 02:42:9a:14:57:41 brd ff:ff:ff:ff:ff:ff 14:37:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:37:59 valid_lft forever preferred_lft forever 14:37:59 inet6 fe80::42:9aff:fe14:5741/64 scope link 14:37:59 valid_lft forever preferred_lft forever 14:37:59 14:37:59 14:37:59 ---> sar -b -r -n DEV: 14:37:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 14:37:59 14:37:59 14:30:51 LINUX RESTART (4 CPU) 14:37:59 14:37:59 14:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:37:59 14:33:01 2.50 0.00 2.50 0.00 0.00 52.69 0.00 14:37:59 14:34:01 0.45 0.00 0.45 0.00 0.00 6.73 0.00 14:37:59 14:35:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 14:37:59 14:36:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 14:37:59 14:37:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 14:37:59 Average: 0.75 0.00 0.75 0.00 0.00 13.87 0.00 14:37:59 14:37:59 14:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:37:59 14:33:01 176732 0 600548 31.92 2620 1101644 1088524 37.15 413640 1092876 16 14:37:59 14:34:01 177560 0 599712 31.87 2620 1101652 1078376 36.80 414112 1092088 20 14:37:59 14:35:01 176612 0 600656 31.92 2620 1101656 1078244 36.80 427740 1079540 12 14:37:59 14:36:01 176868 0 600400 31.91 2620 1101656 1078244 36.80 428712 1078440 8 14:37:59 14:37:01 175436 0 601824 31.99 2620 1101664 1078316 36.80 422336 1086496 8 14:37:59 Average: 176642 0 600628 31.92 2620 1101654 1080341 36.87 421308 1085888 13 14:37:59 14:37:59 14:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:37:59 14:33:01 eth0 5.38 2.13 4.12 0.35 0.00 0.00 0.00 0.00 14:37:59 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:34:01 eth0 0.77 0.35 0.30 0.17 0.00 0.00 0.00 0.00 14:37:59 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:35:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 14:37:59 14:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:36:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:37:59 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:37:01 eth0 0.77 0.22 0.19 0.07 0.00 0.00 0.00 0.00 14:37:59 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 Average: eth0 1.43 0.58 0.93 0.13 0.00 0.00 0.00 0.00 14:37:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:37:59 14:37:59 14:37:59 ---> sar -P ALL: 14:37:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 14:37:59 14:37:59 14:30:51 LINUX RESTART (4 CPU) 14:37:59 14:37:59 14:32:01 CPU %user %nice %system %iowait %steal %idle 14:37:59 14:33:01 all 0.21 0.00 0.07 0.00 0.00 99.72 14:37:59 14:33:01 0 0.12 0.00 0.08 0.00 0.00 99.80 14:37:59 14:33:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:37:59 14:33:01 2 0.12 0.00 0.07 0.00 0.02 99.80 14:37:59 14:33:01 3 0.58 0.00 0.07 0.00 0.00 99.35 14:37:59 14:34:01 all 0.16 0.00 0.03 0.00 0.00 99.81 14:37:59 14:34:01 0 0.05 0.00 0.02 0.00 0.00 99.93 14:37:59 14:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:37:59 14:34:01 2 0.07 0.00 0.03 0.00 0.00 99.90 14:37:59 14:34:01 3 0.48 0.00 0.03 0.00 0.00 99.48 14:37:59 14:35:01 all 0.15 0.00 0.03 0.00 0.00 99.83 14:37:59 14:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:37:59 14:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 14:37:59 14:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 14:37:59 14:35:01 3 0.50 0.00 0.02 0.00 0.00 99.48 14:37:59 14:36:01 all 0.16 0.00 0.02 0.00 0.00 99.82 14:37:59 14:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:37:59 14:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:37:59 14:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:37:59 14:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 14:37:59 14:37:01 all 0.15 0.00 0.03 0.00 0.01 99.81 14:37:59 14:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:37:59 14:37:01 1 0.02 0.00 0.05 0.00 0.02 99.92 14:37:59 14:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:37:59 14:37:01 3 0.53 0.00 0.02 0.00 0.02 99.43 14:37:59 Average: all 0.17 0.00 0.04 0.00 0.00 99.80 14:37:59 Average: 0 0.05 0.00 0.03 0.00 0.00 99.91 14:37:59 Average: 1 0.03 0.00 0.04 0.00 0.00 99.93 14:37:59 Average: 2 0.06 0.00 0.04 0.00 0.00 99.90 14:37:59 Average: 3 0.52 0.00 0.03 0.00 0.00 99.44 14:37:59 14:37:59 14:37:59