Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2b5516710491a318eb9d8aa999b6475b972a2de 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-22703 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 Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" > git rev-list --no-walk 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:29:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:29:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:29:42 ========================================================= 21:29:42 EdgeX Global Pipelines Version Info 21:29:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:29:44 ------------------- 21:29:44 stable info: 21:29:44 ------------------- 21:29:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:29:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:29:44 Message: update stable to v1.0.179 21:29:45 ------------------- 21:29:45 experimental info: 21:29:45 ------------------- 21:29:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:29:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:29:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:29:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:29:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:29:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b2b5516 [Pipeline] echo 21:29:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:29:49 provisioning config files... 21:29:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4955777560247867551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:29:49 ---> docker-login.sh 21:29:49 nexus3.edgexfoundry.org:10001 21:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 nexus3.edgexfoundry.org:10002 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 nexus3.edgexfoundry.org:10003 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 nexus3.edgexfoundry.org:10004 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 docker.io 21:29:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:50 Configure a credential helper to remove this warning. See 21:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:50 21:29:50 Login Succeeded 21:29:50 ---> docker-login.sh ends [Pipeline] } 21:29:50 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:29:51 + git log --format=format:%s -1 b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] echo 21:29:51 GIT_COMMIT: b2b5516710491a318eb9d8aa999b6475b972a2de, Commit Message: feat: Update profiles for new subsribe topic for V2 DTOs (#175) [Pipeline] echo 21:29:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:29:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:53 21:29:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:29:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:53 latest: Pulling from edgex-devops/git-semver 21:29:53 31603596830f: Pulling fs layer 21:29:53 2a8b12db71e7: Pulling fs layer 21:29:53 6ca5941a6612: Pulling fs layer 21:29:53 ecc8261a40a4: Pulling fs layer 21:29:53 ecc8261a40a4: Waiting 21:29:53 2a8b12db71e7: Verifying Checksum 21:29:53 2a8b12db71e7: Download complete 21:29:53 31603596830f: Verifying Checksum 21:29:53 31603596830f: Download complete 21:29:53 6ca5941a6612: Verifying Checksum 21:29:53 6ca5941a6612: Download complete 21:29:53 ecc8261a40a4: Verifying Checksum 21:29:53 ecc8261a40a4: Download complete 21:29:53 31603596830f: Pull complete 21:29:53 2a8b12db71e7: Pull complete 21:29:54 6ca5941a6612: Pull complete 21:29:55 ecc8261a40a4: Pull complete 21:29:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:29:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:29:55 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:29:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:29:57 $ docker top 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:29:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:57 [ssh-agent] Looking for ssh-agent implementation... 21:29:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:58 $ docker exec 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent 21:29:58 SSH_AUTH_SOCK=/tmp/ssh-M1EMWlsRiQ8Z/agent.12 21:29:58 SSH_AGENT_PID=17 21:29:58 Running ssh-add (command line suppressed) 21:29:58 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3494912943803809409.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3494912943803809409.key) 21:29:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:58 + git tag --points-at HEAD [Pipeline] } 21:29:58 $ docker exec --env ******** --env ******** 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent -k 21:29:59 unset SSH_AUTH_SOCK; 21:29:59 unset SSH_AGENT_PID; 21:29:59 echo Agent pid 17 killed; 21:29:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:29:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:59 [ssh-agent] Looking for ssh-agent implementation... 21:29:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:59 $ docker exec 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent 21:29:59 SSH_AUTH_SOCK=/tmp/ssh-lFNAWOcvsJZV/agent.47 21:29:59 SSH_AGENT_PID=52 21:29:59 Running ssh-add (command line suppressed) 21:29:59 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_455216167015695819.key (/w/workspace/_app-service-configurable_master@tmp/private_key_455216167015695819.key) 21:29:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:30:00 + git semver init 21:30:00 # -> Open(): unable to determine branch for HEAD 21:30:00 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:30:00 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:30:00 # $SEMVER_REMOTE_NAME = origin 21:30:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:30:00 # $SEMVER_USER_NAME = edgex-jenkins 21:30:00 # $SEMVER_BRANCH = master 21:30:00 # $SEMVER_TEMP = /tmp/semver-354317953 21:30:00 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:30:00 # '/tmp/semver-354317953' -> '/w/workspace/_app-service-configurable_master/.semver' 21:30:00 # -> Force: false 21:30:00 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:30:00 $ docker exec --env ******** --env ******** 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent -k 21:30:00 unset SSH_AUTH_SOCK; 21:30:00 unset SSH_AGENT_PID; 21:30:00 echo Agent pid 52 killed; 21:30:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:30:01 + git semver [Pipeline] } 21:30:01 $ docker stop --time=1 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 21:30:02 $ docker rm -f 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 [Pipeline] // withDockerContainer [Pipeline] sh 21:30:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:30:03 Stashed 1 file(s) [Pipeline] echo 21:30:03 [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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:30:19 Still waiting to schedule task 21:30:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:30:19 Still waiting to schedule task 21:30:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 21:32:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22704 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:32:11 Running in /w/workspace/app-service-configurable/79 [Pipeline] { [Pipeline] checkout 21:32:16 using credential edgex-jenkins-ssh 21:32:17 Cloning the remote Git repository 21:32:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:32:17 > git init /w/workspace/app-service-configurable/79 # timeout=10 21:32:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:32:17 > git --version # timeout=10 21:32:17 > git --version # 'git version 2.17.1' 21:32:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:18 Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) 21:32:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:32:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:32:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:32:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:32:18 > git config core.sparsecheckout # timeout=10 21:32:18 > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 21:32:23 Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" 21:32:23 Running on prd-centos7-docker-4c-2g-22705 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:32:23 Running in /w/workspace/app-service-configurable/79 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:32:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:32:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:32:25 + sudo service docker restart 21:32:25 + true 21:32:25 using credential edgex-jenkins-ssh 21:32:25 Cloning the remote Git repository 21:32:25 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:32:25 > git init /w/workspace/app-service-configurable/79 # timeout=10 21:32:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:32:25 > git --version # timeout=10 21:32:25 > git --version # 'git version 2.24.3' 21:32:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:32:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:32:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:32:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:32:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:32:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:32:27 Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) 21:32:26 > git config core.sparsecheckout # timeout=10 21:32:26 > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:32:28 provisioning config files... 21:32:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config7511940669961164336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:28 ---> docker-login.sh 21:32:28 nexus3.edgexfoundry.org:10001 21:32:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:29 Configure a credential helper to remove this warning. See 21:32:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:29 21:32:29 Login Succeeded 21:32:29 nexus3.edgexfoundry.org:10002 21:32:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:30 Configure a credential helper to remove this warning. See 21:32:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:30 21:32:30 Login Succeeded 21:32:30 nexus3.edgexfoundry.org:10003 21:32:30 Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" 21:32:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { 21:32:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:31 Configure a credential helper to remove this warning. See 21:32:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:31 21:32:31 Login Succeeded 21:32:31 nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:32:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:31 Configure a credential helper to remove this warning. See 21:32:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:31 21:32:31 Login Succeeded 21:32:31 docker.io 21:32:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:32:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:32:32 + sudo service docker restart 21:32:32 + true 21:32:32 Redirecting to /bin/systemctl restart docker.service 21:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:32 Configure a credential helper to remove this warning. See 21:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:32 21:32:32 Login Succeeded 21:32:32 ---> docker-login.sh ends [Pipeline] } 21:32:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:32:32 ========================================================= 21:32:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:32:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:32:33 + 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:32:33 Sending build context to Docker daemon 98.82kB [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:32:33 provisioning config files... 21:32:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config1633618624457005713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:32:33 Step 2/8 : FROM ${BASE} 21:32:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:32:33 5f621e34cdf4: Pulling fs layer 21:32:33 a4357932f1b6: Pulling fs layer 21:32:33 18c013af1878: Pulling fs layer 21:32:33 00ac8860ef70: Pulling fs layer 21:32:33 63d7cb157983: Pulling fs layer 21:32:33 b116817d02f9: Pulling fs layer 21:32:33 745a02a5169b: Pulling fs layer 21:32:33 00ac8860ef70: Waiting 21:32:33 63d7cb157983: Waiting 21:32:33 745a02a5169b: Waiting 21:32:33 b116817d02f9: Waiting 21:32:33 18c013af1878: Download complete 21:32:33 a4357932f1b6: Verifying Checksum 21:32:33 a4357932f1b6: Download complete 21:32:33 63d7cb157983: Verifying Checksum 21:32:33 63d7cb157983: Download complete 21:32:33 ---> docker-login.sh 21:32:33 nexus3.edgexfoundry.org:10001 21:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:34 Configure a credential helper to remove this warning. See 21:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:34 21:32:34 Login Succeeded 21:32:34 nexus3.edgexfoundry.org:10002 21:32:34 5f621e34cdf4: Verifying Checksum 21:32:34 5f621e34cdf4: Download complete 21:32:34 b116817d02f9: Verifying Checksum 21:32:34 b116817d02f9: Download complete 21:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:34 Configure a credential helper to remove this warning. See 21:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:34 21:32:34 Login Succeeded 21:32:34 nexus3.edgexfoundry.org:10003 21:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:34 Configure a credential helper to remove this warning. See 21:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:34 21:32:34 Login Succeeded 21:32:34 nexus3.edgexfoundry.org:10004 21:32:35 5f621e34cdf4: Pull complete 21:32:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:35 Configure a credential helper to remove this warning. See 21:32:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:35 21:32:35 Login Succeeded 21:32:35 docker.io 21:32:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:35 Configure a credential helper to remove this warning. See 21:32:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:35 21:32:35 Login Succeeded 21:32:35 ---> docker-login.sh ends [Pipeline] } 21:32:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:32:35 a4357932f1b6: Pull complete [Pipeline] echo 21:32:35 ========================================================= 21:32:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:32:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:32:35 18c013af1878: Pull complete 21:32:36 + 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:32:36 Sending build context to Docker daemon 98.82kB 21:32:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:32:36 Step 2/8 : FROM ${BASE} 21:32:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:32:36 188c0c94c7c5: Pulling fs layer 21:32:36 0ef7d3d256c8: Pulling fs layer 21:32:36 de9db76c5a1d: Pulling fs layer 21:32:36 bca2f99d35d6: Pulling fs layer 21:32:36 93359f2a8cfa: Pulling fs layer 21:32:36 7c6f9722023f: Pulling fs layer 21:32:36 a35cf1a2eb13: Pulling fs layer 21:32:36 93359f2a8cfa: Waiting 21:32:36 7c6f9722023f: Waiting 21:32:36 a35cf1a2eb13: Waiting 21:32:36 bca2f99d35d6: Waiting 21:32:36 de9db76c5a1d: Verifying Checksum 21:32:36 de9db76c5a1d: Download complete 21:32:36 0ef7d3d256c8: Download complete 21:32:36 93359f2a8cfa: Verifying Checksum 21:32:36 93359f2a8cfa: Download complete 21:32:36 7c6f9722023f: Download complete 21:32:36 188c0c94c7c5: Verifying Checksum 21:32:36 188c0c94c7c5: Download complete 21:32:36 188c0c94c7c5: Pull complete 21:32:37 0ef7d3d256c8: Pull complete 21:32:37 de9db76c5a1d: Pull complete 21:32:37 745a02a5169b: Verifying Checksum 21:32:37 745a02a5169b: Download complete 21:32:39 00ac8860ef70: Verifying Checksum 21:32:39 00ac8860ef70: Download complete 21:32:39 a35cf1a2eb13: Verifying Checksum 21:32:39 a35cf1a2eb13: Download complete 21:32:40 bca2f99d35d6: Verifying Checksum 21:32:40 bca2f99d35d6: Download complete 21:32:45 bca2f99d35d6: Pull complete 21:32:45 93359f2a8cfa: Pull complete 21:32:45 7c6f9722023f: Pull complete 21:32:49 00ac8860ef70: Pull complete 21:32:49 63d7cb157983: Pull complete 21:32:49 b116817d02f9: Pull complete 21:32:53 745a02a5169b: Pull complete 21:32:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:32:53 ---> b7e6874047d6 21:32:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:32:53 a35cf1a2eb13: Pull complete 21:32:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:32:53 ---> a62c8e92a672 21:32:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:32:54 ---> Running in 8c0ce2bea2df 21:32:54 Removing intermediate container 8c0ce2bea2df 21:32:54 ---> 682d9ff9f7a7 21:32:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:54 ---> Running in 61d73a89895d 21:32:55 Removing intermediate container 61d73a89895d 21:32:55 ---> ea1c5321a03f 21:32:55 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:32:55 ---> Running in 8487e7570c5c 21:32:55 ---> Running in 9f0dc7d8663c 21:32:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:32:56 Removing intermediate container 9f0dc7d8663c 21:32:56 ---> b5ad6ca1fa25 21:32:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:32:56 ---> Running in 0a13e630dcc4 21:32:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:32:57 (1/6) Installing libc-dev (0.7.2-r3) 21:32:57 (2/6) Installing libsodium (1.0.18-r0) 21:32:57 (3/6) Installing pkgconf (1.7.2-r0) 21:32:57 (4/6) Installing libsodium-dev (1.0.18-r0) 21:32:58 (5/6) Installing libzmq (4.3.3-r0) 21:32:58 (6/6) Installing zeromq-dev (4.3.3-r0) 21:32:58 Executing busybox-1.31.1-r19.trigger 21:32:58 OK: 167 MiB in 45 packages 21:32:58 Removing intermediate container 8487e7570c5c 21:32:58 ---> 0537ff15e3ab 21:32:58 Step 6/8 : WORKDIR /app 21:32:58 ---> Running in e708706b7bbf 21:32:59 Removing intermediate container 0a13e630dcc4 21:32:59 ---> 3b01d385b16e 21:32:59 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:32:59 ---> Running in 62474e559266 21:32:59 Removing intermediate container e708706b7bbf 21:32:59 ---> f8f8303c8ac1 21:32:59 Step 7/8 : COPY . . 21:32:59 ---> d0bc476c4a14 21:32:59 Step 8/8 : RUN go mod download 21:32:59 ---> Running in cca5ee4508aa 21:32:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:33:01 (1/6) Installing libc-dev (0.7.2-r3) 21:33:01 (2/6) Installing libsodium (1.0.18-r0) 21:33:01 (3/6) Installing pkgconf (1.7.2-r0) 21:33:01 (4/6) Installing libsodium-dev (1.0.18-r0) 21:33:01 (5/6) Installing libzmq (4.3.3-r0) 21:33:02 (6/6) Installing zeromq-dev (4.3.3-r0) 21:33:02 Executing busybox-1.31.1-r19.trigger 21:33:02 OK: 144 MiB in 45 packages 21:33:03 Removing intermediate container 62474e559266 21:33:03 ---> 8a31bbc98c77 21:33:03 Step 6/8 : WORKDIR /app 21:33:03 ---> Running in d3f8fccff429 21:33:04 Removing intermediate container d3f8fccff429 21:33:04 ---> c094ab9b0be2 21:33:04 Step 7/8 : COPY . . 21:33:04 ---> c3ea456cb865 21:33:04 Step 8/8 : RUN go mod download 21:33:04 ---> Running in 3e62ffe8829f 21:33:26 Removing intermediate container cca5ee4508aa 21:33:26 ---> b4aec5dd2844 21:33:26 Successfully built b4aec5dd2844 21:33:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:33:26 + docker inspect -f . ci-base-image-x86_64 21:33:26 . [Pipeline] withDockerContainer 21:33:26 prd-centos7-docker-4c-2g-22705 does not seem to be running inside a container 21:33:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:33:27 $ docker top 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:28 + go version 21:33:28 go version go1.15.5 linux/amd64 [Pipeline] } 21:33:28 $ docker stop --time=1 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 21:33:29 $ docker rm -f 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:33:30 + docker inspect -f . ci-base-image-x86_64 21:33:30 . [Pipeline] withDockerContainer 21:33:30 prd-centos7-docker-4c-2g-22705 does not seem to be running inside a container 21:33:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:33:31 $ docker top a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:31 + make test 21:33:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:33:31 Removing intermediate container 3e62ffe8829f 21:33:31 ---> a0cef4b901ac 21:33:31 Successfully built a0cef4b901ac 21:33:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:33:32 + docker inspect -f . ci-base-image-arm64 21:33:32 . [Pipeline] withDockerContainer 21:33:32 prd-ubuntu18.04-docker-arm64-4c-16g-22704 does not seem to be running inside a container 21:33:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:33:34 $ docker top 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:35 + go version 21:33:35 go version go1.15.5 linux/arm64 [Pipeline] } 21:33:35 $ docker stop --time=1 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 21:33:36 $ docker rm -f 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:33:37 + docker inspect -f . ci-base-image-arm64 21:33:37 . [Pipeline] withDockerContainer 21:33:38 prd-ubuntu18.04-docker-arm64-4c-16g-22704 does not seem to be running inside a container 21:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:33:39 $ docker top 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:40 + make test 21:33:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:33:46 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:33:46 CGO_ENABLED=1 go vet ./... 21:33:46 gofmt -l . 21:33:46 [ "`gofmt -l .`" = "" ] 21:33:46 ./bin/test-go-mod-tidy.sh 21:33:47 ./bin/test-attribution-txt.sh [Pipeline] } 21:33:47 $ docker stop --time=1 a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 21:33:50 $ docker rm -f a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 [Pipeline] // withDockerContainer [Pipeline] sh 21:33:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:33:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:33:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:33:53 + ls -al . 21:33:53 total 88 21:33:53 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 25 21:33 . 21:33:53 drwxrwxr-x. 4 jenkins jenkins 30 Jan 25 21:32 .. 21:33:53 -rw-rw-r--. 1 jenkins jenkins 6558 Jan 25 21:32 Attribution.txt 21:33:53 drwxrwxr-x. 2 jenkins jenkins 64 Jan 25 21:32 bin 21:33:53 -rw-r--r--. 1 jenkins jenkins 10 Jan 25 21:33 coverage.out 21:33:53 -rw-rw-r--. 1 jenkins jenkins 2032 Jan 25 21:32 Dockerfile 21:33:53 -rw-rw-r--. 1 jenkins jenkins 970 Jan 25 21:32 Dockerfile.build 21:33:53 -rw-rw-r--. 1 jenkins jenkins 119 Jan 25 21:32 .dockerignore 21:33:53 drwxrwxr-x. 8 jenkins jenkins 162 Jan 25 21:32 .git 21:33:53 drwxrwxr-x. 2 jenkins jenkins 81 Jan 25 21:32 .github 21:33:53 -rw-rw-r--. 1 jenkins jenkins 93 Jan 25 21:32 .gitignore 21:33:53 -rw-r--r--. 1 jenkins jenkins 135 Jan 25 21:33 go.mod 21:33:53 -rw-r--r--. 1 jenkins jenkins 18487 Jan 25 21:33 go.sum 21:33:53 -rw-rw-r--. 1 jenkins jenkins 687 Jan 25 21:32 Jenkinsfile 21:33:53 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 25 21:32 LICENSE 21:33:53 -rw-rw-r--. 1 jenkins jenkins 1522 Jan 25 21:32 main.go 21:33:53 -rw-rw-r--. 1 jenkins jenkins 1582 Jan 25 21:32 makefile 21:33:53 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 25 21:32 README.md 21:33:53 drwxrwxr-x. 10 jenkins jenkins 171 Jan 25 21:32 res 21:33:53 drwxrwxr-x. 4 jenkins jenkins 71 Jan 25 21:32 snap 21:33:53 -rw-rw-r--. 1 jenkins jenkins 12 Jan 25 21:30 VERSION [Pipeline] isUnix [Pipeline] sh 21:33:54 + 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=b2b5516710491a318eb9d8aa999b6475b972a2de --label arch=amd64 --label version=2.0.0-dev.13 . 21:33:54 Sending build context to Docker daemon 120.3kB 21:33:54 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:33:54 Step 2/27 : FROM ${BASE} AS builder 21:33:54 ---> b4aec5dd2844 21:33:54 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:33:54 ---> Running in 2b30faaf9951 21:33:54 Removing intermediate container 2b30faaf9951 21:33:54 ---> 8434e9bf930d 21:33:54 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:33:54 ---> Running in 53734e665116 21:33:55 Removing intermediate container 53734e665116 21:33:55 ---> 10832ef606c1 21:33:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:33:55 ---> Running in 1baa3d1fd990 21:33:55 Removing intermediate container 1baa3d1fd990 21:33:55 ---> b4c50381c619 21:33:55 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:33:55 ---> Running in 1e8e037dc9ad 21:33:56 Removing intermediate container 1e8e037dc9ad 21:33:56 ---> d796b47030c3 21:33:56 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:33:56 ---> Running in 29ba439653e7 21:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:33:58 OK: 167 MiB in 45 packages 21:33:58 Removing intermediate container 29ba439653e7 21:33:58 ---> 1b0efe19a985 21:33:58 Step 8/27 : WORKDIR /app 21:33:58 ---> Running in 4a0c30c33ee5 21:33:58 Removing intermediate container 4a0c30c33ee5 21:33:58 ---> 40421d4bb6d7 21:33:58 Step 9/27 : COPY go.mod . 21:33:59 ---> 64527d1b53c6 21:33:59 Step 10/27 : RUN go mod download 21:33:59 ---> Running in ab051b4a95f9 21:34:00 Removing intermediate container ab051b4a95f9 21:34:00 ---> 63c0635b6765 21:34:00 Step 11/27 : COPY . . 21:34:00 ---> 878550a4cb78 21:34:00 Step 12/27 : ARG MAKE="make build" 21:34:00 ---> Running in f170f575f59e 21:34:00 Removing intermediate container f170f575f59e 21:34:00 ---> ca5338f54a47 21:34:00 Step 13/27 : RUN $MAKE 21:34:00 ---> Running in 37831dc6a0c4 21:34:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.13" -o app-service-configurable 21:34:16 Removing intermediate container 37831dc6a0c4 21:34:16 ---> ecb1bdcb13d9 21:34:16 Step 14/27 : FROM alpine:3.12 21:34:16 3.12: Pulling from library/alpine 21:34:16 801bfaa63ef2: Pulling fs layer 21:34:16 801bfaa63ef2: Verifying Checksum 21:34:16 801bfaa63ef2: Download complete 21:34:16 801bfaa63ef2: Pull complete 21:34:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:34:16 Status: Downloaded newer image for alpine:3.12 21:34:16 ---> 389fef711851 21:34:16 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:34:16 ---> Running in 75f7e4662f8f 21:34:16 Removing intermediate container 75f7e4662f8f 21:34:16 ---> 5d1b82e3e877 21:34:16 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:34:16 ---> Running in 799504550c86 21:34:16 Removing intermediate container 799504550c86 21:34:16 ---> 4ab93e441e3b 21:34:16 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:34:16 ---> Running in afe3ca16b4d4 21:34:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:34:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:34:17 (1/7) Installing ca-certificates (20191127-r4) 21:34:17 (2/7) Installing dumb-init (1.2.2-r1) 21:34:17 (3/7) Installing libgcc (9.3.0-r2) 21:34:17 (4/7) Installing libsodium (1.0.18-r0) 21:34:17 (5/7) Installing libstdc++ (9.3.0-r2) 21:34:17 (6/7) Installing libzmq (4.3.3-r0) 21:34:17 (7/7) Installing zeromq (4.3.3-r0) 21:34:17 Executing busybox-1.31.1-r19.trigger 21:34:17 Executing ca-certificates-20191127-r4.trigger 21:34:17 OK: 9 MiB in 21 packages 21:34:18 Removing intermediate container afe3ca16b4d4 21:34:18 ---> f850a2d10a0c 21:34:18 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:34:18 ---> d2c086388a87 21:34:18 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:34:19 ---> 1bed8620efb3 21:34:19 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:34:19 ---> 05e2488c93cc 21:34:19 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:34:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:34:19 CGO_ENABLED=1 go vet ./... 21:34:20 ---> 13259bc98e40 21:34:20 Step 22/27 : EXPOSE 48095 21:34:20 ---> Running in 6810927c7c3e 21:34:20 Removing intermediate container 6810927c7c3e 21:34:20 ---> 5b53d70485b0 21:34:20 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:34:20 ---> Running in a3fb970cbe1f 21:34:20 Removing intermediate container a3fb970cbe1f 21:34:20 ---> 767353198be8 21:34:20 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:34:20 ---> Running in 7d922c191690 21:34:20 Removing intermediate container 7d922c191690 21:34:20 ---> fc08ee77535b 21:34:20 Step 25/27 : LABEL arch=amd64 21:34:20 ---> Running in ad6986ddc6d3 21:34:21 Removing intermediate container ad6986ddc6d3 21:34:21 ---> b652c5ff6113 21:34:21 Step 26/27 : LABEL git_sha=b2b5516710491a318eb9d8aa999b6475b972a2de 21:34:21 ---> Running in 29bbbcda2e27 21:34:21 Removing intermediate container 29bbbcda2e27 21:34:21 ---> 4fef86f8ad4a 21:34:21 Step 27/27 : LABEL version=2.0.0-dev.13 21:34:21 ---> Running in a829b6dfaed6 21:34:21 Removing intermediate container a829b6dfaed6 21:34:21 ---> 529807af059b 21:34:21 [Warning] One or more build-args [ARCH] were not consumed 21:34:21 Successfully built 529807af059b 21:34:21 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:34:22 provisioning config files... 21:34:22 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config6803478637329217398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:34:22 ---> docker-login.sh 21:34:22 nexus3.edgexfoundry.org:10001 21:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:23 Configure a credential helper to remove this warning. See 21:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:23 21:34:23 Login Succeeded 21:34:23 nexus3.edgexfoundry.org:10002 21:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:23 Configure a credential helper to remove this warning. See 21:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:23 21:34:23 Login Succeeded 21:34:23 nexus3.edgexfoundry.org:10003 21:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:23 Configure a credential helper to remove this warning. See 21:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:23 21:34:23 Login Succeeded 21:34:23 nexus3.edgexfoundry.org:10004 21:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:23 Configure a credential helper to remove this warning. See 21:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:23 21:34:23 Login Succeeded 21:34:23 docker.io 21:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:23 Configure a credential helper to remove this warning. See 21:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:23 21:34:23 Login Succeeded 21:34:23 ---> docker-login.sh ends [Pipeline] } 21:34:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:24 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:34:24 b2b5516710491a318eb9d8aa999b6475b972a2de 21:34:24 latest 21:34:24 2.0.0-dev.13 21:34:24 b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:34:24 master 21:34:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:34:24 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh 21:34:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de 21:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:34:24 c6c503ee346e: Preparing 21:34:24 e3cda91f2806: Preparing 21:34:24 6bb4cbf49ca4: Preparing 21:34:24 c816a9382987: Preparing 21:34:24 c3f9c69543b3: Preparing 21:34:24 777b2c648970: Preparing 21:34:24 777b2c648970: Waiting 21:34:25 6bb4cbf49ca4: Pushed 21:34:25 e3cda91f2806: Pushed 21:34:25 c816a9382987: Pushed 21:34:25 777b2c648970: Layer already exists 21:34:25 gofmt -l . 21:34:25 [ "`gofmt -l .`" = "" ] 21:34:25 ./bin/test-go-mod-tidy.sh 21:34:25 c3f9c69543b3: Pushed 21:34:26 ./bin/test-attribution-txt.sh 21:34:26 c6c503ee346e: Pushed 21:34:26 b2b5516710491a318eb9d8aa999b6475b972a2de: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:34:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:34:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:34:27 c6c503ee346e: Preparing 21:34:27 e3cda91f2806: Preparing 21:34:27 6bb4cbf49ca4: Preparing 21:34:27 c816a9382987: Preparing 21:34:27 c3f9c69543b3: Preparing 21:34:27 777b2c648970: Preparing 21:34:27 777b2c648970: Waiting 21:34:27 c816a9382987: Layer already exists 21:34:27 c6c503ee346e: Layer already exists 21:34:27 6bb4cbf49ca4: Layer already exists 21:34:27 c3f9c69543b3: Layer already exists 21:34:27 e3cda91f2806: Layer already exists 21:34:27 777b2c648970: Layer already exists 21:34:27 latest: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] } 21:34:27 $ docker stop --time=1 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 21:34:27 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 21:34:29 $ docker rm -f 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 21:34:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:34:30 Warning: overwriting stash ‘coverage-report’ 21:34:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 21:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:34:30 c6c503ee346e: Preparing 21:34:30 e3cda91f2806: Preparing 21:34:30 6bb4cbf49ca4: Preparing 21:34:30 c816a9382987: Preparing 21:34:30 c3f9c69543b3: Preparing 21:34:30 777b2c648970: Preparing 21:34:30 777b2c648970: Waiting 21:34:30 c816a9382987: Layer already exists 21:34:30 c3f9c69543b3: Layer already exists 21:34:30 e3cda91f2806: Layer already exists 21:34:30 c6c503ee346e: Layer already exists 21:34:30 6bb4cbf49ca4: Layer already exists 21:34:30 777b2c648970: Layer already exists 21:34:30 2.0.0-dev.13: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:34:30 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:34:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:34:31 c6c503ee346e: Preparing 21:34:31 e3cda91f2806: Preparing 21:34:31 6bb4cbf49ca4: Preparing 21:34:31 c816a9382987: Preparing 21:34:31 c3f9c69543b3: Preparing 21:34:31 777b2c648970: Preparing 21:34:31 777b2c648970: Waiting 21:34:31 e3cda91f2806: Layer already exists 21:34:31 6bb4cbf49ca4: Layer already exists 21:34:31 c816a9382987: Layer already exists 21:34:31 c6c503ee346e: Layer already exists 21:34:31 c3f9c69543b3: Layer already exists 21:34:31 777b2c648970: Layer already exists 21:34:31 b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:34:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 21:34:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 21:34:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:34:31 c6c503ee346e: Preparing 21:34:31 e3cda91f2806: Preparing 21:34:31 6bb4cbf49ca4: Preparing 21:34:31 c816a9382987: Preparing 21:34:31 c3f9c69543b3: Preparing 21:34:31 777b2c648970: Preparing 21:34:31 777b2c648970: Waiting 21:34:31 6bb4cbf49ca4: Layer already exists 21:34:31 c3f9c69543b3: Layer already exists 21:34:31 c816a9382987: Layer already exists 21:34:31 c6c503ee346e: Layer already exists 21:34:31 e3cda91f2806: Layer already exists 21:34:31 777b2c648970: Layer already exists 21:34:31 master: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:31 ===================================================== 21:34:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo 21:34:32 taggedImages: 21:34:32 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de 21:34:32 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:34:32 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 21:34:32 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:34:32 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } 21:34:32 + ls -al . 21:34:32 total 112 21:34:32 drwxrwxr-x 7 jenkins jenkins 4096 Jan 25 21:34 . 21:34:32 drwxrwxr-x 4 jenkins jenkins 4096 Jan 25 21:32 .. 21:34:32 -rw-rw-r-- 1 jenkins jenkins 119 Jan 25 21:32 .dockerignore 21:34:32 drwxrwxr-x 8 jenkins jenkins 4096 Jan 25 21:32 .git 21:34:32 drwxrwxr-x 2 jenkins jenkins 4096 Jan 25 21:32 .github 21:34:32 -rw-rw-r-- 1 jenkins jenkins 93 Jan 25 21:32 .gitignore 21:34:32 -rw-rw-r-- 1 jenkins jenkins 6558 Jan 25 21:32 Attribution.txt 21:34:32 -rw-rw-r-- 1 jenkins jenkins 2032 Jan 25 21:32 Dockerfile 21:34:32 -rw-rw-r-- 1 jenkins jenkins 970 Jan 25 21:32 Dockerfile.build 21:34:32 -rw-rw-r-- 1 jenkins jenkins 687 Jan 25 21:32 Jenkinsfile 21:34:32 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 25 21:32 LICENSE 21:34:32 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 25 21:32 README.md 21:34:32 -rw-rw-r-- 1 jenkins jenkins 12 Jan 25 21:30 VERSION 21:34:32 drwxrwxr-x 2 jenkins jenkins 4096 Jan 25 21:32 bin 21:34:32 -rw-r--r-- 1 jenkins jenkins 10 Jan 25 21:33 coverage.out 21:34:32 -rw-r--r-- 1 jenkins jenkins 135 Jan 25 21:34 go.mod 21:34:32 -rw-r--r-- 1 jenkins jenkins 18487 Jan 25 21:34 go.sum 21:34:32 -rw-rw-r-- 1 jenkins jenkins 1522 Jan 25 21:32 main.go 21:34:32 -rw-rw-r-- 1 jenkins jenkins 1582 Jan 25 21:32 makefile 21:34:32 drwxrwxr-x 10 jenkins jenkins 4096 Jan 25 21:32 res 21:34:32 drwxrwxr-x 4 jenkins jenkins 4096 Jan 25 21:32 snap [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 21:34:32 + 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=b2b5516710491a318eb9d8aa999b6475b972a2de --label arch=arm64 --label version=2.0.0-dev.13 . 21:34:32 Sending build context to Docker daemon 120.3kB [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 21:34:33 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:34:33 Step 2/27 : FROM ${BASE} AS builder 21:34:33 ---> a0cef4b901ac 21:34:33 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] } [Pipeline] // stage [Pipeline] } 21:34:33 ---> Running in 47559ad26ed6 21:34:34 Removing intermediate container 47559ad26ed6 21:34:34 ---> 85fa5d516b86 21:34:34 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:34:34 ---> Running in 23c9cc1e3081 21:34:34 Removing intermediate container 23c9cc1e3081 21:34:34 ---> 4a1e0f6572e6 21:34:34 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:34:34 ---> Running in b4c68f53eb4f 21:34:35 Removing intermediate container b4c68f53eb4f 21:34:35 ---> b409256859ed 21:34:35 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:34:35 ---> Running in a4f71253f43a 21:34:37 Removing intermediate container a4f71253f43a 21:34:37 ---> 252ef9bfdb03 21:34:37 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:34:37 ---> Running in ba6caf46a5c1 21:34:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:34:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:34:40 OK: 144 MiB in 45 packages 21:34:41 Removing intermediate container ba6caf46a5c1 21:34:41 ---> f0911223fdea 21:34:41 Step 8/27 : WORKDIR /app 21:34:41 ---> Running in a53b7b1ac5ec 21:34:42 Removing intermediate container a53b7b1ac5ec 21:34:42 ---> 9009b1faf6d2 21:34:42 Step 9/27 : COPY go.mod . 21:34:42 ---> 36957af98764 21:34:42 Step 10/27 : RUN go mod download 21:34:42 ---> Running in be40970f8e00 21:34:45 Removing intermediate container be40970f8e00 21:34:45 ---> f78208ddf4df 21:34:45 Step 11/27 : COPY . . 21:34:45 ---> 6d8c7ed571c6 21:34:45 Step 12/27 : ARG MAKE="make build" 21:34:45 ---> Running in 6a5c5da01039 21:34:46 Removing intermediate container 6a5c5da01039 21:34:46 ---> 3980b62d0795 21:34:46 Step 13/27 : RUN $MAKE 21:34:46 ---> Running in f9ae77d9e740 21:34:47 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.13" -o app-service-configurable 21:35:26 Removing intermediate container f9ae77d9e740 21:35:26 ---> 4b04db745b63 21:35:26 Step 14/27 : FROM alpine:3.12 21:35:26 3.12: Pulling from library/alpine 21:35:26 159e5727ea61: Pulling fs layer 21:35:26 159e5727ea61: Verifying Checksum 21:35:26 159e5727ea61: Pull complete 21:35:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:35:26 Status: Downloaded newer image for alpine:3.12 21:35:26 ---> afeebe901d6b 21:35:26 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:35:26 ---> Running in 97eb51095165 21:35:26 Removing intermediate container 97eb51095165 21:35:26 ---> b023f5cfcf8a 21:35:26 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:35:26 ---> Running in 384a9ed7f03b 21:35:26 Removing intermediate container 384a9ed7f03b 21:35:26 ---> 47c8aed07020 21:35:26 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:35:26 ---> Running in bad505c7ab9a 21:35:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:35:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:35:26 (1/7) Installing ca-certificates (20191127-r4) 21:35:26 (2/7) Installing dumb-init (1.2.2-r1) 21:35:26 (3/7) Installing libgcc (9.3.0-r2) 21:35:26 (4/7) Installing libsodium (1.0.18-r0) 21:35:26 (5/7) Installing libstdc++ (9.3.0-r2) 21:35:26 (6/7) Installing libzmq (4.3.3-r0) 21:35:26 (7/7) Installing zeromq (4.3.3-r0) 21:35:26 Executing busybox-1.31.1-r19.trigger 21:35:26 Executing ca-certificates-20191127-r4.trigger 21:35:26 OK: 9 MiB in 21 packages 21:35:28 Removing intermediate container bad505c7ab9a 21:35:28 ---> ac4750214031 21:35:28 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:35:29 ---> dda868816959 21:35:29 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:35:30 ---> 39f2b2d093e5 21:35:30 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:35:30 ---> 846c229da9d1 21:35:30 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:35:32 ---> 182c755ba5bb 21:35:32 Step 22/27 : EXPOSE 48095 21:35:32 ---> Running in d546cb120400 21:35:32 Removing intermediate container d546cb120400 21:35:32 ---> 8b1783f1dde8 21:35:32 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:35:32 ---> Running in a56071c5703b 21:35:32 Removing intermediate container a56071c5703b 21:35:32 ---> 4f416ef7b279 21:35:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:35:33 ---> Running in 3408a3ee7c83 21:35:33 Removing intermediate container 3408a3ee7c83 21:35:33 ---> ca557116d954 21:35:33 Step 25/27 : LABEL arch=arm64 21:35:33 ---> Running in 036eb950aa4b 21:35:33 Removing intermediate container 036eb950aa4b 21:35:33 ---> 04d6ee4b2c2b 21:35:33 Step 26/27 : LABEL git_sha=b2b5516710491a318eb9d8aa999b6475b972a2de 21:35:34 ---> Running in 806d96da4297 21:35:34 Removing intermediate container 806d96da4297 21:35:34 ---> 45327362d302 21:35:34 Step 27/27 : LABEL version=2.0.0-dev.13 21:35:34 ---> Running in a17218cae016 21:35:35 Removing intermediate container a17218cae016 21:35:35 ---> 67b21c0aa3c2 21:35:35 [Warning] One or more build-args [ARCH] were not consumed 21:35:35 Successfully built 67b21c0aa3c2 21:35:35 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:35:35 provisioning config files... 21:35:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config1858256040027623585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:35:36 ---> docker-login.sh 21:35:36 nexus3.edgexfoundry.org:10001 21:35:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:36 Configure a credential helper to remove this warning. See 21:35:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:36 21:35:36 Login Succeeded 21:35:36 nexus3.edgexfoundry.org:10002 21:35:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:37 Configure a credential helper to remove this warning. See 21:35:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:37 21:35:37 Login Succeeded 21:35:37 nexus3.edgexfoundry.org:10003 21:35:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:37 Configure a credential helper to remove this warning. See 21:35:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:37 21:35:37 Login Succeeded 21:35:37 nexus3.edgexfoundry.org:10004 21:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:38 Configure a credential helper to remove this warning. See 21:35:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:38 21:35:38 Login Succeeded 21:35:38 docker.io 21:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:35:39 Configure a credential helper to remove this warning. See 21:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:35:39 21:35:39 Login Succeeded 21:35:39 ---> docker-login.sh ends [Pipeline] } 21:35:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:39 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:35:39 b2b5516710491a318eb9d8aa999b6475b972a2de 21:35:39 latest 21:35:39 2.0.0-dev.13 21:35:39 b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:35:39 master 21:35:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh 21:35:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de 21:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:35:40 5f338b5c3a5c: Preparing 21:35:40 9752bc496d53: Preparing 21:35:40 a9a01bb79660: Preparing 21:35:40 69722a983292: Preparing 21:35:40 95eb810c0c13: Preparing 21:35:40 379067d0cb53: Preparing 21:35:40 379067d0cb53: Waiting 21:35:40 9752bc496d53: Pushed 21:35:40 69722a983292: Pushed 21:35:40 a9a01bb79660: Pushed 21:35:40 379067d0cb53: Layer already exists 21:35:41 95eb810c0c13: Pushed 21:35:43 5f338b5c3a5c: Pushed 21:35:43 b2b5516710491a318eb9d8aa999b6475b972a2de: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:35:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:35:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:35:44 5f338b5c3a5c: Preparing 21:35:44 9752bc496d53: Preparing 21:35:44 a9a01bb79660: Preparing 21:35:44 69722a983292: Preparing 21:35:44 95eb810c0c13: Preparing 21:35:44 379067d0cb53: Preparing 21:35:44 379067d0cb53: Waiting 21:35:45 69722a983292: Layer already exists 21:35:45 5f338b5c3a5c: Layer already exists 21:35:45 a9a01bb79660: Layer already exists 21:35:45 95eb810c0c13: Layer already exists 21:35:45 9752bc496d53: Layer already exists 21:35:45 379067d0cb53: Layer already exists 21:35:45 latest: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:35:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:35:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 21:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:35:45 5f338b5c3a5c: Preparing 21:35:45 9752bc496d53: Preparing 21:35:45 a9a01bb79660: Preparing 21:35:45 69722a983292: Preparing 21:35:45 95eb810c0c13: Preparing 21:35:45 379067d0cb53: Preparing 21:35:45 379067d0cb53: Waiting 21:35:46 95eb810c0c13: Layer already exists 21:35:46 a9a01bb79660: Layer already exists 21:35:46 5f338b5c3a5c: Layer already exists 21:35:46 9752bc496d53: Layer already exists 21:35:46 69722a983292: Layer already exists 21:35:46 379067d0cb53: Layer already exists 21:35:46 2.0.0-dev.13: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:35:46 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:35:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:35:46 5f338b5c3a5c: Preparing 21:35:46 9752bc496d53: Preparing 21:35:46 a9a01bb79660: Preparing 21:35:46 69722a983292: Preparing 21:35:46 95eb810c0c13: Preparing 21:35:46 379067d0cb53: Preparing 21:35:46 379067d0cb53: Waiting 21:35:47 5f338b5c3a5c: Layer already exists 21:35:47 a9a01bb79660: Layer already exists 21:35:47 69722a983292: Layer already exists 21:35:47 95eb810c0c13: Layer already exists 21:35:47 9752bc496d53: Layer already exists 21:35:47 379067d0cb53: Layer already exists 21:35:47 b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:35:47 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:35:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:35:47 5f338b5c3a5c: Preparing 21:35:47 9752bc496d53: Preparing 21:35:47 a9a01bb79660: Preparing 21:35:47 69722a983292: Preparing 21:35:47 95eb810c0c13: Preparing 21:35:47 379067d0cb53: Preparing 21:35:47 379067d0cb53: Waiting 21:35:47 a9a01bb79660: Layer already exists 21:35:48 69722a983292: Layer already exists 21:35:48 5f338b5c3a5c: Layer already exists 21:35:48 95eb810c0c13: Layer already exists 21:35:48 9752bc496d53: Layer already exists 21:35:48 379067d0cb53: Layer already exists 21:35:48 master: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:48 ===================================================== [Pipeline] echo 21:35:48 taggedImages: 21:35:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de 21:35:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:35:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 21:35:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 21:35:48 - 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:35:49 provisioning config files... 21:35:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6954376393021045470tmp [Pipeline] { [Pipeline] sh 21:35:50 + set +x 21:35:50 + curl -s https://codecov.io/bash 21:35:50 + bash -s -- 21:35:50 21:35:50 _____ _ 21:35:50 / ____| | | 21:35:50 | | ___ __| | ___ ___ _____ __ 21:35:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:35:50 | |___| (_) | (_| | __/ (_| (_) \ V / 21:35:50 \_____\___/ \__,_|\___|\___\___/ \_/ 21:35:50 Bash-20210115-cec3c92 21:35:50 21:35:50 21:35:50 ==> git version 2.24.3 found 21:35:50 ==> 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:35:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:35:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:35:50 ==> Jenkins CI detected. 21:35:50 project root: . 21:35:50 --> token set from env 21:35:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:35:50 ==> Running gcov in . (disable via -X gcov) 21:35:50 ==> Python coveragepy not found 21:35:50 ==> Searching for coverage reports in: 21:35:50 + . 21:35:50 -> Found 1 reports 21:35:50 ==> Detecting git/mercurial file structure 21:35:50 ==> Reading reports 21:35:50 + ./coverage.out bytes=10 21:35:50 ==> Appending adjustments 21:35:50 https://docs.codecov.io/docs/fixing-reports 21:35:50 + Found adjustments 21:35:50 ==> Gzipping contents 21:35:50 4.0K /tmp/codecov.Oc9H9F.gz 21:35:50 ==> Uploading reports 21:35:50 url: https://codecov.io 21:35:50 query: branch=master&commit=b2b5516710491a318eb9d8aa999b6475b972a2de&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:35:50 -> Pinging Codecov 21:35:50 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b2b5516710491a318eb9d8aa999b6475b972a2de&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:35:51 -> Uploading to 21:35:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/A97CA9966030D2A3747ED39772930CCE/b2b5516710491a318eb9d8aa999b6475b972a2de/b534afb1-aa37-4196-b7a7-c57af9605c9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T213550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4013a70c3eaaf407d795af951777c5ddbfcf6e1d822ebe2e94df2b3060405ff7 21:35:51 % Total % Received % Xferd Average Speed Time Time Time Current 21:35:51 Dload Upload Total Spent Left Speed 21:35:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 962 --:--:-- --:--:-- --:--:-- 965 21:35:51 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] } 21:35:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:35:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:35:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:35:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:35:52 21:35:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:35:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:35:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:35:53 188c0c94c7c5: Pulling fs layer 21:35:53 0ef7d3d256c8: Pulling fs layer 21:35:53 de9db76c5a1d: Pulling fs layer 21:35:53 0eba1c9be4d2: Pulling fs layer 21:35:53 0d57e429df01: Pulling fs layer 21:35:53 4e4be7b47b0d: Pulling fs layer 21:35:53 e1f770b5df2f: Pulling fs layer 21:35:53 85a0685a4137: Pulling fs layer 21:35:53 4e4be7b47b0d: Waiting 21:35:53 0d57e429df01: Waiting 21:35:53 e1f770b5df2f: Waiting 21:35:53 85a0685a4137: Waiting 21:35:53 0eba1c9be4d2: Waiting 21:35:53 de9db76c5a1d: Verifying Checksum 21:35:53 de9db76c5a1d: Download complete 21:35:53 0ef7d3d256c8: Verifying Checksum 21:35:53 0ef7d3d256c8: Download complete 21:35:53 0d57e429df01: Verifying Checksum 21:35:53 0d57e429df01: Download complete 21:35:53 4e4be7b47b0d: Verifying Checksum 21:35:53 4e4be7b47b0d: Download complete 21:35:53 188c0c94c7c5: Verifying Checksum 21:35:53 188c0c94c7c5: Download complete 21:35:53 188c0c94c7c5: Pull complete 21:35:53 0ef7d3d256c8: Pull complete 21:35:54 de9db76c5a1d: Pull complete 21:35:55 e1f770b5df2f: Verifying Checksum 21:35:55 e1f770b5df2f: Download complete 21:35:57 0eba1c9be4d2: Verifying Checksum 21:35:57 0eba1c9be4d2: Download complete 21:35:57 85a0685a4137: Verifying Checksum 21:35:57 85a0685a4137: Download complete 21:36:02 0eba1c9be4d2: Pull complete 21:36:02 0d57e429df01: Pull complete 21:36:02 4e4be7b47b0d: Pull complete 21:36:07 e1f770b5df2f: Pull complete 21:36:13 85a0685a4137: Pull complete 21:36:13 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:36:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:36:14 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:36:15 $ docker top d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 -eo pid,comm [Pipeline] { [Pipeline] echo 21:36:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:36:15 + set -o pipefail 21:36:15 + snyk monitor '--org=edgex-jenkins' 21:36:25 21:36:25 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:36:25 21:36:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/df879d6b-3e9f-4c9d-ac7c-0d2aabf98a2b 21:36:25 21:36:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:36:25 21:36:25 [Pipeline] } 21:36:25 $ docker stop --time=1 d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 21:36:28 $ docker rm -f d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 [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:36:30 + git log --format=format:%s -1 b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh 21:36:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:36:30 . [Pipeline] withDockerContainer 21:36:30 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:36:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:36:31 $ docker top 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:36:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:36:32 [ssh-agent] Looking for ssh-agent implementation... 21:36:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:36:32 $ docker exec 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 ssh-agent 21:36:32 SSH_AUTH_SOCK=/tmp/ssh-YpHShq2Yfu3o/agent.12 21:36:32 SSH_AGENT_PID=17 21:36:32 Running ssh-add (command line suppressed) 21:36:32 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1466708369600260170.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1466708369600260170.key) 21:36:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:36:33 + git semver tag 21:36:33 # -> Open(): unable to determine branch for HEAD 21:36:33 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:36:33 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:36:33 # $SEMVER_REMOTE_NAME = origin 21:36:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:36:33 # $SEMVER_USER_NAME = edgex-jenkins 21:36:33 # $SEMVER_BRANCH = master 21:36:33 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:36:33 # b2b5516710491a318eb9d8aa999b6475b972a2de HEAD 21:36:33 # -> Force: false 21:36:33 # 108c25d4c0dddc03dc9f805d2aad84db900c7cbd refs/tags/v2.0.0-dev.13 [Pipeline] } 21:36:33 $ docker exec --env ******** --env ******** 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 ssh-agent -k 21:36:33 unset SSH_AUTH_SOCK; 21:36:33 unset SSH_AGENT_PID; 21:36:33 echo Agent pid 17 killed; 21:36:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:36:33 + git semver [Pipeline] } 21:36:33 $ docker stop --time=1 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 21:36:35 $ docker rm -f 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:36:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:36:35 21:36:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:36:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:36:36 0.23.1-centos7: Pulling from edgex-lftools 21:36:36 ab5ef0e58194: Pulling fs layer 21:36:36 9712f1f96733: Pulling fs layer 21:36:36 63f879dbbcfc: Pulling fs layer 21:36:36 0d9ebad4ef96: Pulling fs layer 21:36:36 e9a5061849ea: Pulling fs layer 21:36:36 d747dcd14b5f: Pulling fs layer 21:36:36 2de7ff778b66: Pulling fs layer 21:36:36 e9a5061849ea: Waiting 21:36:36 d747dcd14b5f: Waiting 21:36:36 2de7ff778b66: Waiting 21:36:36 0d9ebad4ef96: Waiting 21:36:36 9712f1f96733: Verifying Checksum 21:36:36 9712f1f96733: Download complete 21:36:38 63f879dbbcfc: Verifying Checksum 21:36:38 63f879dbbcfc: Download complete 21:36:38 e9a5061849ea: Verifying Checksum 21:36:38 e9a5061849ea: Download complete 21:36:38 d747dcd14b5f: Verifying Checksum 21:36:38 d747dcd14b5f: Download complete 21:36:38 0d9ebad4ef96: Verifying Checksum 21:36:38 0d9ebad4ef96: Download complete 21:36:38 2de7ff778b66: Verifying Checksum 21:36:38 2de7ff778b66: Download complete 21:36:39 ab5ef0e58194: Verifying Checksum 21:36:39 ab5ef0e58194: Download complete 21:36:44 ab5ef0e58194: Pull complete 21:36:44 9712f1f96733: Pull complete 21:36:46 63f879dbbcfc: Pull complete 21:36:52 0d9ebad4ef96: Pull complete 21:36:54 e9a5061849ea: Pull complete 21:36:54 d747dcd14b5f: Pull complete 21:36:57 2de7ff778b66: Pull complete 21:36:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:36:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:36:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:36:57 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:36:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:37:01 $ docker top bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:37:01 provisioning config files... 21:37:01 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6147236950173618722tmp 21:37:01 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3799208189802568203tmp 21:37:01 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5461573165701675224tmp [Pipeline] { [Pipeline] echo 21:37:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:37:02 ---> sigul-configuration.sh 21:37:02 gpg: directory `/root/.gnupg' created 21:37:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:37:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:37:02 gpg: keyring `/root/.gnupg/secring.gpg' created 21:37:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:37:02 gpg: CAST5 encrypted data 21:37:02 gpg: encrypted with 1 passphrase 21:37:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:37:02 + mkdir /home/jenkins 21:37:02 + mkdir /home/jenkins/sigul [Pipeline] sh 21:37:03 + 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:37:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:37:03 ---> sigul-install.sh 21:37:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:37:10 + git tag --list 21:37:10 v1.0.0 21:37:10 v1.1.0 21:37:10 v1.2.0 21:37:10 v1.3.0 21:37:10 v2.0.0-dev.1 21:37:10 v2.0.0-dev.10 21:37:10 v2.0.0-dev.11 21:37:10 v2.0.0-dev.12 21:37:10 v2.0.0-dev.13 21:37:10 v2.0.0-dev.2 21:37:10 v2.0.0-dev.3 21:37:10 v2.0.0-dev.4 21:37:10 v2.0.0-dev.5 21:37:10 v2.0.0-dev.6 21:37:10 v2.0.0-dev.7 21:37:10 v2.0.0-dev.8 21:37:10 v2.0.0-dev.9 [Pipeline] sh 21:37:10 + lftools sign git-tag v2.0.0-dev.13 21:37:12 Signing Git tag with Sigul... 21:37:12 Signing v2.0.0-dev.13 [Pipeline] echo 21:37:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:37:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:37:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:37:14 $ docker stop --time=1 bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 21:37:16 $ docker rm -f bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:37:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:37:17 . [Pipeline] withDockerContainer 21:37:17 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:37:18 $ docker top 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:37:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:37:18 [ssh-agent] Looking for ssh-agent implementation... 21:37:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:37:19 $ docker exec 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 ssh-agent 21:37:19 SSH_AUTH_SOCK=/tmp/ssh-8WTEJaItCu8V/agent.12 21:37:19 SSH_AGENT_PID=17 21:37:19 Running ssh-add (command line suppressed) 21:37:19 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8495940582691923892.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8495940582691923892.key) 21:37:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:37:19 + git semver bump pre 21:37:19 # -> Open(): unable to determine branch for HEAD 21:37:19 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:37:19 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:37:19 # $SEMVER_REMOTE_NAME = origin 21:37:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:37:19 # $SEMVER_USER_NAME = edgex-jenkins 21:37:19 # $SEMVER_BRANCH = master 21:37:19 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:37:19 2.0.0-dev.14 [Pipeline] } 21:37:19 $ docker exec --env ******** --env ******** 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 ssh-agent -k 21:37:20 unset SSH_AUTH_SOCK; 21:37:20 unset SSH_AGENT_PID; 21:37:20 echo Agent pid 17 killed; 21:37:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:37:20 + git semver [Pipeline] } 21:37:20 $ docker stop --time=1 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 21:37:22 $ docker rm -f 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:37:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:37:22 . [Pipeline] withDockerContainer 21:37:22 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:37:23 $ docker top 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:37:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:37:23 [ssh-agent] Looking for ssh-agent implementation... 21:37:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:37:24 $ docker exec 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e ssh-agent 21:37:24 SSH_AUTH_SOCK=/tmp/ssh-PqAAtMPk15Xd/agent.11 21:37:24 SSH_AGENT_PID=16 21:37:24 Running ssh-add (command line suppressed) 21:37:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5383645642732415562.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5383645642732415562.key) 21:37:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:37:24 + git semver push 21:37:24 # -> Open(): unable to determine branch for HEAD 21:37:24 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:37:24 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:37:24 # $SEMVER_REMOTE_NAME = origin 21:37:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:37:24 # $SEMVER_USER_NAME = edgex-jenkins 21:37:24 # $SEMVER_BRANCH = master 21:37:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:37:31 $ docker exec --env ******** --env ******** 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e ssh-agent -k 21:37:31 unset SSH_AUTH_SOCK; 21:37:31 unset SSH_AGENT_PID; 21:37:31 echo Agent pid 16 killed; 21:37:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:37:32 + git semver [Pipeline] } 21:37:32 $ docker stop --time=1 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e 21:37:33 $ docker rm -f 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e [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:37:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:37:35 ---> package-listing.sh 21:37:35 ++ facter osfamily 21:37:35 ++ tr '[:upper:]' '[:lower:]' 21:37:35 + OS_FAMILY=redhat 21:37:35 + workspace=/w/workspace/_app-service-configurable_master 21:37:35 + START_PACKAGES=/tmp/packages_start.txt 21:37:35 + END_PACKAGES=/tmp/packages_end.txt 21:37:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:37:35 + PACKAGES=/tmp/packages_start.txt 21:37:35 + '[' /w/workspace/_app-service-configurable_master ']' 21:37:35 + PACKAGES=/tmp/packages_end.txt 21:37:35 + case "${OS_FAMILY}" in 21:37:35 + rpm -qa 21:37:35 + sort 21:37:40 + '[' -f /tmp/packages_start.txt ']' 21:37:40 + '[' -f /tmp/packages_end.txt ']' 21:37:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:37:40 + '[' /w/workspace/_app-service-configurable_master ']' 21:37:40 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:37:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:37:40 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:37:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:37:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:37:41 21:37:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:37:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:37:41 alpine: Pulling from edgex-lftools-log-publisher 21:37:41 df20fa9351a1: Pulling fs layer 21:37:41 36b3adc4ff6f: Pulling fs layer 21:37:41 8ad3a11d3b57: Pulling fs layer 21:37:41 46f8f816bc3b: Pulling fs layer 21:37:41 93b61091891f: Pulling fs layer 21:37:41 93b9cdb0e59b: Pulling fs layer 21:37:41 5e14af77c1be: Pulling fs layer 21:37:41 01666e4c0597: Pulling fs layer 21:37:41 aa168da1d23b: Pulling fs layer 21:37:41 46f8f816bc3b: Waiting 21:37:41 93b61091891f: Waiting 21:37:41 5e14af77c1be: Waiting 21:37:41 93b9cdb0e59b: Waiting 21:37:41 01666e4c0597: Waiting 21:37:41 aa168da1d23b: Waiting 21:37:41 36b3adc4ff6f: Verifying Checksum 21:37:41 36b3adc4ff6f: Download complete 21:37:42 46f8f816bc3b: Verifying Checksum 21:37:42 46f8f816bc3b: Download complete 21:37:42 df20fa9351a1: Verifying Checksum 21:37:42 df20fa9351a1: Download complete 21:37:42 93b9cdb0e59b: Verifying Checksum 21:37:42 93b9cdb0e59b: Download complete 21:37:42 93b61091891f: Verifying Checksum 21:37:42 93b61091891f: Download complete 21:37:42 5e14af77c1be: Verifying Checksum 21:37:42 5e14af77c1be: Download complete 21:37:42 01666e4c0597: Verifying Checksum 21:37:42 01666e4c0597: Download complete 21:37:42 8ad3a11d3b57: Verifying Checksum 21:37:42 8ad3a11d3b57: Download complete 21:37:42 df20fa9351a1: Pull complete 21:37:42 36b3adc4ff6f: Pull complete 21:37:44 8ad3a11d3b57: Pull complete 21:37:44 46f8f816bc3b: Pull complete 21:37:44 aa168da1d23b: Verifying Checksum 21:37:44 aa168da1d23b: Download complete 21:37:44 93b61091891f: Pull complete 21:37:44 93b9cdb0e59b: Pull complete 21:37:45 5e14af77c1be: Pull complete 21:37:45 01666e4c0597: Pull complete 21:37:53 aa168da1d23b: Pull complete 21:37:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:37:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:37:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:37:53 prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container 21:37:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:37:56 $ docker top 1dab3f98bad8cb84978706e6560b789cda0b4c68e9ba74bc77fe0cde9bfeaafd -eo pid,comm [Pipeline] { [Pipeline] sh 21:37:57 + touch /tmp/pre-build-complete [Pipeline] sh 21:37:57 + mkdir -p /var/log/sa [Pipeline] sh 21:37:57 + ls /var/log/sa-host 21:37:57 + sadf -c /var/log/sa-host/sa23 21:37:57 file_magic: OK 21:37:57 HZ: Using current value: 100 21:37:57 file_header: OK 21:37:57 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:37:57 Statistics: 21:37:57 Hnuu...uuuununununu... 21:37:57 File successfully converted to sysstat format version 12.2.1 21:37:57 + sadf -c /var/log/sa-host/sa25 21:37:57 file_magic: OK 21:37:57 HZ: Using current value: 100 21:37:57 file_header: OK 21:37:57 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:37:57 Statistics: 21:37:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:37:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:37:57 provisioning config files... 21:37:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8872848547978242130tmp [Pipeline] { [Pipeline] echo 21:37:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:37:58 ---> create-netrc.sh [Pipeline] } 21:37:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:37:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:37:58 ---> python-tools-install.sh [Pipeline] echo 21:37:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:37:59 ---> sudo-logs.sh 21:37:59 Archiving 'sudo' log.. [Pipeline] echo 21:37:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:37:59 ---> job-cost.sh 21:37:59 lf-activate-venv: SKIPPING 21:37:59 INFO: No Stack... 21:38:00 INFO: Retrieving Pricing Info for: v1-standard-2 21:38:00 INFO: Archiving Costs [Pipeline] echo 21:38:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:38:01 ---> logs-deploy.sh 21:38:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/79 21:38:01 INFO: archiving workspace using pattern(s): 21:38:03 Archives upload complete. 21:38:03 INFO: archiving logs to Nexus 21:38:04 ---> uname -a: 21:38:04 Linux prd-centos7-docker-4c-2g-22703.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:38:04 21:38:04 21:38:04 ---> lscpu: 21:38:04 Architecture: x86_64 21:38:04 CPU op-mode(s): 32-bit, 64-bit 21:38:04 Byte Order: Little Endian 21:38:04 Address sizes: 40 bits physical, 48 bits virtual 21:38:04 CPU(s): 4 21:38:04 On-line CPU(s) list: 0-3 21:38:04 Thread(s) per core: 1 21:38:04 Core(s) per socket: 1 21:38:04 Socket(s): 4 21:38:04 NUMA node(s): 1 21:38:04 Vendor ID: GenuineIntel 21:38:04 CPU family: 6 21:38:04 Model: 44 21:38:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:38:04 Stepping: 1 21:38:04 CPU MHz: 2933.436 21:38:04 BogoMIPS: 5866.87 21:38:04 Virtualization: VT-x 21:38:04 Hypervisor vendor: KVM 21:38:04 Virtualization type: full 21:38:04 L1d cache: 128 KiB 21:38:04 L1i cache: 128 KiB 21:38:04 L2 cache: 16 MiB 21:38:04 L3 cache: 64 MiB 21:38:04 NUMA node0 CPU(s): 0-3 21:38:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:38:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:38:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:38:04 Vulnerability Meltdown: Mitigation; PTI 21:38:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:38:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:38:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:38:04 Vulnerability Srbds: Not affected 21:38:04 Vulnerability Tsx async abort: Not affected 21:38:04 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:38:04 21:38:04 21:38:04 ---> nproc: 21:38:04 4 21:38:04 21:38:04 21:38:04 ---> df -h: 21:38:04 Filesystem Size Used Available Use% Mounted on 21:38:04 overlay 50.0G 8.5G 41.4G 17% / 21:38:04 tmpfs 64.0M 0 64.0M 0% /dev 21:38:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:38:04 shm 64.0M 0 64.0M 0% /dev/shm 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 21:38:04 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 21:38:04 21:38:04 21:38:04 ---> free -m: 21:38:04 total used free shared buff/cache available 21:38:04 Mem: 1837 814 152 0 870 958 21:38:04 Swap: 1023 2 1021 21:38:04 21:38:04 21:38:04 ---> ip addr: 21:38:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:38:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:38:04 inet 127.0.0.1/8 scope host lo 21:38:04 valid_lft forever preferred_lft forever 21:38:04 inet6 ::1/128 scope host 21:38:04 valid_lft forever preferred_lft forever 21:38:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:38:04 link/ether fa:16:3e:25:a4:ce brd ff:ff:ff:ff:ff:ff 21:38:04 inet 10.30.122.106/23 brd 10.30.123.255 scope global dynamic eth0 21:38:04 valid_lft 85863sec preferred_lft 85863sec 21:38:04 inet6 fe80::f816:3eff:fe25:a4ce/64 scope link 21:38:04 valid_lft forever preferred_lft forever 21:38:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:38:04 link/ether 02:42:88:0a:5b:86 brd ff:ff:ff:ff:ff:ff 21:38:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:38:04 valid_lft forever preferred_lft forever 21:38:04 inet6 fe80::42:88ff:fe0a:5b86/64 scope link 21:38:04 valid_lft forever preferred_lft forever 21:38:04 21:38:04 21:38:04 ---> sar -b -r -n DEV: 21:38:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 21:38:04 21:38:04 21:28:55 LINUX RESTART (4 CPU) 21:38:04 21:38:04 21:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:38:04 21:31:01 4.46 0.45 4.01 0.00 38.89 91.16 0.00 21:38:04 21:32:01 0.52 0.00 0.52 0.00 0.00 8.39 0.00 21:38:04 21:33:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 21:38:04 21:34:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 21:38:04 21:35:01 0.23 0.00 0.23 0.00 0.00 4.00 0.00 21:38:04 21:36:01 28.42 2.40 26.03 0.00 331.24 15794.21 0.00 21:38:04 21:37:01 415.63 208.52 207.11 0.00 10430.22 49632.14 0.00 21:38:04 Average: 64.28 30.21 34.07 0.00 1543.57 9366.36 0.00 21:38:04 21:38:04 21:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:38:04 21:31:01 164656 0 574264 30.52 2620 1140004 1088084 37.13 431024 1088160 20 21:38:04 21:32:01 165456 0 573456 30.48 2620 1140012 1060180 36.18 433488 1085160 20 21:38:04 21:33:01 165296 0 573612 30.49 2620 1140016 1060256 36.18 431552 1087488 8 21:38:04 21:34:01 162996 0 575912 30.61 2620 1140016 1060100 36.18 438108 1083260 8 21:38:04 21:35:01 162480 0 576420 30.64 2620 1140024 1060172 36.18 438064 1083796 8 21:38:04 21:36:01 77036 0 676960 35.98 2620 1124928 1487564 50.77 578744 996376 76552 21:38:04 21:37:01 146500 0 752092 39.97 1668 981284 1178300 40.21 532028 877640 32 21:38:04 Average: 149203 0 614674 32.67 2484 1115183 1142094 38.98 469001 1043126 10950 21:38:04 21:38:04 21:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:38:04 21:31:01 eth0 7.96 5.48 7.78 2.67 0.00 0.00 0.00 0.00 21:38:04 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:32:01 eth0 4.31 1.95 3.12 0.13 0.00 0.00 0.00 0.00 21:38:04 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:33:01 eth0 0.98 0.62 0.54 0.40 0.00 0.00 0.00 0.00 21:38:04 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:38:04 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:35:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:38:04 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:36:01 eth0 418.27 363.12 4071.02 28.04 0.00 0.00 0.00 0.00 21:38:04 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:37:01 eth0 441.06 389.27 3420.38 44.22 0.00 0.00 0.00 0.00 21:38:04 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:37:01 veth0e2f466 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 21:37:01 docker0 38.51 38.51 3.55 194.83 0.00 0.00 0.00 0.00 21:38:04 Average: eth0 124.76 108.72 1072.31 10.80 0.00 0.00 0.00 0.00 21:38:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 Average: veth0e2f466 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 21:38:04 Average: docker0 5.50 5.50 0.51 27.84 0.00 0.00 0.00 0.00 21:38:04 21:38:04 21:38:04 ---> sar -P ALL: 21:38:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 21:38:04 21:38:04 21:28:55 LINUX RESTART (4 CPU) 21:38:04 21:38:04 21:30:01 CPU %user %nice %system %iowait %steal %idle 21:38:04 21:31:01 all 0.48 0.00 0.23 0.03 0.00 99.26 21:38:04 21:31:01 0 0.33 0.00 0.23 0.03 0.00 99.40 21:38:04 21:31:01 1 0.32 0.00 0.23 0.03 0.00 99.42 21:38:04 21:31:01 2 0.63 0.00 0.30 0.02 0.00 99.05 21:38:04 21:31:01 3 0.63 0.00 0.17 0.02 0.02 99.17 21:38:04 21:32:01 all 0.18 0.00 0.05 0.00 0.00 99.77 21:38:04 21:32:01 0 0.10 0.00 0.05 0.00 0.00 99.85 21:38:04 21:32:01 1 0.07 0.00 0.05 0.00 0.02 99.87 21:38:04 21:32:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:38:04 21:32:01 3 0.53 0.00 0.03 0.00 0.00 99.43 21:38:04 21:33:01 all 0.15 0.00 0.13 0.00 0.03 99.69 21:38:04 21:33:01 0 0.05 0.00 0.12 0.00 0.03 99.80 21:38:04 21:33:01 1 0.07 0.00 0.15 0.00 0.02 99.77 21:38:04 21:33:01 2 0.38 0.00 0.13 0.00 0.02 99.47 21:38:04 21:33:01 3 0.10 0.00 0.12 0.00 0.05 99.73 21:38:04 21:34:01 all 0.12 0.00 0.04 0.00 0.00 99.84 21:38:04 21:34:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:38:04 21:34:01 1 0.00 0.00 0.07 0.00 0.00 99.93 21:38:04 21:34:01 2 0.43 0.00 0.03 0.00 0.00 99.53 21:38:04 21:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:38:04 21:35:01 all 0.18 0.00 0.05 0.00 0.00 99.77 21:38:04 21:35:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:38:04 21:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:38:04 21:35:01 2 0.50 0.00 0.03 0.00 0.02 99.45 21:38:04 21:35:01 3 0.12 0.00 0.07 0.00 0.00 99.82 21:38:04 21:36:01 all 4.22 0.00 2.79 0.07 0.06 92.86 21:38:04 21:36:01 0 3.95 0.00 3.21 0.05 0.05 92.74 21:38:04 21:36:01 1 4.30 0.00 2.15 0.05 0.08 93.42 21:38:04 21:36:01 2 4.12 0.00 3.06 0.02 0.03 92.78 21:38:04 21:36:01 3 4.51 0.00 2.76 0.15 0.07 92.51 21:38:04 21:37:01 all 14.57 0.00 11.59 4.45 0.38 69.01 21:38:04 21:37:01 0 15.05 0.00 12.11 5.06 0.38 67.40 21:38:04 21:37:01 1 14.41 0.00 11.73 3.48 0.40 69.98 21:38:04 21:37:01 2 13.11 0.00 11.09 4.19 0.33 71.28 21:38:04 21:37:01 3 15.71 0.00 11.43 5.09 0.42 67.36 21:38:04 Average: all 2.77 0.00 2.07 0.63 0.07 94.46 21:38:04 Average: 0 2.72 0.00 2.20 0.71 0.06 94.30 21:38:04 Average: 1 2.68 0.00 2.01 0.49 0.07 94.75 21:38:04 Average: 2 2.69 0.00 2.05 0.58 0.06 94.62 21:38:04 Average: 3 3.01 0.00 2.03 0.72 0.08 94.16 21:38:04 21:38:04 21:38:04