Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 072b184390152c35aa93e82d9a3e94daf634685c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25081 in /w/workspace/y_app-service-configurable_hanoi [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/y_app-service-configurable_hanoi # 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/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" > git rev-list --no-walk 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:02:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:02:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:02:25 ========================================================= 23:02:25 EdgeX Global Pipelines Version Info 23:02:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:02:27 ------------------- 23:02:27 stable info: 23:02:27 ------------------- 23:02:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:02:27 Message: update stable to v1.0.179 23:02:28 ------------------- 23:02:28 experimental info: 23:02:28 ------------------- 23:02:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:02:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:02:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 072b184 [Pipeline] echo 23:02:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:02:32 provisioning config files... 23:02:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4544633789791416959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:32 ---> docker-login.sh 23:02:32 nexus3.edgexfoundry.org:10001 23:02:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:33 Configure a credential helper to remove this warning. See 23:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:33 23:02:33 Login Succeeded 23:02:33 nexus3.edgexfoundry.org:10002 23:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:33 Configure a credential helper to remove this warning. See 23:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:33 23:02:33 Login Succeeded 23:02:33 nexus3.edgexfoundry.org:10003 23:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:33 Configure a credential helper to remove this warning. See 23:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:33 23:02:33 Login Succeeded 23:02:33 nexus3.edgexfoundry.org:10004 23:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:33 Configure a credential helper to remove this warning. See 23:02:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:33 23:02:33 Login Succeeded 23:02:33 docker.io 23:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:34 Configure a credential helper to remove this warning. See 23:02:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:34 23:02:34 Login Succeeded 23:02:34 ---> docker-login.sh ends [Pipeline] } 23:02:34 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 23:02:34 + git log --format=format:%s -1 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] echo 23:02:35 GIT_COMMIT: 072b184390152c35aa93e82d9a3e94daf634685c, Commit Message: build: Update to use released SDK for 1.3.1 dot release (#184) [Pipeline] echo 23:02:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:02:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:36 23:02:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:36 latest: Pulling from edgex-devops/git-semver 23:02:36 31603596830f: Pulling fs layer 23:02:36 2a8b12db71e7: Pulling fs layer 23:02:36 6ca5941a6612: Pulling fs layer 23:02:36 ecc8261a40a4: Pulling fs layer 23:02:36 ecc8261a40a4: Waiting 23:02:36 2a8b12db71e7: Verifying Checksum 23:02:36 2a8b12db71e7: Download complete 23:02:36 31603596830f: Download complete 23:02:36 ecc8261a40a4: Verifying Checksum 23:02:36 ecc8261a40a4: Download complete 23:02:36 6ca5941a6612: Verifying Checksum 23:02:36 6ca5941a6612: Download complete 23:02:37 31603596830f: Pull complete 23:02:37 2a8b12db71e7: Pull complete 23:02:38 6ca5941a6612: Pull complete 23:02:38 ecc8261a40a4: Pull complete 23:02:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:38 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:02:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:40 $ docker top 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:41 [ssh-agent] Looking for ssh-agent implementation... 23:02:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:41 $ docker exec 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent 23:02:41 SSH_AUTH_SOCK=/tmp/ssh-jlCpwZtBSltZ/agent.11 23:02:41 SSH_AGENT_PID=16 23:02:41 Running ssh-add (command line suppressed) 23:02:41 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6272394194441020249.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6272394194441020249.key) 23:02:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:42 + git tag --points-at HEAD [Pipeline] } 23:02:42 $ docker exec --env ******** --env ******** 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent -k 23:02:42 unset SSH_AUTH_SOCK; 23:02:42 unset SSH_AGENT_PID; 23:02:42 echo Agent pid 16 killed; 23:02:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:42 [ssh-agent] Looking for ssh-agent implementation... 23:02:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:42 $ docker exec 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent 23:02:42 SSH_AUTH_SOCK=/tmp/ssh-d0BXY288TlQU/agent.45 23:02:42 SSH_AGENT_PID=50 23:02:42 Running ssh-add (command line suppressed) 23:02:43 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3037537102514537266.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3037537102514537266.key) 23:02:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:43 + git semver init 23:02:43 # -> Open(): unable to determine branch for HEAD 23:02:43 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 23:02:43 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 23:02:43 # $SEMVER_REMOTE_NAME = origin 23:02:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:43 # $SEMVER_USER_NAME = edgex-jenkins 23:02:43 # $SEMVER_BRANCH = hanoi 23:02:43 # $SEMVER_TEMP = /tmp/semver-738774021 23:02:43 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 23:02:44 # '/tmp/semver-738774021' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' 23:02:44 # -> Force: false 23:02:44 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 23:02:44 $ docker exec --env ******** --env ******** 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 ssh-agent -k 23:02:44 unset SSH_AUTH_SOCK; 23:02:44 unset SSH_AGENT_PID; 23:02:44 echo Agent pid 50 killed; 23:02:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:44 + git semver [Pipeline] } 23:02:44 $ docker stop --time=1 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 23:02:46 $ docker rm -f 4e1d4bf9835a593f662f2527832019de19b3937d3a0603071794070fd3ad2324 [Pipeline] // withDockerContainer [Pipeline] sh 23:02:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:47 Stashed 1 file(s) [Pipeline] echo 23:02:47 [edgeXSemver]: initialized semver on version 1.3.1-dev.3 [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 23:03:02 Still waiting to schedule task 23:03:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:03:02 Still waiting to schedule task 23:03:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:04:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25082 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 23:04:51 Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout 23:04:55 using credential edgex-jenkins-ssh 23:04:56 Cloning the remote Git repository 23:04:56 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:04:56 > git init /w/workspace/app-service-configurable/4 # timeout=10 23:04:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:04:56 > git --version # timeout=10 23:04:56 > git --version # 'git version 2.17.1' 23:04:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:57 Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) 23:04:57 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:04:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:57 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:04:57 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:04:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 23:04:57 > git config core.sparsecheckout # timeout=10 23:04:57 > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 23:05:01 Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:05:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:04 + true 23:05:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:05:06 provisioning config files... 23:05:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config7806754311235752385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:05:07 ---> docker-login.sh 23:05:07 nexus3.edgexfoundry.org:10001 23:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:05:08 Configure a credential helper to remove this warning. See 23:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:05:08 23:05:08 Login Succeeded 23:05:08 nexus3.edgexfoundry.org:10002 23:05:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:05:09 Configure a credential helper to remove this warning. See 23:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:05:09 23:05:09 Login Succeeded 23:05:09 nexus3.edgexfoundry.org:10003 23:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:05:09 Configure a credential helper to remove this warning. See 23:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:05:09 23:05:09 Login Succeeded 23:05:09 nexus3.edgexfoundry.org:10004 23:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:05:10 Configure a credential helper to remove this warning. See 23:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:05:10 23:05:10 Login Succeeded 23:05:10 docker.io 23:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:05:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:05:11 Configure a credential helper to remove this warning. See 23:05:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:05:11 23:05:11 Login Succeeded 23:05:11 ---> docker-login.sh ends [Pipeline] } 23:05:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:05:11 ========================================================= 23:05:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:05:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:05:12 + 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 . 23:05:12 Sending build context to Docker daemon 101.4kB 23:05:12 Step 1/8 : ARG BASE=golang:1.15-alpine 23:05:12 Step 2/8 : FROM ${BASE} 23:05:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:05:12 5f621e34cdf4: Pulling fs layer 23:05:12 a4357932f1b6: Pulling fs layer 23:05:12 18c013af1878: Pulling fs layer 23:05:12 00ac8860ef70: Pulling fs layer 23:05:12 63d7cb157983: Pulling fs layer 23:05:12 b116817d02f9: Pulling fs layer 23:05:12 745a02a5169b: Pulling fs layer 23:05:12 00ac8860ef70: Waiting 23:05:12 63d7cb157983: Waiting 23:05:12 b116817d02f9: Waiting 23:05:12 745a02a5169b: Waiting 23:05:12 18c013af1878: Verifying Checksum 23:05:12 18c013af1878: Download complete 23:05:12 a4357932f1b6: Verifying Checksum 23:05:12 63d7cb157983: Verifying Checksum 23:05:12 63d7cb157983: Download complete 23:05:13 b116817d02f9: Verifying Checksum 23:05:13 b116817d02f9: Download complete 23:05:13 5f621e34cdf4: Verifying Checksum 23:05:13 5f621e34cdf4: Download complete 23:05:14 5f621e34cdf4: Pull complete 23:05:14 a4357932f1b6: Pull complete 23:05:15 18c013af1878: Pull complete 23:05:15 745a02a5169b: Verifying Checksum 23:05:15 745a02a5169b: Download complete 23:05:17 00ac8860ef70: Verifying Checksum 23:05:17 00ac8860ef70: Download complete 23:05:27 00ac8860ef70: Pull complete 23:05:27 63d7cb157983: Pull complete 23:05:27 b116817d02f9: Pull complete 23:05:30 745a02a5169b: Pull complete 23:05:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:05:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:05:30 ---> b7e6874047d6 23:05:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:34 ---> Running in 900db625dac2 23:05:34 Removing intermediate container 900db625dac2 23:05:34 ---> 77482459c1f3 23:05:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:34 ---> Running in 96dc562118e7 23:05:36 Removing intermediate container 96dc562118e7 23:05:36 ---> 49814eaeb2c5 23:05:36 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:05:36 ---> Running in b8c76f172e0c 23:05:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:38 (1/6) Installing libc-dev (0.7.2-r3) 23:05:38 (2/6) Installing libsodium (1.0.18-r0) 23:05:39 (3/6) Installing pkgconf (1.7.2-r0) 23:05:39 (4/6) Installing libsodium-dev (1.0.18-r0) 23:05:39 (5/6) Installing libzmq (4.3.3-r0) 23:05:39 (6/6) Installing zeromq-dev (4.3.3-r0) 23:05:39 Executing busybox-1.31.1-r19.trigger 23:05:39 OK: 144 MiB in 45 packages 23:05:40 Removing intermediate container b8c76f172e0c 23:05:40 ---> c1d8d46e7020 23:05:40 Step 6/8 : WORKDIR /app 23:05:40 ---> Running in 731b1f65309b 23:05:41 Removing intermediate container 731b1f65309b 23:05:41 ---> 080fcc6f41b7 23:05:41 Step 7/8 : COPY . . 23:05:42 ---> 82914af86925 23:05:42 Step 8/8 : RUN go mod download 23:05:42 ---> Running in e4eebd215a2e 23:06:14 Removing intermediate container e4eebd215a2e 23:06:14 ---> 3c9308917022 23:06:14 Successfully built 3c9308917022 23:06:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:15 + docker inspect -f . ci-base-image-arm64 23:06:15 . [Pipeline] withDockerContainer 23:06:15 prd-ubuntu18.04-docker-arm64-4c-16g-25082 does not seem to be running inside a container 23:06:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 23:06:16 $ docker top 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:17 + go version 23:06:17 go version go1.15.5 linux/arm64 [Pipeline] } 23:06:17 $ docker stop --time=1 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 23:06:19 $ docker rm -f 8dd6bf866a946447bfd95dfff35b5e2aaff28de8e00b54f2d62ad4c272ed6ae5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:20 + docker inspect -f . ci-base-image-arm64 23:06:20 . [Pipeline] withDockerContainer 23:06:21 prd-ubuntu18.04-docker-arm64-4c-16g-25082 does not seem to be running inside a container 23:06:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 23:06:22 $ docker top e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:23 + make test 23:06:23 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:06:33 Running on prd-centos7-docker-4c-2g-25084 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 23:06:33 Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout 23:06:42 using credential edgex-jenkins-ssh 23:06:42 Cloning the remote Git repository 23:06:42 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 23:06:43 > git init /w/workspace/app-service-configurable/4 # timeout=10 23:06:43 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:06:43 > git --version # timeout=10 23:06:43 > git --version # 'git version 2.24.3' 23:06:43 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:45 Checking out Revision 072b184390152c35aa93e82d9a3e94daf634685c (hanoi) 23:06:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:06:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 23:06:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 23:06:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 23:06:45 > git config core.sparsecheckout # timeout=10 23:06:45 > git checkout -f 072b184390152c35aa93e82d9a3e94daf634685c # timeout=10 23:06:51 Commit message: "build: Update to use released SDK for 1.3.1 dot release (#184)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:06:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:06:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:06:53 + sudo service docker restart 23:06:53 + true 23:06:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:06:55 provisioning config files... 23:06:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config940520602217347743tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:55 ---> docker-login.sh 23:06:55 nexus3.edgexfoundry.org:10001 23:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:56 Configure a credential helper to remove this warning. See 23:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:56 23:06:56 Login Succeeded 23:06:56 nexus3.edgexfoundry.org:10002 23:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:57 Configure a credential helper to remove this warning. See 23:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:57 23:06:57 Login Succeeded 23:06:57 nexus3.edgexfoundry.org:10003 23:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:57 Configure a credential helper to remove this warning. See 23:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:57 23:06:57 Login Succeeded 23:06:57 nexus3.edgexfoundry.org:10004 23:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:57 Configure a credential helper to remove this warning. See 23:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:57 23:06:57 Login Succeeded 23:06:57 docker.io 23:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:58 Configure a credential helper to remove this warning. See 23:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:58 23:06:58 Login Succeeded 23:06:58 ---> docker-login.sh ends [Pipeline] } 23:06:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:06:58 ========================================================= 23:06:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:06:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:59 + 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 . 23:06:59 Sending build context to Docker daemon 101.4kB 23:06:59 Step 1/8 : ARG BASE=golang:1.15-alpine 23:06:59 Step 2/8 : FROM ${BASE} 23:06:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:06:59 188c0c94c7c5: Pulling fs layer 23:06:59 0ef7d3d256c8: Pulling fs layer 23:06:59 de9db76c5a1d: Pulling fs layer 23:06:59 bca2f99d35d6: Pulling fs layer 23:06:59 93359f2a8cfa: Pulling fs layer 23:06:59 7c6f9722023f: Pulling fs layer 23:06:59 a35cf1a2eb13: Pulling fs layer 23:06:59 93359f2a8cfa: Waiting 23:06:59 7c6f9722023f: Waiting 23:06:59 a35cf1a2eb13: Waiting 23:06:59 bca2f99d35d6: Waiting 23:06:59 de9db76c5a1d: Verifying Checksum 23:06:59 de9db76c5a1d: Download complete 23:06:59 0ef7d3d256c8: Verifying Checksum 23:06:59 0ef7d3d256c8: Download complete 23:07:00 93359f2a8cfa: Verifying Checksum 23:07:00 93359f2a8cfa: Download complete 23:07:00 7c6f9722023f: Verifying Checksum 23:07:00 7c6f9722023f: Download complete 23:07:00 188c0c94c7c5: Verifying Checksum 23:07:00 188c0c94c7c5: Download complete 23:07:01 188c0c94c7c5: Pull complete 23:07:01 0ef7d3d256c8: Pull complete 23:07:01 de9db76c5a1d: Pull complete 23:07:05 a35cf1a2eb13: Verifying Checksum 23:07:05 a35cf1a2eb13: Download complete 23:07:07 bca2f99d35d6: Verifying Checksum 23:07:07 bca2f99d35d6: Download complete 23:07:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:07:20 CGO_ENABLED=1 go vet ./... 23:07:22 gofmt -l . 23:07:22 [ "`gofmt -l .`" = "" ] 23:07:22 ./bin/test-go-mod-tidy.sh 23:07:23 ./bin/test-attribution-txt.sh [Pipeline] } 23:07:24 $ docker stop --time=1 e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 23:07:26 bca2f99d35d6: Pull complete 23:07:26 93359f2a8cfa: Pull complete 23:07:26 7c6f9722023f: Pull complete 23:07:26 $ docker rm -f e73e5ef1abe280a660947c1cae735ac985395a8383809f629a28eb967d5ab278 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:07:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:07:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:07:31 + ls -al . 23:07:31 total 120 23:07:31 drwxrwxr-x 7 jenkins jenkins 4096 Feb 4 23:07 . 23:07:31 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 23:04 .. 23:07:31 -rw-rw-r-- 1 jenkins jenkins 119 Feb 4 23:04 .dockerignore 23:07:31 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 23:05 .git 23:07:31 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 23:04 .github 23:07:31 -rw-rw-r-- 1 jenkins jenkins 93 Feb 4 23:04 .gitignore 23:07:31 -rw-rw-r-- 1 jenkins jenkins 6568 Feb 4 23:04 Attribution.txt 23:07:31 -rw-rw-r-- 1 jenkins jenkins 2002 Feb 4 23:04 Dockerfile 23:07:31 -rw-rw-r-- 1 jenkins jenkins 966 Feb 4 23:04 Dockerfile.build 23:07:31 -rw-rw-r-- 1 jenkins jenkins 687 Feb 4 23:04 Jenkinsfile 23:07:31 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 4 23:04 LICENSE 23:07:31 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 4 23:04 README.md 23:07:31 -rw-rw-r-- 1 jenkins jenkins 11 Feb 4 23:02 VERSION 23:07:31 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 23:04 bin 23:07:31 -rw-r--r-- 1 jenkins jenkins 10 Feb 4 23:06 coverage.out 23:07:31 -rw-rw-r-- 1 jenkins jenkins 180 Feb 4 23:04 docker-compose.debug.yml 23:07:31 -rw-rw-r-- 1 jenkins jenkins 133 Feb 4 23:04 docker-compose.yml 23:07:31 -rw-r--r-- 1 jenkins jenkins 126 Feb 4 23:07 go.mod 23:07:31 -rw-r--r-- 1 jenkins jenkins 19551 Feb 4 23:07 go.sum 23:07:31 -rw-rw-r-- 1 jenkins jenkins 1519 Feb 4 23:04 main.go 23:07:31 -rw-rw-r-- 1 jenkins jenkins 1573 Feb 4 23:04 makefile 23:07:31 drwxrwxr-x 10 jenkins jenkins 4096 Feb 4 23:04 res 23:07:31 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 23:04 snap [Pipeline] isUnix [Pipeline] sh 23:07:31 + 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=072b184390152c35aa93e82d9a3e94daf634685c --label arch=arm64 --label version=1.3.1-dev.3 . 23:07:31 Sending build context to Docker daemon 123.9kB 23:07:32 Step 1/27 : ARG BASE=golang:1.15-alpine 23:07:32 Step 2/27 : FROM ${BASE} AS builder 23:07:32 ---> 3c9308917022 23:07:32 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:07:32 ---> Running in 173bb2a8ee27 23:07:32 Removing intermediate container 173bb2a8ee27 23:07:32 ---> e32ca85982b8 23:07:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:07:32 ---> Running in 6a780dbc6445 23:07:33 Removing intermediate container 6a780dbc6445 23:07:33 ---> 65edbdc29fd1 23:07:33 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:07:33 ---> Running in 4ee0fec83c6f 23:07:33 a35cf1a2eb13: Pull complete 23:07:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:07:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:07:33 ---> a62c8e92a672 23:07:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:07:33 ---> Running in 761883c74b80 23:07:33 Removing intermediate container 761883c74b80 23:07:33 ---> 46ef3111d640 23:07:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:33 ---> Running in 1daaf047fd9c 23:07:34 Removing intermediate container 4ee0fec83c6f 23:07:34 ---> 0c3cfa3363b5 23:07:34 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:34 ---> Running in e89c70ebda53 23:07:35 Removing intermediate container 1daaf047fd9c 23:07:35 ---> 6902a6a4dccf 23:07:35 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 23:07:35 ---> Running in 7417a98f5d6b 23:07:36 Removing intermediate container e89c70ebda53 23:07:36 ---> 101e790b7c3d 23:07:36 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:07:36 ---> Running in df6912d3e3f4 23:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:37 (1/6) Installing libc-dev (0.7.2-r3) 23:07:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:38 (2/6) Installing libsodium (1.0.18-r0) 23:07:38 (3/6) Installing pkgconf (1.7.2-r0) 23:07:38 (4/6) Installing libsodium-dev (1.0.18-r0) 23:07:38 OK: 144 MiB in 45 packages 23:07:38 (5/6) Installing libzmq (4.3.3-r0) 23:07:38 (6/6) Installing zeromq-dev (4.3.3-r0) 23:07:38 Executing busybox-1.31.1-r19.trigger 23:07:38 OK: 167 MiB in 45 packages 23:07:39 Removing intermediate container 7417a98f5d6b 23:07:39 ---> af2703a9321c 23:07:39 Step 6/8 : WORKDIR /app 23:07:39 ---> Running in 843600538ac1 23:07:39 Removing intermediate container df6912d3e3f4 23:07:39 ---> 219d4bcf8a7a 23:07:39 Step 8/27 : WORKDIR /app 23:07:39 ---> Running in 21ef6557ced0 23:07:39 Removing intermediate container 843600538ac1 23:07:39 ---> 2b1eb6a667fb 23:07:39 Step 7/8 : COPY . . 23:07:40 Removing intermediate container 21ef6557ced0 23:07:40 ---> e18faef51443 23:07:40 Step 9/27 : COPY go.mod . 23:07:40 ---> 28e51af1e725 23:07:40 Step 8/8 : RUN go mod download 23:07:40 ---> Running in ae52b99cf3ed 23:07:40 ---> 265fa8c036f5 23:07:40 Step 10/27 : RUN go mod download 23:07:40 ---> Running in 6abe9c08904b 23:07:43 Removing intermediate container 6abe9c08904b 23:07:43 ---> 982f136d56c4 23:07:43 Step 11/27 : COPY . . 23:07:43 ---> 29c8e4f351fc 23:07:43 Step 12/27 : ARG MAKE="make build" 23:07:44 ---> Running in 744911c638c1 23:07:44 Removing intermediate container 744911c638c1 23:07:44 ---> 447f373782df 23:07:44 Step 13/27 : RUN $MAKE 23:07:44 ---> Running in f71d23447da0 23:07:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.3" -o app-service-configurable 23:08:29 Removing intermediate container ae52b99cf3ed 23:08:29 ---> 2c8c0d203019 23:08:29 Successfully built 2c8c0d203019 23:08:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:08:29 + docker inspect -f . ci-base-image-x86_64 23:08:29 . [Pipeline] withDockerContainer 23:08:30 prd-centos7-docker-4c-2g-25084 does not seem to be running inside a container 23:08:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:08:32 $ docker top e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:32 Removing intermediate container f71d23447da0 23:08:32 ---> 2823389dca03 23:08:32 Step 14/27 : FROM alpine:latest 23:08:32 latest: Pulling from library/alpine 23:08:32 2914792bc417: Pulling fs layer 23:08:32 2914792bc417: Verifying Checksum 23:08:32 2914792bc417: Download complete 23:08:32 + go version 23:08:33 go version go1.15.5 linux/amd64 [Pipeline] } 23:08:33 $ docker stop --time=1 e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a 23:08:33 2914792bc417: Pull complete 23:08:33 Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 23:08:33 Status: Downloaded newer image for alpine:latest 23:08:33 ---> 85b71a783ad3 23:08:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:08:33 ---> Running in 9a34328677cd 23:08:34 Removing intermediate container 9a34328677cd 23:08:34 ---> fe635a12c89f 23:08:34 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:08:34 ---> Running in f269a6594fb3 23:08:34 $ docker rm -f e84ee61dd4c94b143c9215ad7ff197d8d58ce22d161f44e9f59843919a93d81a 23:08:35 Removing intermediate container f269a6594fb3 23:08:35 ---> ad9f54bcafc4 23:08:35 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 23:08:35 ---> Running in 828e1be45bd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:35 + docker inspect -f . ci-base-image-x86_64 23:08:35 . [Pipeline] withDockerContainer 23:08:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:08:36 prd-centos7-docker-4c-2g-25084 does not seem to be running inside a container 23:08:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:08:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:08:37 (1/6) Installing ca-certificates (20191127-r5) 23:08:37 (2/6) Installing libgcc (10.2.1_pre1-r3) 23:08:37 (3/6) Installing libsodium (1.0.18-r0) 23:08:37 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 23:08:37 (5/6) Installing libzmq (4.3.3-r1) 23:08:37 (6/6) Installing zeromq (4.3.3-r1) 23:08:37 Executing busybox-1.32.1-r2.trigger 23:08:37 Executing ca-certificates-20191127-r5.trigger 23:08:37 $ docker top b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 -eo pid,comm 23:08:37 OK: 9 MiB in 20 packages [Pipeline] { [Pipeline] sh 23:08:38 + make test 23:08:38 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:08:39 Removing intermediate container 828e1be45bd6 23:08:39 ---> 3ff33ff6af2e 23:08:39 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:08:40 ---> ffb371a7fca7 23:08:40 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:08:41 ---> d378dda525d0 23:08:41 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:08:41 ---> 4a6f22280a7c 23:08:41 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:08:43 ---> e2ced34b6168 23:08:43 Step 22/27 : EXPOSE 48095 23:08:43 ---> Running in 08301ca44879 23:08:44 Removing intermediate container 08301ca44879 23:08:44 ---> c91ef9bdbd41 23:08:44 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:08:44 ---> Running in 48a7e98b211c 23:08:44 Removing intermediate container 48a7e98b211c 23:08:44 ---> 45d2088204eb 23:08:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:44 ---> Running in c1da45a02660 23:08:45 Removing intermediate container c1da45a02660 23:08:45 ---> a7a26e738ba5 23:08:45 Step 25/27 : LABEL arch=arm64 23:08:45 ---> Running in ea9adba9728d 23:08:45 Removing intermediate container ea9adba9728d 23:08:45 ---> 874c8df93bc4 23:08:45 Step 26/27 : LABEL git_sha=072b184390152c35aa93e82d9a3e94daf634685c 23:08:45 ---> Running in a7824a4a9455 23:08:46 Removing intermediate container a7824a4a9455 23:08:46 ---> dcb3ce772920 23:08:46 Step 27/27 : LABEL version=1.3.1-dev.3 23:08:46 ---> Running in ddb8df60548b 23:08:46 Removing intermediate container ddb8df60548b 23:08:46 ---> 0c0064fc3109 23:08:46 [Warning] One or more build-args [ARCH] were not consumed 23:08:46 Successfully built 0c0064fc3109 23:08:46 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 23:08:47 provisioning config files... 23:08:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config8676622185336077893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:47 ---> docker-login.sh 23:08:47 nexus3.edgexfoundry.org:10001 23:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:48 Configure a credential helper to remove this warning. See 23:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:48 23:08:48 Login Succeeded 23:08:48 nexus3.edgexfoundry.org:10002 23:08:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:48 Configure a credential helper to remove this warning. See 23:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:48 23:08:48 Login Succeeded 23:08:48 nexus3.edgexfoundry.org:10003 23:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:49 Configure a credential helper to remove this warning. See 23:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:49 23:08:49 Login Succeeded 23:08:49 nexus3.edgexfoundry.org:10004 23:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:49 Configure a credential helper to remove this warning. See 23:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:49 23:08:49 Login Succeeded 23:08:49 docker.io 23:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:50 Configure a credential helper to remove this warning. See 23:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:50 23:08:50 Login Succeeded 23:08:50 ---> docker-login.sh ends [Pipeline] } 23:08:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:08:50 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 23:08:50 072b184390152c35aa93e82d9a3e94daf634685c 23:08:50 latest 23:08:50 1.3.1-dev.3 23:08:50 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:08:50 hanoi 23:08:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:08:51 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh 23:08:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c 23:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:08:51 c776bcbf23c8: Preparing 23:08:51 31e69748038d: Preparing 23:08:51 0b12bfd0a76f: Preparing 23:08:51 3d72fad9bca2: Preparing 23:08:51 12329b5f2e90: Preparing 23:08:51 bc1660ee1254: Preparing 23:08:51 bc1660ee1254: Waiting 23:08:52 0b12bfd0a76f: Pushed 23:08:52 3d72fad9bca2: Pushed 23:08:52 31e69748038d: Pushed 23:08:52 bc1660ee1254: Layer already exists 23:08:52 12329b5f2e90: Pushed 23:08:56 c776bcbf23c8: Pushed 23:08:56 072b184390152c35aa93e82d9a3e94daf634685c: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:08:56 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:08:57 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 23:08:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:08:57 c776bcbf23c8: Preparing 23:08:57 31e69748038d: Preparing 23:08:57 0b12bfd0a76f: Preparing 23:08:57 3d72fad9bca2: Preparing 23:08:57 12329b5f2e90: Preparing 23:08:57 bc1660ee1254: Preparing 23:08:57 bc1660ee1254: Waiting 23:08:57 31e69748038d: Layer already exists 23:08:57 c776bcbf23c8: Layer already exists 23:08:57 3d72fad9bca2: Layer already exists 23:08:57 12329b5f2e90: Layer already exists 23:08:57 0b12bfd0a76f: Layer already exists 23:08:57 bc1660ee1254: Layer already exists 23:08:57 latest: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:08:57 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 23:08:58 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 23:08:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:08:58 c776bcbf23c8: Preparing 23:08:58 31e69748038d: Preparing 23:08:58 0b12bfd0a76f: Preparing 23:08:58 3d72fad9bca2: Preparing 23:08:58 12329b5f2e90: Preparing 23:08:58 bc1660ee1254: Preparing 23:08:58 bc1660ee1254: Waiting 23:08:58 0b12bfd0a76f: Layer already exists 23:08:58 31e69748038d: Layer already exists 23:08:58 3d72fad9bca2: Layer already exists 23:08:58 12329b5f2e90: Layer already exists 23:08:58 c776bcbf23c8: Layer already exists 23:08:58 bc1660ee1254: Layer already exists 23:08:58 1.3.1-dev.3: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:08:58 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 23:08:59 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:08:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:08:59 c776bcbf23c8: Preparing 23:08:59 31e69748038d: Preparing 23:08:59 0b12bfd0a76f: Preparing 23:08:59 3d72fad9bca2: Preparing 23:08:59 12329b5f2e90: Preparing 23:08:59 bc1660ee1254: Preparing 23:08:59 bc1660ee1254: Waiting 23:08:59 31e69748038d: Layer already exists 23:08:59 c776bcbf23c8: Layer already exists 23:08:59 12329b5f2e90: Layer already exists 23:08:59 3d72fad9bca2: Layer already exists 23:08:59 0b12bfd0a76f: Layer already exists 23:08:59 bc1660ee1254: Layer already exists 23:08:59 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:08:59 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 23:09:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi 23:09:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 23:09:00 c776bcbf23c8: Preparing 23:09:00 31e69748038d: Preparing 23:09:00 0b12bfd0a76f: Preparing 23:09:00 3d72fad9bca2: Preparing 23:09:00 12329b5f2e90: Preparing 23:09:00 bc1660ee1254: Preparing 23:09:00 bc1660ee1254: Waiting 23:09:00 c776bcbf23c8: Layer already exists 23:09:00 0b12bfd0a76f: Layer already exists 23:09:00 12329b5f2e90: Layer already exists 23:09:00 31e69748038d: Layer already exists 23:09:00 3d72fad9bca2: Layer already exists 23:09:00 bc1660ee1254: Layer already exists 23:09:00 hanoi: digest: sha256:4e8f360937eb8911fd949f502b3ebc17480edffdda2635070b46ff3ae06a0b12 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:09:00 ===================================================== [Pipeline] echo 23:09:00 taggedImages: 23:09:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c 23:09:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 23:09:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.3 23:09:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:09:00 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:09:36 ? github.com/edgexfoundry/app-service-configurable [no test files] 23:09:36 CGO_ENABLED=1 go vet ./... 23:09:39 gofmt -l . 23:09:39 [ "`gofmt -l .`" = "" ] 23:09:39 ./bin/test-go-mod-tidy.sh 23:09:41 ./bin/test-attribution-txt.sh [Pipeline] } 23:09:42 $ docker stop --time=1 b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 23:09:45 $ docker rm -f b343ed731be9f54dbc64592eb6636bf622645e4f1c7437eea98722c3b3d70c37 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:09:46 Warning: overwriting stash ‘coverage-report’ 23:09:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:09:48 + ls -al . 23:09:48 total 96 23:09:48 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 4 23:09 . 23:09:48 drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 23:06 .. 23:09:48 -rw-rw-r--. 1 jenkins jenkins 6568 Feb 4 23:06 Attribution.txt 23:09:48 drwxrwxr-x. 2 jenkins jenkins 64 Feb 4 23:06 bin 23:09:48 -rw-r--r--. 1 jenkins jenkins 10 Feb 4 23:08 coverage.out 23:09:48 -rw-rw-r--. 1 jenkins jenkins 180 Feb 4 23:06 docker-compose.debug.yml 23:09:48 -rw-rw-r--. 1 jenkins jenkins 133 Feb 4 23:06 docker-compose.yml 23:09:48 -rw-rw-r--. 1 jenkins jenkins 2002 Feb 4 23:06 Dockerfile 23:09:48 -rw-rw-r--. 1 jenkins jenkins 966 Feb 4 23:06 Dockerfile.build 23:09:48 -rw-rw-r--. 1 jenkins jenkins 119 Feb 4 23:06 .dockerignore 23:09:48 drwxrwxr-x. 8 jenkins jenkins 162 Feb 4 23:06 .git 23:09:48 drwxrwxr-x. 2 jenkins jenkins 81 Feb 4 23:06 .github 23:09:48 -rw-rw-r--. 1 jenkins jenkins 93 Feb 4 23:06 .gitignore 23:09:48 -rw-r--r--. 1 jenkins jenkins 126 Feb 4 23:09 go.mod 23:09:48 -rw-r--r--. 1 jenkins jenkins 19551 Feb 4 23:09 go.sum 23:09:48 -rw-rw-r--. 1 jenkins jenkins 687 Feb 4 23:06 Jenkinsfile 23:09:48 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 4 23:06 LICENSE 23:09:48 -rw-rw-r--. 1 jenkins jenkins 1519 Feb 4 23:06 main.go 23:09:48 -rw-rw-r--. 1 jenkins jenkins 1573 Feb 4 23:06 makefile 23:09:48 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 4 23:06 README.md 23:09:48 drwxrwxr-x. 10 jenkins jenkins 171 Feb 4 23:06 res 23:09:48 drwxrwxr-x. 4 jenkins jenkins 71 Feb 4 23:06 snap 23:09:48 -rw-rw-r--. 1 jenkins jenkins 11 Feb 4 23:02 VERSION [Pipeline] isUnix [Pipeline] sh 23:09:48 + 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=072b184390152c35aa93e82d9a3e94daf634685c --label arch=amd64 --label version=1.3.1-dev.3 . 23:09:48 Sending build context to Docker daemon 123.9kB 23:09:49 Step 1/27 : ARG BASE=golang:1.15-alpine 23:09:49 Step 2/27 : FROM ${BASE} AS builder 23:09:49 ---> 2c8c0d203019 23:09:49 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 23:09:49 ---> Running in 2a4f72164b59 23:09:49 Removing intermediate container 2a4f72164b59 23:09:49 ---> 077306acf48a 23:09:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 23:09:49 ---> Running in 1851c01b74e3 23:09:50 Removing intermediate container 1851c01b74e3 23:09:50 ---> a3c0e9ac9586 23:09:50 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:09:50 ---> Running in 875973e154e7 23:09:50 Removing intermediate container 875973e154e7 23:09:50 ---> 9ed58c9e46a5 23:09:50 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:50 ---> Running in d7ac0eea2bbc 23:09:52 Removing intermediate container d7ac0eea2bbc 23:09:52 ---> 1f1fe9d4a004 23:09:52 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:09:52 ---> Running in b4f9e425a118 23:09:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:55 OK: 167 MiB in 45 packages 23:09:56 Removing intermediate container b4f9e425a118 23:09:56 ---> ae49edfd3555 23:09:56 Step 8/27 : WORKDIR /app 23:09:57 ---> Running in 7b3a45b86ea1 23:09:57 Removing intermediate container 7b3a45b86ea1 23:09:57 ---> 8d1f037a49c9 23:09:57 Step 9/27 : COPY go.mod . 23:09:57 ---> 2f1f08f7f474 23:09:57 Step 10/27 : RUN go mod download 23:09:57 ---> Running in 4b617d488c5c 23:10:00 Removing intermediate container 4b617d488c5c 23:10:00 ---> 8e1bd72b9c82 23:10:00 Step 11/27 : COPY . . 23:10:01 ---> 5a270894cfda 23:10:01 Step 12/27 : ARG MAKE="make build" 23:10:01 ---> Running in dd3af45c6171 23:10:02 Removing intermediate container dd3af45c6171 23:10:02 ---> 980b7b950a67 23:10:02 Step 13/27 : RUN $MAKE 23:10:02 ---> Running in a20ffc6f58a7 23:10:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.3" -o app-service-configurable 23:10:52 Removing intermediate container a20ffc6f58a7 23:10:52 ---> b443fa7f5142 23:10:52 Step 14/27 : FROM alpine:latest 23:10:52 latest: Pulling from library/alpine 23:10:52 4c0d98bf9879: Pulling fs layer 23:10:52 4c0d98bf9879: Verifying Checksum 23:10:52 4c0d98bf9879: Download complete 23:10:52 4c0d98bf9879: Pull complete 23:10:52 Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 23:10:52 Status: Downloaded newer image for alpine:latest 23:10:52 ---> e50c909a8df2 23:10:52 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:52 ---> Running in d42eb78957bc 23:10:53 Removing intermediate container d42eb78957bc 23:10:53 ---> 14d699807dd0 23:10:53 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 23:10:53 ---> Running in ffab6129de41 23:10:54 Removing intermediate container ffab6129de41 23:10:54 ---> 9af8fdff3000 23:10:54 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 23:10:54 ---> Running in f91aa4f78493 23:10:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:10:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:10:57 (1/6) Installing ca-certificates (20191127-r5) 23:10:57 (2/6) Installing libgcc (10.2.1_pre1-r3) 23:10:57 (3/6) Installing libsodium (1.0.18-r0) 23:10:57 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 23:10:57 (5/6) Installing libzmq (4.3.3-r1) 23:10:57 (6/6) Installing zeromq (4.3.3-r1) 23:10:57 Executing busybox-1.32.1-r2.trigger 23:10:57 Executing ca-certificates-20191127-r5.trigger 23:10:57 OK: 9 MiB in 20 packages 23:10:59 Removing intermediate container f91aa4f78493 23:10:59 ---> 67f3842663c4 23:10:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 23:11:01 ---> d7f899eb8686 23:11:01 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 23:11:02 ---> 435ddfc1e684 23:11:02 Step 20/27 : COPY --from=builder /app/res/ /res/ 23:11:03 ---> 3985f5a29c9c 23:11:03 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 23:11:05 ---> 569c9bb69508 23:11:05 Step 22/27 : EXPOSE 48095 23:11:05 ---> Running in a59bf1667972 23:11:06 Removing intermediate container a59bf1667972 23:11:06 ---> 7817f2d4af9c 23:11:06 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 23:11:06 ---> Running in 158865c46a3a 23:11:06 Removing intermediate container 158865c46a3a 23:11:06 ---> c51a640c8545 23:11:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:11:06 ---> Running in fdddf96d6b3e 23:11:07 Removing intermediate container fdddf96d6b3e 23:11:07 ---> 44d4ddf10326 23:11:07 Step 25/27 : LABEL arch=amd64 23:11:07 ---> Running in 9c2b94942e32 23:11:07 Removing intermediate container 9c2b94942e32 23:11:07 ---> c4cf6bec143e 23:11:07 Step 26/27 : LABEL git_sha=072b184390152c35aa93e82d9a3e94daf634685c 23:11:08 ---> Running in 92c20b4827bf 23:11:08 Removing intermediate container 92c20b4827bf 23:11:08 ---> f26cf63d6c24 23:11:08 Step 27/27 : LABEL version=1.3.1-dev.3 23:11:08 ---> Running in e4d45271bb93 23:11:09 Removing intermediate container e4d45271bb93 23:11:09 ---> 99dc2720e98a 23:11:09 [Warning] One or more build-args [ARCH] were not consumed 23:11:09 Successfully built 99dc2720e98a 23:11:09 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:11:09 provisioning config files... 23:11:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config7057789416450996963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:11:10 ---> docker-login.sh 23:11:10 nexus3.edgexfoundry.org:10001 23:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:10 Configure a credential helper to remove this warning. See 23:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:10 23:11:10 Login Succeeded 23:11:10 nexus3.edgexfoundry.org:10002 23:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:11 Configure a credential helper to remove this warning. See 23:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:11 23:11:11 Login Succeeded 23:11:11 nexus3.edgexfoundry.org:10003 23:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:12 Configure a credential helper to remove this warning. See 23:11:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:12 23:11:12 Login Succeeded 23:11:12 nexus3.edgexfoundry.org:10004 23:11:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:12 Configure a credential helper to remove this warning. See 23:11:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:12 23:11:12 Login Succeeded 23:11:12 docker.io 23:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:13 Configure a credential helper to remove this warning. See 23:11:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:13 23:11:13 Login Succeeded 23:11:13 ---> docker-login.sh ends [Pipeline] } 23:11:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:11:13 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 23:11:13 072b184390152c35aa93e82d9a3e94daf634685c 23:11:13 latest 23:11:13 1.3.1-dev.3 23:11:13 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:11:13 hanoi 23:11:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:14 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh 23:11:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c 23:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:11:14 feb2568f215f: Preparing 23:11:14 c4fa73bbc24e: Preparing 23:11:14 6c243eb7e20c: Preparing 23:11:14 aaa2ad006748: Preparing 23:11:14 44ae487b7be0: Preparing 23:11:14 1119ff37d4a9: Preparing 23:11:14 1119ff37d4a9: Waiting 23:11:15 aaa2ad006748: Pushed 23:11:15 6c243eb7e20c: Pushed 23:11:15 c4fa73bbc24e: Pushed 23:11:15 1119ff37d4a9: Layer already exists 23:11:15 44ae487b7be0: Pushed 23:11:18 feb2568f215f: Pushed 23:11:18 072b184390152c35aa93e82d9a3e94daf634685c: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:11:19 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 23:11:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 23:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:11:20 feb2568f215f: Preparing 23:11:20 c4fa73bbc24e: Preparing 23:11:20 6c243eb7e20c: Preparing 23:11:20 aaa2ad006748: Preparing 23:11:20 44ae487b7be0: Preparing 23:11:20 1119ff37d4a9: Preparing 23:11:20 1119ff37d4a9: Waiting 23:11:20 feb2568f215f: Layer already exists 23:11:20 44ae487b7be0: Layer already exists 23:11:20 6c243eb7e20c: Layer already exists 23:11:20 c4fa73bbc24e: Layer already exists 23:11:20 aaa2ad006748: Layer already exists 23:11:20 1119ff37d4a9: Layer already exists 23:11:20 latest: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:11:21 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 23:11:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 23:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:11:22 feb2568f215f: Preparing 23:11:22 c4fa73bbc24e: Preparing 23:11:22 6c243eb7e20c: Preparing 23:11:22 aaa2ad006748: Preparing 23:11:22 44ae487b7be0: Preparing 23:11:22 1119ff37d4a9: Preparing 23:11:22 1119ff37d4a9: Waiting 23:11:22 6c243eb7e20c: Layer already exists 23:11:22 c4fa73bbc24e: Layer already exists 23:11:22 44ae487b7be0: Layer already exists 23:11:22 aaa2ad006748: Layer already exists 23:11:22 feb2568f215f: Layer already exists 23:11:22 1119ff37d4a9: Layer already exists 23:11:22 1.3.1-dev.3: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:11:23 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 [Pipeline] isUnix [Pipeline] sh 23:11:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:11:23 feb2568f215f: Preparing 23:11:23 c4fa73bbc24e: Preparing 23:11:23 6c243eb7e20c: Preparing 23:11:23 aaa2ad006748: Preparing 23:11:23 44ae487b7be0: Preparing 23:11:23 1119ff37d4a9: Preparing 23:11:23 1119ff37d4a9: Waiting 23:11:23 c4fa73bbc24e: Layer already exists 23:11:23 6c243eb7e20c: Layer already exists 23:11:23 44ae487b7be0: Layer already exists 23:11:23 feb2568f215f: Layer already exists 23:11:23 aaa2ad006748: Layer already exists 23:11:23 1119ff37d4a9: Layer already exists 23:11:24 072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] isUnix [Pipeline] sh 23:11:24 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh 23:11:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi 23:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 23:11:24 feb2568f215f: Preparing 23:11:24 c4fa73bbc24e: Preparing 23:11:24 6c243eb7e20c: Preparing 23:11:24 aaa2ad006748: Preparing 23:11:24 44ae487b7be0: Preparing 23:11:24 1119ff37d4a9: Preparing 23:11:24 1119ff37d4a9: Waiting 23:11:24 44ae487b7be0: Layer already exists 23:11:24 c4fa73bbc24e: Layer already exists 23:11:24 6c243eb7e20c: Layer already exists 23:11:24 aaa2ad006748: Layer already exists 23:11:24 feb2568f215f: Layer already exists 23:11:24 1119ff37d4a9: Layer already exists 23:11:25 hanoi: digest: sha256:5e46d64a02f9ad32d07029b0d86a07985b83342585e5cb189680cb934af2e142 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:11:25 ===================================================== [Pipeline] echo 23:11:25 taggedImages: 23:11:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c 23:11:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 23:11:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.3 23:11:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:072b184390152c35aa93e82d9a3e94daf634685c-1.3.1-dev.3 23:11:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:11:26 provisioning config files... 23:11:26 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8392602169422817649tmp [Pipeline] { [Pipeline] sh 23:11:27 + set +x 23:11:27 + curl -s https://codecov.io/bash 23:11:27 + bash -s -- 23:11:27 23:11:27 _____ _ 23:11:27 / ____| | | 23:11:27 | | ___ __| | ___ ___ _____ __ 23:11:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:11:27 | |___| (_) | (_| | __/ (_| (_) \ V / 23:11:27 \_____\___/ \__,_|\___|\___\___/ \_/ 23:11:27 Bash-20210129-7c25fce 23:11:27 23:11:27 23:11:27 ==> git version 2.24.3 found 23:11:27 ==> 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 23:11:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:11:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:11:27 ==> Jenkins CI detected. 23:11:27 project root: . 23:11:27 --> token set from env 23:11:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:11:27 ==> Running gcov in . (disable via -X gcov) 23:11:27 ==> Python coveragepy not found 23:11:27 ==> Searching for coverage reports in: 23:11:27 + . 23:11:27 -> Found 1 reports 23:11:27 ==> Detecting git/mercurial file structure 23:11:27 ==> Reading reports 23:11:27 + ./coverage.out bytes=10 23:11:27 ==> Appending adjustments 23:11:27 https://docs.codecov.io/docs/fixing-reports 23:11:27 + Found adjustments 23:11:27 ==> Gzipping contents 23:11:27 4.0K /tmp/codecov.5oY9b9.gz 23:11:27 ==> Uploading reports 23:11:27 url: https://codecov.io 23:11:27 query: branch=hanoi&commit=072b184390152c35aa93e82d9a3e94daf634685c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:11:27 -> Pinging Codecov 23:11:27 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=072b184390152c35aa93e82d9a3e94daf634685c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 23:11:28 -> Uploading to 23:11:28 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/A97CA9966030D2A3747ED39772930CCE/072b184390152c35aa93e82d9a3e94daf634685c/aedd9545-cd11-48d2-a2f7-1a340ed87103.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T231127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a63e44244f13cc33bdc599cb309189612b3a3c82c3385fcb1d35c6749be3b404 23:11:28 % Total % Received % Xferd Average Speed Time Time Time Current 23:11:28 Dload Upload Total Spent Left Speed 23:11:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 852 --:--:-- --:--:-- --:--:-- 852 23:11:28 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] } 23:11:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:11:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:11:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:11:29 23:11:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:11:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:11:30 188c0c94c7c5: Pulling fs layer 23:11:30 0ef7d3d256c8: Pulling fs layer 23:11:30 de9db76c5a1d: Pulling fs layer 23:11:30 0eba1c9be4d2: Pulling fs layer 23:11:30 0d57e429df01: Pulling fs layer 23:11:30 4e4be7b47b0d: Pulling fs layer 23:11:30 e1f770b5df2f: Pulling fs layer 23:11:30 85a0685a4137: Pulling fs layer 23:11:30 0d57e429df01: Waiting 23:11:30 4e4be7b47b0d: Waiting 23:11:30 e1f770b5df2f: Waiting 23:11:30 85a0685a4137: Waiting 23:11:30 0eba1c9be4d2: Waiting 23:11:30 de9db76c5a1d: Verifying Checksum 23:11:30 de9db76c5a1d: Download complete 23:11:30 0ef7d3d256c8: Download complete 23:11:30 0d57e429df01: Verifying Checksum 23:11:30 0d57e429df01: Download complete 23:11:31 4e4be7b47b0d: Verifying Checksum 23:11:31 4e4be7b47b0d: Download complete 23:11:31 188c0c94c7c5: Verifying Checksum 23:11:31 188c0c94c7c5: Download complete 23:11:31 188c0c94c7c5: Pull complete 23:11:31 0ef7d3d256c8: Pull complete 23:11:31 de9db76c5a1d: Pull complete 23:11:32 e1f770b5df2f: Verifying Checksum 23:11:32 e1f770b5df2f: Download complete 23:11:36 0eba1c9be4d2: Verifying Checksum 23:11:36 0eba1c9be4d2: Download complete 23:11:36 85a0685a4137: Verifying Checksum 23:11:36 85a0685a4137: Download complete 23:11:41 0eba1c9be4d2: Pull complete 23:11:41 0d57e429df01: Pull complete 23:11:41 4e4be7b47b0d: Pull complete 23:11:43 e1f770b5df2f: Pull complete 23:11:52 85a0685a4137: Pull complete 23:11:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:11:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:11:52 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:11:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:11:53 $ docker top e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 -eo pid,comm [Pipeline] { [Pipeline] echo 23:11:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:11:54 + set -o pipefail 23:11:54 + snyk monitor '--org=edgex-jenkins' 23:12:06 23:12:06 Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... 23:12:06 23:12:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8d4b0903-3aa7-444a-914a-6912a85d23ed 23:12:06 23:12:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:12:06 23:12:06 [Pipeline] } 23:12:06 $ docker stop --time=1 e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 23:12:08 $ docker rm -f e939f146571e347844c0e73bf1a3544162f8dfce7f69b5e24bf526a7344e0879 [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 23:12:11 + git log --format=format:%s -1 072b184390152c35aa93e82d9a3e94daf634685c [Pipeline] isUnix [Pipeline] sh 23:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:12:11 . [Pipeline] withDockerContainer 23:12:11 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:12:12 $ docker top 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:12:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:12:12 [ssh-agent] Looking for ssh-agent implementation... 23:12:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:12:13 $ docker exec 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c ssh-agent 23:12:13 SSH_AUTH_SOCK=/tmp/ssh-XNv6BrdmAjnV/agent.11 23:12:13 SSH_AGENT_PID=16 23:12:13 Running ssh-add (command line suppressed) 23:12:13 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2284989798616909226.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2284989798616909226.key) 23:12:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:12:13 + git semver tag 23:12:13 # -> Open(): unable to determine branch for HEAD 23:12:13 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 23:12:13 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 23:12:13 # $SEMVER_REMOTE_NAME = origin 23:12:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:12:13 # $SEMVER_USER_NAME = edgex-jenkins 23:12:13 # $SEMVER_BRANCH = hanoi 23:12:13 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 23:12:13 # 072b184390152c35aa93e82d9a3e94daf634685c HEAD 23:12:13 # -> Force: false 23:12:13 # 0b404dfe3aa3a5b3adb87febf50e9f34afa48c88 refs/tags/v1.3.1-dev.3 [Pipeline] } 23:12:13 $ docker exec --env ******** --env ******** 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c ssh-agent -k 23:12:13 unset SSH_AUTH_SOCK; 23:12:13 unset SSH_AGENT_PID; 23:12:13 echo Agent pid 16 killed; 23:12:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:12:14 + git semver [Pipeline] } 23:12:14 $ docker stop --time=1 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c 23:12:15 $ docker rm -f 571eabb1c9f991b072b9cbc5178c9c7b31f159c8cf9fa130c4028f389b969e7c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:12:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:12:16 23:12:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:12:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:12:16 0.23.1-centos7: Pulling from edgex-lftools 23:12:16 ab5ef0e58194: Pulling fs layer 23:12:16 9712f1f96733: Pulling fs layer 23:12:16 63f879dbbcfc: Pulling fs layer 23:12:16 0d9ebad4ef96: Pulling fs layer 23:12:16 e9a5061849ea: Pulling fs layer 23:12:16 d747dcd14b5f: Pulling fs layer 23:12:16 2de7ff778b66: Pulling fs layer 23:12:16 2de7ff778b66: Waiting 23:12:16 e9a5061849ea: Waiting 23:12:16 d747dcd14b5f: Waiting 23:12:16 0d9ebad4ef96: Waiting 23:12:16 9712f1f96733: Verifying Checksum 23:12:16 9712f1f96733: Download complete 23:12:18 63f879dbbcfc: Verifying Checksum 23:12:18 63f879dbbcfc: Download complete 23:12:18 e9a5061849ea: Download complete 23:12:18 d747dcd14b5f: Verifying Checksum 23:12:18 d747dcd14b5f: Download complete 23:12:19 2de7ff778b66: Verifying Checksum 23:12:19 2de7ff778b66: Download complete 23:12:19 0d9ebad4ef96: Verifying Checksum 23:12:19 0d9ebad4ef96: Download complete 23:12:19 ab5ef0e58194: Verifying Checksum 23:12:19 ab5ef0e58194: Download complete 23:12:23 ab5ef0e58194: Pull complete 23:12:23 9712f1f96733: Pull complete 23:12:27 63f879dbbcfc: Pull complete 23:12:33 0d9ebad4ef96: Pull complete 23:12:35 e9a5061849ea: Pull complete 23:12:35 d747dcd14b5f: Pull complete 23:12:38 2de7ff778b66: Pull complete 23:12:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:12:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:12:38 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:12:38 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:12:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:12:42 $ docker top 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:12:42 provisioning config files... 23:12:42 copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1393626301200983210tmp 23:12:42 copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config6274182693254562264tmp 23:12:42 copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1151225086279457055tmp [Pipeline] { [Pipeline] echo 23:12:42 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:12:43 ---> sigul-configuration.sh 23:12:43 gpg: directory `/root/.gnupg' created 23:12:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:12:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:12:43 gpg: keyring `/root/.gnupg/secring.gpg' created 23:12:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:12:43 gpg: CAST5 encrypted data 23:12:43 gpg: encrypted with 1 passphrase 23:12:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:12:43 + mkdir /home/jenkins 23:12:43 + mkdir /home/jenkins/sigul [Pipeline] sh 23:12:44 + 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 23:12:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:12:44 ---> sigul-install.sh 23:12:49 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:12:50 + git tag --list 23:12:50 v1.0.0 23:12:50 v1.1.0 23:12:50 v1.2.0 23:12:50 v1.3.0 23:12:50 v1.3.1-dev.1 23:12:50 v1.3.1-dev.2 23:12:50 v1.3.1-dev.3 23:12:50 v2.0.0-dev.1 23:12:50 v2.0.0-dev.10 23:12:50 v2.0.0-dev.11 23:12:50 v2.0.0-dev.12 23:12:50 v2.0.0-dev.13 23:12:50 v2.0.0-dev.14 23:12:50 v2.0.0-dev.2 23:12:50 v2.0.0-dev.3 23:12:50 v2.0.0-dev.4 23:12:50 v2.0.0-dev.5 23:12:50 v2.0.0-dev.6 23:12:50 v2.0.0-dev.7 23:12:50 v2.0.0-dev.8 23:12:50 v2.0.0-dev.9 [Pipeline] sh 23:12:50 + lftools sign git-tag v1.3.1-dev.3 23:12:52 Signing Git tag with Sigul... 23:12:52 Signing v1.3.1-dev.3 [Pipeline] echo 23:12:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:12:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:12:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:12:53 $ docker stop --time=1 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 23:12:55 $ docker rm -f 36c1a1d182c06f9e045fad917eb899ec2a1b1c53cdfb6169bd48c2c8cf5d2f19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:12:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:12:56 . [Pipeline] withDockerContainer 23:12:56 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:12:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:12:57 $ docker top a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:12:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:12:58 [ssh-agent] Looking for ssh-agent implementation... 23:12:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:12:58 $ docker exec a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 ssh-agent 23:12:58 SSH_AUTH_SOCK=/tmp/ssh-5EyJZ7N8E6R4/agent.12 23:12:58 SSH_AGENT_PID=18 23:12:58 Running ssh-add (command line suppressed) 23:12:58 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_893652259429563836.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_893652259429563836.key) 23:12:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:12:59 + git semver bump pre 23:12:59 # -> Open(): unable to determine branch for HEAD 23:12:59 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 23:12:59 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 23:12:59 # $SEMVER_REMOTE_NAME = origin 23:12:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:12:59 # $SEMVER_USER_NAME = edgex-jenkins 23:12:59 # $SEMVER_BRANCH = hanoi 23:12:59 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 23:12:59 1.3.1-dev.4 [Pipeline] } 23:12:59 $ docker exec --env ******** --env ******** a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 ssh-agent -k 23:12:59 unset SSH_AUTH_SOCK; 23:12:59 unset SSH_AGENT_PID; 23:12:59 echo Agent pid 18 killed; 23:12:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:12:59 + git semver [Pipeline] } 23:12:59 $ docker stop --time=1 a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 23:13:01 $ docker rm -f a80ad5dda8f0790f22130e4e7db3f6ddc8b69e15343c3a354d299bc245d139a8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:13:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:01 . [Pipeline] withDockerContainer 23:13:02 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:13:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:13:02 $ docker top 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:03 [ssh-agent] Looking for ssh-agent implementation... 23:13:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:03 $ docker exec 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf ssh-agent 23:13:03 SSH_AUTH_SOCK=/tmp/ssh-WjXicl5TvtNr/agent.11 23:13:03 SSH_AGENT_PID=16 23:13:03 Running ssh-add (command line suppressed) 23:13:03 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3164928242930150742.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_3164928242930150742.key) 23:13:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:13:04 + git semver push 23:13:04 # -> Open(): unable to determine branch for HEAD 23:13:04 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 23:13:04 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 23:13:04 # $SEMVER_REMOTE_NAME = origin 23:13:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:13:04 # $SEMVER_USER_NAME = edgex-jenkins 23:13:04 # $SEMVER_BRANCH = hanoi 23:13:04 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 23:13:10 $ docker exec --env ******** --env ******** 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf ssh-agent -k 23:13:10 unset SSH_AUTH_SOCK; 23:13:10 unset SSH_AGENT_PID; 23:13:10 echo Agent pid 16 killed; 23:13:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:13:11 + git semver [Pipeline] } 23:13:11 $ docker stop --time=1 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf 23:13:12 $ docker rm -f 19097c7e27137727f8629c715ec0ee4d032d22c2a3713d7527c6027e269e06cf [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 23:13:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:13:15 ---> package-listing.sh 23:13:15 ++ facter osfamily 23:13:15 ++ tr '[:upper:]' '[:lower:]' 23:13:15 + OS_FAMILY=redhat 23:13:15 + workspace=/w/workspace/y_app-service-configurable_hanoi 23:13:15 + START_PACKAGES=/tmp/packages_start.txt 23:13:15 + END_PACKAGES=/tmp/packages_end.txt 23:13:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:13:15 + PACKAGES=/tmp/packages_start.txt 23:13:15 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 23:13:15 + PACKAGES=/tmp/packages_end.txt 23:13:15 + case "${OS_FAMILY}" in 23:13:15 + rpm -qa 23:13:15 + sort 23:13:20 + '[' -f /tmp/packages_start.txt ']' 23:13:20 + '[' -f /tmp/packages_end.txt ']' 23:13:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:13:20 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 23:13:20 + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ 23:13:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo 23:13:20 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:13:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:13:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:21 23:13:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:13:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:21 alpine: Pulling from edgex-lftools-log-publisher 23:13:21 df20fa9351a1: Pulling fs layer 23:13:21 36b3adc4ff6f: Pulling fs layer 23:13:21 8ad3a11d3b57: Pulling fs layer 23:13:21 46f8f816bc3b: Pulling fs layer 23:13:21 93b61091891f: Pulling fs layer 23:13:21 93b9cdb0e59b: Pulling fs layer 23:13:21 5e14af77c1be: Pulling fs layer 23:13:21 01666e4c0597: Pulling fs layer 23:13:21 aa168da1d23b: Pulling fs layer 23:13:21 46f8f816bc3b: Waiting 23:13:21 93b61091891f: Waiting 23:13:21 93b9cdb0e59b: Waiting 23:13:21 5e14af77c1be: Waiting 23:13:21 01666e4c0597: Waiting 23:13:21 aa168da1d23b: Waiting 23:13:21 36b3adc4ff6f: Verifying Checksum 23:13:21 36b3adc4ff6f: Download complete 23:13:21 46f8f816bc3b: Verifying Checksum 23:13:21 46f8f816bc3b: Download complete 23:13:21 df20fa9351a1: Verifying Checksum 23:13:21 df20fa9351a1: Download complete 23:13:21 93b9cdb0e59b: Verifying Checksum 23:13:21 93b9cdb0e59b: Download complete 23:13:21 93b61091891f: Download complete 23:13:21 5e14af77c1be: Verifying Checksum 23:13:21 5e14af77c1be: Download complete 23:13:21 01666e4c0597: Verifying Checksum 23:13:21 01666e4c0597: Download complete 23:13:21 8ad3a11d3b57: Verifying Checksum 23:13:21 8ad3a11d3b57: Download complete 23:13:21 df20fa9351a1: Pull complete 23:13:22 36b3adc4ff6f: Pull complete 23:13:23 aa168da1d23b: Verifying Checksum 23:13:23 aa168da1d23b: Download complete 23:13:23 8ad3a11d3b57: Pull complete 23:13:24 46f8f816bc3b: Pull complete 23:13:24 93b61091891f: Pull complete 23:13:24 93b9cdb0e59b: Pull complete 23:13:24 5e14af77c1be: Pull complete 23:13:24 01666e4c0597: Pull complete 23:13:31 aa168da1d23b: Pull complete 23:13:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:13:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:13:31 prd-centos7-docker-4c-2g-25081 does not seem to be running inside a container 23:13:31 $ 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:13:34 $ docker top 76fefdaa5416013ac5809cbbaffc0bf35b47807a6f11c2a9b86137c9377ee5ec -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:35 + touch /tmp/pre-build-complete [Pipeline] sh 23:13:35 + mkdir -p /var/log/sa [Pipeline] sh 23:13:35 + ls /var/log/sa-host 23:13:35 + sadf -c /var/log/sa-host/sa04 23:13:35 file_magic: OK 23:13:35 HZ: Using current value: 100 23:13:35 file_header: OK 23:13:35 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 23:13:35 Statistics: 23:13:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:35 File successfully converted to sysstat format version 12.2.1 23:13:35 + sadf -c /var/log/sa-host/sa23 23:13:35 file_magic: OK 23:13:35 HZ: Using current value: 100 23:13:35 file_header: OK 23:13:35 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 23:13:35 Statistics: 23:13:35 Hnuu...uuuununununu... 23:13:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:36 provisioning config files... 23:13:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8174739281033368708tmp [Pipeline] { [Pipeline] echo 23:13:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:13:36 ---> create-netrc.sh [Pipeline] } 23:13:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:13:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:36 ---> python-tools-install.sh [Pipeline] echo 23:13:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:13:37 ---> sudo-logs.sh 23:13:37 Archiving 'sudo' log.. [Pipeline] echo 23:13:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:13:37 ---> job-cost.sh 23:13:37 lf-activate-venv: SKIPPING 23:13:37 INFO: No Stack... 23:13:38 INFO: Retrieving Pricing Info for: v1-standard-2 23:13:39 INFO: Archiving Costs [Pipeline] echo 23:13:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:13:39 ---> logs-deploy.sh 23:13:39 lf-activate-venv: SKIPPING 23:13:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/4 23:13:39 INFO: archiving workspace using pattern(s): 23:13:40 Archives upload complete. 23:13:41 INFO: archiving logs to Nexus 23:13:42 ---> uname -a: 23:13:42 Linux prd-centos7-docker-4c-2g-25081.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:13:42 23:13:42 23:13:42 ---> lscpu: 23:13:42 Architecture: x86_64 23:13:42 CPU op-mode(s): 32-bit, 64-bit 23:13:42 Byte Order: Little Endian 23:13:42 Address sizes: 40 bits physical, 48 bits virtual 23:13:42 CPU(s): 4 23:13:42 On-line CPU(s) list: 0-3 23:13:42 Thread(s) per core: 1 23:13:42 Core(s) per socket: 1 23:13:42 Socket(s): 4 23:13:42 NUMA node(s): 1 23:13:42 Vendor ID: GenuineIntel 23:13:42 CPU family: 6 23:13:42 Model: 44 23:13:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:13:42 Stepping: 1 23:13:42 CPU MHz: 2933.436 23:13:42 BogoMIPS: 5866.87 23:13:42 Virtualization: VT-x 23:13:42 Hypervisor vendor: KVM 23:13:42 Virtualization type: full 23:13:42 L1d cache: 128 KiB 23:13:42 L1i cache: 128 KiB 23:13:42 L2 cache: 16 MiB 23:13:42 L3 cache: 64 MiB 23:13:42 NUMA node0 CPU(s): 0-3 23:13:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:13:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:13:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:13:42 Vulnerability Meltdown: Mitigation; PTI 23:13:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:13:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:13:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:13:42 Vulnerability Srbds: Not affected 23:13:42 Vulnerability Tsx async abort: Not affected 23:13:42 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 23:13:42 23:13:42 23:13:42 ---> nproc: 23:13:42 4 23:13:42 23:13:42 23:13:42 ---> df -h: 23:13:42 Filesystem Size Used Available Use% Mounted on 23:13:42 overlay 50.0G 8.5G 41.4G 17% / 23:13:42 tmpfs 64.0M 0 64.0M 0% /dev 23:13:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:13:42 shm 64.0M 0 64.0M 0% /dev/shm 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi 23:13:42 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi@tmp 23:13:42 23:13:42 23:13:42 ---> free -m: 23:13:42 total used free shared buff/cache available 23:13:42 Mem: 1837 811 148 0 877 961 23:13:42 Swap: 1023 2 1021 23:13:42 23:13:42 23:13:42 ---> ip addr: 23:13:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:13:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:13:42 inet 127.0.0.1/8 scope host lo 23:13:42 valid_lft forever preferred_lft forever 23:13:42 inet6 ::1/128 scope host 23:13:42 valid_lft forever preferred_lft forever 23:13:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:13:42 link/ether fa:16:3e:4f:a8:28 brd ff:ff:ff:ff:ff:ff 23:13:42 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 23:13:42 valid_lft 85688sec preferred_lft 85688sec 23:13:42 inet6 fe80::f816:3eff:fe4f:a828/64 scope link 23:13:42 valid_lft forever preferred_lft forever 23:13:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:13:42 link/ether 02:42:ec:91:40:96 brd ff:ff:ff:ff:ff:ff 23:13:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:13:42 valid_lft forever preferred_lft forever 23:13:42 inet6 fe80::42:ecff:fe91:4096/64 scope link 23:13:42 valid_lft forever preferred_lft forever 23:13:42 23:13:42 23:13:42 ---> sar -b -r -n DEV: 23:13:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 23:13:42 23:13:42 23:01:39 LINUX RESTART (4 CPU) 23:13:42 23:13:42 23:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:13:42 23:03:01 111.00 44.46 66.54 0.00 7892.27 25415.14 0.00 23:13:42 23:04:01 3.36 0.03 3.33 0.00 1.07 102.76 0.00 23:13:42 23:05:01 0.40 0.00 0.40 0.00 0.00 6.23 0.00 23:13:42 23:06:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 23:13:42 23:07:02 0.28 0.00 0.28 0.00 0.00 3.83 0.00 23:13:42 23:08:01 0.32 0.00 0.32 0.00 0.00 4.94 0.00 23:13:42 23:09:01 0.48 0.00 0.48 0.00 0.00 6.64 0.00 23:13:42 23:10:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 23:13:42 23:11:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 23:13:42 23:12:01 242.27 129.22 113.05 0.00 6911.63 34756.95 0.00 23:13:42 23:13:01 257.88 101.16 156.71 0.00 5446.90 36783.34 0.00 23:13:42 Average: 56.08 25.01 31.07 0.00 1835.76 8818.95 0.00 23:13:42 23:13:42 23:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:13:42 23:03:01 160616 0 570644 30.33 2620 1147664 1096268 37.41 382012 1140112 128 23:13:42 23:04:01 167116 0 564208 29.99 2620 1147600 1066812 36.41 378748 1137740 20 23:13:42 23:05:01 165200 0 566120 30.09 2620 1147604 1059736 36.17 391692 1127024 12 23:13:42 23:06:01 166304 0 565016 30.03 2620 1147604 1059616 36.16 390768 1127024 12 23:13:42 23:07:02 163928 0 567384 30.16 2620 1147612 1059748 36.17 396664 1123648 8 23:13:42 23:08:01 164000 0 567308 30.15 2620 1147616 1059748 36.17 396648 1123648 8 23:13:42 23:09:01 163804 0 567500 30.16 2620 1147620 1059784 36.17 396900 1123648 8 23:13:42 23:10:01 163820 0 567480 30.16 2620 1147624 1059736 36.17 396704 1123648 8 23:13:42 23:11:01 163944 0 567348 30.15 2620 1147632 1059772 36.17 396828 1123648 8 23:13:42 23:12:01 75596 0 754732 40.11 2596 1048620 1322480 45.13 541336 987260 93092 23:13:42 23:13:01 252476 0 756532 40.21 1564 870972 1089132 37.17 540796 751452 24 23:13:42 Average: 164255 0 601297 31.96 2522 1113470 1090257 37.21 419009 1080805 8484 23:13:42 23:13:42 23:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:13:42 23:03:01 eth0 590.00 364.96 1079.74 98.45 0.00 0.00 0.00 0.00 23:13:42 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:03:01 docker0 3.49 2.67 0.49 4.29 0.00 0.00 0.00 0.00 23:13:42 23:04:01 eth0 4.26 1.07 3.07 0.08 0.00 0.00 0.00 0.00 23:13:42 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:05:01 eth0 1.25 0.57 0.56 0.36 0.00 0.00 0.00 0.00 23:13:42 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:06:01 eth0 0.83 0.08 0.07 0.04 0.00 0.00 0.00 0.00 23:13:42 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:07:02 eth0 0.73 0.30 0.29 0.20 0.00 0.00 0.00 0.00 23:13:42 23:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:08:01 eth0 1.90 0.54 0.56 0.28 0.00 0.00 0.00 0.00 23:13:42 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:09:01 eth0 1.52 0.67 0.59 0.40 0.00 0.00 0.00 0.00 23:13:42 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:10:01 eth0 1.96 0.35 0.38 0.20 0.00 0.00 0.00 0.00 23:13:42 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:11:01 eth0 0.82 0.28 0.30 0.17 0.00 0.00 0.00 0.00 23:13:42 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:12:01 veth06fd9af 50.09 54.17 4.55 408.28 0.00 0.00 0.00 0.00 23:13:42 23:12:01 eth0 552.35 503.51 4496.74 43.65 0.00 0.00 0.00 0.00 23:13:42 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:12:01 docker0 50.09 54.05 3.87 408.27 0.00 0.00 0.00 0.00 23:13:42 23:13:01 eth0 477.70 405.53 3467.99 91.94 0.00 0.00 0.00 0.00 23:13:42 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 23:13:01 docker0 32.45 39.54 2.18 219.00 0.00 0.00 0.00 0.00 23:13:42 Average: eth0 148.12 116.03 824.02 21.36 0.00 0.00 0.00 0.00 23:13:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:13:42 Average: docker0 7.84 8.78 0.59 57.61 0.00 0.00 0.00 0.00 23:13:42 23:13:42