Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-25807 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 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 Commit message: "feat: Update profiles for new filter enhancements (#187)" > git rev-list --no-walk 007494fa1444b8100d0014fa78f3b4f99138828f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:50:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:50:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:50:08 ========================================================= 17:50:08 EdgeX Global Pipelines Version Info 17:50:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:50:10 ------------------- 17:50:10 stable info: 17:50:10 ------------------- 17:50:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:50:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:50:10 Message: update stable to v1.0.179 17:50:10 ------------------- 17:50:10 experimental info: 17:50:10 ------------------- 17:50:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:50:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:50:10 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:50:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:50:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:50:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:50:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:50:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:50:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] echo 17:50:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e9141f [Pipeline] echo 17:50:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:50:14 provisioning config files... 17:50:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7191714598084409161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:50:15 ---> docker-login.sh 17:50:15 nexus3.edgexfoundry.org:10001 17:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:15 Configure a credential helper to remove this warning. See 17:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:15 17:50:15 Login Succeeded 17:50:15 nexus3.edgexfoundry.org:10002 17:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:15 Configure a credential helper to remove this warning. See 17:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:15 17:50:15 Login Succeeded 17:50:15 nexus3.edgexfoundry.org:10003 17:50:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:15 Configure a credential helper to remove this warning. See 17:50:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:15 17:50:15 Login Succeeded 17:50:15 nexus3.edgexfoundry.org:10004 17:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:16 Configure a credential helper to remove this warning. See 17:50:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:16 17:50:16 Login Succeeded 17:50:16 docker.io 17:50:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:16 Configure a credential helper to remove this warning. See 17:50:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:16 17:50:16 Login Succeeded 17:50:16 ---> docker-login.sh ends [Pipeline] } 17:50:16 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 17:50:17 + git log --format=format:%s -1 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] echo 17:50:17 GIT_COMMIT: 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7, Commit Message: feat: Update profiles for new filter enhancements (#187) [Pipeline] echo 17:50:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:50:18 17:50:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:50:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:50:18 latest: Pulling from edgex-devops/git-semver 17:50:18 31603596830f: Pulling fs layer 17:50:18 2a8b12db71e7: Pulling fs layer 17:50:18 6ca5941a6612: Pulling fs layer 17:50:18 ecc8261a40a4: Pulling fs layer 17:50:18 ecc8261a40a4: Waiting 17:50:18 2a8b12db71e7: Verifying Checksum 17:50:18 2a8b12db71e7: Download complete 17:50:18 31603596830f: Verifying Checksum 17:50:18 31603596830f: Download complete 17:50:18 6ca5941a6612: Verifying Checksum 17:50:18 6ca5941a6612: Download complete 17:50:18 ecc8261a40a4: Verifying Checksum 17:50:18 ecc8261a40a4: Download complete 17:50:19 31603596830f: Pull complete 17:50:19 2a8b12db71e7: Pull complete 17:50:20 6ca5941a6612: Pull complete 17:50:20 ecc8261a40a4: Pull complete 17:50:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:50:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:50:20 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:50: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:50:23 $ docker top 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:50:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:50:23 [ssh-agent] Looking for ssh-agent implementation... 17:50:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:50:23 $ docker exec 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent 17:50:24 SSH_AUTH_SOCK=/tmp/ssh-qZfZH6T4Zlrd/agent.11 17:50:24 SSH_AGENT_PID=17 17:50:24 Running ssh-add (command line suppressed) 17:50:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3786411220185447075.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3786411220185447075.key) 17:50:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:50:24 + git tag --points-at HEAD [Pipeline] } 17:50:24 $ docker exec --env ******** --env ******** 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent -k 17:50:24 unset SSH_AUTH_SOCK; 17:50:24 unset SSH_AGENT_PID; 17:50:24 echo Agent pid 17 killed; 17:50:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:50:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:50:25 [ssh-agent] Looking for ssh-agent implementation... 17:50:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:50:25 $ docker exec 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent 17:50:25 SSH_AUTH_SOCK=/tmp/ssh-x2UkCUe0iYdd/agent.47 17:50:25 SSH_AGENT_PID=52 17:50:25 Running ssh-add (command line suppressed) 17:50:25 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_43821112319615223.key (/w/workspace/_app-service-configurable_master@tmp/private_key_43821112319615223.key) 17:50:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:50:26 + git semver init 17:50:26 # -> Open(): unable to determine branch for HEAD 17:50:26 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:50:26 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:50:26 # $SEMVER_REMOTE_NAME = origin 17:50:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:50:26 # $SEMVER_USER_NAME = edgex-jenkins 17:50:26 # $SEMVER_BRANCH = master 17:50:26 # $SEMVER_TEMP = /tmp/semver-804469255 17:50:26 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:50:26 # '/tmp/semver-804469255' -> '/w/workspace/_app-service-configurable_master/.semver' 17:50:26 # -> Force: false 17:50:26 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:50:26 $ docker exec --env ******** --env ******** 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a ssh-agent -k 17:50:26 unset SSH_AUTH_SOCK; 17:50:26 unset SSH_AGENT_PID; 17:50:26 echo Agent pid 52 killed; 17:50:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:27 + git semver [Pipeline] } 17:50:27 $ docker stop --time=1 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a 17:50:28 $ docker rm -f 65c3070a3e09a170d0781c8721838118b5e5fc122c373803597b9f4b55d4409a [Pipeline] // withDockerContainer [Pipeline] sh 17:50:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:50:29 Stashed 1 file(s) [Pipeline] echo 17:50:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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 17:50:45 Still waiting to schedule task 17:50:45 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25807’ 17:50:45 Still waiting to schedule task 17:50:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:52:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25808 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:52:35 Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout 17:52:40 using credential edgex-jenkins-ssh 17:52:40 Cloning the remote Git repository 17:52:40 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:52:41 > git init /w/workspace/app-service-configurable/81 # timeout=10 17:52:41 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:52:41 > git --version # timeout=10 17:52:41 > git --version # 'git version 2.17.1' 17:52:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:52:41 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:52:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:52:42 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:52:42 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:52:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:52:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:52:42 Checking out Revision 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) 17:52:42 > git config core.sparsecheckout # timeout=10 17:52:42 > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 17:52:46 Commit message: "feat: Update profiles for new filter enhancements (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:52:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:49 + sudo service docker restart 17:52:49 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:52:52 provisioning config files... 17:52:52 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6463891525175754971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:52 ---> docker-login.sh 17:52:52 nexus3.edgexfoundry.org:10001 17:52:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:53 Configure a credential helper to remove this warning. See 17:52:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:53 17:52:53 Login Succeeded 17:52:53 nexus3.edgexfoundry.org:10002 17:52:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:54 Configure a credential helper to remove this warning. See 17:52:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:54 17:52:54 Login Succeeded 17:52:54 nexus3.edgexfoundry.org:10003 17:52:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:54 Configure a credential helper to remove this warning. See 17:52:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:54 17:52:54 Login Succeeded 17:52:54 nexus3.edgexfoundry.org:10004 17:52:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:55 Configure a credential helper to remove this warning. See 17:52:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:55 17:52:55 Login Succeeded 17:52:55 docker.io 17:52:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:55 Configure a credential helper to remove this warning. See 17:52:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:55 17:52:55 Login Succeeded 17:52:55 ---> docker-login.sh ends [Pipeline] } 17:52:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:52:56 ========================================================= 17:52:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:52:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:56 + 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 . 17:52:56 Sending build context to Docker daemon 101.4kB 17:52:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:52:57 Step 2/8 : FROM ${BASE} 17:52:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:52:57 5f621e34cdf4: Pulling fs layer 17:52:57 a4357932f1b6: Pulling fs layer 17:52:57 18c013af1878: Pulling fs layer 17:52:57 00ac8860ef70: Pulling fs layer 17:52:57 63d7cb157983: Pulling fs layer 17:52:57 b116817d02f9: Pulling fs layer 17:52:57 745a02a5169b: Pulling fs layer 17:52:57 63d7cb157983: Waiting 17:52:57 b116817d02f9: Waiting 17:52:57 745a02a5169b: Waiting 17:52:57 00ac8860ef70: Waiting 17:52:57 18c013af1878: Download complete 17:52:57 a4357932f1b6: Verifying Checksum 17:52:57 a4357932f1b6: Download complete 17:52:57 63d7cb157983: Download complete 17:52:57 5f621e34cdf4: Verifying Checksum 17:52:57 5f621e34cdf4: Download complete 17:52:57 b116817d02f9: Download complete 17:52:57 5f621e34cdf4: Pull complete 17:52:58 a4357932f1b6: Pull complete 17:52:59 18c013af1878: Pull complete 17:53:00 745a02a5169b: Verifying Checksum 17:53:00 745a02a5169b: Download complete 17:53:01 00ac8860ef70: Verifying Checksum 17:53:01 00ac8860ef70: Download complete 17:53:05 Running on prd-centos7-docker-4c-2g-25809 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:53:05 Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout 17:53:08 using credential edgex-jenkins-ssh 17:53:08 Cloning the remote Git repository 17:53:08 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:53:08 > git init /w/workspace/app-service-configurable/81 # timeout=10 17:53:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:53:08 > git --version # timeout=10 17:53:08 > git --version # 'git version 2.24.3' 17:53:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:09 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:53:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:09 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:53:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:53:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:53:09 Checking out Revision 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 (master) 17:53:09 > git config core.sparsecheckout # timeout=10 17:53:09 > git checkout -f 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 # timeout=10 17:53:11 00ac8860ef70: Pull complete 17:53:11 63d7cb157983: Pull complete 17:53:11 b116817d02f9: Pull complete 17:53:13 Commit message: "feat: Update profiles for new filter enhancements (#187)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:53:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:53:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:53:15 745a02a5169b: Pull complete 17:53:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:53:15 ---> b7e6874047d6 17:53:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:53:15 + sudo service docker restart 17:53:15 + true 17:53:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:53:16 provisioning config files... 17:53:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6537651860289747660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:53:16 ---> docker-login.sh 17:53:16 nexus3.edgexfoundry.org:10001 17:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:17 Configure a credential helper to remove this warning. See 17:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:17 17:53:17 Login Succeeded 17:53:17 nexus3.edgexfoundry.org:10002 17:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:17 Configure a credential helper to remove this warning. See 17:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:17 17:53:17 Login Succeeded 17:53:17 nexus3.edgexfoundry.org:10003 17:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:17 Configure a credential helper to remove this warning. See 17:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:17 17:53:17 Login Succeeded 17:53:17 nexus3.edgexfoundry.org:10004 17:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:17 Configure a credential helper to remove this warning. See 17:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:17 17:53:17 Login Succeeded 17:53:17 docker.io 17:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:18 Configure a credential helper to remove this warning. See 17:53:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:18 17:53:18 Login Succeeded 17:53:18 ---> docker-login.sh ends [Pipeline] } 17:53:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 17:53:18 ---> Running in 76d9d09f763e 17:53:18 Removing intermediate container 76d9d09f763e 17:53:18 ---> 143f662819ec 17:53:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:53:18 ========================================================= 17:53:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:53:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:53:18 ---> Running in 8b3c85e7b3d4 17:53:19 + 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 . 17:53:19 Sending build context to Docker daemon 101.4kB 17:53:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:53:19 Step 2/8 : FROM ${BASE} 17:53:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:53:19 188c0c94c7c5: Pulling fs layer 17:53:19 0ef7d3d256c8: Pulling fs layer 17:53:19 de9db76c5a1d: Pulling fs layer 17:53:19 bca2f99d35d6: Pulling fs layer 17:53:19 93359f2a8cfa: Pulling fs layer 17:53:19 7c6f9722023f: Pulling fs layer 17:53:19 a35cf1a2eb13: Pulling fs layer 17:53:19 bca2f99d35d6: Waiting 17:53:19 93359f2a8cfa: Waiting 17:53:19 7c6f9722023f: Waiting 17:53:19 a35cf1a2eb13: Waiting 17:53:19 de9db76c5a1d: Verifying Checksum 17:53:19 de9db76c5a1d: Download complete 17:53:19 0ef7d3d256c8: Download complete 17:53:19 93359f2a8cfa: Download complete 17:53:19 7c6f9722023f: Download complete 17:53:19 188c0c94c7c5: Verifying Checksum 17:53:19 188c0c94c7c5: Download complete 17:53:20 188c0c94c7c5: Pull complete 17:53:20 0ef7d3d256c8: Pull complete 17:53:20 de9db76c5a1d: Pull complete 17:53:21 Removing intermediate container 8b3c85e7b3d4 17:53:21 ---> 42598aebad79 17:53:21 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:53:21 ---> Running in 8b399d81d3ad 17:53:21 a35cf1a2eb13: Verifying Checksum 17:53:21 a35cf1a2eb13: Download complete 17:53:22 bca2f99d35d6: Verifying Checksum 17:53:22 bca2f99d35d6: Download complete 17:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:23 (1/6) Installing libc-dev (0.7.2-r3) 17:53:23 (2/6) Installing libsodium (1.0.18-r0) 17:53:23 (3/6) Installing pkgconf (1.7.2-r0) 17:53:24 (4/6) Installing libsodium-dev (1.0.18-r0) 17:53:24 (5/6) Installing libzmq (4.3.3-r0) 17:53:24 (6/6) Installing zeromq-dev (4.3.3-r0) 17:53:24 Executing busybox-1.31.1-r19.trigger 17:53:24 OK: 144 MiB in 45 packages 17:53:25 Removing intermediate container 8b399d81d3ad 17:53:25 ---> 369924fd5552 17:53:25 Step 6/8 : WORKDIR /app 17:53:25 ---> Running in de36e0b8ea30 17:53:26 Removing intermediate container de36e0b8ea30 17:53:26 ---> e4cae5e90c5c 17:53:26 Step 7/8 : COPY . . 17:53:27 bca2f99d35d6: Pull complete 17:53:27 93359f2a8cfa: Pull complete 17:53:27 7c6f9722023f: Pull complete 17:53:27 ---> cceddb86651b 17:53:27 Step 8/8 : RUN go mod download 17:53:27 ---> Running in 169fa5e7b5da 17:53:35 a35cf1a2eb13: Pull complete 17:53:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:53:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:53:35 ---> a62c8e92a672 17:53:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:53:35 ---> Running in 6141be20d49f 17:53:35 Removing intermediate container 6141be20d49f 17:53:35 ---> 55b917d65f84 17:53:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:35 ---> Running in fafb42fc998c 17:53:35 Removing intermediate container fafb42fc998c 17:53:35 ---> c4d651511f79 17:53:35 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:53:36 ---> Running in 7dcafaced23a 17:53:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:38 (1/6) Installing libc-dev (0.7.2-r3) 17:53:38 (2/6) Installing libsodium (1.0.18-r0) 17:53:38 (3/6) Installing pkgconf (1.7.2-r0) 17:53:38 (4/6) Installing libsodium-dev (1.0.18-r0) 17:53:38 (5/6) Installing libzmq (4.3.3-r0) 17:53:38 (6/6) Installing zeromq-dev (4.3.3-r0) 17:53:39 Executing busybox-1.31.1-r19.trigger 17:53:39 OK: 167 MiB in 45 packages 17:53:39 Removing intermediate container 7dcafaced23a 17:53:39 ---> 1d383861e5ea 17:53:39 Step 6/8 : WORKDIR /app 17:53:39 ---> Running in ffabec38156e 17:53:39 Removing intermediate container ffabec38156e 17:53:39 ---> 2c267083c737 17:53:39 Step 7/8 : COPY . . 17:53:40 ---> 7490c38a5cb8 17:53:40 Step 8/8 : RUN go mod download 17:53:40 ---> Running in 0befc020a0bd 17:53:54 Removing intermediate container 169fa5e7b5da 17:53:54 ---> e39155b4feb2 17:53:54 Successfully built e39155b4feb2 17:53:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:53:54 + docker inspect -f . ci-base-image-arm64 17:53:54 . [Pipeline] withDockerContainer 17:53:54 prd-ubuntu18.04-docker-arm64-4c-16g-25808 does not seem to be running inside a container 17:53:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-arm64 cat 17:53:56 $ docker top 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:57 + go version 17:53:57 go version go1.15.5 linux/arm64 [Pipeline] } 17:53:57 $ docker stop --time=1 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 17:53:59 $ docker rm -f 1048b0ce44db02b8d40a69bd7e3608d950177aa67a1d2018bd5571ec75375552 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:54:00 + docker inspect -f . ci-base-image-arm64 17:54:00 . [Pipeline] withDockerContainer 17:54:00 prd-ubuntu18.04-docker-arm64-4c-16g-25808 does not seem to be running inside a container 17:54:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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-arm64 cat 17:54:02 Removing intermediate container 0befc020a0bd 17:54:02 ---> dd9291ce6795 17:54:02 Successfully built dd9291ce6795 17:54:02 Successfully tagged ci-base-image-x86_64:latest 17:54:02 $ docker top fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:54:03 + docker inspect -f . ci-base-image-x86_64 17:54:03 . [Pipeline] withDockerContainer 17:54:03 prd-centos7-docker-4c-2g-25809 does not seem to be running inside a container 17:54:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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 17:54:03 + make test 17:54:03 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:54:05 $ docker top 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:54:05 + go version 17:54:05 go version go1.15.5 linux/amd64 [Pipeline] } 17:54:05 $ docker stop --time=1 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 17:54:06 $ docker rm -f 4566366433ea8cd745dde5c264442e3f317f6e88a0a986771370f3c7a0e83ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:54:07 + docker inspect -f . ci-base-image-x86_64 17:54:07 . [Pipeline] withDockerContainer 17:54:07 prd-centos7-docker-4c-2g-25809 does not seem to be running inside a container 17:54:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@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 17:54:08 $ docker top 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:54:09 + make test 17:54:09 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:54:21 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:54:21 CGO_ENABLED=1 go vet ./... 17:54:23 gofmt -l . 17:54:23 [ "`gofmt -l .`" = "" ] 17:54:23 ./bin/test-go-mod-tidy.sh 17:54:24 ./bin/test-attribution-txt.sh [Pipeline] } 17:54:24 $ docker stop --time=1 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 17:54:26 $ docker rm -f 4eb3beef462468c64da54be88fac15ad76c86d238e011bc72f272c99645cfde2 [Pipeline] // withDockerContainer [Pipeline] sh 17:54:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:54:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:54:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:54:30 + ls -al . 17:54:30 total 88 17:54:30 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 9 17:54 . 17:54:30 drwxrwxr-x. 4 jenkins jenkins 30 Feb 9 17:53 .. 17:54:30 -rw-rw-r--. 1 jenkins jenkins 6558 Feb 9 17:53 Attribution.txt 17:54:30 drwxrwxr-x. 2 jenkins jenkins 64 Feb 9 17:53 bin 17:54:30 -rw-r--r--. 1 jenkins jenkins 10 Feb 9 17:54 coverage.out 17:54:30 -rw-rw-r--. 1 jenkins jenkins 2032 Feb 9 17:53 Dockerfile 17:54:30 -rw-rw-r--. 1 jenkins jenkins 970 Feb 9 17:53 Dockerfile.build 17:54:30 -rw-rw-r--. 1 jenkins jenkins 119 Feb 9 17:53 .dockerignore 17:54:30 drwxrwxr-x. 8 jenkins jenkins 162 Feb 9 17:53 .git 17:54:30 drwxrwxr-x. 2 jenkins jenkins 81 Feb 9 17:53 .github 17:54:30 -rw-rw-r--. 1 jenkins jenkins 93 Feb 9 17:53 .gitignore 17:54:30 -rw-r--r--. 1 jenkins jenkins 136 Feb 9 17:54 go.mod 17:54:30 -rw-r--r--. 1 jenkins jenkins 18576 Feb 9 17:54 go.sum 17:54:30 -rw-rw-r--. 1 jenkins jenkins 687 Feb 9 17:53 Jenkinsfile 17:54:30 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 9 17:53 LICENSE 17:54:30 -rw-rw-r--. 1 jenkins jenkins 1522 Feb 9 17:53 main.go 17:54:30 -rw-rw-r--. 1 jenkins jenkins 1582 Feb 9 17:53 makefile 17:54:30 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 9 17:53 README.md 17:54:30 drwxrwxr-x. 10 jenkins jenkins 173 Feb 9 17:53 res 17:54:30 drwxrwxr-x. 4 jenkins jenkins 71 Feb 9 17:53 snap 17:54:30 -rw-rw-r--. 1 jenkins jenkins 12 Feb 9 17:50 VERSION [Pipeline] isUnix [Pipeline] sh 17:54:31 + 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=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 --label arch=amd64 --label version=2.0.0-dev.15 . 17:54:31 Sending build context to Docker daemon 122.9kB 17:54:31 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 17:54:31 Step 2/27 : FROM ${BASE} AS builder 17:54:31 ---> dd9291ce6795 17:54:31 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:54:31 ---> Running in de3d6cf80c4d 17:54:31 Removing intermediate container de3d6cf80c4d 17:54:31 ---> ac67807872cd 17:54:31 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:54:31 ---> Running in 8068ce089ea2 17:54:32 Removing intermediate container 8068ce089ea2 17:54:32 ---> 56fba7dd6b9b 17:54:32 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:54:32 ---> Running in aed4e187d37a 17:54:32 Removing intermediate container aed4e187d37a 17:54:32 ---> 33f90ad914b3 17:54:32 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:32 ---> Running in 22b87c6257d3 17:54:33 Removing intermediate container 22b87c6257d3 17:54:33 ---> 8bd0e346dd75 17:54:33 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:54:33 ---> Running in 33de5672e118 17:54:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:35 OK: 167 MiB in 45 packages 17:54:36 Removing intermediate container 33de5672e118 17:54:36 ---> fa2423cf0532 17:54:36 Step 8/27 : WORKDIR /app 17:54:36 ---> Running in 4d3b013ecd2b 17:54:36 Removing intermediate container 4d3b013ecd2b 17:54:36 ---> 21bea1062091 17:54:36 Step 9/27 : COPY go.mod . 17:54:36 ---> 0a2f980db437 17:54:36 Step 10/27 : RUN go mod download 17:54:36 ---> Running in 5c0f1a6297ea 17:54:37 Removing intermediate container 5c0f1a6297ea 17:54:37 ---> 75c4cdfe429f 17:54:37 Step 11/27 : COPY . . 17:54:38 ---> 01c174574eb1 17:54:38 Step 12/27 : ARG MAKE="make build" 17:54:38 ---> Running in 6b23e6e028b6 17:54:38 Removing intermediate container 6b23e6e028b6 17:54:38 ---> b4296b7993b1 17:54:38 Step 13/27 : RUN $MAKE 17:54:38 ---> Running in daa3d5e28bf4 17:54:38 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.15" -o app-service-configurable 17:54:42 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:54:42 CGO_ENABLED=1 go vet ./... 17:54:48 gofmt -l . 17:54:48 [ "`gofmt -l .`" = "" ] 17:54:48 ./bin/test-go-mod-tidy.sh 17:54:48 ./bin/test-attribution-txt.sh [Pipeline] } 17:54:49 $ docker stop --time=1 fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b 17:54:51 $ docker rm -f fc39168d61c6cb5cfe84f33152ff02a913659c8bfd7d71064d299ed80c07dc7b [Pipeline] // withDockerContainer [Pipeline] sh 17:54:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:54:52 Warning: overwriting stash ‘coverage-report’ 17:54:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:53 Removing intermediate container daa3d5e28bf4 17:54:53 ---> 53ff50a1d4bc 17:54:53 Step 14/27 : FROM alpine:3.12 17:54:53 3.12: Pulling from library/alpine 17:54:53 801bfaa63ef2: Pulling fs layer 17:54:53 801bfaa63ef2: Verifying Checksum 17:54:53 801bfaa63ef2: Download complete 17:54:53 801bfaa63ef2: Pull complete 17:54:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:54:53 Status: Downloaded newer image for alpine:3.12 17:54:53 ---> 389fef711851 17:54:53 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:54:53 ---> Running in fe3d283db4ff 17:54:53 Removing intermediate container fe3d283db4ff 17:54:53 ---> 548371b00d2b 17:54:53 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:54:53 ---> Running in 696a4d4f7826 17:54:53 Removing intermediate container 696a4d4f7826 17:54:53 ---> 5824ce10aac3 17:54:53 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:54:53 ---> Running in 3a6dc3cadc92 17:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:54:54 (1/7) Installing ca-certificates (20191127-r4) 17:54:54 (2/7) Installing dumb-init (1.2.2-r1) 17:54:54 (3/7) Installing libgcc (9.3.0-r2) 17:54:54 (4/7) Installing libsodium (1.0.18-r0) 17:54:54 (5/7) Installing libstdc++ (9.3.0-r2) 17:54:54 (6/7) Installing libzmq (4.3.3-r0) 17:54:54 (7/7) Installing zeromq (4.3.3-r0) 17:54:54 Executing busybox-1.31.1-r19.trigger 17:54:54 Executing ca-certificates-20191127-r4.trigger 17:54:54 OK: 9 MiB in 21 packages 17:54:54 + ls -al . 17:54:54 total 112 17:54:54 drwxrwxr-x 7 jenkins jenkins 4096 Feb 9 17:54 . 17:54:54 drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 17:52 .. 17:54:54 -rw-rw-r-- 1 jenkins jenkins 119 Feb 9 17:52 .dockerignore 17:54:54 drwxrwxr-x 8 jenkins jenkins 4096 Feb 9 17:52 .git 17:54:54 drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 17:52 .github 17:54:54 -rw-rw-r-- 1 jenkins jenkins 93 Feb 9 17:52 .gitignore 17:54:54 -rw-rw-r-- 1 jenkins jenkins 6558 Feb 9 17:52 Attribution.txt 17:54:54 -rw-rw-r-- 1 jenkins jenkins 2032 Feb 9 17:52 Dockerfile 17:54:54 -rw-rw-r-- 1 jenkins jenkins 970 Feb 9 17:52 Dockerfile.build 17:54:54 -rw-rw-r-- 1 jenkins jenkins 687 Feb 9 17:52 Jenkinsfile 17:54:54 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 9 17:52 LICENSE 17:54:54 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 9 17:52 README.md 17:54:54 -rw-rw-r-- 1 jenkins jenkins 12 Feb 9 17:50 VERSION 17:54:54 drwxrwxr-x 2 jenkins jenkins 4096 Feb 9 17:52 bin 17:54:54 -rw-r--r-- 1 jenkins jenkins 10 Feb 9 17:54 coverage.out 17:54:54 -rw-r--r-- 1 jenkins jenkins 136 Feb 9 17:54 go.mod 17:54:54 -rw-r--r-- 1 jenkins jenkins 18576 Feb 9 17:54 go.sum 17:54:54 -rw-rw-r-- 1 jenkins jenkins 1522 Feb 9 17:52 main.go 17:54:54 -rw-rw-r-- 1 jenkins jenkins 1582 Feb 9 17:52 makefile 17:54:54 drwxrwxr-x 10 jenkins jenkins 4096 Feb 9 17:52 res 17:54:54 drwxrwxr-x 4 jenkins jenkins 4096 Feb 9 17:52 snap [Pipeline] isUnix [Pipeline] sh 17:54:54 + 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=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 --label arch=arm64 --label version=2.0.0-dev.15 . 17:54:54 Sending build context to Docker daemon 122.9kB 17:54:55 Removing intermediate container 3a6dc3cadc92 17:54:55 ---> 4f5fa6d390e2 17:54:55 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:54:55 ---> 07c3b3c9345e 17:54:55 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:54:55 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 17:54:55 Step 2/27 : FROM ${BASE} AS builder 17:54:55 ---> e39155b4feb2 17:54:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:54:55 ---> Running in 8ec20a030d28 17:54:55 ---> da12ae7bf0d0 17:54:55 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:54:55 ---> dada878a0c75 17:54:55 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:54:56 Removing intermediate container 8ec20a030d28 17:54:56 ---> 7186de419352 17:54:56 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:54:56 ---> Running in 31b978618f0e 17:54:56 ---> c8fea2ee8026 17:54:56 Step 22/27 : EXPOSE 48095 17:54:56 Removing intermediate container 31b978618f0e 17:54:56 ---> 4509369aac32 17:54:56 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:54:56 ---> Running in b6d4f09bc62e 17:54:56 ---> Running in 8aa3379dba9c 17:54:56 Removing intermediate container 8aa3379dba9c 17:54:56 ---> 2a1a0225b1ad 17:54:56 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:54:57 ---> Running in 1d6227b2114a 17:54:57 Removing intermediate container 1d6227b2114a 17:54:57 ---> 581696098aad 17:54:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:54:57 ---> Running in f9878fffd193 17:54:57 Removing intermediate container b6d4f09bc62e 17:54:57 ---> eae386b9a9ec 17:54:57 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:57 ---> Running in 42d2f3ae386c 17:54:57 Removing intermediate container f9878fffd193 17:54:57 ---> dfd2b45f26db 17:54:57 Step 25/27 : LABEL arch=amd64 17:54:57 ---> Running in 8427e3cf5681 17:54:57 Removing intermediate container 8427e3cf5681 17:54:57 ---> 9940b9b9e859 17:54:57 Step 26/27 : LABEL git_sha=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:54:57 ---> Running in 32f4a9e87031 17:54:57 Removing intermediate container 32f4a9e87031 17:54:57 ---> 6113eb0ef66e 17:54:57 Step 27/27 : LABEL version=2.0.0-dev.15 17:54:57 ---> Running in 0c84b951e481 17:54:58 Removing intermediate container 0c84b951e481 17:54:58 ---> 5032d7e4d0fd 17:54:58 [Warning] One or more build-args [ARCH] were not consumed 17:54:58 Successfully built 5032d7e4d0fd 17:54:58 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:54:58 provisioning config files... 17:54:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config6642860683717540332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:54:58 ---> docker-login.sh 17:54:58 nexus3.edgexfoundry.org:10001 17:54:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:59 Configure a credential helper to remove this warning. See 17:54:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:59 17:54:59 Login Succeeded 17:54:59 nexus3.edgexfoundry.org:10002 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:59 Removing intermediate container 42d2f3ae386c 17:54:59 ---> 139526f09eea 17:54:59 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:54:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:59 Configure a credential helper to remove this warning. See 17:54:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:59 17:54:59 Login Succeeded 17:54:59 nexus3.edgexfoundry.org:10003 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:59 Configure a credential helper to remove this warning. See 17:54:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:59 17:54:59 Login Succeeded 17:54:59 nexus3.edgexfoundry.org:10004 17:54:59 ---> Running in 260aca4908b1 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:59 Configure a credential helper to remove this warning. See 17:54:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:59 17:54:59 Login Succeeded 17:54:59 docker.io 17:54:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:00 Configure a credential helper to remove this warning. See 17:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:00 17:55:00 Login Succeeded 17:55:00 ---> docker-login.sh ends [Pipeline] } 17:55:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:00 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:55:00 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:55:00 latest 17:55:00 2.0.0-dev.15 17:55:00 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:55:00 master 17:55:00 ===================================================== 17:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:01 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh 17:55:01 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:55:01 6bfb5be2e345: Preparing 17:55:01 42791ee1f0d7: Preparing 17:55:01 7cd2f6a691e3: Preparing 17:55:01 f49bfe4fe61c: Preparing 17:55:01 ba721a0241c1: Preparing 17:55:01 777b2c648970: Preparing 17:55:01 777b2c648970: Waiting 17:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:01 42791ee1f0d7: Pushed 17:55:01 f49bfe4fe61c: Pushed 17:55:01 7cd2f6a691e3: Pushed 17:55:01 777b2c648970: Layer already exists 17:55:01 ba721a0241c1: Pushed 17:55:02 OK: 144 MiB in 45 packages 17:55:02 6bfb5be2e345: Pushed 17:55:03 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:03 Removing intermediate container 260aca4908b1 17:55:03 ---> 44f57a6ce294 17:55:03 Step 8/27 : WORKDIR /app 17:55:03 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:55:03 ---> Running in 1ce758217703 17:55:03 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:55:03 6bfb5be2e345: Preparing 17:55:03 42791ee1f0d7: Preparing 17:55:03 7cd2f6a691e3: Preparing 17:55:03 f49bfe4fe61c: Preparing 17:55:03 ba721a0241c1: Preparing 17:55:03 777b2c648970: Preparing 17:55:03 777b2c648970: Waiting 17:55:03 7cd2f6a691e3: Layer already exists 17:55:03 6bfb5be2e345: Layer already exists 17:55:03 f49bfe4fe61c: Layer already exists 17:55:03 ba721a0241c1: Layer already exists 17:55:03 42791ee1f0d7: Layer already exists 17:55:03 777b2c648970: Layer already exists 17:55:03 latest: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:04 Removing intermediate container 1ce758217703 17:55:04 ---> 9e8968f0b2dc 17:55:04 Step 9/27 : COPY go.mod . 17:55:04 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 17:55:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 17:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:55:04 6bfb5be2e345: Preparing 17:55:04 42791ee1f0d7: Preparing 17:55:04 7cd2f6a691e3: Preparing 17:55:04 f49bfe4fe61c: Preparing 17:55:04 ba721a0241c1: Preparing 17:55:04 777b2c648970: Preparing 17:55:04 777b2c648970: Waiting 17:55:04 7cd2f6a691e3: Layer already exists 17:55:04 f49bfe4fe61c: Layer already exists 17:55:04 42791ee1f0d7: Layer already exists 17:55:04 ba721a0241c1: Layer already exists 17:55:04 6bfb5be2e345: Layer already exists 17:55:04 777b2c648970: Layer already exists 17:55:04 2.0.0-dev.15: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:04 ---> b1bca4bfa112 17:55:04 Step 10/27 : RUN go mod download 17:55:04 ---> Running in 6eea1fd98653 17:55:05 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 17:55:05 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:55:05 6bfb5be2e345: Preparing 17:55:05 42791ee1f0d7: Preparing 17:55:05 7cd2f6a691e3: Preparing 17:55:05 f49bfe4fe61c: Preparing 17:55:05 ba721a0241c1: Preparing 17:55:05 777b2c648970: Preparing 17:55:05 777b2c648970: Waiting 17:55:05 f49bfe4fe61c: Layer already exists 17:55:05 7cd2f6a691e3: Layer already exists 17:55:05 42791ee1f0d7: Layer already exists 17:55:05 6bfb5be2e345: Layer already exists 17:55:05 ba721a0241c1: Layer already exists 17:55:05 777b2c648970: Layer already exists 17:55:05 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:55:05 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:55:05 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:55:05 6bfb5be2e345: Preparing 17:55:05 42791ee1f0d7: Preparing 17:55:05 7cd2f6a691e3: Preparing 17:55:05 f49bfe4fe61c: Preparing 17:55:05 ba721a0241c1: Preparing 17:55:05 777b2c648970: Preparing 17:55:05 777b2c648970: Waiting 17:55:05 f49bfe4fe61c: Layer already exists 17:55:05 ba721a0241c1: Layer already exists 17:55:05 6bfb5be2e345: Layer already exists 17:55:05 42791ee1f0d7: Layer already exists 17:55:05 7cd2f6a691e3: Layer already exists 17:55:05 777b2c648970: Layer already exists 17:55:05 master: digest: sha256:65b76de54fe99deb5e9cb434ccee8d5857e9dbd637f4e948f3a865cd3bb43607 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:55:06 ===================================================== [Pipeline] echo 17:55:06 taggedImages: 17:55:06 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:55:06 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:55:06 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.15 17:55:06 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:55:06 - 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] } 17:55:07 Removing intermediate container 6eea1fd98653 17:55:07 ---> 1b4d02c5d0fb 17:55:07 Step 11/27 : COPY . . 17:55:08 ---> 2e7c72034b84 17:55:08 Step 12/27 : ARG MAKE="make build" 17:55:08 ---> Running in 40256c8f43b1 17:55:08 Removing intermediate container 40256c8f43b1 17:55:08 ---> 2e1489515b36 17:55:08 Step 13/27 : RUN $MAKE 17:55:08 ---> Running in bafe1717f535 17:55:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.10 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.15" -o app-service-configurable 17:55:49 Removing intermediate container bafe1717f535 17:55:49 ---> 4b848742e4dc 17:55:49 Step 14/27 : FROM alpine:3.12 17:55:49 3.12: Pulling from library/alpine 17:55:49 159e5727ea61: Pulling fs layer 17:55:49 159e5727ea61: Verifying Checksum 17:55:49 159e5727ea61: Download complete 17:55:49 159e5727ea61: Pull complete 17:55:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:55:49 Status: Downloaded newer image for alpine:3.12 17:55:49 ---> afeebe901d6b 17:55:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:55:49 ---> Running in 144f8b209750 17:55:49 Removing intermediate container 144f8b209750 17:55:49 ---> 97eb7df30972 17:55:49 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:55:49 ---> Running in 12df7577e798 17:55:49 Removing intermediate container 12df7577e798 17:55:49 ---> 69924ce3eb44 17:55:49 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:55:49 ---> Running in 84b9c11b12a4 17:55:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:55:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:49 (1/7) Installing ca-certificates (20191127-r4) 17:55:49 (2/7) Installing dumb-init (1.2.2-r1) 17:55:49 (3/7) Installing libgcc (9.3.0-r2) 17:55:49 (4/7) Installing libsodium (1.0.18-r0) 17:55:49 (5/7) Installing libstdc++ (9.3.0-r2) 17:55:49 (6/7) Installing libzmq (4.3.3-r0) 17:55:49 (7/7) Installing zeromq (4.3.3-r0) 17:55:49 Executing busybox-1.31.1-r19.trigger 17:55:49 Executing ca-certificates-20191127-r4.trigger 17:55:49 OK: 9 MiB in 21 packages 17:55:51 Removing intermediate container 84b9c11b12a4 17:55:51 ---> f051106bd1fb 17:55:51 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:55:51 ---> c78f68b4bca0 17:55:51 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:55:52 ---> 61bec330d513 17:55:52 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:55:53 ---> bedb2d5cc05e 17:55:53 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:55:54 ---> cc8b5bc3ea95 17:55:54 Step 22/27 : EXPOSE 48095 17:55:54 ---> Running in ea7deb6bdc4c 17:55:55 Removing intermediate container ea7deb6bdc4c 17:55:55 ---> 4d204e8af0e8 17:55:55 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:55:55 ---> Running in 2dc5fab54e59 17:55:55 Removing intermediate container 2dc5fab54e59 17:55:55 ---> 9b37beeb3f2f 17:55:55 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:55 ---> Running in f41922a13869 17:55:56 Removing intermediate container f41922a13869 17:55:56 ---> 0be08017bd06 17:55:56 Step 25/27 : LABEL arch=arm64 17:55:56 ---> Running in 94f1c71484ac 17:55:56 Removing intermediate container 94f1c71484ac 17:55:56 ---> 2e2ab082789b 17:55:56 Step 26/27 : LABEL git_sha=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:55:57 ---> Running in 7b3f84f2d867 17:55:57 Removing intermediate container 7b3f84f2d867 17:55:57 ---> 0b2b1aaabdea 17:55:57 Step 27/27 : LABEL version=2.0.0-dev.15 17:55:57 ---> Running in 301d5225227f 17:55:57 Removing intermediate container 301d5225227f 17:55:57 ---> 3983600a46eb 17:55:57 [Warning] One or more build-args [ARCH] were not consumed 17:55:57 Successfully built 3983600a46eb 17:55:57 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 17:55:58 provisioning config files... 17:55:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config3653370555529695358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:59 ---> docker-login.sh 17:55:59 nexus3.edgexfoundry.org:10001 17:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:59 Configure a credential helper to remove this warning. See 17:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:59 17:55:59 Login Succeeded 17:55:59 nexus3.edgexfoundry.org:10002 17:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:00 Configure a credential helper to remove this warning. See 17:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:00 17:56:00 Login Succeeded 17:56:00 nexus3.edgexfoundry.org:10003 17:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:00 Configure a credential helper to remove this warning. See 17:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:00 17:56:00 Login Succeeded 17:56:00 nexus3.edgexfoundry.org:10004 17:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:01 Configure a credential helper to remove this warning. See 17:56:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:01 17:56:01 Login Succeeded 17:56:01 docker.io 17:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:02 Configure a credential helper to remove this warning. See 17:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:02 17:56:02 Login Succeeded 17:56:02 ---> docker-login.sh ends [Pipeline] } 17:56:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:56:02 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:56:02 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:56:02 latest 17:56:02 2.0.0-dev.15 17:56:02 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:56:02 master 17:56:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh 17:56:03 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:56:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:56:03 4987743d65e9: Preparing 17:56:03 dec7e1cecc1a: Preparing 17:56:03 749d2d94eb7a: Preparing 17:56:03 a16244991dd9: Preparing 17:56:03 47fc571321b2: Preparing 17:56:03 379067d0cb53: Preparing 17:56:03 379067d0cb53: Waiting 17:56:03 749d2d94eb7a: Pushed 17:56:03 a16244991dd9: Pushed 17:56:03 dec7e1cecc1a: Pushed 17:56:03 379067d0cb53: Layer already exists 17:56:04 47fc571321b2: Pushed 17:56:07 4987743d65e9: Pushed 17:56:07 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:56:07 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:56:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:56:07 4987743d65e9: Preparing 17:56:07 dec7e1cecc1a: Preparing 17:56:07 749d2d94eb7a: Preparing 17:56:07 a16244991dd9: Preparing 17:56:07 47fc571321b2: Preparing 17:56:07 379067d0cb53: Preparing 17:56:07 379067d0cb53: Waiting 17:56:07 749d2d94eb7a: Layer already exists 17:56:07 dec7e1cecc1a: Layer already exists 17:56:08 4987743d65e9: Layer already exists 17:56:08 a16244991dd9: Layer already exists 17:56:08 47fc571321b2: Layer already exists 17:56:08 379067d0cb53: Layer already exists 17:56:08 latest: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:56:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 17:56:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 17:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:56:08 4987743d65e9: Preparing 17:56:08 dec7e1cecc1a: Preparing 17:56:08 749d2d94eb7a: Preparing 17:56:08 a16244991dd9: Preparing 17:56:08 47fc571321b2: Preparing 17:56:08 379067d0cb53: Preparing 17:56:08 379067d0cb53: Waiting 17:56:08 4987743d65e9: Layer already exists 17:56:08 47fc571321b2: Layer already exists 17:56:08 749d2d94eb7a: Layer already exists 17:56:08 a16244991dd9: Layer already exists 17:56:08 dec7e1cecc1a: Layer already exists 17:56:08 379067d0cb53: Layer already exists 17:56:09 2.0.0-dev.15: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:56:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 [Pipeline] isUnix [Pipeline] sh 17:56:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:56:09 4987743d65e9: Preparing 17:56:09 dec7e1cecc1a: Preparing 17:56:09 749d2d94eb7a: Preparing 17:56:09 a16244991dd9: Preparing 17:56:09 47fc571321b2: Preparing 17:56:09 379067d0cb53: Preparing 17:56:09 379067d0cb53: Waiting 17:56:09 a16244991dd9: Layer already exists 17:56:09 749d2d94eb7a: Layer already exists 17:56:09 dec7e1cecc1a: Layer already exists 17:56:09 47fc571321b2: Layer already exists 17:56:09 4987743d65e9: Layer already exists 17:56:09 379067d0cb53: Layer already exists 17:56:09 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:56:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:56:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:56:10 4987743d65e9: Preparing 17:56:10 dec7e1cecc1a: Preparing 17:56:10 749d2d94eb7a: Preparing 17:56:10 a16244991dd9: Preparing 17:56:10 47fc571321b2: Preparing 17:56:10 379067d0cb53: Preparing 17:56:10 379067d0cb53: Waiting 17:56:10 47fc571321b2: Layer already exists 17:56:10 a16244991dd9: Layer already exists 17:56:10 4987743d65e9: Layer already exists 17:56:10 749d2d94eb7a: Layer already exists 17:56:10 dec7e1cecc1a: Layer already exists 17:56:10 379067d0cb53: Layer already exists 17:56:10 master: digest: sha256:1ec164d82ed9c9b3af20dd4dfa34e6b8a099e7c1c5038ad1b811028b7ab469c9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:56:11 ===================================================== [Pipeline] echo 17:56:11 taggedImages: 17:56:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 17:56:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:56:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.15 17:56:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8e9141f0e0519d502d5c26051ed05e94c4c4b9a7-2.0.0-dev.15 17:56:11 - 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 17:56:12 provisioning config files... 17:56:12 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6222102033835890604tmp [Pipeline] { [Pipeline] sh 17:56:13 + set +x 17:56:13 + curl -s https://codecov.io/bash 17:56:13 + bash -s -- 17:56:13 17:56:13 _____ _ 17:56:13 / ____| | | 17:56:13 | | ___ __| | ___ ___ _____ __ 17:56:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:56:13 | |___| (_) | (_| | __/ (_| (_) \ V / 17:56:13 \_____\___/ \__,_|\___|\___\___/ \_/ 17:56:13 Bash-20210129-7c25fce 17:56:13 17:56:13 17:56:13 ==> git version 2.24.3 found 17:56:13 ==> 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 17:56:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:56:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:56:13 ==> Jenkins CI detected. 17:56:13 project root: . 17:56:13 --> token set from env 17:56:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:56:13 ==> Running gcov in . (disable via -X gcov) 17:56:13 ==> Python coveragepy not found 17:56:13 ==> Searching for coverage reports in: 17:56:13 + . 17:56:13 -> Found 1 reports 17:56:13 ==> Detecting git/mercurial file structure 17:56:13 ==> Reading reports 17:56:13 + ./coverage.out bytes=10 17:56:13 ==> Appending adjustments 17:56:13 https://docs.codecov.io/docs/fixing-reports 17:56:13 + Found adjustments 17:56:13 ==> Gzipping contents 17:56:13 4.0K /tmp/codecov.UfUVKB.gz 17:56:13 ==> Uploading reports 17:56:13 url: https://codecov.io 17:56:13 query: branch=master&commit=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:56:13 -> Pinging Codecov 17:56:13 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=8e9141f0e0519d502d5c26051ed05e94c4c4b9a7&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:56:14 -> Uploading to 17:56:14 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/A97CA9966030D2A3747ED39772930CCE/8e9141f0e0519d502d5c26051ed05e94c4c4b9a7/684a44ec-693c-4636-8f93-0f5ea4496321.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T175614Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3af87d4af0a9488e1b03b8ffdef0bb415657070361c5bfdcdc17609eb03321ae 17:56:14 % Total % Received % Xferd Average Speed Time Time Time Current 17:56:14 Dload Upload Total Spent Left Speed 17:56:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 857 --:--:-- --:--:-- --:--:-- 857 17:56:14 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] } 17:56:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:56:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:56:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:56:16 17:56:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:56:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:56:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:56:16 188c0c94c7c5: Pulling fs layer 17:56:16 0ef7d3d256c8: Pulling fs layer 17:56:16 de9db76c5a1d: Pulling fs layer 17:56:16 0eba1c9be4d2: Pulling fs layer 17:56:16 0d57e429df01: Pulling fs layer 17:56:16 4e4be7b47b0d: Pulling fs layer 17:56:16 e1f770b5df2f: Pulling fs layer 17:56:16 85a0685a4137: Pulling fs layer 17:56:16 0d57e429df01: Waiting 17:56:16 e1f770b5df2f: Waiting 17:56:16 85a0685a4137: Waiting 17:56:16 4e4be7b47b0d: Waiting 17:56:16 0eba1c9be4d2: Waiting 17:56:16 de9db76c5a1d: Verifying Checksum 17:56:16 0ef7d3d256c8: Verifying Checksum 17:56:16 0ef7d3d256c8: Download complete 17:56:16 0d57e429df01: Download complete 17:56:16 188c0c94c7c5: Verifying Checksum 17:56:16 188c0c94c7c5: Download complete 17:56:16 4e4be7b47b0d: Verifying Checksum 17:56:16 4e4be7b47b0d: Download complete 17:56:17 188c0c94c7c5: Pull complete 17:56:17 0ef7d3d256c8: Pull complete 17:56:17 de9db76c5a1d: Pull complete 17:56:18 e1f770b5df2f: Verifying Checksum 17:56:18 e1f770b5df2f: Download complete 17:56:20 0eba1c9be4d2: Verifying Checksum 17:56:20 0eba1c9be4d2: Download complete 17:56:21 85a0685a4137: Verifying Checksum 17:56:21 85a0685a4137: Download complete 17:56:27 0eba1c9be4d2: Pull complete 17:56:27 0d57e429df01: Pull complete 17:56:27 4e4be7b47b0d: Pull complete 17:56:29 e1f770b5df2f: Pull complete 17:56:37 85a0685a4137: Pull complete 17:56:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:56:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:56:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:56:38 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:56:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:56:39 $ docker top df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 -eo pid,comm [Pipeline] { [Pipeline] echo 17:56:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:56:40 + set -o pipefail 17:56:40 + snyk monitor '--org=edgex-jenkins' 17:56:52 17:56:52 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:56:52 17:56:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/901c0038-3e3c-415e-aa18-07b494329a30 17:56:52 17:56:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:56:52 17:56:52 [Pipeline] } 17:56:52 $ docker stop --time=1 df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 17:56:55 $ docker rm -f df0a221da8d75b6c423758968b653d354e3271911a697cdd8694a65e00ca7a00 [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 17:56:57 + git log --format=format:%s -1 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 [Pipeline] isUnix [Pipeline] sh 17:56:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:57 . [Pipeline] withDockerContainer 17:56:57 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:56:57 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:56:58 $ docker top ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:56:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:56:58 [ssh-agent] Looking for ssh-agent implementation... 17:56:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:56:59 $ docker exec ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 ssh-agent 17:56:59 SSH_AUTH_SOCK=/tmp/ssh-lKKCyGcNdnmL/agent.11 17:56:59 SSH_AGENT_PID=16 17:56:59 Running ssh-add (command line suppressed) 17:56:59 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_59429936023120070.key (/w/workspace/_app-service-configurable_master@tmp/private_key_59429936023120070.key) 17:56:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:00 + git semver tag 17:57:00 # -> Open(): unable to determine branch for HEAD 17:57:00 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:57:00 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:57:00 # $SEMVER_REMOTE_NAME = origin 17:57:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:00 # $SEMVER_USER_NAME = edgex-jenkins 17:57:00 # $SEMVER_BRANCH = master 17:57:00 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:57:00 # 8e9141f0e0519d502d5c26051ed05e94c4c4b9a7 HEAD 17:57:00 # -> Force: false 17:57:00 # c55005232455289962e082bf869fb8face4ec580 refs/tags/v2.0.0-dev.15 [Pipeline] } 17:57:00 $ docker exec --env ******** --env ******** ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 ssh-agent -k 17:57:00 unset SSH_AUTH_SOCK; 17:57:00 unset SSH_AGENT_PID; 17:57:00 echo Agent pid 16 killed; 17:57:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:01 + git semver [Pipeline] } 17:57:01 $ docker stop --time=1 ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 17:57:02 $ docker rm -f ae4bf2f343e672cdd1474232cc77f11cb120c41583326c48911d3bc42faf2029 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:03 17:57:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:57:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:03 0.23.1-centos7: Pulling from edgex-lftools 17:57:03 ab5ef0e58194: Pulling fs layer 17:57:03 9712f1f96733: Pulling fs layer 17:57:03 63f879dbbcfc: Pulling fs layer 17:57:03 0d9ebad4ef96: Pulling fs layer 17:57:03 e9a5061849ea: Pulling fs layer 17:57:03 d747dcd14b5f: Pulling fs layer 17:57:03 2de7ff778b66: Pulling fs layer 17:57:03 e9a5061849ea: Waiting 17:57:03 d747dcd14b5f: Waiting 17:57:03 2de7ff778b66: Waiting 17:57:03 0d9ebad4ef96: Waiting 17:57:03 9712f1f96733: Verifying Checksum 17:57:03 9712f1f96733: Download complete 17:57:05 63f879dbbcfc: Verifying Checksum 17:57:05 63f879dbbcfc: Download complete 17:57:05 e9a5061849ea: Verifying Checksum 17:57:05 e9a5061849ea: Download complete 17:57:05 d747dcd14b5f: Verifying Checksum 17:57:05 d747dcd14b5f: Download complete 17:57:06 0d9ebad4ef96: Verifying Checksum 17:57:06 0d9ebad4ef96: Download complete 17:57:06 2de7ff778b66: Verifying Checksum 17:57:06 2de7ff778b66: Download complete 17:57:07 ab5ef0e58194: Verifying Checksum 17:57:07 ab5ef0e58194: Download complete 17:57:12 ab5ef0e58194: Pull complete 17:57:12 9712f1f96733: Pull complete 17:57:15 63f879dbbcfc: Pull complete 17:57:23 0d9ebad4ef96: Pull complete 17:57:25 e9a5061849ea: Pull complete 17:57:25 d747dcd14b5f: Pull complete 17:57:27 2de7ff778b66: Pull complete 17:57:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:57:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:57:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:57:27 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:57:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:57:31 $ docker top 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:57:32 provisioning config files... 17:57:32 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5903671620895300631tmp 17:57:32 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6924618832136914692tmp 17:57:32 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7354023503249380403tmp [Pipeline] { [Pipeline] echo 17:57:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:57:32 ---> sigul-configuration.sh 17:57:32 gpg: directory `/root/.gnupg' created 17:57:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:57:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:57:32 gpg: keyring `/root/.gnupg/secring.gpg' created 17:57:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:57:32 gpg: CAST5 encrypted data 17:57:33 gpg: encrypted with 1 passphrase 17:57:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:57:33 + mkdir /home/jenkins 17:57:33 + mkdir /home/jenkins/sigul [Pipeline] sh 17:57:33 + 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 17:57:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:57:34 ---> sigul-install.sh 17:57:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:57:42 + git tag --list 17:57:42 v1.0.0 17:57:42 v1.1.0 17:57:42 v1.2.0 17:57:42 v1.3.0 17:57:42 v1.3.1 17:57:42 v1.3.1-dev.1 17:57:42 v1.3.1-dev.2 17:57:42 v1.3.1-dev.3 17:57:42 v2.0.0-dev.1 17:57:42 v2.0.0-dev.10 17:57:42 v2.0.0-dev.11 17:57:42 v2.0.0-dev.12 17:57:42 v2.0.0-dev.13 17:57:42 v2.0.0-dev.14 17:57:42 v2.0.0-dev.15 17:57:42 v2.0.0-dev.2 17:57:42 v2.0.0-dev.3 17:57:42 v2.0.0-dev.4 17:57:42 v2.0.0-dev.5 17:57:42 v2.0.0-dev.6 17:57:42 v2.0.0-dev.7 17:57:42 v2.0.0-dev.8 17:57:42 v2.0.0-dev.9 [Pipeline] sh 17:57:43 + lftools sign git-tag v2.0.0-dev.15 17:57:44 Signing Git tag with Sigul... 17:57:44 Signing v2.0.0-dev.15 [Pipeline] echo 17:57:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:57:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:57:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:57:46 $ docker stop --time=1 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 17:57:48 $ docker rm -f 184b6690874586f9d78cb5a3d6c937fd348d583f859584989da631046e0e98f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:57:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:49 . [Pipeline] withDockerContainer 17:57:49 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:57:49 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:57:50 $ docker top 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:50 [ssh-agent] Looking for ssh-agent implementation... 17:57:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:50 $ docker exec 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 ssh-agent 17:57:50 SSH_AUTH_SOCK=/tmp/ssh-uq2yMU2SMxHh/agent.11 17:57:50 SSH_AGENT_PID=17 17:57:50 Running ssh-add (command line suppressed) 17:57:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1151307572289353026.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1151307572289353026.key) 17:57:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:51 + git semver bump pre 17:57:51 # -> Open(): unable to determine branch for HEAD 17:57:51 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:57:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:57:51 # $SEMVER_REMOTE_NAME = origin 17:57:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:51 # $SEMVER_USER_NAME = edgex-jenkins 17:57:51 # $SEMVER_BRANCH = master 17:57:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:57:51 2.0.0-dev.16 [Pipeline] } 17:57:51 $ docker exec --env ******** --env ******** 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 ssh-agent -k 17:57:51 unset SSH_AUTH_SOCK; 17:57:51 unset SSH_AGENT_PID; 17:57:51 echo Agent pid 17 killed; 17:57:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:52 + git semver [Pipeline] } 17:57:52 $ docker stop --time=1 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 17:57:53 $ docker rm -f 1a6b64046544505aa9bb5f5d0bc03662be3d8b293ac921aa02afe09e997012d0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:57:54 . [Pipeline] withDockerContainer 17:57:54 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:57:54 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:57:55 $ docker top 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:57:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:57:55 [ssh-agent] Looking for ssh-agent implementation... 17:57:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:57:56 $ docker exec 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 ssh-agent 17:57:56 SSH_AUTH_SOCK=/tmp/ssh-eyGkzcTfIiqZ/agent.12 17:57:56 SSH_AGENT_PID=17 17:57:56 Running ssh-add (command line suppressed) 17:57:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3796965050916977987.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3796965050916977987.key) 17:57:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:57:56 + git semver push 17:57:56 # -> Open(): unable to determine branch for HEAD 17:57:56 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:57:56 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:57:56 # $SEMVER_REMOTE_NAME = origin 17:57:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:57:56 # $SEMVER_USER_NAME = edgex-jenkins 17:57:56 # $SEMVER_BRANCH = master 17:57:56 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:58:03 $ docker exec --env ******** --env ******** 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 ssh-agent -k 17:58:03 unset SSH_AUTH_SOCK; 17:58:03 unset SSH_AGENT_PID; 17:58:03 echo Agent pid 17 killed; 17:58:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:58:04 + git semver [Pipeline] } 17:58:04 $ docker stop --time=1 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 17:58:06 $ docker rm -f 7c70f01bb0d56f574e9293f1bdef92741c2300296cab894604868881ec295297 [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 17:58:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:58:08 ---> package-listing.sh 17:58:08 ++ facter osfamily 17:58:08 ++ tr '[:upper:]' '[:lower:]' 17:58:08 + OS_FAMILY=redhat 17:58:08 + workspace=/w/workspace/_app-service-configurable_master 17:58:08 + START_PACKAGES=/tmp/packages_start.txt 17:58:08 + END_PACKAGES=/tmp/packages_end.txt 17:58:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:58:08 + PACKAGES=/tmp/packages_start.txt 17:58:08 + '[' /w/workspace/_app-service-configurable_master ']' 17:58:08 + PACKAGES=/tmp/packages_end.txt 17:58:08 + case "${OS_FAMILY}" in 17:58:08 + rpm -qa 17:58:08 + sort 17:58:14 + '[' -f /tmp/packages_start.txt ']' 17:58:14 + '[' -f /tmp/packages_end.txt ']' 17:58:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:58:14 + '[' /w/workspace/_app-service-configurable_master ']' 17:58:14 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:58:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 17:58:14 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 17:58:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:58:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:58:14 17:58:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:58:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:58:15 alpine: Pulling from edgex-lftools-log-publisher 17:58:15 df20fa9351a1: Pulling fs layer 17:58:15 36b3adc4ff6f: Pulling fs layer 17:58:15 8ad3a11d3b57: Pulling fs layer 17:58:15 46f8f816bc3b: Pulling fs layer 17:58:15 93b61091891f: Pulling fs layer 17:58:15 93b9cdb0e59b: Pulling fs layer 17:58:15 5e14af77c1be: Pulling fs layer 17:58:15 01666e4c0597: Pulling fs layer 17:58:15 aa168da1d23b: Pulling fs layer 17:58:15 93b9cdb0e59b: Waiting 17:58:15 5e14af77c1be: Waiting 17:58:15 01666e4c0597: Waiting 17:58:15 aa168da1d23b: Waiting 17:58:15 93b61091891f: Waiting 17:58:15 46f8f816bc3b: Waiting 17:58:15 36b3adc4ff6f: Verifying Checksum 17:58:15 36b3adc4ff6f: Download complete 17:58:15 46f8f816bc3b: Verifying Checksum 17:58:15 46f8f816bc3b: Download complete 17:58:15 df20fa9351a1: Verifying Checksum 17:58:15 df20fa9351a1: Download complete 17:58:15 93b9cdb0e59b: Verifying Checksum 17:58:15 93b9cdb0e59b: Download complete 17:58:15 5e14af77c1be: Verifying Checksum 17:58:15 5e14af77c1be: Download complete 17:58:15 01666e4c0597: Verifying Checksum 17:58:15 01666e4c0597: Download complete 17:58:15 93b61091891f: Verifying Checksum 17:58:15 93b61091891f: Download complete 17:58:15 8ad3a11d3b57: Verifying Checksum 17:58:15 8ad3a11d3b57: Download complete 17:58:15 df20fa9351a1: Pull complete 17:58:15 36b3adc4ff6f: Pull complete 17:58:16 8ad3a11d3b57: Pull complete 17:58:16 46f8f816bc3b: Pull complete 17:58:17 aa168da1d23b: Verifying Checksum 17:58:17 aa168da1d23b: Download complete 17:58:18 93b61091891f: Pull complete 17:58:18 93b9cdb0e59b: Pull complete 17:58:18 5e14af77c1be: Pull complete 17:58:18 01666e4c0597: Pull complete 17:58:26 aa168da1d23b: Pull complete 17:58:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:58:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:58:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:58:27 prd-centos7-docker-4c-2g-25807 does not seem to be running inside a container 17:58:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:58:30 $ docker top a89f633ee9387ff142e2df468dd9acef753a89d0dd9e7818cf2b12271987a36e -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:30 + touch /tmp/pre-build-complete [Pipeline] sh 17:58:30 + mkdir -p /var/log/sa [Pipeline] sh 17:58:31 + ls /var/log/sa-host 17:58:31 + sadf -c /var/log/sa-host/sa09 17:58:31 file_magic: OK 17:58:31 HZ: Using current value: 100 17:58:31 file_header: OK 17:58:31 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 17:58:31 Statistics: 17:58:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:58:31 File successfully converted to sysstat format version 12.2.1 17:58:31 + sadf -c /var/log/sa-host/sa23 17:58:31 file_magic: OK 17:58:31 HZ: Using current value: 100 17:58:31 file_header: OK 17:58:31 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 17:58:31 Statistics: 17:58:31 Hnuu...uuuununununu... 17:58:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:58:31 provisioning config files... 17:58:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5982053595348515490tmp [Pipeline] { [Pipeline] echo 17:58:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:58:32 ---> create-netrc.sh [Pipeline] } 17:58:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:58:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:58:32 ---> python-tools-install.sh [Pipeline] echo 17:58:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:58:33 ---> sudo-logs.sh 17:58:33 Archiving 'sudo' log.. [Pipeline] echo 17:58:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:58:33 ---> job-cost.sh 17:58:33 lf-activate-venv: SKIPPING 17:58:33 INFO: No Stack... 17:58:34 INFO: Retrieving Pricing Info for: v1-standard-2 17:58:34 INFO: Archiving Costs [Pipeline] echo 17:58:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:58:34 ---> logs-deploy.sh 17:58:34 lf-activate-venv: SKIPPING 17:58:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/81 17:58:34 INFO: archiving workspace using pattern(s): 17:58:36 Archives upload complete. 17:58:36 INFO: archiving logs to Nexus 17:58:37 ---> uname -a: 17:58:37 Linux prd-centos7-docker-4c-2g-25807.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:58:37 17:58:37 17:58:37 ---> lscpu: 17:58:37 Architecture: x86_64 17:58:37 CPU op-mode(s): 32-bit, 64-bit 17:58:37 Byte Order: Little Endian 17:58:37 Address sizes: 40 bits physical, 48 bits virtual 17:58:37 CPU(s): 4 17:58:37 On-line CPU(s) list: 0-3 17:58:37 Thread(s) per core: 1 17:58:37 Core(s) per socket: 1 17:58:37 Socket(s): 4 17:58:37 NUMA node(s): 1 17:58:37 Vendor ID: GenuineIntel 17:58:37 CPU family: 6 17:58:37 Model: 44 17:58:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:58:37 Stepping: 1 17:58:37 CPU MHz: 2933.436 17:58:37 BogoMIPS: 5866.87 17:58:37 Virtualization: VT-x 17:58:37 Hypervisor vendor: KVM 17:58:37 Virtualization type: full 17:58:37 L1d cache: 128 KiB 17:58:37 L1i cache: 128 KiB 17:58:37 L2 cache: 16 MiB 17:58:37 L3 cache: 64 MiB 17:58:37 NUMA node0 CPU(s): 0-3 17:58:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:58:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:58:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:58:37 Vulnerability Meltdown: Mitigation; PTI 17:58:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:58:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:58:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:58:37 Vulnerability Srbds: Not affected 17:58:37 Vulnerability Tsx async abort: Not affected 17:58:37 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 17:58:37 17:58:37 17:58:37 ---> nproc: 17:58:37 4 17:58:37 17:58:37 17:58:37 ---> df -h: 17:58:37 Filesystem Size Used Available Use% Mounted on 17:58:37 overlay 50.0G 8.5G 41.4G 17% / 17:58:37 tmpfs 64.0M 0 64.0M 0% /dev 17:58:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:58:37 shm 64.0M 0 64.0M 0% /dev/shm 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:58:37 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:58:37 17:58:37 17:58:37 ---> free -m: 17:58:37 total used free shared buff/cache available 17:58:37 Mem: 1837 823 150 0 863 949 17:58:37 Swap: 1023 3 1020 17:58:37 17:58:37 17:58:37 ---> ip addr: 17:58:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:58:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:58:37 inet 127.0.0.1/8 scope host lo 17:58:37 valid_lft forever preferred_lft forever 17:58:37 inet6 ::1/128 scope host 17:58:37 valid_lft forever preferred_lft forever 17:58:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:58:37 link/ether fa:16:3e:03:65:9c brd ff:ff:ff:ff:ff:ff 17:58:37 inet 10.30.122.64/23 brd 10.30.123.255 scope global dynamic eth0 17:58:37 valid_lft 85854sec preferred_lft 85854sec 17:58:37 inet6 fe80::f816:3eff:fe03:659c/64 scope link 17:58:37 valid_lft forever preferred_lft forever 17:58:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:58:37 link/ether 02:42:c6:1f:fc:26 brd ff:ff:ff:ff:ff:ff 17:58:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:58:37 valid_lft forever preferred_lft forever 17:58:37 inet6 fe80::42:c6ff:fe1f:fc26/64 scope link 17:58:37 valid_lft forever preferred_lft forever 17:58:37 17:58:37 17:58:37 ---> sar -b -r -n DEV: 17:58:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 17:58:37 17:58:37 17:49:21 LINUX RESTART (4 CPU) 17:58:37 17:58:37 17:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:58:37 17:51:01 45.11 12.63 32.48 0.00 4596.34 3095.28 0.00 17:58:37 17:52:01 1.83 0.00 1.83 0.00 0.00 33.92 0.00 17:58:37 17:53:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 17:58:37 17:54:01 0.53 0.00 0.53 0.00 0.00 6.96 0.00 17:58:37 17:55:01 0.17 0.00 0.17 0.00 0.00 1.55 0.00 17:58:37 17:56:01 0.35 0.00 0.35 0.00 0.00 4.83 0.00 17:58:37 17:57:01 305.26 185.51 119.75 0.00 8957.36 36142.97 0.00 17:58:37 17:58:01 203.94 64.25 139.69 0.00 4075.75 33176.24 0.00 17:58:37 Average: 69.75 32.85 36.90 0.00 2199.38 9073.55 0.00 17:58:37 17:58:37 17:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:58:37 17:51:01 172448 0 612240 32.54 2620 1094236 1105040 37.71 420916 1088044 136 17:58:37 17:52:01 178376 0 606304 32.22 2620 1094244 1077868 36.79 422416 1081216 8 17:58:37 17:53:01 175980 0 608696 32.35 2620 1094248 1078036 36.79 421840 1084464 8 17:58:37 17:54:01 176024 0 608596 32.35 2620 1094304 1078064 36.79 440120 1066060 16 17:58:37 17:55:01 176892 0 607776 32.30 2620 1094256 1077992 36.79 436696 1068968 20 17:58:37 17:56:01 176396 0 608268 32.33 2620 1094260 1077992 36.79 449800 1056024 8 17:58:37 17:57:01 186944 0 709020 37.68 1972 983608 1375172 46.93 538192 905388 48 17:58:37 17:58:01 239128 0 777144 41.30 1492 863780 1293816 44.16 572944 733348 48 17:58:37 Average: 185274 0 642256 34.13 2398 1051617 1145498 39.09 462866 1010439 36 17:58:37 17:58:37 17:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:58:37 17:51:01 eth0 183.77 128.18 485.20 50.00 0.00 0.00 0.00 0.00 17:58:37 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:51:01 docker0 2.18 1.84 0.43 4.26 0.00 0.00 0.00 0.00 17:58:37 17:52:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:58:37 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:53:01 eth0 1.07 0.43 0.32 0.21 0.00 0.00 0.00 0.00 17:58:37 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:54:01 eth0 0.57 0.45 0.31 0.21 0.00 0.00 0.00 0.00 17:58:37 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:55:01 eth0 0.20 0.15 0.08 0.04 0.00 0.00 0.00 0.00 17:58:37 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:56:01 eth0 0.73 0.20 0.12 0.04 0.00 0.00 0.00 0.00 17:58:37 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:57:01 eth0 471.43 410.32 4294.14 42.49 0.00 0.00 0.00 0.00 17:58:37 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:57:01 veth7c96a5a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:58:37 17:57:01 docker0 41.09 40.42 3.62 194.02 0.00 0.00 0.00 0.00 17:58:37 17:58:01 eth0 409.67 353.60 3459.27 95.42 0.00 0.00 0.00 0.00 17:58:37 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 17:58:01 veth67c559b 1.81 1.35 0.30 0.26 0.00 0.00 0.00 0.00 17:58:37 17:58:01 docker0 29.17 32.63 1.87 217.56 0.00 0.00 0.00 0.00 17:58:37 Average: eth0 133.46 111.68 1031.43 23.50 0.00 0.00 0.00 0.00 17:58:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:37 Average: veth67c559b 0.23 0.17 0.04 0.03 0.00 0.00 0.00 0.00 17:58:37 Average: docker0 9.07 9.38 0.74 52.10 0.00 0.00 0.00 0.00 17:58:37 17:58:37 17:58:37 ---> sar -P ALL: 17:58:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 17:58:37 17:58:37 17:49:21 LINUX RESTART (4 CPU) 17:58:37 17:58:37 17:50:02 CPU %user %nice %system %iowait %steal %idle 17:58:37 17:51:01 all 3.94 0.00 2.61 1.14 0.15 92.16 17:58:37 17:51:01 0 4.30 0.00 2.96 0.14 0.15 92.45 17:58:37 17:51:01 1 4.09 0.00 2.47 1.75 0.12 91.58 17:58:37 17:51:01 2 3.26 0.00 2.14 1.59 0.12 92.89 17:58:37 17:51:01 3 4.12 0.00 2.89 1.09 0.19 91.70 17:58:37 17:52:01 all 0.16 0.00 0.05 0.00 0.04 99.75 17:58:37 17:52:01 0 0.07 0.00 0.05 0.00 0.03 99.85 17:58:37 17:52:01 1 0.07 0.00 0.08 0.00 0.07 99.78 17:58:37 17:52:01 2 0.48 0.00 0.05 0.00 0.02 99.45 17:58:37 17:52:01 3 0.03 0.00 0.03 0.00 0.03 99.90 17:58:37 17:53:01 all 0.18 0.00 0.20 0.00 0.03 99.59 17:58:37 17:53:01 0 0.03 0.00 0.05 0.00 0.02 99.90 17:58:37 17:53:01 1 0.12 0.00 0.23 0.00 0.08 99.57 17:58:37 17:53:01 2 0.50 0.00 0.43 0.00 0.02 99.05 17:58:37 17:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 17:58:37 17:54:01 all 0.10 0.00 0.05 0.00 0.01 99.85 17:58:37 17:54:01 0 0.07 0.00 0.02 0.00 0.02 99.90 17:58:37 17:54:01 1 0.03 0.00 0.08 0.00 0.02 99.87 17:58:37 17:54:01 2 0.25 0.00 0.05 0.00 0.02 99.68 17:58:37 17:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:58:37 17:55:01 all 0.17 0.00 0.09 0.00 0.01 99.73 17:58:37 17:55:01 0 0.08 0.00 0.10 0.00 0.02 99.80 17:58:37 17:55:01 1 0.08 0.00 0.10 0.00 0.02 99.80 17:58:37 17:55:01 2 0.48 0.00 0.05 0.00 0.02 99.45 17:58:37 17:55:01 3 0.05 0.00 0.10 0.00 0.00 99.85 17:58:37 17:56:01 all 0.10 0.00 0.10 0.00 0.00 99.80 17:58:37 17:56:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:58:37 17:56:01 1 0.05 0.00 0.22 0.00 0.02 99.72 17:58:37 17:56:01 2 0.28 0.00 0.10 0.00 0.00 99.62 17:58:37 17:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:58:37 17:57:01 all 10.73 0.00 8.24 2.75 0.36 77.92 17:58:37 17:57:01 0 11.56 0.00 8.75 2.11 0.28 77.30 17:58:37 17:57:01 1 10.35 0.00 7.60 3.88 0.34 77.83 17:58:37 17:57:01 2 10.84 0.00 8.81 1.84 0.39 78.12 17:58:37 17:57:01 3 10.19 0.00 7.79 3.19 0.41 78.42 17:58:37 17:58:01 all 11.84 0.00 9.00 2.41 0.25 76.50 17:58:37 17:58:01 0 10.74 0.00 8.63 2.18 0.24 78.21 17:58:37 17:58:01 1 13.74 0.00 9.59 2.51 0.22 73.93 17:58:37 17:58:01 2 10.62 0.00 7.86 2.07 0.24 79.20 17:58:37 17:58:01 3 12.27 0.00 9.92 2.87 0.27 74.67 17:58:37 Average: all 3.34 0.00 2.49 0.77 0.10 93.29 17:58:37 Average: 0 3.29 0.00 2.52 0.54 0.09 93.56 17:58:37 Average: 1 3.50 0.00 2.50 1.00 0.11 92.89 17:58:37 Average: 2 3.29 0.00 2.40 0.68 0.10 93.54 17:58:37 Average: 3 3.29 0.00 2.56 0.88 0.11 93.16 17:58:37 17:58:37 17:58:37