Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7b79720c7baecc45e512545009760e44417542fc 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-33436 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 7b79720c7baecc45e512545009760e44417542fc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" > git rev-list --no-walk bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:51:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:51:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:51:41 ========================================================= 13:51:41 EdgeX Global Pipelines Version Info 13:51:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:51:43 ------------------- 13:51:43 stable info: 13:51:43 ------------------- 13:51:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:51:43 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:51:43 Message: update stable to v1.0.186 13:51:43 ------------------- 13:51:43 experimental info: 13:51:43 ------------------- 13:51:43 Commited By: **** collab-it+edgex@linuxfoundation.org 13:51:43 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 13:51:43 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:51:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:51:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:51:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:51:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:51:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:51:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b79720c7baecc45e512545009760e44417542fc [Pipeline] echo 13:51:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b79720 [Pipeline] echo 13:51:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:51:47 provisioning config files... 13:51:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4711287720697062990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:51:48 ---> docker-login.sh 13:51:48 nexus3.edgexfoundry.org:10001 13:51:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:48 Configure a credential helper to remove this warning. See 13:51:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:48 13:51:48 Login Succeeded 13:51:48 nexus3.edgexfoundry.org:10002 13:51:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:48 Configure a credential helper to remove this warning. See 13:51:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:48 13:51:48 Login Succeeded 13:51:48 nexus3.edgexfoundry.org:10003 13:51:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:48 Configure a credential helper to remove this warning. See 13:51:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:48 13:51:48 Login Succeeded 13:51:48 nexus3.edgexfoundry.org:10004 13:51:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:49 Configure a credential helper to remove this warning. See 13:51:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:49 13:51:49 Login Succeeded 13:51:49 docker.io 13:51:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:49 Configure a credential helper to remove this warning. See 13:51:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:49 13:51:49 Login Succeeded 13:51:49 ---> docker-login.sh ends [Pipeline] } 13:51:49 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 13:51:50 + git log --format=format:%s -1 7b79720c7baecc45e512545009760e44417542fc [Pipeline] echo 13:51:50 GIT_COMMIT: 7b79720c7baecc45e512545009760e44417542fc, Commit Message: feat: Add Registry/Config Access token capability via Secret Provider (#229) [Pipeline] echo 13:51:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:51:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:51 13:51:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:51:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:51 latest: Pulling from edgex-devops/git-semver 13:51:51 31603596830f: Pulling fs layer 13:51:51 2a8b12db71e7: Pulling fs layer 13:51:51 6ca5941a6612: Pulling fs layer 13:51:51 ecc8261a40a4: Pulling fs layer 13:51:51 ecc8261a40a4: Waiting 13:51:51 2a8b12db71e7: Download complete 13:51:52 31603596830f: Verifying Checksum 13:51:52 31603596830f: Download complete 13:51:52 ecc8261a40a4: Verifying Checksum 13:51:52 ecc8261a40a4: Download complete 13:51:52 6ca5941a6612: Verifying Checksum 13:51:52 6ca5941a6612: Download complete 13:51:52 31603596830f: Pull complete 13:51:52 2a8b12db71e7: Pull complete 13:51:53 6ca5941a6612: Pull complete 13:51:53 ecc8261a40a4: Pull complete 13:51:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:51:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:51:53 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 13:51:53 $ 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 13:51:55 $ docker top ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:55 [ssh-agent] Looking for ssh-agent implementation... 13:51:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:56 $ docker exec ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent 13:51:56 SSH_AUTH_SOCK=/tmp/ssh-thL4msM4vLD3/agent.11 13:51:56 SSH_AGENT_PID=16 13:51:56 Running ssh-add (command line suppressed) 13:51:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7715243243675396424.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7715243243675396424.key) 13:51:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:56 + git tag --points-at HEAD [Pipeline] } 13:51:56 $ docker exec --env ******** --env ******** ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent -k 13:51:57 unset SSH_AUTH_SOCK; 13:51:57 unset SSH_AGENT_PID; 13:51:57 echo Agent pid 16 killed; 13:51:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:51:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:57 [ssh-agent] Looking for ssh-agent implementation... 13:51:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:57 $ docker exec ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent 13:51:57 SSH_AUTH_SOCK=/tmp/ssh-zOxpmIgfBBc6/agent.45 13:51:57 SSH_AGENT_PID=50 13:51:57 Running ssh-add (command line suppressed) 13:51:57 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6414222783038764993.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6414222783038764993.key) 13:51:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:58 + git semver init 13:51:58 # -> Open(): unable to determine branch for HEAD 13:51:58 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 13:51:58 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 13:51:58 # $SEMVER_REMOTE_NAME = origin 13:51:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:51:58 # $SEMVER_USER_NAME = edgex-jenkins 13:51:58 # $SEMVER_BRANCH = master 13:51:58 # $SEMVER_TEMP = /tmp/semver-215574090 13:51:58 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 13:51:58 # '/tmp/semver-215574090' -> '/w/workspace/_app-service-configurable_master/.semver' 13:51:58 # -> Force: false 13:51:58 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 13:51:58 $ docker exec --env ******** --env ******** ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent -k 13:51:58 unset SSH_AUTH_SOCK; 13:51:58 unset SSH_AGENT_PID; 13:51:58 echo Agent pid 50 killed; 13:51:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:59 + git semver [Pipeline] } 13:51:59 $ docker stop --time=1 ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 13:52:00 $ docker rm -f ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:52:01 Stashed 1 file(s) [Pipeline] echo 13:52:01 [edgeXSemver]: initialized semver on version 2.0.0-dev.30 [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 13:52:17 Still waiting to schedule task 13:52:17 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:52:17 Still waiting to schedule task 13:52:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 13:53:44 Running on prd-centos7-docker-4c-2g-33439 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 13:53:44 Running in /w/workspace/app-service-configurable/100 [Pipeline] { [Pipeline] checkout 13:53:46 using credential edgex-jenkins-ssh 13:53:46 Cloning the remote Git repository 13:53:46 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 13:53:46 > git init /w/workspace/app-service-configurable/100 # timeout=10 13:53:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:53:46 > git --version # timeout=10 13:53:46 > git --version # 'git version 2.24.3' 13:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 13:53:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:53:46 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:53:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:53:46 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:53:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 13:53:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:53:47 Checking out Revision 7b79720c7baecc45e512545009760e44417542fc (master) 13:53:47 > git config core.sparsecheckout # timeout=10 13:53:47 > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 13:53:51 Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:53:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:53:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:53:53 + true 13:53:53 + sudo service docker restart 13:53:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:53:53 provisioning config files... 13:53:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config6943360098693377039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:53:54 ---> docker-login.sh 13:53:54 nexus3.edgexfoundry.org:10001 13:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:53:54 Configure a credential helper to remove this warning. See 13:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:53:54 13:53:54 Login Succeeded 13:53:54 nexus3.edgexfoundry.org:10002 13:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:53:54 Configure a credential helper to remove this warning. See 13:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:53:54 13:53:54 Login Succeeded 13:53:54 nexus3.edgexfoundry.org:10003 13:53:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:53:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:53:54 Configure a credential helper to remove this warning. See 13:53:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:53:54 13:53:54 Login Succeeded 13:53:54 nexus3.edgexfoundry.org:10004 13:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:53:55 Configure a credential helper to remove this warning. See 13:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:53:55 13:53:55 Login Succeeded 13:53:55 docker.io 13:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:53:55 Configure a credential helper to remove this warning. See 13:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:53:55 13:53:55 Login Succeeded 13:53:55 ---> docker-login.sh ends [Pipeline] } 13:53:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:53:55 ========================================================= 13:53:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:53:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:53:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 13:53:56 Sending build context to Docker daemon 99.33kB 13:53:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:53:56 Step 2/8 : FROM ${BASE} 13:53:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:53:56 188c0c94c7c5: Pulling fs layer 13:53:56 0ef7d3d256c8: Pulling fs layer 13:53:56 de9db76c5a1d: Pulling fs layer 13:53:56 bca2f99d35d6: Pulling fs layer 13:53:56 93359f2a8cfa: Pulling fs layer 13:53:56 7c6f9722023f: Pulling fs layer 13:53:56 a35cf1a2eb13: Pulling fs layer 13:53:56 93359f2a8cfa: Waiting 13:53:56 7c6f9722023f: Waiting 13:53:56 a35cf1a2eb13: Waiting 13:53:56 bca2f99d35d6: Waiting 13:53:56 de9db76c5a1d: Download complete 13:53:56 0ef7d3d256c8: Verifying Checksum 13:53:56 0ef7d3d256c8: Download complete 13:53:56 93359f2a8cfa: Verifying Checksum 13:53:56 93359f2a8cfa: Download complete 13:53:56 188c0c94c7c5: Verifying Checksum 13:53:56 188c0c94c7c5: Download complete 13:53:56 7c6f9722023f: Verifying Checksum 13:53:56 7c6f9722023f: Download complete 13:53:56 188c0c94c7c5: Pull complete 13:53:56 0ef7d3d256c8: Pull complete 13:53:56 de9db76c5a1d: Pull complete 13:53:58 a35cf1a2eb13: Verifying Checksum 13:53:58 a35cf1a2eb13: Download complete 13:53:58 bca2f99d35d6: Verifying Checksum 13:53:58 bca2f99d35d6: Download complete 13:54:04 bca2f99d35d6: Pull complete 13:54:04 93359f2a8cfa: Pull complete 13:54:04 7c6f9722023f: Pull complete 13:54:10 a35cf1a2eb13: Pull complete 13:54:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:54:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:54:10 ---> a62c8e92a672 13:54:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:54:10 ---> Running in a9d40bace60d 13:54:10 Removing intermediate container a9d40bace60d 13:54:10 ---> 5d0ba88b0ea9 13:54:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:10 ---> Running in 7664b76093db 13:54:11 Removing intermediate container 7664b76093db 13:54:11 ---> 2bd19a1f90b8 13:54:11 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 13:54:11 ---> Running in 1a5335f8956a 13:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:54:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33438 in /w/workspace/_app-service-configurable_master [Pipeline] { 13:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] ws 13:54:13 Running in /w/workspace/app-service-configurable/100 [Pipeline] { [Pipeline] checkout 13:54:13 (1/6) Installing libc-dev (0.7.2-r3) 13:54:13 (2/6) Installing libsodium (1.0.18-r0) 13:54:13 (3/6) Installing pkgconf (1.7.2-r0) 13:54:13 (4/6) Installing libsodium-dev (1.0.18-r0) 13:54:14 (5/6) Installing libzmq (4.3.3-r0) 13:54:14 (6/6) Installing zeromq-dev (4.3.3-r0) 13:54:14 Executing busybox-1.31.1-r19.trigger 13:54:14 OK: 167 MiB in 45 packages 13:54:14 Removing intermediate container 1a5335f8956a 13:54:14 ---> 177acb66ec5e 13:54:14 Step 6/8 : WORKDIR /app 13:54:14 ---> Running in e4861c2e5bf6 13:54:15 Removing intermediate container e4861c2e5bf6 13:54:15 ---> cd3a0b141037 13:54:15 Step 7/8 : COPY . . 13:54:15 ---> 5b84196c2607 13:54:15 Step 8/8 : RUN go mod download 13:54:15 ---> Running in 119cad42d220 13:54:18 using credential edgex-jenkins-ssh 13:54:18 Cloning the remote Git repository 13:54:18 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 13:54:18 > git init /w/workspace/app-service-configurable/100 # timeout=10 13:54:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:54:18 > git --version # timeout=10 13:54:18 > git --version # 'git version 2.17.1' 13:54:18 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:54:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:54:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:54:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:54:19 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:54:19 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:54:20 Checking out Revision 7b79720c7baecc45e512545009760e44417542fc (master) 13:54:20 > git config core.sparsecheckout # timeout=10 13:54:20 > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 13:54:24 Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:54:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:54:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:54:26 + + sudo servicetrue docker 13:54:26 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:54:29 provisioning config files... 13:54:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config7479424534940180935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:54:30 ---> docker-login.sh 13:54:30 nexus3.edgexfoundry.org:10001 13:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:31 Configure a credential helper to remove this warning. See 13:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:31 13:54:31 Login Succeeded 13:54:31 nexus3.edgexfoundry.org:10002 13:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:31 Configure a credential helper to remove this warning. See 13:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:31 13:54:31 Login Succeeded 13:54:31 nexus3.edgexfoundry.org:10003 13:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:32 Configure a credential helper to remove this warning. See 13:54:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:32 13:54:32 Login Succeeded 13:54:32 nexus3.edgexfoundry.org:10004 13:54:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:33 Configure a credential helper to remove this warning. See 13:54:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:33 13:54:33 Login Succeeded 13:54:33 docker.io 13:54:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:33 Configure a credential helper to remove this warning. See 13:54:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:33 13:54:33 Login Succeeded 13:54:33 ---> docker-login.sh ends [Pipeline] } 13:54:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:54:34 ========================================================= 13:54:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:54:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:54:34 + 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 . 13:54:34 Sending build context to Docker daemon 99.33kB 13:54:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:54:34 Step 2/8 : FROM ${BASE} 13:54:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:54:35 5f621e34cdf4: Pulling fs layer 13:54:35 a4357932f1b6: Pulling fs layer 13:54:35 18c013af1878: Pulling fs layer 13:54:35 00ac8860ef70: Pulling fs layer 13:54:35 63d7cb157983: Pulling fs layer 13:54:35 b116817d02f9: Pulling fs layer 13:54:35 745a02a5169b: Pulling fs layer 13:54:35 b116817d02f9: Waiting 13:54:35 745a02a5169b: Waiting 13:54:35 63d7cb157983: Waiting 13:54:35 00ac8860ef70: Waiting 13:54:35 18c013af1878: Verifying Checksum 13:54:35 18c013af1878: Download complete 13:54:35 a4357932f1b6: Verifying Checksum 13:54:35 a4357932f1b6: Download complete 13:54:35 63d7cb157983: Verifying Checksum 13:54:35 63d7cb157983: Download complete 13:54:35 b116817d02f9: Verifying Checksum 13:54:35 b116817d02f9: Download complete 13:54:35 5f621e34cdf4: Verifying Checksum 13:54:35 5f621e34cdf4: Download complete 13:54:35 5f621e34cdf4: Pull complete 13:54:36 a4357932f1b6: Pull complete 13:54:36 18c013af1878: Pull complete 13:54:37 745a02a5169b: Download complete 13:54:38 00ac8860ef70: Download complete 13:54:41 Removing intermediate container 119cad42d220 13:54:41 ---> a2e39b5d91d5 13:54:41 Successfully built a2e39b5d91d5 13:54:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:54:42 + docker inspect -f . ci-base-image-x86_64 13:54:42 . [Pipeline] withDockerContainer 13:54:42 prd-centos7-docker-4c-2g-33439 does not seem to be running inside a container 13:54:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:54:43 $ docker top 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 -eo pid,comm [Pipeline] { [Pipeline] sh 13:54:43 + go version 13:54:43 go version go1.15.5 linux/amd64 [Pipeline] } 13:54:43 $ docker stop --time=1 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 13:54:45 $ docker rm -f 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:54:45 + docker inspect -f . ci-base-image-x86_64 13:54:45 . [Pipeline] withDockerContainer 13:54:46 prd-centos7-docker-4c-2g-33439 does not seem to be running inside a container 13:54:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:54:46 $ docker top 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 -eo pid,comm [Pipeline] { [Pipeline] sh 13:54:47 + make test 13:54:47 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 13:54:48 00ac8860ef70: Pull complete 13:54:48 63d7cb157983: Pull complete 13:54:49 b116817d02f9: Pull complete 13:54:53 745a02a5169b: Pull complete 13:54:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:54:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:54:53 ---> b7e6874047d6 13:54:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:54:56 ---> Running in 7780b8e20790 13:54:56 Removing intermediate container 7780b8e20790 13:54:56 ---> 6301f86dbfb3 13:54:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:56 ---> Running in 0035d8723f38 13:54:57 Removing intermediate container 0035d8723f38 13:54:57 ---> a921a62b6b2c 13:54:57 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 13:54:58 ---> Running in 09eacce24924 13:54:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:55:02 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:55:02 CGO_ENABLED=1 go vet ./... 13:55:02 gofmt -l . 13:55:02 [ "`gofmt -l .`" = "" ] 13:55:02 ./bin/test-go-mod-tidy.sh 13:55:03 ./bin/test-attribution-txt.sh 13:55:03 (1/6) Installing libc-dev (0.7.2-r3) 13:55:03 (2/6) Installing libsodium (1.0.18-r0) [Pipeline] } 13:55:03 $ docker stop --time=1 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 13:55:03 (3/6) Installing pkgconf (1.7.2-r0) 13:55:03 (4/6) Installing libsodium-dev (1.0.18-r0) 13:55:03 (5/6) Installing libzmq (4.3.3-r0) 13:55:04 (6/6) Installing zeromq-dev (4.3.3-r0) 13:55:04 Executing busybox-1.31.1-r19.trigger 13:55:04 OK: 144 MiB in 45 packages 13:55:05 $ docker rm -f 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 13:55:05 Removing intermediate container 09eacce24924 13:55:05 ---> 6e425dd3ba7c 13:55:05 Step 6/8 : WORKDIR /app [Pipeline] // withDockerContainer 13:55:06 ---> Running in c54422b1b6ac [Pipeline] sh 13:55:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:55:06 Removing intermediate container c54422b1b6ac 13:55:06 ---> d2c309224046 13:55:06 Step 7/8 : COPY . . 13:55:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 13:55:07 ---> a6813c7d4ac6 13:55:07 Step 8/8 : RUN go mod download 13:55:07 ---> Running in 7f592b5b9836 [Pipeline] sh 13:55:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:55:09 + ls -al . 13:55:09 total 92 13:55:09 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 9 13:55 . 13:55:09 drwxrwxr-x. 4 jenkins jenkins 32 Apr 9 13:53 .. 13:55:09 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 9 13:53 Attribution.txt 13:55:09 drwxrwxr-x. 2 jenkins jenkins 64 Apr 9 13:53 bin 13:55:09 -rw-r--r--. 1 jenkins jenkins 10 Apr 9 13:54 coverage.out 13:55:09 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 9 13:53 Dockerfile 13:55:09 -rw-rw-r--. 1 jenkins jenkins 970 Apr 9 13:53 Dockerfile.build 13:55:09 -rw-rw-r--. 1 jenkins jenkins 119 Apr 9 13:53 .dockerignore 13:55:09 drwxrwxr-x. 8 jenkins jenkins 162 Apr 9 13:53 .git 13:55:09 drwxrwxr-x. 2 jenkins jenkins 81 Apr 9 13:53 .github 13:55:09 -rw-rw-r--. 1 jenkins jenkins 111 Apr 9 13:53 .gitignore 13:55:09 -rw-r--r--. 1 jenkins jenkins 136 Apr 9 13:55 go.mod 13:55:09 -rw-r--r--. 1 jenkins jenkins 21228 Apr 9 13:55 go.sum 13:55:09 -rw-rw-r--. 1 jenkins jenkins 687 Apr 9 13:53 Jenkinsfile 13:55:09 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 9 13:53 LICENSE 13:55:09 -rw-rw-r--. 1 jenkins jenkins 1460 Apr 9 13:53 main.go 13:55:09 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 9 13:53 makefile 13:55:09 -rw-rw-r--. 1 jenkins jenkins 1277 Apr 9 13:53 README.md 13:55:09 drwxrwxr-x. 10 jenkins jenkins 173 Apr 9 13:53 res 13:55:09 drwxrwxr-x. 4 jenkins jenkins 71 Apr 9 13:53 snap 13:55:09 -rw-rw-r--. 1 jenkins jenkins 12 Apr 9 13:52 VERSION [Pipeline] isUnix [Pipeline] sh 13:55:10 + 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=7b79720c7baecc45e512545009760e44417542fc --label arch=amd64 --label version=2.0.0-dev.30 . 13:55:10 Sending build context to Docker daemon 123.4kB 13:55:10 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 13:55:10 Step 2/27 : FROM ${BASE} AS builder 13:55:10 ---> a2e39b5d91d5 13:55:10 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:55:10 ---> Running in 171750d22bc9 13:55:10 Removing intermediate container 171750d22bc9 13:55:10 ---> 3747cf1f8910 13:55:10 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:55:10 ---> Running in a79ef12b6efb 13:55:10 Removing intermediate container a79ef12b6efb 13:55:10 ---> e67c827c00f1 13:55:10 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 13:55:10 ---> Running in e60e84aeb948 13:55:10 Removing intermediate container e60e84aeb948 13:55:10 ---> fc47ee74e83e 13:55:10 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:10 ---> Running in 18bda9f53db9 13:55:11 Removing intermediate container 18bda9f53db9 13:55:11 ---> 8b035c49f8eb 13:55:11 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:55:11 ---> Running in f5c981e5f489 13:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:55:18 OK: 167 MiB in 45 packages 13:55:18 Removing intermediate container f5c981e5f489 13:55:18 ---> 41d7b2e1c3db 13:55:18 Step 8/27 : WORKDIR /app 13:55:18 ---> Running in 4f64c5e33a38 13:55:18 Removing intermediate container 4f64c5e33a38 13:55:18 ---> a3e1211f2204 13:55:18 Step 9/27 : COPY go.mod . 13:55:19 ---> 0cb73f47bfe2 13:55:19 Step 10/27 : RUN go mod download 13:55:19 ---> Running in 2a0ee71fac6b 13:55:20 Removing intermediate container 2a0ee71fac6b 13:55:20 ---> 2cd2e9ab680b 13:55:20 Step 11/27 : COPY . . 13:55:20 ---> d3ff2a731f0c 13:55:20 Step 12/27 : ARG MAKE="make build" 13:55:20 ---> Running in 1d1a6159e47f 13:55:20 Removing intermediate container 1d1a6159e47f 13:55:20 ---> 3841c2369097 13:55:20 Step 13/27 : RUN $MAKE 13:55:20 ---> Running in fead32f32f26 13:55:20 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.30" -o app-service-configurable 13:55:34 Removing intermediate container 7f592b5b9836 13:55:34 ---> 5f28bd2b1fe8 13:55:34 Successfully built 5f28bd2b1fe8 13:55:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:55:34 + docker inspect -f . ci-base-image-arm64 13:55:34 . [Pipeline] withDockerContainer 13:55:34 prd-ubuntu18.04-docker-arm64-4c-16g-33438 does not seem to be running inside a container 13:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@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 13:55:35 Removing intermediate container fead32f32f26 13:55:35 ---> 1fcb00cc78f6 13:55:35 Step 14/27 : FROM alpine:3.12 13:55:35 3.12: Pulling from library/alpine 13:55:35 532819f3e44c: Pulling fs layer 13:55:35 532819f3e44c: Verifying Checksum 13:55:35 532819f3e44c: Download complete 13:55:35 532819f3e44c: Pull complete 13:55:35 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:55:35 Status: Downloaded newer image for alpine:3.12 13:55:35 ---> 7230e588e954 13:55:35 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 13:55:35 ---> Running in 4c615d038dc0 13:55:35 Removing intermediate container 4c615d038dc0 13:55:35 ---> 7457c9d73309 13:55:35 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:55:35 ---> Running in 6b1adab4328c 13:55:35 Removing intermediate container 6b1adab4328c 13:55:35 ---> 81ddc70a4bfc 13:55:35 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 13:55:35 ---> Running in 696d7528c035 13:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:55:36 (1/7) Installing ca-certificates (20191127-r4) 13:55:36 (2/7) Installing dumb-init (1.2.2-r1) 13:55:36 (3/7) Installing libgcc (9.3.0-r2) 13:55:36 (4/7) Installing libsodium (1.0.18-r0) 13:55:36 (5/7) Installing libstdc++ (9.3.0-r2) 13:55:36 (6/7) Installing libzmq (4.3.3-r0) 13:55:36 (7/7) Installing zeromq (4.3.3-r0) 13:55:36 Executing busybox-1.31.1-r20.trigger 13:55:36 Executing ca-certificates-20191127-r4.trigger 13:55:36 OK: 9 MiB in 21 packages 13:55:36 $ docker top f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e -eo pid,comm [Pipeline] { 13:55:36 Removing intermediate container 696d7528c035 13:55:36 ---> c76c83fe0dfb 13:55:36 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [Pipeline] sh 13:55:37 ---> 04a8e69a22ef 13:55:37 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:55:37 ---> 2bcffe1ea5a0 13:55:37 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:55:37 + go version 13:55:37 go version go1.15.5 linux/arm64 [Pipeline] } 13:55:37 $ docker stop --time=1 f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e 13:55:37 ---> 615cb8493d29 13:55:37 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:55:38 ---> 31b3697f76db 13:55:38 Step 22/27 : EXPOSE 48095 13:55:38 ---> Running in c54ca09db613 13:55:38 Removing intermediate container c54ca09db613 13:55:38 ---> 6be1637f2ee1 13:55:38 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:55:38 ---> Running in 73f887e0a30a 13:55:38 Removing intermediate container 73f887e0a30a 13:55:38 ---> 2218e995cf11 13:55:38 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:55:38 ---> Running in 7244a1c5f41e 13:55:39 Removing intermediate container 7244a1c5f41e 13:55:39 ---> d6234aaaecdc 13:55:39 Step 25/27 : LABEL arch=amd64 13:55:39 ---> Running in 1b4ad715b97d 13:55:39 Removing intermediate container 1b4ad715b97d 13:55:39 ---> b2e18f467e5e 13:55:39 Step 26/27 : LABEL git_sha=7b79720c7baecc45e512545009760e44417542fc 13:55:39 ---> Running in b838a6f0e4ee 13:55:39 Removing intermediate container b838a6f0e4ee 13:55:39 ---> 77e32f4f51c8 13:55:39 Step 27/27 : LABEL version=2.0.0-dev.30 13:55:39 $ docker rm -f f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e 13:55:39 ---> Running in f81c82165fef 13:55:39 Removing intermediate container f81c82165fef 13:55:39 ---> 69d8e7a0ffed 13:55:39 [Warning] One or more build-args [ARCH] were not consumed 13:55:39 Successfully built 69d8e7a0ffed 13:55:39 Successfully tagged docker-app-service-configurable:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:55:40 provisioning config files... 13:55:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config8206648621539903680tmp [Pipeline] { 13:55:40 + docker inspect -f . ci-base-image-arm64 13:55:40 . [Pipeline] withDockerContainer 13:55:41 prd-ubuntu18.04-docker-arm64-4c-16g-33438 does not seem to be running inside a container 13:55:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@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 13:55:42 $ docker top b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 13:55:43 ---> docker-login.sh 13:55:43 nexus3.edgexfoundry.org:10001 13:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:43 Configure a credential helper to remove this warning. See 13:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:43 13:55:43 Login Succeeded 13:55:43 nexus3.edgexfoundry.org:10002 13:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:43 Configure a credential helper to remove this warning. See 13:55:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:43 13:55:43 Login Succeeded 13:55:43 nexus3.edgexfoundry.org:10003 13:55:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:43 + make test 13:55:43 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 13:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:44 Configure a credential helper to remove this warning. See 13:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:44 13:55:44 Login Succeeded 13:55:44 nexus3.edgexfoundry.org:10004 13:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:44 Configure a credential helper to remove this warning. See 13:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:44 13:55:44 Login Succeeded 13:55:44 docker.io 13:55:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:44 Configure a credential helper to remove this warning. See 13:55:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:44 13:55:44 Login Succeeded 13:55:44 ---> docker-login.sh ends [Pipeline] } 13:55:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:55:44 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 13:55:44 7b79720c7baecc45e512545009760e44417542fc 13:55:44 latest 13:55:44 2.0.0-dev.30 13:55:44 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:55:44 master 13:55:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:55:45 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh 13:55:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc 13:55:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 13:55:45 b60f3cb90f55: Preparing 13:55:45 ca3b42265402: Preparing 13:55:45 80bc31dfbbca: Preparing 13:55:45 2f7cf3dbaea0: Preparing 13:55:45 4e87ebd0a3a1: Preparing 13:55:45 b0b9881431d7: Preparing 13:55:45 b0b9881431d7: Waiting 13:55:45 ca3b42265402: Pushed 13:55:45 80bc31dfbbca: Pushed 13:55:45 2f7cf3dbaea0: Pushed 13:55:45 b0b9881431d7: Layer already exists 13:55:46 4e87ebd0a3a1: Pushed 13:55:47 b60f3cb90f55: Pushed 13:55:47 7b79720c7baecc45e512545009760e44417542fc: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh 13:55:47 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 13:55:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 13:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 13:55:48 b60f3cb90f55: Preparing 13:55:48 ca3b42265402: Preparing 13:55:48 80bc31dfbbca: Preparing 13:55:48 2f7cf3dbaea0: Preparing 13:55:48 4e87ebd0a3a1: Preparing 13:55:48 b0b9881431d7: Preparing 13:55:48 b0b9881431d7: Waiting 13:55:48 b60f3cb90f55: Layer already exists 13:55:48 4e87ebd0a3a1: Layer already exists 13:55:48 2f7cf3dbaea0: Layer already exists 13:55:48 ca3b42265402: Layer already exists 13:55:48 b0b9881431d7: Layer already exists 13:55:49 80bc31dfbbca: Layer already exists 13:55:49 latest: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh 13:55:49 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh 13:55:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 13:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 13:55:50 b60f3cb90f55: Preparing 13:55:50 ca3b42265402: Preparing 13:55:50 80bc31dfbbca: Preparing 13:55:50 2f7cf3dbaea0: Preparing 13:55:50 4e87ebd0a3a1: Preparing 13:55:50 b0b9881431d7: Preparing 13:55:50 b0b9881431d7: Waiting 13:55:50 4e87ebd0a3a1: Layer already exists 13:55:50 80bc31dfbbca: Layer already exists 13:55:50 2f7cf3dbaea0: Layer already exists 13:55:50 b60f3cb90f55: Layer already exists 13:55:50 ca3b42265402: Layer already exists 13:55:50 b0b9881431d7: Layer already exists 13:55:50 2.0.0-dev.30: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh 13:55:50 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh 13:55:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 13:55:50 b60f3cb90f55: Preparing 13:55:50 ca3b42265402: Preparing 13:55:50 80bc31dfbbca: Preparing 13:55:50 2f7cf3dbaea0: Preparing 13:55:50 4e87ebd0a3a1: Preparing 13:55:50 b0b9881431d7: Preparing 13:55:50 b0b9881431d7: Waiting 13:55:50 b60f3cb90f55: Layer already exists 13:55:50 4e87ebd0a3a1: Layer already exists 13:55:50 ca3b42265402: Layer already exists 13:55:50 2f7cf3dbaea0: Layer already exists 13:55:50 80bc31dfbbca: Layer already exists 13:55:50 b0b9881431d7: Layer already exists 13:55:50 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh 13:55:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 13:55:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 13:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 13:55:51 b60f3cb90f55: Preparing 13:55:51 ca3b42265402: Preparing 13:55:51 80bc31dfbbca: Preparing 13:55:51 2f7cf3dbaea0: Preparing 13:55:51 4e87ebd0a3a1: Preparing 13:55:51 b0b9881431d7: Preparing 13:55:51 b0b9881431d7: Waiting 13:55:51 4e87ebd0a3a1: Layer already exists 13:55:51 80bc31dfbbca: Layer already exists 13:55:51 b60f3cb90f55: Layer already exists 13:55:51 2f7cf3dbaea0: Layer already exists 13:55:51 ca3b42265402: Layer already exists 13:55:51 b0b9881431d7: Layer already exists 13:55:51 master: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:55:51 ===================================================== [Pipeline] echo 13:55:51 taggedImages: 13:55:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc 13:55:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 13:55:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 13:55:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:55:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:55:52 ---> job-cost.sh 13:55:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLj0 13:56:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:56:22 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:56:22 CGO_ENABLED=1 go vet ./... 13:56:31 gofmt -l . 13:56:31 [ "`gofmt -l .`" = "" ] 13:56:31 ./bin/test-go-mod-tidy.sh 13:56:31 ./bin/test-attribution-txt.sh [Pipeline] } 13:56:31 $ docker stop --time=1 b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 13:56:34 lf-activate-venv(): INFO: Adding /tmp/venv-mLj0/bin to PATH 13:56:34 INFO: No Stack... 13:56:34 INFO: Retrieving Pricing Info for: v1-standard-2 13:56:34 INFO: Archiving Costs 13:56:34 $ docker rm -f b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 13:56:35 + cat /w/workspace/app-service-configurable/100/archives/cost.csv 13:56:35 + cut -d, -f6 13:56:35 + sudo chown -R jenkins:jenkins . [Pipeline] lock 13:56:35 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] 13:56:35 Resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] did not exist. Created. 13:56:35 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] { [Pipeline] stash 13:56:35 Warning: overwriting stash ‘coverage-report’ [Pipeline] unstash [Pipeline] sh 13:56:35 + echo total: 0.029999999329447746 [Pipeline] stash 13:56:35 Stashed 1 file(s) [Pipeline] } 13:56:35 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] // lock [Pipeline] } 13:56:36 Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh 13:56:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:56:37 + ls -al . 13:56:37 total 116 13:56:37 drwxrwxr-x 7 jenkins jenkins 4096 Apr 9 13:56 . 13:56:37 drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 13:54 .. 13:56:37 -rw-rw-r-- 1 jenkins jenkins 119 Apr 9 13:54 .dockerignore 13:56:37 drwxrwxr-x 8 jenkins jenkins 4096 Apr 9 13:54 .git 13:56:37 drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 13:54 .github 13:56:37 -rw-rw-r-- 1 jenkins jenkins 111 Apr 9 13:54 .gitignore 13:56:37 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 9 13:54 Attribution.txt 13:56:37 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 9 13:54 Dockerfile 13:56:37 -rw-rw-r-- 1 jenkins jenkins 970 Apr 9 13:54 Dockerfile.build 13:56:37 -rw-rw-r-- 1 jenkins jenkins 687 Apr 9 13:54 Jenkinsfile 13:56:37 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 9 13:54 LICENSE 13:56:37 -rw-rw-r-- 1 jenkins jenkins 1277 Apr 9 13:54 README.md 13:56:37 -rw-rw-r-- 1 jenkins jenkins 12 Apr 9 13:52 VERSION 13:56:37 drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 13:54 bin 13:56:37 -rw-r--r-- 1 jenkins jenkins 10 Apr 9 13:55 coverage.out 13:56:37 -rw-r--r-- 1 jenkins jenkins 136 Apr 9 13:56 go.mod 13:56:37 -rw-r--r-- 1 jenkins jenkins 21228 Apr 9 13:56 go.sum 13:56:37 -rw-rw-r-- 1 jenkins jenkins 1460 Apr 9 13:54 main.go 13:56:37 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 9 13:54 makefile 13:56:37 drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 13:54 res 13:56:37 drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 13:54 snap [Pipeline] isUnix [Pipeline] sh 13:56:38 + 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=7b79720c7baecc45e512545009760e44417542fc --label arch=arm64 --label version=2.0.0-dev.30 . 13:56:38 Sending build context to Docker daemon 123.4kB 13:56:38 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 13:56:38 Step 2/27 : FROM ${BASE} AS builder 13:56:38 ---> 5f28bd2b1fe8 13:56:38 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 13:56:38 ---> Running in 0d949eefa0d5 13:56:39 Removing intermediate container 0d949eefa0d5 13:56:39 ---> 7961c00b2a54 13:56:39 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:56:39 ---> Running in 68b6aeaf45f7 13:56:39 Removing intermediate container 68b6aeaf45f7 13:56:39 ---> 75dddcea1a22 13:56:39 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 13:56:39 ---> Running in 90c7bf7fa2f1 13:56:40 Removing intermediate container 90c7bf7fa2f1 13:56:40 ---> 05a3adf3cb94 13:56:40 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:40 ---> Running in 0908d519b012 13:56:42 Removing intermediate container 0908d519b012 13:56:42 ---> 5c2a29728d61 13:56:42 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:56:42 ---> Running in 765dba504550 13:56:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:56:47 OK: 144 MiB in 45 packages 13:56:48 Removing intermediate container 765dba504550 13:56:48 ---> 3c58c909a549 13:56:48 Step 8/27 : WORKDIR /app 13:56:48 ---> Running in f4929163b6db 13:56:48 Removing intermediate container f4929163b6db 13:56:48 ---> 94328209675c 13:56:48 Step 9/27 : COPY go.mod . 13:56:49 ---> a15d165ba78c 13:56:49 Step 10/27 : RUN go mod download 13:56:49 ---> Running in c21b416dd0fb 13:56:52 Removing intermediate container c21b416dd0fb 13:56:52 ---> 512793a89397 13:56:52 Step 11/27 : COPY . . 13:56:52 ---> 6e3958097ff3 13:56:52 Step 12/27 : ARG MAKE="make build" 13:56:52 ---> Running in 9dca38dae639 13:56:53 Removing intermediate container 9dca38dae639 13:56:53 ---> d855b9e12906 13:56:53 Step 13/27 : RUN $MAKE 13:56:53 ---> Running in 4968958943f6 13:56:54 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.30" -o app-service-configurable 13:57:33 Removing intermediate container 4968958943f6 13:57:33 ---> b78de655f056 13:57:33 Step 14/27 : FROM alpine:3.12 13:57:33 3.12: Pulling from library/alpine 13:57:33 9a219e8acc52: Pulling fs layer 13:57:33 9a219e8acc52: Verifying Checksum 13:57:33 9a219e8acc52: Download complete 13:57:33 9a219e8acc52: Pull complete 13:57:33 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:57:33 Status: Downloaded newer image for alpine:3.12 13:57:33 ---> d75e27dfc0a0 13:57:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 13:57:33 ---> Running in db3ab5edfbb2 13:57:33 Removing intermediate container db3ab5edfbb2 13:57:33 ---> a4c3bb7cade9 13:57:33 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:57:33 ---> Running in c17f46f34f65 13:57:33 Removing intermediate container c17f46f34f65 13:57:33 ---> bdbed317d4a6 13:57:33 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 13:57:33 ---> Running in fece33c19324 13:57:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:57:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:57:33 (1/7) Installing ca-certificates (20191127-r4) 13:57:33 (2/7) Installing dumb-init (1.2.2-r1) 13:57:33 (3/7) Installing libgcc (9.3.0-r2) 13:57:33 (4/7) Installing libsodium (1.0.18-r0) 13:57:33 (5/7) Installing libstdc++ (9.3.0-r2) 13:57:33 (6/7) Installing libzmq (4.3.3-r0) 13:57:33 (7/7) Installing zeromq (4.3.3-r0) 13:57:34 Executing busybox-1.31.1-r20.trigger 13:57:34 Executing ca-certificates-20191127-r4.trigger 13:57:34 OK: 9 MiB in 21 packages 13:57:35 Removing intermediate container fece33c19324 13:57:35 ---> 8a9cfc823d17 13:57:35 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:57:36 ---> 2bc1595da1ad 13:57:36 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:57:37 ---> 2dd90aa336a6 13:57:37 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:57:38 ---> 3c46a9886f21 13:57:38 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:57:39 ---> d2471a86e14b 13:57:39 Step 22/27 : EXPOSE 48095 13:57:39 ---> Running in 86ce96ee86a4 13:57:40 Removing intermediate container 86ce96ee86a4 13:57:40 ---> eac9bca9e38b 13:57:40 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:57:40 ---> Running in 62226b34d5ce 13:57:40 Removing intermediate container 62226b34d5ce 13:57:40 ---> 897950bbf09a 13:57:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:57:40 ---> Running in 8d5ec535f115 13:57:41 Removing intermediate container 8d5ec535f115 13:57:41 ---> 127b5ed0088b 13:57:41 Step 25/27 : LABEL arch=arm64 13:57:41 ---> Running in 063b70d530bb 13:57:42 Removing intermediate container 063b70d530bb 13:57:42 ---> c31dfddf82ac 13:57:42 Step 26/27 : LABEL git_sha=7b79720c7baecc45e512545009760e44417542fc 13:57:42 ---> Running in 8448bfd07d7e 13:57:42 Removing intermediate container 8448bfd07d7e 13:57:42 ---> bdadfdb1001a 13:57:42 Step 27/27 : LABEL version=2.0.0-dev.30 13:57:42 ---> Running in 91b81e25f4e4 13:57:43 Removing intermediate container 91b81e25f4e4 13:57:43 ---> e7c19bea8327 13:57:43 [Warning] One or more build-args [ARCH] were not consumed 13:57:43 Successfully built e7c19bea8327 13:57:43 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:57:43 provisioning config files... 13:57:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config3948027402950169342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:57:44 ---> docker-login.sh 13:57:44 nexus3.edgexfoundry.org:10001 13:57:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:44 Configure a credential helper to remove this warning. See 13:57:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:44 13:57:44 Login Succeeded 13:57:44 nexus3.edgexfoundry.org:10002 13:57:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:45 Configure a credential helper to remove this warning. See 13:57:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:45 13:57:45 Login Succeeded 13:57:45 nexus3.edgexfoundry.org:10003 13:57:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:45 Configure a credential helper to remove this warning. See 13:57:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:45 13:57:45 Login Succeeded 13:57:45 nexus3.edgexfoundry.org:10004 13:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:46 Configure a credential helper to remove this warning. See 13:57:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:46 13:57:46 Login Succeeded 13:57:46 docker.io 13:57:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:57:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:57:46 Configure a credential helper to remove this warning. See 13:57:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:57:46 13:57:46 Login Succeeded 13:57:46 ---> docker-login.sh ends [Pipeline] } 13:57:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:47 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 13:57:47 7b79720c7baecc45e512545009760e44417542fc 13:57:47 latest 13:57:47 2.0.0-dev.30 13:57:47 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:57:47 master 13:57:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:47 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh 13:57:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc 13:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 13:57:48 4f44a538bd93: Preparing 13:57:48 2568024797de: Preparing 13:57:48 f47d69a7291c: Preparing 13:57:48 0fd7d236fe9d: Preparing 13:57:48 c2e43a3a94e3: Preparing 13:57:48 e08058ee1dfe: Preparing 13:57:48 e08058ee1dfe: Waiting 13:57:48 0fd7d236fe9d: Pushed 13:57:48 2568024797de: Pushed 13:57:48 f47d69a7291c: Pushed 13:57:48 e08058ee1dfe: Layer already exists 13:57:49 c2e43a3a94e3: Pushed 13:57:51 4f44a538bd93: Pushed 13:57:51 7b79720c7baecc45e512545009760e44417542fc: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh 13:57:52 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:57:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 13:57:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 13:57:52 4f44a538bd93: Preparing 13:57:52 2568024797de: Preparing 13:57:52 f47d69a7291c: Preparing 13:57:52 0fd7d236fe9d: Preparing 13:57:52 c2e43a3a94e3: Preparing 13:57:52 e08058ee1dfe: Preparing 13:57:52 e08058ee1dfe: Waiting 13:57:52 0fd7d236fe9d: Layer already exists 13:57:52 2568024797de: Layer already exists 13:57:52 4f44a538bd93: Layer already exists 13:57:52 f47d69a7291c: Layer already exists 13:57:52 c2e43a3a94e3: Layer already exists 13:57:52 e08058ee1dfe: Layer already exists 13:57:52 latest: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh 13:57:53 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh 13:57:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 13:57:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 13:57:53 4f44a538bd93: Preparing 13:57:53 2568024797de: Preparing 13:57:53 f47d69a7291c: Preparing 13:57:53 0fd7d236fe9d: Preparing 13:57:53 c2e43a3a94e3: Preparing 13:57:53 e08058ee1dfe: Preparing 13:57:53 e08058ee1dfe: Waiting 13:57:53 2568024797de: Layer already exists 13:57:53 f47d69a7291c: Layer already exists 13:57:53 0fd7d236fe9d: Layer already exists 13:57:53 c2e43a3a94e3: Layer already exists 13:57:53 4f44a538bd93: Layer already exists 13:57:53 e08058ee1dfe: Layer already exists 13:57:53 2.0.0-dev.30: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh 13:57:54 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh 13:57:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 13:57:54 4f44a538bd93: Preparing 13:57:54 2568024797de: Preparing 13:57:54 f47d69a7291c: Preparing 13:57:54 0fd7d236fe9d: Preparing 13:57:54 c2e43a3a94e3: Preparing 13:57:54 e08058ee1dfe: Preparing 13:57:54 e08058ee1dfe: Waiting 13:57:54 4f44a538bd93: Layer already exists 13:57:54 0fd7d236fe9d: Layer already exists 13:57:54 2568024797de: Layer already exists 13:57:54 c2e43a3a94e3: Layer already exists 13:57:54 f47d69a7291c: Layer already exists 13:57:54 e08058ee1dfe: Layer already exists 13:57:54 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh 13:57:55 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 13:57:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 13:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 13:57:55 4f44a538bd93: Preparing 13:57:55 2568024797de: Preparing 13:57:55 f47d69a7291c: Preparing 13:57:55 0fd7d236fe9d: Preparing 13:57:55 c2e43a3a94e3: Preparing 13:57:55 e08058ee1dfe: Preparing 13:57:55 e08058ee1dfe: Waiting 13:57:55 2568024797de: Layer already exists 13:57:55 0fd7d236fe9d: Layer already exists 13:57:55 4f44a538bd93: Layer already exists 13:57:55 c2e43a3a94e3: Layer already exists 13:57:55 f47d69a7291c: Layer already exists 13:57:55 e08058ee1dfe: Layer already exists 13:57:55 master: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:57:55 ===================================================== [Pipeline] echo 13:57:56 taggedImages: 13:57:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc 13:57:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 13:57:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 13:57:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 13:57:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:57:56 ---> job-cost.sh 13:57:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n0az 13:58:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:59:57 lf-activate-venv(): INFO: Adding /tmp/venv-n0az/bin to PATH 13:59:57 INFO: No Stack... 13:59:59 INFO: Retrieving Pricing Info for: lf-standard-4 13:59:59 INFO: Archiving Costs [Pipeline] sh 13:59:59 + cat+ /w/workspace/app-service-configurable/100/archives/cost.csv 13:59:59 cut -d, -f6 [Pipeline] lock 14:00:00 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] 14:00:00 Resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] did not exist. Created. 14:00:00 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:00:00 /w/workspace/app-service-configurable/100@tmp/durable-fcaaaeee/script.sh: 1: /w/workspace/app-service-configurable/100@tmp/durable-fcaaaeee/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:00:00 + echo total: 0.20999999344348907 [Pipeline] stash 14:00:01 Warning: overwriting stash ‘stack-cost’ 14:00:01 Stashed 1 file(s) [Pipeline] } 14:00:01 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-100-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 14:00:03 provisioning config files... 14:00:03 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2167606602239685777tmp [Pipeline] { [Pipeline] sh 14:00:03 + set +x 14:00:03 + curl -s https://codecov.io/bash 14:00:03 + bash -s -- 14:00:03 14:00:03 _____ _ 14:00:03 / ____| | | 14:00:03 | | ___ __| | ___ ___ _____ __ 14:00:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:00:03 | |___| (_) | (_| | __/ (_| (_) \ V / 14:00:03 \_____\___/ \__,_|\___|\___\___/ \_/ 14:00:03 Bash-20210309-2b87ace 14:00:03 14:00:03 14:00:03 ==> git version 2.24.3 found 14:00:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:00:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:00:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:00:03 ==> Jenkins CI detected. 14:00:03 project root: . 14:00:03 --> token set from env 14:00:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:00:03 ==> Running gcov in . (disable via -X gcov) 14:00:03 ==> Python coveragepy not found 14:00:03 ==> Searching for coverage reports in: 14:00:03 + . 14:00:03 -> Found 1 reports 14:00:03 ==> Detecting git/mercurial file structure 14:00:03 ==> Reading reports 14:00:03 + ./coverage.out bytes=10 14:00:03 ==> Appending adjustments 14:00:03 https://docs.codecov.io/docs/fixing-reports 14:00:03 + Found adjustments 14:00:03 ==> Gzipping contents 14:00:03 4.0K /tmp/codecov.tdQAUs.gz 14:00:03 ==> Uploading reports 14:00:03 url: https://codecov.io 14:00:03 query: branch=master&commit=7b79720c7baecc45e512545009760e44417542fc&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:00:03 -> Pinging Codecov 14:00:03 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7b79720c7baecc45e512545009760e44417542fc&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 14:00:04 -> Uploading to 14:00:04 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/A97CA9966030D2A3747ED39772930CCE/7b79720c7baecc45e512545009760e44417542fc/cd1e4618-c077-45f1-8cdb-74ede3f8237b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T140004Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c12b275766b20021fd63ef56de45d319ee167afb6ebfd8fe009023785a983d36 14:00:04 % Total % Received % Xferd Average Speed Time Time Time Current 14:00:04 Dload Upload Total Spent Left Speed 14:00:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 729 --:--:-- --:--:-- --:--:-- 729 100 396 0 0 100 396 0 729 --:--:-- --:--:-- --:--:-- 729 14:00:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7b79720c7baecc45e512545009760e44417542fc [Pipeline] } 14:00:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:00:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:00:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:00:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:00:06 14:00:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 14:00:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:00:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:00:06 188c0c94c7c5: Pulling fs layer 14:00:06 0ef7d3d256c8: Pulling fs layer 14:00:06 de9db76c5a1d: Pulling fs layer 14:00:06 0eba1c9be4d2: Pulling fs layer 14:00:06 0d57e429df01: Pulling fs layer 14:00:06 4e4be7b47b0d: Pulling fs layer 14:00:06 e1f770b5df2f: Pulling fs layer 14:00:06 85a0685a4137: Pulling fs layer 14:00:06 0d57e429df01: Waiting 14:00:06 4e4be7b47b0d: Waiting 14:00:06 e1f770b5df2f: Waiting 14:00:06 85a0685a4137: Waiting 14:00:06 0eba1c9be4d2: Waiting 14:00:06 de9db76c5a1d: Verifying Checksum 14:00:06 de9db76c5a1d: Download complete 14:00:06 0ef7d3d256c8: Verifying Checksum 14:00:06 0ef7d3d256c8: Download complete 14:00:06 0d57e429df01: Verifying Checksum 14:00:06 0d57e429df01: Download complete 14:00:06 188c0c94c7c5: Download complete 14:00:06 4e4be7b47b0d: Verifying Checksum 14:00:06 4e4be7b47b0d: Download complete 14:00:07 188c0c94c7c5: Pull complete 14:00:07 0ef7d3d256c8: Pull complete 14:00:07 de9db76c5a1d: Pull complete 14:00:08 e1f770b5df2f: Verifying Checksum 14:00:08 e1f770b5df2f: Download complete 14:00:10 85a0685a4137: Verifying Checksum 14:00:10 85a0685a4137: Download complete 14:00:10 0eba1c9be4d2: Verifying Checksum 14:00:10 0eba1c9be4d2: Download complete 14:00:16 0eba1c9be4d2: Pull complete 14:00:16 0d57e429df01: Pull complete 14:00:16 4e4be7b47b0d: Pull complete 14:00:17 e1f770b5df2f: Pull complete 14:00:26 85a0685a4137: Pull complete 14:00:26 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 14:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:00:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 14:00:26 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:00: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 14:00:27 $ docker top 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b -eo pid,comm [Pipeline] { [Pipeline] echo 14:00:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 14:00:28 + set -o pipefail 14:00:28 + snyk monitor '--org=edgex-jenkins' 14:00:38 14:00:38 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 14:00:38 14:00:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f31b4783-2e56-43a9-85b2-908a24e26629 14:00:38 14:00:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:00:38 14:00:38 14:00:38 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 14:00:38 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:00:38 $ docker stop --time=1 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b 14:00:40 $ docker rm -f 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b [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 14:00:42 + git log --format=format:%s -1 7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh 14:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:00:43 . [Pipeline] withDockerContainer 14:00:43 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:00: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 14:00:44 $ docker top a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:00:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:00:44 [ssh-agent] Looking for ssh-agent implementation... 14:00:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:00:44 $ docker exec a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 ssh-agent 14:00:44 SSH_AUTH_SOCK=/tmp/ssh-mkV5em2ALljw/agent.12 14:00:44 SSH_AGENT_PID=18 14:00:44 Running ssh-add (command line suppressed) 14:00:44 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1306243219825814919.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1306243219825814919.key) 14:00:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:00:45 + git semver tag 14:00:45 # -> Open(): unable to determine branch for HEAD 14:00:45 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:00:45 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:00:45 # $SEMVER_REMOTE_NAME = origin 14:00:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:00:45 # $SEMVER_USER_NAME = edgex-jenkins 14:00:45 # $SEMVER_BRANCH = master 14:00:45 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 14:00:45 # 7b79720c7baecc45e512545009760e44417542fc HEAD 14:00:45 # -> Force: false 14:00:45 # 50e2a3f83f3c44038498e2504b955bdbbe3d1f89 refs/tags/v2.0.0-dev.30 [Pipeline] } 14:00:45 $ docker exec --env ******** --env ******** a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 ssh-agent -k 14:00:45 unset SSH_AUTH_SOCK; 14:00:45 unset SSH_AGENT_PID; 14:00:45 echo Agent pid 18 killed; 14:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:00:46 + git semver [Pipeline] } 14:00:46 $ docker stop --time=1 a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 14:00:47 $ docker rm -f a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:00:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:00:48 14:00:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:00:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:00:48 0.23.1-centos7: Pulling from edgex-lftools 14:00:48 ab5ef0e58194: Pulling fs layer 14:00:48 9712f1f96733: Pulling fs layer 14:00:48 63f879dbbcfc: Pulling fs layer 14:00:48 0d9ebad4ef96: Pulling fs layer 14:00:48 e9a5061849ea: Pulling fs layer 14:00:48 d747dcd14b5f: Pulling fs layer 14:00:48 2de7ff778b66: Pulling fs layer 14:00:48 e9a5061849ea: Waiting 14:00:48 d747dcd14b5f: Waiting 14:00:48 2de7ff778b66: Waiting 14:00:48 0d9ebad4ef96: Waiting 14:00:48 9712f1f96733: Verifying Checksum 14:00:48 9712f1f96733: Download complete 14:00:50 63f879dbbcfc: Verifying Checksum 14:00:50 63f879dbbcfc: Download complete 14:00:50 e9a5061849ea: Verifying Checksum 14:00:50 e9a5061849ea: Download complete 14:00:50 d747dcd14b5f: Verifying Checksum 14:00:50 d747dcd14b5f: Download complete 14:00:50 2de7ff778b66: Verifying Checksum 14:00:50 2de7ff778b66: Download complete 14:00:50 0d9ebad4ef96: Verifying Checksum 14:00:50 0d9ebad4ef96: Download complete 14:00:50 ab5ef0e58194: Verifying Checksum 14:00:50 ab5ef0e58194: Download complete 14:00:56 ab5ef0e58194: Pull complete 14:00:56 9712f1f96733: Pull complete 14:00:58 63f879dbbcfc: Pull complete 14:01:04 0d9ebad4ef96: Pull complete 14:01:05 e9a5061849ea: Pull complete 14:01:05 d747dcd14b5f: Pull complete 14:01:08 2de7ff778b66: Pull complete 14:01:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:01:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:01:08 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:01:08 $ 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 14:01:12 $ docker top e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:01:13 provisioning config files... 14:01:13 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config32898543816036271tmp 14:01:13 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config595649018837811089tmp 14:01:13 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1005629477274795536tmp [Pipeline] { [Pipeline] echo 14:01:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:01:13 ---> sigul-configuration.sh 14:01:13 gpg: directory `/root/.gnupg' created 14:01:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:01:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:01:13 gpg: keyring `/root/.gnupg/secring.gpg' created 14:01:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:01:13 gpg: CAST5 encrypted data 14:01:13 gpg: encrypted with 1 passphrase 14:01:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:01:14 + mkdir /home/jenkins 14:01:14 + mkdir /home/jenkins/sigul [Pipeline] sh 14:01:14 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 14:01:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:01:14 ---> sigul-install.sh 14:01:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:01:21 + git tag --list 14:01:21 v1.0.0 14:01:21 v1.1.0 14:01:21 v1.2.0 14:01:21 v1.3.0 14:01:21 v1.3.1 14:01:21 v1.3.1-dev.1 14:01:21 v1.3.1-dev.2 14:01:21 v1.3.1-dev.3 14:01:21 v2.0.0-dev.1 14:01:21 v2.0.0-dev.10 14:01:21 v2.0.0-dev.11 14:01:21 v2.0.0-dev.12 14:01:21 v2.0.0-dev.13 14:01:21 v2.0.0-dev.14 14:01:21 v2.0.0-dev.15 14:01:21 v2.0.0-dev.16 14:01:21 v2.0.0-dev.17 14:01:21 v2.0.0-dev.18 14:01:21 v2.0.0-dev.19 14:01:21 v2.0.0-dev.2 14:01:21 v2.0.0-dev.20 14:01:21 v2.0.0-dev.21 14:01:21 v2.0.0-dev.22 14:01:21 v2.0.0-dev.23 14:01:21 v2.0.0-dev.24 14:01:21 v2.0.0-dev.25 14:01:21 v2.0.0-dev.26 14:01:21 v2.0.0-dev.27 14:01:21 v2.0.0-dev.28 14:01:21 v2.0.0-dev.29 14:01:21 v2.0.0-dev.3 14:01:21 v2.0.0-dev.30 14:01:21 v2.0.0-dev.4 14:01:21 v2.0.0-dev.5 14:01:21 v2.0.0-dev.6 14:01:21 v2.0.0-dev.7 14:01:21 v2.0.0-dev.8 14:01:21 v2.0.0-dev.9 [Pipeline] sh 14:01:21 + lftools sign git-tag v2.0.0-dev.30 14:01:23 Signing Git tag with Sigul... 14:01:23 Signing v2.0.0-dev.30 [Pipeline] echo 14:01:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:01:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:01:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:01:24 $ docker stop --time=1 e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 14:01:26 $ docker rm -f e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:01:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:01:27 . [Pipeline] withDockerContainer 14:01:27 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:01:27 $ 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 14:01:28 $ docker top 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:01:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:28 [ssh-agent] Looking for ssh-agent implementation... 14:01:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:29 $ docker exec 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 ssh-agent 14:01:29 SSH_AUTH_SOCK=/tmp/ssh-x38ZSfHW0Ujg/agent.11 14:01:29 SSH_AGENT_PID=16 14:01:29 Running ssh-add (command line suppressed) 14:01:29 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6857150600341392712.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6857150600341392712.key) 14:01:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:29 + git semver bump pre 14:01:29 # -> Open(): unable to determine branch for HEAD 14:01:29 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:01:29 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:01:29 # $SEMVER_REMOTE_NAME = origin 14:01:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:01:29 # $SEMVER_USER_NAME = edgex-jenkins 14:01:29 # $SEMVER_BRANCH = master 14:01:29 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 14:01:29 2.0.0-dev.31 [Pipeline] } 14:01:29 $ docker exec --env ******** --env ******** 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 ssh-agent -k 14:01:29 unset SSH_AUTH_SOCK; 14:01:29 unset SSH_AGENT_PID; 14:01:29 echo Agent pid 16 killed; 14:01:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:01:30 + git semver [Pipeline] } 14:01:30 $ docker stop --time=1 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 14:01:31 $ docker rm -f 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:01:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:01:32 . [Pipeline] withDockerContainer 14:01:32 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:01:32 $ 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 14:01:33 $ docker top cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:01:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:01:33 [ssh-agent] Looking for ssh-agent implementation... 14:01:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:01:33 $ docker exec cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 ssh-agent 14:01:33 SSH_AUTH_SOCK=/tmp/ssh-uwkri7kBeHRP/agent.12 14:01:33 SSH_AGENT_PID=17 14:01:33 Running ssh-add (command line suppressed) 14:01:34 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5444458036743457685.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5444458036743457685.key) 14:01:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:01:34 + git semver push 14:01:34 # -> Open(): unable to determine branch for HEAD 14:01:34 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 14:01:34 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 14:01:34 # $SEMVER_REMOTE_NAME = origin 14:01:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:01:34 # $SEMVER_USER_NAME = edgex-jenkins 14:01:34 # $SEMVER_BRANCH = master 14:01:34 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 14:01:37 $ docker exec --env ******** --env ******** cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 ssh-agent -k 14:01:37 unset SSH_AUTH_SOCK; 14:01:37 unset SSH_AGENT_PID; 14:01:37 echo Agent pid 17 killed; 14:01:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:01:38 + git semver [Pipeline] } 14:01:38 $ docker stop --time=1 cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 14:01:39 $ docker rm -f cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 [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 14:01:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:01:42 ---> package-listing.sh 14:01:42 ++ facter osfamily 14:01:42 ++ tr '[:upper:]' '[:lower:]' 14:01:42 + OS_FAMILY=redhat 14:01:42 + workspace=/w/workspace/_app-service-configurable_master 14:01:42 + START_PACKAGES=/tmp/packages_start.txt 14:01:42 + END_PACKAGES=/tmp/packages_end.txt 14:01:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:01:42 + PACKAGES=/tmp/packages_start.txt 14:01:42 + '[' /w/workspace/_app-service-configurable_master ']' 14:01:42 + PACKAGES=/tmp/packages_end.txt 14:01:42 + case "${OS_FAMILY}" in 14:01:42 + rpm -qa 14:01:42 + sort 14:01:47 + '[' -f /tmp/packages_start.txt ']' 14:01:47 + '[' -f /tmp/packages_end.txt ']' 14:01:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:01:47 + '[' /w/workspace/_app-service-configurable_master ']' 14:01:47 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 14:01:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 14:01:47 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_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 14:01:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:01:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:01:48 14:01:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:01:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:01:48 alpine: Pulling from edgex-lftools-log-publisher 14:01:48 df20fa9351a1: Pulling fs layer 14:01:48 36b3adc4ff6f: Pulling fs layer 14:01:48 8ad3a11d3b57: Pulling fs layer 14:01:48 46f8f816bc3b: Pulling fs layer 14:01:48 93b61091891f: Pulling fs layer 14:01:48 93b9cdb0e59b: Pulling fs layer 14:01:48 5e14af77c1be: Pulling fs layer 14:01:48 01666e4c0597: Pulling fs layer 14:01:48 aa168da1d23b: Pulling fs layer 14:01:48 93b9cdb0e59b: Waiting 14:01:48 5e14af77c1be: Waiting 14:01:48 aa168da1d23b: Waiting 14:01:48 01666e4c0597: Waiting 14:01:48 46f8f816bc3b: Waiting 14:01:48 93b61091891f: Waiting 14:01:48 36b3adc4ff6f: Verifying Checksum 14:01:48 36b3adc4ff6f: Download complete 14:01:48 46f8f816bc3b: Verifying Checksum 14:01:48 46f8f816bc3b: Download complete 14:01:48 df20fa9351a1: Download complete 14:01:48 93b9cdb0e59b: Verifying Checksum 14:01:48 93b9cdb0e59b: Download complete 14:01:48 93b61091891f: Download complete 14:01:48 5e14af77c1be: Download complete 14:01:48 01666e4c0597: Verifying Checksum 14:01:48 01666e4c0597: Download complete 14:01:49 df20fa9351a1: Pull complete 14:01:49 8ad3a11d3b57: Verifying Checksum 14:01:49 8ad3a11d3b57: Download complete 14:01:49 36b3adc4ff6f: Pull complete 14:01:50 8ad3a11d3b57: Pull complete 14:01:51 aa168da1d23b: Verifying Checksum 14:01:51 aa168da1d23b: Download complete 14:01:51 46f8f816bc3b: Pull complete 14:01:51 93b61091891f: Pull complete 14:01:51 93b9cdb0e59b: Pull complete 14:01:51 5e14af77c1be: Pull complete 14:01:52 01666e4c0597: Pull complete 14:02:00 aa168da1d23b: Pull complete 14:02:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:02:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:02:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:02:00 prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container 14:02: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 14:02:03 $ docker top 22815c833244c57fcf03c2cd623cc1ca59d4d1d3b483965e263ae7967c21cb4d -eo pid,comm [Pipeline] { [Pipeline] sh 14:02:03 + touch /tmp/pre-build-complete [Pipeline] sh 14:02:04 + mkdir -p /var/log/sa [Pipeline] sh 14:02:04 + ls /var/log/sa-host 14:02:04 + sadf -c /var/log/sa-host/sa09 14:02:04 file_magic: OK 14:02:04 HZ: Using current value: 100 14:02:04 file_header: OK 14:02: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 14:02:04 Statistics: 14:02:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:02:04 File successfully converted to sysstat format version 12.2.1 14:02:04 + sadf -c /var/log/sa-host/sa23 14:02:04 file_magic: OK 14:02:04 HZ: Using current value: 100 14:02:04 file_header: OK 14:02: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 14:02:04 Statistics: 14:02:04 Hnuu...uuuununununu... 14:02:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:02:04 provisioning config files... 14:02:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7645041549786798436tmp [Pipeline] { [Pipeline] echo 14:02:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:02:05 ---> create-netrc.sh [Pipeline] } 14:02:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:02:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:02:05 ---> python-tools-install.sh [Pipeline] echo 14:02:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:02:05 ---> sudo-logs.sh 14:02:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:02:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:02:06 ---> job-cost.sh 14:02:06 lf-activate-venv: SKIPPING 14:02:06 DEBUG: total: 0.20999999344348907 14:02:06 INFO: Retrieving Stack Cost... 14:02:07 INFO: Retrieving Pricing Info for: v1-standard-2 14:02:07 INFO: Archiving Costs [Pipeline] echo 14:02:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:02:08 ---> logs-deploy.sh 14:02:08 lf-activate-venv: SKIPPING 14:02:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/100 14:02:08 INFO: archiving workspace using pattern(s): 14:02:10 Archives upload complete. 14:02:10 INFO: archiving logs to Nexus 14:02:11 ---> uname -a: 14:02:11 Linux prd-centos7-docker-4c-2g-33436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:02:11 14:02:11 14:02:11 ---> lscpu: 14:02:11 Architecture: x86_64 14:02:11 CPU op-mode(s): 32-bit, 64-bit 14:02:11 Byte Order: Little Endian 14:02:11 Address sizes: 40 bits physical, 48 bits virtual 14:02:11 CPU(s): 4 14:02:11 On-line CPU(s) list: 0-3 14:02:11 Thread(s) per core: 1 14:02:11 Core(s) per socket: 1 14:02:11 Socket(s): 4 14:02:11 NUMA node(s): 1 14:02:11 Vendor ID: GenuineIntel 14:02:11 CPU family: 6 14:02:11 Model: 44 14:02:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:02:11 Stepping: 1 14:02:11 CPU MHz: 2933.438 14:02:11 BogoMIPS: 5866.87 14:02:11 Virtualization: VT-x 14:02:11 Hypervisor vendor: KVM 14:02:11 Virtualization type: full 14:02:11 L1d cache: 128 KiB 14:02:11 L1i cache: 128 KiB 14:02:11 L2 cache: 16 MiB 14:02:11 L3 cache: 64 MiB 14:02:11 NUMA node0 CPU(s): 0-3 14:02:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:02:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:02:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:02:11 Vulnerability Meltdown: Mitigation; PTI 14:02:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:02:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:02:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:02:11 Vulnerability Srbds: Not affected 14:02:11 Vulnerability Tsx async abort: Not affected 14:02:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 14:02:11 14:02:11 14:02:11 ---> nproc: 14:02:11 4 14:02:11 14:02:11 14:02:11 ---> df -h: 14:02:11 Filesystem Size Used Available Use% Mounted on 14:02:11 overlay 50.0G 8.5G 41.4G 17% / 14:02:11 tmpfs 64.0M 0 64.0M 0% /dev 14:02:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:02:11 shm 64.0M 0 64.0M 0% /dev/shm 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 14:02:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 14:02:11 14:02:11 14:02:11 ---> free -m: 14:02:11 total used free shared buff/cache available 14:02:11 Mem: 1837 844 153 0 838 926 14:02:11 Swap: 1023 2 1021 14:02:11 14:02:11 14:02:11 ---> ip addr: 14:02:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:02:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:02:11 inet 127.0.0.1/8 scope host lo 14:02:11 valid_lft forever preferred_lft forever 14:02:11 inet6 ::1/128 scope host 14:02:11 valid_lft forever preferred_lft forever 14:02:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:02:11 link/ether fa:16:3e:e3:cb:f8 brd ff:ff:ff:ff:ff:ff 14:02:11 inet 10.30.122.17/23 brd 10.30.123.255 scope global dynamic eth0 14:02:11 valid_lft 85735sec preferred_lft 85735sec 14:02:11 inet6 fe80::f816:3eff:fee3:cbf8/64 scope link 14:02:11 valid_lft forever preferred_lft forever 14:02:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:02:11 link/ether 02:42:fc:c4:27:b7 brd ff:ff:ff:ff:ff:ff 14:02:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:02:11 valid_lft forever preferred_lft forever 14:02:11 inet6 fe80::42:fcff:fec4:27b7/64 scope link 14:02:11 valid_lft forever preferred_lft forever 14:02:11 14:02:11 14:02:11 ---> sar -b -r -n DEV: 14:02:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 14:02:11 14:02:11 13:50:53 LINUX RESTART (4 CPU) 14:02:11 14:02:11 13:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:02:11 13:53:01 3.78 0.00 3.78 0.00 0.00 117.12 0.00 14:02:11 13:54:01 0.42 0.00 0.42 0.00 0.00 6.48 0.00 14:02:11 13:55:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 14:02:11 13:56:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 14:02:11 13:57:01 0.77 0.00 0.77 0.00 0.00 9.51 0.00 14:02:11 13:58:01 0.42 0.00 0.42 0.00 0.00 4.93 0.00 14:02:11 13:59:01 0.22 0.00 0.22 0.00 0.00 2.65 0.00 14:02:11 14:00:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 14:02:11 14:01:01 372.90 190.65 182.25 0.00 9509.65 57234.65 0.00 14:02:11 14:02:01 237.51 107.65 129.86 0.00 7572.07 30631.89 0.00 14:02:11 Average: 61.83 29.91 31.92 0.00 1712.98 8825.74 0.00 14:02:11 14:02:11 13:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:02:11 13:53:01 144304 0 610752 32.46 2620 1123868 1101764 37.60 435424 1102160 12 14:02:11 13:54:01 144744 0 610304 32.44 2620 1123876 1092452 37.28 448524 1089120 16 14:02:11 13:55:01 144332 0 610712 32.46 2620 1123880 1092488 37.28 443244 1094516 8 14:02:11 13:56:01 144436 0 610608 32.45 2620 1123880 1076004 36.72 449268 1088492 8 14:02:11 13:57:01 144512 0 610524 32.45 2620 1123888 1076088 36.73 448908 1089312 8 14:02:11 13:58:01 144436 0 610596 32.45 2620 1123892 1076040 36.72 448792 1089312 0 14:02:11 13:59:01 144880 0 610148 32.43 2620 1123896 1076004 36.72 448468 1089312 16 14:02:11 14:00:01 144748 0 610276 32.43 2620 1123900 1076004 36.72 448348 1089312 20 14:02:11 14:01:01 73376 0 816568 43.40 1656 989944 1498448 51.14 644208 861268 86648 14:02:11 14:02:01 209884 0 845668 44.95 1432 824560 1289308 44.00 543060 762832 17792 14:02:11 Average: 143965 0 654616 34.79 2405 1080558 1145460 39.09 475824 1035564 10453 14:02:11 14:02:11 13:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:02:11 13:53:01 eth0 4.32 1.86 3.36 0.38 0.00 0.00 0.00 0.00 14:02:11 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:54:01 eth0 1.55 0.40 0.37 0.21 0.00 0.00 0.00 0.00 14:02:11 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:55:01 eth0 0.53 0.40 0.27 0.21 0.00 0.00 0.00 0.00 14:02:11 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:02:11 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:57:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 14:02:11 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:58:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 14:02:11 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:59:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 14:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:02:11 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 14:01:01 eth0 832.58 736.09 7537.76 67.49 0.00 0.00 0.00 0.00 14:02:11 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 14:01:01 docker0 46.29 47.52 4.17 257.18 0.00 0.00 0.00 0.00 14:02:11 14:02:01 eth0 320.85 259.81 2459.95 87.61 0.00 0.00 0.00 0.00 14:02:11 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 14:02:01 docker0 37.01 44.46 2.11 233.41 0.00 0.00 0.00 0.00 14:02:11 Average: eth0 116.36 100.18 1002.93 15.64 0.00 0.00 0.00 0.00 14:02:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:02:11 Average: docker0 8.35 9.22 0.63 49.20 0.00 0.00 0.00 0.00 14:02:11 14:02:11 14:02:11 ---> sar -P ALL: 14:02:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) 14:02:11 14:02:11 13:50:53 LINUX RESTART (4 CPU) 14:02:11 14:02:11 13:52:02 CPU %user %nice %system %iowait %steal %idle 14:02:11 13:53:01 all 0.28 0.00 0.07 0.00 0.00 99.64 14:02:11 13:53:01 0 0.32 0.00 0.03 0.00 0.00 99.64 14:02:11 13:53:01 1 0.12 0.00 0.07 0.00 0.02 99.80 14:02:11 13:53:01 2 0.63 0.00 0.10 0.00 0.00 99.27 14:02:11 13:53:01 3 0.07 0.00 0.07 0.00 0.00 99.86 14:02:11 13:54:01 all 0.35 0.00 0.08 0.00 0.00 99.57 14:02:11 13:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:02:11 13:54:01 1 0.08 0.00 0.15 0.00 0.00 99.77 14:02:11 13:54:01 2 1.27 0.00 0.10 0.00 0.00 98.63 14:02:11 13:54:01 3 0.02 0.00 0.05 0.00 0.00 99.93 14:02:11 13:55:01 all 0.20 0.00 0.20 0.00 0.00 99.60 14:02:11 13:55:01 0 0.05 0.00 0.25 0.00 0.00 99.70 14:02:11 13:55:01 1 0.07 0.00 0.18 0.00 0.00 99.75 14:02:11 13:55:01 2 0.60 0.00 0.23 0.00 0.00 99.17 14:02:11 13:55:01 3 0.07 0.00 0.13 0.00 0.00 99.80 14:02:11 13:56:01 all 0.16 0.00 0.05 0.00 0.00 99.79 14:02:11 13:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:02:11 13:56:01 1 0.05 0.00 0.12 0.00 0.00 99.83 14:02:11 13:56:01 2 0.52 0.00 0.03 0.00 0.00 99.45 14:02:11 13:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:02:11 13:57:01 all 0.16 0.00 0.05 0.00 0.00 99.78 14:02:11 13:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:02:11 13:57:01 1 0.07 0.00 0.13 0.00 0.00 99.80 14:02:11 13:57:01 2 0.53 0.00 0.02 0.00 0.00 99.45 14:02:11 13:57:01 3 0.05 0.00 0.05 0.00 0.00 99.90 14:02:11 13:58:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:02:11 13:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:02:11 13:58:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:02:11 13:58:01 2 0.53 0.00 0.02 0.00 0.00 99.45 14:02:11 13:58:01 3 0.03 0.00 0.05 0.00 0.00 99.92 14:02:11 13:59:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:02:11 13:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:02:11 13:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:02:11 13:59:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:02:11 13:59:01 3 0.02 0.00 0.05 0.00 0.02 99.92 14:02:11 14:00:01 all 0.16 0.00 0.03 0.00 0.00 99.81 14:02:11 14:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:02:11 14:00:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:02:11 14:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:02:11 14:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:02:11 14:01:01 all 15.41 0.00 11.57 4.39 0.03 68.59 14:02:11 14:01:01 0 15.70 0.00 12.46 2.66 0.02 69.16 14:02:11 14:01:01 1 14.66 0.00 11.61 6.70 0.03 67.00 14:02:11 14:01:01 2 15.05 0.00 10.70 3.47 0.05 70.72 14:02:11 14:01:01 3 16.23 0.00 11.51 4.74 0.03 67.48 14:02:11 14:02:01 all 10.99 0.00 8.37 4.57 0.03 76.03 14:02:11 14:02:01 0 9.50 0.00 8.75 3.65 0.03 78.06 14:02:11 14:02:01 1 11.40 0.00 8.40 9.19 0.05 70.96 14:02:11 14:02:01 2 9.75 0.00 8.61 3.37 0.03 78.23 14:02:11 14:02:01 3 13.35 0.00 7.73 2.04 0.02 76.87 14:02:11 Average: all 2.75 0.00 2.01 0.88 0.01 94.36 14:02:11 Average: 0 2.51 0.00 2.12 0.62 0.01 94.75 14:02:11 Average: 1 2.61 0.00 2.04 1.56 0.01 93.77 14:02:11 Average: 2 2.95 0.00 1.95 0.67 0.01 94.42 14:02:11 Average: 3 2.92 0.00 1.93 0.66 0.01 94.48 14:02:11 14:02:11 14:02:11