Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 45b32ccef45235b67ce749d83d64de7193c46cf2 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17102 in /w/workspace/_app-service-configurable_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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # 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 Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" > git rev-list --no-walk 29a5207daaee0c6984d6485493504bb709ad3623 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:29:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:29:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:29:20 ========================================================= 20:29:20 EdgeX Global Pipelines Version Info 20:29:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:29:22 ------------------- 20:29:22 stable info: 20:29:22 ------------------- 20:29:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:29:22 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:29:22 Message: update stable to v1.0.173 20:29:23 ------------------- 20:29:23 experimental info: 20:29:23 ------------------- 20:29:23 Commited By: **** collab-it+edgex@linuxfoundation.org 20:29:23 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:29:23 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:29:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:29:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45b32cc [Pipeline] echo 20:29:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:27 provisioning config files... 20:29:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1875079670501649356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:27 ---> docker-login.sh 20:29:27 nexus3.edgexfoundry.org:10001 20:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 nexus3.edgexfoundry.org:10002 20:29:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:28 Configure a credential helper to remove this warning. See 20:29:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:28 20:29:28 Login Succeeded 20:29:28 nexus3.edgexfoundry.org:10003 20:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:29 Configure a credential helper to remove this warning. See 20:29:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:29 20:29:29 Login Succeeded 20:29:29 nexus3.edgexfoundry.org:10004 20:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:29 Configure a credential helper to remove this warning. See 20:29:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:29 20:29:29 Login Succeeded 20:29:29 docker.io 20:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:30 Configure a credential helper to remove this warning. See 20:29:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:30 20:29:30 Login Succeeded 20:29:30 ---> docker-login.sh ends [Pipeline] } 20:29:30 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 20:29:31 + git log --format=format:%s -1 45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] echo 20:29:31 GIT_COMMIT: 45b32ccef45235b67ce749d83d64de7193c46cf2, Commit Message: refactor: Remove SecretStoreExclusive configuration (#158) [Pipeline] echo 20:29:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:29:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:32 20:29:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:29:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:33 latest: Pulling from edgex-devops/git-semver 20:29:33 31603596830f: Pulling fs layer 20:29:33 2a8b12db71e7: Pulling fs layer 20:29:33 6ca5941a6612: Pulling fs layer 20:29:33 ecc8261a40a4: Pulling fs layer 20:29:33 ecc8261a40a4: Waiting 20:29:33 2a8b12db71e7: Verifying Checksum 20:29:33 2a8b12db71e7: Download complete 20:29:33 31603596830f: Verifying Checksum 20:29:33 31603596830f: Download complete 20:29:33 ecc8261a40a4: Verifying Checksum 20:29:33 ecc8261a40a4: Download complete 20:29:33 6ca5941a6612: Verifying Checksum 20:29:33 6ca5941a6612: Download complete 20:29:34 31603596830f: Pull complete 20:29:34 2a8b12db71e7: Pull complete 20:29:35 6ca5941a6612: Pull complete 20:29:36 ecc8261a40a4: Pull complete 20:29:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:29:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:29:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:29:36 prd-centos7-docker-4c-2g-17102 does not seem to be running inside a container 20:29:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 20:29:38 $ docker top 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:39 [ssh-agent] Looking for ssh-agent implementation... 20:29:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:39 $ docker exec 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent 20:29:40 SSH_AUTH_SOCK=/tmp/ssh-tIsy3pJ01U1m/agent.12 20:29:40 SSH_AGENT_PID=18 20:29:40 Running ssh-add (command line suppressed) 20:29:40 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2392805489302122360.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2392805489302122360.key) 20:29:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:40 + git tag --points-at HEAD [Pipeline] } 20:29:40 $ docker exec --env ******** --env ******** 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent -k 20:29:41 unset SSH_AUTH_SOCK; 20:29:41 unset SSH_AGENT_PID; 20:29:41 echo Agent pid 18 killed; 20:29:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:29:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:41 [ssh-agent] Looking for ssh-agent implementation... 20:29:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:41 $ docker exec 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent 20:29:42 SSH_AUTH_SOCK=/tmp/ssh-2gOHVCyySW7b/agent.48 20:29:42 SSH_AGENT_PID=54 20:29:42 Running ssh-add (command line suppressed) 20:29:42 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6831559531347543345.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6831559531347543345.key) 20:29:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:42 + git semver init 20:29:42 # -> Open(): unable to determine branch for HEAD 20:29:42 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:29:42 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:29:42 # $SEMVER_REMOTE_NAME = origin 20:29:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:29:42 # $SEMVER_USER_NAME = edgex-jenkins 20:29:42 # $SEMVER_BRANCH = master 20:29:42 # $SEMVER_TEMP = /tmp/semver-351684220 20:29:42 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 20:29:43 # '/tmp/semver-351684220' -> '/w/workspace/_app-service-configurable_master/.semver' 20:29:43 # -> Force: false 20:29:43 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:29:43 $ docker exec --env ******** --env ******** 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent -k 20:29:43 unset SSH_AUTH_SOCK; 20:29:43 unset SSH_AGENT_PID; 20:29:43 echo Agent pid 54 killed; 20:29:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:44 + git semver [Pipeline] } 20:29:44 $ docker stop --time=1 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf 20:29:45 $ docker rm -f 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf [Pipeline] // withDockerContainer [Pipeline] sh 20:29:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:29:47 Stashed 1 file(s) [Pipeline] echo 20:29:47 [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 20:30:02 Still waiting to schedule task 20:30:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:30:02 Still waiting to schedule task 20:30:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:31:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17103 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:31:52 Running in /w/workspace/app-service-configurable/69 [Pipeline] { [Pipeline] checkout 20:31:58 using credential edgex-jenkins-ssh 20:31:58 Cloning the remote Git repository 20:31:58 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:31:58 > git init /w/workspace/app-service-configurable/69 # timeout=10 20:31:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:31:58 > git --version # timeout=10 20:31:58 > git --version # 'git version 2.17.1' 20:31:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:59 Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (master) 20:31:59 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:31:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:59 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:31:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:59 > git config core.sparsecheckout # timeout=10 20:31:59 > git checkout -f 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 20:32:04 Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:32:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:32:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:32:06 + sudo service docker restart 20:32:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:32:09 provisioning config files... 20:32:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config2924731018235560318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:10 ---> docker-login.sh 20:32:10 nexus3.edgexfoundry.org:10001 20:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:11 Configure a credential helper to remove this warning. See 20:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:11 20:32:11 Login Succeeded 20:32:11 nexus3.edgexfoundry.org:10002 20:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:11 Configure a credential helper to remove this warning. See 20:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:11 20:32:11 Login Succeeded 20:32:11 nexus3.edgexfoundry.org:10003 20:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:12 Configure a credential helper to remove this warning. See 20:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:12 20:32:12 Login Succeeded 20:32:12 nexus3.edgexfoundry.org:10004 20:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:12 Configure a credential helper to remove this warning. See 20:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:12 20:32:12 Login Succeeded 20:32:12 docker.io 20:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:32:13 Configure a credential helper to remove this warning. See 20:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:32:13 20:32:13 Login Succeeded 20:32:13 ---> docker-login.sh ends [Pipeline] } 20:32:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:32:14 ========================================================= 20:32:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:32:14 + 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 . 20:32:14 Sending build context to Docker daemon 93.7kB 20:32:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:32:14 Step 2/8 : FROM ${BASE} 20:32:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:32:14 5f621e34cdf4: Pulling fs layer 20:32:14 a4357932f1b6: Pulling fs layer 20:32:14 18c013af1878: Pulling fs layer 20:32:14 00ac8860ef70: Pulling fs layer 20:32:14 63d7cb157983: Pulling fs layer 20:32:14 b116817d02f9: Pulling fs layer 20:32:14 745a02a5169b: Pulling fs layer 20:32:14 63d7cb157983: Waiting 20:32:14 b116817d02f9: Waiting 20:32:14 745a02a5169b: Waiting 20:32:14 00ac8860ef70: Waiting 20:32:14 18c013af1878: Verifying Checksum 20:32:14 18c013af1878: Download complete 20:32:14 a4357932f1b6: Download complete 20:32:14 63d7cb157983: Verifying Checksum 20:32:14 63d7cb157983: Download complete 20:32:14 b116817d02f9: Verifying Checksum 20:32:14 b116817d02f9: Download complete 20:32:14 5f621e34cdf4: Verifying Checksum 20:32:14 5f621e34cdf4: Download complete 20:32:15 5f621e34cdf4: Pull complete 20:32:16 a4357932f1b6: Pull complete 20:32:16 18c013af1878: Pull complete 20:32:17 745a02a5169b: Verifying Checksum 20:32:17 745a02a5169b: Download complete 20:32:18 00ac8860ef70: Verifying Checksum 20:32:18 00ac8860ef70: Download complete 20:32:29 00ac8860ef70: Pull complete 20:32:29 63d7cb157983: Pull complete 20:32:29 b116817d02f9: Pull complete 20:32:33 745a02a5169b: Pull complete 20:32:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:32:33 ---> b7e6874047d6 20:32:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:32:36 ---> Running in b46338f3811c 20:32:36 Removing intermediate container b46338f3811c 20:32:36 ---> b1d99b00ab90 20:32:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:36 ---> Running in 0054e9fcfd6b 20:32:39 Removing intermediate container 0054e9fcfd6b 20:32:39 ---> 7f4a80b14057 20:32:39 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:32:39 ---> Running in 745977453c67 20:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:41 (1/6) Installing libc-dev (0.7.2-r3) 20:32:41 (2/6) Installing libsodium (1.0.18-r0) 20:32:41 (3/6) Installing pkgconf (1.7.2-r0) 20:32:41 (4/6) Installing libsodium-dev (1.0.18-r0) 20:32:41 (5/6) Installing libzmq (4.3.3-r0) 20:32:41 (6/6) Installing zeromq-dev (4.3.3-r0) 20:32:41 Executing busybox-1.31.1-r19.trigger 20:32:41 OK: 144 MiB in 45 packages 20:32:43 Removing intermediate container 745977453c67 20:32:43 ---> 48bd72142494 20:32:43 Step 6/8 : WORKDIR /app 20:32:43 ---> Running in 260cff85025d 20:32:43 Removing intermediate container 260cff85025d 20:32:43 ---> dabdc4db1c61 20:32:43 Step 7/8 : COPY . . 20:32:44 ---> fdb49a14f380 20:32:44 Step 8/8 : RUN go mod download 20:32:44 ---> Running in 71a3e30d688d 20:32:51 Running on prd-centos7-docker-4c-2g-17104 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:32:51 Running in /w/workspace/app-service-configurable/69 [Pipeline] { [Pipeline] checkout 20:32:57 using credential edgex-jenkins-ssh 20:32:57 Cloning the remote Git repository 20:32:57 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:32:57 > git init /w/workspace/app-service-configurable/69 # timeout=10 20:32:57 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:32:57 > git --version # timeout=10 20:32:57 > git --version # 'git version 2.24.3' 20:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:32:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:32:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:32:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:32:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:32:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:32:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:32:59 Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (master) 20:32:59 > git config core.sparsecheckout # timeout=10 20:32:59 > git checkout -f 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 20:33:03 Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:33:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:33:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:33:05 + sudo service docker restart 20:33:05 + true 20:33:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:33:07 provisioning config files... 20:33:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config4667833779395898437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:07 ---> docker-login.sh 20:33:07 nexus3.edgexfoundry.org:10001 20:33:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:08 Configure a credential helper to remove this warning. See 20:33:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:08 20:33:08 Login Succeeded 20:33:08 nexus3.edgexfoundry.org:10002 20:33:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:09 Configure a credential helper to remove this warning. See 20:33:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:09 20:33:09 Login Succeeded 20:33:09 nexus3.edgexfoundry.org:10003 20:33:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:09 Configure a credential helper to remove this warning. See 20:33:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:09 20:33:09 Login Succeeded 20:33:09 nexus3.edgexfoundry.org:10004 20:33:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:09 Configure a credential helper to remove this warning. See 20:33:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:09 20:33:09 Login Succeeded 20:33:09 docker.io 20:33:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:10 Configure a credential helper to remove this warning. See 20:33:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:10 20:33:10 Login Succeeded 20:33:10 ---> docker-login.sh ends [Pipeline] } 20:33:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:33:11 ========================================================= 20:33:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:33:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:33:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:33:11 Sending build context to Docker daemon 93.7kB 20:33:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:33:12 Step 2/8 : FROM ${BASE} 20:33:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:33:12 188c0c94c7c5: Pulling fs layer 20:33:12 0ef7d3d256c8: Pulling fs layer 20:33:12 de9db76c5a1d: Pulling fs layer 20:33:12 bca2f99d35d6: Pulling fs layer 20:33:12 93359f2a8cfa: Pulling fs layer 20:33:12 7c6f9722023f: Pulling fs layer 20:33:12 a35cf1a2eb13: Pulling fs layer 20:33:12 93359f2a8cfa: Waiting 20:33:12 7c6f9722023f: Waiting 20:33:12 a35cf1a2eb13: Waiting 20:33:12 bca2f99d35d6: Waiting 20:33:12 de9db76c5a1d: Verifying Checksum 20:33:12 de9db76c5a1d: Download complete 20:33:12 0ef7d3d256c8: Verifying Checksum 20:33:12 0ef7d3d256c8: Download complete 20:33:12 93359f2a8cfa: Verifying Checksum 20:33:12 93359f2a8cfa: Download complete 20:33:12 7c6f9722023f: Verifying Checksum 20:33:12 7c6f9722023f: Download complete 20:33:12 188c0c94c7c5: Verifying Checksum 20:33:12 188c0c94c7c5: Download complete 20:33:12 188c0c94c7c5: Pull complete 20:33:13 0ef7d3d256c8: Pull complete 20:33:13 de9db76c5a1d: Pull complete 20:33:16 a35cf1a2eb13: Verifying Checksum 20:33:16 a35cf1a2eb13: Download complete 20:33:17 Removing intermediate container 71a3e30d688d 20:33:17 ---> f33a6b07de61 20:33:17 Successfully built f33a6b07de61 20:33:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:33:17 + docker inspect -f . ci-base-image-arm64 20:33:17 . [Pipeline] withDockerContainer 20:33:17 prd-ubuntu18.04-docker-arm64-4c-16g-17103 does not seem to be running inside a container 20:33:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-arm64 cat 20:33:18 bca2f99d35d6: Verifying Checksum 20:33:18 bca2f99d35d6: Download complete 20:33:19 $ docker top fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:20 + go version 20:33:20 go version go1.15.5 linux/arm64 [Pipeline] } 20:33:20 $ docker stop --time=1 fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c 20:33:22 $ docker rm -f fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:23 + docker inspect -f . ci-base-image-arm64 20:33:23 . [Pipeline] withDockerContainer 20:33:23 prd-ubuntu18.04-docker-arm64-4c-16g-17103 does not seem to be running inside a container 20:33:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-arm64 cat 20:33:25 $ docker top 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:26 + make test 20:33:26 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:33:28 bca2f99d35d6: Pull complete 20:33:28 93359f2a8cfa: Pull complete 20:33:28 7c6f9722023f: Pull complete 20:33:33 a35cf1a2eb13: Pull complete 20:33:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:33:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:33:33 ---> a62c8e92a672 20:33:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:33:33 ---> Running in 50b86682e2cb 20:33:33 Removing intermediate container 50b86682e2cb 20:33:33 ---> ba7650cd4641 20:33:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:33 ---> Running in cdfa8b541ce9 20:33:35 Removing intermediate container cdfa8b541ce9 20:33:35 ---> 4227339cba2a 20:33:35 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:33:35 ---> Running in ad2904a5434c 20:33:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:33:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:33:37 (1/6) Installing libc-dev (0.7.2-r3) 20:33:37 (2/6) Installing libsodium (1.0.18-r0) 20:33:37 (3/6) Installing pkgconf (1.7.2-r0) 20:33:38 (4/6) Installing libsodium-dev (1.0.18-r0) 20:33:38 (5/6) Installing libzmq (4.3.3-r0) 20:33:38 (6/6) Installing zeromq-dev (4.3.3-r0) 20:33:38 Executing busybox-1.31.1-r19.trigger 20:33:38 OK: 167 MiB in 45 packages 20:33:39 Removing intermediate container ad2904a5434c 20:33:39 ---> a6270b501e73 20:33:39 Step 6/8 : WORKDIR /app 20:33:39 ---> Running in 5d14f3a39328 20:33:39 Removing intermediate container 5d14f3a39328 20:33:39 ---> a17d08e66273 20:33:39 Step 7/8 : COPY . . 20:33:40 ---> a8fc8fbeadb0 20:33:40 Step 8/8 : RUN go mod download 20:33:40 ---> Running in 48316e38df6c 20:34:05 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:34:05 CGO_ENABLED=1 go vet ./... 20:34:08 gofmt -l . 20:34:08 [ "`gofmt -l .`" = "" ] 20:34:08 ./bin/test-go-mod-tidy.sh 20:34:08 ./bin/test-attribution-txt.sh [Pipeline] } 20:34:09 $ docker stop --time=1 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 20:34:11 $ docker rm -f 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 [Pipeline] // withDockerContainer [Pipeline] sh 20:34:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:34:12 Removing intermediate container 48316e38df6c 20:34:12 ---> a99d3f382caa 20:34:12 Successfully built a99d3f382caa 20:34:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:34:13 + docker inspect -f . ci-base-image-x86_64 20:34:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:34:13 . [Pipeline] withDockerContainer 20:34:13 prd-centos7-docker-4c-2g-17104 does not seem to be running inside a container 20:34:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:34:15 $ docker top b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { 20:34:16 + go version 20:34:16 go version go1.15.5 linux/amd64 [Pipeline] sh [Pipeline] } 20:34:18 $ docker stop --time=1 b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 20:34:18 + sudo chown -R jenkins:jenkins . 20:34:19 $ docker rm -f b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 20:34:20 + ls -al . 20:34:20 total 112 20:34:20 drwxrwxr-x 7 jenkins jenkins 4096 Dec 21 20:34 . 20:34:20 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 20:31 .. 20:34:20 -rw-rw-r-- 1 jenkins jenkins 119 Dec 21 20:31 .dockerignore 20:34:20 drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 20:32 .git 20:34:20 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 20:31 .github 20:34:20 -rw-rw-r-- 1 jenkins jenkins 93 Dec 21 20:31 .gitignore 20:34:20 -rw-rw-r-- 1 jenkins jenkins 6420 Dec 21 20:31 Attribution.txt 20:34:20 -rw-rw-r-- 1 jenkins jenkins 1940 Dec 21 20:31 Dockerfile 20:34:20 -rw-rw-r-- 1 jenkins jenkins 970 Dec 21 20:31 Dockerfile.build 20:34:20 -rw-rw-r-- 1 jenkins jenkins 687 Dec 21 20:31 Jenkinsfile 20:34:20 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 21 20:31 LICENSE 20:34:20 -rw-rw-r-- 1 jenkins jenkins 1277 Dec 21 20:31 README.md 20:34:20 -rw-rw-r-- 1 jenkins jenkins 11 Dec 21 20:29 VERSION 20:34:20 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 20:31 bin 20:34:20 -rw-r--r-- 1 jenkins jenkins 10 Dec 21 20:33 coverage.out 20:34:20 -rw-r--r-- 1 jenkins jenkins 132 Dec 21 20:34 go.mod 20:34:20 -rw-r--r-- 1 jenkins jenkins 18288 Dec 21 20:34 go.sum 20:34:20 -rw-rw-r-- 1 jenkins jenkins 1519 Dec 21 20:31 main.go 20:34:20 -rw-rw-r-- 1 jenkins jenkins 1573 Dec 21 20:31 makefile 20:34:20 drwxrwxr-x 10 jenkins jenkins 4096 Dec 21 20:31 res 20:34:20 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 20:31 snap [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:20 + 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=45b32ccef45235b67ce749d83d64de7193c46cf2 --label arch=arm64 --label version=2.0.0-dev.6 . 20:34:20 Sending build context to Docker daemon 114.7kB 20:34:21 + docker inspect -f . ci-base-image-x86_64 20:34:21 . [Pipeline] withDockerContainer 20:34:21 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:34:21 Step 2/27 : FROM ${BASE} AS builder 20:34:21 ---> f33a6b07de61 20:34:21 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:34:21 prd-centos7-docker-4c-2g-17104 does not seem to be running inside a container 20:34:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:34:21 ---> Running in 458183254acd 20:34:21 Removing intermediate container 458183254acd 20:34:21 ---> ee06541221df 20:34:21 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:34:21 ---> Running in 8b1e1236ca77 20:34:22 $ docker top 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a -eo pid,comm 20:34:22 Removing intermediate container 8b1e1236ca77 20:34:22 ---> 5d0ba4a85f48 20:34:22 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:34:22 ---> Running in 2cba9481facb [Pipeline] { [Pipeline] sh 20:34:22 + make test 20:34:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:34:23 Removing intermediate container 2cba9481facb 20:34:23 ---> 2ca9fbf23574 20:34:23 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:23 ---> Running in 1e226547fb07 20:34:25 Removing intermediate container 1e226547fb07 20:34:25 ---> ca45ac993cd9 20:34:25 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:34:25 ---> Running in ff62608ae453 20:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:34:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:34:27 OK: 144 MiB in 45 packages 20:34:28 Removing intermediate container ff62608ae453 20:34:28 ---> cd304f8c529b 20:34:28 Step 8/27 : WORKDIR /app 20:34:29 ---> Running in 0829a16fce57 20:34:29 Removing intermediate container 0829a16fce57 20:34:29 ---> 671832da4e9a 20:34:29 Step 9/27 : COPY go.mod . 20:34:30 ---> fbc177ad14ab 20:34:30 Step 10/27 : RUN go mod download 20:34:30 ---> Running in 2f9b486871fa 20:34:33 Removing intermediate container 2f9b486871fa 20:34:33 ---> 836a103acd4f 20:34:33 Step 11/27 : COPY . . 20:34:33 ---> 9888590b9aba 20:34:33 Step 12/27 : ARG MAKE="make build" 20:34:33 ---> Running in 76e869588f22 20:34:33 Removing intermediate container 76e869588f22 20:34:33 ---> ef1992e19081 20:34:33 Step 13/27 : RUN $MAKE 20:34:34 ---> Running in 4bbe4018e202 20:34:35 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.6" -o app-service-configurable 20:34:45 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:34:45 CGO_ENABLED=1 go vet ./... 20:34:49 gofmt -l . 20:34:49 [ "`gofmt -l .`" = "" ] 20:34:49 ./bin/test-go-mod-tidy.sh 20:34:50 ./bin/test-attribution-txt.sh [Pipeline] } 20:34:50 $ docker stop --time=1 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a 20:34:53 $ docker rm -f 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a [Pipeline] // withDockerContainer [Pipeline] sh 20:34:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:34:54 Warning: overwriting stash ‘coverage-report’ 20:34:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:34:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:34:55 + ls -al . 20:34:55 total 88 20:34:55 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 21 20:34 . 20:34:55 drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 20:32 .. 20:34:55 -rw-rw-r--. 1 jenkins jenkins 6420 Dec 21 20:32 Attribution.txt 20:34:55 drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 20:32 bin 20:34:55 -rw-r--r--. 1 jenkins jenkins 10 Dec 21 20:34 coverage.out 20:34:55 -rw-rw-r--. 1 jenkins jenkins 1940 Dec 21 20:32 Dockerfile 20:34:55 -rw-rw-r--. 1 jenkins jenkins 970 Dec 21 20:32 Dockerfile.build 20:34:55 -rw-rw-r--. 1 jenkins jenkins 119 Dec 21 20:32 .dockerignore 20:34:55 drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 20:33 .git 20:34:55 drwxrwxr-x. 2 jenkins jenkins 81 Dec 21 20:32 .github 20:34:55 -rw-rw-r--. 1 jenkins jenkins 93 Dec 21 20:32 .gitignore 20:34:55 -rw-r--r--. 1 jenkins jenkins 132 Dec 21 20:34 go.mod 20:34:55 -rw-r--r--. 1 jenkins jenkins 18288 Dec 21 20:34 go.sum 20:34:55 -rw-rw-r--. 1 jenkins jenkins 687 Dec 21 20:32 Jenkinsfile 20:34:55 -rw-rw-r--. 1 jenkins jenkins 10174 Dec 21 20:32 LICENSE 20:34:55 -rw-rw-r--. 1 jenkins jenkins 1519 Dec 21 20:32 main.go 20:34:55 -rw-rw-r--. 1 jenkins jenkins 1573 Dec 21 20:32 makefile 20:34:55 -rw-rw-r--. 1 jenkins jenkins 1277 Dec 21 20:32 README.md 20:34:55 drwxrwxr-x. 10 jenkins jenkins 171 Dec 21 20:32 res 20:34:55 drwxrwxr-x. 4 jenkins jenkins 71 Dec 21 20:32 snap 20:34:55 -rw-rw-r--. 1 jenkins jenkins 11 Dec 21 20:29 VERSION [Pipeline] isUnix [Pipeline] sh 20:34:56 + 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=45b32ccef45235b67ce749d83d64de7193c46cf2 --label arch=amd64 --label version=2.0.0-dev.6 . 20:34:56 Sending build context to Docker daemon 114.7kB 20:34:56 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:34:56 Step 2/27 : FROM ${BASE} AS builder 20:34:56 ---> a99d3f382caa 20:34:56 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:34:56 ---> Running in ae37c22639be 20:34:56 Removing intermediate container ae37c22639be 20:34:56 ---> 235b122a7fd0 20:34:56 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:34:57 ---> Running in b16e7678335f 20:34:57 Removing intermediate container b16e7678335f 20:34:57 ---> 41d118777b2f 20:34:57 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:34:57 ---> Running in 399d89eb84c4 20:34:57 Removing intermediate container 399d89eb84c4 20:34:57 ---> 7bb07cafdb12 20:34:57 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:57 ---> Running in 216f83986d49 20:34:59 Removing intermediate container 216f83986d49 20:34:59 ---> 45a5898190eb 20:34:59 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:34:59 ---> Running in 4208a1211d9c 20:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:01 OK: 167 MiB in 45 packages 20:35:02 Removing intermediate container 4208a1211d9c 20:35:02 ---> 30be2f012f12 20:35:02 Step 8/27 : WORKDIR /app 20:35:02 ---> Running in 128957496ac3 20:35:02 Removing intermediate container 128957496ac3 20:35:02 ---> 1a7bce186c38 20:35:02 Step 9/27 : COPY go.mod . 20:35:02 ---> f939e8bb6c0f 20:35:02 Step 10/27 : RUN go mod download 20:35:02 ---> Running in 7ce76a161e11 20:35:05 Removing intermediate container 7ce76a161e11 20:35:05 ---> c5990444f9d5 20:35:05 Step 11/27 : COPY . . 20:35:05 ---> abf47b94ca50 20:35:05 Step 12/27 : ARG MAKE="make build" 20:35:05 ---> Running in 482b2f86335e 20:35:06 Removing intermediate container 482b2f86335e 20:35:06 ---> 556228363288 20:35:06 Step 13/27 : RUN $MAKE 20:35:06 ---> Running in b4c7c480a31e 20:35:07 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.6" -o app-service-configurable 20:35:07 Removing intermediate container 4bbe4018e202 20:35:07 ---> 8cb9ae204b2e 20:35:07 Step 14/27 : FROM alpine:3.12 20:35:08 3.12: Pulling from library/alpine 20:35:08 159e5727ea61: Pulling fs layer 20:35:08 error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/afeebe901d6be9338be7ed4dc2f1d361aebce3249fe2ad3db0cef0115bc16027/data?verify=1608585908-wcTp0dm5J38Jn6jzan64HQY7g%2FI%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:35:09 Failed in branch arm64 20:35:29 Removing intermediate container b4c7c480a31e 20:35:29 ---> 2da8fa8cc5cd 20:35:29 Step 14/27 : FROM alpine:3.12 20:35:29 3.12: Pulling from library/alpine 20:35:29 801bfaa63ef2: Pulling fs layer 20:35:29 801bfaa63ef2: Verifying Checksum 20:35:29 801bfaa63ef2: Download complete 20:35:29 801bfaa63ef2: Pull complete 20:35:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:35:29 Status: Downloaded newer image for alpine:3.12 20:35:29 ---> 389fef711851 20:35:29 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:35:29 ---> Running in a5b2014b955c 20:35:29 Removing intermediate container a5b2014b955c 20:35:29 ---> 01c9dfbd40a6 20:35:29 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 20:35:29 ---> Running in 97ab62bde46a 20:35:29 Removing intermediate container 97ab62bde46a 20:35:29 ---> 80fb02ffad55 20:35:29 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 20:35:29 ---> Running in d79aed6b5544 20:35:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:29 (1/6) Installing ca-certificates (20191127-r4) 20:35:29 (2/6) Installing libgcc (9.3.0-r2) 20:35:29 (3/6) Installing libsodium (1.0.18-r0) 20:35:29 (4/6) Installing libstdc++ (9.3.0-r2) 20:35:29 (5/6) Installing libzmq (4.3.3-r0) 20:35:30 (6/6) Installing zeromq (4.3.3-r0) 20:35:30 Executing busybox-1.31.1-r19.trigger 20:35:30 Executing ca-certificates-20191127-r4.trigger 20:35:30 OK: 9 MiB in 20 packages 20:35:31 Removing intermediate container d79aed6b5544 20:35:31 ---> 47c7604caed6 20:35:31 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:35:31 ---> 6105737f31ca 20:35:31 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 20:35:31 ---> 415e6db25e71 20:35:31 Step 20/27 : COPY --from=builder /app/res/ /res/ 20:35:32 ---> 633cf4092e31 20:35:32 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:35:33 ---> bc32f7559840 20:35:33 Step 22/27 : EXPOSE 48095 20:35:33 ---> Running in 671ed5565333 20:35:33 Removing intermediate container 671ed5565333 20:35:33 ---> 84089374e46a 20:35:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 20:35:33 ---> Running in 16b08cc2dc20 20:35:33 Removing intermediate container 16b08cc2dc20 20:35:33 ---> 64266df0e279 20:35:33 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:33 ---> Running in 677e9c4c30ab 20:35:33 Removing intermediate container 677e9c4c30ab 20:35:33 ---> 595bf798f658 20:35:33 Step 25/27 : LABEL arch=amd64 20:35:33 ---> Running in 95f1c97954b3 20:35:34 Removing intermediate container 95f1c97954b3 20:35:34 ---> 46a4f9d0fa7c 20:35:34 Step 26/27 : LABEL git_sha=45b32ccef45235b67ce749d83d64de7193c46cf2 20:35:34 ---> Running in e48c518bf01e 20:35:34 Removing intermediate container e48c518bf01e 20:35:34 ---> 8551880e081e 20:35:34 Step 27/27 : LABEL version=2.0.0-dev.6 20:35:35 ---> Running in a05981331ff0 20:35:35 Removing intermediate container a05981331ff0 20:35:35 ---> 9d27bc0fa4a7 20:35:35 [Warning] One or more build-args [ARCH] were not consumed 20:35:35 Successfully built 9d27bc0fa4a7 20:35:35 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:35:35 provisioning config files... 20:35:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config4142286170841585347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:36 ---> docker-login.sh 20:35:36 nexus3.edgexfoundry.org:10001 20:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:36 Configure a credential helper to remove this warning. See 20:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:36 20:35:36 Login Succeeded 20:35:36 nexus3.edgexfoundry.org:10002 20:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:36 Configure a credential helper to remove this warning. See 20:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:36 20:35:36 Login Succeeded 20:35:36 nexus3.edgexfoundry.org:10003 20:35:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:37 Configure a credential helper to remove this warning. See 20:35:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:37 20:35:37 Login Succeeded 20:35:37 nexus3.edgexfoundry.org:10004 20:35:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:37 Configure a credential helper to remove this warning. See 20:35:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:37 20:35:37 Login Succeeded 20:35:37 docker.io 20:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:38 Configure a credential helper to remove this warning. See 20:35:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:38 20:35:38 Login Succeeded 20:35:38 ---> docker-login.sh ends [Pipeline] } 20:35:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:38 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 20:35:38 45b32ccef45235b67ce749d83d64de7193c46cf2 20:35:38 latest 20:35:38 2.0.0-dev.6 20:35:38 45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 20:35:38 master 20:35:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:35:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] isUnix [Pipeline] sh 20:35:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 20:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:35:39 2e63fa60534f: Preparing 20:35:39 347092ac2519: Preparing 20:35:39 871129e040d1: Preparing 20:35:39 bff65d17a4e9: Preparing 20:35:39 ddff215a8950: Preparing 20:35:39 777b2c648970: Preparing 20:35:39 777b2c648970: Waiting 20:35:40 347092ac2519: Pushed 20:35:40 871129e040d1: Pushed 20:35:40 bff65d17a4e9: Pushed 20:35:40 777b2c648970: Layer already exists 20:35:40 ddff215a8950: Pushed 20:35:41 2e63fa60534f: Pushed 20:35:42 45b32ccef45235b67ce749d83d64de7193c46cf2: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh 20:35:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 20:35:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:35:42 2e63fa60534f: Preparing 20:35:42 347092ac2519: Preparing 20:35:42 871129e040d1: Preparing 20:35:42 bff65d17a4e9: Preparing 20:35:42 ddff215a8950: Preparing 20:35:42 777b2c648970: Preparing 20:35:42 777b2c648970: Waiting 20:35:42 347092ac2519: Layer already exists 20:35:42 871129e040d1: Layer already exists 20:35:42 bff65d17a4e9: Layer already exists 20:35:42 ddff215a8950: Layer already exists 20:35:42 2e63fa60534f: Layer already exists 20:35:42 777b2c648970: Layer already exists 20:35:43 latest: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh 20:35:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 20:35:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:35:43 2e63fa60534f: Preparing 20:35:43 347092ac2519: Preparing 20:35:43 871129e040d1: Preparing 20:35:43 bff65d17a4e9: Preparing 20:35:43 ddff215a8950: Preparing 20:35:43 777b2c648970: Preparing 20:35:43 777b2c648970: Waiting 20:35:43 347092ac2519: Layer already exists 20:35:43 ddff215a8950: Layer already exists 20:35:43 2e63fa60534f: Layer already exists 20:35:43 bff65d17a4e9: Layer already exists 20:35:43 871129e040d1: Layer already exists 20:35:43 777b2c648970: Layer already exists 20:35:44 2.0.0-dev.6: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh 20:35:44 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh 20:35:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 20:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:35:44 2e63fa60534f: Preparing 20:35:44 347092ac2519: Preparing 20:35:44 871129e040d1: Preparing 20:35:44 bff65d17a4e9: Preparing 20:35:44 ddff215a8950: Preparing 20:35:44 777b2c648970: Preparing 20:35:44 777b2c648970: Waiting 20:35:44 bff65d17a4e9: Layer already exists 20:35:44 2e63fa60534f: Layer already exists 20:35:44 ddff215a8950: Layer already exists 20:35:44 347092ac2519: Layer already exists 20:35:44 871129e040d1: Layer already exists 20:35:44 777b2c648970: Layer already exists 20:35:44 45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh 20:35:45 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 20:35:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 20:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:35:45 2e63fa60534f: Preparing 20:35:45 347092ac2519: Preparing 20:35:45 871129e040d1: Preparing 20:35:45 bff65d17a4e9: Preparing 20:35:45 ddff215a8950: Preparing 20:35:45 777b2c648970: Preparing 20:35:45 777b2c648970: Waiting 20:35:45 2e63fa60534f: Layer already exists 20:35:45 bff65d17a4e9: Layer already exists 20:35:45 871129e040d1: Layer already exists 20:35:45 347092ac2519: Layer already exists 20:35:45 ddff215a8950: Layer already exists 20:35:45 777b2c648970: Layer already exists 20:35:45 master: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:35:45 ===================================================== [Pipeline] echo 20:35:45 taggedImages: 20:35:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 20:35:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:35:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 20:35:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 20:35:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" 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 20:35:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:35:50 ---> package-listing.sh 20:35:50 ++ facter osfamily 20:35:50 ++ tr '[:upper:]' '[:lower:]' 20:35:51 + OS_FAMILY=redhat 20:35:51 + workspace=/w/workspace/_app-service-configurable_master 20:35:51 + START_PACKAGES=/tmp/packages_start.txt 20:35:51 + END_PACKAGES=/tmp/packages_end.txt 20:35:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:35:51 + PACKAGES=/tmp/packages_start.txt 20:35:51 + '[' /w/workspace/_app-service-configurable_master ']' 20:35:51 + PACKAGES=/tmp/packages_end.txt 20:35:51 + case "${OS_FAMILY}" in 20:35:51 + sort 20:35:51 + rpm -qa 20:35:56 + '[' -f /tmp/packages_start.txt ']' 20:35:56 + '[' -f /tmp/packages_end.txt ']' 20:35:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:56 + '[' /w/workspace/_app-service-configurable_master ']' 20:35:56 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 20:35:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 20:35:56 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:35:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:57 20:35:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:35:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:58 alpine: Pulling from edgex-lftools-log-publisher 20:35:58 df20fa9351a1: Pulling fs layer 20:35:58 36b3adc4ff6f: Pulling fs layer 20:35:58 8ad3a11d3b57: Pulling fs layer 20:35:58 46f8f816bc3b: Pulling fs layer 20:35:58 93b61091891f: Pulling fs layer 20:35:58 93b9cdb0e59b: Pulling fs layer 20:35:58 5e14af77c1be: Pulling fs layer 20:35:58 01666e4c0597: Pulling fs layer 20:35:58 aa168da1d23b: Pulling fs layer 20:35:58 93b61091891f: Waiting 20:35:58 93b9cdb0e59b: Waiting 20:35:58 5e14af77c1be: Waiting 20:35:58 aa168da1d23b: Waiting 20:35:58 46f8f816bc3b: Waiting 20:35:58 36b3adc4ff6f: Verifying Checksum 20:35:58 36b3adc4ff6f: Download complete 20:35:58 46f8f816bc3b: Verifying Checksum 20:35:58 46f8f816bc3b: Download complete 20:35:58 93b61091891f: Verifying Checksum 20:35:58 93b61091891f: Download complete 20:35:58 df20fa9351a1: Verifying Checksum 20:35:58 df20fa9351a1: Download complete 20:35:58 93b9cdb0e59b: Verifying Checksum 20:35:58 93b9cdb0e59b: Download complete 20:35:58 5e14af77c1be: Verifying Checksum 20:35:58 5e14af77c1be: Download complete 20:35:58 01666e4c0597: Verifying Checksum 20:35:58 01666e4c0597: Download complete 20:35:59 df20fa9351a1: Pull complete 20:35:59 36b3adc4ff6f: Pull complete 20:35:59 8ad3a11d3b57: Verifying Checksum 20:35:59 8ad3a11d3b57: Download complete 20:36:01 8ad3a11d3b57: Pull complete 20:36:01 46f8f816bc3b: Pull complete 20:36:02 93b61091891f: Pull complete 20:36:02 93b9cdb0e59b: Pull complete 20:36:03 5e14af77c1be: Pull complete 20:36:03 01666e4c0597: Pull complete 20:36:04 aa168da1d23b: Verifying Checksum 20:36:04 aa168da1d23b: Download complete 20:36:16 aa168da1d23b: Pull complete 20:36:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:36:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:36:17 prd-centos7-docker-4c-2g-17102 does not seem to be running inside a container 20:36:17 $ 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_master/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_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 20:36:21 $ docker top 416976edf1cb264c2a376d0afb98abcb8632105464859f41cf21a369867dca7c -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:23 + touch /tmp/pre-build-complete [Pipeline] sh 20:36:23 + mkdir -p /var/log/sa [Pipeline] sh 20:36:24 + ls /var/log/sa-host 20:36:24 + sadf -c /var/log/sa-host/sa21 20:36:24 file_magic: OK 20:36:24 HZ: Using current value: 100 20:36:24 file_header: OK 20:36:24 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 20:36:24 Statistics: 20:36:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:36:24 File successfully converted to sysstat format version 12.2.1 20:36:24 + sadf -c /var/log/sa-host/sa23 20:36:24 file_magic: OK 20:36:24 HZ: Using current value: 100 20:36:24 file_header: OK 20:36:24 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 20:36:24 Statistics: 20:36:24 Hnuu...uuuununununu... 20:36:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:36:24 provisioning config files... 20:36:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5099376057770042478tmp [Pipeline] { [Pipeline] echo 20:36:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:36:25 ---> create-netrc.sh [Pipeline] } 20:36:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:36:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:36:26 ---> python-tools-install.sh [Pipeline] echo 20:36:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:36:26 ---> sudo-logs.sh 20:36:26 Archiving 'sudo' log.. [Pipeline] echo 20:36:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:36:26 ---> job-cost.sh 20:36:27 lf-activate-venv: SKIPPING 20:36:27 INFO: No Stack... 20:36:28 INFO: Retrieving Pricing Info for: v1-standard-2 20:36:28 INFO: Archiving Costs [Pipeline] echo 20:36:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:36:28 ---> logs-deploy.sh 20:36:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/69 20:36:28 INFO: archiving workspace using pattern(s): 20:36:31 Archives upload complete. 20:36:31 INFO: archiving logs to Nexus 20:36:33 ---> uname -a: 20:36:33 Linux prd-centos7-docker-4c-2g-17102.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:36:33 20:36:33 20:36:33 ---> lscpu: 20:36:33 Architecture: x86_64 20:36:33 CPU op-mode(s): 32-bit, 64-bit 20:36:33 Byte Order: Little Endian 20:36:33 Address sizes: 40 bits physical, 48 bits virtual 20:36:33 CPU(s): 4 20:36:33 On-line CPU(s) list: 0-3 20:36:33 Thread(s) per core: 1 20:36:33 Core(s) per socket: 1 20:36:33 Socket(s): 4 20:36:33 NUMA node(s): 1 20:36:33 Vendor ID: GenuineIntel 20:36:33 CPU family: 6 20:36:33 Model: 44 20:36:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:36:33 Stepping: 1 20:36:33 CPU MHz: 2933.438 20:36:33 BogoMIPS: 5866.87 20:36:33 Virtualization: VT-x 20:36:33 Hypervisor vendor: KVM 20:36:33 Virtualization type: full 20:36:33 L1d cache: 128 KiB 20:36:33 L1i cache: 128 KiB 20:36:33 L2 cache: 16 MiB 20:36:33 L3 cache: 64 MiB 20:36:33 NUMA node0 CPU(s): 0-3 20:36:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:36:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:36:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:36:33 Vulnerability Meltdown: Mitigation; PTI 20:36:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:36:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:36:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:36:33 Vulnerability Srbds: Not affected 20:36:33 Vulnerability Tsx async abort: Not affected 20:36:33 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 20:36:33 20:36:33 20:36:33 ---> nproc: 20:36:33 4 20:36:33 20:36:33 20:36:33 ---> df -h: 20:36:33 Filesystem Size Used Available Use% Mounted on 20:36:33 overlay 50.0G 7.3G 42.7G 15% / 20:36:33 tmpfs 64.0M 0 64.0M 0% /dev 20:36:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:36:33 shm 64.0M 0 64.0M 0% /dev/shm 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_master 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/_app-service-configurable_master@tmp 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 20:36:33 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 20:36:33 20:36:33 20:36:33 ---> free -m: 20:36:33 total used free shared buff/cache available 20:36:33 Mem: 1837 655 105 0 1076 1078 20:36:33 Swap: 1023 1 1022 20:36:33 20:36:33 20:36:33 ---> ip addr: 20:36:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:36:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:36:33 inet 127.0.0.1/8 scope host lo 20:36:33 valid_lft forever preferred_lft forever 20:36:33 inet6 ::1/128 scope host 20:36:33 valid_lft forever preferred_lft forever 20:36:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:36:33 link/ether fa:16:3e:60:aa:33 brd ff:ff:ff:ff:ff:ff 20:36:33 inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 20:36:33 valid_lft 85921sec preferred_lft 85921sec 20:36:33 inet6 fe80::f816:3eff:fe60:aa33/64 scope link 20:36:33 valid_lft forever preferred_lft forever 20:36:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:36:33 link/ether 02:42:34:e0:08:df brd ff:ff:ff:ff:ff:ff 20:36:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:36:33 valid_lft forever preferred_lft forever 20:36:33 inet6 fe80::42:34ff:fee0:8df/64 scope link 20:36:33 valid_lft forever preferred_lft forever 20:36:33 20:36:33 20:36:33 ---> sar -b -r -n DEV: 20:36:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 20:36:33 20:36:33 20:28:21 LINUX RESTART (4 CPU) 20:36:33 20:36:33 20:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:36:33 20:30:01 59.56 19.16 40.41 0.00 5171.93 3623.73 0.00 20:36:33 20:31:01 0.90 0.00 0.90 0.00 0.00 18.56 0.00 20:36:33 20:32:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 20:36:33 20:33:02 0.28 0.00 0.28 0.00 0.00 3.35 0.00 20:36:33 20:34:01 0.20 0.00 0.20 0.00 0.00 2.66 0.00 20:36:33 20:35:01 0.37 0.00 0.37 0.00 0.00 4.18 0.00 20:36:33 20:36:01 50.24 48.10 2.14 0.00 4136.68 59.05 0.00 20:36:33 Average: 16.01 9.64 6.37 0.00 1334.09 532.01 0.00 20:36:33 20:36:33 20:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:36:33 20:30:01 179916 0 553452 29.41 2620 1145556 1051952 35.90 387640 1113888 128 20:36:33 20:31:01 188132 0 545208 28.98 2620 1145584 990704 33.81 383148 1111440 16 20:36:33 20:32:01 187100 0 546256 29.03 2620 1145568 990932 33.82 391372 1104636 16 20:36:33 20:33:02 184732 0 548620 29.16 2620 1145572 991072 33.82 393748 1104348 20 20:36:33 20:34:01 186896 0 546452 29.04 2620 1145576 990772 33.81 400328 1096144 16 20:36:33 20:35:01 186088 0 547256 29.09 2620 1145580 990868 33.82 425224 1071744 8 20:36:33 20:36:01 126784 0 588560 31.28 2620 1163580 1194300 40.76 444348 1105172 80244 20:36:33 Average: 177093 0 553686 29.43 2620 1148145 1028657 35.11 403687 1101053 11493 20:36:33 20:36:33 20:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:36:33 20:30:01 eth0 240.69 171.53 975.17 82.48 0.00 0.00 0.00 0.00 20:36:33 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:30:01 docker0 2.16 1.58 0.46 3.77 0.00 0.00 0.00 0.00 20:36:33 20:31:01 eth0 0.53 0.00 0.04 0.00 0.00 0.00 0.00 0.00 20:36:33 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:32:01 eth0 0.88 0.42 0.35 0.21 0.00 0.00 0.00 0.00 20:36:33 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:33:02 eth0 0.93 0.53 0.33 0.21 0.00 0.00 0.00 0.00 20:36:33 20:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:34:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:36:33 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:35:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 20:36:33 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:36:01 eth0 104.84 81.98 989.88 20.06 0.00 0.00 0.00 0.00 20:36:33 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 Average: eth0 49.91 36.51 281.76 14.77 0.00 0.00 0.00 0.00 20:36:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:33 Average: docker0 0.31 0.23 0.07 0.54 0.00 0.00 0.00 0.00 20:36:33 20:36:33 20:36:33 ---> sar -P ALL: 20:36:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 20:36:33 20:36:33 20:28:21 LINUX RESTART (4 CPU) 20:36:33 20:36:33 20:29:01 CPU %user %nice %system %iowait %steal %idle 20:36:33 20:30:01 all 10.19 0.00 4.10 1.37 8.29 76.05 20:36:33 20:30:01 0 9.49 0.00 3.84 0.61 8.56 77.50 20:36:33 20:30:01 1 9.61 0.00 3.86 0.91 8.56 77.06 20:36:33 20:30:01 2 11.31 0.00 4.97 2.06 8.25 73.41 20:36:33 20:30:01 3 10.35 0.00 3.73 1.91 7.78 76.24 20:36:33 20:31:01 all 0.12 0.00 0.10 0.00 0.44 99.35 20:36:33 20:31:01 0 0.03 0.00 0.08 0.00 0.28 99.60 20:36:33 20:31:01 1 0.35 0.00 0.13 0.00 0.60 98.92 20:36:33 20:31:01 2 0.07 0.00 0.10 0.00 0.52 99.32 20:36:33 20:31:01 3 0.02 0.00 0.07 0.00 0.37 99.55 20:36:33 20:32:01 all 0.10 0.00 0.21 0.00 0.97 98.73 20:36:33 20:32:01 0 0.02 0.00 0.22 0.00 0.91 98.86 20:36:33 20:32:01 1 0.28 0.00 0.33 0.00 0.90 98.49 20:36:33 20:32:01 2 0.08 0.00 0.13 0.00 0.96 98.82 20:36:33 20:32:01 3 0.02 0.00 0.15 0.00 1.09 98.74 20:36:33 20:33:02 all 0.11 0.00 0.04 0.00 0.54 99.31 20:36:33 20:33:02 0 0.02 0.00 0.03 0.02 0.81 99.12 20:36:33 20:33:02 1 0.38 0.00 0.08 0.00 0.70 98.84 20:36:33 20:33:02 2 0.02 0.00 0.02 0.00 0.35 99.62 20:36:33 20:33:02 3 0.03 0.00 0.02 0.00 0.30 99.65 20:36:33 20:34:01 all 0.10 0.00 0.11 0.00 0.63 99.16 20:36:33 20:34:01 0 0.02 0.00 0.15 0.00 0.74 99.09 20:36:33 20:34:01 1 0.29 0.00 0.08 0.00 0.59 99.04 20:36:33 20:34:01 2 0.03 0.00 0.08 0.00 0.56 99.32 20:36:33 20:34:01 3 0.05 0.00 0.10 0.00 0.64 99.21 20:36:33 20:35:01 all 0.08 0.00 0.10 0.01 0.64 99.17 20:36:33 20:35:01 0 0.03 0.00 0.32 0.00 0.37 99.29 20:36:33 20:35:01 1 0.22 0.00 0.02 0.00 0.55 99.22 20:36:33 20:35:01 2 0.05 0.00 0.07 0.03 1.27 98.58 20:36:33 20:35:01 3 0.03 0.00 0.02 0.00 0.37 99.58 20:36:33 20:36:01 all 1.62 0.00 1.03 1.16 2.23 93.97 20:36:33 20:36:01 0 1.14 0.00 0.82 0.27 1.93 95.84 20:36:33 20:36:01 1 1.04 0.00 0.71 0.35 2.63 95.27 20:36:33 20:36:01 2 2.56 0.00 1.81 2.12 2.16 91.36 20:36:33 20:36:01 3 1.76 0.00 0.79 1.89 2.19 93.38 20:36:33 Average: all 1.74 0.00 0.80 0.36 1.95 95.15 20:36:33 Average: 0 1.51 0.00 0.77 0.13 1.92 95.67 20:36:33 Average: 1 1.72 0.00 0.74 0.18 2.06 95.30 20:36:33 Average: 2 1.99 0.00 1.01 0.60 1.99 94.42 20:36:33 Average: 3 1.73 0.00 0.69 0.54 1.81 95.23 20:36:33 20:36:33 20:36:33