Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26605 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 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" > git rev-list --no-walk 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:01:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:01:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:01:31 ========================================================= 22:01:31 EdgeX Global Pipelines Version Info 22:01:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:01:32 ------------------- 22:01:32 stable info: 22:01:32 ------------------- 22:01:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:01:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:01:32 Message: update stable to v1.0.179 22:01:33 ------------------- 22:01:33 experimental info: 22:01:33 ------------------- 22:01:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:01:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:01:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:01:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:01:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:01:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:01:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:01:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] echo 22:01:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a06da4a [Pipeline] echo 22:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:01:37 provisioning config files... 22:01:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3719083066107699866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:01:37 ---> docker-login.sh 22:01:37 nexus3.edgexfoundry.org:10001 22:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:38 Configure a credential helper to remove this warning. See 22:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:38 22:01:38 Login Succeeded 22:01:38 nexus3.edgexfoundry.org:10002 22:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:38 Configure a credential helper to remove this warning. See 22:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:38 22:01:38 Login Succeeded 22:01:38 nexus3.edgexfoundry.org:10003 22:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:38 Configure a credential helper to remove this warning. See 22:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:38 22:01:38 Login Succeeded 22:01:38 nexus3.edgexfoundry.org:10004 22:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:38 Configure a credential helper to remove this warning. See 22:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:38 22:01:38 Login Succeeded 22:01:38 docker.io 22:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:01:39 Configure a credential helper to remove this warning. See 22:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:01:39 22:01:39 Login Succeeded 22:01:39 ---> docker-login.sh ends [Pipeline] } 22:01:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:01:40 + git log --format=format:%s -1 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] echo 22:01:40 GIT_COMMIT: a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190) [Pipeline] echo 22:01:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:01:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:01:41 22:01:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:01:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:01:41 latest: Pulling from edgex-devops/git-semver 22:01:41 31603596830f: Pulling fs layer 22:01:41 2a8b12db71e7: Pulling fs layer 22:01:41 6ca5941a6612: Pulling fs layer 22:01:41 ecc8261a40a4: Pulling fs layer 22:01:41 ecc8261a40a4: Waiting 22:01:41 2a8b12db71e7: Verifying Checksum 22:01:41 2a8b12db71e7: Download complete 22:01:41 31603596830f: Download complete 22:01:41 ecc8261a40a4: Verifying Checksum 22:01:41 ecc8261a40a4: Download complete 22:01:41 6ca5941a6612: Verifying Checksum 22:01:41 6ca5941a6612: Download complete 22:01:42 31603596830f: Pull complete 22:01:42 2a8b12db71e7: Pull complete 22:01:43 6ca5941a6612: Pull complete 22:01:43 ecc8261a40a4: Pull complete 22:01:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:01:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:01:43 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:01: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 22:01:45 $ docker top c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:01:46 [ssh-agent] Looking for ssh-agent implementation... 22:01:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:01:46 $ docker exec c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent 22:01:46 SSH_AUTH_SOCK=/tmp/ssh-YR6Si2OSdXla/agent.12 22:01:46 SSH_AGENT_PID=17 22:01:46 Running ssh-add (command line suppressed) 22:01:46 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5845772294807114127.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5845772294807114127.key) 22:01:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:01:47 + git tag --points-at HEAD [Pipeline] } 22:01:47 $ docker exec --env ******** --env ******** c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent -k 22:01:47 unset SSH_AUTH_SOCK; 22:01:47 unset SSH_AGENT_PID; 22:01:47 echo Agent pid 17 killed; 22:01:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:01:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:01:47 [ssh-agent] Looking for ssh-agent implementation... 22:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:01:47 $ docker exec c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent 22:01:47 SSH_AUTH_SOCK=/tmp/ssh-RtKf7zhiiP4h/agent.45 22:01:47 SSH_AGENT_PID=50 22:01:47 Running ssh-add (command line suppressed) 22:01:47 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5607825316886283284.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5607825316886283284.key) 22:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:01:48 + git semver init 22:01:48 # -> Open(): unable to determine branch for HEAD 22:01:48 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:01:48 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:01:48 # $SEMVER_REMOTE_NAME = origin 22:01:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:01:48 # $SEMVER_USER_NAME = edgex-jenkins 22:01:48 # $SEMVER_BRANCH = master 22:01:48 # $SEMVER_TEMP = /tmp/semver-061674346 22:01:48 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:01:48 # '/tmp/semver-061674346' -> '/w/workspace/_app-service-configurable_master/.semver' 22:01:48 # -> Force: false 22:01:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:01:48 $ docker exec --env ******** --env ******** c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 ssh-agent -k 22:01:48 unset SSH_AUTH_SOCK; 22:01:48 unset SSH_AGENT_PID; 22:01:48 echo Agent pid 50 killed; 22:01:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:01:49 + git semver [Pipeline] } 22:01:49 $ docker stop --time=1 c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 22:01:50 $ docker rm -f c21dd46605ab1aa460c4825c3f8dd06ad1b39b21631341350b3098644d6de9d6 [Pipeline] // withDockerContainer [Pipeline] sh 22:01:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:01:51 Stashed 1 file(s) [Pipeline] echo 22:01:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:02:07 Still waiting to schedule task 22:02:07 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26605’ 22:02:07 Still waiting to schedule task 22:02:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 22:03:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26606 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:03:51 Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout 22:03:56 using credential edgex-jenkins-ssh 22:03:56 Cloning the remote Git repository 22:03:56 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:03:56 > git init /w/workspace/app-service-configurable/82 # timeout=10 22:03:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:03:56 > git --version # timeout=10 22:03:56 > git --version # 'git version 2.17.1' 22:03:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:03:57 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:03:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:03:57 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:03:57 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:03:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:03:58 Checking out Revision a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) 22:03:58 > git config core.sparsecheckout # timeout=10 22:03:58 > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 22:04:02 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:04:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:04:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:04:05 + true 22:04:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:04:08 provisioning config files... 22:04:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config9007439172694846476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:04:08 ---> docker-login.sh 22:04:08 nexus3.edgexfoundry.org:10001 22:04:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:10 Configure a credential helper to remove this warning. See 22:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:10 22:04:10 Login Succeeded 22:04:10 nexus3.edgexfoundry.org:10002 22:04:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:10 Configure a credential helper to remove this warning. See 22:04:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:10 22:04:10 Login Succeeded 22:04:10 nexus3.edgexfoundry.org:10003 22:04:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:11 Configure a credential helper to remove this warning. See 22:04:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:11 22:04:11 Login Succeeded 22:04:11 nexus3.edgexfoundry.org:10004 22:04:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:12 Configure a credential helper to remove this warning. See 22:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:12 22:04:12 Login Succeeded 22:04:12 docker.io 22:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:12 Configure a credential helper to remove this warning. See 22:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:12 22:04:12 Login Succeeded 22:04:12 ---> docker-login.sh ends [Pipeline] } 22:04:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:04:13 ========================================================= 22:04:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:04:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:04:13 + 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 . 22:04:13 Sending build context to Docker daemon 101.4kB 22:04:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:04:13 Step 2/8 : FROM ${BASE} 22:04:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:04:14 5f621e34cdf4: Pulling fs layer 22:04:14 a4357932f1b6: Pulling fs layer 22:04:14 18c013af1878: Pulling fs layer 22:04:14 00ac8860ef70: Pulling fs layer 22:04:14 63d7cb157983: Pulling fs layer 22:04:14 b116817d02f9: Pulling fs layer 22:04:14 745a02a5169b: Pulling fs layer 22:04:14 00ac8860ef70: Waiting 22:04:14 63d7cb157983: Waiting 22:04:14 b116817d02f9: Waiting 22:04:14 745a02a5169b: Waiting 22:04:14 18c013af1878: Verifying Checksum 22:04:14 18c013af1878: Download complete 22:04:14 a4357932f1b6: Download complete 22:04:14 63d7cb157983: Verifying Checksum 22:04:14 63d7cb157983: Download complete 22:04:14 b116817d02f9: Verifying Checksum 22:04:14 b116817d02f9: Download complete 22:04:14 5f621e34cdf4: Verifying Checksum 22:04:14 5f621e34cdf4: Download complete 22:04:15 5f621e34cdf4: Pull complete 22:04:15 a4357932f1b6: Pull complete 22:04:16 18c013af1878: Pull complete 22:04:17 745a02a5169b: Verifying Checksum 22:04:17 745a02a5169b: Download complete 22:04:18 00ac8860ef70: Verifying Checksum 22:04:18 00ac8860ef70: Download complete 22:04:28 00ac8860ef70: Pull complete 22:04:28 63d7cb157983: Pull complete 22:04:28 b116817d02f9: Pull complete 22:04:33 745a02a5169b: Pull complete 22:04:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:04:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:04:33 ---> b7e6874047d6 22:04:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:04:35 ---> Running in c22a34986d1f 22:04:36 Removing intermediate container c22a34986d1f 22:04:36 ---> 549516bdc3b2 22:04:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:36 ---> Running in d4dcc8345c30 22:04:36 Running on prd-centos7-docker-4c-2g-26608 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:04:37 Running in /w/workspace/app-service-configurable/82 [Pipeline] { [Pipeline] checkout 22:04:38 Removing intermediate container d4dcc8345c30 22:04:38 ---> 684c00c26e60 22:04:38 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:04:38 ---> Running in 524ce948d2c7 22:04:39 using credential edgex-jenkins-ssh 22:04:39 Cloning the remote Git repository 22:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:04:39 > git init /w/workspace/app-service-configurable/82 # timeout=10 22:04:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:04:39 > git --version # timeout=10 22:04:39 > git --version # 'git version 2.24.3' 22:04:39 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:04:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:04:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:04:40 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:04:40 using GIT_SSH to set credentials SSH Credentials for GitHub 22:04:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:04:40 Checking out Revision a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e (master) 22:04:40 > git config core.sparsecheckout # timeout=10 22:04:40 > git checkout -f a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 22:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:43 (1/6) Installing libc-dev (0.7.2-r3) 22:04:43 (2/6) Installing libsodium (1.0.18-r0) 22:04:44 (3/6) Installing pkgconf (1.7.2-r0) 22:04:44 (4/6) Installing libsodium-dev (1.0.18-r0) 22:04:44 (5/6) Installing libzmq (4.3.3-r0) 22:04:44 (6/6) Installing zeromq-dev (4.3.3-r0) 22:04:44 Executing busybox-1.31.1-r19.trigger 22:04:44 OK: 144 MiB in 45 packages 22:04:44 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#190)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:04:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 22:04:45 Removing intermediate container 524ce948d2c7 22:04:45 ---> 229f246014f7 22:04:45 Step 6/8 : WORKDIR /app 22:04:45 ---> Running in 9128e8d6c1ef [Pipeline] sh 22:04:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:04:46 + sudo service docker restart 22:04:46 + true 22:04:46 Redirecting to /bin/systemctl restart docker.service 22:04:46 Removing intermediate container 9128e8d6c1ef 22:04:46 ---> 1ccd0e1ce350 22:04:46 Step 7/8 : COPY . . 22:04:47 ---> a18f0b1083e6 22:04:47 Step 8/8 : RUN go mod download 22:04:47 ---> Running in 4016aed604c4 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:04:47 provisioning config files... 22:04:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config2793140127141550190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:04:48 ---> docker-login.sh 22:04:48 nexus3.edgexfoundry.org:10001 22:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:48 Configure a credential helper to remove this warning. See 22:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:48 22:04:48 Login Succeeded 22:04:48 nexus3.edgexfoundry.org:10002 22:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:48 Configure a credential helper to remove this warning. See 22:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:48 22:04:48 Login Succeeded 22:04:48 nexus3.edgexfoundry.org:10003 22:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:48 Configure a credential helper to remove this warning. See 22:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:48 22:04:48 Login Succeeded 22:04:48 nexus3.edgexfoundry.org:10004 22:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:49 Configure a credential helper to remove this warning. See 22:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:49 22:04:49 Login Succeeded 22:04:49 docker.io 22:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:04:49 Configure a credential helper to remove this warning. See 22:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:04:49 22:04:49 Login Succeeded 22:04:49 ---> docker-login.sh ends [Pipeline] } 22:04:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:04:49 ========================================================= 22:04:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:04:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:04:50 + 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 . 22:04:50 Sending build context to Docker daemon 101.4kB 22:04:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:04:50 Step 2/8 : FROM ${BASE} 22:04:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:04:50 188c0c94c7c5: Pulling fs layer 22:04:50 0ef7d3d256c8: Pulling fs layer 22:04:50 de9db76c5a1d: Pulling fs layer 22:04:50 bca2f99d35d6: Pulling fs layer 22:04:50 93359f2a8cfa: Pulling fs layer 22:04:50 7c6f9722023f: Pulling fs layer 22:04:50 a35cf1a2eb13: Pulling fs layer 22:04:50 93359f2a8cfa: Waiting 22:04:50 7c6f9722023f: Waiting 22:04:50 bca2f99d35d6: Waiting 22:04:50 a35cf1a2eb13: Waiting 22:04:50 de9db76c5a1d: Verifying Checksum 22:04:50 de9db76c5a1d: Download complete 22:04:50 0ef7d3d256c8: Verifying Checksum 22:04:50 0ef7d3d256c8: Download complete 22:04:50 93359f2a8cfa: Download complete 22:04:50 188c0c94c7c5: Verifying Checksum 22:04:50 7c6f9722023f: Verifying Checksum 22:04:50 7c6f9722023f: Download complete 22:04:50 188c0c94c7c5: Pull complete 22:04:50 0ef7d3d256c8: Pull complete 22:04:50 de9db76c5a1d: Pull complete 22:04:52 a35cf1a2eb13: Verifying Checksum 22:04:52 a35cf1a2eb13: Download complete 22:04:52 bca2f99d35d6: Verifying Checksum 22:04:52 bca2f99d35d6: Download complete 22:04:58 bca2f99d35d6: Pull complete 22:04:58 93359f2a8cfa: Pull complete 22:04:58 7c6f9722023f: Pull complete 22:05:08 a35cf1a2eb13: Pull complete 22:05:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:05:08 ---> a62c8e92a672 22:05:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:05:08 ---> Running in b74811aafab8 22:05:08 Removing intermediate container b74811aafab8 22:05:08 ---> 4bc42443b33d 22:05:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:08 ---> Running in 54b4f93cab8c 22:05:09 Removing intermediate container 54b4f93cab8c 22:05:09 ---> dfaf0b4dab1f 22:05:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:05:09 ---> Running in 545511f701f3 22:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:10 (1/6) Installing libc-dev (0.7.2-r3) 22:05:11 (2/6) Installing libsodium (1.0.18-r0) 22:05:11 (3/6) Installing pkgconf (1.7.2-r0) 22:05:11 (4/6) Installing libsodium-dev (1.0.18-r0) 22:05:11 (5/6) Installing libzmq (4.3.3-r0) 22:05:11 (6/6) Installing zeromq-dev (4.3.3-r0) 22:05:11 Executing busybox-1.31.1-r19.trigger 22:05:11 OK: 167 MiB in 45 packages 22:05:12 Removing intermediate container 545511f701f3 22:05:12 ---> eae93531f546 22:05:12 Step 6/8 : WORKDIR /app 22:05:12 ---> Running in 455d9f7af34c 22:05:12 Removing intermediate container 455d9f7af34c 22:05:12 ---> 3ec880da1c20 22:05:12 Step 7/8 : COPY . . 22:05:13 ---> 8547bacd4914 22:05:13 Step 8/8 : RUN go mod download 22:05:13 ---> Running in 557b98a7dd9b 22:05:14 Removing intermediate container 4016aed604c4 22:05:14 ---> d41fb4bbdd42 22:05:14 Successfully built d41fb4bbdd42 22:05:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:05:14 + docker inspect -f . ci-base-image-arm64 22:05:14 . [Pipeline] withDockerContainer 22:05:14 prd-ubuntu18.04-docker-arm64-4c-16g-26606 does not seem to be running inside a container 22:05:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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 22:05:16 $ docker top 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:17 + go version 22:05:17 go version go1.15.5 linux/arm64 [Pipeline] } 22:05:17 $ docker stop --time=1 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 22:05:19 $ docker rm -f 8f38df37b763cb1b2eff800224111e8f5c650aa22f025069ecfa73e1ee456c15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:05:20 + docker inspect -f . ci-base-image-arm64 22:05:20 . [Pipeline] withDockerContainer 22:05:20 prd-ubuntu18.04-docker-arm64-4c-16g-26606 does not seem to be running inside a container 22:05:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@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 22:05:21 $ docker top 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:22 + make test 22:05:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:05:35 Removing intermediate container 557b98a7dd9b 22:05:35 ---> f41c9a527dfa 22:05:35 Successfully built f41c9a527dfa 22:05:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:05:35 + docker inspect -f . ci-base-image-x86_64 22:05:35 . [Pipeline] withDockerContainer 22:05:35 prd-centos7-docker-4c-2g-26608 does not seem to be running inside a container 22:05:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:05:36 $ docker top c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:37 + go version 22:05:37 go version go1.15.5 linux/amd64 [Pipeline] } 22:05:37 $ docker stop --time=1 c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa 22:05:38 $ docker rm -f c9aef848541547de269d573c43c4313ee8fb565ef5cdda54ce132f4de5f9ceaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:05:39 + docker inspect -f . ci-base-image-x86_64 22:05:39 . [Pipeline] withDockerContainer 22:05:39 prd-centos7-docker-4c-2g-26608 does not seem to be running inside a container 22:05:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/82 -v /w/workspace/app-service-configurable/82:/w/workspace/app-service-configurable/82:rw,z -v /w/workspace/app-service-configurable/82@tmp:/w/workspace/app-service-configurable/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:05:40 $ docker top 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:41 + make test 22:05:41 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:05:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:05:56 CGO_ENABLED=1 go vet ./... 22:05:56 gofmt -l . 22:05:56 [ "`gofmt -l .`" = "" ] 22:05:56 ./bin/test-go-mod-tidy.sh 22:05:57 ./bin/test-attribution-txt.sh [Pipeline] } 22:05:57 $ docker stop --time=1 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 22:06:00 $ docker rm -f 638a588fdad70ae9a01f4e498127a0c6eeacb4f7899d5ee48f02e23ac86177b4 [Pipeline] // withDockerContainer [Pipeline] sh 22:06:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:06:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 22:06:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:06:01 CGO_ENABLED=1 go vet ./... [Pipeline] sh 22:06:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:06:03 + ls -al . 22:06:03 total 88 22:06:03 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 16 22:05 . 22:06:03 drwxrwxr-x. 4 jenkins jenkins 30 Feb 16 22:04 .. 22:06:03 -rw-rw-r--. 1 jenkins jenkins 6558 Feb 16 22:04 Attribution.txt 22:06:03 drwxrwxr-x. 2 jenkins jenkins 64 Feb 16 22:04 bin 22:06:03 -rw-r--r--. 1 jenkins jenkins 10 Feb 16 22:05 coverage.out 22:06:03 -rw-rw-r--. 1 jenkins jenkins 2032 Feb 16 22:04 Dockerfile 22:06:03 -rw-rw-r--. 1 jenkins jenkins 970 Feb 16 22:04 Dockerfile.build 22:06:03 -rw-rw-r--. 1 jenkins jenkins 119 Feb 16 22:04 .dockerignore 22:06:03 drwxrwxr-x. 8 jenkins jenkins 162 Feb 16 22:04 .git 22:06:03 drwxrwxr-x. 2 jenkins jenkins 81 Feb 16 22:04 .github 22:06:03 -rw-rw-r--. 1 jenkins jenkins 93 Feb 16 22:04 .gitignore 22:06:03 -rw-r--r--. 1 jenkins jenkins 136 Feb 16 22:05 go.mod 22:06:03 -rw-r--r--. 1 jenkins jenkins 18576 Feb 16 22:05 go.sum 22:06:03 -rw-rw-r--. 1 jenkins jenkins 687 Feb 16 22:04 Jenkinsfile 22:06:03 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 16 22:04 LICENSE 22:06:03 -rw-rw-r--. 1 jenkins jenkins 1522 Feb 16 22:04 main.go 22:06:03 -rw-rw-r--. 1 jenkins jenkins 1582 Feb 16 22:04 makefile 22:06:03 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 16 22:04 README.md 22:06:03 drwxrwxr-x. 10 jenkins jenkins 173 Feb 16 22:04 res 22:06:03 drwxrwxr-x. 4 jenkins jenkins 71 Feb 16 22:04 snap 22:06:03 -rw-rw-r--. 1 jenkins jenkins 12 Feb 16 22:01 VERSION [Pipeline] isUnix [Pipeline] sh 22:06:04 + 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=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e --label arch=amd64 --label version=2.0.0-dev.16 . 22:06:04 Sending build context to Docker daemon 122.9kB 22:06:04 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:06:04 Step 2/27 : FROM ${BASE} AS builder 22:06:04 ---> f41c9a527dfa 22:06:04 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:06:04 ---> Running in c348e3935f1e 22:06:04 Removing intermediate container c348e3935f1e 22:06:04 ---> 5ba5e0b38146 22:06:04 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:06:04 ---> Running in 966a3211e957 22:06:05 Removing intermediate container 966a3211e957 22:06:05 ---> 82ec142baf9a 22:06:05 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:06:05 ---> Running in 4e0eb75a6ad0 22:06:05 Removing intermediate container 4e0eb75a6ad0 22:06:05 ---> 5fc41cac3688 22:06:05 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:06:05 ---> Running in 1ece714922fa 22:06:05 gofmt -l . 22:06:05 [ "`gofmt -l .`" = "" ] 22:06:05 ./bin/test-go-mod-tidy.sh 22:06:05 ./bin/test-attribution-txt.sh 22:06:06 Removing intermediate container 1ece714922fa 22:06:06 ---> 9c0bc862029e 22:06:06 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:06:06 ---> Running in db51747419d8 [Pipeline] } 22:06:06 $ docker stop --time=1 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf 22:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:08 OK: 167 MiB in 45 packages 22:06:08 Removing intermediate container db51747419d8 22:06:08 ---> c0c035dc6ca4 22:06:08 Step 8/27 : WORKDIR /app 22:06:08 ---> Running in 5793263566c7 22:06:08 Removing intermediate container 5793263566c7 22:06:08 ---> 7a2d989f4d4d 22:06:08 Step 9/27 : COPY go.mod . 22:06:08 $ docker rm -f 1f465cad969196bb92d38568e5df47f4b5a369dae47d57e545d3654d62a206bf 22:06:09 ---> 3b85192c469e 22:06:09 Step 10/27 : RUN go mod download 22:06:09 ---> Running in a19543799789 [Pipeline] // withDockerContainer [Pipeline] sh 22:06:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:06:09 Warning: overwriting stash ‘coverage-report’ 22:06:10 Removing intermediate container a19543799789 22:06:10 ---> 80fed97cedb0 22:06:10 Step 11/27 : COPY . . 22:06:10 ---> b3ba85fde4e5 22:06:10 Step 12/27 : ARG MAKE="make build" 22:06:10 ---> Running in f186afa5a436 22:06:10 Stashed 1 file(s) [Pipeline] } 22:06:10 Removing intermediate container f186afa5a436 22:06:10 ---> 14b7e10407ae 22:06:10 Step 13/27 : RUN $MAKE 22:06:10 ---> Running in 69a1c4d49f7a [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:06:11 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.16" -o app-service-configurable 22:06:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:06:11 + ls -al . 22:06:11 total 112 22:06:11 drwxrwxr-x 7 jenkins jenkins 4096 Feb 16 22:06 . 22:06:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 22:03 .. 22:06:11 -rw-rw-r-- 1 jenkins jenkins 119 Feb 16 22:03 .dockerignore 22:06:11 drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 22:04 .git 22:06:11 drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 22:03 .github 22:06:11 -rw-rw-r-- 1 jenkins jenkins 93 Feb 16 22:03 .gitignore 22:06:11 -rw-rw-r-- 1 jenkins jenkins 6558 Feb 16 22:03 Attribution.txt 22:06:11 -rw-rw-r-- 1 jenkins jenkins 2032 Feb 16 22:03 Dockerfile 22:06:11 -rw-rw-r-- 1 jenkins jenkins 970 Feb 16 22:03 Dockerfile.build 22:06:11 -rw-rw-r-- 1 jenkins jenkins 687 Feb 16 22:03 Jenkinsfile 22:06:11 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 16 22:03 LICENSE 22:06:11 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 16 22:03 README.md 22:06:11 -rw-rw-r-- 1 jenkins jenkins 12 Feb 16 22:01 VERSION 22:06:11 drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 22:03 bin 22:06:11 -rw-r--r-- 1 jenkins jenkins 10 Feb 16 22:05 coverage.out 22:06:11 -rw-r--r-- 1 jenkins jenkins 136 Feb 16 22:06 go.mod 22:06:11 -rw-r--r-- 1 jenkins jenkins 18576 Feb 16 22:06 go.sum 22:06:11 -rw-rw-r-- 1 jenkins jenkins 1522 Feb 16 22:03 main.go 22:06:11 -rw-rw-r-- 1 jenkins jenkins 1582 Feb 16 22:03 makefile 22:06:11 drwxrwxr-x 10 jenkins jenkins 4096 Feb 16 22:03 res 22:06:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 22:03 snap [Pipeline] isUnix [Pipeline] sh 22:06:12 + 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=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e --label arch=arm64 --label version=2.0.0-dev.16 . 22:06:12 Sending build context to Docker daemon 122.9kB 22:06:12 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:06:12 Step 2/27 : FROM ${BASE} AS builder 22:06:12 ---> d41fb4bbdd42 22:06:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:06:12 ---> Running in def6e7a2dae0 22:06:13 Removing intermediate container def6e7a2dae0 22:06:13 ---> 35974912f5c0 22:06:13 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:06:13 ---> Running in 4d9db9f2850b 22:06:13 Removing intermediate container 4d9db9f2850b 22:06:13 ---> 2d61246916d4 22:06:13 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:06:13 ---> Running in fd403f4f0751 22:06:14 Removing intermediate container fd403f4f0751 22:06:14 ---> 5b4656297efe 22:06:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:06:14 ---> Running in a2e257e37d53 22:06:16 Removing intermediate container a2e257e37d53 22:06:16 ---> ebfed5789cd9 22:06:16 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:06:16 ---> Running in 2abd87fa05ee 22:06:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:06:19 OK: 144 MiB in 45 packages 22:06:20 Removing intermediate container 2abd87fa05ee 22:06:20 ---> 08a5c6a3dd41 22:06:20 Step 8/27 : WORKDIR /app 22:06:20 ---> Running in 8a17bd1c3ddc 22:06:20 Removing intermediate container 8a17bd1c3ddc 22:06:20 ---> 7f365c7bf310 22:06:20 Step 9/27 : COPY go.mod . 22:06:21 ---> 82536f8eb853 22:06:21 Step 10/27 : RUN go mod download 22:06:21 ---> Running in 76d22f99a892 22:06:23 Removing intermediate container 76d22f99a892 22:06:23 ---> bd75c3623143 22:06:23 Step 11/27 : COPY . . 22:06:24 ---> 5fb1a3fd21ed 22:06:24 Step 12/27 : ARG MAKE="make build" 22:06:24 ---> Running in c576e3b1dd55 22:06:25 Removing intermediate container c576e3b1dd55 22:06:25 ---> 7b00f0f75369 22:06:25 Step 13/27 : RUN $MAKE 22:06:25 ---> Running in f88aca20eb80 22:06:26 Removing intermediate container 69a1c4d49f7a 22:06:26 ---> 487fcf9fc254 22:06:26 Step 14/27 : FROM alpine:3.12 22:06:26 3.12: Pulling from library/alpine 22:06:26 801bfaa63ef2: Pulling fs layer 22:06:26 801bfaa63ef2: Verifying Checksum 22:06:26 801bfaa63ef2: Download complete 22:06:26 801bfaa63ef2: Pull complete 22:06:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:06:26 Status: Downloaded newer image for alpine:3.12 22:06:26 ---> 389fef711851 22:06:26 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:06:26 ---> Running in 382cfcb4c212 22:06:26 Removing intermediate container 382cfcb4c212 22:06:26 ---> 176dbcdbef09 22:06:26 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:06:26 ---> Running in 58cfb183941a 22:06:26 Removing intermediate container 58cfb183941a 22:06:26 ---> 30defcf774ad 22:06:26 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:06:26 ---> Running in e9ec4182c9bd 22:06:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.16" -o app-service-configurable 22:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:06:27 (1/7) Installing ca-certificates (20191127-r4) 22:06:27 (2/7) Installing dumb-init (1.2.2-r1) 22:06:27 (3/7) Installing libgcc (9.3.0-r2) 22:06:27 (4/7) Installing libsodium (1.0.18-r0) 22:06:27 (5/7) Installing libstdc++ (9.3.0-r2) 22:06:27 (6/7) Installing libzmq (4.3.3-r0) 22:06:27 (7/7) Installing zeromq (4.3.3-r0) 22:06:27 Executing busybox-1.31.1-r19.trigger 22:06:27 Executing ca-certificates-20191127-r4.trigger 22:06:27 OK: 9 MiB in 21 packages 22:06:28 Removing intermediate container e9ec4182c9bd 22:06:28 ---> 1f6fb632d1cc 22:06:28 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:06:28 ---> 0c3d0ba2add7 22:06:28 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:06:28 ---> f0c95648c481 22:06:28 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:06:29 ---> a1ec3e7f8a35 22:06:29 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:06:30 ---> f17a9dadf4c7 22:06:30 Step 22/27 : EXPOSE 48095 22:06:30 ---> Running in 0adbed80d218 22:06:30 Removing intermediate container 0adbed80d218 22:06:30 ---> 6d4a65251440 22:06:30 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:06:30 ---> Running in f572ee1b1ee2 22:06:30 Removing intermediate container f572ee1b1ee2 22:06:30 ---> a351ffd70dd2 22:06:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:06:30 ---> Running in eef742be6de3 22:06:30 Removing intermediate container eef742be6de3 22:06:30 ---> 6f961f7a4ba4 22:06:30 Step 25/27 : LABEL arch=amd64 22:06:30 ---> Running in c75c871e156a 22:06:30 Removing intermediate container c75c871e156a 22:06:30 ---> aa0fc0467506 22:06:30 Step 26/27 : LABEL git_sha=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:06:30 ---> Running in 35fc1dfa91ba 22:06:31 Removing intermediate container 35fc1dfa91ba 22:06:31 ---> d77662cf901e 22:06:31 Step 27/27 : LABEL version=2.0.0-dev.16 22:06:31 ---> Running in 8f668713e23c 22:06:31 Removing intermediate container 8f668713e23c 22:06:31 ---> 4a270c3c53a0 22:06:31 [Warning] One or more build-args [ARCH] were not consumed 22:06:31 Successfully built 4a270c3c53a0 22:06:31 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:06:31 provisioning config files... 22:06:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config2286489192910369192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:06:32 ---> docker-login.sh 22:06:32 nexus3.edgexfoundry.org:10001 22:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:06:32 Configure a credential helper to remove this warning. See 22:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:06:32 22:06:32 Login Succeeded 22:06:32 nexus3.edgexfoundry.org:10002 22:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:06:32 Configure a credential helper to remove this warning. See 22:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:06:32 22:06:32 Login Succeeded 22:06:32 nexus3.edgexfoundry.org:10003 22:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:06:32 Configure a credential helper to remove this warning. See 22:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:06:32 22:06:32 Login Succeeded 22:06:32 nexus3.edgexfoundry.org:10004 22:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:06:33 Configure a credential helper to remove this warning. See 22:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:06:33 22:06:33 Login Succeeded 22:06:33 docker.io 22:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:06:33 Configure a credential helper to remove this warning. See 22:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:06:33 22:06:33 Login Succeeded 22:06:33 ---> docker-login.sh ends [Pipeline] } 22:06:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:06:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:06:33 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:06:33 latest 22:06:33 2.0.0-dev.16 22:06:33 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:06:33 master 22:06:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:06:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh 22:06:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:06:34 353fb28d423d: Preparing 22:06:34 cbd3e0cc6d44: Preparing 22:06:34 9681bc490ed9: Preparing 22:06:34 f261324d0a94: Preparing 22:06:34 e6594c45ce06: Preparing 22:06:34 777b2c648970: Preparing 22:06:34 777b2c648970: Waiting 22:06:34 9681bc490ed9: Pushed 22:06:34 cbd3e0cc6d44: Pushed 22:06:34 f261324d0a94: Pushed 22:06:34 777b2c648970: Layer already exists 22:06:34 e6594c45ce06: Pushed 22:06:35 353fb28d423d: Pushed 22:06:36 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:06:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:06:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:06:36 353fb28d423d: Preparing 22:06:36 cbd3e0cc6d44: Preparing 22:06:36 9681bc490ed9: Preparing 22:06:36 f261324d0a94: Preparing 22:06:36 e6594c45ce06: Preparing 22:06:36 777b2c648970: Preparing 22:06:36 777b2c648970: Waiting 22:06:36 e6594c45ce06: Layer already exists 22:06:36 353fb28d423d: Layer already exists 22:06:36 9681bc490ed9: Layer already exists 22:06:36 f261324d0a94: Layer already exists 22:06:36 cbd3e0cc6d44: Layer already exists 22:06:36 777b2c648970: Layer already exists 22:06:36 latest: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:06:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh 22:06:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 22:06:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:06:37 353fb28d423d: Preparing 22:06:37 cbd3e0cc6d44: Preparing 22:06:37 9681bc490ed9: Preparing 22:06:37 f261324d0a94: Preparing 22:06:37 e6594c45ce06: Preparing 22:06:37 777b2c648970: Preparing 22:06:37 777b2c648970: Waiting 22:06:37 cbd3e0cc6d44: Layer already exists 22:06:37 9681bc490ed9: Layer already exists 22:06:37 f261324d0a94: Layer already exists 22:06:37 e6594c45ce06: Layer already exists 22:06:37 353fb28d423d: Layer already exists 22:06:37 777b2c648970: Layer already exists 22:06:37 2.0.0-dev.16: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:06:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh 22:06:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:06:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:06:37 353fb28d423d: Preparing 22:06:37 cbd3e0cc6d44: Preparing 22:06:37 9681bc490ed9: Preparing 22:06:37 f261324d0a94: Preparing 22:06:37 e6594c45ce06: Preparing 22:06:37 777b2c648970: Preparing 22:06:37 777b2c648970: Waiting 22:06:37 353fb28d423d: Layer already exists 22:06:37 e6594c45ce06: Layer already exists 22:06:37 f261324d0a94: Layer already exists 22:06:37 9681bc490ed9: Layer already exists 22:06:37 cbd3e0cc6d44: Layer already exists 22:06:37 777b2c648970: Layer already exists 22:06:37 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:06:38 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:06:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:06:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:06:38 353fb28d423d: Preparing 22:06:38 cbd3e0cc6d44: Preparing 22:06:38 9681bc490ed9: Preparing 22:06:38 f261324d0a94: Preparing 22:06:38 e6594c45ce06: Preparing 22:06:38 777b2c648970: Preparing 22:06:38 777b2c648970: Waiting 22:06:38 e6594c45ce06: Layer already exists 22:06:38 f261324d0a94: Layer already exists 22:06:38 cbd3e0cc6d44: Layer already exists 22:06:38 353fb28d423d: Layer already exists 22:06:38 9681bc490ed9: Layer already exists 22:06:38 777b2c648970: Layer already exists 22:06:38 master: digest: sha256:895595eedb10bcb09f3b9e6e0cd900a55478d23b133bb3f8ad8fbaafb28dee32 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:06:38 ===================================================== [Pipeline] echo 22:06:38 taggedImages: 22:06:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:06:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:06:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.16 22:06:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:06:38 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:07:05 Removing intermediate container f88aca20eb80 22:07:05 ---> 8a8b63b2251c 22:07:05 Step 14/27 : FROM alpine:3.12 22:07:05 3.12: Pulling from library/alpine 22:07:05 159e5727ea61: Pulling fs layer 22:07:05 159e5727ea61: Verifying Checksum 22:07:05 159e5727ea61: Download complete 22:07:05 159e5727ea61: Pull complete 22:07:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:07:05 Status: Downloaded newer image for alpine:3.12 22:07:05 ---> afeebe901d6b 22:07:05 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 22:07:05 ---> Running in 87b586654e22 22:07:05 Removing intermediate container 87b586654e22 22:07:05 ---> 3c0b41ee45a7 22:07:05 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:07:05 ---> Running in 95bacd82aabe 22:07:05 Removing intermediate container 95bacd82aabe 22:07:05 ---> dddafe4179bb 22:07:05 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 22:07:05 ---> Running in e8add51dda10 22:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:05 (1/7) Installing ca-certificates (20191127-r4) 22:07:05 (2/7) Installing dumb-init (1.2.2-r1) 22:07:05 (3/7) Installing libgcc (9.3.0-r2) 22:07:05 (4/7) Installing libsodium (1.0.18-r0) 22:07:05 (5/7) Installing libstdc++ (9.3.0-r2) 22:07:05 (6/7) Installing libzmq (4.3.3-r0) 22:07:05 (7/7) Installing zeromq (4.3.3-r0) 22:07:05 Executing busybox-1.31.1-r19.trigger 22:07:05 Executing ca-certificates-20191127-r4.trigger 22:07:05 OK: 9 MiB in 21 packages 22:07:06 Removing intermediate container e8add51dda10 22:07:06 ---> 9cd1916c7706 22:07:06 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:07:06 ---> 2e1f61276eb9 22:07:06 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:07:07 ---> 9fe13f4c5a0e 22:07:07 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:07:08 ---> 854fa51a7331 22:07:08 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:07:09 ---> 7d1b88722eb5 22:07:09 Step 22/27 : EXPOSE 48095 22:07:09 ---> Running in d62bb6c9dbf4 22:07:10 Removing intermediate container d62bb6c9dbf4 22:07:10 ---> 39e60e9c6747 22:07:10 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:07:10 ---> Running in b23d8a23af6b 22:07:11 Removing intermediate container b23d8a23af6b 22:07:11 ---> 0f34ddb4dea3 22:07:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:07:11 ---> Running in f670078991d6 22:07:11 Removing intermediate container f670078991d6 22:07:11 ---> 400ed118602b 22:07:11 Step 25/27 : LABEL arch=arm64 22:07:11 ---> Running in 5fef91cb42b6 22:07:12 Removing intermediate container 5fef91cb42b6 22:07:12 ---> 9e46af31c345 22:07:12 Step 26/27 : LABEL git_sha=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:07:12 ---> Running in d8d8e3836e10 22:07:12 Removing intermediate container d8d8e3836e10 22:07:12 ---> 06f258524065 22:07:12 Step 27/27 : LABEL version=2.0.0-dev.16 22:07:12 ---> Running in 3b129114a86a 22:07:13 Removing intermediate container 3b129114a86a 22:07:13 ---> 6e6aae534dfb 22:07:13 [Warning] One or more build-args [ARCH] were not consumed 22:07:13 Successfully built 6e6aae534dfb 22:07:13 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 22:07:13 provisioning config files... 22:07:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/82@tmp/config4333104991675320709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:07:14 ---> docker-login.sh 22:07:14 nexus3.edgexfoundry.org:10001 22:07:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:07:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:07:14 Configure a credential helper to remove this warning. See 22:07:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:07:14 22:07:14 Login Succeeded 22:07:14 nexus3.edgexfoundry.org:10002 22:07:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:07:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:07:15 Configure a credential helper to remove this warning. See 22:07:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:07:15 22:07:15 Login Succeeded 22:07:15 nexus3.edgexfoundry.org:10003 22:07:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:07:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:07:15 Configure a credential helper to remove this warning. See 22:07:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:07:15 22:07:15 Login Succeeded 22:07:15 nexus3.edgexfoundry.org:10004 22:07:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:07:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:07:16 Configure a credential helper to remove this warning. See 22:07:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:07:16 22:07:16 Login Succeeded 22:07:16 docker.io 22:07:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:07:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:07:17 Configure a credential helper to remove this warning. See 22:07:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:07:17 22:07:17 Login Succeeded 22:07:17 ---> docker-login.sh ends [Pipeline] } 22:07:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:07:17 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:07:17 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:07:17 latest 22:07:17 2.0.0-dev.16 22:07:17 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:07:17 master 22:07:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:17 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh 22:07:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:07:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:07:18 ed18290e385a: Preparing 22:07:18 89c3dbf5c2ff: Preparing 22:07:18 4eabae92a4a7: Preparing 22:07:18 769ab20a6537: Preparing 22:07:18 b6cbb02df567: Preparing 22:07:18 379067d0cb53: Preparing 22:07:18 379067d0cb53: Waiting 22:07:18 89c3dbf5c2ff: Pushed 22:07:18 769ab20a6537: Pushed 22:07:18 4eabae92a4a7: Pushed 22:07:18 379067d0cb53: Layer already exists 22:07:19 b6cbb02df567: Pushed 22:07:22 ed18290e385a: Pushed 22:07:22 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:07:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:07:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:07:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:07:22 ed18290e385a: Preparing 22:07:22 89c3dbf5c2ff: Preparing 22:07:22 4eabae92a4a7: Preparing 22:07:22 769ab20a6537: Preparing 22:07:22 b6cbb02df567: Preparing 22:07:22 379067d0cb53: Preparing 22:07:22 379067d0cb53: Waiting 22:07:22 ed18290e385a: Layer already exists 22:07:22 89c3dbf5c2ff: Layer already exists 22:07:22 4eabae92a4a7: Layer already exists 22:07:22 769ab20a6537: Layer already exists 22:07:22 b6cbb02df567: Layer already exists 22:07:22 379067d0cb53: Layer already exists 22:07:22 latest: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:07:23 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh 22:07:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 22:07:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:07:23 ed18290e385a: Preparing 22:07:23 89c3dbf5c2ff: Preparing 22:07:23 4eabae92a4a7: Preparing 22:07:23 769ab20a6537: Preparing 22:07:23 b6cbb02df567: Preparing 22:07:23 379067d0cb53: Preparing 22:07:23 379067d0cb53: Waiting 22:07:23 ed18290e385a: Layer already exists 22:07:23 b6cbb02df567: Layer already exists 22:07:23 769ab20a6537: Layer already exists 22:07:23 89c3dbf5c2ff: Layer already exists 22:07:23 4eabae92a4a7: Layer already exists 22:07:23 379067d0cb53: Layer already exists 22:07:23 2.0.0-dev.16: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:07:24 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 [Pipeline] isUnix [Pipeline] sh 22:07:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:07:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:07:24 ed18290e385a: Preparing 22:07:24 89c3dbf5c2ff: Preparing 22:07:24 4eabae92a4a7: Preparing 22:07:24 769ab20a6537: Preparing 22:07:24 b6cbb02df567: Preparing 22:07:24 379067d0cb53: Preparing 22:07:24 379067d0cb53: Waiting 22:07:24 4eabae92a4a7: Layer already exists 22:07:24 89c3dbf5c2ff: Layer already exists 22:07:24 b6cbb02df567: Layer already exists 22:07:24 ed18290e385a: Layer already exists 22:07:24 769ab20a6537: Layer already exists 22:07:24 379067d0cb53: Layer already exists 22:07:24 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:07:25 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:07:25 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:07:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:07:25 ed18290e385a: Preparing 22:07:25 89c3dbf5c2ff: Preparing 22:07:25 4eabae92a4a7: Preparing 22:07:25 769ab20a6537: Preparing 22:07:25 b6cbb02df567: Preparing 22:07:25 379067d0cb53: Preparing 22:07:25 379067d0cb53: Waiting 22:07:25 b6cbb02df567: Layer already exists 22:07:25 89c3dbf5c2ff: Layer already exists 22:07:25 ed18290e385a: Layer already exists 22:07:25 4eabae92a4a7: Layer already exists 22:07:25 769ab20a6537: Layer already exists 22:07:25 379067d0cb53: Layer already exists 22:07:25 master: digest: sha256:1a54fe833f0b2511022380791072d82cbb7ee3e8f053cd94b8f961389222ae13 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:07:26 ===================================================== [Pipeline] echo 22:07:26 taggedImages: 22:07:26 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e 22:07:26 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:07:26 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.16 22:07:26 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e-2.0.0-dev.16 22:07:26 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:07:27 provisioning config files... 22:07:27 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8160514508617246032tmp [Pipeline] { [Pipeline] sh 22:07:27 + set +x 22:07:27 + curl -s https://codecov.io/bash 22:07:27 + bash -s -- 22:07:28 22:07:28 _____ _ 22:07:28 / ____| | | 22:07:28 | | ___ __| | ___ ___ _____ __ 22:07:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:07:28 | |___| (_) | (_| | __/ (_| (_) \ V / 22:07:28 \_____\___/ \__,_|\___|\___\___/ \_/ 22:07:28 Bash-20210129-7c25fce 22:07:28 22:07:28 22:07:28 ==> git version 2.24.3 found 22:07:28 ==> 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 22:07:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:07:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:07:28 ==> Jenkins CI detected. 22:07:28 project root: . 22:07:28 --> token set from env 22:07:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:07:28 ==> Running gcov in . (disable via -X gcov) 22:07:28 ==> Python coveragepy not found 22:07:28 ==> Searching for coverage reports in: 22:07:28 + . 22:07:28 -> Found 1 reports 22:07:28 ==> Detecting git/mercurial file structure 22:07:28 ==> Reading reports 22:07:28 + ./coverage.out bytes=10 22:07:28 ==> Appending adjustments 22:07:28 https://docs.codecov.io/docs/fixing-reports 22:07:28 + Found adjustments 22:07:28 ==> Gzipping contents 22:07:28 4.0K /tmp/codecov.eY89if.gz 22:07:28 ==> Uploading reports 22:07:28 url: https://codecov.io 22:07:28 query: branch=master&commit=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:07:28 -> Pinging Codecov 22:07:28 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e&build=82&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F82%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:07:28 -> Uploading to 22:07:28 https://storage.googleapis.com/codecov/v4/raw/2021-02-16/A97CA9966030D2A3747ED39772930CCE/a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e/f28515a7-8d05-4b4c-8782-5bcc731e643f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210216T220728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a328dff7ca4906c1f5cc8e18bb8dca6048451ddd9274ab41f97ae5e87ec9487e 22:07:28 % Total % Received % Xferd Average Speed Time Time Time Current 22:07:28 Dload Upload Total Spent Left Speed 22:07:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 960 --:--:-- --:--:-- --:--:-- 960 22:07:28 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] } 22:07:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:07:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:07:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:30 22:07:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:07:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:07:30 188c0c94c7c5: Pulling fs layer 22:07:30 0ef7d3d256c8: Pulling fs layer 22:07:30 de9db76c5a1d: Pulling fs layer 22:07:30 0eba1c9be4d2: Pulling fs layer 22:07:30 0d57e429df01: Pulling fs layer 22:07:30 4e4be7b47b0d: Pulling fs layer 22:07:30 e1f770b5df2f: Pulling fs layer 22:07:30 85a0685a4137: Pulling fs layer 22:07:30 0d57e429df01: Waiting 22:07:30 e1f770b5df2f: Waiting 22:07:30 4e4be7b47b0d: Waiting 22:07:30 0eba1c9be4d2: Waiting 22:07:30 de9db76c5a1d: Verifying Checksum 22:07:30 de9db76c5a1d: Download complete 22:07:30 0ef7d3d256c8: Verifying Checksum 22:07:30 0ef7d3d256c8: Download complete 22:07:30 0d57e429df01: Verifying Checksum 22:07:30 0d57e429df01: Download complete 22:07:30 4e4be7b47b0d: Verifying Checksum 22:07:30 4e4be7b47b0d: Download complete 22:07:30 188c0c94c7c5: Verifying Checksum 22:07:30 188c0c94c7c5: Download complete 22:07:31 188c0c94c7c5: Pull complete 22:07:31 0ef7d3d256c8: Pull complete 22:07:31 de9db76c5a1d: Pull complete 22:07:32 e1f770b5df2f: Verifying Checksum 22:07:32 e1f770b5df2f: Download complete 22:07:34 85a0685a4137: Verifying Checksum 22:07:34 85a0685a4137: Download complete 22:07:34 0eba1c9be4d2: Verifying Checksum 22:07:34 0eba1c9be4d2: Download complete 22:07:41 0eba1c9be4d2: Pull complete 22:07:41 0d57e429df01: Pull complete 22:07:41 4e4be7b47b0d: Pull complete 22:07:42 e1f770b5df2f: Pull complete 22:07:51 85a0685a4137: Pull complete 22:07:51 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:07:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:07:51 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:07:51 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:07:52 $ docker top 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 -eo pid,comm [Pipeline] { [Pipeline] echo 22:07:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:07:53 + set -o pipefail 22:07:53 + snyk monitor '--org=edgex-jenkins' 22:08:15 22:08:15 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:08:15 22:08:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8665c65c-8bbd-4417-be85-484ce0061408 22:08:15 22:08:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:08:15 22:08:15 22:08:15 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 22:08:15 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:08:15 $ docker stop --time=1 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 22:08:17 $ docker rm -f 617be5f50be76596ae37c36d7c798f15c1916b32e24aa8e68b451a024350a648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 22:08:19 + git log --format=format:%s -1 a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e [Pipeline] isUnix [Pipeline] sh 22:08:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:08:20 . [Pipeline] withDockerContainer 22:08:20 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:08:20 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:08:21 $ docker top adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:08:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:08:21 [ssh-agent] Looking for ssh-agent implementation... 22:08:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:08:21 $ docker exec adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 ssh-agent 22:08:22 SSH_AUTH_SOCK=/tmp/ssh-yukGf3Hxc0kc/agent.12 22:08:22 SSH_AGENT_PID=18 22:08:22 Running ssh-add (command line suppressed) 22:08:22 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2915335086517528268.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2915335086517528268.key) 22:08:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:08:22 + git semver tag 22:08:22 # -> Open(): unable to determine branch for HEAD 22:08:22 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:08:22 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:08:22 # $SEMVER_REMOTE_NAME = origin 22:08:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:08:22 # $SEMVER_USER_NAME = edgex-jenkins 22:08:22 # $SEMVER_BRANCH = master 22:08:22 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:08:22 # a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e HEAD 22:08:22 # -> Force: false 22:08:22 # c94fa5edd769be7b51c871208111a7b7e606b0d4 refs/tags/v2.0.0-dev.16 [Pipeline] } 22:08:22 $ docker exec --env ******** --env ******** adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 ssh-agent -k 22:08:22 unset SSH_AUTH_SOCK; 22:08:22 unset SSH_AGENT_PID; 22:08:22 echo Agent pid 18 killed; 22:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:08:23 + git semver [Pipeline] } 22:08:23 $ docker stop --time=1 adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 22:08:24 $ docker rm -f adb5e735bc5a60e8b6c1a98290a433c5375d84a0c9c3053b3227944f9d79a617 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:08:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:25 22:08:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:08:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:26 0.23.1-centos7: Pulling from edgex-lftools 22:08:26 ab5ef0e58194: Pulling fs layer 22:08:26 9712f1f96733: Pulling fs layer 22:08:26 63f879dbbcfc: Pulling fs layer 22:08:26 0d9ebad4ef96: Pulling fs layer 22:08:26 e9a5061849ea: Pulling fs layer 22:08:26 d747dcd14b5f: Pulling fs layer 22:08:26 2de7ff778b66: Pulling fs layer 22:08:26 e9a5061849ea: Waiting 22:08:26 d747dcd14b5f: Waiting 22:08:26 0d9ebad4ef96: Waiting 22:08:26 2de7ff778b66: Waiting 22:08:26 9712f1f96733: Verifying Checksum 22:08:26 9712f1f96733: Download complete 22:08:28 63f879dbbcfc: Verifying Checksum 22:08:28 63f879dbbcfc: Download complete 22:08:28 e9a5061849ea: Verifying Checksum 22:08:28 e9a5061849ea: Download complete 22:08:28 d747dcd14b5f: Verifying Checksum 22:08:28 d747dcd14b5f: Download complete 22:08:29 2de7ff778b66: Verifying Checksum 22:08:29 2de7ff778b66: Download complete 22:08:30 0d9ebad4ef96: Download complete 22:08:30 ab5ef0e58194: Verifying Checksum 22:08:30 ab5ef0e58194: Download complete 22:08:35 ab5ef0e58194: Pull complete 22:08:35 9712f1f96733: Pull complete 22:08:38 63f879dbbcfc: Pull complete 22:08:45 0d9ebad4ef96: Pull complete 22:08:45 e9a5061849ea: Pull complete 22:08:45 d747dcd14b5f: Pull complete 22:08:48 2de7ff778b66: Pull complete 22:08:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:08:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:08:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:08:48 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:08:49 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:08:52 $ docker top 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:08:53 provisioning config files... 22:08:53 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2598387559718164049tmp 22:08:53 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config570770866398850811tmp 22:08:53 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3774949013932037122tmp [Pipeline] { [Pipeline] echo 22:08:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:08:53 ---> sigul-configuration.sh 22:08:53 gpg: directory `/root/.gnupg' created 22:08:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:08:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:08:53 gpg: keyring `/root/.gnupg/secring.gpg' created 22:08:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:08:53 gpg: CAST5 encrypted data 22:08:54 gpg: encrypted with 1 passphrase 22:08:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:08:54 + mkdir /home/jenkins 22:08:54 + mkdir /home/jenkins/sigul [Pipeline] sh 22:08:54 + 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 22:08:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:08:54 ---> sigul-install.sh 22:09:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:09:00 + git tag --list 22:09:00 v1.0.0 22:09:00 v1.1.0 22:09:00 v1.2.0 22:09:00 v1.3.0 22:09:00 v1.3.1 22:09:00 v1.3.1-dev.1 22:09:00 v1.3.1-dev.2 22:09:00 v1.3.1-dev.3 22:09:00 v2.0.0-dev.1 22:09:00 v2.0.0-dev.10 22:09:00 v2.0.0-dev.11 22:09:00 v2.0.0-dev.12 22:09:00 v2.0.0-dev.13 22:09:00 v2.0.0-dev.14 22:09:00 v2.0.0-dev.15 22:09:00 v2.0.0-dev.16 22:09:00 v2.0.0-dev.2 22:09:00 v2.0.0-dev.3 22:09:00 v2.0.0-dev.4 22:09:00 v2.0.0-dev.5 22:09:00 v2.0.0-dev.6 22:09:00 v2.0.0-dev.7 22:09:00 v2.0.0-dev.8 22:09:00 v2.0.0-dev.9 [Pipeline] sh 22:09:01 + lftools sign git-tag v2.0.0-dev.16 22:09:02 Signing Git tag with Sigul... 22:09:02 Signing v2.0.0-dev.16 [Pipeline] echo 22:09:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:09:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:09:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:09:03 $ docker stop --time=1 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef 22:09:06 $ docker rm -f 60b978aaa76d6a93629319b665b0417320699c13949d60ebf3d3b54c7e4187ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:07 . [Pipeline] withDockerContainer 22:09:07 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:09:07 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:09:08 $ docker top 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:09:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:09:08 [ssh-agent] Looking for ssh-agent implementation... 22:09:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:09:08 $ docker exec 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c ssh-agent 22:09:09 SSH_AUTH_SOCK=/tmp/ssh-SewGNTrX7C29/agent.12 22:09:09 SSH_AGENT_PID=17 22:09:09 Running ssh-add (command line suppressed) 22:09:09 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4024355188459289621.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4024355188459289621.key) 22:09:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:09:09 + git semver bump pre 22:09:09 # -> Open(): unable to determine branch for HEAD 22:09:09 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:09:09 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:09:09 # $SEMVER_REMOTE_NAME = origin 22:09:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:09:09 # $SEMVER_USER_NAME = edgex-jenkins 22:09:09 # $SEMVER_BRANCH = master 22:09:09 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:09:09 2.0.0-dev.17 [Pipeline] } 22:09:09 $ docker exec --env ******** --env ******** 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c ssh-agent -k 22:09:09 unset SSH_AUTH_SOCK; 22:09:09 unset SSH_AGENT_PID; 22:09:09 echo Agent pid 17 killed; 22:09:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:09:10 + git semver [Pipeline] } 22:09:10 $ docker stop --time=1 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c 22:09:11 $ docker rm -f 5b383023b7493d12a42da28e76d411df1a81f15cc1a1596175e4d4b0c544e42c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:09:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:12 . [Pipeline] withDockerContainer 22:09:12 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:09:12 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:09:13 $ docker top 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:09:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:09:14 [ssh-agent] Looking for ssh-agent implementation... 22:09:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:09:14 $ docker exec 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 ssh-agent 22:09:14 SSH_AUTH_SOCK=/tmp/ssh-GmrTUj7zsJVL/agent.11 22:09:14 SSH_AGENT_PID=16 22:09:14 Running ssh-add (command line suppressed) 22:09:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9089025405725453744.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9089025405725453744.key) 22:09:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:09:15 + git semver push 22:09:15 # -> Open(): unable to determine branch for HEAD 22:09:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:09:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:09:15 # $SEMVER_REMOTE_NAME = origin 22:09:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:09:15 # $SEMVER_USER_NAME = edgex-jenkins 22:09:15 # $SEMVER_BRANCH = master 22:09:15 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:09:20 $ docker exec --env ******** --env ******** 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 ssh-agent -k 22:09:20 unset SSH_AUTH_SOCK; 22:09:20 unset SSH_AGENT_PID; 22:09:20 echo Agent pid 16 killed; 22:09:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:09:21 + git semver [Pipeline] } 22:09:21 $ docker stop --time=1 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 22:09:23 $ docker rm -f 3865bbc2ee1a74fb6b4be42c7785edf5499ebffcdf5a8b8feca1f287b274b698 [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 22:09:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:09:25 ---> package-listing.sh 22:09:25 ++ facter osfamily 22:09:25 ++ tr '[:upper:]' '[:lower:]' 22:09:25 + OS_FAMILY=redhat 22:09:25 + workspace=/w/workspace/_app-service-configurable_master 22:09:25 + START_PACKAGES=/tmp/packages_start.txt 22:09:25 + END_PACKAGES=/tmp/packages_end.txt 22:09:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:09:25 + PACKAGES=/tmp/packages_start.txt 22:09:25 + '[' /w/workspace/_app-service-configurable_master ']' 22:09:25 + PACKAGES=/tmp/packages_end.txt 22:09:25 + case "${OS_FAMILY}" in 22:09:25 + rpm -qa 22:09:25 + sort 22:09:30 + '[' -f /tmp/packages_start.txt ']' 22:09:30 + '[' -f /tmp/packages_end.txt ']' 22:09:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:09:30 + '[' /w/workspace/_app-service-configurable_master ']' 22:09:30 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:09:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:09:30 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 22:09:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:09:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:31 22:09:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:09:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:32 alpine: Pulling from edgex-lftools-log-publisher 22:09:32 df20fa9351a1: Pulling fs layer 22:09:32 36b3adc4ff6f: Pulling fs layer 22:09:32 8ad3a11d3b57: Pulling fs layer 22:09:32 46f8f816bc3b: Pulling fs layer 22:09:32 93b61091891f: Pulling fs layer 22:09:32 93b9cdb0e59b: Pulling fs layer 22:09:32 5e14af77c1be: Pulling fs layer 22:09:32 01666e4c0597: Pulling fs layer 22:09:32 aa168da1d23b: Pulling fs layer 22:09:32 93b9cdb0e59b: Waiting 22:09:32 5e14af77c1be: Waiting 22:09:32 01666e4c0597: Waiting 22:09:32 aa168da1d23b: Waiting 22:09:32 46f8f816bc3b: Waiting 22:09:32 93b61091891f: Waiting 22:09:32 36b3adc4ff6f: Verifying Checksum 22:09:32 36b3adc4ff6f: Download complete 22:09:32 46f8f816bc3b: Verifying Checksum 22:09:32 46f8f816bc3b: Download complete 22:09:32 df20fa9351a1: Verifying Checksum 22:09:32 df20fa9351a1: Download complete 22:09:32 93b9cdb0e59b: Verifying Checksum 22:09:32 93b9cdb0e59b: Download complete 22:09:32 5e14af77c1be: Verifying Checksum 22:09:32 93b61091891f: Verifying Checksum 22:09:32 93b61091891f: Download complete 22:09:32 01666e4c0597: Verifying Checksum 22:09:32 01666e4c0597: Download complete 22:09:32 df20fa9351a1: Pull complete 22:09:32 8ad3a11d3b57: Verifying Checksum 22:09:32 8ad3a11d3b57: Download complete 22:09:32 36b3adc4ff6f: Pull complete 22:09:33 8ad3a11d3b57: Pull complete 22:09:33 46f8f816bc3b: Pull complete 22:09:34 93b61091891f: Pull complete 22:09:35 93b9cdb0e59b: Pull complete 22:09:35 aa168da1d23b: Verifying Checksum 22:09:35 aa168da1d23b: Download complete 22:09:35 5e14af77c1be: Pull complete 22:09:35 01666e4c0597: Pull complete 22:09:43 aa168da1d23b: Pull complete 22:09:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:09:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:09:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:09:44 prd-centos7-docker-4c-2g-26605 does not seem to be running inside a container 22:09:44 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:09:46 $ docker top 0198c91ba11540c7256b6d7f5ad5cbcc68d8f7bfbc64f2b6b7340788427281b7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:47 + touch /tmp/pre-build-complete [Pipeline] sh 22:09:47 + mkdir -p /var/log/sa [Pipeline] sh 22:09:47 + ls /var/log/sa-host 22:09:47 + sadf -c /var/log/sa-host/sa16 22:09:47 file_magic: OK 22:09:47 HZ: Using current value: 100 22:09:47 file_header: OK 22:09:47 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 22:09:47 Statistics: 22:09:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:09:47 File successfully converted to sysstat format version 12.2.1 22:09:47 + sadf -c /var/log/sa-host/sa23 22:09:47 file_magic: OK 22:09:47 HZ: Using current value: 100 22:09:47 file_header: OK 22:09:47 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 22:09:47 Statistics: 22:09:47 Hnuu...uuuununununu... 22:09:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:09:48 provisioning config files... 22:09:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4496382701068016476tmp [Pipeline] { [Pipeline] echo 22:09:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:09:48 ---> create-netrc.sh [Pipeline] } 22:09:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:09:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:09:49 ---> python-tools-install.sh [Pipeline] echo 22:09:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:09:49 ---> sudo-logs.sh 22:09:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:09:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:09:50 ---> job-cost.sh 22:09:50 lf-activate-venv: SKIPPING 22:09:50 INFO: No Stack... 22:09:50 INFO: Retrieving Pricing Info for: v1-standard-2 22:09:51 INFO: Archiving Costs [Pipeline] echo 22:09:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:09:51 ---> logs-deploy.sh 22:09:51 lf-activate-venv: SKIPPING 22:09:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/82 22:09:51 INFO: archiving workspace using pattern(s): 22:09:53 Archives upload complete. 22:09:53 INFO: archiving logs to Nexus 22:09:54 ---> uname -a: 22:09:54 Linux prd-centos7-docker-4c-2g-26605.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:09:54 22:09:54 22:09:54 ---> lscpu: 22:09:54 Architecture: x86_64 22:09:54 CPU op-mode(s): 32-bit, 64-bit 22:09:54 Byte Order: Little Endian 22:09:54 Address sizes: 40 bits physical, 48 bits virtual 22:09:54 CPU(s): 4 22:09:54 On-line CPU(s) list: 0-3 22:09:54 Thread(s) per core: 1 22:09:54 Core(s) per socket: 1 22:09:54 Socket(s): 4 22:09:54 NUMA node(s): 1 22:09:54 Vendor ID: GenuineIntel 22:09:54 CPU family: 6 22:09:54 Model: 44 22:09:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:09:54 Stepping: 1 22:09:54 CPU MHz: 2933.438 22:09:54 BogoMIPS: 5866.87 22:09:54 Virtualization: VT-x 22:09:54 Hypervisor vendor: KVM 22:09:54 Virtualization type: full 22:09:54 L1d cache: 128 KiB 22:09:54 L1i cache: 128 KiB 22:09:54 L2 cache: 16 MiB 22:09:54 L3 cache: 64 MiB 22:09:54 NUMA node0 CPU(s): 0-3 22:09:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:09:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:09:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:09:54 Vulnerability Meltdown: Mitigation; PTI 22:09:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:09:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:09:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:09:54 Vulnerability Srbds: Not affected 22:09:54 Vulnerability Tsx async abort: Not affected 22:09:54 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 22:09:54 22:09:54 22:09:54 ---> nproc: 22:09:54 4 22:09:54 22:09:54 22:09:54 ---> df -h: 22:09:54 Filesystem Size Used Available Use% Mounted on 22:09:54 overlay 50.0G 8.5G 41.4G 17% / 22:09:54 tmpfs 64.0M 0 64.0M 0% /dev 22:09:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:09:54 shm 64.0M 0 64.0M 0% /dev/shm 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 22:09:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 22:09:54 22:09:54 22:09:54 ---> free -m: 22:09:54 total used free shared buff/cache available 22:09:54 Mem: 1837 845 144 0 847 926 22:09:54 Swap: 1023 3 1020 22:09:54 22:09:54 22:09:54 ---> ip addr: 22:09:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:09:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:09:54 inet 127.0.0.1/8 scope host lo 22:09:54 valid_lft forever preferred_lft forever 22:09:54 inet6 ::1/128 scope host 22:09:54 valid_lft forever preferred_lft forever 22:09:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:09:54 link/ether fa:16:3e:12:b1:13 brd ff:ff:ff:ff:ff:ff 22:09:54 inet 10.30.123.251/23 brd 10.30.123.255 scope global dynamic eth0 22:09:54 valid_lft 85860sec preferred_lft 85860sec 22:09:54 inet6 fe80::f816:3eff:fe12:b113/64 scope link 22:09:54 valid_lft forever preferred_lft forever 22:09:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:09:54 link/ether 02:42:15:c8:a4:3c brd ff:ff:ff:ff:ff:ff 22:09:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:09:54 valid_lft forever preferred_lft forever 22:09:54 inet6 fe80::42:15ff:fec8:a43c/64 scope link 22:09:54 valid_lft forever preferred_lft forever 22:09:54 22:09:54 22:09:54 ---> sar -b -r -n DEV: 22:09:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 22:09:54 22:09:54 22:00:42 LINUX RESTART (4 CPU) 22:09:54 22:09:54 22:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:09:54 22:02:01 154.59 68.05 86.53 0.00 8608.90 39721.51 0.00 22:09:54 22:03:01 3.83 0.05 3.78 0.00 1.60 118.62 0.00 22:09:54 22:04:01 0.43 0.00 0.43 0.00 0.00 6.26 0.00 22:09:54 22:05:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 22:09:54 22:06:01 0.23 0.00 0.23 0.00 0.00 3.12 0.00 22:09:54 22:07:01 0.22 0.00 0.22 0.00 0.00 3.33 0.00 22:09:54 22:08:01 247.18 143.95 103.23 0.00 7048.98 33919.64 0.00 22:09:54 22:09:01 234.84 94.97 139.87 0.00 5496.79 32551.77 0.00 22:09:54 Average: 80.07 38.33 41.74 0.00 2633.29 13241.61 0.00 22:09:54 22:09:54 22:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:09:54 22:02:01 169524 0 603304 32.06 2620 1106096 1117844 38.15 400676 1112832 128 22:09:54 22:03:01 177104 0 595632 31.66 2620 1106188 1077280 36.77 402040 1105044 8 22:09:54 22:04:01 174316 0 598416 31.80 2620 1106192 1077524 36.77 403292 1107028 8 22:09:54 22:05:01 173644 0 599084 31.84 2620 1106196 1077524 36.77 412272 1098124 8 22:09:54 22:06:01 175072 0 597652 31.76 2620 1106200 1077308 36.77 404352 1104684 8 22:09:54 22:07:01 173448 0 599268 31.85 2620 1106208 1077392 36.77 415796 1095028 8 22:09:54 22:08:01 72976 0 767552 40.79 2596 1038420 1338708 45.69 545684 989032 54516 22:09:54 22:09:01 83984 0 821756 43.67 1504 974300 1225884 41.84 684036 773644 78100 22:09:54 Average: 150008 0 647833 34.43 2478 1081225 1133683 38.69 458518 1048177 16598 22:09:54 22:09:54 22:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:09:54 22:02:01 eth0 485.84 323.55 1072.69 93.48 0.00 0.00 0.00 0.00 22:09:54 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:02:01 docker0 2.10 1.51 0.43 4.34 0.00 0.00 0.00 0.00 22:09:54 22:03:01 eth0 0.63 0.08 0.04 0.04 0.00 0.00 0.00 0.00 22:09:54 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:04:01 eth0 2.70 1.03 2.40 0.22 0.00 0.00 0.00 0.00 22:09:54 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:05:01 eth0 1.32 0.53 0.58 0.39 0.00 0.00 0.00 0.00 22:09:54 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:06:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 22:09:54 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:07:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 22:09:54 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:08:01 vethc9bfe42 36.49 38.31 3.63 193.28 0.00 0.00 0.00 0.00 22:09:54 22:08:01 eth0 443.25 397.10 4276.41 36.22 0.00 0.00 0.00 0.00 22:09:54 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:08:01 docker0 36.49 38.19 3.13 193.27 0.00 0.00 0.00 0.00 22:09:54 22:09:01 eth0 390.44 351.04 3444.65 96.59 0.00 0.00 0.00 0.00 22:09:54 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 22:09:01 vethabfca4d 24.27 28.13 1.64 217.09 0.00 0.00 0.00 0.00 22:09:54 22:09:01 docker0 26.00 30.20 1.66 217.89 0.00 0.00 0.00 0.00 22:09:54 Average: eth0 164.98 133.87 1100.01 28.26 0.00 0.00 0.00 0.00 22:09:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:09:54 Average: vethabfca4d 3.04 3.52 0.21 27.20 0.00 0.00 0.00 0.00 22:09:54 Average: docker0 8.09 8.75 0.65 52.05 0.00 0.00 0.00 0.00 22:09:54 22:09:54 22:09:54 ---> sar -P ALL: 22:09:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) 22:09:54 22:09:54 22:00:42 LINUX RESTART (4 CPU) 22:09:54 22:09:54 22:01:02 CPU %user %nice %system %iowait %steal %idle 22:09:54 22:02:01 all 14.93 0.00 8.08 8.48 0.07 68.44 22:09:54 22:02:01 0 13.36 0.00 8.75 8.73 0.07 69.09 22:09:54 22:02:01 1 16.45 0.00 6.87 8.96 0.03 67.68 22:09:54 22:02:01 2 14.82 0.00 9.45 8.83 0.07 66.82 22:09:54 22:02:01 3 15.08 0.00 7.25 7.39 0.10 70.17 22:09:54 22:03:01 all 0.10 0.00 0.06 0.00 0.00 99.84 22:09:54 22:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:09:54 22:03:01 1 0.07 0.00 0.08 0.00 0.00 99.85 22:09:54 22:03:01 2 0.07 0.00 0.08 0.00 0.00 99.85 22:09:54 22:03:01 3 0.23 0.00 0.05 0.00 0.00 99.72 22:09:54 22:04:01 all 0.18 0.00 0.05 0.00 0.00 99.77 22:09:54 22:04:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:09:54 22:04:01 1 0.12 0.00 0.05 0.00 0.02 99.82 22:09:54 22:04:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:09:54 22:04:01 3 0.50 0.00 0.05 0.00 0.00 99.45 22:09:54 22:05:01 all 0.14 0.00 0.05 0.00 0.00 99.80 22:09:54 22:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:09:54 22:05:01 1 0.03 0.00 0.08 0.00 0.00 99.88 22:09:54 22:05:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:09:54 22:05:01 3 0.47 0.00 0.05 0.00 0.00 99.48 22:09:54 22:06:01 all 0.17 0.00 0.06 0.00 0.01 99.76 22:09:54 22:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:09:54 22:06:01 1 0.05 0.00 0.07 0.00 0.00 99.88 22:09:54 22:06:01 2 0.07 0.00 0.08 0.00 0.02 99.83 22:09:54 22:06:01 3 0.53 0.00 0.05 0.00 0.02 99.40 22:09:54 22:07:01 all 0.14 0.00 0.05 0.00 0.00 99.81 22:09:54 22:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:09:54 22:07:01 1 0.03 0.00 0.10 0.00 0.00 99.87 22:09:54 22:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:09:54 22:07:01 3 0.48 0.00 0.03 0.00 0.00 99.48 22:09:54 22:08:01 all 8.91 0.00 6.24 1.88 0.06 82.91 22:09:54 22:08:01 0 10.12 0.00 6.85 0.92 0.05 82.06 22:09:54 22:08:01 1 8.36 0.00 6.39 1.85 0.05 83.35 22:09:54 22:08:01 2 8.52 0.00 5.72 2.94 0.05 82.76 22:09:54 22:08:01 3 8.66 0.00 6.01 1.79 0.07 83.47 22:09:54 22:09:01 all 10.63 0.00 7.70 3.16 0.04 78.48 22:09:54 22:09:01 0 9.59 0.00 7.33 1.52 0.03 81.52 22:09:54 22:09:01 1 12.43 0.00 8.65 3.99 0.05 74.87 22:09:54 22:09:01 2 11.32 0.00 7.59 3.92 0.03 77.14 22:09:54 22:09:01 3 9.15 0.00 7.21 3.18 0.05 80.42 22:09:54 Average: all 4.32 0.00 2.74 1.65 0.02 91.26 22:09:54 Average: 0 4.08 0.00 2.83 1.37 0.02 91.70 22:09:54 Average: 1 4.61 0.00 2.75 1.82 0.02 90.80 22:09:54 Average: 2 4.29 0.00 2.83 1.92 0.02 90.94 22:09:54 Average: 3 4.31 0.00 2.54 1.51 0.03 91.61 22:09:54 22:09:54 22:09:54