Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 279c7ea778f56049ed2c46899acca3cd518040be 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2244 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 > 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 Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" > git rev-list --no-walk 85f2bab5483a22acc923dc4d1cd030b27a4c08bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:42:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:42:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:42:08 ========================================================= 20:42:08 EdgeX Global Pipelines Version Info 20:42:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:42:10 ------------------- 20:42:10 stable info: 20:42:10 ------------------- 20:42:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:42:10 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 20:42:10 Message: update stable to v1.0.190 20:42:11 ------------------- 20:42:11 experimental info: 20:42:11 ------------------- 20:42:11 Commited By: **** collab-it+edgex@linuxfoundation.org 20:42:11 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 20:42:11 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:42:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 279c7ea [Pipeline] echo 20:42:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:42:12 provisioning config files... 20:42:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7614408080047753660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:42:12 ---> docker-login.sh 20:42:12 nexus3.edgexfoundry.org:10001 20:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:13 Configure a credential helper to remove this warning. See 20:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:13 20:42:13 Login Succeeded 20:42:13 nexus3.edgexfoundry.org:10002 20:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:13 Configure a credential helper to remove this warning. See 20:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:13 20:42:13 Login Succeeded 20:42:13 nexus3.edgexfoundry.org:10003 20:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:13 Configure a credential helper to remove this warning. See 20:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:13 20:42:13 Login Succeeded 20:42:13 nexus3.edgexfoundry.org:10004 20:42:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:13 Configure a credential helper to remove this warning. See 20:42:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:13 20:42:13 Login Succeeded 20:42:13 docker.io 20:42:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:14 Configure a credential helper to remove this warning. See 20:42:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:14 20:42:14 Login Succeeded 20:42:14 ---> docker-login.sh ends [Pipeline] } 20:42:14 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:42:14 + git log --format=format:%s -1 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] echo 20:42:15 GIT_COMMIT: 279c7ea778f56049ed2c46899acca3cd518040be, Commit Message: refactor: Remove V1 subscribe topic from profiles (#240) [Pipeline] echo 20:42:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:16 20:42:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:42:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:16 latest: Pulling from edgex-devops/git-semver 20:42:16 31603596830f: Pulling fs layer 20:42:16 54011a49482f: Pulling fs layer 20:42:16 a6820b24f6d8: Pulling fs layer 20:42:16 f581987b2513: Pulling fs layer 20:42:16 f581987b2513: Waiting 20:42:16 54011a49482f: Verifying Checksum 20:42:16 54011a49482f: Download complete 20:42:16 31603596830f: Download complete 20:42:16 a6820b24f6d8: Verifying Checksum 20:42:16 a6820b24f6d8: Download complete 20:42:16 f581987b2513: Verifying Checksum 20:42:16 f581987b2513: Download complete 20:42:17 31603596830f: Pull complete 20:42:17 54011a49482f: Pull complete 20:42:18 a6820b24f6d8: Pull complete 20:42:18 f581987b2513: Pull complete 20:42:18 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:42:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:42:18 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:42:18 $ 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:42:20 $ docker top 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:42:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:20 [ssh-agent] Looking for ssh-agent implementation... 20:42:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:21 $ docker exec 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent 20:42:21 SSH_AUTH_SOCK=/tmp/ssh-4Im6OUvR23Dn/agent.11 20:42:21 SSH_AGENT_PID=16 20:42:21 Running ssh-add (command line suppressed) 20:42:21 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1773479220213251141.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1773479220213251141.key) 20:42:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:21 + git tag --points-at HEAD [Pipeline] } 20:42:21 $ docker exec --env ******** --env ******** 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent -k 20:42:21 unset SSH_AUTH_SOCK; 20:42:21 unset SSH_AGENT_PID; 20:42:21 echo Agent pid 16 killed; 20:42:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:42:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:42:21 [ssh-agent] Looking for ssh-agent implementation... 20:42:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:42:22 $ docker exec 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent 20:42:22 SSH_AUTH_SOCK=/tmp/ssh-ISXD80Yi7G1z/agent.45 20:42:22 SSH_AGENT_PID=51 20:42:22 Running ssh-add (command line suppressed) 20:42:22 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3025478109768979080.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3025478109768979080.key) 20:42:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:42:22 + git semver init 20:42:22 # -> Open(): unable to determine branch for HEAD 20:42:22 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:42:22 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:42:22 # $SEMVER_REMOTE_NAME = origin 20:42:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:42:22 # $SEMVER_USER_NAME = edgex-jenkins 20:42:22 # $SEMVER_BRANCH = master 20:42:22 # $SEMVER_TEMP = /tmp/semver-462272022 20:42:22 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 20:42:23 # '/tmp/semver-462272022' -> '/w/workspace/_app-service-configurable_master/.semver' 20:42:23 # -> Force: false 20:42:23 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:42:23 $ docker exec --env ******** --env ******** 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent -k 20:42:23 unset SSH_AUTH_SOCK; 20:42:23 unset SSH_AGENT_PID; 20:42:23 echo Agent pid 51 killed; 20:42:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:23 + git semver [Pipeline] } 20:42:23 $ docker stop --time=1 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 20:42:25 $ docker rm -f 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 [Pipeline] // withDockerContainer [Pipeline] sh 20:42:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:42:26 Stashed 1 file(s) [Pipeline] echo 20:42:26 [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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:42:41 Still waiting to schedule task 20:42:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:42:41 Still waiting to schedule task 20:42:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2241’ is offline 20:44:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2245 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:44:20 Running in /w/workspace/app-service-configurable/103 [Pipeline] { [Pipeline] checkout 20:44:25 using credential edgex-jenkins-ssh 20:44:25 Cloning the remote Git repository 20:44:25 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:44:26 > git init /w/workspace/app-service-configurable/103 # timeout=10 20:44:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:44:26 > git --version # timeout=10 20:44:26 > git --version # 'git version 2.17.1' 20:44:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:44:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:44:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:44:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:44:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:44:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:44:27 Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) 20:44:27 > git config core.sparsecheckout # timeout=10 20:44:27 > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 20:44:32 Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:44:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:44:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:44:34 + sudo service docker restart 20:44:34 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:44:37 provisioning config files... 20:44:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config5800996300611100037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:37 ---> docker-login.sh 20:44:37 nexus3.edgexfoundry.org:10001 20:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:39 Configure a credential helper to remove this warning. See 20:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:39 20:44:39 Login Succeeded 20:44:39 nexus3.edgexfoundry.org:10002 20:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:39 Configure a credential helper to remove this warning. See 20:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:39 20:44:39 Login Succeeded 20:44:39 nexus3.edgexfoundry.org:10003 20:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:39 Configure a credential helper to remove this warning. See 20:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:39 20:44:39 Login Succeeded 20:44:39 nexus3.edgexfoundry.org:10004 20:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:40 Configure a credential helper to remove this warning. See 20:44:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:40 20:44:40 Login Succeeded 20:44:40 docker.io 20:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:41 Configure a credential helper to remove this warning. See 20:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:41 20:44:41 Login Succeeded 20:44:41 ---> docker-login.sh ends [Pipeline] } 20:44:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:44:41 ========================================================= 20:44:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:44:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:44:41 + 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:44:41 Sending build context to Docker daemon 99.33kB 20:44:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:44:41 Step 2/8 : FROM ${BASE} 20:44:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:44:41 5f621e34cdf4: Pulling fs layer 20:44:41 a4357932f1b6: Pulling fs layer 20:44:41 18c013af1878: Pulling fs layer 20:44:41 00ac8860ef70: Pulling fs layer 20:44:41 63d7cb157983: Pulling fs layer 20:44:41 b116817d02f9: Pulling fs layer 20:44:41 745a02a5169b: Pulling fs layer 20:44:41 63d7cb157983: Waiting 20:44:41 b116817d02f9: Waiting 20:44:41 745a02a5169b: Waiting 20:44:41 00ac8860ef70: Waiting 20:44:41 18c013af1878: Download complete 20:44:41 a4357932f1b6: Verifying Checksum 20:44:41 a4357932f1b6: Download complete 20:44:42 63d7cb157983: Verifying Checksum 20:44:42 63d7cb157983: Download complete 20:44:42 b116817d02f9: Download complete 20:44:42 5f621e34cdf4: Verifying Checksum 20:44:42 5f621e34cdf4: Download complete 20:44:42 5f621e34cdf4: Pull complete 20:44:43 a4357932f1b6: Pull complete 20:44:43 18c013af1878: Pull complete 20:44:44 745a02a5169b: Download complete 20:44:46 00ac8860ef70: Verifying Checksum 20:44:46 00ac8860ef70: Download complete 20:44:56 00ac8860ef70: Pull complete 20:44:56 63d7cb157983: Pull complete 20:44:56 b116817d02f9: Pull complete 20:45:00 745a02a5169b: Pull complete 20:45:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:45:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:45:00 ---> b7e6874047d6 20:45:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:45:02 ---> Running in 66ec5338c2c4 20:45:03 Removing intermediate container 66ec5338c2c4 20:45:03 ---> 9473f99332e2 20:45:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:03 ---> Running in 269931193c74 20:45:06 Removing intermediate container 269931193c74 20:45:06 ---> e1c4d2617f49 20:45:06 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:45:06 ---> Running in f615b73e7aec 20:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:45:08 (1/6) Installing libc-dev (0.7.2-r3) 20:45:08 (2/6) Installing libsodium (1.0.18-r0) 20:45:08 (3/6) Installing pkgconf (1.7.2-r0) 20:45:08 (4/6) Installing libsodium-dev (1.0.18-r0) 20:45:08 (5/6) Installing libzmq (4.3.3-r0) 20:45:08 (6/6) Installing zeromq-dev (4.3.3-r0) 20:45:08 Executing busybox-1.31.1-r19.trigger 20:45:08 OK: 144 MiB in 45 packages 20:45:10 Removing intermediate container f615b73e7aec 20:45:10 ---> c9583a2833be 20:45:10 Step 6/8 : WORKDIR /app 20:45:10 ---> Running in d6835d9fb686 20:45:10 Removing intermediate container d6835d9fb686 20:45:10 ---> a6f9b8dfd4aa 20:45:10 Step 7/8 : COPY . . 20:45:11 ---> 5bddaf4f1e7f 20:45:11 Step 8/8 : RUN go mod download 20:45:11 ---> Running in dea392a15fd6 20:45:21 Running on prd-centos7-docker-4c-2g-2246 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:45:21 Running in /w/workspace/app-service-configurable/103 [Pipeline] { [Pipeline] checkout 20:45:26 using credential edgex-jenkins-ssh 20:45:26 Cloning the remote Git repository 20:45:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:45:26 > git init /w/workspace/app-service-configurable/103 # timeout=10 20:45:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:45:26 > git --version # timeout=10 20:45:26 > git --version # 'git version 2.24.3' 20:45:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:45:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:45:28 Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) 20:45:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:45:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:45:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:45:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:45:28 > git config core.sparsecheckout # timeout=10 20:45:28 > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 20:45:32 Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:45:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:45:34 + sudo service docker restart 20:45:34 + true 20:45:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:45:35 provisioning config files... 20:45:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config3472454751897855855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:35 ---> docker-login.sh 20:45:35 nexus3.edgexfoundry.org:10001 20:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:36 Configure a credential helper to remove this warning. See 20:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:36 20:45:36 Login Succeeded 20:45:36 nexus3.edgexfoundry.org:10002 20:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:36 Configure a credential helper to remove this warning. See 20:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:36 20:45:36 Login Succeeded 20:45:36 nexus3.edgexfoundry.org:10003 20:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:36 Configure a credential helper to remove this warning. See 20:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:36 20:45:36 Login Succeeded 20:45:36 nexus3.edgexfoundry.org:10004 20:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:36 Configure a credential helper to remove this warning. See 20:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:36 20:45:36 Login Succeeded 20:45:36 docker.io 20:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:37 Configure a credential helper to remove this warning. See 20:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:37 20:45:37 Login Succeeded 20:45:37 ---> docker-login.sh ends [Pipeline] } 20:45:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:45:37 ========================================================= 20:45:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:45:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:45:37 + 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:45:37 Sending build context to Docker daemon 99.33kB 20:45:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:45:37 Step 2/8 : FROM ${BASE} 20:45:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:45:37 188c0c94c7c5: Pulling fs layer 20:45:37 0ef7d3d256c8: Pulling fs layer 20:45:37 de9db76c5a1d: Pulling fs layer 20:45:37 bca2f99d35d6: Pulling fs layer 20:45:37 93359f2a8cfa: Pulling fs layer 20:45:37 7c6f9722023f: Pulling fs layer 20:45:37 a35cf1a2eb13: Pulling fs layer 20:45:37 93359f2a8cfa: Waiting 20:45:37 a35cf1a2eb13: Waiting 20:45:37 7c6f9722023f: Waiting 20:45:37 bca2f99d35d6: Waiting 20:45:37 de9db76c5a1d: Verifying Checksum 20:45:37 de9db76c5a1d: Download complete 20:45:37 0ef7d3d256c8: Verifying Checksum 20:45:37 0ef7d3d256c8: Download complete 20:45:37 93359f2a8cfa: Verifying Checksum 20:45:37 93359f2a8cfa: Download complete 20:45:37 7c6f9722023f: Verifying Checksum 20:45:37 7c6f9722023f: Download complete 20:45:37 188c0c94c7c5: Verifying Checksum 20:45:37 188c0c94c7c5: Download complete 20:45:38 188c0c94c7c5: Pull complete 20:45:38 Removing intermediate container dea392a15fd6 20:45:38 ---> 7b8ff84a98e2 20:45:38 Successfully built 7b8ff84a98e2 20:45:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:45:38 0ef7d3d256c8: Pull complete 20:45:38 + docker inspect -f . ci-base-image-arm64 20:45:38 . [Pipeline] withDockerContainer 20:45:38 de9db76c5a1d: Pull complete 20:45:38 prd-ubuntu18.04-docker-arm64-4c-16g-2245 does not seem to be running inside a container 20:45:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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:45:40 a35cf1a2eb13: Verifying Checksum 20:45:40 a35cf1a2eb13: Download complete 20:45:40 $ docker top 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:41 + go version 20:45:41 go version go1.15.5 linux/arm64 [Pipeline] } 20:45:41 $ docker stop --time=1 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 20:45:41 bca2f99d35d6: Verifying Checksum 20:45:41 bca2f99d35d6: Download complete 20:45:43 $ docker rm -f 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:44 + docker inspect -f . ci-base-image-arm64 20:45:44 . [Pipeline] withDockerContainer 20:45:44 prd-ubuntu18.04-docker-arm64-4c-16g-2245 does not seem to be running inside a container 20:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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:45:45 $ docker top 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe -eo pid,comm [Pipeline] { [Pipeline] sh 20:45:46 + make test 20:45:46 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:45:49 bca2f99d35d6: Pull complete 20:45:49 93359f2a8cfa: Pull complete 20:45:49 7c6f9722023f: Pull complete 20:45:54 a35cf1a2eb13: Pull complete 20:45:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:45:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:45:54 ---> a62c8e92a672 20:45:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:45:54 ---> Running in 99be97d2d2bb 20:45:54 Removing intermediate container 99be97d2d2bb 20:45:54 ---> 3042b570e6e8 20:45:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:54 ---> Running in 919764a4a607 20:45:56 Removing intermediate container 919764a4a607 20:45:56 ---> 5127d7c5fbd3 20:45:56 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:45:56 ---> Running in 99a1e0a11000 20:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:58 (1/6) Installing libc-dev (0.7.2-r3) 20:45:58 (2/6) Installing libsodium (1.0.18-r0) 20:45:58 (3/6) Installing pkgconf (1.7.2-r0) 20:45:58 (4/6) Installing libsodium-dev (1.0.18-r0) 20:45:58 (5/6) Installing libzmq (4.3.3-r0) 20:45:58 (6/6) Installing zeromq-dev (4.3.3-r0) 20:45:58 Executing busybox-1.31.1-r19.trigger 20:45:58 OK: 167 MiB in 45 packages 20:45:59 Removing intermediate container 99a1e0a11000 20:45:59 ---> d7bd15ba58c9 20:45:59 Step 6/8 : WORKDIR /app 20:45:59 ---> Running in e5f9bd25a3dc 20:46:00 Removing intermediate container e5f9bd25a3dc 20:46:00 ---> 690c32d50b74 20:46:00 Step 7/8 : COPY . . 20:46:00 ---> 41c13f5ae100 20:46:00 Step 8/8 : RUN go mod download 20:46:00 ---> Running in 54902e1539e1 20:46:25 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:46:25 CGO_ENABLED=1 go vet ./... 20:46:27 Removing intermediate container 54902e1539e1 20:46:27 ---> 0fa1e4e657ab 20:46:27 Successfully built 0fa1e4e657ab 20:46:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:46:27 + docker inspect -f . ci-base-image-x86_64 20:46:28 . [Pipeline] withDockerContainer 20:46:28 prd-centos7-docker-4c-2g-2246 does not seem to be running inside a container 20:46:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:46:29 $ docker top 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:29 + go version 20:46:29 go version go1.15.5 linux/amd64 [Pipeline] } 20:46:30 $ docker stop --time=1 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f 20:46:31 $ docker rm -f 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:46:32 + docker inspect -f . ci-base-image-x86_64 20:46:32 . [Pipeline] withDockerContainer 20:46:32 prd-centos7-docker-4c-2g-2246 does not seem to be running inside a container 20:46:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:46:33 $ docker top aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a -eo pid,comm [Pipeline] { [Pipeline] sh 20:46:33 + make test 20:46:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:46:34 gofmt -l . 20:46:34 [ "`gofmt -l .`" = "" ] 20:46:34 ./bin/test-go-mod-tidy.sh 20:46:34 ./bin/test-attribution-txt.sh [Pipeline] } 20:46:35 $ docker stop --time=1 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe 20:46:38 $ docker rm -f 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe [Pipeline] // withDockerContainer [Pipeline] sh 20:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:46:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:46:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:46:42 + ls -al . 20:46:42 total 116 20:46:42 drwxrwxr-x 7 jenkins jenkins 4096 Apr 28 20:46 . 20:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 20:44 .. 20:46:42 -rw-rw-r-- 1 jenkins jenkins 119 Apr 28 20:44 .dockerignore 20:46:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 20:44 .git 20:46:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 20:44 .github 20:46:42 -rw-rw-r-- 1 jenkins jenkins 111 Apr 28 20:44 .gitignore 20:46:42 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 28 20:44 Attribution.txt 20:46:42 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 28 20:44 Dockerfile 20:46:42 -rw-rw-r-- 1 jenkins jenkins 970 Apr 28 20:44 Dockerfile.build 20:46:42 -rw-rw-r-- 1 jenkins jenkins 687 Apr 28 20:44 Jenkinsfile 20:46:42 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 28 20:44 LICENSE 20:46:42 -rw-rw-r-- 1 jenkins jenkins 3230 Apr 28 20:44 README.md 20:46:42 -rw-rw-r-- 1 jenkins jenkins 12 Apr 28 20:42 VERSION 20:46:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 20:44 bin 20:46:42 -rw-r--r-- 1 jenkins jenkins 10 Apr 28 20:45 coverage.out 20:46:42 -rw-r--r-- 1 jenkins jenkins 136 Apr 28 20:46 go.mod 20:46:42 -rw-r--r-- 1 jenkins jenkins 21295 Apr 28 20:46 go.sum 20:46:42 -rw-rw-r-- 1 jenkins jenkins 1460 Apr 28 20:44 main.go 20:46:42 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 28 20:44 makefile 20:46:42 drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 20:44 res 20:46:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 20:44 snap [Pipeline] isUnix [Pipeline] sh 20:46:43 + 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=279c7ea778f56049ed2c46899acca3cd518040be --label arch=arm64 --label version=2.0.0-dev.33 . 20:46:43 Sending build context to Docker daemon 123.4kB 20:46:43 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:46:43 Step 2/27 : FROM ${BASE} AS builder 20:46:43 ---> 7b8ff84a98e2 20:46:43 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:46:43 ---> Running in d42340ad267f 20:46:44 Removing intermediate container d42340ad267f 20:46:44 ---> c44a63490d21 20:46:44 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:46:44 ---> Running in 98cbe3ef5264 20:46:44 Removing intermediate container 98cbe3ef5264 20:46:44 ---> c34e4df1dfb7 20:46:44 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:46:44 ---> Running in 1e0680339215 20:46:45 Removing intermediate container 1e0680339215 20:46:45 ---> f92d6354c68c 20:46:45 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:45 ---> Running in 3ff2deb9233a 20:46:48 Removing intermediate container 3ff2deb9233a 20:46:48 ---> 9b336ef19c97 20:46:48 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:46:48 ---> Running in ce0b6750c846 20:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:46:50 OK: 144 MiB in 45 packages 20:46:51 Removing intermediate container ce0b6750c846 20:46:51 ---> 54fb426b99ac 20:46:51 Step 8/27 : WORKDIR /app 20:46:51 ---> Running in 590362c84f04 20:46:52 Removing intermediate container 590362c84f04 20:46:52 ---> a099a0819934 20:46:52 Step 9/27 : COPY go.mod . 20:46:52 ---> d8a8c38c893e 20:46:52 Step 10/27 : RUN go mod download 20:46:52 ---> Running in 05946cbd892f 20:46:55 Removing intermediate container 05946cbd892f 20:46:55 ---> ccc76a77f1bb 20:46:55 Step 11/27 : COPY . . 20:46:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:46:56 ---> 5d3e7294a30a 20:46:56 Step 12/27 : ARG MAKE="make build" 20:46:56 ---> Running in 9f5a670799d0 20:46:56 CGO_ENABLED=1 go vet ./... 20:46:56 Removing intermediate container 9f5a670799d0 20:46:56 ---> 2ea2a44eb10d 20:46:56 Step 13/27 : RUN $MAKE 20:46:56 ---> Running in 8e23ba40d18a 20:46:58 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.33" -o app-service-configurable 20:47:00 gofmt -l . 20:47:00 [ "`gofmt -l .`" = "" ] 20:47:00 ./bin/test-go-mod-tidy.sh 20:47:01 ./bin/test-attribution-txt.sh [Pipeline] } 20:47:02 $ docker stop --time=1 aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a 20:47:04 $ docker rm -f aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a [Pipeline] // withDockerContainer [Pipeline] sh 20:47:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:47:05 Warning: overwriting stash ‘coverage-report’ 20:47:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:47:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:47:06 + ls -al . 20:47:06 total 92 20:47:06 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 28 20:47 . 20:47:06 drwxrwxr-x. 4 jenkins jenkins 32 Apr 28 20:45 .. 20:47:06 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 28 20:45 Attribution.txt 20:47:06 drwxrwxr-x. 2 jenkins jenkins 64 Apr 28 20:45 bin 20:47:06 -rw-r--r--. 1 jenkins jenkins 10 Apr 28 20:46 coverage.out 20:47:06 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 28 20:45 Dockerfile 20:47:06 -rw-rw-r--. 1 jenkins jenkins 970 Apr 28 20:45 Dockerfile.build 20:47:06 -rw-rw-r--. 1 jenkins jenkins 119 Apr 28 20:45 .dockerignore 20:47:06 drwxrwxr-x. 8 jenkins jenkins 162 Apr 28 20:45 .git 20:47:06 drwxrwxr-x. 2 jenkins jenkins 81 Apr 28 20:45 .github 20:47:06 -rw-rw-r--. 1 jenkins jenkins 111 Apr 28 20:45 .gitignore 20:47:06 -rw-r--r--. 1 jenkins jenkins 136 Apr 28 20:47 go.mod 20:47:06 -rw-r--r--. 1 jenkins jenkins 21295 Apr 28 20:47 go.sum 20:47:06 -rw-rw-r--. 1 jenkins jenkins 687 Apr 28 20:45 Jenkinsfile 20:47:06 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 28 20:45 LICENSE 20:47:06 -rw-rw-r--. 1 jenkins jenkins 1460 Apr 28 20:45 main.go 20:47:06 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 28 20:45 makefile 20:47:06 -rw-rw-r--. 1 jenkins jenkins 3230 Apr 28 20:45 README.md 20:47:06 drwxrwxr-x. 10 jenkins jenkins 173 Apr 28 20:45 res 20:47:06 drwxrwxr-x. 4 jenkins jenkins 71 Apr 28 20:45 snap 20:47:06 -rw-rw-r--. 1 jenkins jenkins 12 Apr 28 20:42 VERSION [Pipeline] isUnix [Pipeline] sh 20:47:07 + 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=279c7ea778f56049ed2c46899acca3cd518040be --label arch=amd64 --label version=2.0.0-dev.33 . 20:47:07 Sending build context to Docker daemon 123.4kB 20:47:07 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:47:07 Step 2/27 : FROM ${BASE} AS builder 20:47:07 ---> 0fa1e4e657ab 20:47:07 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:47:07 ---> Running in c4a2fed981ba 20:47:07 Removing intermediate container c4a2fed981ba 20:47:07 ---> e4ce1df37cd1 20:47:07 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:47:07 ---> Running in 4c3b5122a488 20:47:07 Removing intermediate container 4c3b5122a488 20:47:07 ---> b463e37b56c6 20:47:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:47:07 ---> Running in a72744b3204c 20:47:08 Removing intermediate container a72744b3204c 20:47:08 ---> bc6595239432 20:47:08 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:47:08 ---> Running in 7b705dc1e5bd 20:47:09 Removing intermediate container 7b705dc1e5bd 20:47:09 ---> b2f65354cbc7 20:47:09 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:47:09 ---> Running in 2f011024e4ea 20:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:47:11 OK: 167 MiB in 45 packages 20:47:12 Removing intermediate container 2f011024e4ea 20:47:12 ---> 885edf6907a1 20:47:12 Step 8/27 : WORKDIR /app 20:47:12 ---> Running in 5c72ea2a2841 20:47:12 Removing intermediate container 5c72ea2a2841 20:47:12 ---> 82c974af65df 20:47:12 Step 9/27 : COPY go.mod . 20:47:13 ---> fb64597cd478 20:47:13 Step 10/27 : RUN go mod download 20:47:13 ---> Running in 65d1bc7e06ce 20:47:14 Removing intermediate container 65d1bc7e06ce 20:47:14 ---> e5486fdbd702 20:47:14 Step 11/27 : COPY . . 20:47:15 ---> 3cdb73fd5f6f 20:47:15 Step 12/27 : ARG MAKE="make build" 20:47:15 ---> Running in e2eb50413fc8 20:47:15 Removing intermediate container e2eb50413fc8 20:47:15 ---> 99ce12fd5aa7 20:47:15 Step 13/27 : RUN $MAKE 20:47:15 ---> Running in 4a6c3a978061 20:47:16 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.33" -o app-service-configurable 20:47:34 Removing intermediate container 4a6c3a978061 20:47:34 ---> 5b5c607ebbcb 20:47:34 Step 14/27 : FROM alpine:3.12 20:47:34 3.12: Pulling from library/alpine 20:47:34 339de151aab4: Pulling fs layer 20:47:34 339de151aab4: Download complete 20:47:34 339de151aab4: Pull complete 20:47:34 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:47:34 Status: Downloaded newer image for alpine:3.12 20:47:34 ---> 13621d1b12d4 20:47:34 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:47:34 ---> Running in a1bfb6251360 20:47:34 Removing intermediate container a1bfb6251360 20:47:34 ---> 56c8d9cea8fe 20:47:34 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 20:47:34 ---> Running in 6cb56aa4f989 20:47:34 Removing intermediate container 6cb56aa4f989 20:47:34 ---> 199222e97d27 20:47:34 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 20:47:34 ---> Running in 4b4d1d644c14 20:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:47:34 (1/7) Installing ca-certificates (20191127-r4) 20:47:34 (2/7) Installing dumb-init (1.2.2-r1) 20:47:34 (3/7) Installing libgcc (9.3.0-r2) 20:47:34 (4/7) Installing libsodium (1.0.18-r0) 20:47:34 (5/7) Installing libstdc++ (9.3.0-r2) 20:47:35 (6/7) Installing libzmq (4.3.3-r0) 20:47:35 (7/7) Installing zeromq (4.3.3-r0) 20:47:35 Executing busybox-1.31.1-r20.trigger 20:47:35 Executing ca-certificates-20191127-r4.trigger 20:47:35 OK: 9 MiB in 21 packages 20:47:36 Removing intermediate container 4b4d1d644c14 20:47:36 ---> b1e1494e1a44 20:47:36 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:47:36 ---> a93001d61684 20:47:36 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 20:47:37 ---> 060502cb9877 20:47:37 Step 20/27 : COPY --from=builder /app/res/ /res/ 20:47:37 Removing intermediate container 8e23ba40d18a 20:47:37 ---> bc5ef289021f 20:47:37 Step 14/27 : FROM alpine:3.12 20:47:37 3.12: Pulling from library/alpine 20:47:37 d2f70382dc9a: Pulling fs layer 20:47:37 d2f70382dc9a: Download complete 20:47:37 d2f70382dc9a: Pull complete 20:47:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:47:37 Status: Downloaded newer image for alpine:3.12 20:47:37 ---> 9852663dfa18 20:47:37 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:47:37 ---> Running in 37d31fa1d29c 20:47:37 Removing intermediate container 37d31fa1d29c 20:47:37 ---> 850915488433 20:47:37 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 20:47:37 ---> ecd3e629b0b8 20:47:37 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:47:37 ---> Running in bcb044d8e28c 20:47:38 Removing intermediate container bcb044d8e28c 20:47:38 ---> 63fc7a4402e3 20:47:38 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 20:47:38 ---> Running in e8dd5c030d14 20:47:38 ---> 35db85830f94 20:47:38 Step 22/27 : EXPOSE 48095 20:47:38 ---> Running in a779a85898dc 20:47:38 Removing intermediate container a779a85898dc 20:47:38 ---> 968d6cdcb59b 20:47:38 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 20:47:38 ---> Running in be0058437913 20:47:38 Removing intermediate container be0058437913 20:47:38 ---> 0f1bf81242e2 20:47:38 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:38 ---> Running in 0f3e0a4a4c3c 20:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:39 Removing intermediate container 0f3e0a4a4c3c 20:47:39 ---> d96c847dd20c 20:47:39 Step 25/27 : LABEL arch=amd64 20:47:39 ---> Running in a248e7b8a9b8 20:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:39 Removing intermediate container a248e7b8a9b8 20:47:39 ---> a292e45b3e68 20:47:39 Step 26/27 : LABEL git_sha=279c7ea778f56049ed2c46899acca3cd518040be 20:47:39 ---> Running in 7b35e758e570 20:47:39 Removing intermediate container 7b35e758e570 20:47:39 ---> 13cfcfee7eb7 20:47:39 Step 27/27 : LABEL version=2.0.0-dev.33 20:47:39 ---> Running in b56ffa8a5377 20:47:39 (1/7) Installing ca-certificates (20191127-r4) 20:47:39 (2/7) Installing dumb-init (1.2.2-r1) 20:47:39 (3/7) Installing libgcc (9.3.0-r2) 20:47:39 (4/7) Installing libsodium (1.0.18-r0) 20:47:39 (5/7) Installing libstdc++ (9.3.0-r2) 20:47:39 (6/7) Installing libzmq (4.3.3-r0) 20:47:39 Removing intermediate container b56ffa8a5377 20:47:39 ---> 5444e4a17592 20:47:39 [Warning] One or more build-args [ARCH] were not consumed 20:47:39 Successfully built 5444e4a17592 20:47:39 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 20:47:40 (7/7) Installing zeromq (4.3.3-r0) 20:47:40 Executing busybox-1.31.1-r20.trigger 20:47:40 Executing ca-certificates-20191127-r4.trigger 20:47:40 OK: 9 MiB in 21 packages [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:47:40 provisioning config files... 20:47:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config5346839779414435328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:47:41 ---> docker-login.sh 20:47:41 nexus3.edgexfoundry.org:10001 20:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:41 Configure a credential helper to remove this warning. See 20:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:41 20:47:41 Login Succeeded 20:47:41 nexus3.edgexfoundry.org:10002 20:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:41 Configure a credential helper to remove this warning. See 20:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:41 20:47:41 Login Succeeded 20:47:41 nexus3.edgexfoundry.org:10003 20:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:41 Configure a credential helper to remove this warning. See 20:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:41 20:47:41 Login Succeeded 20:47:41 nexus3.edgexfoundry.org:10004 20:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:42 Configure a credential helper to remove this warning. See 20:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:42 20:47:42 Login Succeeded 20:47:42 docker.io 20:47:42 Removing intermediate container e8dd5c030d14 20:47:42 ---> 688b989e3371 20:47:42 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:42 Configure a credential helper to remove this warning. See 20:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:42 20:47:42 Login Succeeded 20:47:42 ---> docker-login.sh ends [Pipeline] } 20:47:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 20:47:42 ---> 93bfd21f44d2 20:47:42 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] echo 20:47:42 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 20:47:42 279c7ea778f56049ed2c46899acca3cd518040be 20:47:42 latest 20:47:42 2.0.0-dev.33 20:47:42 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:47:42 master 20:47:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh 20:47:43 ---> 48006649fa66 20:47:43 Step 20/27 : COPY --from=builder /app/res/ /res/ 20:47:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be 20:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:47:43 d07576bd5851: Preparing 20:47:43 3d89354c1105: Preparing 20:47:43 dfb9255bbd65: Preparing 20:47:43 b795af6cc2d6: Preparing 20:47:43 8dfe952c0862: Preparing 20:47:43 32f366d666a5: Preparing 20:47:43 32f366d666a5: Waiting 20:47:43 b795af6cc2d6: Pushed 20:47:43 dfb9255bbd65: Pushed 20:47:43 3d89354c1105: Pushed 20:47:43 32f366d666a5: Layer already exists 20:47:43 ---> 30c44213ab7e 20:47:43 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:47:44 8dfe952c0862: Pushed 20:47:45 ---> be75a3b39c46 20:47:45 Step 22/27 : EXPOSE 48095 20:47:45 d07576bd5851: Pushed 20:47:45 279c7ea778f56049ed2c46899acca3cd518040be: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:45 ---> Running in bd5830405a5b 20:47:45 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 20:47:45 Removing intermediate container bd5830405a5b 20:47:45 ---> da26c0a2b8e8 20:47:45 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 20:47:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:47:46 d07576bd5851: Preparing 20:47:46 3d89354c1105: Preparing 20:47:46 dfb9255bbd65: Preparing 20:47:46 b795af6cc2d6: Preparing 20:47:46 8dfe952c0862: Preparing 20:47:46 32f366d666a5: Preparing 20:47:46 32f366d666a5: Waiting 20:47:46 b795af6cc2d6: Layer already exists 20:47:46 8dfe952c0862: Layer already exists 20:47:46 dfb9255bbd65: Layer already exists 20:47:46 3d89354c1105: Layer already exists 20:47:46 d07576bd5851: Layer already exists 20:47:46 32f366d666a5: Layer already exists 20:47:46 latest: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:46 ---> Running in 795d483fe6c7 20:47:46 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 20:47:46 Removing intermediate container 795d483fe6c7 20:47:46 ---> fc36cec2f915 20:47:46 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:46 ---> Running in 6710e08750cd 20:47:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 20:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:47:46 d07576bd5851: Preparing 20:47:46 3d89354c1105: Preparing 20:47:46 dfb9255bbd65: Preparing 20:47:46 b795af6cc2d6: Preparing 20:47:46 8dfe952c0862: Preparing 20:47:46 32f366d666a5: Preparing 20:47:46 32f366d666a5: Waiting 20:47:46 8dfe952c0862: Layer already exists 20:47:46 b795af6cc2d6: Layer already exists 20:47:46 dfb9255bbd65: Layer already exists 20:47:46 d07576bd5851: Layer already exists 20:47:46 3d89354c1105: Layer already exists 20:47:46 32f366d666a5: Layer already exists 20:47:47 Removing intermediate container 6710e08750cd 20:47:47 ---> 366dba9d4955 20:47:47 Step 25/27 : LABEL arch=arm64 20:47:47 2.0.0-dev.33: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:47 ---> Running in 93d8a487cd4d 20:47:47 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 20:47:47 Removing intermediate container 93d8a487cd4d 20:47:47 ---> dc15d864cb98 20:47:47 Step 26/27 : LABEL git_sha=279c7ea778f56049ed2c46899acca3cd518040be 20:47:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:47:47 d07576bd5851: Preparing 20:47:47 3d89354c1105: Preparing 20:47:47 dfb9255bbd65: Preparing 20:47:47 b795af6cc2d6: Preparing 20:47:47 8dfe952c0862: Preparing 20:47:47 32f366d666a5: Preparing 20:47:47 32f366d666a5: Waiting 20:47:47 b795af6cc2d6: Layer already exists 20:47:47 3d89354c1105: Layer already exists 20:47:47 8dfe952c0862: Layer already exists 20:47:47 d07576bd5851: Layer already exists 20:47:47 dfb9255bbd65: Layer already exists 20:47:47 32f366d666a5: Layer already exists 20:47:47 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:47 ---> Running in 55349e2a5ce2 20:47:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 20:47:48 Removing intermediate container 55349e2a5ce2 20:47:48 ---> a22e57d8f984 20:47:48 Step 27/27 : LABEL version=2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 20:47:48 ---> Running in bf72e13cecfd 20:47:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 20:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 20:47:48 d07576bd5851: Preparing 20:47:48 3d89354c1105: Preparing 20:47:48 dfb9255bbd65: Preparing 20:47:48 b795af6cc2d6: Preparing 20:47:48 8dfe952c0862: Preparing 20:47:48 32f366d666a5: Preparing 20:47:48 32f366d666a5: Waiting 20:47:48 3d89354c1105: Layer already exists 20:47:48 d07576bd5851: Layer already exists 20:47:48 8dfe952c0862: Layer already exists 20:47:48 dfb9255bbd65: Layer already exists 20:47:48 b795af6cc2d6: Layer already exists 20:47:48 32f366d666a5: Layer already exists 20:47:48 master: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:47:48 ===================================================== [Pipeline] echo 20:47:48 taggedImages: 20:47:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be 20:47:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 20:47:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 20:47:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:47:48 - 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] } 20:47:48 Removing intermediate container bf72e13cecfd 20:47:48 ---> b11b80cf563e 20:47:48 [Warning] One or more build-args [ARCH] were not consumed 20:47:48 Successfully built b11b80cf563e 20:47:48 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] // stage Post stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] libraryResource [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:47:49 provisioning config files... 20:47:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config1945565037206927227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:47:49 ---> job-cost.sh 20:47:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r8nf 20:47:49 ---> docker-login.sh 20:47:49 nexus3.edgexfoundry.org:10001 20:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:50 Configure a credential helper to remove this warning. See 20:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:50 20:47:50 Login Succeeded 20:47:50 nexus3.edgexfoundry.org:10002 20:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:50 Configure a credential helper to remove this warning. See 20:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:50 20:47:50 Login Succeeded 20:47:50 nexus3.edgexfoundry.org:10003 20:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:51 Configure a credential helper to remove this warning. See 20:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:51 20:47:51 Login Succeeded 20:47:51 nexus3.edgexfoundry.org:10004 20:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:51 Configure a credential helper to remove this warning. See 20:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:51 20:47:51 Login Succeeded 20:47:51 docker.io 20:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:52 Configure a credential helper to remove this warning. See 20:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:52 20:47:52 Login Succeeded 20:47:52 ---> docker-login.sh ends [Pipeline] } 20:47:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:47:52 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 20:47:52 279c7ea778f56049ed2c46899acca3cd518040be 20:47:52 latest 20:47:52 2.0.0-dev.33 20:47:52 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:47:52 master 20:47:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:52 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh 20:47:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be 20:47:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:53 8d4203379e76: Preparing 20:47:53 19f1ef833c27: Preparing 20:47:53 76a016ee5e29: Preparing 20:47:53 baeff4aa066a: Preparing 20:47:53 b5b1bee261e7: Preparing 20:47:53 3fbe34a1663b: Preparing 20:47:53 3fbe34a1663b: Waiting 20:47:53 76a016ee5e29: Pushed 20:47:53 19f1ef833c27: Pushed 20:47:53 baeff4aa066a: Pushed 20:47:53 3fbe34a1663b: Layer already exists 20:47:54 b5b1bee261e7: Pushed 20:47:56 8d4203379e76: Pushed 20:47:56 279c7ea778f56049ed2c46899acca3cd518040be: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:57 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:47:57 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:57 8d4203379e76: Preparing 20:47:57 19f1ef833c27: Preparing 20:47:57 76a016ee5e29: Preparing 20:47:57 baeff4aa066a: Preparing 20:47:57 b5b1bee261e7: Preparing 20:47:57 3fbe34a1663b: Preparing 20:47:57 3fbe34a1663b: Waiting 20:47:57 baeff4aa066a: Layer already exists 20:47:57 b5b1bee261e7: Layer already exists 20:47:57 19f1ef833c27: Layer already exists 20:47:57 8d4203379e76: Layer already exists 20:47:57 76a016ee5e29: Layer already exists 20:47:57 3fbe34a1663b: Layer already exists 20:47:57 latest: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:58 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 20:47:58 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 20:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:58 8d4203379e76: Preparing 20:47:58 19f1ef833c27: Preparing 20:47:58 76a016ee5e29: Preparing 20:47:58 baeff4aa066a: Preparing 20:47:58 b5b1bee261e7: Preparing 20:47:58 3fbe34a1663b: Preparing 20:47:58 3fbe34a1663b: Waiting 20:47:58 19f1ef833c27: Layer already exists 20:47:58 baeff4aa066a: Layer already exists 20:47:58 8d4203379e76: Layer already exists 20:47:58 76a016ee5e29: Layer already exists 20:47:58 b5b1bee261e7: Layer already exists 20:47:58 3fbe34a1663b: Layer already exists 20:47:58 2.0.0-dev.33: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:47:59 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh 20:47:59 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:47:59 8d4203379e76: Preparing 20:47:59 19f1ef833c27: Preparing 20:47:59 76a016ee5e29: Preparing 20:47:59 baeff4aa066a: Preparing 20:47:59 b5b1bee261e7: Preparing 20:47:59 3fbe34a1663b: Preparing 20:47:59 3fbe34a1663b: Waiting 20:47:59 8d4203379e76: Layer already exists 20:47:59 b5b1bee261e7: Layer already exists 20:47:59 19f1ef833c27: Layer already exists 20:47:59 76a016ee5e29: Layer already exists 20:47:59 baeff4aa066a: Layer already exists 20:47:59 3fbe34a1663b: Layer already exists 20:47:59 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:48:00 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 20:48:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 20:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:48:00 8d4203379e76: Preparing 20:48:00 19f1ef833c27: Preparing 20:48:00 76a016ee5e29: Preparing 20:48:00 baeff4aa066a: Preparing 20:48:00 b5b1bee261e7: Preparing 20:48:00 3fbe34a1663b: Preparing 20:48:00 3fbe34a1663b: Waiting 20:48:00 baeff4aa066a: Layer already exists 20:48:00 b5b1bee261e7: Layer already exists 20:48:00 8d4203379e76: Layer already exists 20:48:00 19f1ef833c27: Layer already exists 20:48:00 76a016ee5e29: Layer already exists 20:48:00 3fbe34a1663b: Layer already exists 20:48:00 master: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:48:00 ===================================================== [Pipeline] echo 20:48:00 taggedImages: 20:48:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be 20:48:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:48:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 20:48:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 20:48:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:48:01 ---> job-cost.sh 20:48:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PEzn 20:48:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:48:39 lf-activate-venv(): INFO: Adding /tmp/venv-r8nf/bin to PATH 20:48:39 INFO: No Stack... 20:48:39 INFO: Retrieving Pricing Info for: v1-standard-2 20:48:39 INFO: Archiving Costs [Pipeline] sh 20:48:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:48:40 + cut -d, -f6 20:48:40 + cat /w/workspace/app-service-configurable/103/archives/cost.csv [Pipeline] lock 20:48:40 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] 20:48:40 Resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] did not exist. Created. 20:48:40 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:48:40 + echo total: 0.029999999329447746 [Pipeline] stash 20:48:41 Stashed 1 file(s) [Pipeline] } 20:48:41 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:50:01 lf-activate-venv(): INFO: Adding /tmp/venv-PEzn/bin to PATH 20:50:01 INFO: No Stack... 20:50:01 INFO: Retrieving Pricing Info for: lf-standard-4 20:50:01 INFO: Archiving Costs [Pipeline] sh 20:50:02 + + cat /w/workspace/app-service-configurable/103/archives/cost.csv 20:50:02 cut -d, -f6 [Pipeline] lock 20:50:02 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] 20:50:02 Resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] did not exist. Created. 20:50:02 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:50:02 /w/workspace/app-service-configurable/103@tmp/durable-2b6d5adc/script.sh: 1: /w/workspace/app-service-configurable/103@tmp/durable-2b6d5adc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:50:03 + echo total: 0.20999999344348907 [Pipeline] stash 20:50:03 Warning: overwriting stash ‘stack-cost’ 20:50:03 Stashed 1 file(s) [Pipeline] } 20:50:03 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:50:04 provisioning config files... 20:50:04 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6684014582188139002tmp [Pipeline] { [Pipeline] sh 20:50:04 + set +x 20:50:04 + curl -s https://codecov.io/bash 20:50:04 + bash -s -- 20:50:04 20:50:04 _____ _ 20:50:04 / ____| | | 20:50:04 | | ___ __| | ___ ___ _____ __ 20:50:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:50:04 | |___| (_) | (_| | __/ (_| (_) \ V / 20:50:04 \_____\___/ \__,_|\___|\___\___/ \_/ 20:50:04 Bash-1.0.2 20:50:04 20:50:04 20:50:04 ==> git version 2.24.3 found 20:50:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:50:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:50:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:50:04 ==> Jenkins CI detected. 20:50:04 project root: . 20:50:04 --> token set from env 20:50:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:50:04 ==> Running gcov in . (disable via -X gcov) 20:50:04 ==> Python coveragepy not found 20:50:04 ==> Searching for coverage reports in: 20:50:04 + . 20:50:04 -> Found 1 reports 20:50:04 ==> Detecting git/mercurial file structure 20:50:04 ==> Reading reports 20:50:04 + ./coverage.out bytes=10 20:50:04 ==> Appending adjustments 20:50:04 https://docs.codecov.io/docs/fixing-reports 20:50:04 + Found adjustments 20:50:04 ==> Gzipping contents 20:50:04 4.0K /tmp/codecov.2uc9tx.gz 20:50:04 ==> Uploading reports 20:50:04 url: https://codecov.io 20:50:04 query: branch=master&commit=279c7ea778f56049ed2c46899acca3cd518040be&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 20:50:04 -> Pinging Codecov 20:50:04 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=279c7ea778f56049ed2c46899acca3cd518040be&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 20:50:05 -> Uploading to 20:50:05 https://storage.googleapis.com/codecov/v4/raw/2021-04-28/A97CA9966030D2A3747ED39772930CCE/279c7ea778f56049ed2c46899acca3cd518040be/8105bd13-c12f-49b0-a167-37b154dd08b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T205005Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e546a2dc4de503587835ddcf21bc1a120d2275acc7aeb1e5ccbe956d046e1ece 20:50:05 % Total % Received % Xferd Average Speed Time Time Time Current 20:50:05 Dload Upload Total Spent Left Speed 20:50:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 953 --:--:-- --:--:-- --:--:-- 954 100 396 0 0 100 396 0 953 --:--:-- --:--:-- --:--:-- 951 20:50:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] } 20:50:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:50:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:50:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:50:07 20:50:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:50:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:50:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:50:07 188c0c94c7c5: Pulling fs layer 20:50:07 0ef7d3d256c8: Pulling fs layer 20:50:07 de9db76c5a1d: Pulling fs layer 20:50:07 0eba1c9be4d2: Pulling fs layer 20:50:07 0d57e429df01: Pulling fs layer 20:50:07 4e4be7b47b0d: Pulling fs layer 20:50:07 e1f770b5df2f: Pulling fs layer 20:50:07 85a0685a4137: Pulling fs layer 20:50:07 0eba1c9be4d2: Waiting 20:50:07 0d57e429df01: Waiting 20:50:07 4e4be7b47b0d: Waiting 20:50:07 e1f770b5df2f: Waiting 20:50:07 85a0685a4137: Waiting 20:50:07 de9db76c5a1d: Verifying Checksum 20:50:07 de9db76c5a1d: Download complete 20:50:07 0ef7d3d256c8: Download complete 20:50:07 0d57e429df01: Download complete 20:50:07 4e4be7b47b0d: Verifying Checksum 20:50:07 4e4be7b47b0d: Download complete 20:50:07 188c0c94c7c5: Verifying Checksum 20:50:07 188c0c94c7c5: Pull complete 20:50:08 0ef7d3d256c8: Pull complete 20:50:08 de9db76c5a1d: Pull complete 20:50:09 e1f770b5df2f: Verifying Checksum 20:50:11 0eba1c9be4d2: Verifying Checksum 20:50:11 0eba1c9be4d2: Download complete 20:50:11 85a0685a4137: Verifying Checksum 20:50:11 85a0685a4137: Download complete 20:50:17 0eba1c9be4d2: Pull complete 20:50:17 0d57e429df01: Pull complete 20:50:17 4e4be7b47b0d: Pull complete 20:50:19 e1f770b5df2f: Pull complete 20:50:26 85a0685a4137: Pull complete 20:50:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:50:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:50:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:50:26 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:50:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:50:27 $ docker top 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 -eo pid,comm [Pipeline] { [Pipeline] echo 20:50:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:50:28 + set -o pipefail 20:50:28 + snyk monitor '--org=edgex-jenkins' 20:50:38 20:50:38 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 20:50:38 20:50:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/cfc4d43d-51c0-4458-8d6c-31e917338860 20:50:38 20:50:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:50:38 20:50:38 [Pipeline] } 20:50:38 $ docker stop --time=1 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 20:50:41 $ docker rm -f 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:50:43 + git log --format=format:%s -1 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh 20:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:43 . [Pipeline] withDockerContainer 20:50:43 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:50:43 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:50:44 $ docker top 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:50:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:44 [ssh-agent] Looking for ssh-agent implementation... 20:50:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:44 $ docker exec 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 ssh-agent 20:50:45 SSH_AUTH_SOCK=/tmp/ssh-dJJ7nigAuYG3/agent.11 20:50:45 SSH_AGENT_PID=16 20:50:45 Running ssh-add (command line suppressed) 20:50:45 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8147299166774548940.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8147299166774548940.key) 20:50:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:45 + git semver tag 20:50:45 # -> Open(): unable to determine branch for HEAD 20:50:45 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:50:45 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:50:45 # $SEMVER_REMOTE_NAME = origin 20:50:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:50:45 # $SEMVER_USER_NAME = edgex-jenkins 20:50:45 # $SEMVER_BRANCH = master 20:50:45 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 20:50:45 # 279c7ea778f56049ed2c46899acca3cd518040be HEAD 20:50:45 # -> Force: false 20:50:45 # 2182c4dd709113f29554afbe70b9b12a953b1b70 refs/tags/v2.0.0-dev.33 [Pipeline] } 20:50:45 $ docker exec --env ******** --env ******** 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 ssh-agent -k 20:50:45 unset SSH_AUTH_SOCK; 20:50:45 unset SSH_AGENT_PID; 20:50:45 echo Agent pid 16 killed; 20:50:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:46 + git semver [Pipeline] } 20:50:46 $ docker stop --time=1 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 20:50:47 $ docker rm -f 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:50:48 20:50:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:50:48 0.23.1-centos7: Pulling from edgex-lftools 20:50:48 ab5ef0e58194: Pulling fs layer 20:50:48 9712f1f96733: Pulling fs layer 20:50:48 63f879dbbcfc: Pulling fs layer 20:50:48 0d9ebad4ef96: Pulling fs layer 20:50:48 e9a5061849ea: Pulling fs layer 20:50:48 d747dcd14b5f: Pulling fs layer 20:50:48 2de7ff778b66: Pulling fs layer 20:50:48 0d9ebad4ef96: Waiting 20:50:48 e9a5061849ea: Waiting 20:50:48 d747dcd14b5f: Waiting 20:50:48 9712f1f96733: Download complete 20:50:50 63f879dbbcfc: Verifying Checksum 20:50:50 63f879dbbcfc: Download complete 20:50:50 e9a5061849ea: Verifying Checksum 20:50:50 e9a5061849ea: Download complete 20:50:50 d747dcd14b5f: Verifying Checksum 20:50:50 d747dcd14b5f: Download complete 20:50:50 2de7ff778b66: Verifying Checksum 20:50:50 2de7ff778b66: Download complete 20:50:50 0d9ebad4ef96: Verifying Checksum 20:50:50 0d9ebad4ef96: Download complete 20:50:50 ab5ef0e58194: Verifying Checksum 20:50:50 ab5ef0e58194: Download complete 20:50:56 ab5ef0e58194: Pull complete 20:50:56 9712f1f96733: Pull complete 20:50:58 63f879dbbcfc: Pull complete 20:51:04 0d9ebad4ef96: Pull complete 20:51:06 e9a5061849ea: Pull complete 20:51:06 d747dcd14b5f: Pull complete 20:51:09 2de7ff778b66: Pull complete 20:51:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:51:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:51:09 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -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:0.23.1-centos7 cat 20:51:13 $ docker top 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:51:14 provisioning config files... 20:51:14 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6882575647690840388tmp 20:51:14 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config238390746831581068tmp 20:51:14 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8258724863934036791tmp [Pipeline] { [Pipeline] echo 20:51:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:51:14 ---> sigul-configuration.sh 20:51:14 gpg: directory `/root/.gnupg' created 20:51:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:51:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:51:14 gpg: keyring `/root/.gnupg/secring.gpg' created 20:51:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:51:14 gpg: CAST5 encrypted data 20:51:14 gpg: encrypted with 1 passphrase 20:51:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:51:15 + mkdir /home/jenkins 20:51:15 + mkdir /home/jenkins/sigul [Pipeline] sh 20:51:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:51:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:51:15 ---> sigul-install.sh 20:51:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:51:22 + git tag --list 20:51:22 v1.0.0 20:51:22 v1.1.0 20:51:22 v1.2.0 20:51:22 v1.3.0 20:51:22 v1.3.1 20:51:22 v1.3.1-dev.1 20:51:22 v1.3.1-dev.2 20:51:22 v1.3.1-dev.3 20:51:22 v2.0.0-dev.1 20:51:22 v2.0.0-dev.10 20:51:22 v2.0.0-dev.11 20:51:22 v2.0.0-dev.12 20:51:22 v2.0.0-dev.13 20:51:22 v2.0.0-dev.14 20:51:22 v2.0.0-dev.15 20:51:22 v2.0.0-dev.16 20:51:22 v2.0.0-dev.17 20:51:22 v2.0.0-dev.18 20:51:22 v2.0.0-dev.19 20:51:22 v2.0.0-dev.2 20:51:22 v2.0.0-dev.20 20:51:22 v2.0.0-dev.21 20:51:22 v2.0.0-dev.22 20:51:22 v2.0.0-dev.23 20:51:22 v2.0.0-dev.24 20:51:22 v2.0.0-dev.25 20:51:22 v2.0.0-dev.26 20:51:22 v2.0.0-dev.27 20:51:22 v2.0.0-dev.28 20:51:22 v2.0.0-dev.29 20:51:22 v2.0.0-dev.3 20:51:22 v2.0.0-dev.30 20:51:22 v2.0.0-dev.31 20:51:22 v2.0.0-dev.32 20:51:22 v2.0.0-dev.33 20:51:22 v2.0.0-dev.4 20:51:22 v2.0.0-dev.5 20:51:22 v2.0.0-dev.6 20:51:22 v2.0.0-dev.7 20:51:22 v2.0.0-dev.8 20:51:22 v2.0.0-dev.9 [Pipeline] sh 20:51:23 + lftools sign git-tag v2.0.0-dev.33 20:51:24 Signing Git tag with Sigul... 20:51:24 Signing v2.0.0-dev.33 [Pipeline] echo 20:51:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:51:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:51:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:51:25 $ docker stop --time=1 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 20:51:27 $ docker rm -f 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:51:28 . [Pipeline] withDockerContainer 20:51:28 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:51:28 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:29 $ docker top 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:29 [ssh-agent] Looking for ssh-agent implementation... 20:51:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:29 $ docker exec 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 ssh-agent 20:51:30 SSH_AUTH_SOCK=/tmp/ssh-EtD9GIARyPCh/agent.13 20:51:30 SSH_AGENT_PID=18 20:51:30 Running ssh-add (command line suppressed) 20:51:30 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2126819209228969521.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2126819209228969521.key) 20:51:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:30 + git semver bump pre 20:51:30 # -> Open(): unable to determine branch for HEAD 20:51:30 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:51:30 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:51:30 # $SEMVER_REMOTE_NAME = origin 20:51:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:30 # $SEMVER_USER_NAME = edgex-jenkins 20:51:30 # $SEMVER_BRANCH = master 20:51:30 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 20:51:30 2.0.0-dev.34 [Pipeline] } 20:51:30 $ docker exec --env ******** --env ******** 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 ssh-agent -k 20:51:30 unset SSH_AUTH_SOCK; 20:51:30 unset SSH_AGENT_PID; 20:51:30 echo Agent pid 18 killed; 20:51:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:31 + git semver [Pipeline] } 20:51:31 $ docker stop --time=1 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 20:51:32 $ docker rm -f 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:51:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:51:33 . [Pipeline] withDockerContainer 20:51:33 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:51:33 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:33 $ docker top 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:34 [ssh-agent] Looking for ssh-agent implementation... 20:51:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:34 $ docker exec 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 ssh-agent 20:51:34 SSH_AUTH_SOCK=/tmp/ssh-7dkUsQs1MyXS/agent.11 20:51:34 SSH_AGENT_PID=16 20:51:34 Running ssh-add (command line suppressed) 20:51:34 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8441459040438825318.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8441459040438825318.key) 20:51:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:35 + git semver push 20:51:35 # -> Open(): unable to determine branch for HEAD 20:51:35 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:51:35 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:51:35 # $SEMVER_REMOTE_NAME = origin 20:51:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:35 # $SEMVER_USER_NAME = edgex-jenkins 20:51:35 # $SEMVER_BRANCH = master 20:51:35 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:51:39 $ docker exec --env ******** --env ******** 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 ssh-agent -k 20:51:39 unset SSH_AUTH_SOCK; 20:51:39 unset SSH_AGENT_PID; 20:51:39 echo Agent pid 16 killed; 20:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:39 + git semver [Pipeline] } 20:51:39 $ docker stop --time=1 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 20:51:41 $ docker rm -f 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:51:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:51:42 ---> package-listing.sh 20:51:42 ++ facter osfamily 20:51:42 ++ tr '[:upper:]' '[:lower:]' 20:51:42 + OS_FAMILY=redhat 20:51:42 + workspace=/w/workspace/_app-service-configurable_master 20:51:42 + START_PACKAGES=/tmp/packages_start.txt 20:51:42 + END_PACKAGES=/tmp/packages_end.txt 20:51:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:51:42 + PACKAGES=/tmp/packages_start.txt 20:51:42 + '[' /w/workspace/_app-service-configurable_master ']' 20:51:42 + PACKAGES=/tmp/packages_end.txt 20:51:42 + case "${OS_FAMILY}" in 20:51:42 + rpm -qa 20:51:42 + sort 20:51:48 + '[' -f /tmp/packages_start.txt ']' 20:51:48 + '[' -f /tmp/packages_end.txt ']' 20:51:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:51:48 + '[' /w/workspace/_app-service-configurable_master ']' 20:51:48 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 20:51:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 20:51:48 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:51:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:51:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:51:48 20:51:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:51:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:51:48 alpine: Pulling from edgex-lftools-log-publisher 20:51:48 df20fa9351a1: Pulling fs layer 20:51:48 36b3adc4ff6f: Pulling fs layer 20:51:48 8ad3a11d3b57: Pulling fs layer 20:51:48 46f8f816bc3b: Pulling fs layer 20:51:48 93b61091891f: Pulling fs layer 20:51:48 93b9cdb0e59b: Pulling fs layer 20:51:48 5e14af77c1be: Pulling fs layer 20:51:48 01666e4c0597: Pulling fs layer 20:51:48 aa168da1d23b: Pulling fs layer 20:51:48 93b61091891f: Waiting 20:51:48 93b9cdb0e59b: Waiting 20:51:48 5e14af77c1be: Waiting 20:51:48 01666e4c0597: Waiting 20:51:48 aa168da1d23b: Waiting 20:51:48 46f8f816bc3b: Waiting 20:51:48 36b3adc4ff6f: Verifying Checksum 20:51:48 36b3adc4ff6f: Download complete 20:51:48 46f8f816bc3b: Download complete 20:51:48 df20fa9351a1: Verifying Checksum 20:51:48 df20fa9351a1: Download complete 20:51:49 93b9cdb0e59b: Verifying Checksum 20:51:49 93b9cdb0e59b: Download complete 20:51:49 5e14af77c1be: Verifying Checksum 20:51:49 5e14af77c1be: Download complete 20:51:49 93b61091891f: Verifying Checksum 20:51:49 93b61091891f: Download complete 20:51:49 01666e4c0597: Verifying Checksum 20:51:49 01666e4c0597: Download complete 20:51:49 8ad3a11d3b57: Verifying Checksum 20:51:49 8ad3a11d3b57: Download complete 20:51:49 df20fa9351a1: Pull complete 20:51:49 36b3adc4ff6f: Pull complete 20:51:50 8ad3a11d3b57: Pull complete 20:51:51 46f8f816bc3b: Pull complete 20:51:51 aa168da1d23b: Verifying Checksum 20:51:51 aa168da1d23b: Download complete 20:51:51 93b61091891f: Pull complete 20:51:51 93b9cdb0e59b: Pull complete 20:51:51 5e14af77c1be: Pull complete 20:51:52 01666e4c0597: Pull complete 20:52:00 aa168da1d23b: Pull complete 20:52:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:52:00 prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container 20:52:00 $ 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:52:02 $ docker top 2ea069354eaa1b99cdbbe9e463df63a1ed9a03a362e502af59dcf659766a17fd -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:03 + touch /tmp/pre-build-complete [Pipeline] sh 20:52:03 + mkdir -p /var/log/sa [Pipeline] sh 20:52:04 + ls /var/log/sa-host 20:52:04 + sadf -c /var/log/sa-host/sa23 20:52:04 file_magic: OK 20:52:04 HZ: Using current value: 100 20:52:04 file_header: OK 20:52:04 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:52:04 Statistics: 20:52:04 Hnuu...uuuununununu... 20:52:04 File successfully converted to sysstat format version 12.2.1 20:52:04 + sadf -c /var/log/sa-host/sa28 20:52:04 file_magic: OK 20:52:04 HZ: Using current value: 100 20:52:04 file_header: OK 20:52:04 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:52:04 Statistics: 20:52:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:52:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:04 provisioning config files... 20:52:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1905551815842184425tmp [Pipeline] { [Pipeline] echo 20:52:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:05 ---> create-netrc.sh [Pipeline] } 20:52:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:52:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:52:05 ---> python-tools-install.sh [Pipeline] echo 20:52:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:52:05 ---> sudo-logs.sh 20:52:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:52:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:52:06 ---> job-cost.sh 20:52:06 lf-activate-venv: SKIPPING 20:52:06 DEBUG: total: 0.20999999344348907 20:52:06 INFO: Retrieving Stack Cost... 20:52:07 INFO: Retrieving Pricing Info for: v1-standard-2 20:52:07 INFO: Archiving Costs [Pipeline] echo 20:52:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:07 ---> logs-deploy.sh 20:52:07 lf-activate-venv: SKIPPING 20:52:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/103 20:52:07 INFO: archiving workspace using pattern(s): 20:52:09 Archives upload complete. 20:52:09 INFO: archiving logs to Nexus 20:52:10 ---> uname -a: 20:52:10 Linux prd-centos7-docker-4c-2g-2244.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:52:10 20:52:10 20:52:10 ---> lscpu: 20:52:10 Architecture: x86_64 20:52:10 CPU op-mode(s): 32-bit, 64-bit 20:52:10 Byte Order: Little Endian 20:52:10 Address sizes: 40 bits physical, 48 bits virtual 20:52:10 CPU(s): 4 20:52:10 On-line CPU(s) list: 0-3 20:52:10 Thread(s) per core: 1 20:52:10 Core(s) per socket: 1 20:52:10 Socket(s): 4 20:52:10 NUMA node(s): 1 20:52:10 Vendor ID: GenuineIntel 20:52:10 CPU family: 6 20:52:10 Model: 44 20:52:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:52:10 Stepping: 1 20:52:10 CPU MHz: 2933.442 20:52:10 BogoMIPS: 5866.88 20:52:10 Virtualization: VT-x 20:52:10 Hypervisor vendor: KVM 20:52:10 Virtualization type: full 20:52:10 L1d cache: 128 KiB 20:52:10 L1i cache: 128 KiB 20:52:10 L2 cache: 16 MiB 20:52:10 L3 cache: 64 MiB 20:52:10 NUMA node0 CPU(s): 0-3 20:52:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:52:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:52:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:52:10 Vulnerability Meltdown: Mitigation; PTI 20:52:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:52:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:52:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:52:10 Vulnerability Srbds: Not affected 20:52:10 Vulnerability Tsx async abort: Not affected 20:52:10 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:52:10 20:52:10 20:52:10 ---> nproc: 20:52:10 4 20:52:10 20:52:10 20:52:10 ---> df -h: 20:52:10 Filesystem Size Used Available Use% Mounted on 20:52:10 overlay 50.0G 8.5G 41.4G 17% / 20:52:10 tmpfs 64.0M 0 64.0M 0% /dev 20:52:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:52:10 shm 64.0M 0 64.0M 0% /dev/shm 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 20:52:10 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 20:52:10 20:52:10 20:52:10 ---> free -m: 20:52:10 total used free shared buff/cache available 20:52:10 Mem: 1837 832 134 0 870 940 20:52:10 Swap: 1023 2 1021 20:52:10 20:52:10 20:52:10 ---> ip addr: 20:52:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:52:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:52:10 inet 127.0.0.1/8 scope host lo 20:52:10 valid_lft forever preferred_lft forever 20:52:10 inet6 ::1/128 scope host 20:52:10 valid_lft forever preferred_lft forever 20:52:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:52:10 link/ether fa:16:3e:4b:06:e4 brd ff:ff:ff:ff:ff:ff 20:52:10 inet 10.30.122.52/23 brd 10.30.123.255 scope global dynamic eth0 20:52:10 valid_lft 85764sec preferred_lft 85764sec 20:52:10 inet6 fe80::f816:3eff:fe4b:6e4/64 scope link 20:52:10 valid_lft forever preferred_lft forever 20:52:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:52:10 link/ether 02:42:27:17:29:dd brd ff:ff:ff:ff:ff:ff 20:52:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:52:10 valid_lft forever preferred_lft forever 20:52:10 inet6 fe80::42:27ff:fe17:29dd/64 scope link 20:52:10 valid_lft forever preferred_lft forever 20:52:10 20:52:10 20:52:10 ---> sar -b -r -n DEV: 20:52:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 20:52:10 20:52:10 20:41:24 LINUX RESTART (4 CPU) 20:52:10 20:52:10 20:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:52:10 20:43:01 46.86 12.42 34.44 0.00 4412.85 3147.83 0.00 20:52:10 20:44:01 1.75 0.00 1.75 0.00 0.00 33.17 0.00 20:52:10 20:45:01 0.25 0.00 0.25 0.00 0.00 4.16 0.00 20:52:10 20:46:01 0.35 0.00 0.35 0.00 0.00 4.90 0.00 20:52:10 20:47:02 0.28 0.00 0.28 0.00 0.00 3.51 0.00 20:52:10 20:48:01 0.34 0.00 0.34 0.00 0.00 4.13 0.00 20:52:10 20:49:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 20:52:10 20:50:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 20:52:10 20:51:01 373.42 186.68 186.73 0.00 9051.90 58707.30 0.00 20:52:10 20:52:01 251.82 111.92 139.89 0.00 8348.35 31134.51 0.00 20:52:10 Average: 67.87 31.25 36.63 0.00 2191.44 9346.71 0.00 20:52:10 20:52:10 20:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:52:10 20:43:01 128012 0 613976 32.63 2600 1136956 1114016 38.02 469964 1084092 20 20:52:10 20:44:01 135436 0 606548 32.24 2600 1136960 1069368 36.50 466592 1080668 8 20:52:10 20:45:01 129400 0 612572 32.56 2600 1136972 1082064 36.93 468884 1084608 8 20:52:10 20:46:01 126432 0 615540 32.71 2600 1136972 1085220 37.04 471632 1084444 8 20:52:10 20:47:02 129640 0 612324 32.54 2600 1136980 1080556 36.88 467700 1086172 0 20:52:10 20:48:01 129968 0 611992 32.53 2600 1136984 1080484 36.88 467336 1086172 0 20:52:10 20:49:01 130312 0 611644 32.51 2600 1136988 1080436 36.87 466944 1086172 8 20:52:10 20:50:01 130348 0 611604 32.51 2600 1136992 1080436 36.87 467072 1086172 8 20:52:10 20:51:01 66184 0 788196 41.89 2004 1025160 1517120 51.78 633676 886868 46648 20:52:10 20:52:01 182108 0 835700 44.42 1460 862276 1302344 44.45 553892 773128 104 20:52:10 Average: 128784 0 652010 34.65 2426 1098324 1149204 39.22 493369 1033850 4681 20:52:10 20:52:10 20:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:52:10 20:43:01 eth0 160.91 110.97 476.33 30.70 0.00 0.00 0.00 0.00 20:52:10 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:43:01 docker0 2.33 1.85 0.56 5.38 0.00 0.00 0.00 0.00 20:52:10 20:44:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:52:10 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:45:01 eth0 6.04 4.43 3.43 8.04 0.00 0.00 0.00 0.00 20:52:10 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:46:01 eth0 2.88 3.08 0.42 7.00 0.00 0.00 0.00 0.00 20:52:10 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:47:02 eth0 3.11 3.13 0.27 6.84 0.00 0.00 0.00 0.00 20:52:10 20:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:48:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 20:52:10 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:52:10 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:52:10 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:51:01 eth0 872.60 738.12 7660.35 69.46 0.00 0.00 0.00 0.00 20:52:10 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:51:01 docker0 70.07 74.36 5.48 381.71 0.00 0.00 0.00 0.00 20:52:10 20:52:01 eth0 382.27 278.68 2455.17 116.08 0.00 0.00 0.00 0.00 20:52:10 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 20:52:01 docker0 53.55 95.61 3.11 247.01 0.00 0.00 0.00 0.00 20:52:10 Average: eth0 143.46 114.32 1063.66 23.94 0.00 0.00 0.00 0.00 20:52:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:10 Average: docker0 12.66 17.29 0.92 63.72 0.00 0.00 0.00 0.00 20:52:10 20:52:10 20:52:10 ---> sar -P ALL: 20:52:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 20:52:10 20:52:10 20:41:24 LINUX RESTART (4 CPU) 20:52:10 20:52:10 20:42:01 CPU %user %nice %system %iowait %steal %idle 20:52:10 20:43:01 all 3.60 0.00 2.50 1.06 0.05 92.78 20:52:10 20:43:01 0 4.01 0.00 3.20 0.49 0.03 92.26 20:52:10 20:43:01 1 3.23 0.00 1.95 0.89 0.05 93.88 20:52:10 20:43:01 2 3.47 0.00 2.57 0.45 0.07 93.44 20:52:10 20:43:01 3 3.70 0.00 2.27 2.43 0.05 91.55 20:52:10 20:44:01 all 0.18 0.00 0.05 0.00 0.00 99.78 20:52:10 20:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:52:10 20:44:01 1 0.07 0.00 0.07 0.00 0.00 99.87 20:52:10 20:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 20:52:10 20:44:01 3 0.53 0.00 0.03 0.00 0.00 99.43 20:52:10 20:45:01 all 0.22 0.00 0.08 0.00 0.01 99.68 20:52:10 20:45:01 0 0.15 0.00 0.07 0.00 0.02 99.77 20:52:10 20:45:01 1 0.20 0.00 0.10 0.00 0.00 99.70 20:52:10 20:45:01 2 0.15 0.00 0.10 0.00 0.00 99.75 20:52:10 20:45:01 3 0.38 0.00 0.07 0.00 0.03 99.52 20:52:10 20:46:01 all 0.05 0.00 0.05 0.00 0.00 99.90 20:52:10 20:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:52:10 20:46:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:52:10 20:46:01 2 0.10 0.00 0.03 0.00 0.02 99.85 20:52:10 20:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 20:52:10 20:47:02 all 0.07 0.00 0.09 0.00 0.00 99.84 20:52:10 20:47:02 0 0.03 0.00 0.05 0.00 0.00 99.92 20:52:10 20:47:02 1 0.10 0.00 0.08 0.00 0.02 99.80 20:52:10 20:47:02 2 0.07 0.00 0.10 0.00 0.00 99.83 20:52:10 20:47:02 3 0.08 0.00 0.12 0.00 0.00 99.80 20:52:10 20:48:01 all 0.02 0.00 0.03 0.00 0.00 99.95 20:52:10 20:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:52:10 20:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:52:10 20:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:52:10 20:48:01 3 0.02 0.00 0.05 0.00 0.00 99.93 20:52:10 20:49:01 all 0.03 0.00 0.03 0.00 0.00 99.94 20:52:10 20:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:52:10 20:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:52:10 20:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:52:10 20:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 20:52:10 20:50:01 all 0.03 0.00 0.02 0.00 0.00 99.95 20:52:10 20:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:52:10 20:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:52:10 20:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:52:10 20:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:52:10 20:51:01 all 16.37 0.00 12.16 5.53 0.24 65.70 20:52:10 20:51:01 0 15.67 0.00 13.72 5.05 0.28 65.28 20:52:10 20:51:01 1 15.53 0.00 11.62 6.63 0.24 65.97 20:52:10 20:51:01 2 17.02 0.00 11.01 6.49 0.21 65.27 20:52:10 20:51:01 3 17.26 0.00 12.29 3.94 0.25 66.27 20:52:10 20:52:01 all 11.76 0.00 8.95 3.99 0.15 75.15 20:52:10 20:52:01 0 10.49 0.00 9.15 3.78 0.14 76.44 20:52:10 20:52:01 1 14.79 0.00 8.87 4.91 0.14 71.30 20:52:10 20:52:01 2 10.12 0.00 9.11 2.71 0.14 77.92 20:52:10 20:52:01 3 11.67 0.00 8.66 4.59 0.17 74.91 20:52:10 Average: all 3.15 0.00 2.34 1.03 0.05 93.43 20:52:10 Average: 0 2.96 0.00 2.56 0.90 0.05 93.53 20:52:10 Average: 1 3.33 0.00 2.23 1.21 0.04 93.19 20:52:10 Average: 2 3.03 0.00 2.25 0.94 0.04 93.73 20:52:10 Average: 3 3.29 0.00 2.30 1.07 0.05 93.28 20:52:10 20:52:10 20:52:10