Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4eb982c5c40026bdb4233f13b12533b0406be3c0 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21311 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" > git rev-list --no-walk b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:46:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:46:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:46:22 ========================================================= 21:46:22 EdgeX Global Pipelines Version Info 21:46:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:46:24 ------------------- 21:46:24 stable info: 21:46:24 ------------------- 21:46:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:46:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:46:24 Message: update stable to v1.0.179 21:46:24 ------------------- 21:46:24 experimental info: 21:46:24 ------------------- 21:46:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:46:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:46:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:46:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:46:24 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:46:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:46:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4eb982c [Pipeline] echo 21:46:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:46:28 provisioning config files... 21:46:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7097482032466989693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:46:28 ---> docker-login.sh 21:46:28 nexus3.edgexfoundry.org:10001 21:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:28 Configure a credential helper to remove this warning. See 21:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:28 21:46:28 Login Succeeded 21:46:28 nexus3.edgexfoundry.org:10002 21:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:28 Configure a credential helper to remove this warning. See 21:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:28 21:46:28 Login Succeeded 21:46:28 nexus3.edgexfoundry.org:10003 21:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:29 Configure a credential helper to remove this warning. See 21:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:29 21:46:29 Login Succeeded 21:46:29 nexus3.edgexfoundry.org:10004 21:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:29 Configure a credential helper to remove this warning. See 21:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:29 21:46:29 Login Succeeded 21:46:29 docker.io 21:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:29 Configure a credential helper to remove this warning. See 21:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:29 21:46:29 Login Succeeded 21:46:29 ---> docker-login.sh ends [Pipeline] } 21:46:29 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 21:46:30 + git log --format=format:%s -1 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] echo 21:46:30 GIT_COMMIT: 4eb982c5c40026bdb4233f13b12533b0406be3c0, Commit Message: feat(security): Add dumb-init to Dockerfile of ASC (#168) [Pipeline] echo 21:46:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:46:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:31 21:46:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:46:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:32 latest: Pulling from edgex-devops/git-semver 21:46:32 31603596830f: Pulling fs layer 21:46:32 2a8b12db71e7: Pulling fs layer 21:46:32 6ca5941a6612: Pulling fs layer 21:46:32 ecc8261a40a4: Pulling fs layer 21:46:32 ecc8261a40a4: Waiting 21:46:32 2a8b12db71e7: Verifying Checksum 21:46:32 2a8b12db71e7: Download complete 21:46:32 31603596830f: Verifying Checksum 21:46:32 31603596830f: Download complete 21:46:32 ecc8261a40a4: Verifying Checksum 21:46:32 ecc8261a40a4: Download complete 21:46:32 6ca5941a6612: Verifying Checksum 21:46:32 6ca5941a6612: Download complete 21:46:32 31603596830f: Pull complete 21:46:32 2a8b12db71e7: Pull complete 21:46:33 6ca5941a6612: Pull complete 21:46:33 ecc8261a40a4: Pull complete 21:46:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:46:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:46:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:46:34 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:46:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:46:36 $ docker top ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:46:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:46:36 [ssh-agent] Looking for ssh-agent implementation... 21:46:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:37 $ docker exec ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent 21:46:37 SSH_AUTH_SOCK=/tmp/ssh-eDcy2uxOB8wR/agent.12 21:46:37 SSH_AGENT_PID=18 21:46:37 Running ssh-add (command line suppressed) 21:46:37 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3036122333113924707.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3036122333113924707.key) 21:46:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:37 + git tag --points-at HEAD [Pipeline] } 21:46:37 $ docker exec --env ******** --env ******** ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent -k 21:46:38 unset SSH_AUTH_SOCK; 21:46:38 unset SSH_AGENT_PID; 21:46:38 echo Agent pid 18 killed; 21:46:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:46:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:46:38 [ssh-agent] Looking for ssh-agent implementation... 21:46:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:38 $ docker exec ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent 21:46:38 SSH_AUTH_SOCK=/tmp/ssh-QttT4aSNN9DY/agent.47 21:46:38 SSH_AGENT_PID=53 21:46:38 Running ssh-add (command line suppressed) 21:46:38 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7748567844386292439.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7748567844386292439.key) 21:46:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:39 + git semver init 21:46:39 # -> Open(): unable to determine branch for HEAD 21:46:39 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:46:39 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:46:39 # $SEMVER_REMOTE_NAME = origin 21:46:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:46:39 # $SEMVER_USER_NAME = edgex-jenkins 21:46:39 # $SEMVER_BRANCH = master 21:46:39 # $SEMVER_TEMP = /tmp/semver-376699012 21:46:39 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:46:39 # '/tmp/semver-376699012' -> '/w/workspace/_app-service-configurable_master/.semver' 21:46:39 # -> Force: false 21:46:39 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:46:39 $ docker exec --env ******** --env ******** ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent -k 21:46:39 unset SSH_AUTH_SOCK; 21:46:39 unset SSH_AGENT_PID; 21:46:39 echo Agent pid 53 killed; 21:46:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:46:40 + git semver [Pipeline] } 21:46:40 $ docker stop --time=1 ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d 21:46:41 $ docker rm -f ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d [Pipeline] // withDockerContainer [Pipeline] sh 21:46:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:46:42 Stashed 1 file(s) [Pipeline] echo 21:46:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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 21:46:58 Still waiting to schedule task 21:46:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:46:58 Still waiting to schedule task 21:46:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:48:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21312 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:48:37 Running in /w/workspace/app-service-configurable/76 [Pipeline] { [Pipeline] checkout 21:48:43 using credential edgex-jenkins-ssh 21:48:43 Cloning the remote Git repository 21:48:43 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:48:43 > git init /w/workspace/app-service-configurable/76 # timeout=10 21:48:43 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:48:43 > git --version # timeout=10 21:48:43 > git --version # 'git version 2.17.1' 21:48:43 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:45 Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) 21:48:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:48:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:48:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:48:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:48:45 > git config core.sparsecheckout # timeout=10 21:48:45 > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 21:48:49 Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:48:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:48:52 + true 21:48:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:48:55 provisioning config files... 21:48:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config7559909831360544672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:55 ---> docker-login.sh 21:48:55 nexus3.edgexfoundry.org:10001 21:48:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:56 Configure a credential helper to remove this warning. See 21:48:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:56 21:48:56 Login Succeeded 21:48:56 nexus3.edgexfoundry.org:10002 21:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:57 Configure a credential helper to remove this warning. See 21:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:57 21:48:57 Login Succeeded 21:48:57 nexus3.edgexfoundry.org:10003 21:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:57 Configure a credential helper to remove this warning. See 21:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:57 21:48:57 Login Succeeded 21:48:57 nexus3.edgexfoundry.org:10004 21:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:58 Configure a credential helper to remove this warning. See 21:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:58 21:48:58 Login Succeeded 21:48:58 docker.io 21:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:59 Configure a credential helper to remove this warning. See 21:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:59 21:48:59 Login Succeeded 21:48:59 ---> docker-login.sh ends [Pipeline] } 21:48:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:48:59 ========================================================= 21:48:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:48:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:49:00 + 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 . 21:49:00 Sending build context to Docker daemon 96.26kB 21:49:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:49:00 Step 2/8 : FROM ${BASE} 21:49:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:49:00 5f621e34cdf4: Pulling fs layer 21:49:00 a4357932f1b6: Pulling fs layer 21:49:00 18c013af1878: Pulling fs layer 21:49:00 00ac8860ef70: Pulling fs layer 21:49:00 63d7cb157983: Pulling fs layer 21:49:00 b116817d02f9: Pulling fs layer 21:49:00 745a02a5169b: Pulling fs layer 21:49:00 00ac8860ef70: Waiting 21:49:00 63d7cb157983: Waiting 21:49:00 b116817d02f9: Waiting 21:49:00 745a02a5169b: Waiting 21:49:00 18c013af1878: Download complete 21:49:00 a4357932f1b6: Download complete 21:49:00 63d7cb157983: Verifying Checksum 21:49:00 63d7cb157983: Download complete 21:49:00 b116817d02f9: Verifying Checksum 21:49:00 b116817d02f9: Download complete 21:49:00 5f621e34cdf4: Verifying Checksum 21:49:00 5f621e34cdf4: Download complete 21:49:01 5f621e34cdf4: Pull complete 21:49:02 a4357932f1b6: Pull complete 21:49:02 18c013af1878: Pull complete 21:49:03 745a02a5169b: Verifying Checksum 21:49:03 745a02a5169b: Download complete 21:49:04 00ac8860ef70: Verifying Checksum 21:49:04 00ac8860ef70: Download complete 21:49:14 00ac8860ef70: Pull complete 21:49:14 63d7cb157983: Pull complete 21:49:14 b116817d02f9: Pull complete 21:49:17 745a02a5169b: Pull complete 21:49:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:49:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:49:17 ---> b7e6874047d6 21:49:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:49:20 ---> Running in d55d6537950c 21:49:20 Removing intermediate container d55d6537950c 21:49:20 ---> 135a4372b0b2 21:49:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:20 ---> Running in 416d822b671c 21:49:23 Removing intermediate container 416d822b671c 21:49:23 ---> e22a1ee516d3 21:49:23 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:49:23 ---> Running in 6747bd77112c 21:49:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:49:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:49:25 (1/6) Installing libc-dev (0.7.2-r3) 21:49:26 (2/6) Installing libsodium (1.0.18-r0) 21:49:26 (3/6) Installing pkgconf (1.7.2-r0) 21:49:26 (4/6) Installing libsodium-dev (1.0.18-r0) 21:49:26 (5/6) Installing libzmq (4.3.3-r0) 21:49:26 (6/6) Installing zeromq-dev (4.3.3-r0) 21:49:26 Executing busybox-1.31.1-r19.trigger 21:49:26 OK: 144 MiB in 45 packages 21:49:28 Removing intermediate container 6747bd77112c 21:49:28 ---> 59c26b102d03 21:49:28 Step 6/8 : WORKDIR /app 21:49:28 ---> Running in 2497acf7ea85 21:49:28 Removing intermediate container 2497acf7ea85 21:49:28 ---> 0a8ff7c268f6 21:49:28 Step 7/8 : COPY . . 21:49:29 ---> a2db5d94e8f9 21:49:29 Step 8/8 : RUN go mod download 21:49:29 ---> Running in 9f299c657bf7 21:49:33 Running on prd-centos7-docker-4c-2g-21313 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:49:33 Running in /w/workspace/app-service-configurable/76 [Pipeline] { [Pipeline] checkout 21:49:35 using credential edgex-jenkins-ssh 21:49:35 Cloning the remote Git repository 21:49:35 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:49:35 > git init /w/workspace/app-service-configurable/76 # timeout=10 21:49:35 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:49:35 > git --version # timeout=10 21:49:35 > git --version # 'git version 2.24.3' 21:49:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:49:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:49:36 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:49:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:49:37 Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) 21:49:37 > git config core.sparsecheckout # timeout=10 21:49:37 > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 21:49:40 Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:49:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:49:43 + sudo service docker restart 21:49:43 + true 21:49:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:49:44 provisioning config files... 21:49:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config5936998957434773234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:44 ---> docker-login.sh 21:49:44 nexus3.edgexfoundry.org:10001 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 nexus3.edgexfoundry.org:10002 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 nexus3.edgexfoundry.org:10003 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 nexus3.edgexfoundry.org:10004 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 docker.io 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:46 Configure a credential helper to remove this warning. See 21:49:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:46 21:49:46 Login Succeeded 21:49:46 ---> docker-login.sh ends [Pipeline] } 21:49:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:49:46 ========================================================= 21:49:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:49:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:49:46 + 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 . 21:49:46 Sending build context to Docker daemon 96.26kB 21:49:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:49:46 Step 2/8 : FROM ${BASE} 21:49:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:49:46 188c0c94c7c5: Pulling fs layer 21:49:46 0ef7d3d256c8: Pulling fs layer 21:49:46 de9db76c5a1d: Pulling fs layer 21:49:46 bca2f99d35d6: Pulling fs layer 21:49:46 93359f2a8cfa: Pulling fs layer 21:49:46 7c6f9722023f: Pulling fs layer 21:49:46 a35cf1a2eb13: Pulling fs layer 21:49:46 a35cf1a2eb13: Waiting 21:49:46 93359f2a8cfa: Waiting 21:49:46 7c6f9722023f: Waiting 21:49:46 bca2f99d35d6: Waiting 21:49:46 de9db76c5a1d: Verifying Checksum 21:49:46 de9db76c5a1d: Download complete 21:49:46 0ef7d3d256c8: Verifying Checksum 21:49:46 0ef7d3d256c8: Download complete 21:49:47 93359f2a8cfa: Verifying Checksum 21:49:47 93359f2a8cfa: Download complete 21:49:47 7c6f9722023f: Download complete 21:49:47 188c0c94c7c5: Verifying Checksum 21:49:47 188c0c94c7c5: Download complete 21:49:47 188c0c94c7c5: Pull complete 21:49:47 0ef7d3d256c8: Pull complete 21:49:47 de9db76c5a1d: Pull complete 21:49:48 a35cf1a2eb13: Verifying Checksum 21:49:48 a35cf1a2eb13: Download complete 21:49:49 bca2f99d35d6: Verifying Checksum 21:49:49 bca2f99d35d6: Download complete 21:49:55 bca2f99d35d6: Pull complete 21:49:55 93359f2a8cfa: Pull complete 21:49:55 7c6f9722023f: Pull complete 21:49:56 Removing intermediate container 9f299c657bf7 21:49:56 ---> 8517a7f135ad 21:49:56 Successfully built 8517a7f135ad 21:49:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:49:56 + docker inspect -f . ci-base-image-arm64 21:49:56 . [Pipeline] withDockerContainer 21:49:56 prd-ubuntu18.04-docker-arm64-4c-16g-21312 does not seem to be running inside a container 21:49:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:58 $ docker top 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:59 + go version 21:49:59 go version go1.15.5 linux/arm64 [Pipeline] } 21:49:59 $ docker stop --time=1 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 21:50:01 $ docker rm -f 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 [Pipeline] // withDockerContainer 21:50:01 a35cf1a2eb13: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:50:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:50:02 ---> a62c8e92a672 21:50:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:02 ---> Running in 8e4e294daa1d 21:50:02 + docker inspect -f . ci-base-image-arm64 21:50:02 . 21:50:02 Removing intermediate container 8e4e294daa1d 21:50:02 ---> 4a27415b17e0 21:50:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] withDockerContainer 21:50:02 ---> Running in 116c6cc72ac9 21:50:02 prd-ubuntu18.04-docker-arm64-4c-16g-21312 does not seem to be running inside a container 21:50:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:50:03 Removing intermediate container 116c6cc72ac9 21:50:03 ---> 6a766ec650c0 21:50:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:50:03 ---> Running in 5bf7f249a998 21:50:04 $ docker top f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc -eo pid,comm 21:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 21:50:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:50:05 + make test 21:50:05 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:50:05 (1/6) Installing libc-dev (0.7.2-r3) 21:50:06 (2/6) Installing libsodium (1.0.18-r0) 21:50:06 (3/6) Installing pkgconf (1.7.2-r0) 21:50:06 (4/6) Installing libsodium-dev (1.0.18-r0) 21:50:06 (5/6) Installing libzmq (4.3.3-r0) 21:50:06 (6/6) Installing zeromq-dev (4.3.3-r0) 21:50:06 Executing busybox-1.31.1-r19.trigger 21:50:06 OK: 167 MiB in 45 packages 21:50:07 Removing intermediate container 5bf7f249a998 21:50:07 ---> a19cdc8636de 21:50:07 Step 6/8 : WORKDIR /app 21:50:07 ---> Running in c57e49a2e2f4 21:50:07 Removing intermediate container c57e49a2e2f4 21:50:07 ---> 2e953c458d55 21:50:07 Step 7/8 : COPY . . 21:50:07 ---> 57d18e149c94 21:50:07 Step 8/8 : RUN go mod download 21:50:07 ---> Running in 611c75fb68d0 21:50:34 Removing intermediate container 611c75fb68d0 21:50:34 ---> c56bf26d73f2 21:50:34 Successfully built c56bf26d73f2 21:50:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:50:34 + docker inspect -f . ci-base-image-x86_64 21:50:34 . [Pipeline] withDockerContainer 21:50:35 prd-centos7-docker-4c-2g-21313 does not seem to be running inside a container 21:50:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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-x86_64 cat 21:50:35 $ docker top 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:36 + go version 21:50:36 go version go1.15.5 linux/amd64 [Pipeline] } 21:50:36 $ docker stop --time=1 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c 21:50:37 $ docker rm -f 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:38 + docker inspect -f . ci-base-image-x86_64 21:50:38 . [Pipeline] withDockerContainer 21:50:38 prd-centos7-docker-4c-2g-21313 does not seem to be running inside a container 21:50:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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-x86_64 cat 21:50:39 $ docker top 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:39 + make test 21:50:39 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:50:44 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:50:44 CGO_ENABLED=1 go vet ./... 21:50:49 gofmt -l . 21:50:49 [ "`gofmt -l .`" = "" ] 21:50:49 ./bin/test-go-mod-tidy.sh 21:50:49 ./bin/test-attribution-txt.sh [Pipeline] } 21:50:50 $ docker stop --time=1 f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc 21:50:52 $ docker rm -f f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc 21:50:52 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:50:52 CGO_ENABLED=1 go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh 21:50:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 21:50:54 gofmt -l . 21:50:54 [ "`gofmt -l .`" = "" ] 21:50:54 ./bin/test-go-mod-tidy.sh 21:50:54 ./bin/test-attribution-txt.sh [Pipeline] } 21:50:56 $ docker stop --time=1 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 21:50:58 $ docker rm -f 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 21:50:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:50:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:59 Warning: overwriting stash ‘coverage-report’ 21:50:59 + ls -al . 21:50:59 total 112 21:50:59 drwxrwxr-x 7 jenkins jenkins 4096 Jan 19 21:50 . 21:50:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 21:48 .. 21:50:59 -rw-rw-r-- 1 jenkins jenkins 119 Jan 19 21:48 .dockerignore 21:50:59 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 21:48 .git 21:50:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 21:48 .github 21:50:59 -rw-rw-r-- 1 jenkins jenkins 93 Jan 19 21:48 .gitignore 21:50:59 -rw-rw-r-- 1 jenkins jenkins 6426 Jan 19 21:48 Attribution.txt 21:50:59 -rw-rw-r-- 1 jenkins jenkins 2032 Jan 19 21:48 Dockerfile 21:50:59 -rw-rw-r-- 1 jenkins jenkins 970 Jan 19 21:48 Dockerfile.build 21:50:59 -rw-rw-r-- 1 jenkins jenkins 687 Jan 19 21:48 Jenkinsfile 21:50:59 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 19 21:48 LICENSE 21:50:59 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 19 21:48 README.md 21:50:59 -rw-rw-r-- 1 jenkins jenkins 12 Jan 19 21:46 VERSION 21:50:59 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 21:48 bin 21:50:59 -rw-r--r-- 1 jenkins jenkins 10 Jan 19 21:50 coverage.out 21:50:59 -rw-r--r-- 1 jenkins jenkins 135 Jan 19 21:50 go.mod 21:50:59 -rw-r--r-- 1 jenkins jenkins 18779 Jan 19 21:50 go.sum 21:50:59 -rw-rw-r-- 1 jenkins jenkins 1522 Jan 19 21:48 main.go 21:50:59 -rw-rw-r-- 1 jenkins jenkins 1582 Jan 19 21:48 makefile 21:50:59 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 21:48 res 21:50:59 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 21:48 snap [Pipeline] isUnix [Pipeline] sh 21:50:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:51:00 + 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=4eb982c5c40026bdb4233f13b12533b0406be3c0 --label arch=arm64 --label version=2.0.0-dev.10 . 21:51:00 Sending build context to Docker daemon 117.8kB [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:51:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:51:00 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:51:00 Step 2/27 : FROM ${BASE} AS builder 21:51:00 ---> 8517a7f135ad 21:51:00 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:51:00 ---> Running in 306ec38095cc 21:51:01 + ls -al . 21:51:01 total 88 21:51:01 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 19 21:50 . 21:51:01 drwxrwxr-x. 4 jenkins jenkins 30 Jan 19 21:49 .. 21:51:01 -rw-rw-r--. 1 jenkins jenkins 6426 Jan 19 21:49 Attribution.txt 21:51:01 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 21:49 bin 21:51:01 -rw-r--r--. 1 jenkins jenkins 10 Jan 19 21:50 coverage.out 21:51:01 -rw-rw-r--. 1 jenkins jenkins 2032 Jan 19 21:49 Dockerfile 21:51:01 -rw-rw-r--. 1 jenkins jenkins 970 Jan 19 21:49 Dockerfile.build 21:51:01 -rw-rw-r--. 1 jenkins jenkins 119 Jan 19 21:49 .dockerignore 21:51:01 drwxrwxr-x. 8 jenkins jenkins 162 Jan 19 21:49 .git 21:51:01 drwxrwxr-x. 2 jenkins jenkins 81 Jan 19 21:49 .github 21:51:01 -rw-rw-r--. 1 jenkins jenkins 93 Jan 19 21:49 .gitignore 21:51:01 -rw-r--r--. 1 jenkins jenkins 135 Jan 19 21:50 go.mod 21:51:01 -rw-r--r--. 1 jenkins jenkins 18779 Jan 19 21:50 go.sum 21:51:01 -rw-rw-r--. 1 jenkins jenkins 687 Jan 19 21:49 Jenkinsfile 21:51:01 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 19 21:49 LICENSE 21:51:01 -rw-rw-r--. 1 jenkins jenkins 1522 Jan 19 21:49 main.go 21:51:01 -rw-rw-r--. 1 jenkins jenkins 1582 Jan 19 21:49 makefile 21:51:01 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 19 21:49 README.md 21:51:01 drwxrwxr-x. 10 jenkins jenkins 171 Jan 19 21:49 res 21:51:01 drwxrwxr-x. 4 jenkins jenkins 71 Jan 19 21:49 snap 21:51:01 -rw-rw-r--. 1 jenkins jenkins 12 Jan 19 21:46 VERSION [Pipeline] isUnix [Pipeline] sh 21:51:01 + 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=4eb982c5c40026bdb4233f13b12533b0406be3c0 --label arch=amd64 --label version=2.0.0-dev.10 . 21:51:01 Sending build context to Docker daemon 117.8kB 21:51:01 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:51:01 Step 2/27 : FROM ${BASE} AS builder 21:51:01 ---> c56bf26d73f2 21:51:01 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:51:01 Removing intermediate container 306ec38095cc 21:51:01 ---> 29a4424a757b 21:51:01 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:51:01 ---> Running in 7926c38bf236 21:51:01 ---> Running in 2fcf33b13cdd 21:51:01 Removing intermediate container 2fcf33b13cdd 21:51:01 ---> 563ed49eeec5 21:51:01 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:51:02 Removing intermediate container 7926c38bf236 21:51:02 ---> 60c7c714dea9 21:51:02 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:51:02 ---> Running in ab058040d0ab 21:51:02 Removing intermediate container ab058040d0ab 21:51:02 ---> 3d5bd2d3d928 21:51:02 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:51:02 ---> Running in 194946a40621 21:51:02 ---> Running in ab59c08af6d0 21:51:02 Removing intermediate container 194946a40621 21:51:02 ---> 91b5d46d9b2c 21:51:02 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:02 ---> Running in df0f5fec381b 21:51:02 Removing intermediate container ab59c08af6d0 21:51:02 ---> 388c79cdca75 21:51:02 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:02 ---> Running in 1df506b3ba70 21:51:03 Removing intermediate container df0f5fec381b 21:51:03 ---> 9fccded7d150 21:51:03 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:51:03 ---> Running in 6632c03029f9 21:51:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:04 Removing intermediate container 1df506b3ba70 21:51:04 ---> a7fd6493b4bf 21:51:04 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:51:04 ---> Running in 00a7685e350e 21:51:05 OK: 167 MiB in 45 packages 21:51:05 Removing intermediate container 6632c03029f9 21:51:05 ---> 97fcdf4a01c2 21:51:05 Step 8/27 : WORKDIR /app 21:51:05 ---> Running in cd8ed59b0d99 21:51:05 Removing intermediate container cd8ed59b0d99 21:51:05 ---> c38f4c86c5bf 21:51:05 Step 9/27 : COPY go.mod . 21:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:51:05 ---> db787e8eab3a 21:51:05 Step 10/27 : RUN go mod download 21:51:05 ---> Running in bfa48f5261f5 21:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:51:06 Removing intermediate container bfa48f5261f5 21:51:06 ---> 6ff410e02ade 21:51:06 Step 11/27 : COPY . . 21:51:07 ---> 410709b42c54 21:51:07 Step 12/27 : ARG MAKE="make build" 21:51:07 ---> Running in 4e2d66d4bb66 21:51:07 Removing intermediate container 4e2d66d4bb66 21:51:07 ---> 1e802645c4c8 21:51:07 Step 13/27 : RUN $MAKE 21:51:07 ---> Running in 5b015bdc20e7 21:51:07 OK: 144 MiB in 45 packages 21:51:07 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.10" -o app-service-configurable 21:51:08 Removing intermediate container 00a7685e350e 21:51:08 ---> 86fdbd84f6a8 21:51:08 Step 8/27 : WORKDIR /app 21:51:08 ---> Running in 52d1208f4768 21:51:09 Removing intermediate container 52d1208f4768 21:51:09 ---> b3f3932f2db8 21:51:09 Step 9/27 : COPY go.mod . 21:51:09 ---> 123a45b42254 21:51:09 Step 10/27 : RUN go mod download 21:51:09 ---> Running in c11ee778ba83 21:51:12 Removing intermediate container c11ee778ba83 21:51:12 ---> bbc728e90d32 21:51:12 Step 11/27 : COPY . . 21:51:12 ---> 07d03bc0e435 21:51:12 Step 12/27 : ARG MAKE="make build" 21:51:12 ---> Running in 989861e08300 21:51:13 Removing intermediate container 989861e08300 21:51:13 ---> 5195c63a6d27 21:51:13 Step 13/27 : RUN $MAKE 21:51:13 ---> Running in 802c2f8beae6 21:51:14 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.10" -o app-service-configurable 21:51:22 Removing intermediate container 5b015bdc20e7 21:51:22 ---> 686b7d505fd7 21:51:22 Step 14/27 : FROM alpine:3.12 21:51:22 3.12: Pulling from library/alpine 21:51:22 801bfaa63ef2: Pulling fs layer 21:51:22 801bfaa63ef2: Download complete 21:51:22 801bfaa63ef2: Pull complete 21:51:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:51:22 Status: Downloaded newer image for alpine:3.12 21:51:22 ---> 389fef711851 21:51:22 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:51:22 ---> Running in 0c4821189e60 21:51:22 Removing intermediate container 0c4821189e60 21:51:22 ---> fde113070485 21:51:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:51:22 ---> Running in 136a51a47c59 21:51:22 Removing intermediate container 136a51a47c59 21:51:22 ---> 3a1947fef1bc 21:51:22 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:51:22 ---> Running in cd1709844fb9 21:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:22 (1/7) Installing ca-certificates (20191127-r4) 21:51:22 (2/7) Installing dumb-init (1.2.2-r1) 21:51:22 (3/7) Installing libgcc (9.3.0-r2) 21:51:22 (4/7) Installing libsodium (1.0.18-r0) 21:51:22 (5/7) Installing libstdc++ (9.3.0-r2) 21:51:23 (6/7) Installing libzmq (4.3.3-r0) 21:51:23 (7/7) Installing zeromq (4.3.3-r0) 21:51:23 Executing busybox-1.31.1-r19.trigger 21:51:23 Executing ca-certificates-20191127-r4.trigger 21:51:23 OK: 9 MiB in 21 packages 21:51:23 Removing intermediate container cd1709844fb9 21:51:23 ---> 7761b9c8fbd8 21:51:23 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:51:24 ---> bfcc3e8f91be 21:51:24 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:51:24 ---> 34195decc931 21:51:24 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:51:24 ---> efd31671ffba 21:51:24 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:51:25 ---> 85b8c12fe5ca 21:51:25 Step 22/27 : EXPOSE 48095 21:51:25 ---> Running in 788bd310fef2 21:51:25 Removing intermediate container 788bd310fef2 21:51:25 ---> 0d1051534956 21:51:25 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:51:25 ---> Running in a7a2880dee2a 21:51:25 Removing intermediate container a7a2880dee2a 21:51:25 ---> 4d6b06e065f5 21:51:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:51:25 ---> Running in 3b6ca05aff4e 21:51:26 Removing intermediate container 3b6ca05aff4e 21:51:26 ---> 9198e95b3c35 21:51:26 Step 25/27 : LABEL arch=amd64 21:51:26 ---> Running in 7c8f10b8682f 21:51:26 Removing intermediate container 7c8f10b8682f 21:51:26 ---> c9d58e44ae4f 21:51:26 Step 26/27 : LABEL git_sha=4eb982c5c40026bdb4233f13b12533b0406be3c0 21:51:26 ---> Running in 740b444f95e2 21:51:26 Removing intermediate container 740b444f95e2 21:51:26 ---> 13d50f74d409 21:51:26 Step 27/27 : LABEL version=2.0.0-dev.10 21:51:26 ---> Running in 9a936ae596bf 21:51:26 Removing intermediate container 9a936ae596bf 21:51:26 ---> 338ef34e0213 21:51:26 [Warning] One or more build-args [ARCH] were not consumed 21:51:26 Successfully built 338ef34e0213 21:51:26 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:51:27 provisioning config files... 21:51:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config5452835373806506549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:27 ---> docker-login.sh 21:51:27 nexus3.edgexfoundry.org:10001 21:51:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10002 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10003 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10004 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 docker.io 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 ---> docker-login.sh ends [Pipeline] } 21:51:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:29 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:51:29 4eb982c5c40026bdb4233f13b12533b0406be3c0 21:51:29 latest 21:51:29 2.0.0-dev.10 21:51:29 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:51:29 master 21:51:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:29 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh 21:51:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 21:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:51:29 8fe7a7884d34: Preparing 21:51:29 f0747cfb9995: Preparing 21:51:29 da9c40f7dfb2: Preparing 21:51:29 04b5a0e46f96: Preparing 21:51:29 ee04573eb622: Preparing 21:51:29 777b2c648970: Preparing 21:51:29 777b2c648970: Waiting 21:51:30 f0747cfb9995: Pushed 21:51:30 04b5a0e46f96: Pushed 21:51:30 da9c40f7dfb2: Pushed 21:51:30 777b2c648970: Layer already exists 21:51:30 ee04573eb622: Pushed 21:51:31 8fe7a7884d34: Pushed 21:51:31 4eb982c5c40026bdb4233f13b12533b0406be3c0: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:51:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:51:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:51:31 8fe7a7884d34: Preparing 21:51:31 f0747cfb9995: Preparing 21:51:31 da9c40f7dfb2: Preparing 21:51:31 04b5a0e46f96: Preparing 21:51:31 ee04573eb622: Preparing 21:51:31 777b2c648970: Preparing 21:51:31 777b2c648970: Waiting 21:51:31 8fe7a7884d34: Layer already exists 21:51:31 da9c40f7dfb2: Layer already exists 21:51:31 04b5a0e46f96: Layer already exists 21:51:31 ee04573eb622: Layer already exists 21:51:31 f0747cfb9995: Layer already exists 21:51:31 777b2c648970: Layer already exists 21:51:31 latest: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:51:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:51:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 21:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:51:32 8fe7a7884d34: Preparing 21:51:32 f0747cfb9995: Preparing 21:51:32 da9c40f7dfb2: Preparing 21:51:32 04b5a0e46f96: Preparing 21:51:32 ee04573eb622: Preparing 21:51:32 777b2c648970: Preparing 21:51:32 777b2c648970: Waiting 21:51:32 8fe7a7884d34: Layer already exists 21:51:32 ee04573eb622: Layer already exists 21:51:32 da9c40f7dfb2: Layer already exists 21:51:32 f0747cfb9995: Layer already exists 21:51:32 04b5a0e46f96: Layer already exists 21:51:32 777b2c648970: Layer already exists 21:51:32 2.0.0-dev.10: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:51:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:51:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:51:33 8fe7a7884d34: Preparing 21:51:33 f0747cfb9995: Preparing 21:51:33 da9c40f7dfb2: Preparing 21:51:33 04b5a0e46f96: Preparing 21:51:33 ee04573eb622: Preparing 21:51:33 777b2c648970: Preparing 21:51:33 777b2c648970: Waiting 21:51:33 da9c40f7dfb2: Layer already exists 21:51:33 8fe7a7884d34: Layer already exists 21:51:33 f0747cfb9995: Layer already exists 21:51:33 ee04573eb622: Layer already exists 21:51:33 04b5a0e46f96: Layer already exists 21:51:33 777b2c648970: Layer already exists 21:51:33 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:51:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:51:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:51:33 8fe7a7884d34: Preparing 21:51:33 f0747cfb9995: Preparing 21:51:33 da9c40f7dfb2: Preparing 21:51:33 04b5a0e46f96: Preparing 21:51:33 ee04573eb622: Preparing 21:51:33 777b2c648970: Preparing 21:51:33 777b2c648970: Waiting 21:51:33 da9c40f7dfb2: Layer already exists 21:51:33 8fe7a7884d34: Layer already exists 21:51:33 f0747cfb9995: Layer already exists 21:51:33 04b5a0e46f96: Layer already exists 21:51:33 ee04573eb622: Layer already exists 21:51:33 777b2c648970: Layer already exists 21:51:33 master: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:34 ===================================================== [Pipeline] echo 21:51:34 taggedImages: 21:51:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 21:51:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:51:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 21:51:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:51:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:51:53 Removing intermediate container 802c2f8beae6 21:51:53 ---> f9bcfe3aac38 21:51:53 Step 14/27 : FROM alpine:3.12 21:51:53 3.12: Pulling from library/alpine 21:51:53 159e5727ea61: Pulling fs layer 21:51:53 159e5727ea61: Verifying Checksum 21:51:53 159e5727ea61: Download complete 21:51:53 159e5727ea61: Pull complete 21:51:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:51:53 Status: Downloaded newer image for alpine:3.12 21:51:53 ---> afeebe901d6b 21:51:53 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:51:53 ---> Running in bb750eb87529 21:51:53 Removing intermediate container bb750eb87529 21:51:53 ---> 3177ed5371d4 21:51:53 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:51:53 ---> Running in 6177e3b30a82 21:51:53 Removing intermediate container 6177e3b30a82 21:51:53 ---> 90a8b28817e6 21:51:53 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:51:53 ---> Running in 1d96fba1b24f 21:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:51:55 (1/7) Installing ca-certificates (20191127-r4) 21:51:55 (2/7) Installing dumb-init (1.2.2-r1) 21:51:55 (3/7) Installing libgcc (9.3.0-r2) 21:51:55 (4/7) Installing libsodium (1.0.18-r0) 21:51:55 (5/7) Installing libstdc++ (9.3.0-r2) 21:51:55 (6/7) Installing libzmq (4.3.3-r0) 21:51:55 (7/7) Installing zeromq (4.3.3-r0) 21:51:55 Executing busybox-1.31.1-r19.trigger 21:51:55 Executing ca-certificates-20191127-r4.trigger 21:51:55 OK: 9 MiB in 21 packages 21:51:57 Removing intermediate container 1d96fba1b24f 21:51:57 ---> 1fba1eae5f82 21:51:57 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:51:58 ---> d67adef09a67 21:51:58 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:51:58 ---> cfbed8515ef3 21:51:58 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:51:59 ---> e7df28134036 21:51:59 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:52:01 ---> f02314d2240c 21:52:01 Step 22/27 : EXPOSE 48095 21:52:01 ---> Running in 5634e78459ab 21:52:01 Removing intermediate container 5634e78459ab 21:52:01 ---> dca4ad8e7a4e 21:52:01 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:52:01 ---> Running in 042ebf6c51da 21:52:02 Removing intermediate container 042ebf6c51da 21:52:02 ---> f84968f60ab3 21:52:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:02 ---> Running in f719e69f1b05 21:52:03 Removing intermediate container f719e69f1b05 21:52:03 ---> eeb66881cd6a 21:52:03 Step 25/27 : LABEL arch=arm64 21:52:03 ---> Running in af7656e26c36 21:52:03 Removing intermediate container af7656e26c36 21:52:03 ---> 1788e8fadfc8 21:52:03 Step 26/27 : LABEL git_sha=4eb982c5c40026bdb4233f13b12533b0406be3c0 21:52:03 ---> Running in 2c256b5f324b 21:52:04 Removing intermediate container 2c256b5f324b 21:52:04 ---> 72769db92cd8 21:52:04 Step 27/27 : LABEL version=2.0.0-dev.10 21:52:04 ---> Running in 3224b6ac514b 21:52:04 Removing intermediate container 3224b6ac514b 21:52:04 ---> 822a30aa68d3 21:52:04 [Warning] One or more build-args [ARCH] were not consumed 21:52:04 Successfully built 822a30aa68d3 21:52:04 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 21:52:05 provisioning config files... 21:52:05 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config7855387693695439762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:05 ---> docker-login.sh 21:52:05 nexus3.edgexfoundry.org:10001 21:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:06 Configure a credential helper to remove this warning. See 21:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:06 21:52:06 Login Succeeded 21:52:06 nexus3.edgexfoundry.org:10002 21:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:06 Configure a credential helper to remove this warning. See 21:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:06 21:52:06 Login Succeeded 21:52:06 nexus3.edgexfoundry.org:10003 21:52:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:07 Configure a credential helper to remove this warning. See 21:52:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:07 21:52:07 Login Succeeded 21:52:07 nexus3.edgexfoundry.org:10004 21:52:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:07 Configure a credential helper to remove this warning. See 21:52:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:07 21:52:07 Login Succeeded 21:52:07 docker.io 21:52:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:08 Configure a credential helper to remove this warning. See 21:52:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:08 21:52:08 Login Succeeded 21:52:08 ---> docker-login.sh ends [Pipeline] } 21:52:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:09 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:52:09 4eb982c5c40026bdb4233f13b12533b0406be3c0 21:52:09 latest 21:52:09 2.0.0-dev.10 21:52:09 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:52:09 master 21:52:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh 21:52:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 21:52:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:52:09 cb1546ded790: Preparing 21:52:09 fa0067a4b6d1: Preparing 21:52:09 1be5b58c2eba: Preparing 21:52:09 0a9a68e06a9c: Preparing 21:52:09 45d60792d906: Preparing 21:52:09 379067d0cb53: Preparing 21:52:09 379067d0cb53: Waiting 21:52:10 fa0067a4b6d1: Pushed 21:52:10 1be5b58c2eba: Pushed 21:52:10 0a9a68e06a9c: Pushed 21:52:10 379067d0cb53: Layer already exists 21:52:11 45d60792d906: Pushed 21:52:13 cb1546ded790: Pushed 21:52:13 4eb982c5c40026bdb4233f13b12533b0406be3c0: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:14 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:52:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:52:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:52:14 cb1546ded790: Preparing 21:52:14 fa0067a4b6d1: Preparing 21:52:14 1be5b58c2eba: Preparing 21:52:14 0a9a68e06a9c: Preparing 21:52:14 45d60792d906: Preparing 21:52:14 379067d0cb53: Preparing 21:52:14 379067d0cb53: Waiting 21:52:14 cb1546ded790: Layer already exists 21:52:14 0a9a68e06a9c: Layer already exists 21:52:14 1be5b58c2eba: Layer already exists 21:52:14 45d60792d906: Layer already exists 21:52:14 fa0067a4b6d1: Layer already exists 21:52:14 379067d0cb53: Layer already exists 21:52:14 latest: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:15 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:52:15 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 21:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:52:15 cb1546ded790: Preparing 21:52:15 fa0067a4b6d1: Preparing 21:52:15 1be5b58c2eba: Preparing 21:52:15 0a9a68e06a9c: Preparing 21:52:15 45d60792d906: Preparing 21:52:15 379067d0cb53: Preparing 21:52:15 379067d0cb53: Waiting 21:52:15 fa0067a4b6d1: Layer already exists 21:52:15 cb1546ded790: Layer already exists 21:52:15 0a9a68e06a9c: Layer already exists 21:52:15 1be5b58c2eba: Layer already exists 21:52:15 45d60792d906: Layer already exists 21:52:15 379067d0cb53: Layer already exists 21:52:15 2.0.0-dev.10: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:16 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh 21:52:16 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:52:16 cb1546ded790: Preparing 21:52:16 fa0067a4b6d1: Preparing 21:52:16 1be5b58c2eba: Preparing 21:52:16 0a9a68e06a9c: Preparing 21:52:16 45d60792d906: Preparing 21:52:16 379067d0cb53: Preparing 21:52:16 379067d0cb53: Waiting 21:52:16 1be5b58c2eba: Layer already exists 21:52:16 0a9a68e06a9c: Layer already exists 21:52:16 45d60792d906: Layer already exists 21:52:16 cb1546ded790: Layer already exists 21:52:16 fa0067a4b6d1: Layer already exists 21:52:16 379067d0cb53: Layer already exists 21:52:16 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:16 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:52:17 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:52:17 cb1546ded790: Preparing 21:52:17 fa0067a4b6d1: Preparing 21:52:17 1be5b58c2eba: Preparing 21:52:17 0a9a68e06a9c: Preparing 21:52:17 45d60792d906: Preparing 21:52:17 379067d0cb53: Preparing 21:52:17 379067d0cb53: Waiting 21:52:17 cb1546ded790: Layer already exists 21:52:17 1be5b58c2eba: Layer already exists 21:52:17 45d60792d906: Layer already exists 21:52:17 0a9a68e06a9c: Layer already exists 21:52:17 fa0067a4b6d1: Layer already exists 21:52:17 379067d0cb53: Layer already exists 21:52:17 master: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:17 ===================================================== [Pipeline] echo 21:52:17 taggedImages: 21:52:17 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 21:52:17 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:52:17 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 21:52:17 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 21:52:17 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:52:19 provisioning config files... 21:52:19 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8984330341716092533tmp [Pipeline] { [Pipeline] sh 21:52:19 + set +x 21:52:19 + curl -s https://codecov.io/bash 21:52:19 + bash -s -- 21:52:19 21:52:19 _____ _ 21:52:19 / ____| | | 21:52:19 | | ___ __| | ___ ___ _____ __ 21:52:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:52:19 | |___| (_) | (_| | __/ (_| (_) \ V / 21:52:19 \_____\___/ \__,_|\___|\___\___/ \_/ 21:52:19 Bash-20210115-cec3c92 21:52:19 21:52:19 21:52:19 ==> git version 2.24.3 found 21:52:19 ==> 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 21:52:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:52:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:52:19 ==> Jenkins CI detected. 21:52:19 project root: . 21:52:19 --> token set from env 21:52:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:52:19 ==> Running gcov in . (disable via -X gcov) 21:52:19 ==> Python coveragepy not found 21:52:19 ==> Searching for coverage reports in: 21:52:19 + . 21:52:19 -> Found 1 reports 21:52:19 ==> Detecting git/mercurial file structure 21:52:19 ==> Reading reports 21:52:19 + ./coverage.out bytes=10 21:52:19 ==> Appending adjustments 21:52:19 https://docs.codecov.io/docs/fixing-reports 21:52:19 + Found adjustments 21:52:19 ==> Gzipping contents 21:52:19 4.0K /tmp/codecov.0n1lqL.gz 21:52:19 ==> Uploading reports 21:52:19 url: https://codecov.io 21:52:19 query: branch=master&commit=4eb982c5c40026bdb4233f13b12533b0406be3c0&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:19 -> Pinging Codecov 21:52:19 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=4eb982c5c40026bdb4233f13b12533b0406be3c0&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:20 -> Uploading to 21:52:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/A97CA9966030D2A3747ED39772930CCE/4eb982c5c40026bdb4233f13b12533b0406be3c0/6acd05b4-41a7-4e05-9da4-59004725e338.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T215220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f5f49bbdff6eabc599ad7b60ff4abe08fbd2a5e58f2c0d4da3472c428b17c4c 21:52:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:20 Dload Upload Total Spent Left Speed 21:52:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 803 --:--:-- --:--:-- --:--:-- 802 21:52:20 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] } 21:52:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:52:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:52:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:21 21:52:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:52:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:52:22 188c0c94c7c5: Pulling fs layer 21:52:22 0ef7d3d256c8: Pulling fs layer 21:52:22 de9db76c5a1d: Pulling fs layer 21:52:22 0eba1c9be4d2: Pulling fs layer 21:52:22 0d57e429df01: Pulling fs layer 21:52:22 4e4be7b47b0d: Pulling fs layer 21:52:22 e1f770b5df2f: Pulling fs layer 21:52:22 85a0685a4137: Pulling fs layer 21:52:22 0eba1c9be4d2: Waiting 21:52:22 0d57e429df01: Waiting 21:52:22 e1f770b5df2f: Waiting 21:52:22 4e4be7b47b0d: Waiting 21:52:22 de9db76c5a1d: Verifying Checksum 21:52:22 de9db76c5a1d: Download complete 21:52:22 0ef7d3d256c8: Verifying Checksum 21:52:22 0ef7d3d256c8: Download complete 21:52:22 0d57e429df01: Verifying Checksum 21:52:22 0d57e429df01: Download complete 21:52:22 4e4be7b47b0d: Verifying Checksum 21:52:22 4e4be7b47b0d: Download complete 21:52:22 188c0c94c7c5: Verifying Checksum 21:52:22 188c0c94c7c5: Download complete 21:52:22 188c0c94c7c5: Pull complete 21:52:23 0ef7d3d256c8: Pull complete 21:52:23 de9db76c5a1d: Pull complete 21:52:23 e1f770b5df2f: Verifying Checksum 21:52:23 e1f770b5df2f: Download complete 21:52:25 0eba1c9be4d2: Verifying Checksum 21:52:25 0eba1c9be4d2: Download complete 21:52:26 85a0685a4137: Verifying Checksum 21:52:26 85a0685a4137: Download complete 21:52:31 0eba1c9be4d2: Pull complete 21:52:31 0d57e429df01: Pull complete 21:52:31 4e4be7b47b0d: Pull complete 21:52:34 e1f770b5df2f: Pull complete 21:52:44 85a0685a4137: Pull complete 21:52:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:52:44 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:52:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:52:45 $ docker top 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 -eo pid,comm [Pipeline] { [Pipeline] echo 21:52:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:52:45 + set -o pipefail 21:52:45 + snyk monitor '--org=edgex-jenkins' 21:53:00 21:53:00 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:53:00 21:53:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/5878621c-8fd4-4f97-a621-ad663472bf66 21:53:00 21:53:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:53:00 21:53:00 [Pipeline] } 21:53:00 $ docker stop --time=1 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 21:53:03 $ docker rm -f 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 [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 21:53:05 + git log --format=format:%s -1 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh 21:53:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:53:05 . [Pipeline] withDockerContainer 21:53:06 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:53:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:53:07 $ docker top 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:07 [ssh-agent] Looking for ssh-agent implementation... 21:53:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:07 $ docker exec 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 ssh-agent 21:53:07 SSH_AUTH_SOCK=/tmp/ssh-v67xWp6HoFF5/agent.12 21:53:07 SSH_AGENT_PID=17 21:53:07 Running ssh-add (command line suppressed) 21:53:07 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4094788128611404636.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4094788128611404636.key) 21:53:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:08 + git semver tag 21:53:08 # -> Open(): unable to determine branch for HEAD 21:53:08 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:53:08 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:53:08 # $SEMVER_REMOTE_NAME = origin 21:53:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:53:08 # $SEMVER_USER_NAME = edgex-jenkins 21:53:08 # $SEMVER_BRANCH = master 21:53:08 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:53:08 # 4eb982c5c40026bdb4233f13b12533b0406be3c0 HEAD 21:53:08 # -> Force: false 21:53:08 # a61ab06a40f4332476674e2c65f39f5175d3db79 refs/tags/v2.0.0-dev.10 [Pipeline] } 21:53:08 $ docker exec --env ******** --env ******** 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 ssh-agent -k 21:53:08 unset SSH_AUTH_SOCK; 21:53:08 unset SSH_AGENT_PID; 21:53:08 echo Agent pid 17 killed; 21:53:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:09 + git semver [Pipeline] } 21:53:09 $ docker stop --time=1 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 21:53:10 $ docker rm -f 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:53:11 21:53:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:53:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:53:11 0.23.1-centos7: Pulling from edgex-lftools 21:53:11 ab5ef0e58194: Pulling fs layer 21:53:11 9712f1f96733: Pulling fs layer 21:53:11 63f879dbbcfc: Pulling fs layer 21:53:11 0d9ebad4ef96: Pulling fs layer 21:53:11 e9a5061849ea: Pulling fs layer 21:53:11 d747dcd14b5f: Pulling fs layer 21:53:11 2de7ff778b66: Pulling fs layer 21:53:11 0d9ebad4ef96: Waiting 21:53:11 e9a5061849ea: Waiting 21:53:11 d747dcd14b5f: Waiting 21:53:11 2de7ff778b66: Waiting 21:53:11 9712f1f96733: Verifying Checksum 21:53:11 9712f1f96733: Download complete 21:53:13 63f879dbbcfc: Verifying Checksum 21:53:13 63f879dbbcfc: Download complete 21:53:13 e9a5061849ea: Verifying Checksum 21:53:13 e9a5061849ea: Download complete 21:53:13 d747dcd14b5f: Verifying Checksum 21:53:13 d747dcd14b5f: Download complete 21:53:13 0d9ebad4ef96: Verifying Checksum 21:53:13 0d9ebad4ef96: Download complete 21:53:13 2de7ff778b66: Verifying Checksum 21:53:13 2de7ff778b66: Download complete 21:53:13 ab5ef0e58194: Verifying Checksum 21:53:13 ab5ef0e58194: Download complete 21:53:18 ab5ef0e58194: Pull complete 21:53:18 9712f1f96733: Pull complete 21:53:21 63f879dbbcfc: Pull complete 21:53:28 0d9ebad4ef96: Pull complete 21:53:29 e9a5061849ea: Pull complete 21:53:29 d747dcd14b5f: Pull complete 21:53:31 2de7ff778b66: Pull complete 21:53:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:53:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:53:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:53:31 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:53:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:53:35 $ docker top 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:53:35 provisioning config files... 21:53:35 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config94280414955935166tmp 21:53:35 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8929361165072988888tmp 21:53:35 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6021270823916873909tmp [Pipeline] { [Pipeline] echo 21:53:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:53:35 ---> sigul-configuration.sh 21:53:35 gpg: directory `/root/.gnupg' created 21:53:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:53:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:53:35 gpg: keyring `/root/.gnupg/secring.gpg' created 21:53:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:53:35 gpg: CAST5 encrypted data 21:53:36 gpg: encrypted with 1 passphrase 21:53:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:53:36 + mkdir /home/jenkins 21:53:36 + mkdir /home/jenkins/sigul [Pipeline] sh 21:53:36 + 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 21:53:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:53:37 ---> sigul-install.sh 21:53:42 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:53:42 + git tag --list 21:53:42 v1.0.0 21:53:42 v1.1.0 21:53:42 v1.2.0 21:53:42 v1.2.1-dev.1 21:53:42 v1.2.1-dev.10 21:53:42 v1.2.1-dev.11 21:53:42 v1.2.1-dev.12 21:53:42 v1.2.1-dev.13 21:53:42 v1.2.1-dev.14 21:53:42 v1.2.1-dev.15 21:53:42 v1.2.1-dev.16 21:53:42 v1.2.1-dev.17 21:53:42 v1.2.1-dev.18 21:53:42 v1.2.1-dev.19 21:53:42 v1.2.1-dev.2 21:53:42 v1.2.1-dev.20 21:53:42 v1.2.1-dev.21 21:53:42 v1.2.1-dev.22 21:53:42 v1.2.1-dev.23 21:53:42 v1.2.1-dev.3 21:53:42 v1.2.1-dev.4 21:53:42 v1.2.1-dev.5 21:53:42 v1.2.1-dev.6 21:53:42 v1.2.1-dev.7 21:53:42 v1.2.1-dev.8 21:53:42 v1.2.1-dev.9 21:53:42 v1.3.0 21:53:42 v1.3.1-dev.1 21:53:42 v2.0.0-dev.1 21:53:42 v2.0.0-dev.10 21:53:42 v2.0.0-dev.2 21:53:42 v2.0.0-dev.3 21:53:42 v2.0.0-dev.4 21:53:42 v2.0.0-dev.5 21:53:42 v2.0.0-dev.6 21:53:42 v2.0.0-dev.7 21:53:42 v2.0.0-dev.8 21:53:42 v2.0.0-dev.9 [Pipeline] sh 21:53:43 + lftools sign git-tag v2.0.0-dev.10 21:53:44 Signing Git tag with Sigul... 21:53:44 Signing v2.0.0-dev.10 [Pipeline] echo 21:53:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:53:45 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:53:45 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:53:45 $ docker stop --time=1 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 21:53:47 $ docker rm -f 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:53:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:53:48 . [Pipeline] withDockerContainer 21:53:49 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:53:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:53:49 $ docker top 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:50 [ssh-agent] Looking for ssh-agent implementation... 21:53:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:50 $ docker exec 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 ssh-agent 21:53:50 SSH_AUTH_SOCK=/tmp/ssh-4ZZKnJ6alXNb/agent.11 21:53:50 SSH_AGENT_PID=16 21:53:50 Running ssh-add (command line suppressed) 21:53:50 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9131148302564183177.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9131148302564183177.key) 21:53:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:51 + git semver bump pre 21:53:51 # -> Open(): unable to determine branch for HEAD 21:53:51 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:53:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:53:51 # $SEMVER_REMOTE_NAME = origin 21:53:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:53:51 # $SEMVER_USER_NAME = edgex-jenkins 21:53:51 # $SEMVER_BRANCH = master 21:53:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:53:51 2.0.0-dev.11 [Pipeline] } 21:53:51 $ docker exec --env ******** --env ******** 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 ssh-agent -k 21:53:51 unset SSH_AUTH_SOCK; 21:53:51 unset SSH_AGENT_PID; 21:53:51 echo Agent pid 16 killed; 21:53:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:51 + git semver [Pipeline] } 21:53:51 $ docker stop --time=1 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 21:53:53 $ docker rm -f 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:53:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:53:53 . [Pipeline] withDockerContainer 21:53:53 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:53:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:53:54 $ docker top fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:54 [ssh-agent] Looking for ssh-agent implementation... 21:53:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:54 $ docker exec fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 ssh-agent 21:53:55 SSH_AUTH_SOCK=/tmp/ssh-lhLQnkISI7NU/agent.12 21:53:55 SSH_AGENT_PID=17 21:53:55 Running ssh-add (command line suppressed) 21:53:55 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_72018092848899336.key (/w/workspace/_app-service-configurable_master@tmp/private_key_72018092848899336.key) 21:53:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:55 + git semver push 21:53:55 # -> Open(): unable to determine branch for HEAD 21:53:55 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:53:55 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:53:55 # $SEMVER_REMOTE_NAME = origin 21:53:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:53:55 # $SEMVER_USER_NAME = edgex-jenkins 21:53:55 # $SEMVER_BRANCH = master 21:53:55 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:54:02 $ docker exec --env ******** --env ******** fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 ssh-agent -k 21:54:02 unset SSH_AUTH_SOCK; 21:54:02 unset SSH_AGENT_PID; 21:54:02 echo Agent pid 17 killed; 21:54:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:54:02 + git semver [Pipeline] } 21:54:03 $ docker stop --time=1 fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 21:54:04 $ docker rm -f fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 [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 21:54:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:54:06 ---> package-listing.sh 21:54:06 ++ facter osfamily 21:54:06 ++ tr '[:upper:]' '[:lower:]' 21:54:06 + OS_FAMILY=redhat 21:54:06 + workspace=/w/workspace/_app-service-configurable_master 21:54:06 + START_PACKAGES=/tmp/packages_start.txt 21:54:06 + END_PACKAGES=/tmp/packages_end.txt 21:54:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:54:06 + PACKAGES=/tmp/packages_start.txt 21:54:06 + '[' /w/workspace/_app-service-configurable_master ']' 21:54:06 + PACKAGES=/tmp/packages_end.txt 21:54:06 + case "${OS_FAMILY}" in 21:54:06 + rpm -qa 21:54:06 + sort 21:54:11 + '[' -f /tmp/packages_start.txt ']' 21:54:11 + '[' -f /tmp/packages_end.txt ']' 21:54:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:54:11 + '[' /w/workspace/_app-service-configurable_master ']' 21:54:11 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:54:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:54:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:54:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:54:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:54:12 21:54:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:54:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:54:12 alpine: Pulling from edgex-lftools-log-publisher 21:54:12 df20fa9351a1: Pulling fs layer 21:54:12 36b3adc4ff6f: Pulling fs layer 21:54:12 8ad3a11d3b57: Pulling fs layer 21:54:12 46f8f816bc3b: Pulling fs layer 21:54:12 93b61091891f: Pulling fs layer 21:54:12 93b9cdb0e59b: Pulling fs layer 21:54:12 5e14af77c1be: Pulling fs layer 21:54:12 01666e4c0597: Pulling fs layer 21:54:12 aa168da1d23b: Pulling fs layer 21:54:12 93b61091891f: Waiting 21:54:12 93b9cdb0e59b: Waiting 21:54:12 46f8f816bc3b: Waiting 21:54:12 01666e4c0597: Waiting 21:54:12 5e14af77c1be: Waiting 21:54:12 aa168da1d23b: Waiting 21:54:12 36b3adc4ff6f: Verifying Checksum 21:54:12 36b3adc4ff6f: Download complete 21:54:12 46f8f816bc3b: Verifying Checksum 21:54:12 46f8f816bc3b: Download complete 21:54:12 df20fa9351a1: Verifying Checksum 21:54:12 df20fa9351a1: Download complete 21:54:12 93b9cdb0e59b: Verifying Checksum 21:54:12 93b9cdb0e59b: Download complete 21:54:12 5e14af77c1be: Verifying Checksum 21:54:12 5e14af77c1be: Download complete 21:54:12 01666e4c0597: Verifying Checksum 21:54:12 01666e4c0597: Download complete 21:54:12 93b61091891f: Verifying Checksum 21:54:12 93b61091891f: Download complete 21:54:12 8ad3a11d3b57: Verifying Checksum 21:54:12 8ad3a11d3b57: Download complete 21:54:13 df20fa9351a1: Pull complete 21:54:13 36b3adc4ff6f: Pull complete 21:54:14 8ad3a11d3b57: Pull complete 21:54:15 46f8f816bc3b: Pull complete 21:54:15 aa168da1d23b: Verifying Checksum 21:54:15 aa168da1d23b: Download complete 21:54:16 93b61091891f: Pull complete 21:54:16 93b9cdb0e59b: Pull complete 21:54:16 5e14af77c1be: Pull complete 21:54:16 01666e4c0597: Pull complete 21:54:23 aa168da1d23b: Pull complete 21:54:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:54:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:54:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:54:23 prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container 21:54:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:54:26 $ docker top ec6381b814dd7d84b9a12db46f2a65d5d0ac8288d9db9c14ec4fa31f05b421a8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:26 + touch /tmp/pre-build-complete [Pipeline] sh 21:54:27 + mkdir -p /var/log/sa [Pipeline] sh 21:54:27 + ls /var/log/sa-host 21:54:27 + sadf -c /var/log/sa-host/sa19 21:54:27 file_magic: OK 21:54:27 HZ: Using current value: 100 21:54:27 file_header: OK 21:54:27 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 21:54:27 Statistics: 21:54:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:54:27 File successfully converted to sysstat format version 12.2.1 21:54:27 + sadf -c /var/log/sa-host/sa23 21:54:27 file_magic: OK 21:54:27 HZ: Using current value: 100 21:54:27 file_header: OK 21:54:27 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 21:54:27 Statistics: 21:54:27 Hnuu...uuuununununu... 21:54:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:54:28 provisioning config files... 21:54:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1933298254189175378tmp [Pipeline] { [Pipeline] echo 21:54:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:54:28 ---> create-netrc.sh [Pipeline] } 21:54:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:54:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:54:28 ---> python-tools-install.sh [Pipeline] echo 21:54:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:54:29 ---> sudo-logs.sh 21:54:29 Archiving 'sudo' log.. [Pipeline] echo 21:54:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:54:29 ---> job-cost.sh 21:54:29 lf-activate-venv: SKIPPING 21:54:29 INFO: No Stack... 21:54:30 INFO: Retrieving Pricing Info for: v1-standard-2 21:54:30 INFO: Archiving Costs [Pipeline] echo 21:54:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:54:31 ---> logs-deploy.sh 21:54:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/76 21:54:31 INFO: archiving workspace using pattern(s): 21:54:33 Archives upload complete. 21:54:33 INFO: archiving logs to Nexus 21:54:33 ---> uname -a: 21:54:33 Linux prd-centos7-docker-4c-2g-21311.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:54:33 21:54:33 21:54:33 ---> lscpu: 21:54:33 Architecture: x86_64 21:54:33 CPU op-mode(s): 32-bit, 64-bit 21:54:33 Byte Order: Little Endian 21:54:33 Address sizes: 40 bits physical, 48 bits virtual 21:54:33 CPU(s): 4 21:54:33 On-line CPU(s) list: 0-3 21:54:33 Thread(s) per core: 1 21:54:33 Core(s) per socket: 1 21:54:33 Socket(s): 4 21:54:33 NUMA node(s): 1 21:54:33 Vendor ID: GenuineIntel 21:54:33 CPU family: 6 21:54:33 Model: 44 21:54:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:54:33 Stepping: 1 21:54:33 CPU MHz: 2933.438 21:54:33 BogoMIPS: 5866.87 21:54:33 Virtualization: VT-x 21:54:33 Hypervisor vendor: KVM 21:54:33 Virtualization type: full 21:54:33 L1d cache: 128 KiB 21:54:33 L1i cache: 128 KiB 21:54:33 L2 cache: 16 MiB 21:54:33 L3 cache: 64 MiB 21:54:33 NUMA node0 CPU(s): 0-3 21:54:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:54:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:54:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:54:33 Vulnerability Meltdown: Mitigation; PTI 21:54:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:54:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:54:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:54:33 Vulnerability Srbds: Not affected 21:54:33 Vulnerability Tsx async abort: Not affected 21:54:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:54:33 21:54:33 21:54:33 ---> nproc: 21:54:33 4 21:54:33 21:54:33 21:54:33 ---> df -h: 21:54:33 Filesystem Size Used Available Use% Mounted on 21:54:33 overlay 50.0G 8.5G 41.4G 17% / 21:54:33 tmpfs 64.0M 0 64.0M 0% /dev 21:54:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:54:33 shm 64.0M 0 64.0M 0% /dev/shm 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:54:33 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:54:33 21:54:33 21:54:33 ---> free -m: 21:54:33 total used free shared buff/cache available 21:54:33 Mem: 1837 830 145 0 861 942 21:54:33 Swap: 1023 3 1020 21:54:33 21:54:33 21:54:33 ---> ip addr: 21:54:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:54:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:54:33 inet 127.0.0.1/8 scope host lo 21:54:33 valid_lft forever preferred_lft forever 21:54:33 inet6 ::1/128 scope host 21:54:33 valid_lft forever preferred_lft forever 21:54:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:54:33 link/ether fa:16:3e:ed:bd:12 brd ff:ff:ff:ff:ff:ff 21:54:33 inet 10.30.122.113/23 brd 10.30.123.255 scope global dynamic eth0 21:54:33 valid_lft 85875sec preferred_lft 85875sec 21:54:33 inet6 fe80::f816:3eff:feed:bd12/64 scope link 21:54:33 valid_lft forever preferred_lft forever 21:54:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:54:33 link/ether 02:42:a6:f4:3c:71 brd ff:ff:ff:ff:ff:ff 21:54:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:54:33 valid_lft forever preferred_lft forever 21:54:33 inet6 fe80::42:a6ff:fef4:3c71/64 scope link 21:54:33 valid_lft forever preferred_lft forever 21:54:33 21:54:33 21:54:33 ---> sar -b -r -n DEV: 21:54:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 21:54:33 21:54:33 21:45:35 LINUX RESTART (4 CPU) 21:54:33 21:54:33 21:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:54:33 21:47:01 101.63 44.60 57.03 0.00 7926.35 13101.96 0.00 21:54:33 21:48:01 2.90 0.05 2.85 0.00 1.60 95.95 0.00 21:54:33 21:49:01 0.42 0.00 0.42 0.00 0.00 6.34 0.00 21:54:33 21:50:01 0.29 0.00 0.29 0.00 0.00 3.42 0.00 21:54:33 21:51:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 21:54:33 21:52:01 0.33 0.00 0.33 0.00 0.00 4.88 0.00 21:54:33 21:53:01 277.38 167.51 109.87 0.00 8159.52 34202.50 0.00 21:54:33 21:54:01 220.72 78.72 142.00 0.00 4719.45 34862.86 0.00 21:54:33 Average: 75.67 36.45 39.23 0.00 2607.09 10310.40 0.00 21:54:33 21:54:33 21:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:54:33 21:47:01 158828 0 599628 31.87 2620 1120468 1095352 37.38 443476 1080488 132 21:54:33 21:48:01 163308 0 595056 31.63 2620 1120560 1068184 36.46 441120 1079148 8 21:54:33 21:49:01 162848 0 595512 31.65 2620 1120564 1068352 36.46 455108 1066192 8 21:54:33 21:50:01 162864 0 595492 31.65 2620 1120568 1068340 36.46 455088 1066192 12 21:54:33 21:51:01 162736 0 595616 31.66 2620 1120572 1068184 36.46 452212 1069312 8 21:54:33 21:52:01 162236 0 596112 31.68 2620 1120576 1068264 36.46 452528 1069312 8 21:54:33 21:53:01 128428 0 704636 37.45 2596 1045884 1372332 46.84 541836 944120 54676 21:54:33 21:54:01 220460 0 782416 41.58 1588 877080 1298084 44.30 595392 736240 48 21:54:33 Average: 165214 0 633058 33.65 2488 1080784 1138386 38.85 479595 1013876 6862 21:54:33 21:54:33 21:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:54:33 21:47:01 eth0 520.76 335.64 1059.08 92.64 0.00 0.00 0.00 0.00 21:54:33 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:47:01 docker0 2.45 1.90 0.50 4.10 0.00 0.00 0.00 0.00 21:54:33 21:48:01 eth0 1.28 0.08 0.11 0.01 0.00 0.00 0.00 0.00 21:54:33 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:49:01 eth0 0.83 0.43 0.30 0.15 0.00 0.00 0.00 0.00 21:54:33 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:50:01 eth0 1.52 0.30 0.36 0.23 0.00 0.00 0.00 0.00 21:54:33 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:51:01 eth0 0.65 0.08 0.06 0.04 0.00 0.00 0.00 0.00 21:54:33 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:52:01 eth0 0.38 0.27 0.20 0.08 0.00 0.00 0.00 0.00 21:54:33 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:53:01 veth7b39e49 39.76 40.51 4.07 195.23 0.00 0.00 0.00 0.00 21:54:33 21:53:01 eth0 506.97 438.13 4283.96 39.87 0.00 0.00 0.00 0.00 21:54:33 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:53:01 docker0 39.76 40.38 3.52 195.22 0.00 0.00 0.00 0.00 21:54:33 21:54:01 vethb6590a7 1.86 1.51 0.33 0.32 0.00 0.00 0.00 0.00 21:54:33 21:54:01 eth0 529.52 455.75 3465.50 111.89 0.00 0.00 0.00 0.00 21:54:33 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 21:54:01 docker0 29.89 34.83 1.78 202.11 0.00 0.00 0.00 0.00 21:54:33 Average: vethb6590a7 0.23 0.19 0.04 0.04 0.00 0.00 0.00 0.00 21:54:33 Average: eth0 195.71 154.21 1103.91 30.69 0.00 0.00 0.00 0.00 21:54:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:54:33 Average: docker0 9.03 9.66 0.73 50.30 0.00 0.00 0.00 0.00 21:54:33 21:54:33 21:54:33 ---> sar -P ALL: 21:54:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 21:54:33 21:54:33 21:45:35 LINUX RESTART (4 CPU) 21:54:33 21:54:33 21:46:01 CPU %user %nice %system %iowait %steal %idle 21:54:33 21:47:01 all 13.37 0.00 5.79 2.55 0.05 78.25 21:54:33 21:47:01 0 12.63 0.00 6.30 1.76 0.07 79.25 21:54:33 21:47:01 1 12.74 0.00 6.20 5.17 0.05 75.84 21:54:33 21:47:01 2 15.30 0.00 5.45 1.92 0.03 77.30 21:54:33 21:47:01 3 12.79 0.00 5.23 1.34 0.03 80.61 21:54:33 21:48:01 all 0.16 0.00 0.05 0.00 0.00 99.79 21:54:33 21:48:01 0 0.25 0.00 0.07 0.00 0.00 99.68 21:54:33 21:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:54:33 21:48:01 2 0.30 0.00 0.03 0.00 0.00 99.67 21:54:33 21:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:54:33 21:49:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:54:33 21:49:01 0 0.47 0.00 0.05 0.00 0.02 99.47 21:54:33 21:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:54:33 21:49:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:54:33 21:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:54:33 21:50:01 all 0.16 0.00 0.02 0.00 0.00 99.81 21:54:33 21:50:01 0 0.51 0.00 0.02 0.00 0.00 99.47 21:54:33 21:50:01 1 0.08 0.00 0.03 0.00 0.00 99.88 21:54:33 21:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:54:33 21:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:54:33 21:51:01 all 0.17 0.00 0.08 0.00 0.02 99.73 21:54:33 21:51:01 0 0.52 0.00 0.13 0.00 0.00 99.35 21:54:33 21:51:01 1 0.08 0.00 0.10 0.00 0.00 99.82 21:54:33 21:51:01 2 0.05 0.00 0.05 0.00 0.02 99.88 21:54:33 21:51:01 3 0.03 0.00 0.03 0.00 0.05 99.88 21:54:33 21:52:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:54:33 21:52:01 0 0.50 0.00 0.07 0.00 0.00 99.43 21:54:33 21:52:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:54:33 21:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:54:33 21:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:54:33 21:53:01 all 9.11 0.00 6.44 2.70 0.05 81.70 21:54:33 21:53:01 0 9.52 0.00 6.67 3.36 0.05 80.39 21:54:33 21:53:01 1 9.10 0.00 6.33 3.37 0.03 81.18 21:54:33 21:53:01 2 9.20 0.00 5.92 2.44 0.05 82.39 21:54:33 21:53:01 3 8.62 0.00 6.85 1.63 0.07 82.83 21:54:33 21:54:01 all 11.66 0.00 9.17 2.95 0.07 76.15 21:54:33 21:54:01 0 9.54 0.00 8.17 3.51 0.07 78.71 21:54:33 21:54:01 1 11.08 0.00 9.73 1.72 0.07 77.40 21:54:33 21:54:01 2 10.91 0.00 8.19 3.20 0.05 77.65 21:54:33 21:54:01 3 15.12 0.00 10.58 3.36 0.09 70.86 21:54:33 Average: all 4.32 0.00 2.67 1.01 0.02 91.97 21:54:33 Average: 0 4.19 0.00 2.65 1.06 0.03 92.07 21:54:33 Average: 1 4.12 0.00 2.78 1.27 0.02 91.80 21:54:33 Average: 2 4.45 0.00 2.44 0.93 0.02 92.15 21:54:33 Average: 3 4.53 0.00 2.81 0.78 0.03 91.85 21:54:33 21:54:33 21:54:33