Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4516a352731f3d8180afe2aa8b87c74c30645521 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15290 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 4516a352731f3d8180afe2aa8b87c74c30645521 (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 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" > git rev-list --no-walk 86d88bac0e9df45207bbfb278ff4ca70c5103128 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:29:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:29:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:29:22 ========================================================= 22:29:22 EdgeX Global Pipelines Version Info 22:29:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:29:24 ------------------- 22:29:24 stable info: 22:29:24 ------------------- 22:29:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:29:24 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 22:29:24 Message: update stable to v1.0.172 22:29:25 ------------------- 22:29:25 experimental info: 22:29:25 ------------------- 22:29:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:29:25 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 22:29:25 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:29:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:29:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:29:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:29:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:29:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:29:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4516a35 [Pipeline] echo 22:29:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:29:29 provisioning config files... 22:29:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5857671234985583583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:29:29 ---> docker-login.sh 22:29:29 nexus3.edgexfoundry.org:10001 22:29:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:29 Configure a credential helper to remove this warning. See 22:29:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:29 22:29:29 Login Succeeded 22:29:29 nexus3.edgexfoundry.org:10002 22:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:30 Configure a credential helper to remove this warning. See 22:29:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:30 22:29:30 Login Succeeded 22:29:30 nexus3.edgexfoundry.org:10003 22:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:30 Configure a credential helper to remove this warning. See 22:29:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:30 22:29:30 Login Succeeded 22:29:30 nexus3.edgexfoundry.org:10004 22:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:30 Configure a credential helper to remove this warning. See 22:29:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:30 22:29:30 Login Succeeded 22:29:30 docker.io 22:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:29:31 Configure a credential helper to remove this warning. See 22:29:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:29:31 22:29:31 Login Succeeded 22:29:31 ---> docker-login.sh ends [Pipeline] } 22:29:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:29:32 + git log --format=format:%s -1 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] echo 22:29:32 GIT_COMMIT: 4516a352731f3d8180afe2aa8b87c74c30645521, Commit Message: feat: Remove Mongo module from Attribution.txt (#149) [Pipeline] echo 22:29:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:29:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:33 22:29:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:29:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:33 latest: Pulling from edgex-devops/git-semver 22:29:33 31603596830f: Pulling fs layer 22:29:33 2a8b12db71e7: Pulling fs layer 22:29:33 6ca5941a6612: Pulling fs layer 22:29:33 ecc8261a40a4: Pulling fs layer 22:29:33 ecc8261a40a4: Waiting 22:29:33 2a8b12db71e7: Verifying Checksum 22:29:33 2a8b12db71e7: Download complete 22:29:34 31603596830f: Verifying Checksum 22:29:34 31603596830f: Download complete 22:29:34 ecc8261a40a4: Verifying Checksum 22:29:34 ecc8261a40a4: Download complete 22:29:34 6ca5941a6612: Verifying Checksum 22:29:34 6ca5941a6612: Download complete 22:29:34 31603596830f: Pull complete 22:29:34 2a8b12db71e7: Pull complete 22:29:35 6ca5941a6612: Pull complete 22:29:35 ecc8261a40a4: Pull complete 22:29:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:29:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:29:35 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:29:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:29:37 $ docker top 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:29:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:37 [ssh-agent] Looking for ssh-agent implementation... 22:29:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:38 $ docker exec 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent 22:29:38 SSH_AUTH_SOCK=/tmp/ssh-JxyFuxZrkMiS/agent.13 22:29:38 SSH_AGENT_PID=18 22:29:38 Running ssh-add (command line suppressed) 22:29:38 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8824563113545506110.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8824563113545506110.key) 22:29:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:38 + git tag --points-at HEAD [Pipeline] } 22:29:38 $ docker exec --env ******** --env ******** 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent -k 22:29:38 unset SSH_AUTH_SOCK; 22:29:38 unset SSH_AGENT_PID; 22:29:38 echo Agent pid 18 killed; 22:29:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:29:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:39 [ssh-agent] Looking for ssh-agent implementation... 22:29:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:39 $ docker exec 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent 22:29:39 SSH_AUTH_SOCK=/tmp/ssh-R1yCedx4NGwi/agent.49 22:29:39 SSH_AGENT_PID=54 22:29:39 Running ssh-add (command line suppressed) 22:29:39 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8520271964849704072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8520271964849704072.key) 22:29:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:40 + git semver init 22:29:40 # -> Open(): unable to determine branch for HEAD 22:29:40 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:29:40 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:29:40 # $SEMVER_REMOTE_NAME = origin 22:29:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:29:40 # $SEMVER_USER_NAME = edgex-jenkins 22:29:40 # $SEMVER_BRANCH = master 22:29:40 # $SEMVER_TEMP = /tmp/semver-362168784 22:29:40 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:29:40 # '/tmp/semver-362168784' -> '/w/workspace/_app-service-configurable_master/.semver' 22:29:40 # -> Force: false 22:29:40 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:29:40 $ docker exec --env ******** --env ******** 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent -k 22:29:40 unset SSH_AUTH_SOCK; 22:29:40 unset SSH_AGENT_PID; 22:29:40 echo Agent pid 54 killed; 22:29:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:29:41 + git semver [Pipeline] } 22:29:41 $ docker stop --time=1 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 22:29:42 $ docker rm -f 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 [Pipeline] // withDockerContainer [Pipeline] sh 22:29:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:29:43 Stashed 1 file(s) [Pipeline] echo 22:29:43 [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:29:58 Still waiting to schedule task 22:29:58 ‘prd-centos7-blackbox-4c-2g-15262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15291’ is offline 22:29:58 Still waiting to schedule task 22:29:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:31:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15292 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:31:52 Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout 22:31:52 Running on prd-centos7-docker-4c-2g-15293 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:31:52 Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout 22:31:55 using credential edgex-jenkins-ssh 22:31:55 Cloning the remote Git repository 22:31:55 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:31:55 > git init /w/workspace/app-service-configurable/66 # timeout=10 22:31:56 Checking out Revision 4516a352731f3d8180afe2aa8b87c74c30645521 (master) 22:31:55 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:31:55 > git --version # timeout=10 22:31:55 > git --version # 'git version 2.24.3' 22:31:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:31:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:31:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:31:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:57 using credential edgex-jenkins-ssh 22:31:57 Cloning the remote Git repository 22:31:57 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:31:57 > git init /w/workspace/app-service-configurable/66 # timeout=10 22:31:57 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:31:57 > git --version # timeout=10 22:31:57 > git --version # 'git version 2.17.1' 22:31:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:56 > git config core.sparsecheckout # timeout=10 22:31:56 > git checkout -f 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 22:31:58 Checking out Revision 4516a352731f3d8180afe2aa8b87c74c30645521 (master) 22:31:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:31:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:31:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:31:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:58 > git config core.sparsecheckout # timeout=10 22:31:58 > git checkout -f 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 22:32:00 Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:32:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:32:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:32:02 + sudo service docker restart 22:32:02 + true 22:32:02 Redirecting to /bin/systemctl restart docker.service 22:32:02 Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:32:03 provisioning config files... 22:32:03 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config8055482499141090338tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 22:32:04 ---> docker-login.sh 22:32:04 nexus3.edgexfoundry.org:10001 22:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:04 Configure a credential helper to remove this warning. See 22:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:04 22:32:04 Login Succeeded 22:32:04 nexus3.edgexfoundry.org:10002 22:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:04 Configure a credential helper to remove this warning. See 22:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:04 22:32:04 Login Succeeded 22:32:04 nexus3.edgexfoundry.org:10003 22:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 22:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:04 Configure a credential helper to remove this warning. See 22:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:04 22:32:04 Login Succeeded 22:32:04 nexus3.edgexfoundry.org:10004 22:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:04 Configure a credential helper to remove this warning. See 22:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:04 22:32:04 Login Succeeded 22:32:04 docker.io [Pipeline] sh 22:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:05 Configure a credential helper to remove this warning. See 22:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:05 22:32:05 Login Succeeded 22:32:05 ---> docker-login.sh ends [Pipeline] } 22:32:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 22:32:05 + sudo service docker restart 22:32:05 + true [Pipeline] unstash [Pipeline] echo 22:32:05 ========================================================= 22:32:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:32:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:32:06 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:32:06 Sending build context to Docker daemon 96.77kB 22:32:06 Step 1/8 : ARG BASE=golang:1.15-alpine 22:32:06 Step 2/8 : FROM ${BASE} 22:32:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:32:06 188c0c94c7c5: Pulling fs layer 22:32:06 0ef7d3d256c8: Pulling fs layer 22:32:06 de9db76c5a1d: Pulling fs layer 22:32:06 bca2f99d35d6: Pulling fs layer 22:32:06 93359f2a8cfa: Pulling fs layer 22:32:06 7c6f9722023f: Pulling fs layer 22:32:06 a35cf1a2eb13: Pulling fs layer 22:32:06 bca2f99d35d6: Waiting 22:32:06 93359f2a8cfa: Waiting 22:32:06 7c6f9722023f: Waiting 22:32:06 a35cf1a2eb13: Waiting 22:32:06 de9db76c5a1d: Verifying Checksum 22:32:06 de9db76c5a1d: Download complete 22:32:06 0ef7d3d256c8: Download complete 22:32:06 93359f2a8cfa: Verifying Checksum 22:32:06 93359f2a8cfa: Download complete 22:32:06 7c6f9722023f: Verifying Checksum 22:32:06 7c6f9722023f: Download complete 22:32:06 188c0c94c7c5: Verifying Checksum 22:32:06 188c0c94c7c5: Download complete 22:32:06 188c0c94c7c5: Pull complete 22:32:06 0ef7d3d256c8: Pull complete 22:32:06 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:32:08 provisioning config files... 22:32:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3981121167473177815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:32:08 ---> docker-login.sh 22:32:08 nexus3.edgexfoundry.org:10001 22:32:08 a35cf1a2eb13: Verifying Checksum 22:32:08 a35cf1a2eb13: Download complete 22:32:09 bca2f99d35d6: Verifying Checksum 22:32:09 bca2f99d35d6: Download complete 22:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:10 Configure a credential helper to remove this warning. See 22:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:10 22:32:10 Login Succeeded 22:32:10 nexus3.edgexfoundry.org:10002 22:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:10 Configure a credential helper to remove this warning. See 22:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:10 22:32:10 Login Succeeded 22:32:10 nexus3.edgexfoundry.org:10003 22:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:11 Configure a credential helper to remove this warning. See 22:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:11 22:32:11 Login Succeeded 22:32:11 nexus3.edgexfoundry.org:10004 22:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:11 Configure a credential helper to remove this warning. See 22:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:11 22:32:11 Login Succeeded 22:32:11 docker.io 22:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:12 Configure a credential helper to remove this warning. See 22:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:12 22:32:12 Login Succeeded 22:32:12 ---> docker-login.sh ends [Pipeline] } 22:32:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:32:12 ========================================================= 22:32:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:32:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:32:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:32:13 Sending build context to Docker daemon 96.77kB 22:32:13 Step 1/8 : ARG BASE=golang:1.15-alpine 22:32:13 Step 2/8 : FROM ${BASE} 22:32:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:32:13 5f621e34cdf4: Pulling fs layer 22:32:13 a4357932f1b6: Pulling fs layer 22:32:13 18c013af1878: Pulling fs layer 22:32:13 00ac8860ef70: Pulling fs layer 22:32:13 63d7cb157983: Pulling fs layer 22:32:13 b116817d02f9: Pulling fs layer 22:32:13 745a02a5169b: Pulling fs layer 22:32:13 00ac8860ef70: Waiting 22:32:13 63d7cb157983: Waiting 22:32:13 b116817d02f9: Waiting 22:32:13 18c013af1878: Download complete 22:32:13 a4357932f1b6: Download complete 22:32:13 63d7cb157983: Verifying Checksum 22:32:13 63d7cb157983: Download complete 22:32:13 b116817d02f9: Verifying Checksum 22:32:13 b116817d02f9: Download complete 22:32:13 5f621e34cdf4: Verifying Checksum 22:32:13 5f621e34cdf4: Download complete 22:32:14 5f621e34cdf4: Pull complete 22:32:14 bca2f99d35d6: Pull complete 22:32:14 93359f2a8cfa: Pull complete 22:32:14 7c6f9722023f: Pull complete 22:32:14 a4357932f1b6: Pull complete 22:32:15 18c013af1878: Pull complete 22:32:16 745a02a5169b: Verifying Checksum 22:32:16 745a02a5169b: Download complete 22:32:17 00ac8860ef70: Verifying Checksum 22:32:17 00ac8860ef70: Download complete 22:32:21 a35cf1a2eb13: Pull complete 22:32:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:32:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:32:21 ---> a62c8e92a672 22:32:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:32:21 ---> Running in 6387239d5bc2 22:32:21 Removing intermediate container 6387239d5bc2 22:32:21 ---> 3429b4d03b65 22:32:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:21 ---> Running in d81d44d8231a 22:32:22 Removing intermediate container d81d44d8231a 22:32:22 ---> 4ad34f78d26e 22:32:22 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:32:22 ---> Running in df839eb8a912 22:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:25 (1/6) Installing libc-dev (0.7.2-r3) 22:32:25 (2/6) Installing libsodium (1.0.18-r0) 22:32:25 (3/6) Installing pkgconf (1.7.2-r0) 22:32:25 (4/6) Installing libsodium-dev (1.0.18-r0) 22:32:25 (5/6) Installing libzmq (4.3.3-r0) 22:32:25 (6/6) Installing zeromq-dev (4.3.3-r0) 22:32:25 Executing busybox-1.31.1-r19.trigger 22:32:25 OK: 167 MiB in 45 packages 22:32:26 Removing intermediate container df839eb8a912 22:32:26 ---> 566c240c5092 22:32:26 Step 6/8 : WORKDIR /app 22:32:26 ---> Running in a3f50a0c0bf1 22:32:26 Removing intermediate container a3f50a0c0bf1 22:32:26 ---> c4496f7dea92 22:32:26 Step 7/8 : COPY . . 22:32:26 ---> 46bfe7f9df7a 22:32:26 Step 8/8 : RUN go mod download 22:32:27 ---> Running in f843acb4f551 22:32:27 00ac8860ef70: Pull complete 22:32:27 63d7cb157983: Pull complete 22:32:27 b116817d02f9: Pull complete 22:32:31 745a02a5169b: Pull complete 22:32:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:32:31 ---> b7e6874047d6 22:32:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:32:34 ---> Running in 23e950cec548 22:32:34 Removing intermediate container 23e950cec548 22:32:34 ---> 3c1c7fd7a59a 22:32:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:34 ---> Running in 19cdc7872d1c 22:32:37 Removing intermediate container 19cdc7872d1c 22:32:37 ---> 0a09ff73bd4d 22:32:37 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:32:37 ---> Running in 8000a600140c 22:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:32:39 (1/6) Installing libc-dev (0.7.2-r3) 22:32:39 (2/6) Installing libsodium (1.0.18-r0) 22:32:40 (3/6) Installing pkgconf (1.7.2-r0) 22:32:40 (4/6) Installing libsodium-dev (1.0.18-r0) 22:32:40 (5/6) Installing libzmq (4.3.3-r0) 22:32:40 (6/6) Installing zeromq-dev (4.3.3-r0) 22:32:40 Executing busybox-1.31.1-r19.trigger 22:32:40 OK: 144 MiB in 45 packages 22:32:42 Removing intermediate container 8000a600140c 22:32:42 ---> 31172ce5fdba 22:32:42 Step 6/8 : WORKDIR /app 22:32:42 ---> Running in e71298ca1432 22:32:42 Removing intermediate container e71298ca1432 22:32:42 ---> 635e6534be2a 22:32:42 Step 7/8 : COPY . . 22:32:43 ---> acef96e01a25 22:32:43 Step 8/8 : RUN go mod download 22:32:43 ---> Running in 3d42a4061a4b 22:32:53 Removing intermediate container f843acb4f551 22:32:53 ---> 4624b16e4b3a 22:32:53 Successfully built 4624b16e4b3a 22:32:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:32:54 + docker inspect -f . ci-base-image-x86_64 22:32:54 . [Pipeline] withDockerContainer 22:32:54 prd-centos7-docker-4c-2g-15293 does not seem to be running inside a container 22:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:32:55 $ docker top c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:55 + go version 22:32:55 go version go1.15.5 linux/amd64 [Pipeline] } 22:32:55 $ docker stop --time=1 c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 22:32:57 $ docker rm -f c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:58 + docker inspect -f . ci-base-image-x86_64 22:32:58 . [Pipeline] withDockerContainer 22:32:58 prd-centos7-docker-4c-2g-15293 does not seem to be running inside a container 22:32:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:32:59 $ docker top 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:59 + make test 22:32:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:33:10 Removing intermediate container 3d42a4061a4b 22:33:10 ---> dd88d8c5a34f 22:33:10 Successfully built dd88d8c5a34f 22:33:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:33:10 + docker inspect -f . ci-base-image-arm64 22:33:10 . [Pipeline] withDockerContainer 22:33:11 prd-ubuntu18.04-docker-arm64-4c-16g-15292 does not seem to be running inside a container 22:33:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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 ******** ci-base-image-arm64 cat 22:33:11 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:33:11 CGO_ENABLED=1 go vet ./... 22:33:12 $ docker top 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:13 + go version 22:33:13 go version go1.15.5 linux/arm64 [Pipeline] } 22:33:13 $ docker stop --time=1 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 22:33:13 gofmt -l . 22:33:13 [ "`gofmt -l .`" = "" ] 22:33:13 ./bin/test-go-mod-tidy.sh 22:33:14 ./bin/test-attribution-txt.sh 22:33:15 $ docker rm -f 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 22:33:16 $ docker stop --time=1 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 22:33:18 $ docker rm -f 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 22:33:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] isUnix [Pipeline] sh 22:33:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 22:33:19 + docker inspect -f . ci-base-image-arm64 22:33:19 . [Pipeline] } [Pipeline] // stage [Pipeline] withDockerContainer 22:33:19 prd-ubuntu18.04-docker-arm64-4c-16g-15292 does not seem to be running inside a container 22:33:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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 ******** ci-base-image-arm64 cat 22:33:21 $ docker top d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:33:22 + make test 22:33:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] sh 22:33:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:33:24 + ls -al . 22:33:24 total 88 22:33:24 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 9 22:33 . 22:33:24 drwxrwxr-x. 4 jenkins jenkins 30 Dec 9 22:31 .. 22:33:24 -rw-rw-r--. 1 jenkins jenkins 6420 Dec 9 22:31 Attribution.txt 22:33:24 drwxrwxr-x. 2 jenkins jenkins 64 Dec 9 22:31 bin 22:33:24 -rw-r--r--. 1 jenkins jenkins 10 Dec 9 22:32 coverage.out 22:33:24 -rw-rw-r--. 1 jenkins jenkins 2002 Dec 9 22:31 Dockerfile 22:33:24 -rw-rw-r--. 1 jenkins jenkins 966 Dec 9 22:31 Dockerfile.build 22:33:24 -rw-rw-r--. 1 jenkins jenkins 119 Dec 9 22:31 .dockerignore 22:33:24 drwxrwxr-x. 8 jenkins jenkins 162 Dec 9 22:31 .git 22:33:24 drwxrwxr-x. 2 jenkins jenkins 81 Dec 9 22:31 .github 22:33:24 -rw-rw-r--. 1 jenkins jenkins 93 Dec 9 22:31 .gitignore 22:33:24 -rw-r--r--. 1 jenkins jenkins 132 Dec 9 22:33 go.mod 22:33:24 -rw-r--r--. 1 jenkins jenkins 18390 Dec 9 22:33 go.sum 22:33:24 -rw-rw-r--. 1 jenkins jenkins 687 Dec 9 22:31 Jenkinsfile 22:33:24 -rw-rw-r--. 1 jenkins jenkins 10174 Dec 9 22:31 LICENSE 22:33:24 -rw-rw-r--. 1 jenkins jenkins 1519 Dec 9 22:31 main.go 22:33:24 -rw-rw-r--. 1 jenkins jenkins 1573 Dec 9 22:31 makefile 22:33:24 -rw-rw-r--. 1 jenkins jenkins 1277 Dec 9 22:31 README.md 22:33:24 drwxrwxr-x. 10 jenkins jenkins 171 Dec 9 22:31 res 22:33:24 drwxrwxr-x. 4 jenkins jenkins 71 Dec 9 22:31 snap 22:33:24 -rw-rw-r--. 1 jenkins jenkins 11 Dec 9 22:29 VERSION [Pipeline] isUnix [Pipeline] sh 22:33:24 + 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=4516a352731f3d8180afe2aa8b87c74c30645521 --label arch=amd64 --label version=2.0.0-dev.3 . 22:33:24 Sending build context to Docker daemon 117.8kB 22:33:24 Step 1/27 : ARG BASE=golang:1.15-alpine 22:33:24 Step 2/27 : FROM ${BASE} AS builder 22:33:24 ---> 4624b16e4b3a 22:33:24 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:33:25 ---> Running in 638a35c97fbc 22:33:25 Removing intermediate container 638a35c97fbc 22:33:25 ---> 6d4ea25217d5 22:33:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:33:25 ---> Running in d4b7d9c52934 22:33:25 Removing intermediate container d4b7d9c52934 22:33:25 ---> 9c0f5e0e5da3 22:33:25 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:33:25 ---> Running in b01811b9dce8 22:33:25 Removing intermediate container b01811b9dce8 22:33:25 ---> cabd223241d6 22:33:25 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:33:25 ---> Running in 1b5adc890e58 22:33:26 Removing intermediate container 1b5adc890e58 22:33:26 ---> 2bbc5d9e5988 22:33:26 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:33:26 ---> Running in af4a667598a3 22:33:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:28 OK: 167 MiB in 45 packages 22:33:28 Removing intermediate container af4a667598a3 22:33:28 ---> 0f283f7a3632 22:33:28 Step 8/27 : WORKDIR /app 22:33:29 ---> Running in 96dd77d85a02 22:33:29 Removing intermediate container 96dd77d85a02 22:33:29 ---> 6f08d07b647d 22:33:29 Step 9/27 : COPY go.mod . 22:33:29 ---> 862e8c0eb606 22:33:29 Step 10/27 : RUN go mod download 22:33:29 ---> Running in 4e80757f5ad0 22:33:30 Removing intermediate container 4e80757f5ad0 22:33:30 ---> 4c2b99ffa587 22:33:30 Step 11/27 : COPY . . 22:33:31 ---> 1af06e59fcee 22:33:31 Step 12/27 : ARG MAKE="make build" 22:33:31 ---> Running in 3b71ffde4ecb 22:33:31 Removing intermediate container 3b71ffde4ecb 22:33:31 ---> 752ca2e50980 22:33:31 Step 13/27 : RUN $MAKE 22:33:31 ---> Running in 07076d59f574 22:33:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.3" -o app-service-configurable 22:33:43 Removing intermediate container 07076d59f574 22:33:43 ---> 7cb402ea0692 22:33:43 Step 14/27 : FROM alpine:latest 22:33:44 latest: Pulling from library/alpine 22:33:44 188c0c94c7c5: Already exists 22:33:44 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:33:44 Status: Downloaded newer image for alpine:latest 22:33:44 ---> d6e46aa2470d 22:33:44 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:33:44 ---> Running in 31308ff15ef1 22:33:44 Removing intermediate container 31308ff15ef1 22:33:44 ---> 3ac3326b7815 22:33:44 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:33:44 ---> Running in 24417578b56a 22:33:45 Removing intermediate container 24417578b56a 22:33:45 ---> 12cc6375615f 22:33:45 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:33:45 ---> Running in a627d2783c3e 22:33:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:33:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:33:45 (1/6) Installing ca-certificates (20191127-r4) 22:33:46 (2/6) Installing libgcc (9.3.0-r2) 22:33:46 (3/6) Installing libsodium (1.0.18-r0) 22:33:46 (4/6) Installing libstdc++ (9.3.0-r2) 22:33:46 (5/6) Installing libzmq (4.3.3-r0) 22:33:46 (6/6) Installing zeromq (4.3.3-r0) 22:33:46 Executing busybox-1.31.1-r19.trigger 22:33:46 Executing ca-certificates-20191127-r4.trigger 22:33:46 OK: 9 MiB in 20 packages 22:33:47 Removing intermediate container a627d2783c3e 22:33:47 ---> 4eb72c8ef191 22:33:47 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:33:47 ---> 8c3e273680be 22:33:47 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:33:47 ---> e73bdd3ea5c2 22:33:47 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:33:47 ---> 7c6c9c4c13a5 22:33:47 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:33:48 ---> 7f0883d63eea 22:33:48 Step 22/27 : EXPOSE 48095 22:33:48 ---> Running in 16441b3560eb 22:33:48 Removing intermediate container 16441b3560eb 22:33:48 ---> b19244ee03f4 22:33:48 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:33:48 ---> Running in c4021a6efd0d 22:33:49 Removing intermediate container c4021a6efd0d 22:33:49 ---> cee2f79110b8 22:33:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:33:49 ---> Running in 51eb352e9f52 22:33:49 Removing intermediate container 51eb352e9f52 22:33:49 ---> c2d798bcd00e 22:33:49 Step 25/27 : LABEL arch=amd64 22:33:49 ---> Running in b2f5d9ce952c 22:33:49 Removing intermediate container b2f5d9ce952c 22:33:49 ---> 162d5950e295 22:33:49 Step 26/27 : LABEL git_sha=4516a352731f3d8180afe2aa8b87c74c30645521 22:33:49 ---> Running in 2a6cde5d70dc 22:33:49 Removing intermediate container 2a6cde5d70dc 22:33:49 ---> 341b106573ec 22:33:49 Step 27/27 : LABEL version=2.0.0-dev.3 22:33:49 ---> Running in dc43839300c8 22:33:49 Removing intermediate container dc43839300c8 22:33:49 ---> 49f9a48a355d 22:33:49 [Warning] One or more build-args [ARCH] were not consumed 22:33:49 Successfully built 49f9a48a355d 22:33:49 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:33:50 provisioning config files... 22:33:50 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3815089367184810741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:33:50 ---> docker-login.sh 22:33:50 nexus3.edgexfoundry.org:10001 22:33:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:51 Configure a credential helper to remove this warning. See 22:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:51 22:33:51 Login Succeeded 22:33:51 nexus3.edgexfoundry.org:10002 22:33:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:51 Configure a credential helper to remove this warning. See 22:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:51 22:33:51 Login Succeeded 22:33:51 nexus3.edgexfoundry.org:10003 22:33:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:51 Configure a credential helper to remove this warning. See 22:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:51 22:33:51 Login Succeeded 22:33:51 nexus3.edgexfoundry.org:10004 22:33:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:51 Configure a credential helper to remove this warning. See 22:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:51 22:33:51 Login Succeeded 22:33:51 docker.io 22:33:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:51 Configure a credential helper to remove this warning. See 22:33:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:51 22:33:51 Login Succeeded 22:33:51 ---> docker-login.sh ends [Pipeline] } 22:33:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:33:52 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:33:52 4516a352731f3d8180afe2aa8b87c74c30645521 22:33:52 latest 22:33:52 2.0.0-dev.3 22:33:52 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:33:52 master 22:33:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh 22:33:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 22:33:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:33:52 ec22f70f0b53: Preparing 22:33:52 7253392b7d37: Preparing 22:33:52 aded0542f998: Preparing 22:33:52 d2d7c1dba3c6: Preparing 22:33:52 2128f98dd5fb: Preparing 22:33:52 ace0eda3e3be: Preparing 22:33:52 ace0eda3e3be: Waiting 22:33:53 aded0542f998: Pushed 22:33:53 7253392b7d37: Pushed 22:33:53 d2d7c1dba3c6: Pushed 22:33:53 ace0eda3e3be: Layer already exists 22:33:53 2128f98dd5fb: Pushed 22:33:54 ec22f70f0b53: Pushed 22:33:54 4516a352731f3d8180afe2aa8b87c74c30645521: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:33:54 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:33:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:33:54 ec22f70f0b53: Preparing 22:33:54 7253392b7d37: Preparing 22:33:54 aded0542f998: Preparing 22:33:54 d2d7c1dba3c6: Preparing 22:33:54 2128f98dd5fb: Preparing 22:33:54 ace0eda3e3be: Preparing 22:33:54 ace0eda3e3be: Waiting 22:33:54 d2d7c1dba3c6: Layer already exists 22:33:54 ec22f70f0b53: Layer already exists 22:33:54 2128f98dd5fb: Layer already exists 22:33:54 7253392b7d37: Layer already exists 22:33:54 aded0542f998: Layer already exists 22:33:54 ace0eda3e3be: Layer already exists 22:33:54 latest: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:33:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh 22:33:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 22:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:33:55 ec22f70f0b53: Preparing 22:33:55 7253392b7d37: Preparing 22:33:55 aded0542f998: Preparing 22:33:55 d2d7c1dba3c6: Preparing 22:33:55 2128f98dd5fb: Preparing 22:33:55 ace0eda3e3be: Preparing 22:33:55 ace0eda3e3be: Waiting 22:33:55 7253392b7d37: Layer already exists 22:33:55 2128f98dd5fb: Layer already exists 22:33:55 d2d7c1dba3c6: Layer already exists 22:33:55 ec22f70f0b53: Layer already exists 22:33:55 aded0542f998: Layer already exists 22:33:55 ace0eda3e3be: Layer already exists 22:33:55 2.0.0-dev.3: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:33:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh 22:33:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:33:56 ec22f70f0b53: Preparing 22:33:56 7253392b7d37: Preparing 22:33:56 aded0542f998: Preparing 22:33:56 d2d7c1dba3c6: Preparing 22:33:56 2128f98dd5fb: Preparing 22:33:56 ace0eda3e3be: Preparing 22:33:56 ace0eda3e3be: Waiting 22:33:56 ec22f70f0b53: Layer already exists 22:33:56 2128f98dd5fb: Layer already exists 22:33:56 aded0542f998: Layer already exists 22:33:56 d2d7c1dba3c6: Layer already exists 22:33:56 7253392b7d37: Layer already exists 22:33:56 ace0eda3e3be: Layer already exists 22:33:56 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:33:56 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:33:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:33:56 ec22f70f0b53: Preparing 22:33:56 7253392b7d37: Preparing 22:33:56 aded0542f998: Preparing 22:33:56 d2d7c1dba3c6: Preparing 22:33:56 2128f98dd5fb: Preparing 22:33:56 ace0eda3e3be: Preparing 22:33:56 ace0eda3e3be: Waiting 22:33:56 aded0542f998: Layer already exists 22:33:56 7253392b7d37: Layer already exists 22:33:56 2128f98dd5fb: Layer already exists 22:33:56 ec22f70f0b53: Layer already exists 22:33:56 d2d7c1dba3c6: Layer already exists 22:33:56 ace0eda3e3be: Layer already exists 22:33:56 master: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:33:57 ===================================================== [Pipeline] echo 22:33:57 taggedImages: 22:33:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 22:33:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:33:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 22:33:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:33:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:34:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:34:01 CGO_ENABLED=1 go vet ./... 22:34:05 gofmt -l . 22:34:05 [ "`gofmt -l .`" = "" ] 22:34:05 ./bin/test-go-mod-tidy.sh 22:34:05 ./bin/test-attribution-txt.sh [Pipeline] } 22:34:06 $ docker stop --time=1 d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 22:34:09 $ docker rm -f d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 [Pipeline] // withDockerContainer [Pipeline] sh 22:34:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:34:10 Warning: overwriting stash ‘coverage-report’ 22:34:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:34:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:34:12 + ls -al . 22:34:12 total 112 22:34:12 drwxrwxr-x 7 jenkins jenkins 4096 Dec 9 22:34 . 22:34:12 drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 22:31 .. 22:34:12 -rw-rw-r-- 1 jenkins jenkins 119 Dec 9 22:31 .dockerignore 22:34:12 drwxrwxr-x 8 jenkins jenkins 4096 Dec 9 22:32 .git 22:34:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 22:31 .github 22:34:12 -rw-rw-r-- 1 jenkins jenkins 93 Dec 9 22:31 .gitignore 22:34:12 -rw-rw-r-- 1 jenkins jenkins 6420 Dec 9 22:31 Attribution.txt 22:34:12 -rw-rw-r-- 1 jenkins jenkins 2002 Dec 9 22:31 Dockerfile 22:34:12 -rw-rw-r-- 1 jenkins jenkins 966 Dec 9 22:31 Dockerfile.build 22:34:12 -rw-rw-r-- 1 jenkins jenkins 687 Dec 9 22:31 Jenkinsfile 22:34:12 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 9 22:31 LICENSE 22:34:12 -rw-rw-r-- 1 jenkins jenkins 1277 Dec 9 22:31 README.md 22:34:12 -rw-rw-r-- 1 jenkins jenkins 11 Dec 9 22:29 VERSION 22:34:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 22:31 bin 22:34:12 -rw-r--r-- 1 jenkins jenkins 10 Dec 9 22:33 coverage.out 22:34:12 -rw-r--r-- 1 jenkins jenkins 132 Dec 9 22:34 go.mod 22:34:12 -rw-r--r-- 1 jenkins jenkins 18390 Dec 9 22:34 go.sum 22:34:12 -rw-rw-r-- 1 jenkins jenkins 1519 Dec 9 22:31 main.go 22:34:12 -rw-rw-r-- 1 jenkins jenkins 1573 Dec 9 22:31 makefile 22:34:12 drwxrwxr-x 10 jenkins jenkins 4096 Dec 9 22:31 res 22:34:12 drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 22:31 snap [Pipeline] isUnix [Pipeline] sh 22:34:12 + 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=4516a352731f3d8180afe2aa8b87c74c30645521 --label arch=arm64 --label version=2.0.0-dev.3 . 22:34:12 Sending build context to Docker daemon 117.8kB 22:34:12 Step 1/27 : ARG BASE=golang:1.15-alpine 22:34:12 Step 2/27 : FROM ${BASE} AS builder 22:34:12 ---> dd88d8c5a34f 22:34:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:34:12 ---> Running in 5832082fa5fd 22:34:13 Removing intermediate container 5832082fa5fd 22:34:13 ---> e53861f6b72d 22:34:13 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:34:13 ---> Running in b671004ea947 22:34:14 Removing intermediate container b671004ea947 22:34:14 ---> c0e531bc90e2 22:34:14 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:34:14 ---> Running in 2e8b7878d9be 22:34:14 Removing intermediate container 2e8b7878d9be 22:34:14 ---> ee90d58bac47 22:34:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:14 ---> Running in eec50c83a9d3 22:34:17 Removing intermediate container eec50c83a9d3 22:34:17 ---> f6f86014d5d0 22:34:17 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:34:17 ---> Running in 5611192d6a1c 22:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:34:19 OK: 144 MiB in 45 packages 22:34:20 Removing intermediate container 5611192d6a1c 22:34:20 ---> 12a2cbbafbec 22:34:20 Step 8/27 : WORKDIR /app 22:34:20 ---> Running in bb042982784d 22:34:21 Removing intermediate container bb042982784d 22:34:21 ---> ff1225cb444c 22:34:21 Step 9/27 : COPY go.mod . 22:34:22 ---> 621992dce6b3 22:34:22 Step 10/27 : RUN go mod download 22:34:22 ---> Running in 73e16a8a2942 22:34:24 Removing intermediate container 73e16a8a2942 22:34:24 ---> 816e6e66c4ac 22:34:24 Step 11/27 : COPY . . 22:34:25 ---> 52d338212f27 22:34:25 Step 12/27 : ARG MAKE="make build" 22:34:25 ---> Running in ba2e36374e53 22:34:26 Removing intermediate container ba2e36374e53 22:34:26 ---> 251b2f4b6f7b 22:34:26 Step 13/27 : RUN $MAKE 22:34:26 ---> Running in bd3a2957db17 22:34:27 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.3" -o app-service-configurable 22:34:59 Removing intermediate container bd3a2957db17 22:34:59 ---> 853037100f83 22:34:59 Step 14/27 : FROM alpine:latest 22:35:00 latest: Pulling from library/alpine 22:35:00 5f621e34cdf4: Already exists 22:35:00 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:35:00 Status: Downloaded newer image for alpine:latest 22:35:00 ---> 2e77e061c27f 22:35:00 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:35:00 ---> Running in 607ad861daa6 22:35:01 Removing intermediate container 607ad861daa6 22:35:01 ---> 24c6c3a18725 22:35:01 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:35:01 ---> Running in feadf6f1be1c 22:35:01 Removing intermediate container feadf6f1be1c 22:35:01 ---> d774691b551a 22:35:01 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:35:01 ---> Running in 3f8b16c0e270 22:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:03 (1/6) Installing ca-certificates (20191127-r4) 22:35:03 (2/6) Installing libgcc (9.3.0-r2) 22:35:03 (3/6) Installing libsodium (1.0.18-r0) 22:35:03 (4/6) Installing libstdc++ (9.3.0-r2) 22:35:03 (5/6) Installing libzmq (4.3.3-r0) 22:35:03 (6/6) Installing zeromq (4.3.3-r0) 22:35:03 Executing busybox-1.31.1-r19.trigger 22:35:03 Executing ca-certificates-20191127-r4.trigger 22:35:04 OK: 9 MiB in 20 packages 22:35:06 Removing intermediate container 3f8b16c0e270 22:35:06 ---> 2c4034cb5da3 22:35:06 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:35:06 ---> ff3eaf6cee2c 22:35:06 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:35:07 ---> 9a082b7ccf86 22:35:07 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:35:08 ---> ba01c89c7390 22:35:08 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:35:09 ---> c662467be24e 22:35:09 Step 22/27 : EXPOSE 48095 22:35:09 ---> Running in d864dca5d3c0 22:35:09 Removing intermediate container d864dca5d3c0 22:35:09 ---> ea034bd125ec 22:35:09 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:35:10 ---> Running in bbbde632158c 22:35:10 Removing intermediate container bbbde632158c 22:35:10 ---> e42921226fa8 22:35:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:10 ---> Running in e40fcae5ef02 22:35:10 Removing intermediate container e40fcae5ef02 22:35:10 ---> 251c3e31720b 22:35:10 Step 25/27 : LABEL arch=arm64 22:35:11 ---> Running in ddda7215d231 22:35:11 Removing intermediate container ddda7215d231 22:35:11 ---> a52d18f1649f 22:35:11 Step 26/27 : LABEL git_sha=4516a352731f3d8180afe2aa8b87c74c30645521 22:35:11 ---> Running in 2bb4bfbb5437 22:35:12 Removing intermediate container 2bb4bfbb5437 22:35:12 ---> e1c54f4ddf61 22:35:12 Step 27/27 : LABEL version=2.0.0-dev.3 22:35:12 ---> Running in 44e6e0e82e88 22:35:12 Removing intermediate container 44e6e0e82e88 22:35:12 ---> d13018473021 22:35:12 [Warning] One or more build-args [ARCH] were not consumed 22:35:12 Successfully built d13018473021 22:35:12 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:35:13 provisioning config files... 22:35:13 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3445684352709660002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:35:13 ---> docker-login.sh 22:35:13 nexus3.edgexfoundry.org:10001 22:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:14 Configure a credential helper to remove this warning. See 22:35:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:14 22:35:14 Login Succeeded 22:35:14 nexus3.edgexfoundry.org:10002 22:35:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:14 Configure a credential helper to remove this warning. See 22:35:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:14 22:35:14 Login Succeeded 22:35:14 nexus3.edgexfoundry.org:10003 22:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:15 Configure a credential helper to remove this warning. See 22:35:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:15 22:35:15 Login Succeeded 22:35:15 nexus3.edgexfoundry.org:10004 22:35:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:16 Configure a credential helper to remove this warning. See 22:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:16 22:35:16 Login Succeeded 22:35:16 docker.io 22:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:35:16 Configure a credential helper to remove this warning. See 22:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:35:16 22:35:16 Login Succeeded 22:35:16 ---> docker-login.sh ends [Pipeline] } 22:35:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:35:17 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:35:17 4516a352731f3d8180afe2aa8b87c74c30645521 22:35:17 latest 22:35:17 2.0.0-dev.3 22:35:17 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:35:17 master 22:35:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:35:17 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh 22:35:17 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 22:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:35:17 dcea6ba70697: Preparing 22:35:17 39f1452c44a8: Preparing 22:35:17 50b6c368982a: Preparing 22:35:17 4674cbc7f6ed: Preparing 22:35:17 78ab7bdd4a9d: Preparing 22:35:17 cd3761cfa1d9: Preparing 22:35:17 cd3761cfa1d9: Waiting 22:35:18 4674cbc7f6ed: Pushed 22:35:18 39f1452c44a8: Pushed 22:35:18 cd3761cfa1d9: Layer already exists 22:35:18 50b6c368982a: Pushed 22:35:19 78ab7bdd4a9d: Pushed 22:35:21 dcea6ba70697: Pushed 22:35:21 4516a352731f3d8180afe2aa8b87c74c30645521: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh 22:35:21 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:35:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:35:22 dcea6ba70697: Preparing 22:35:22 39f1452c44a8: Preparing 22:35:22 50b6c368982a: Preparing 22:35:22 4674cbc7f6ed: Preparing 22:35:22 78ab7bdd4a9d: Preparing 22:35:22 cd3761cfa1d9: Preparing 22:35:22 cd3761cfa1d9: Waiting 22:35:22 dcea6ba70697: Layer already exists 22:35:22 4674cbc7f6ed: Layer already exists 22:35:22 78ab7bdd4a9d: Layer already exists 22:35:22 50b6c368982a: Layer already exists 22:35:22 39f1452c44a8: Layer already exists 22:35:22 cd3761cfa1d9: Layer already exists 22:35:22 latest: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh 22:35:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh 22:35:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 22:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:35:23 dcea6ba70697: Preparing 22:35:23 39f1452c44a8: Preparing 22:35:23 50b6c368982a: Preparing 22:35:23 4674cbc7f6ed: Preparing 22:35:23 78ab7bdd4a9d: Preparing 22:35:23 cd3761cfa1d9: Preparing 22:35:23 cd3761cfa1d9: Waiting 22:35:23 39f1452c44a8: Layer already exists 22:35:23 50b6c368982a: Layer already exists 22:35:23 78ab7bdd4a9d: Layer already exists 22:35:23 dcea6ba70697: Layer already exists 22:35:23 4674cbc7f6ed: Layer already exists 22:35:23 cd3761cfa1d9: Layer already exists 22:35:23 2.0.0-dev.3: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh 22:35:23 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh 22:35:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:35:23 dcea6ba70697: Preparing 22:35:23 39f1452c44a8: Preparing 22:35:23 50b6c368982a: Preparing 22:35:23 4674cbc7f6ed: Preparing 22:35:23 78ab7bdd4a9d: Preparing 22:35:23 cd3761cfa1d9: Preparing 22:35:23 cd3761cfa1d9: Waiting 22:35:24 39f1452c44a8: Layer already exists 22:35:24 50b6c368982a: Layer already exists 22:35:24 78ab7bdd4a9d: Layer already exists 22:35:24 dcea6ba70697: Layer already exists 22:35:24 4674cbc7f6ed: Layer already exists 22:35:24 cd3761cfa1d9: Layer already exists 22:35:24 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh 22:35:24 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:35:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:35:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:35:24 dcea6ba70697: Preparing 22:35:24 39f1452c44a8: Preparing 22:35:24 50b6c368982a: Preparing 22:35:24 4674cbc7f6ed: Preparing 22:35:24 78ab7bdd4a9d: Preparing 22:35:24 cd3761cfa1d9: Preparing 22:35:24 cd3761cfa1d9: Waiting 22:35:25 dcea6ba70697: Layer already exists 22:35:25 4674cbc7f6ed: Layer already exists 22:35:25 50b6c368982a: Layer already exists 22:35:25 78ab7bdd4a9d: Layer already exists 22:35:25 39f1452c44a8: Layer already exists 22:35:25 cd3761cfa1d9: Layer already exists 22:35:25 master: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:35:25 ===================================================== [Pipeline] echo 22:35:25 taggedImages: 22:35:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 22:35:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:35:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 22:35:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 22:35:25 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:35:27 provisioning config files... 22:35:27 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2888047545512394976tmp [Pipeline] { [Pipeline] sh 22:35:27 + set +x 22:35:27 + curl -s https://codecov.io/bash 22:35:27 + bash -s -- 22:35:27 22:35:27 _____ _ 22:35:27 / ____| | | 22:35:27 | | ___ __| | ___ ___ _____ __ 22:35:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:35:27 | |___| (_) | (_| | __/ (_| (_) \ V / 22:35:27 \_____\___/ \__,_|\___|\___\___/ \_/ 22:35:27 Bash-20201130-cc6d3fe 22:35:27 22:35:27 22:35:27 ==> Jenkins CI detected. 22:35:27 project root: . 22:35:27 --> token set from env 22:35:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:35:27 ==> Running gcov in . (disable via -X gcov) 22:35:27 ==> Python coveragepy not found 22:35:27 ==> Searching for coverage reports in: 22:35:27 + . 22:35:27 -> Found 1 reports 22:35:27 ==> Detecting git/mercurial file structure 22:35:27 ==> Reading reports 22:35:27 + ./coverage.out bytes=10 22:35:27 ==> Appending adjustments 22:35:27 https://docs.codecov.io/docs/fixing-reports 22:35:27 + Found adjustments 22:35:27 ==> Gzipping contents 22:35:27 4.0K /tmp/codecov.a4uPeh.gz 22:35:27 ==> Uploading reports 22:35:27 url: https://codecov.io 22:35:27 query: branch=master&commit=4516a352731f3d8180afe2aa8b87c74c30645521&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:35:27 -> Pinging Codecov 22:35:27 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=4516a352731f3d8180afe2aa8b87c74c30645521&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:35:28 -> Uploading to 22:35:28 https://storage.googleapis.com/codecov/v4/raw/2020-12-09/A97CA9966030D2A3747ED39772930CCE/4516a352731f3d8180afe2aa8b87c74c30645521/08f2a5d0-8208-4b93-bd37-d39e811c829a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201209T223528Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=58efc9d7cdd17ebf2d0731a8229af00ec273d3dd6230e7929710524a8eb330d3 22:35:28 % Total % Received % Xferd Average Speed Time Time Time Current 22:35:28 Dload Upload Total Spent Left Speed 22:35:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 942 --:--:-- --:--:-- --:--:-- 945 22:35:28 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] } 22:35:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:35:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:35:30 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:35:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:35:30 22:35:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:35:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:35:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:35:30 188c0c94c7c5: Pulling fs layer 22:35:30 0ef7d3d256c8: Pulling fs layer 22:35:30 de9db76c5a1d: Pulling fs layer 22:35:30 0eba1c9be4d2: Pulling fs layer 22:35:30 0d57e429df01: Pulling fs layer 22:35:30 4e4be7b47b0d: Pulling fs layer 22:35:30 e1f770b5df2f: Pulling fs layer 22:35:30 85a0685a4137: Pulling fs layer 22:35:30 0d57e429df01: Waiting 22:35:30 4e4be7b47b0d: Waiting 22:35:30 e1f770b5df2f: Waiting 22:35:30 85a0685a4137: Waiting 22:35:30 0eba1c9be4d2: Waiting 22:35:30 de9db76c5a1d: Verifying Checksum 22:35:30 de9db76c5a1d: Download complete 22:35:30 0ef7d3d256c8: Download complete 22:35:30 0d57e429df01: Verifying Checksum 22:35:30 0d57e429df01: Download complete 22:35:30 4e4be7b47b0d: Download complete 22:35:30 188c0c94c7c5: Download complete 22:35:30 188c0c94c7c5: Pull complete 22:35:31 0ef7d3d256c8: Pull complete 22:35:31 de9db76c5a1d: Pull complete 22:35:32 e1f770b5df2f: Verifying Checksum 22:35:32 e1f770b5df2f: Download complete 22:35:34 0eba1c9be4d2: Verifying Checksum 22:35:34 0eba1c9be4d2: Download complete 22:35:34 85a0685a4137: Verifying Checksum 22:35:34 85a0685a4137: Download complete 22:35:39 0eba1c9be4d2: Pull complete 22:35:39 0d57e429df01: Pull complete 22:35:39 4e4be7b47b0d: Pull complete 22:35:41 e1f770b5df2f: Pull complete 22:35:48 85a0685a4137: Pull complete 22:35:48 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:35:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:35:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:35:48 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:35:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:35:49 $ docker top d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf -eo pid,comm [Pipeline] { [Pipeline] echo 22:35:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:35:49 + set -o pipefail 22:35:49 + snyk monitor '--org=edgex-jenkins' 22:36:08 22:36:08 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:36:08 22:36:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2ae875ff-78bd-46be-926d-8b3097d301e0 22:36:08 22:36:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:36:08 22:36:08 22:36:08 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 22:36:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:36:08 $ docker stop --time=1 d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf 22:36:10 $ docker rm -f d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 22:36:11 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521, dockerFile=Dockerfile [Pipeline] echo 22:36:11 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 22:36:12 + set -o pipefail 22:36:12 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 22:36:12 + tee .snyk 22:36:12 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 22:36:12 version: v1.14.1 22:36:12 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 22:36:12 ignore: 22:36:12 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 22:36:12 - '*': 22:36:12 reason: does not apply # justification for ignoring 22:36:12 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 22:36:12 SNYK-ALPINE312-JQ-588886: 22:36:12 - '*': 22:36:12 reason: false positive 22:36:12 expires: 2021-01-01T00:00:00 22:36:12 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 22:36:12 - '*': 22:36:12 reason: does not apply 22:36:12 expires: 2021-01-01T00:00:00 22:36:12 # patch: {} [Pipeline] withCredentials 22:36:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:36:12 . [Pipeline] withDockerContainer 22:36:13 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:36:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:36:14 $ docker top f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d -eo pid,comm [Pipeline] { [Pipeline] sh 22:36:14 + rm -f snykReport.html [Pipeline] echo 22:36:14 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 22:36:14 + set -o pipefail 22:36:14 + snyk-to-html -o snykReport.html 22:36:14 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 22:36:24 Vulnerability snapshot saved at snykReport.html [Pipeline] } 22:36:24 $ docker stop --time=1 f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d 22:36:26 $ docker rm -f f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:36:28 + git log --format=format:%s -1 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh 22:36:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:36:28 . [Pipeline] withDockerContainer 22:36:28 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:36:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:36:29 $ docker top b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:36:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:36:29 [ssh-agent] Looking for ssh-agent implementation... 22:36:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:36:30 $ docker exec b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f ssh-agent 22:36:30 SSH_AUTH_SOCK=/tmp/ssh-acLWv4odHzGY/agent.11 22:36:30 SSH_AGENT_PID=16 22:36:30 Running ssh-add (command line suppressed) 22:36:30 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3615118843093280236.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3615118843093280236.key) 22:36:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:36:30 + git semver tag 22:36:30 # -> Open(): unable to determine branch for HEAD 22:36:30 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:36:30 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:36:30 # $SEMVER_REMOTE_NAME = origin 22:36:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:36:30 # $SEMVER_USER_NAME = edgex-jenkins 22:36:30 # $SEMVER_BRANCH = master 22:36:30 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:36:30 # 4516a352731f3d8180afe2aa8b87c74c30645521 HEAD 22:36:30 # -> Force: false 22:36:30 # 30ee47814c9b8ee0f5b5dbcb50585174c626bd84 refs/tags/v2.0.0-dev.3 [Pipeline] } 22:36:30 $ docker exec --env ******** --env ******** b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f ssh-agent -k 22:36:31 unset SSH_AUTH_SOCK; 22:36:31 unset SSH_AGENT_PID; 22:36:31 echo Agent pid 16 killed; 22:36:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:36:31 + git semver [Pipeline] } 22:36:31 $ docker stop --time=1 b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f 22:36:33 $ docker rm -f b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:36:33 22:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:36:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:36:34 0.23.1-centos7: Pulling from edgex-lftools 22:36:34 ab5ef0e58194: Pulling fs layer 22:36:34 9712f1f96733: Pulling fs layer 22:36:34 63f879dbbcfc: Pulling fs layer 22:36:34 0d9ebad4ef96: Pulling fs layer 22:36:34 e9a5061849ea: Pulling fs layer 22:36:34 d747dcd14b5f: Pulling fs layer 22:36:34 2de7ff778b66: Pulling fs layer 22:36:34 e9a5061849ea: Waiting 22:36:34 d747dcd14b5f: Waiting 22:36:34 2de7ff778b66: Waiting 22:36:34 0d9ebad4ef96: Waiting 22:36:34 9712f1f96733: Verifying Checksum 22:36:34 9712f1f96733: Download complete 22:36:36 63f879dbbcfc: Verifying Checksum 22:36:36 63f879dbbcfc: Download complete 22:36:36 e9a5061849ea: Verifying Checksum 22:36:36 e9a5061849ea: Download complete 22:36:36 d747dcd14b5f: Verifying Checksum 22:36:36 d747dcd14b5f: Download complete 22:36:36 2de7ff778b66: Verifying Checksum 22:36:36 2de7ff778b66: Download complete 22:36:37 ab5ef0e58194: Verifying Checksum 22:36:37 ab5ef0e58194: Download complete 22:36:37 0d9ebad4ef96: Verifying Checksum 22:36:37 0d9ebad4ef96: Download complete 22:36:41 ab5ef0e58194: Pull complete 22:36:41 9712f1f96733: Pull complete 22:36:44 63f879dbbcfc: Pull complete 22:36:51 0d9ebad4ef96: Pull complete 22:36:52 e9a5061849ea: Pull complete 22:36:52 d747dcd14b5f: Pull complete 22:36:55 2de7ff778b66: Pull complete 22:36:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:36:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:36:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:36:55 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:36:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:36:59 $ docker top 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:37:00 provisioning config files... 22:37:00 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8871599006525506410tmp 22:37:00 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1047538609912049924tmp 22:37:00 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6792995803848013132tmp [Pipeline] { [Pipeline] echo 22:37:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:37:00 ---> sigul-configuration.sh 22:37:00 gpg: directory `/root/.gnupg' created 22:37:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:37:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:37:00 gpg: keyring `/root/.gnupg/secring.gpg' created 22:37:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:37:00 gpg: CAST5 encrypted data 22:37:00 gpg: encrypted with 1 passphrase 22:37:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:37:01 + mkdir /home/jenkins 22:37:01 + mkdir /home/jenkins/sigul [Pipeline] sh 22:37:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:37:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:37:01 ---> sigul-install.sh 22:37:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:37:08 + git tag --list 22:37:08 v1.0.0 22:37:08 v1.1.0 22:37:08 v1.2.0 22:37:08 v1.2.1-dev.1 22:37:08 v1.2.1-dev.10 22:37:08 v1.2.1-dev.11 22:37:08 v1.2.1-dev.12 22:37:08 v1.2.1-dev.13 22:37:08 v1.2.1-dev.14 22:37:08 v1.2.1-dev.15 22:37:08 v1.2.1-dev.16 22:37:08 v1.2.1-dev.17 22:37:08 v1.2.1-dev.18 22:37:08 v1.2.1-dev.19 22:37:08 v1.2.1-dev.2 22:37:08 v1.2.1-dev.20 22:37:08 v1.2.1-dev.21 22:37:08 v1.2.1-dev.22 22:37:08 v1.2.1-dev.23 22:37:08 v1.2.1-dev.3 22:37:08 v1.2.1-dev.4 22:37:08 v1.2.1-dev.5 22:37:08 v1.2.1-dev.6 22:37:08 v1.2.1-dev.7 22:37:08 v1.2.1-dev.8 22:37:08 v1.2.1-dev.9 22:37:08 v1.3.0 22:37:08 v1.3.1-dev.1 22:37:08 v2.0.0-dev.1 22:37:08 v2.0.0-dev.2 22:37:08 v2.0.0-dev.3 [Pipeline] sh 22:37:09 + lftools sign git-tag v2.0.0-dev.3 22:37:10 Signing Git tag with Sigul... 22:37:10 Signing v2.0.0-dev.3 [Pipeline] echo 22:37:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:37:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:37:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:37:11 $ docker stop --time=1 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 22:37:13 $ docker rm -f 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:37:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:14 . [Pipeline] withDockerContainer 22:37:14 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:37:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:37:15 $ docker top 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:37:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:16 [ssh-agent] Looking for ssh-agent implementation... 22:37:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:16 $ docker exec 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d ssh-agent 22:37:16 SSH_AUTH_SOCK=/tmp/ssh-X1p5KFpANVEk/agent.11 22:37:16 SSH_AGENT_PID=16 22:37:16 Running ssh-add (command line suppressed) 22:37:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4994629342555925427.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4994629342555925427.key) 22:37:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:17 + git semver bump pre 22:37:17 # -> Open(): unable to determine branch for HEAD 22:37:17 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:37:17 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:37:17 # $SEMVER_REMOTE_NAME = origin 22:37:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:37:17 # $SEMVER_USER_NAME = edgex-jenkins 22:37:17 # $SEMVER_BRANCH = master 22:37:17 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:37:17 2.0.0-dev.4 [Pipeline] } 22:37:17 $ docker exec --env ******** --env ******** 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d ssh-agent -k 22:37:17 unset SSH_AUTH_SOCK; 22:37:17 unset SSH_AGENT_PID; 22:37:17 echo Agent pid 16 killed; 22:37:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:37:17 + git semver [Pipeline] } 22:37:17 $ docker stop --time=1 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d 22:37:19 $ docker rm -f 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:37:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:37:19 . [Pipeline] withDockerContainer 22:37:19 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:37:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:37:20 $ docker top df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:37:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:37:21 [ssh-agent] Looking for ssh-agent implementation... 22:37:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:37:21 $ docker exec df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 ssh-agent 22:37:21 SSH_AUTH_SOCK=/tmp/ssh-ZOTQ8sd4jHx4/agent.12 22:37:21 SSH_AGENT_PID=18 22:37:21 Running ssh-add (command line suppressed) 22:37:21 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4720672240242505233.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4720672240242505233.key) 22:37:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:37:22 + git semver push 22:37:22 # -> Open(): unable to determine branch for HEAD 22:37:22 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:37:22 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:37:22 # $SEMVER_REMOTE_NAME = origin 22:37:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:37:22 # $SEMVER_USER_NAME = edgex-jenkins 22:37:22 # $SEMVER_BRANCH = master 22:37:22 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:37:28 $ docker exec --env ******** --env ******** df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 ssh-agent -k 22:37:28 unset SSH_AUTH_SOCK; 22:37:28 unset SSH_AGENT_PID; 22:37:28 echo Agent pid 18 killed; 22:37:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:37:29 + git semver [Pipeline] } 22:37:29 $ docker stop --time=1 df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 22:37:30 $ docker rm -f df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:37:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:37:33 ---> package-listing.sh 22:37:33 ++ facter osfamily 22:37:33 ++ tr '[:upper:]' '[:lower:]' 22:37:33 + OS_FAMILY=redhat 22:37:33 + workspace=/w/workspace/_app-service-configurable_master 22:37:33 + START_PACKAGES=/tmp/packages_start.txt 22:37:33 + END_PACKAGES=/tmp/packages_end.txt 22:37:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:37:33 + PACKAGES=/tmp/packages_start.txt 22:37:33 + '[' /w/workspace/_app-service-configurable_master ']' 22:37:33 + PACKAGES=/tmp/packages_end.txt 22:37:33 + case "${OS_FAMILY}" in 22:37:33 + rpm -qa 22:37:33 + sort 22:37:38 + '[' -f /tmp/packages_start.txt ']' 22:37:38 + '[' -f /tmp/packages_end.txt ']' 22:37:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:37:38 + '[' /w/workspace/_app-service-configurable_master ']' 22:37:38 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:37:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:37:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:37:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:37:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:39 22:37:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:37:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:39 alpine: Pulling from edgex-lftools-log-publisher 22:37:39 df20fa9351a1: Pulling fs layer 22:37:39 36b3adc4ff6f: Pulling fs layer 22:37:39 8ad3a11d3b57: Pulling fs layer 22:37:39 46f8f816bc3b: Pulling fs layer 22:37:39 93b61091891f: Pulling fs layer 22:37:39 93b9cdb0e59b: Pulling fs layer 22:37:39 5e14af77c1be: Pulling fs layer 22:37:39 01666e4c0597: Pulling fs layer 22:37:39 aa168da1d23b: Pulling fs layer 22:37:39 46f8f816bc3b: Waiting 22:37:39 93b61091891f: Waiting 22:37:39 93b9cdb0e59b: Waiting 22:37:39 5e14af77c1be: Waiting 22:37:39 01666e4c0597: Waiting 22:37:39 aa168da1d23b: Waiting 22:37:40 36b3adc4ff6f: Verifying Checksum 22:37:40 36b3adc4ff6f: Download complete 22:37:40 46f8f816bc3b: Verifying Checksum 22:37:40 46f8f816bc3b: Download complete 22:37:40 df20fa9351a1: Verifying Checksum 22:37:40 df20fa9351a1: Download complete 22:37:40 93b9cdb0e59b: Verifying Checksum 22:37:40 93b9cdb0e59b: Download complete 22:37:40 5e14af77c1be: Verifying Checksum 22:37:40 5e14af77c1be: Download complete 22:37:40 93b61091891f: Download complete 22:37:40 01666e4c0597: Verifying Checksum 22:37:40 01666e4c0597: Download complete 22:37:40 df20fa9351a1: Pull complete 22:37:40 36b3adc4ff6f: Pull complete 22:37:41 8ad3a11d3b57: Verifying Checksum 22:37:41 8ad3a11d3b57: Download complete 22:37:42 aa168da1d23b: Verifying Checksum 22:37:42 aa168da1d23b: Download complete 22:37:43 8ad3a11d3b57: Pull complete 22:37:43 46f8f816bc3b: Pull complete 22:37:43 93b61091891f: Pull complete 22:37:43 93b9cdb0e59b: Pull complete 22:37:43 5e14af77c1be: Pull complete 22:37:44 01666e4c0597: Pull complete 22:37:50 aa168da1d23b: Pull complete 22:37:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:37:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:37:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:37:51 prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container 22:37:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:37:54 $ docker top 57b5ce6128405018ba6906a32719bb6fb0a688acf5b28ad76f621f65076173ab -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:54 + touch /tmp/pre-build-complete [Pipeline] sh 22:37:55 + mkdir -p /var/log/sa [Pipeline] sh 22:37:55 + ls /var/log/sa-host 22:37:55 + sadf -c /var/log/sa-host/sa09 22:37:55 file_magic: OK 22:37:55 HZ: Using current value: 100 22:37:55 file_header: OK 22:37:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:37:55 Statistics: 22:37:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:37:55 File successfully converted to sysstat format version 12.2.1 22:37:55 + sadf -c /var/log/sa-host/sa23 22:37:55 file_magic: OK 22:37:55 HZ: Using current value: 100 22:37:55 file_header: OK 22:37:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:37:55 Statistics: 22:37:55 Hnuu...uuuununununu... 22:37:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:37:56 provisioning config files... 22:37:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7866659786826093305tmp [Pipeline] { [Pipeline] echo 22:37:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:37:56 ---> create-netrc.sh [Pipeline] } 22:37:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:37:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:37:57 ---> python-tools-install.sh [Pipeline] echo 22:37:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:37:57 ---> sudo-logs.sh 22:37:57 Archiving 'sudo' log.. [Pipeline] echo 22:37:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:37:57 ---> job-cost.sh 22:37:57 lf-activate-venv: SKIPPING 22:37:57 INFO: No Stack... 22:37:58 INFO: Retrieving Pricing Info for: v1-standard-2 22:37:58 INFO: Archiving Costs [Pipeline] echo 22:37:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:37:59 ---> logs-deploy.sh 22:37:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/66 22:37:59 INFO: archiving workspace using pattern(s): 22:38:00 Archives upload complete. 22:38:00 INFO: archiving logs to Nexus