Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b430426e5122e1d8120a8d3ea89e621b3f587a0f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20677 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 b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 Commit message: "refactor: Consume new V2 App SDK (#166)" > git rev-list --no-walk b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:41:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:41:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:41:06 ========================================================= 22:41:06 EdgeX Global Pipelines Version Info 22:41:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:41:07 ------------------- 22:41:07 stable info: 22:41:07 ------------------- 22:41:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:41:07 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:41:07 Message: update stable to v1.0.177 22:41:08 ------------------- 22:41:08 experimental info: 22:41:08 ------------------- 22:41:08 Commited By: **** collab-it+edgex@linuxfoundation.org 22:41:08 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 22:41:08 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:41:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:41:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:41:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:41:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:41:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo 22:41:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b430426 [Pipeline] echo 22:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:41:12 provisioning config files... 22:41:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config9051922608090181844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:12 ---> docker-login.sh 22:41:12 nexus3.edgexfoundry.org:10001 22:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:13 Configure a credential helper to remove this warning. See 22:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:13 22:41:13 Login Succeeded 22:41:13 nexus3.edgexfoundry.org:10002 22:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:13 Configure a credential helper to remove this warning. See 22:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:13 22:41:13 Login Succeeded 22:41:13 nexus3.edgexfoundry.org:10003 22:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:13 Configure a credential helper to remove this warning. See 22:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:13 22:41:13 Login Succeeded 22:41:13 nexus3.edgexfoundry.org:10004 22:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:13 Configure a credential helper to remove this warning. See 22:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:13 22:41:13 Login Succeeded 22:41:13 docker.io 22:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:14 Configure a credential helper to remove this warning. See 22:41:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:14 22:41:14 Login Succeeded 22:41:14 ---> docker-login.sh ends [Pipeline] } 22:41:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:41:15 + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo 22:41:15 GIT_COMMIT: b430426e5122e1d8120a8d3ea89e621b3f587a0f, Commit Message: refactor: Consume new V2 App SDK (#166) [Pipeline] echo 22:41:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:16 22:41:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:41:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:16 latest: Pulling from edgex-devops/git-semver 22:41:16 31603596830f: Pulling fs layer 22:41:16 2a8b12db71e7: Pulling fs layer 22:41:16 6ca5941a6612: Pulling fs layer 22:41:16 ecc8261a40a4: Pulling fs layer 22:41:16 ecc8261a40a4: Waiting 22:41:16 2a8b12db71e7: Verifying Checksum 22:41:16 2a8b12db71e7: Download complete 22:41:16 31603596830f: Download complete 22:41:16 ecc8261a40a4: Verifying Checksum 22:41:16 ecc8261a40a4: Download complete 22:41:16 6ca5941a6612: Verifying Checksum 22:41:16 6ca5941a6612: Download complete 22:41:17 31603596830f: Pull complete 22:41:17 2a8b12db71e7: Pull complete 22:41:17 6ca5941a6612: Pull complete 22:41:18 ecc8261a40a4: Pull complete 22:41:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:41:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:41:18 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:41:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:41:21 $ docker top 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:41:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:41:21 [ssh-agent] Looking for ssh-agent implementation... 22:41:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:41:21 $ docker exec 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent 22:41:21 SSH_AUTH_SOCK=/tmp/ssh-p2nHLNsh2lC4/agent.11 22:41:21 SSH_AGENT_PID=16 22:41:21 Running ssh-add (command line suppressed) 22:41:21 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9204028865320972459.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9204028865320972459.key) 22:41:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:41:22 + git tag --points-at HEAD [Pipeline] } 22:41:22 $ docker exec --env ******** --env ******** 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent -k 22:41:22 unset SSH_AUTH_SOCK; 22:41:22 unset SSH_AGENT_PID; 22:41:22 echo Agent pid 16 killed; 22:41:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:41:22 [ssh-agent] Looking for ssh-agent implementation... 22:41:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:41:22 $ docker exec 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent 22:41:22 SSH_AUTH_SOCK=/tmp/ssh-Hz7StLT8n16F/agent.44 22:41:22 SSH_AGENT_PID=49 22:41:23 Running ssh-add (command line suppressed) 22:41:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4963313753001809329.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4963313753001809329.key) 22:41:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:41:23 + git semver init 22:41:23 # -> Open(): unable to determine branch for HEAD 22:41:23 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:41:23 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:41:23 # $SEMVER_REMOTE_NAME = origin 22:41:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:41:23 # $SEMVER_USER_NAME = edgex-jenkins 22:41:23 # $SEMVER_BRANCH = master 22:41:23 # $SEMVER_TEMP = /tmp/semver-833165576 22:41:23 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:41:24 # '/tmp/semver-833165576' -> '/w/workspace/_app-service-configurable_master/.semver' 22:41:24 # -> Force: false 22:41:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:41:24 $ docker exec --env ******** --env ******** 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 ssh-agent -k 22:41:24 unset SSH_AUTH_SOCK; 22:41:24 unset SSH_AGENT_PID; 22:41:24 echo Agent pid 49 killed; 22:41:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:41:25 + git semver [Pipeline] } 22:41:25 $ docker stop --time=1 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 22:41:26 $ docker rm -f 26b0addc9485ce51fa5c03d8c638213b1bde6cf4423d52195cb03ab4872247e1 [Pipeline] // withDockerContainer [Pipeline] sh 22:41:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:41:27 Stashed 1 file(s) [Pipeline] echo 22:41:27 [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:41:43 Still waiting to schedule task 22:41:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:41:43 Still waiting to schedule task 22:41:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:44:14 Running on prd-centos7-docker-4c-2g-20679 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:44:14 Running in /w/workspace/app-service-configurable/75 [Pipeline] { [Pipeline] checkout 22:44:17 using credential edgex-jenkins-ssh 22:44:17 Cloning the remote Git repository 22:44:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:44:17 > git init /w/workspace/app-service-configurable/75 # timeout=10 22:44:18 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) 22:44:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:44:17 > git --version # timeout=10 22:44:17 > git --version # 'git version 2.24.3' 22:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:44:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:44:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:44:18 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:18 > git config core.sparsecheckout # timeout=10 22:44:18 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 22:44:22 Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:44:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:24 + sudo service docker restart 22:44:24 + true 22:44:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:25 provisioning config files... 22:44:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config1261687857349421424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:25 ---> docker-login.sh 22:44:25 nexus3.edgexfoundry.org:10001 22:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:26 Configure a credential helper to remove this warning. See 22:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:26 22:44:26 Login Succeeded 22:44:26 nexus3.edgexfoundry.org:10002 22:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:26 Configure a credential helper to remove this warning. See 22:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:26 22:44:26 Login Succeeded 22:44:26 nexus3.edgexfoundry.org:10003 22:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:26 Configure a credential helper to remove this warning. See 22:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:26 22:44:26 Login Succeeded 22:44:26 nexus3.edgexfoundry.org:10004 22:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:27 Configure a credential helper to remove this warning. See 22:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:27 22:44:27 Login Succeeded 22:44:27 docker.io 22:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:27 Configure a credential helper to remove this warning. See 22:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:27 22:44:27 Login Succeeded 22:44:27 ---> docker-login.sh ends [Pipeline] } 22:44:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:27 ========================================================= 22:44:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:44:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:44:27 Sending build context to Docker daemon 96.26kB 22:44:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:28 Step 2/8 : FROM ${BASE} 22:44:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:28 188c0c94c7c5: Pulling fs layer 22:44:28 0ef7d3d256c8: Pulling fs layer 22:44:28 de9db76c5a1d: Pulling fs layer 22:44:28 bca2f99d35d6: Pulling fs layer 22:44:28 93359f2a8cfa: Pulling fs layer 22:44:28 7c6f9722023f: Pulling fs layer 22:44:28 a35cf1a2eb13: Pulling fs layer 22:44:28 93359f2a8cfa: Waiting 22:44:28 7c6f9722023f: Waiting 22:44:28 a35cf1a2eb13: Waiting 22:44:28 bca2f99d35d6: Waiting 22:44:28 de9db76c5a1d: Verifying Checksum 22:44:28 de9db76c5a1d: Download complete 22:44:28 0ef7d3d256c8: Verifying Checksum 22:44:28 0ef7d3d256c8: Download complete 22:44:28 93359f2a8cfa: Download complete 22:44:28 188c0c94c7c5: Verifying Checksum 22:44:28 188c0c94c7c5: Download complete 22:44:28 7c6f9722023f: Verifying Checksum 22:44:28 7c6f9722023f: Download complete 22:44:28 188c0c94c7c5: Pull complete 22:44:28 0ef7d3d256c8: Pull complete 22:44:28 de9db76c5a1d: Pull complete 22:44:30 a35cf1a2eb13: Verifying Checksum 22:44:30 a35cf1a2eb13: Download complete 22:44:30 bca2f99d35d6: Verifying Checksum 22:44:30 bca2f99d35d6: Download complete 22:44:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20678 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:44:31 Running in /w/workspace/app-service-configurable/75 [Pipeline] { [Pipeline] checkout 22:44:36 bca2f99d35d6: Pull complete 22:44:36 93359f2a8cfa: Pull complete 22:44:36 7c6f9722023f: Pull complete 22:44:36 using credential edgex-jenkins-ssh 22:44:37 Cloning the remote Git repository 22:44:37 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:44:37 > git init /w/workspace/app-service-configurable/75 # timeout=10 22:44:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:44:37 > git --version # timeout=10 22:44:37 > git --version # 'git version 2.17.1' 22:44:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:38 Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) 22:44:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:44:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:38 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:44:38 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:44:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:38 > git config core.sparsecheckout # timeout=10 22:44:38 > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 22:44:43 Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:44 a35cf1a2eb13: Pull complete 22:44:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:44:44 ---> a62c8e92a672 22:44:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:44:44 ---> Running in 3d3b9c879807 22:44:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:44:44 Removing intermediate container 3d3b9c879807 22:44:44 ---> aabb5fbaec41 22:44:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:44:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:45 ---> Running in f2659b145dae 22:44:45 + sudo service docker restart 22:44:45 + true 22:44:46 Removing intermediate container f2659b145dae 22:44:46 ---> d4a23b1081c9 22:44:46 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:44:46 ---> Running in 9cd84a27a11e 22:44:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:44:47 (1/6) Installing libc-dev (0.7.2-r3) [Pipeline] withEnv [Pipeline] { 22:44:48 (2/6) Installing libsodium (1.0.18-r0) 22:44:48 (3/6) Installing pkgconf (1.7.2-r0) 22:44:48 (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] wrap 22:44:48 provisioning config files... 22:44:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config8691854210577978055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:48 (5/6) Installing libzmq (4.3.3-r0) 22:44:48 (6/6) Installing zeromq-dev (4.3.3-r0) 22:44:48 Executing busybox-1.31.1-r19.trigger 22:44:48 OK: 167 MiB in 45 packages 22:44:48 ---> docker-login.sh 22:44:48 nexus3.edgexfoundry.org:10001 22:44:49 Removing intermediate container 9cd84a27a11e 22:44:49 ---> 8c12d90a7233 22:44:49 Step 6/8 : WORKDIR /app 22:44:49 ---> Running in 2229c9fbc553 22:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:49 Removing intermediate container 2229c9fbc553 22:44:49 ---> 38b557c9c41e 22:44:49 Step 7/8 : COPY . . 22:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:49 Configure a credential helper to remove this warning. See 22:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:49 22:44:49 Login Succeeded 22:44:49 nexus3.edgexfoundry.org:10002 22:44:49 ---> d2c9744b22c8 22:44:49 Step 8/8 : RUN go mod download 22:44:49 ---> Running in 389fdbd1d689 22:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:50 Configure a credential helper to remove this warning. See 22:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:50 22:44:50 Login Succeeded 22:44:50 nexus3.edgexfoundry.org:10003 22:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:50 Configure a credential helper to remove this warning. See 22:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:50 22:44:50 Login Succeeded 22:44:50 nexus3.edgexfoundry.org:10004 22:44:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:51 Configure a credential helper to remove this warning. See 22:44:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:51 22:44:51 Login Succeeded 22:44:51 docker.io 22:44:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:52 Configure a credential helper to remove this warning. See 22:44:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:52 22:44:52 Login Succeeded 22:44:52 ---> docker-login.sh ends [Pipeline] } 22:44:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:52 ========================================================= 22:44:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:44:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:44:52 Sending build context to Docker daemon 96.26kB 22:44:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:53 Step 2/8 : FROM ${BASE} 22:44:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:44:53 5f621e34cdf4: Pulling fs layer 22:44:53 a4357932f1b6: Pulling fs layer 22:44:53 18c013af1878: Pulling fs layer 22:44:53 00ac8860ef70: Pulling fs layer 22:44:53 63d7cb157983: Pulling fs layer 22:44:53 b116817d02f9: Pulling fs layer 22:44:53 745a02a5169b: Pulling fs layer 22:44:53 63d7cb157983: Waiting 22:44:53 b116817d02f9: Waiting 22:44:53 745a02a5169b: Waiting 22:44:53 00ac8860ef70: Waiting 22:44:53 18c013af1878: Verifying Checksum 22:44:53 18c013af1878: Download complete 22:44:53 a4357932f1b6: Download complete 22:44:53 63d7cb157983: Download complete 22:44:53 b116817d02f9: Verifying Checksum 22:44:53 b116817d02f9: Download complete 22:44:53 5f621e34cdf4: Verifying Checksum 22:44:53 5f621e34cdf4: Download complete 22:44:53 5f621e34cdf4: Pull complete 22:44:54 a4357932f1b6: Pull complete 22:44:55 18c013af1878: Pull complete 22:44:55 745a02a5169b: Verifying Checksum 22:44:55 745a02a5169b: Download complete 22:44:57 00ac8860ef70: Verifying Checksum 22:44:57 00ac8860ef70: Download complete 22:45:07 00ac8860ef70: Pull complete 22:45:07 63d7cb157983: Pull complete 22:45:07 b116817d02f9: Pull complete 22:45:11 745a02a5169b: Pull complete 22:45:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:45:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:45:11 ---> b7e6874047d6 22:45:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:45:14 ---> Running in 299b263ce664 22:45:14 Removing intermediate container 299b263ce664 22:45:14 ---> 1b753c490ebf 22:45:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:14 ---> Running in b38beec4b95e 22:45:16 Removing intermediate container 389fdbd1d689 22:45:16 ---> 9d568fcfce2a 22:45:16 Successfully built 9d568fcfce2a 22:45:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:45:16 + docker inspect -f . ci-base-image-x86_64 22:45:16 . [Pipeline] withDockerContainer 22:45:16 prd-centos7-docker-4c-2g-20679 does not seem to be running inside a container 22:45:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:45:17 Removing intermediate container b38beec4b95e 22:45:17 ---> 21df945e0a7a 22:45:17 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:45:17 ---> Running in b0ab8459de15 22:45:17 $ docker top 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:18 + go version 22:45:18 go version go1.15.5 linux/amd64 [Pipeline] } 22:45:18 $ docker stop --time=1 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 22:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:45:19 (1/6) Installing libc-dev (0.7.2-r3) 22:45:19 (2/6) Installing libsodium (1.0.18-r0) 22:45:19 $ docker rm -f 22e1180cac103c8bb36d05735df7700da6dc7c3c204195dedc7d55dd85cf8bd4 [Pipeline] // withDockerContainer 22:45:19 (3/6) Installing pkgconf (1.7.2-r0) 22:45:19 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:19 (5/6) Installing libzmq (4.3.3-r0) [Pipeline] } [Pipeline] // script [Pipeline] } 22:45:20 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:20 Executing busybox-1.31.1-r19.trigger 22:45:20 OK: 144 MiB in 45 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:20 + docker inspect -f . ci-base-image-x86_64 22:45:20 . [Pipeline] withDockerContainer 22:45:20 prd-centos7-docker-4c-2g-20679 does not seem to be running inside a container 22:45:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:45:21 Removing intermediate container b0ab8459de15 22:45:21 ---> ab8ea7faa4c6 22:45:21 Step 6/8 : WORKDIR /app 22:45:21 ---> Running in c4530980d5e5 22:45:21 $ docker top fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:22 + make test 22:45:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:45:22 Removing intermediate container c4530980d5e5 22:45:22 ---> e1599e06fad5 22:45:22 Step 7/8 : COPY . . 22:45:23 ---> 7adaf183a3e4 22:45:23 Step 8/8 : RUN go mod download 22:45:23 ---> Running in da888fe6d266 22:45:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:45:34 CGO_ENABLED=1 go vet ./... 22:45:37 gofmt -l . 22:45:37 [ "`gofmt -l .`" = "" ] 22:45:37 ./bin/test-go-mod-tidy.sh 22:45:37 ./bin/test-attribution-txt.sh [Pipeline] } 22:45:38 $ docker stop --time=1 fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 22:45:40 $ docker rm -f fb88c0320b5ff333070eaac1bd72d7929bace579328a034be8cd054add3582a0 [Pipeline] // withDockerContainer [Pipeline] sh 22:45:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:45:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:45:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:45:44 + ls -al . 22:45:44 total 88 22:45:44 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 15 22:45 . 22:45:44 drwxrwxr-x. 4 jenkins jenkins 30 Jan 15 22:44 .. 22:45:44 -rw-rw-r--. 1 jenkins jenkins 6426 Jan 15 22:44 Attribution.txt 22:45:44 drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 22:44 bin 22:45:44 -rw-r--r--. 1 jenkins jenkins 10 Jan 15 22:45 coverage.out 22:45:44 -rw-rw-r--. 1 jenkins jenkins 1940 Jan 15 22:44 Dockerfile 22:45:44 -rw-rw-r--. 1 jenkins jenkins 970 Jan 15 22:44 Dockerfile.build 22:45:44 -rw-rw-r--. 1 jenkins jenkins 119 Jan 15 22:44 .dockerignore 22:45:44 drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 22:44 .git 22:45:44 drwxrwxr-x. 2 jenkins jenkins 81 Jan 15 22:44 .github 22:45:44 -rw-rw-r--. 1 jenkins jenkins 93 Jan 15 22:44 .gitignore 22:45:44 -rw-r--r--. 1 jenkins jenkins 135 Jan 15 22:45 go.mod 22:45:44 -rw-r--r--. 1 jenkins jenkins 18779 Jan 15 22:45 go.sum 22:45:44 -rw-rw-r--. 1 jenkins jenkins 687 Jan 15 22:44 Jenkinsfile 22:45:44 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 15 22:44 LICENSE 22:45:44 -rw-rw-r--. 1 jenkins jenkins 1522 Jan 15 22:44 main.go 22:45:44 -rw-rw-r--. 1 jenkins jenkins 1582 Jan 15 22:44 makefile 22:45:44 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 15 22:44 README.md 22:45:44 drwxrwxr-x. 10 jenkins jenkins 171 Jan 15 22:44 res 22:45:44 drwxrwxr-x. 4 jenkins jenkins 71 Jan 15 22:44 snap 22:45:44 -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 22:41 VERSION [Pipeline] isUnix [Pipeline] sh 22:45:44 + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=amd64 --label version=2.0.0-dev.9 . 22:45:44 Sending build context to Docker daemon 117.8kB 22:45:44 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:45:44 Step 2/27 : FROM ${BASE} AS builder 22:45:44 ---> 9d568fcfce2a 22:45:44 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:45:45 ---> Running in cf2acdada517 22:45:45 Removing intermediate container cf2acdada517 22:45:45 ---> 97584d63eb6a 22:45:45 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:45:45 ---> Running in c09aab10d09f 22:45:45 Removing intermediate container c09aab10d09f 22:45:45 ---> 8ae6d46c04f5 22:45:45 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:45:45 ---> Running in 51fa8f8d99ee 22:45:45 Removing intermediate container 51fa8f8d99ee 22:45:45 ---> 094756e55d07 22:45:45 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:45 ---> Running in c037436ca097 22:45:47 Removing intermediate container c037436ca097 22:45:47 ---> 7b24fb44bda8 22:45:47 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:45:47 ---> Running in 5fb60768a6bd 22:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:48 OK: 167 MiB in 45 packages 22:45:49 Removing intermediate container 5fb60768a6bd 22:45:49 ---> cf3e40731600 22:45:49 Step 8/27 : WORKDIR /app 22:45:49 ---> Running in 5551275b0cba 22:45:49 Removing intermediate container 5551275b0cba 22:45:49 ---> 827c1436c38d 22:45:49 Step 9/27 : COPY go.mod . 22:45:49 ---> ed90e83a65f6 22:45:49 Step 10/27 : RUN go mod download 22:45:49 ---> Running in 2f4cf3149fa4 22:45:50 Removing intermediate container da888fe6d266 22:45:50 ---> 757a16d75e99 22:45:50 Successfully built 757a16d75e99 22:45:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:45:50 + docker inspect -f . ci-base-image-arm64 22:45:50 . [Pipeline] withDockerContainer 22:45:50 prd-ubuntu18.04-docker-arm64-4c-16g-20678 does not seem to be running inside a container 22:45:50 Removing intermediate container 2f4cf3149fa4 22:45:50 ---> de4548c00284 22:45:50 Step 11/27 : COPY . . 22:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:45:51 ---> b8dd8f60b64c 22:45:51 Step 12/27 : ARG MAKE="make build" 22:45:51 ---> Running in 4908d5120916 22:45:51 Removing intermediate container 4908d5120916 22:45:51 ---> 4e0525a44985 22:45:51 Step 13/27 : RUN $MAKE 22:45:51 ---> Running in 6f873751a9a9 22:45:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable 22:45:52 $ docker top 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:53 + go version 22:45:53 go version go1.15.5 linux/arm64 [Pipeline] } 22:45:53 $ docker stop --time=1 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 22:45:55 $ docker rm -f 0ee66a0cd35f3b02f07b40066f0467cb2488ba17dbed56da8d2ecc2cf94af3c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:56 + docker inspect -f . ci-base-image-arm64 22:45:56 . [Pipeline] withDockerContainer 22:45:56 prd-ubuntu18.04-docker-arm64-4c-16g-20678 does not seem to be running inside a container 22:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/75 -v /w/workspace/app-service-configurable/75:/w/workspace/app-service-configurable/75:rw,z -v /w/workspace/app-service-configurable/75@tmp:/w/workspace/app-service-configurable/75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:45:58 $ docker top c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:59 + make test 22:45:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:46:04 Removing intermediate container 6f873751a9a9 22:46:04 ---> 3c0f74f1a2f5 22:46:04 Step 14/27 : FROM alpine:3.12 22:46:05 3.12: Pulling from library/alpine 22:46:05 801bfaa63ef2: Pulling fs layer 22:46:05 801bfaa63ef2: Verifying Checksum 22:46:05 801bfaa63ef2: Download complete 22:46:05 801bfaa63ef2: Pull complete 22:46:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:46:05 Status: Downloaded newer image for alpine:3.12 22:46:05 ---> 389fef711851 22:46:05 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:46:05 ---> Running in a156483d2bb8 22:46:05 Removing intermediate container a156483d2bb8 22:46:05 ---> 2e31ad68bb48 22:46:05 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:46:05 ---> Running in df3b4b2bbbe2 22:46:05 Removing intermediate container df3b4b2bbbe2 22:46:05 ---> 4c43b3ebaf57 22:46:05 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 22:46:06 ---> Running in 5e5a76583801 22:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:07 (1/6) Installing ca-certificates (20191127-r4) 22:46:07 (2/6) Installing libgcc (9.3.0-r2) 22:46:07 (3/6) Installing libsodium (1.0.18-r0) 22:46:07 (4/6) Installing libstdc++ (9.3.0-r2) 22:46:07 (5/6) Installing libzmq (4.3.3-r0) 22:46:07 (6/6) Installing zeromq (4.3.3-r0) 22:46:07 Executing busybox-1.31.1-r19.trigger 22:46:07 Executing ca-certificates-20191127-r4.trigger 22:46:07 OK: 9 MiB in 20 packages 22:46:08 Removing intermediate container 5e5a76583801 22:46:08 ---> 3fa8c3218143 22:46:08 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:46:08 ---> db7b60e5e898 22:46:08 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:46:08 ---> 3fb11b6de810 22:46:08 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:46:08 ---> 3ee0606d9436 22:46:08 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:46:09 ---> c39969d28fc7 22:46:09 Step 22/27 : EXPOSE 48095 22:46:09 ---> Running in cf06e420ec04 22:46:09 Removing intermediate container cf06e420ec04 22:46:09 ---> 67b5a874c326 22:46:09 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:46:09 ---> Running in 411f249c4698 22:46:10 Removing intermediate container 411f249c4698 22:46:10 ---> e629d3d9d2a6 22:46:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:46:10 ---> Running in 53c90ba816a7 22:46:10 Removing intermediate container 53c90ba816a7 22:46:10 ---> 0648382d22c1 22:46:10 Step 25/27 : LABEL arch=amd64 22:46:10 ---> Running in 08158be46295 22:46:10 Removing intermediate container 08158be46295 22:46:10 ---> 866629f522e7 22:46:10 Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:46:10 ---> Running in ac12fd860c09 22:46:10 Removing intermediate container ac12fd860c09 22:46:10 ---> da0385c3f0f7 22:46:10 Step 27/27 : LABEL version=2.0.0-dev.9 22:46:10 ---> Running in 1ef2d3e57d64 22:46:11 Removing intermediate container 1ef2d3e57d64 22:46:11 ---> 3bb08c535b87 22:46:11 [Warning] One or more build-args [ARCH] were not consumed 22:46:11 Successfully built 3bb08c535b87 22:46:11 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:46:11 provisioning config files... 22:46:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config4747169877027218511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:11 ---> docker-login.sh 22:46:11 nexus3.edgexfoundry.org:10001 22:46:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:12 Configure a credential helper to remove this warning. See 22:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:12 22:46:12 Login Succeeded 22:46:12 nexus3.edgexfoundry.org:10002 22:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:12 Configure a credential helper to remove this warning. See 22:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:12 22:46:12 Login Succeeded 22:46:12 nexus3.edgexfoundry.org:10003 22:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:12 Configure a credential helper to remove this warning. See 22:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:12 22:46:12 Login Succeeded 22:46:12 nexus3.edgexfoundry.org:10004 22:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:12 Configure a credential helper to remove this warning. See 22:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:12 22:46:13 Login Succeeded 22:46:13 docker.io 22:46:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:13 Configure a credential helper to remove this warning. See 22:46:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:13 22:46:13 Login Succeeded 22:46:13 ---> docker-login.sh ends [Pipeline] } 22:46:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:46:13 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:46:13 b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:46:13 latest 22:46:13 2.0.0-dev.9 22:46:13 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:46:13 master 22:46:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:14 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh 22:46:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:46:14 77260af2ab27: Preparing 22:46:14 8d60c3a4a4f3: Preparing 22:46:14 27b944a43d90: Preparing 22:46:14 b625c364812d: Preparing 22:46:14 63e8f1f06ad0: Preparing 22:46:14 777b2c648970: Preparing 22:46:14 777b2c648970: Waiting 22:46:14 b625c364812d: Pushed 22:46:14 8d60c3a4a4f3: Pushed 22:46:14 777b2c648970: Layer already exists 22:46:14 27b944a43d90: Pushed 22:46:15 63e8f1f06ad0: Pushed 22:46:16 77260af2ab27: Pushed 22:46:16 b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:46:16 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:46:16 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:46:16 77260af2ab27: Preparing 22:46:16 8d60c3a4a4f3: Preparing 22:46:16 27b944a43d90: Preparing 22:46:16 b625c364812d: Preparing 22:46:16 63e8f1f06ad0: Preparing 22:46:16 777b2c648970: Preparing 22:46:16 777b2c648970: Waiting 22:46:16 8d60c3a4a4f3: Layer already exists 22:46:16 b625c364812d: Layer already exists 22:46:16 27b944a43d90: Layer already exists 22:46:16 77260af2ab27: Layer already exists 22:46:16 63e8f1f06ad0: Layer already exists 22:46:16 777b2c648970: Layer already exists 22:46:16 latest: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:46:17 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:46:17 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 22:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:46:17 77260af2ab27: Preparing 22:46:17 8d60c3a4a4f3: Preparing 22:46:17 27b944a43d90: Preparing 22:46:17 b625c364812d: Preparing 22:46:17 63e8f1f06ad0: Preparing 22:46:17 777b2c648970: Preparing 22:46:17 777b2c648970: Waiting 22:46:17 77260af2ab27: Layer already exists 22:46:17 8d60c3a4a4f3: Layer already exists 22:46:17 63e8f1f06ad0: Layer already exists 22:46:17 27b944a43d90: Layer already exists 22:46:17 b625c364812d: Layer already exists 22:46:17 777b2c648970: Layer already exists 22:46:17 2.0.0-dev.9: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:46:18 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:46:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:46:18 77260af2ab27: Preparing 22:46:18 8d60c3a4a4f3: Preparing 22:46:18 27b944a43d90: Preparing 22:46:18 b625c364812d: Preparing 22:46:18 63e8f1f06ad0: Preparing 22:46:18 777b2c648970: Preparing 22:46:18 777b2c648970: Waiting 22:46:18 b625c364812d: Layer already exists 22:46:18 63e8f1f06ad0: Layer already exists 22:46:18 8d60c3a4a4f3: Layer already exists 22:46:18 27b944a43d90: Layer already exists 22:46:18 77260af2ab27: Layer already exists 22:46:18 777b2c648970: Layer already exists 22:46:18 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:46:18 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:46:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:46:19 77260af2ab27: Preparing 22:46:19 8d60c3a4a4f3: Preparing 22:46:19 27b944a43d90: Preparing 22:46:19 b625c364812d: Preparing 22:46:19 63e8f1f06ad0: Preparing 22:46:19 777b2c648970: Preparing 22:46:19 777b2c648970: Waiting 22:46:19 8d60c3a4a4f3: Layer already exists 22:46:19 27b944a43d90: Layer already exists 22:46:19 77260af2ab27: Layer already exists 22:46:19 63e8f1f06ad0: Layer already exists 22:46:19 b625c364812d: Layer already exists 22:46:19 777b2c648970: Layer already exists 22:46:19 master: digest: sha256:b1bdd201b08e09c9e755a53d1dbec07a009d1010b29700ec8f0ee8778893eb37 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:46:19 ===================================================== [Pipeline] echo 22:46:19 taggedImages: 22:46:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:46:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:46:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.9 22:46:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:46:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:46:38 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:46:38 CGO_ENABLED=1 go vet ./... 22:46:42 gofmt -l . 22:46:42 [ "`gofmt -l .`" = "" ] 22:46:42 ./bin/test-go-mod-tidy.sh 22:46:42 ./bin/test-attribution-txt.sh [Pipeline] } 22:46:43 $ docker stop --time=1 c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 22:46:45 $ docker rm -f c6550a403eb47819b395e8b4482fccee0fba2e10eb2ba803ba4d3295b8119e64 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:46:46 Warning: overwriting stash ‘coverage-report’ 22:46:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:46:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:46:48 + ls -al . 22:46:48 total 112 22:46:48 drwxrwxr-x 7 jenkins jenkins 4096 Jan 15 22:46 . 22:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:44 .. 22:46:48 -rw-rw-r-- 1 jenkins jenkins 119 Jan 15 22:44 .dockerignore 22:46:48 drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 22:44 .git 22:46:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:44 .github 22:46:48 -rw-rw-r-- 1 jenkins jenkins 93 Jan 15 22:44 .gitignore 22:46:48 -rw-rw-r-- 1 jenkins jenkins 6426 Jan 15 22:44 Attribution.txt 22:46:48 -rw-rw-r-- 1 jenkins jenkins 1940 Jan 15 22:44 Dockerfile 22:46:48 -rw-rw-r-- 1 jenkins jenkins 970 Jan 15 22:44 Dockerfile.build 22:46:48 -rw-rw-r-- 1 jenkins jenkins 687 Jan 15 22:44 Jenkinsfile 22:46:48 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 15 22:44 LICENSE 22:46:48 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 15 22:44 README.md 22:46:48 -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 22:41 VERSION 22:46:48 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:44 bin 22:46:48 -rw-r--r-- 1 jenkins jenkins 10 Jan 15 22:45 coverage.out 22:46:48 -rw-r--r-- 1 jenkins jenkins 135 Jan 15 22:46 go.mod 22:46:48 -rw-r--r-- 1 jenkins jenkins 18779 Jan 15 22:46 go.sum 22:46:48 -rw-rw-r-- 1 jenkins jenkins 1522 Jan 15 22:44 main.go 22:46:48 -rw-rw-r-- 1 jenkins jenkins 1582 Jan 15 22:44 makefile 22:46:48 drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 22:44 res 22:46:48 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:44 snap [Pipeline] isUnix [Pipeline] sh 22:46:48 + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=arm64 --label version=2.0.0-dev.9 . 22:46:48 Sending build context to Docker daemon 117.8kB 22:46:49 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 22:46:49 Step 2/27 : FROM ${BASE} AS builder 22:46:49 ---> 757a16d75e99 22:46:49 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:46:49 ---> Running in 3f47e55e9390 22:46:50 Removing intermediate container 3f47e55e9390 22:46:50 ---> fddb05ee2ee3 22:46:50 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:46:50 ---> Running in 5172ad9fcdb3 22:46:50 Removing intermediate container 5172ad9fcdb3 22:46:50 ---> 01aa041f1d41 22:46:50 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:46:50 ---> Running in e36953c63610 22:46:51 Removing intermediate container e36953c63610 22:46:51 ---> f8d5abbb6775 22:46:51 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:51 ---> Running in 276a357bbba3 22:46:53 Removing intermediate container 276a357bbba3 22:46:53 ---> c8c540ee5c32 22:46:53 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:46:53 ---> Running in 3ad6b186d3b0 22:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:46:56 OK: 144 MiB in 45 packages 22:46:57 Removing intermediate container 3ad6b186d3b0 22:46:57 ---> 57690f3807f4 22:46:57 Step 8/27 : WORKDIR /app 22:46:57 ---> Running in f06f49ad4782 22:46:57 Removing intermediate container f06f49ad4782 22:46:57 ---> 2939b7628bc2 22:46:57 Step 9/27 : COPY go.mod . 22:46:58 ---> 5246bd6e9464 22:46:58 Step 10/27 : RUN go mod download 22:46:58 ---> Running in 38fc09b2f5a5 22:47:01 Removing intermediate container 38fc09b2f5a5 22:47:01 ---> 952fb8c4d5ca 22:47:01 Step 11/27 : COPY . . 22:47:01 ---> 67bada581af4 22:47:01 Step 12/27 : ARG MAKE="make build" 22:47:01 ---> Running in f02586fa64c2 22:47:02 Removing intermediate container f02586fa64c2 22:47:02 ---> 7d86412ba09f 22:47:02 Step 13/27 : RUN $MAKE 22:47:02 ---> Running in 8df9d7d01be9 22:47:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable 22:47:35 Removing intermediate container 8df9d7d01be9 22:47:35 ---> f466a83bca84 22:47:35 Step 14/27 : FROM alpine:3.12 22:47:36 3.12: Pulling from library/alpine 22:47:37 159e5727ea61: Pulling fs layer 22:47:37 159e5727ea61: Verifying Checksum 22:47:37 159e5727ea61: Download complete 22:47:37 159e5727ea61: Pull complete 22:47:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:47:37 Status: Downloaded newer image for alpine:3.12 22:47:37 ---> afeebe901d6b 22:47:37 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:47:37 ---> Running in 961bd6548cfe 22:47:38 Removing intermediate container 961bd6548cfe 22:47:38 ---> deca42038c00 22:47:38 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:47:38 ---> Running in 0b7a20410ce5 22:47:39 Removing intermediate container 0b7a20410ce5 22:47:39 ---> 8081855740c0 22:47:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 22:47:39 ---> Running in 20dd2c8311cf 22:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:47:40 (1/6) Installing ca-certificates (20191127-r4) 22:47:41 (2/6) Installing libgcc (9.3.0-r2) 22:47:41 (3/6) Installing libsodium (1.0.18-r0) 22:47:41 (4/6) Installing libstdc++ (9.3.0-r2) 22:47:41 (5/6) Installing libzmq (4.3.3-r0) 22:47:41 (6/6) Installing zeromq (4.3.3-r0) 22:47:41 Executing busybox-1.31.1-r19.trigger 22:47:41 Executing ca-certificates-20191127-r4.trigger 22:47:41 OK: 9 MiB in 20 packages 22:47:42 Removing intermediate container 20dd2c8311cf 22:47:42 ---> 44271643dfac 22:47:42 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:47:43 ---> 22bd5d6d44ba 22:47:43 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:47:44 ---> f5f7654003f7 22:47:44 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:47:45 ---> c1c2f0401ece 22:47:45 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:47:46 ---> 021b28ee98d1 22:47:46 Step 22/27 : EXPOSE 48095 22:47:46 ---> Running in 7692c3b2ba68 22:47:47 Removing intermediate container 7692c3b2ba68 22:47:47 ---> fff7ac0dc06d 22:47:47 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:47:47 ---> Running in ff3dd729a002 22:47:47 Removing intermediate container ff3dd729a002 22:47:47 ---> 2695edb32a98 22:47:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:47 ---> Running in 3dceab13e180 22:47:48 Removing intermediate container 3dceab13e180 22:47:48 ---> eee328681210 22:47:48 Step 25/27 : LABEL arch=arm64 22:47:48 ---> Running in 49c1007f74f0 22:47:49 Removing intermediate container 49c1007f74f0 22:47:49 ---> 8d4807c4405b 22:47:49 Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:47:49 ---> Running in b37aef7e069e 22:47:49 Removing intermediate container b37aef7e069e 22:47:49 ---> c560c2f07f86 22:47:49 Step 27/27 : LABEL version=2.0.0-dev.9 22:47:49 ---> Running in d25774b682dd 22:47:50 Removing intermediate container d25774b682dd 22:47:50 ---> 09c657f1feae 22:47:50 [Warning] One or more build-args [ARCH] were not consumed 22:47:50 Successfully built 09c657f1feae 22:47:50 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:47:50 provisioning config files... 22:47:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/75@tmp/config3617144672484820503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:51 ---> docker-login.sh 22:47:51 nexus3.edgexfoundry.org:10001 22:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:51 Configure a credential helper to remove this warning. See 22:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:51 22:47:51 Login Succeeded 22:47:51 nexus3.edgexfoundry.org:10002 22:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:52 Configure a credential helper to remove this warning. See 22:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:52 22:47:52 Login Succeeded 22:47:52 nexus3.edgexfoundry.org:10003 22:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:53 Configure a credential helper to remove this warning. See 22:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:53 22:47:53 Login Succeeded 22:47:53 nexus3.edgexfoundry.org:10004 22:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:53 Configure a credential helper to remove this warning. See 22:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:53 22:47:53 Login Succeeded 22:47:53 docker.io 22:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:54 Configure a credential helper to remove this warning. See 22:47:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:54 22:47:54 Login Succeeded 22:47:54 ---> docker-login.sh ends [Pipeline] } 22:47:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:47:54 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:47:54 b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:47:54 latest 22:47:54 2.0.0-dev.9 22:47:54 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:47:54 master 22:47:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:55 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh 22:47:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:47:55 aa18208abc0a: Preparing 22:47:55 c188a19ce53b: Preparing 22:47:55 533d21da7464: Preparing 22:47:55 a8a39a2ce05e: Preparing 22:47:55 abf6a3a35aa6: Preparing 22:47:55 379067d0cb53: Preparing 22:47:55 379067d0cb53: Waiting 22:47:55 533d21da7464: Pushed 22:47:55 a8a39a2ce05e: Pushed 22:47:56 c188a19ce53b: Pushed 22:47:56 379067d0cb53: Layer already exists 22:47:56 abf6a3a35aa6: Pushed 22:47:59 aa18208abc0a: Pushed 22:47:59 b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh 22:47:59 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:48:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:48:00 aa18208abc0a: Preparing 22:48:00 c188a19ce53b: Preparing 22:48:00 533d21da7464: Preparing 22:48:00 a8a39a2ce05e: Preparing 22:48:00 abf6a3a35aa6: Preparing 22:48:00 379067d0cb53: Preparing 22:48:00 379067d0cb53: Waiting 22:48:00 533d21da7464: Layer already exists 22:48:00 abf6a3a35aa6: Layer already exists 22:48:00 aa18208abc0a: Layer already exists 22:48:00 a8a39a2ce05e: Layer already exists 22:48:00 c188a19ce53b: Layer already exists 22:48:00 379067d0cb53: Layer already exists 22:48:00 latest: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh 22:48:00 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:48:01 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 22:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:48:01 aa18208abc0a: Preparing 22:48:01 c188a19ce53b: Preparing 22:48:01 533d21da7464: Preparing 22:48:01 a8a39a2ce05e: Preparing 22:48:01 abf6a3a35aa6: Preparing 22:48:01 379067d0cb53: Preparing 22:48:01 379067d0cb53: Waiting 22:48:01 533d21da7464: Layer already exists 22:48:01 aa18208abc0a: Layer already exists 22:48:01 abf6a3a35aa6: Layer already exists 22:48:01 a8a39a2ce05e: Layer already exists 22:48:01 c188a19ce53b: Layer already exists 22:48:01 379067d0cb53: Layer already exists 22:48:01 2.0.0-dev.9: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh 22:48:01 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh 22:48:02 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:48:02 aa18208abc0a: Preparing 22:48:02 c188a19ce53b: Preparing 22:48:02 533d21da7464: Preparing 22:48:02 a8a39a2ce05e: Preparing 22:48:02 abf6a3a35aa6: Preparing 22:48:02 379067d0cb53: Preparing 22:48:02 379067d0cb53: Waiting 22:48:02 abf6a3a35aa6: Layer already exists 22:48:02 aa18208abc0a: Layer already exists 22:48:02 c188a19ce53b: Layer already exists 22:48:02 a8a39a2ce05e: Layer already exists 22:48:02 533d21da7464: Layer already exists 22:48:02 379067d0cb53: Layer already exists 22:48:02 b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] isUnix [Pipeline] sh 22:48:02 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:48:03 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:48:03 aa18208abc0a: Preparing 22:48:03 c188a19ce53b: Preparing 22:48:03 533d21da7464: Preparing 22:48:03 a8a39a2ce05e: Preparing 22:48:03 abf6a3a35aa6: Preparing 22:48:03 379067d0cb53: Preparing 22:48:03 379067d0cb53: Waiting 22:48:03 c188a19ce53b: Layer already exists 22:48:03 a8a39a2ce05e: Layer already exists 22:48:03 abf6a3a35aa6: Layer already exists 22:48:03 aa18208abc0a: Layer already exists 22:48:03 533d21da7464: Layer already exists 22:48:03 379067d0cb53: Layer already exists 22:48:03 master: digest: sha256:2d603f316d3ba1c7a0078cb58b859444d515e451438bcb61e324ee46980859bf size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:03 ===================================================== [Pipeline] echo 22:48:03 taggedImages: 22:48:03 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f 22:48:03 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:48:03 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 22:48:03 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 22:48:03 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:48:05 provisioning config files... 22:48:05 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1569736494480144975tmp [Pipeline] { [Pipeline] sh 22:48:05 + set +x 22:48:05 + curl -s https://codecov.io/bash 22:48:05 + bash -s -- 22:48:05 22:48:05 _____ _ 22:48:05 / ____| | | 22:48:05 | | ___ __| | ___ ___ _____ __ 22:48:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:48:05 | |___| (_) | (_| | __/ (_| (_) \ V / 22:48:05 \_____\___/ \__,_|\___|\___\___/ \_/ 22:48:05 Bash-20210115-cec3c92 22:48:05 22:48:05 22:48:05 ==> git version 2.24.3 found 22:48:05 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:48:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:48:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:48:05 ==> Jenkins CI detected. 22:48:05 project root: . 22:48:05 --> token set from env 22:48:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:48:05 ==> Running gcov in . (disable via -X gcov) 22:48:05 ==> Python coveragepy not found 22:48:05 ==> Searching for coverage reports in: 22:48:05 + . 22:48:05 -> Found 1 reports 22:48:05 ==> Detecting git/mercurial file structure 22:48:05 ==> Reading reports 22:48:05 + ./coverage.out bytes=10 22:48:05 ==> Appending adjustments 22:48:05 https://docs.codecov.io/docs/fixing-reports 22:48:05 + Found adjustments 22:48:05 ==> Gzipping contents 22:48:05 4.0K /tmp/codecov.ylrDBf.gz 22:48:05 ==> Uploading reports 22:48:05 url: https://codecov.io 22:48:05 query: branch=master&commit=b430426e5122e1d8120a8d3ea89e621b3f587a0f&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:48:05 -> Pinging Codecov 22:48:05 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b430426e5122e1d8120a8d3ea89e621b3f587a0f&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F75%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:48:06 -> Uploading to 22:48:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/A97CA9966030D2A3747ED39772930CCE/b430426e5122e1d8120a8d3ea89e621b3f587a0f/04a2142a-e4be-481d-9e05-1e88dd7cc038.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T224806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=529077cab5b2fda03cd93291a53175b95484656edf44b1f93c9e78851a997cde 22:48:06 % Total % Received % Xferd Average Speed Time Time Time Current 22:48:06 Dload Upload Total Spent Left Speed 22:48:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 815 --:--:-- --:--:-- --:--:-- 814 22:48:06 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] } 22:48:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:48:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:48:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:48:08 22:48:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:48:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:48:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:48:08 188c0c94c7c5: Pulling fs layer 22:48:08 0ef7d3d256c8: Pulling fs layer 22:48:08 de9db76c5a1d: Pulling fs layer 22:48:08 0eba1c9be4d2: Pulling fs layer 22:48:08 0d57e429df01: Pulling fs layer 22:48:08 4e4be7b47b0d: Pulling fs layer 22:48:08 e1f770b5df2f: Pulling fs layer 22:48:08 85a0685a4137: Pulling fs layer 22:48:08 0eba1c9be4d2: Waiting 22:48:08 0d57e429df01: Waiting 22:48:08 4e4be7b47b0d: Waiting 22:48:08 e1f770b5df2f: Waiting 22:48:08 85a0685a4137: Waiting 22:48:08 de9db76c5a1d: Verifying Checksum 22:48:08 de9db76c5a1d: Download complete 22:48:08 0ef7d3d256c8: Verifying Checksum 22:48:08 0ef7d3d256c8: Download complete 22:48:08 0d57e429df01: Verifying Checksum 22:48:08 0d57e429df01: Download complete 22:48:08 188c0c94c7c5: Download complete 22:48:08 4e4be7b47b0d: Verifying Checksum 22:48:08 4e4be7b47b0d: Download complete 22:48:09 188c0c94c7c5: Pull complete 22:48:09 0ef7d3d256c8: Pull complete 22:48:09 de9db76c5a1d: Pull complete 22:48:10 e1f770b5df2f: Verifying Checksum 22:48:10 e1f770b5df2f: Download complete 22:48:12 0eba1c9be4d2: Verifying Checksum 22:48:12 0eba1c9be4d2: Download complete 22:48:12 85a0685a4137: Verifying Checksum 22:48:12 85a0685a4137: Download complete 22:48:18 0eba1c9be4d2: Pull complete 22:48:18 0d57e429df01: Pull complete 22:48:18 4e4be7b47b0d: Pull complete 22:48:19 e1f770b5df2f: Pull complete 22:48:27 85a0685a4137: Pull complete 22:48:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:48:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:48:28 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:48:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:48:29 $ docker top 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c -eo pid,comm [Pipeline] { [Pipeline] echo 22:48:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:48:29 + set -o pipefail 22:48:29 + snyk monitor '--org=edgex-jenkins' 22:48:56 22:48:56 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:48:56 22:48:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/3b681c85-e706-4f31-96f1-d130b35e1a02 22:48:56 22:48:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:48:56 22:48:56 [Pipeline] } 22:48:56 $ docker stop --time=1 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c 22:48:59 $ docker rm -f 6efc6a6e5c2facf7d366628e55f4a813411dc03fbf0dfca6b78a1cce9cc0a80c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:49:01 + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh 22:49:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:02 . [Pipeline] withDockerContainer 22:49:02 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:49:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:49:03 $ docker top 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:03 [ssh-agent] Looking for ssh-agent implementation... 22:49:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:03 $ docker exec 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 ssh-agent 22:49:03 SSH_AUTH_SOCK=/tmp/ssh-EDEQQhTcIFEP/agent.11 22:49:03 SSH_AGENT_PID=16 22:49:04 Running ssh-add (command line suppressed) 22:49:04 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1058155322242735944.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1058155322242735944.key) 22:49:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:04 + git semver tag 22:49:04 # -> Open(): unable to determine branch for HEAD 22:49:04 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:49:04 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:49:04 # $SEMVER_REMOTE_NAME = origin 22:49:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:04 # $SEMVER_USER_NAME = edgex-jenkins 22:49:04 # $SEMVER_BRANCH = master 22:49:04 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:49:04 # b430426e5122e1d8120a8d3ea89e621b3f587a0f HEAD 22:49:04 # -> Force: false 22:49:04 # d8bb1724ad785d96ca121e01c92066dcb7ac8ca4 refs/tags/v2.0.0-dev.9 [Pipeline] } 22:49:04 $ docker exec --env ******** --env ******** 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 ssh-agent -k 22:49:04 unset SSH_AUTH_SOCK; 22:49:04 unset SSH_AGENT_PID; 22:49:04 echo Agent pid 16 killed; 22:49:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:05 + git semver [Pipeline] } 22:49:05 $ docker stop --time=1 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 22:49:06 $ docker rm -f 57d50eba938f982960e870ca37871cc5c9883b2346d8b7082a031b8fe392c2f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:49:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:49:07 22:49:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:49:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:49:07 0.23.1-centos7: Pulling from edgex-lftools 22:49:07 ab5ef0e58194: Pulling fs layer 22:49:07 9712f1f96733: Pulling fs layer 22:49:07 63f879dbbcfc: Pulling fs layer 22:49:07 0d9ebad4ef96: Pulling fs layer 22:49:07 e9a5061849ea: Pulling fs layer 22:49:07 d747dcd14b5f: Pulling fs layer 22:49:07 2de7ff778b66: Pulling fs layer 22:49:07 e9a5061849ea: Waiting 22:49:07 d747dcd14b5f: Waiting 22:49:07 2de7ff778b66: Waiting 22:49:07 0d9ebad4ef96: Waiting 22:49:07 9712f1f96733: Verifying Checksum 22:49:07 9712f1f96733: Download complete 22:49:09 63f879dbbcfc: Verifying Checksum 22:49:09 63f879dbbcfc: Download complete 22:49:09 e9a5061849ea: Verifying Checksum 22:49:09 e9a5061849ea: Download complete 22:49:09 d747dcd14b5f: Verifying Checksum 22:49:09 d747dcd14b5f: Download complete 22:49:10 2de7ff778b66: Verifying Checksum 22:49:10 2de7ff778b66: Download complete 22:49:10 ab5ef0e58194: Verifying Checksum 22:49:10 ab5ef0e58194: Download complete 22:49:10 0d9ebad4ef96: Verifying Checksum 22:49:10 0d9ebad4ef96: Download complete 22:49:14 ab5ef0e58194: Pull complete 22:49:14 9712f1f96733: Pull complete 22:49:17 63f879dbbcfc: Pull complete 22:49:23 0d9ebad4ef96: Pull complete 22:49:25 e9a5061849ea: Pull complete 22:49:25 d747dcd14b5f: Pull complete 22:49:27 2de7ff778b66: Pull complete 22:49:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:49:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:49:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:49:28 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:49: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:49:32 $ docker top 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:49:32 provisioning config files... 22:49:32 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2722307296614881858tmp 22:49:32 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1447550254845464554tmp 22:49:32 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5833352030006264617tmp [Pipeline] { [Pipeline] echo 22:49:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:49:33 ---> sigul-configuration.sh 22:49:33 gpg: directory `/root/.gnupg' created 22:49:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:49:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:49:33 gpg: keyring `/root/.gnupg/secring.gpg' created 22:49:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:49:33 gpg: CAST5 encrypted data 22:49:33 gpg: encrypted with 1 passphrase 22:49:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:49:33 + mkdir /home/jenkins 22:49:33 + mkdir /home/jenkins/sigul [Pipeline] sh 22:49: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 22:49:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:49:34 ---> sigul-install.sh 22:49:39 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:49:40 + git tag --list 22:49:40 v1.0.0 22:49:40 v1.1.0 22:49:40 v1.2.0 22:49:40 v1.2.1-dev.1 22:49:40 v1.2.1-dev.10 22:49:40 v1.2.1-dev.11 22:49:40 v1.2.1-dev.12 22:49:40 v1.2.1-dev.13 22:49:40 v1.2.1-dev.14 22:49:40 v1.2.1-dev.15 22:49:40 v1.2.1-dev.16 22:49:40 v1.2.1-dev.17 22:49:40 v1.2.1-dev.18 22:49:40 v1.2.1-dev.19 22:49:40 v1.2.1-dev.2 22:49:40 v1.2.1-dev.20 22:49:40 v1.2.1-dev.21 22:49:40 v1.2.1-dev.22 22:49:40 v1.2.1-dev.23 22:49:40 v1.2.1-dev.3 22:49:40 v1.2.1-dev.4 22:49:40 v1.2.1-dev.5 22:49:40 v1.2.1-dev.6 22:49:40 v1.2.1-dev.7 22:49:40 v1.2.1-dev.8 22:49:40 v1.2.1-dev.9 22:49:40 v1.3.0 22:49:40 v1.3.1-dev.1 22:49:40 v2.0.0-dev.1 22:49:40 v2.0.0-dev.2 22:49:40 v2.0.0-dev.3 22:49:40 v2.0.0-dev.4 22:49:40 v2.0.0-dev.5 22:49:40 v2.0.0-dev.6 22:49:40 v2.0.0-dev.7 22:49:40 v2.0.0-dev.8 22:49:40 v2.0.0-dev.9 [Pipeline] sh 22:49:40 + lftools sign git-tag v2.0.0-dev.9 22:49:41 Signing Git tag with Sigul... 22:49:41 Signing v2.0.0-dev.9 [Pipeline] echo 22:49:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:49:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:49:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:49:43 $ docker stop --time=1 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa 22:49:45 $ docker rm -f 052682e6e60cc91643494d9576dc8b8e7d18a677d71b67f77116c8afd54e66fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:49:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:46 . [Pipeline] withDockerContainer 22:49:46 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:49:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:49:47 $ docker top 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:47 [ssh-agent] Looking for ssh-agent implementation... 22:49:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:47 $ docker exec 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 ssh-agent 22:49:48 SSH_AUTH_SOCK=/tmp/ssh-bER6MtDl2dyz/agent.11 22:49:48 SSH_AGENT_PID=17 22:49:48 Running ssh-add (command line suppressed) 22:49:48 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6253544567210636029.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6253544567210636029.key) 22:49:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:48 + git semver bump pre 22:49:48 # -> Open(): unable to determine branch for HEAD 22:49:48 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:49:48 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:49:48 # $SEMVER_REMOTE_NAME = origin 22:49:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:48 # $SEMVER_USER_NAME = edgex-jenkins 22:49:48 # $SEMVER_BRANCH = master 22:49:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:49:48 2.0.0-dev.10 [Pipeline] } 22:49:48 $ docker exec --env ******** --env ******** 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 ssh-agent -k 22:49:48 unset SSH_AUTH_SOCK; 22:49:48 unset SSH_AGENT_PID; 22:49:48 echo Agent pid 17 killed; 22:49:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:49 + git semver [Pipeline] } 22:49:49 $ docker stop --time=1 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 22:49:50 $ docker rm -f 0c96e779b5ac6601e6cbeaf548fe8a9504aec4ea5d091f705ee664656d142bd8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:49:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:51 . [Pipeline] withDockerContainer 22:49:51 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:49:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:49:52 $ docker top 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:52 [ssh-agent] Looking for ssh-agent implementation... 22:49:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:53 $ docker exec 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c ssh-agent 22:49:53 SSH_AUTH_SOCK=/tmp/ssh-6x18TmZpWzwU/agent.11 22:49:53 SSH_AGENT_PID=17 22:49:53 Running ssh-add (command line suppressed) 22:49:53 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5080723090367627689.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5080723090367627689.key) 22:49:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:53 + git semver push 22:49:53 # -> Open(): unable to determine branch for HEAD 22:49:53 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:49:53 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:49:53 # $SEMVER_REMOTE_NAME = origin 22:49:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:53 # $SEMVER_USER_NAME = edgex-jenkins 22:49:53 # $SEMVER_BRANCH = master 22:49:53 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:50:00 $ docker exec --env ******** --env ******** 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c ssh-agent -k 22:50:00 unset SSH_AUTH_SOCK; 22:50:00 unset SSH_AGENT_PID; 22:50:00 echo Agent pid 17 killed; 22:50:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:01 + git semver [Pipeline] } 22:50:01 $ docker stop --time=1 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c 22:50:02 $ docker rm -f 0abc286c5de307c74448cdc1cdf52415638376083be9b0b0098d662960ea704c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:50:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:50:05 ---> package-listing.sh 22:50:05 ++ facter osfamily 22:50:05 ++ tr '[:upper:]' '[:lower:]' 22:50:05 + OS_FAMILY=redhat 22:50:05 + workspace=/w/workspace/_app-service-configurable_master 22:50:05 + START_PACKAGES=/tmp/packages_start.txt 22:50:05 + END_PACKAGES=/tmp/packages_end.txt 22:50:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:50:05 + PACKAGES=/tmp/packages_start.txt 22:50:05 + '[' /w/workspace/_app-service-configurable_master ']' 22:50:05 + PACKAGES=/tmp/packages_end.txt 22:50:05 + case "${OS_FAMILY}" in 22:50:05 + rpm -qa 22:50:05 + sort 22:50:10 + '[' -f /tmp/packages_start.txt ']' 22:50:10 + '[' -f /tmp/packages_end.txt ']' 22:50:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:50:10 + '[' /w/workspace/_app-service-configurable_master ']' 22:50:10 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:50:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:50:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:50:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:50:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:50:11 22:50:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:50:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:50:11 alpine: Pulling from edgex-lftools-log-publisher 22:50:11 df20fa9351a1: Pulling fs layer 22:50:11 36b3adc4ff6f: Pulling fs layer 22:50:11 8ad3a11d3b57: Pulling fs layer 22:50:11 46f8f816bc3b: Pulling fs layer 22:50:11 93b61091891f: Pulling fs layer 22:50:11 93b9cdb0e59b: Pulling fs layer 22:50:11 5e14af77c1be: Pulling fs layer 22:50:11 01666e4c0597: Pulling fs layer 22:50:11 aa168da1d23b: Pulling fs layer 22:50:11 93b61091891f: Waiting 22:50:11 93b9cdb0e59b: Waiting 22:50:11 5e14af77c1be: Waiting 22:50:11 01666e4c0597: Waiting 22:50:11 aa168da1d23b: Waiting 22:50:11 46f8f816bc3b: Waiting 22:50:11 36b3adc4ff6f: Verifying Checksum 22:50:11 36b3adc4ff6f: Download complete 22:50:11 46f8f816bc3b: Verifying Checksum 22:50:11 46f8f816bc3b: Download complete 22:50:11 df20fa9351a1: Verifying Checksum 22:50:11 df20fa9351a1: Download complete 22:50:11 93b9cdb0e59b: Verifying Checksum 22:50:11 93b9cdb0e59b: Download complete 22:50:11 5e14af77c1be: Verifying Checksum 22:50:11 5e14af77c1be: Download complete 22:50:11 93b61091891f: Verifying Checksum 22:50:11 93b61091891f: Download complete 22:50:11 01666e4c0597: Verifying Checksum 22:50:11 01666e4c0597: Download complete 22:50:12 8ad3a11d3b57: Verifying Checksum 22:50:12 8ad3a11d3b57: Download complete 22:50:12 df20fa9351a1: Pull complete 22:50:12 36b3adc4ff6f: Pull complete 22:50:14 8ad3a11d3b57: Pull complete 22:50:14 46f8f816bc3b: Pull complete 22:50:14 aa168da1d23b: Verifying Checksum 22:50:14 aa168da1d23b: Download complete 22:50:14 93b61091891f: Pull complete 22:50:15 93b9cdb0e59b: Pull complete 22:50:15 5e14af77c1be: Pull complete 22:50:15 01666e4c0597: Pull complete 22:50:22 aa168da1d23b: Pull complete 22:50:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:50:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:50:22 prd-centos7-docker-4c-2g-20677 does not seem to be running inside a container 22:50:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:50:25 $ docker top bbdbf88d68efdbeab2920e5a19e03ae51e978fcaf8e168578aea9de58e9e330c -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:26 + touch /tmp/pre-build-complete [Pipeline] sh 22:50:26 + mkdir -p /var/log/sa [Pipeline] sh 22:50:26 + ls /var/log/sa-host 22:50:26 + sadf -c /var/log/sa-host/sa15 22:50:26 file_magic: OK 22:50:26 HZ: Using current value: 100 22:50:26 file_header: OK 22:50:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:50:26 Statistics: 22:50:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:50:26 File successfully converted to sysstat format version 12.2.1 22:50:26 + sadf -c /var/log/sa-host/sa23 22:50:26 file_magic: OK 22:50:26 HZ: Using current value: 100 22:50:26 file_header: OK 22:50:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:50:26 Statistics: 22:50:26 Hnuu...uuuununununu... 22:50:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:50:27 provisioning config files... 22:50:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7374937522202722422tmp [Pipeline] { [Pipeline] echo 22:50:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:50:27 ---> create-netrc.sh [Pipeline] } 22:50:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:50:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:50:28 ---> python-tools-install.sh [Pipeline] echo 22:50:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:50:28 ---> sudo-logs.sh 22:50:28 Archiving 'sudo' log.. [Pipeline] echo 22:50:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:50:29 ---> job-cost.sh 22:50:29 lf-activate-venv: SKIPPING 22:50:29 INFO: No Stack... 22:50:30 INFO: Retrieving Pricing Info for: v1-standard-2 22:50:30 INFO: Archiving Costs [Pipeline] echo 22:50:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:50:31 ---> logs-deploy.sh 22:50:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/75 22:50:31 INFO: archiving workspace using pattern(s): 22:50:33 Archives upload complete. 22:50:33 INFO: archiving logs to Nexus 22:50:33 ---> uname -a: 22:50:33 Linux prd-centos7-docker-4c-2g-20677.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:50:33 22:50:33 22:50:33 ---> lscpu: 22:50:33 Architecture: x86_64 22:50:33 CPU op-mode(s): 32-bit, 64-bit 22:50:33 Byte Order: Little Endian 22:50:33 Address sizes: 40 bits physical, 48 bits virtual 22:50:33 CPU(s): 4 22:50:33 On-line CPU(s) list: 0-3 22:50:33 Thread(s) per core: 1 22:50:33 Core(s) per socket: 1 22:50:33 Socket(s): 4 22:50:33 NUMA node(s): 1 22:50:33 Vendor ID: GenuineIntel 22:50:33 CPU family: 6 22:50:33 Model: 44 22:50:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:50:33 Stepping: 1 22:50:33 CPU MHz: 2933.436 22:50:33 BogoMIPS: 5866.87 22:50:33 Virtualization: VT-x 22:50:33 Hypervisor vendor: KVM 22:50:33 Virtualization type: full 22:50:33 L1d cache: 128 KiB 22:50:33 L1i cache: 128 KiB 22:50:33 L2 cache: 16 MiB 22:50:33 L3 cache: 64 MiB 22:50:33 NUMA node0 CPU(s): 0-3 22:50:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:50:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:50:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:50:33 Vulnerability Meltdown: Mitigation; PTI 22:50:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:50:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:50:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:50:33 Vulnerability Srbds: Not affected 22:50:33 Vulnerability Tsx async abort: Not affected 22:50:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:50:33 22:50:33 22:50:33 ---> nproc: 22:50:33 4 22:50:33 22:50:33 22:50:33 ---> df -h: 22:50:33 Filesystem Size Used Available Use% Mounted on 22:50:33 overlay 50.0G 8.5G 41.4G 17% / 22:50:33 tmpfs 64.0M 0 64.0M 0% /dev 22:50:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:50:33 shm 64.0M 0 64.0M 0% /dev/shm 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 22:50:33 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 22:50:33 22:50:33 22:50:33 ---> free -m: 22:50:33 total used free shared buff/cache available 22:50:33 Mem: 1837 817 140 0 880 955 22:50:33 Swap: 1023 3 1020 22:50:33 22:50:33 22:50:33 ---> ip addr: 22:50:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:50:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:50:33 inet 127.0.0.1/8 scope host lo 22:50:33 valid_lft forever preferred_lft forever 22:50:33 inet6 ::1/128 scope host 22:50:33 valid_lft forever preferred_lft forever 22:50:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:50:33 link/ether fa:16:3e:d0:69:b0 brd ff:ff:ff:ff:ff:ff 22:50:33 inet 10.30.122.99/23 brd 10.30.123.255 scope global dynamic eth0 22:50:33 valid_lft 85797sec preferred_lft 85797sec 22:50:33 inet6 fe80::f816:3eff:fed0:69b0/64 scope link 22:50:33 valid_lft forever preferred_lft forever 22:50:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:50:33 link/ether 02:42:45:30:42:22 brd ff:ff:ff:ff:ff:ff 22:50:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:50:33 valid_lft forever preferred_lft forever 22:50:33 inet6 fe80::42:45ff:fe30:4222/64 scope link 22:50:33 valid_lft forever preferred_lft forever 22:50:33 22:50:33 22:50:33 ---> sar -b -r -n DEV: 22:50:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 22:50:33 22:50:33 22:40:19 LINUX RESTART (4 CPU) 22:50:33 22:50:33 22:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:50:33 22:42:01 45.13 12.03 33.10 0.00 4423.10 3054.63 0.00 22:50:33 22:43:01 1.73 0.00 1.73 0.00 0.00 30.69 0.00 22:50:33 22:44:01 0.25 0.00 0.25 0.00 0.00 2.72 0.00 22:50:33 22:45:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 22:50:33 22:46:01 0.44 0.00 0.44 0.00 0.00 5.74 0.00 22:50:33 22:47:01 0.32 0.00 0.32 0.00 0.00 4.61 0.00 22:50:33 22:48:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 22:50:33 22:49:01 285.45 172.97 112.48 0.00 8209.72 36061.67 0.00 22:50:33 22:50:01 209.70 69.84 139.86 0.00 4300.52 33006.72 0.00 22:50:33 Average: 60.53 28.38 32.15 0.00 1885.85 8038.23 0.00 22:50:33 22:50:33 22:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:50:33 22:42:01 173208 0 576888 30.66 2620 1128828 1091168 37.24 394628 1113472 20 22:50:33 22:43:01 175628 0 574460 30.53 2620 1128836 1079248 36.83 395000 1110944 8 22:50:33 22:44:01 176624 0 573460 30.48 2620 1128840 1075076 36.69 404308 1100888 8 22:50:33 22:45:01 174136 0 575948 30.61 2620 1128840 1075208 36.70 407184 1100668 8 22:50:33 22:46:01 173712 0 576364 30.63 2620 1128848 1075136 36.69 409192 1099204 12 22:50:33 22:47:01 173980 0 576092 30.62 2620 1128852 1075124 36.69 409016 1099204 12 22:50:33 22:48:01 174168 0 575900 30.61 2620 1128856 1075076 36.69 408764 1099204 8 22:50:33 22:49:01 228924 0 653564 34.74 2596 996460 1075904 36.72 497632 887288 32 22:50:33 22:50:01 230504 0 760616 40.43 1504 888920 1180308 40.28 579604 736052 52 22:50:33 Average: 186765 0 604810 32.14 2493 1087476 1089139 37.17 433925 1038547 18 22:50:33 22:50:33 22:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:50:33 22:42:01 eth0 177.10 129.22 462.07 48.47 0.00 0.00 0.00 0.00 22:50:33 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:42:01 docker0 2.33 1.91 0.48 4.15 0.00 0.00 0.00 0.00 22:50:33 22:43:01 eth0 0.50 0.37 0.32 0.17 0.00 0.00 0.00 0.00 22:50:33 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:44:01 eth0 1.30 0.08 0.12 0.04 0.00 0.00 0.00 0.00 22:50:33 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:45:01 eth0 1.00 0.58 0.57 0.37 0.00 0.00 0.00 0.00 22:50:33 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:46:01 eth0 0.22 0.17 0.08 0.10 0.00 0.00 0.00 0.00 22:50:33 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:47:01 eth0 0.15 0.13 0.07 0.01 0.00 0.00 0.00 0.00 22:50:33 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:50:33 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:49:01 eth0 477.58 421.12 4283.34 39.24 0.00 0.00 0.00 0.00 22:50:33 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:49:01 docker0 39.40 39.05 3.60 196.20 0.00 0.00 0.00 0.00 22:50:33 22:50:01 veth796862a 2.05 1.50 0.35 0.33 0.00 0.00 0.00 0.00 22:50:33 22:50:01 eth0 476.58 393.31 3461.52 53.30 0.00 0.00 0.00 0.00 22:50:33 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 22:50:01 docker0 25.80 35.19 1.67 202.30 0.00 0.00 0.00 0.00 22:50:33 Average: veth796862a 0.23 0.17 0.04 0.04 0.00 0.00 0.00 0.00 22:50:33 Average: eth0 126.36 105.26 914.17 15.78 0.00 0.00 0.00 0.00 22:50:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:50:33 Average: docker0 7.52 8.48 0.64 44.85 0.00 0.00 0.00 0.00 22:50:33 22:50:33 22:50:33 ---> sar -P ALL: 22:50:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 22:50:33 22:50:33 22:40:19 LINUX RESTART (4 CPU) 22:50:33 22:50:33 22:41:01 CPU %user %nice %system %iowait %steal %idle 22:50:33 22:42:01 all 3.90 0.00 2.40 1.13 0.04 92.52 22:50:33 22:42:01 0 3.97 0.00 2.39 0.35 0.05 93.25 22:50:33 22:42:01 1 3.86 0.00 2.01 1.24 0.05 92.84 22:50:33 22:42:01 2 4.28 0.00 3.02 2.63 0.03 90.04 22:50:33 22:42:01 3 3.51 0.00 2.20 0.30 0.03 93.95 22:50:33 22:43:01 all 0.16 0.00 0.05 0.00 0.00 99.79 22:50:33 22:43:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:50:33 22:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:50:33 22:43:01 2 0.52 0.00 0.07 0.00 0.00 99.42 22:50:33 22:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:50:33 22:44:01 all 0.11 0.00 0.11 0.00 0.00 99.77 22:50:33 22:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:50:33 22:44:01 1 0.07 0.00 0.13 0.00 0.00 99.80 22:50:33 22:44:01 2 0.33 0.00 0.15 0.00 0.02 99.50 22:50:33 22:44:01 3 0.03 0.00 0.10 0.00 0.00 99.87 22:50:33 22:45:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:50:33 22:45:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:50:33 22:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:50:33 22:45:01 2 0.55 0.00 0.02 0.00 0.00 99.43 22:50:33 22:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:50:33 22:46:01 all 0.10 0.00 0.15 0.00 0.01 99.75 22:50:33 22:46:01 0 0.03 0.00 0.08 0.00 0.00 99.88 22:50:33 22:46:01 1 0.05 0.00 0.31 0.00 0.02 99.63 22:50:33 22:46:01 2 0.24 0.00 0.15 0.00 0.00 99.61 22:50:33 22:46:01 3 0.07 0.00 0.05 0.00 0.02 99.86 22:50:33 22:47:01 all 0.13 0.00 0.05 0.00 0.00 99.82 22:50:33 22:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:50:33 22:47:01 1 0.03 0.00 0.10 0.00 0.00 99.87 22:50:33 22:47:01 2 0.43 0.00 0.05 0.00 0.00 99.52 22:50:33 22:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:50:33 22:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:50:33 22:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:50:33 22:48:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:50:33 22:48:01 2 0.55 0.00 0.05 0.00 0.00 99.40 22:50:33 22:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:50:33 22:49:01 all 10.09 0.00 7.09 2.29 0.18 80.35 22:50:33 22:49:01 0 10.06 0.00 7.31 2.16 0.21 80.26 22:50:33 22:49:01 1 11.55 0.00 7.71 2.66 0.15 77.92 22:50:33 22:49:01 2 9.25 0.00 6.36 2.37 0.19 81.83 22:50:33 22:49:01 3 9.48 0.00 7.00 1.98 0.17 81.37 22:50:33 22:50:01 all 11.96 0.00 9.49 2.68 0.31 75.55 22:50:33 22:50:01 0 10.66 0.00 9.07 4.37 0.36 75.53 22:50:33 22:50:01 1 10.76 0.00 10.23 1.32 0.26 77.42 22:50:33 22:50:01 2 13.38 0.00 9.35 2.12 0.36 74.79 22:50:33 22:50:01 3 13.02 0.00 9.32 2.93 0.26 74.47 22:50:33 Average: all 2.93 0.00 2.12 0.67 0.06 94.22 22:50:33 Average: 0 2.71 0.00 2.07 0.75 0.07 94.40 22:50:33 Average: 1 2.90 0.00 2.26 0.57 0.05 94.21 22:50:33 Average: 2 3.24 0.00 2.10 0.78 0.07 93.81 22:50:33 Average: 3 2.87 0.00 2.05 0.57 0.05 94.46 22:50:33 22:50:33 22:50:33