Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15623 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b (master) > 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 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b # timeout=10 Commit message: "feat: update configuration files to set default non-TLS (#157)" > git rev-list --no-walk 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:49:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:49:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:49:21 ========================================================= 21:49:21 EdgeX Global Pipelines Version Info 21:49:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:49:23 ------------------- 21:49:23 stable info: 21:49:23 ------------------- 21:49:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:23 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:49:23 Message: update stable to v1.0.172 21:49:24 ------------------- 21:49:24 experimental info: 21:49:24 ------------------- 21:49:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:24 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:49:24 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:49:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b6ac86 [Pipeline] echo 21:49:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:49:27 provisioning config files... 21:49:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3294169611970192386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:28 ---> docker-login.sh 21:49:28 nexus3.edgexfoundry.org:10001 21:49:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:29 Configure a credential helper to remove this warning. See 21:49:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:29 21:49:29 Login Succeeded 21:49:29 nexus3.edgexfoundry.org:10002 21:49:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:29 Configure a credential helper to remove this warning. See 21:49:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:29 21:49:29 Login Succeeded 21:49:29 nexus3.edgexfoundry.org:10003 21:49:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:29 Configure a credential helper to remove this warning. See 21:49:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:29 21:49:29 Login Succeeded 21:49:29 nexus3.edgexfoundry.org:10004 21:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:30 Configure a credential helper to remove this warning. See 21:49:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:30 21:49:30 Login Succeeded 21:49:30 docker.io 21:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:31 Configure a credential helper to remove this warning. See 21:49:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:31 21:49:31 Login Succeeded 21:49:31 ---> docker-login.sh ends [Pipeline] } 21:49: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 21:49:32 + git log --format=format:%s -1 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] echo 21:49:32 GIT_COMMIT: 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b, Commit Message: feat: update configuration files to set default non-TLS (#157) [Pipeline] echo 21:49:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:33 21:49:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:49:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:34 latest: Pulling from edgex-devops/git-semver 21:49:34 31603596830f: Pulling fs layer 21:49:34 2a8b12db71e7: Pulling fs layer 21:49:34 6ca5941a6612: Pulling fs layer 21:49:34 ecc8261a40a4: Pulling fs layer 21:49:34 ecc8261a40a4: Waiting 21:49:34 2a8b12db71e7: Verifying Checksum 21:49:34 2a8b12db71e7: Download complete 21:49:34 31603596830f: Download complete 21:49:34 ecc8261a40a4: Verifying Checksum 21:49:34 ecc8261a40a4: Download complete 21:49:34 6ca5941a6612: Verifying Checksum 21:49:34 6ca5941a6612: Download complete 21:49:35 31603596830f: Pull complete 21:49:35 2a8b12db71e7: Pull complete 21:49:37 6ca5941a6612: Pull complete 21:49:37 ecc8261a40a4: Pull complete 21:49:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:49:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:49:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:49:37 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:49:38 $ 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 21:49:40 $ docker top 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:41 [ssh-agent] Looking for ssh-agent implementation... 21:49:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:41 $ docker exec 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 ssh-agent 21:49:41 SSH_AUTH_SOCK=/tmp/ssh-WMtztv1qs7on/agent.13 21:49:41 SSH_AGENT_PID=18 21:49:41 Running ssh-add (command line suppressed) 21:49:42 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3308268155631786002.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3308268155631786002.key) 21:49:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:42 + git tag --points-at HEAD [Pipeline] } 21:49:42 $ docker exec --env ******** --env ******** 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 ssh-agent -k 21:49:43 unset SSH_AUTH_SOCK; 21:49:43 unset SSH_AGENT_PID; 21:49:43 echo Agent pid 18 killed; 21:49:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:49:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:43 [ssh-agent] Looking for ssh-agent implementation... 21:49:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:43 $ docker exec 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 ssh-agent 21:49:43 SSH_AUTH_SOCK=/tmp/ssh-1Ryh7sEnGu0b/agent.47 21:49:43 SSH_AGENT_PID=53 21:49:43 Running ssh-add (command line suppressed) 21:49:44 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_998543847846531658.key (/w/workspace/_app-service-configurable_master@tmp/private_key_998543847846531658.key) 21:49:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:44 + git semver init 21:49:44 # -> Open(): unable to determine branch for HEAD 21:49:44 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:49:44 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:49:44 # $SEMVER_REMOTE_NAME = origin 21:49:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:49:44 # $SEMVER_USER_NAME = edgex-jenkins 21:49:44 # $SEMVER_BRANCH = master 21:49:44 # $SEMVER_TEMP = /tmp/semver-440207657 21:49:44 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:49:45 # '/tmp/semver-440207657' -> '/w/workspace/_app-service-configurable_master/.semver' 21:49:45 # -> Force: false 21:49:45 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:49:45 $ docker exec --env ******** --env ******** 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 ssh-agent -k 21:49:45 unset SSH_AUTH_SOCK; 21:49:45 unset SSH_AGENT_PID; 21:49:45 echo Agent pid 53 killed; 21:49:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:46 + git semver [Pipeline] } 21:49:46 $ docker stop --time=1 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 21:49:47 $ docker rm -f 993583e422a1561ec2787bb7bc46f7bf6d84fba4fc22b170f9679360a0974a83 [Pipeline] // withDockerContainer [Pipeline] sh 21:49:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:49:49 Stashed 1 file(s) [Pipeline] echo 21:49:49 [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 21:50:05 Still waiting to schedule task 21:50:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:50:05 Still waiting to schedule task 21:50:05 ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15616’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15619’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-15621’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-15624’ is offline 21:50:37 Running on prd-centos7-docker-4c-2g-15627 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:50:37 Running in /w/workspace/app-service-configurable/67 [Pipeline] { [Pipeline] checkout 21:50:39 using credential edgex-jenkins-ssh 21:50:39 Cloning the remote Git repository 21:50:39 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:50:39 > git init /w/workspace/app-service-configurable/67 # timeout=10 21:50:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:50:39 > git --version # timeout=10 21:50:39 > git --version # 'git version 2.24.3' 21:50:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:50:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:50:40 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:50:40 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:50:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:50:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:50:40 Checking out Revision 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b (master) 21:50:40 > git config core.sparsecheckout # timeout=10 21:50:40 > git checkout -f 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b # timeout=10 21:50:44 Commit message: "feat: update configuration files to set default non-TLS (#157)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:50:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:50:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:50:46 + sudo service docker restart 21:50:46 + true 21:50:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:50:47 provisioning config files... 21:50:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config5153816654080229983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:47 ---> docker-login.sh 21:50:47 nexus3.edgexfoundry.org:10001 21:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:48 Configure a credential helper to remove this warning. See 21:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:48 21:50:48 Login Succeeded 21:50:48 nexus3.edgexfoundry.org:10002 21:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:48 Configure a credential helper to remove this warning. See 21:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:48 21:50:48 Login Succeeded 21:50:48 nexus3.edgexfoundry.org:10003 21:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:48 Configure a credential helper to remove this warning. See 21:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:48 21:50:48 Login Succeeded 21:50:48 nexus3.edgexfoundry.org:10004 21:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:48 Configure a credential helper to remove this warning. See 21:50:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:48 21:50:48 Login Succeeded 21:50:48 docker.io 21:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:49 Configure a credential helper to remove this warning. See 21:50:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:49 21:50:49 Login Succeeded 21:50:49 ---> docker-login.sh ends [Pipeline] } 21:50:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:50:49 ========================================================= 21:50:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:50:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:50:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:50:49 Sending build context to Docker daemon 96.77kB 21:50:50 Step 1/8 : ARG BASE=golang:1.15-alpine 21:50:50 Step 2/8 : FROM ${BASE} 21:50:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:50:50 188c0c94c7c5: Pulling fs layer 21:50:50 0ef7d3d256c8: Pulling fs layer 21:50:50 de9db76c5a1d: Pulling fs layer 21:50:50 bca2f99d35d6: Pulling fs layer 21:50:50 93359f2a8cfa: Pulling fs layer 21:50:50 7c6f9722023f: Pulling fs layer 21:50:50 a35cf1a2eb13: Pulling fs layer 21:50:50 93359f2a8cfa: Waiting 21:50:50 a35cf1a2eb13: Waiting 21:50:50 7c6f9722023f: Waiting 21:50:50 bca2f99d35d6: Waiting 21:50:50 de9db76c5a1d: Verifying Checksum 21:50:50 de9db76c5a1d: Download complete 21:50:50 0ef7d3d256c8: Verifying Checksum 21:50:50 0ef7d3d256c8: Download complete 21:50:50 93359f2a8cfa: Verifying Checksum 21:50:50 93359f2a8cfa: Download complete 21:50:50 7c6f9722023f: Verifying Checksum 21:50:50 7c6f9722023f: Download complete 21:50:50 188c0c94c7c5: Verifying Checksum 21:50:50 188c0c94c7c5: Download complete 21:50:50 188c0c94c7c5: Pull complete 21:50:50 0ef7d3d256c8: Pull complete 21:50:51 de9db76c5a1d: Pull complete 21:50:51 a35cf1a2eb13: Verifying Checksum 21:50:51 a35cf1a2eb13: Download complete 21:50:52 bca2f99d35d6: Verifying Checksum 21:50:52 bca2f99d35d6: Download complete 21:50:57 bca2f99d35d6: Pull complete 21:50:57 93359f2a8cfa: Pull complete 21:50:57 7c6f9722023f: Pull complete 21:51:08 a35cf1a2eb13: Pull complete 21:51:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:51:08 ---> a62c8e92a672 21:51:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:51:08 ---> Running in be7d2e584055 21:51:08 Removing intermediate container be7d2e584055 21:51:08 ---> 8dc191d60540 21:51:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:08 ---> Running in 6dc1b5d73eee 21:51:09 Removing intermediate container 6dc1b5d73eee 21:51:09 ---> 92cd1ffa5011 21:51:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:51:09 ---> Running in 02c64c735027 21:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:11 (1/6) Installing libc-dev (0.7.2-r3) 21:51:11 (2/6) Installing libsodium (1.0.18-r0) 21:51:11 (3/6) Installing pkgconf (1.7.2-r0) 21:51:11 (4/6) Installing libsodium-dev (1.0.18-r0) 21:51:11 (5/6) Installing libzmq (4.3.3-r0) 21:51:11 (6/6) Installing zeromq-dev (4.3.3-r0) 21:51:12 Executing busybox-1.31.1-r19.trigger 21:51:12 OK: 167 MiB in 45 packages 21:51:12 Removing intermediate container 02c64c735027 21:51:12 ---> 6a8b52c827a4 21:51:12 Step 6/8 : WORKDIR /app 21:51:13 ---> Running in 7817a591e7a4 21:51:13 Removing intermediate container 7817a591e7a4 21:51:13 ---> b8b310fd5a67 21:51:13 Step 7/8 : COPY . . 21:51:13 ---> c0b8dac19a68 21:51:13 Step 8/8 : RUN go mod download 21:51:13 ---> Running in 358441e75636 21:51:35 Removing intermediate container 358441e75636 21:51:35 ---> 5b76e169aba9 21:51:35 Successfully built 5b76e169aba9 21:51:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:51:36 + docker inspect -f . ci-base-image-x86_64 21:51:36 . [Pipeline] withDockerContainer 21:51:36 prd-centos7-docker-4c-2g-15627 does not seem to be running inside a container 21:51:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@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-x86_64 cat 21:51:36 $ docker top b28c9d334fae4c740be0b48f4fbfa888803e5165d5f3e7282d7b59082a471d97 -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:37 + go version 21:51:37 go version go1.15.5 linux/amd64 [Pipeline] } 21:51:37 $ docker stop --time=1 b28c9d334fae4c740be0b48f4fbfa888803e5165d5f3e7282d7b59082a471d97 21:51:38 $ docker rm -f b28c9d334fae4c740be0b48f4fbfa888803e5165d5f3e7282d7b59082a471d97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:51:39 + docker inspect -f . ci-base-image-x86_64 21:51:39 . [Pipeline] withDockerContainer 21:51:39 prd-centos7-docker-4c-2g-15627 does not seem to be running inside a container 21:51:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@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-x86_64 cat 21:51:40 $ docker top 2a8a4b44a2cee4681e586ede8db7caa495c63be3cea40616af2c33595f0316ab -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:41 + make test 21:51:41 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:51:53 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:51:53 CGO_ENABLED=1 go vet ./... 21:51:55 gofmt -l . 21:51:55 [ "`gofmt -l .`" = "" ] 21:51:55 ./bin/test-go-mod-tidy.sh 21:51:56 ./bin/test-attribution-txt.sh [Pipeline] } 21:51:56 $ docker stop --time=1 2a8a4b44a2cee4681e586ede8db7caa495c63be3cea40616af2c33595f0316ab 21:51:58 $ docker rm -f 2a8a4b44a2cee4681e586ede8db7caa495c63be3cea40616af2c33595f0316ab [Pipeline] // withDockerContainer [Pipeline] sh 21:51:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:51:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:52:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:52:01 + ls -al . 21:52:01 total 88 21:52:01 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 11 21:51 . 21:52:01 drwxrwxr-x. 4 jenkins jenkins 30 Dec 11 21:50 .. 21:52:01 -rw-rw-r--. 1 jenkins jenkins 6420 Dec 11 21:50 Attribution.txt 21:52:01 drwxrwxr-x. 2 jenkins jenkins 64 Dec 11 21:50 bin 21:52:01 -rw-r--r--. 1 jenkins jenkins 10 Dec 11 21:51 coverage.out 21:52:01 -rw-rw-r--. 1 jenkins jenkins 2002 Dec 11 21:50 Dockerfile 21:52:01 -rw-rw-r--. 1 jenkins jenkins 966 Dec 11 21:50 Dockerfile.build 21:52:01 -rw-rw-r--. 1 jenkins jenkins 119 Dec 11 21:50 .dockerignore 21:52:01 drwxrwxr-x. 8 jenkins jenkins 162 Dec 11 21:50 .git 21:52:01 drwxrwxr-x. 2 jenkins jenkins 81 Dec 11 21:50 .github 21:52:01 -rw-rw-r--. 1 jenkins jenkins 93 Dec 11 21:50 .gitignore 21:52:01 -rw-r--r--. 1 jenkins jenkins 132 Dec 11 21:51 go.mod 21:52:01 -rw-r--r--. 1 jenkins jenkins 18390 Dec 11 21:51 go.sum 21:52:01 -rw-rw-r--. 1 jenkins jenkins 687 Dec 11 21:50 Jenkinsfile 21:52:01 -rw-rw-r--. 1 jenkins jenkins 10174 Dec 11 21:50 LICENSE 21:52:01 -rw-rw-r--. 1 jenkins jenkins 1519 Dec 11 21:50 main.go 21:52:01 -rw-rw-r--. 1 jenkins jenkins 1573 Dec 11 21:50 makefile 21:52:01 -rw-rw-r--. 1 jenkins jenkins 1277 Dec 11 21:50 README.md 21:52:01 drwxrwxr-x. 10 jenkins jenkins 171 Dec 11 21:50 res 21:52:01 drwxrwxr-x. 4 jenkins jenkins 71 Dec 11 21:50 snap 21:52:01 -rw-rw-r--. 1 jenkins jenkins 11 Dec 11 21:49 VERSION [Pipeline] isUnix [Pipeline] sh 21:52:01 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b --label arch=amd64 --label version=2.0.0-dev.4 . 21:52:01 Sending build context to Docker daemon 117.8kB 21:52:02 Step 1/27 : ARG BASE=golang:1.15-alpine 21:52:02 Step 2/27 : FROM ${BASE} AS builder 21:52:02 ---> 5b76e169aba9 21:52:02 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:52:02 ---> Running in 57f3084d3c90 21:52:02 Removing intermediate container 57f3084d3c90 21:52:02 ---> 47427f96ba42 21:52:02 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:52:02 ---> Running in 4014f9d040be 21:52:02 Removing intermediate container 4014f9d040be 21:52:02 ---> d2b2d255d610 21:52:02 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:52:02 ---> Running in 0aaddee1bfa1 21:52:02 Removing intermediate container 0aaddee1bfa1 21:52:02 ---> f3b47da0e69e 21:52:02 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:02 ---> Running in 4842542c1b33 21:52:03 Removing intermediate container 4842542c1b33 21:52:03 ---> c11e9f3f013a 21:52:03 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:52:03 ---> Running in bf5d0d5374d6 21:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:05 OK: 167 MiB in 45 packages 21:52:06 Removing intermediate container bf5d0d5374d6 21:52:06 ---> 3eb8c090bf60 21:52:06 Step 8/27 : WORKDIR /app 21:52:06 ---> Running in 1a2eee593116 21:52:06 Removing intermediate container 1a2eee593116 21:52:06 ---> 95e0924054f7 21:52:06 Step 9/27 : COPY go.mod . 21:52:06 ---> 01ed56582849 21:52:06 Step 10/27 : RUN go mod download 21:52:06 ---> Running in b459411c1eae 21:52:07 Removing intermediate container b459411c1eae 21:52:07 ---> a2094e68ade0 21:52:07 Step 11/27 : COPY . . 21:52:07 ---> 3ba5b7d6466e 21:52:07 Step 12/27 : ARG MAKE="make build" 21:52:07 ---> Running in d652412df11b 21:52:07 Removing intermediate container d652412df11b 21:52:07 ---> 68323e5b2f6a 21:52:07 Step 13/27 : RUN $MAKE 21:52:08 ---> Running in 2ebad09147b0 21:52:08 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.4" -o app-service-configurable 21:52:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15628 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:52:17 Running in /w/workspace/app-service-configurable/67 [Pipeline] { [Pipeline] checkout 21:52:20 Removing intermediate container 2ebad09147b0 21:52:20 ---> 678d2611c36c 21:52:20 Step 14/27 : FROM alpine:latest 21:52:21 latest: Pulling from library/alpine 21:52:21 05e7bc50f07f: Pulling fs layer 21:52:21 05e7bc50f07f: Verifying Checksum 21:52:21 05e7bc50f07f: Download complete 21:52:21 05e7bc50f07f: Pull complete 21:52:21 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:52:21 Status: Downloaded newer image for alpine:latest 21:52:21 ---> b14afc6dfb98 21:52:21 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:52:21 ---> Running in 71c0ce7c3968 21:52:22 Removing intermediate container 71c0ce7c3968 21:52:22 ---> 6969923b2d47 21:52:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:52:22 ---> Running in b1f200695fbe 21:52:22 Removing intermediate container b1f200695fbe 21:52:22 ---> 9b8fbb1215bb 21:52:22 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 21:52:22 ---> Running in 6a4e7ee7b203 21:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:23 (1/6) Installing ca-certificates (20191127-r4) 21:52:23 (2/6) Installing libgcc (9.3.0-r2) 21:52:23 (3/6) Installing libsodium (1.0.18-r0) 21:52:23 (4/6) Installing libstdc++ (9.3.0-r2) 21:52:23 (5/6) Installing libzmq (4.3.3-r0) 21:52:23 (6/6) Installing zeromq (4.3.3-r0) 21:52:23 Executing busybox-1.31.1-r19.trigger 21:52:23 Executing ca-certificates-20191127-r4.trigger 21:52:23 OK: 9 MiB in 20 packages 21:52:23 using credential edgex-jenkins-ssh 21:52:23 Cloning the remote Git repository 21:52:24 Removing intermediate container 6a4e7ee7b203 21:52:24 ---> 1f4c95f53004 21:52:24 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:52:24 ---> 0f99a2765f45 21:52:24 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:52:24 ---> 4b85c453062f 21:52:24 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:52:23 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:52:23 > git init /w/workspace/app-service-configurable/67 # timeout=10 21:52:24 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:52:24 > git --version # timeout=10 21:52:24 > git --version # 'git version 2.17.1' 21:52:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:52:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:52:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:52:25 ---> 18823bb917e0 21:52:25 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:52:25 ---> d4f7190ff411 21:52:25 Step 22/27 : EXPOSE 48095 21:52:25 ---> Running in c4659b43ad0d 21:52:25 Checking out Revision 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b (master) 21:52:26 Removing intermediate container c4659b43ad0d 21:52:26 ---> e249c3086a31 21:52:26 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:52:26 ---> Running in eba7a1a7a46b 21:52:26 Removing intermediate container eba7a1a7a46b 21:52:26 ---> 396b08831d00 21:52:26 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:26 ---> Running in 2901712984f2 21:52:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:52:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:52:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:52:25 > git config core.sparsecheckout # timeout=10 21:52:25 > git checkout -f 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b # timeout=10 21:52:26 Removing intermediate container 2901712984f2 21:52:26 ---> 4812c3bafd34 21:52:26 Step 25/27 : LABEL arch=amd64 21:52:26 ---> Running in 00e38fae2c4c 21:52:26 Removing intermediate container 00e38fae2c4c 21:52:26 ---> bc55df0c3f81 21:52:26 Step 26/27 : LABEL git_sha=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:52:26 ---> Running in dcf8dc829fae 21:52:26 Removing intermediate container dcf8dc829fae 21:52:26 ---> 273d2c1704dc 21:52:26 Step 27/27 : LABEL version=2.0.0-dev.4 21:52:27 ---> Running in 5e97048e3064 21:52:27 Removing intermediate container 5e97048e3064 21:52:27 ---> c7f6159a77b2 21:52:27 [Warning] One or more build-args [ARCH] were not consumed 21:52:27 Successfully built c7f6159a77b2 21:52:27 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:52:27 provisioning config files... 21:52:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config1445385457601075514tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:27 ---> docker-login.sh 21:52:27 nexus3.edgexfoundry.org:10001 21:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:28 Configure a credential helper to remove this warning. See 21:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:28 21:52:28 Login Succeeded 21:52:28 nexus3.edgexfoundry.org:10002 21:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:28 Configure a credential helper to remove this warning. See 21:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:28 21:52:28 Login Succeeded 21:52:28 nexus3.edgexfoundry.org:10003 21:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:28 Configure a credential helper to remove this warning. See 21:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:28 21:52:28 Login Succeeded 21:52:28 nexus3.edgexfoundry.org:10004 21:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:28 Configure a credential helper to remove this warning. See 21:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:28 21:52:28 Login Succeeded 21:52:28 docker.io 21:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:28 Configure a credential helper to remove this warning. See 21:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:28 21:52:28 Login Succeeded 21:52:28 ---> docker-login.sh ends [Pipeline] } 21:52:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:29 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:52:29 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:52:29 latest 21:52:29 2.0.0-dev.4 21:52:29 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:52:29 master 21:52:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:52:29 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] isUnix [Pipeline] sh 21:52:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:52:30 7158b4e13045: Preparing 21:52:30 a472077bc879: Preparing 21:52:30 404f63a10d1a: Preparing 21:52:30 557b398b7b09: Preparing 21:52:30 056d4c20117c: Preparing 21:52:30 f4666769fca7: Preparing 21:52:30 f4666769fca7: Waiting 21:52:30 Commit message: "feat: update configuration files to set default non-TLS (#157)" 21:52:30 404f63a10d1a: Pushed 21:52:30 a472077bc879: Pushed 21:52:30 557b398b7b09: Pushed 21:52:30 f4666769fca7: Layer already exists 21:52:30 056d4c20117c: Pushed [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:31 7158b4e13045: Pushed 21:52:31 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b: digest: sha256:f75fff0adf062cbf1eb6282e7695c5e7c53421444293d97acf11642718cb0214 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 21:52:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 21:52:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:52:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:52:32 7158b4e13045: Preparing 21:52:32 a472077bc879: Preparing 21:52:32 404f63a10d1a: Preparing 21:52:32 557b398b7b09: Preparing 21:52:32 056d4c20117c: Preparing 21:52:32 f4666769fca7: Preparing 21:52:32 f4666769fca7: Waiting 21:52:32 7158b4e13045: Layer already exists 21:52:32 404f63a10d1a: Layer already exists 21:52:32 a472077bc879: Layer already exists 21:52:32 056d4c20117c: Layer already exists 21:52:32 557b398b7b09: Layer already exists 21:52:32 f4666769fca7: Layer already exists 21:52:32 latest: digest: sha256:f75fff0adf062cbf1eb6282e7695c5e7c53421444293d97acf11642718cb0214 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:32 + sudo service docker restart 21:52:32 + true 21:52:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh 21:52:32 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.4 21:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:52:32 7158b4e13045: Preparing 21:52:32 a472077bc879: Preparing 21:52:32 404f63a10d1a: Preparing 21:52:32 557b398b7b09: Preparing 21:52:32 056d4c20117c: Preparing 21:52:32 f4666769fca7: Preparing 21:52:32 f4666769fca7: Waiting 21:52:32 056d4c20117c: Layer already exists 21:52:32 557b398b7b09: Layer already exists 21:52:32 a472077bc879: Layer already exists 21:52:32 7158b4e13045: Layer already exists 21:52:32 404f63a10d1a: Layer already exists 21:52:32 f4666769fca7: Layer already exists 21:52:32 2.0.0-dev.4: digest: sha256:f75fff0adf062cbf1eb6282e7695c5e7c53421444293d97acf11642718cb0214 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh 21:52:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:52:33 7158b4e13045: Preparing 21:52:33 a472077bc879: Preparing 21:52:33 404f63a10d1a: Preparing 21:52:33 557b398b7b09: Preparing 21:52:33 056d4c20117c: Preparing 21:52:33 f4666769fca7: Preparing 21:52:33 f4666769fca7: Waiting 21:52:33 a472077bc879: Layer already exists 21:52:33 557b398b7b09: Layer already exists 21:52:33 404f63a10d1a: Layer already exists 21:52:33 7158b4e13045: Layer already exists 21:52:33 056d4c20117c: Layer already exists 21:52:33 f4666769fca7: Layer already exists 21:52:33 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4: digest: sha256:f75fff0adf062cbf1eb6282e7695c5e7c53421444293d97acf11642718cb0214 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:52:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:52:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:52:34 7158b4e13045: Preparing 21:52:34 a472077bc879: Preparing 21:52:34 404f63a10d1a: Preparing 21:52:34 557b398b7b09: Preparing 21:52:34 056d4c20117c: Preparing 21:52:34 f4666769fca7: Preparing 21:52:34 f4666769fca7: Waiting 21:52:34 557b398b7b09: Layer already exists 21:52:34 7158b4e13045: Layer already exists 21:52:34 a472077bc879: Layer already exists 21:52:34 404f63a10d1a: Layer already exists 21:52:34 056d4c20117c: Layer already exists 21:52:34 f4666769fca7: Layer already exists 21:52:34 master: digest: sha256:f75fff0adf062cbf1eb6282e7695c5e7c53421444293d97acf11642718cb0214 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:52:34 ===================================================== [Pipeline] echo 21:52:34 taggedImages: 21:52:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:52:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:52:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.4 21:52:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:52:34 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] wrap 21:52:34 provisioning config files... 21:52:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config5383042910560082659tmp [Pipeline] findFiles [Pipeline] { [Pipeline] libraryResource [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } 21:52:35 ---> docker-login.sh 21:52:35 nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] } 21:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:52:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:36 Configure a credential helper to remove this warning. See 21:52:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:36 21:52:36 Login Succeeded 21:52:36 nexus3.edgexfoundry.org:10002 21:52:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:36 Configure a credential helper to remove this warning. See 21:52:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:36 21:52:36 Login Succeeded 21:52:36 nexus3.edgexfoundry.org:10003 21:52:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:37 Configure a credential helper to remove this warning. See 21:52:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:37 21:52:37 Login Succeeded 21:52:37 nexus3.edgexfoundry.org:10004 21:52:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:37 Configure a credential helper to remove this warning. See 21:52:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:37 21:52:37 Login Succeeded 21:52:37 docker.io 21:52:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:38 Configure a credential helper to remove this warning. See 21:52:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:38 21:52:38 Login Succeeded 21:52:38 ---> docker-login.sh ends [Pipeline] } 21:52:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:52:39 ========================================================= 21:52:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:52:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:52:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:52:39 Sending build context to Docker daemon 96.77kB 21:52:39 Step 1/8 : ARG BASE=golang:1.15-alpine 21:52:39 Step 2/8 : FROM ${BASE} 21:52:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:52:39 5f621e34cdf4: Pulling fs layer 21:52:39 a4357932f1b6: Pulling fs layer 21:52:39 18c013af1878: Pulling fs layer 21:52:39 00ac8860ef70: Pulling fs layer 21:52:39 63d7cb157983: Pulling fs layer 21:52:39 b116817d02f9: Pulling fs layer 21:52:39 745a02a5169b: Pulling fs layer 21:52:39 00ac8860ef70: Waiting 21:52:39 b116817d02f9: Waiting 21:52:39 745a02a5169b: Waiting 21:52:39 63d7cb157983: Waiting 21:52:39 18c013af1878: Verifying Checksum 21:52:39 18c013af1878: Download complete 21:52:39 a4357932f1b6: Verifying Checksum 21:52:39 a4357932f1b6: Download complete 21:52:39 63d7cb157983: Verifying Checksum 21:52:39 63d7cb157983: Download complete 21:52:39 b116817d02f9: Verifying Checksum 21:52:39 b116817d02f9: Download complete 21:52:39 5f621e34cdf4: Verifying Checksum 21:52:39 5f621e34cdf4: Download complete 21:52:40 5f621e34cdf4: Pull complete 21:52:41 a4357932f1b6: Pull complete 21:52:41 18c013af1878: Pull complete 21:52:42 745a02a5169b: Verifying Checksum 21:52:42 745a02a5169b: Download complete 21:52:43 00ac8860ef70: Verifying Checksum 21:52:43 00ac8860ef70: Download complete 21:52:53 00ac8860ef70: Pull complete 21:52:53 63d7cb157983: Pull complete 21:52:54 b116817d02f9: Pull complete 21:52:58 745a02a5169b: Pull complete 21:52:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:52:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:52:58 ---> b7e6874047d6 21:52:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:53:01 ---> Running in e4b2a101b82e 21:53:01 Removing intermediate container e4b2a101b82e 21:53:01 ---> ba04533b344c 21:53:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:01 ---> Running in 80b8f4c94d78 21:53:03 Removing intermediate container 80b8f4c94d78 21:53:03 ---> 9a7f5bf9cd11 21:53:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:53:03 ---> Running in 3d88ca1c6edd 21:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:53:05 (1/6) Installing libc-dev (0.7.2-r3) 21:53:05 (2/6) Installing libsodium (1.0.18-r0) 21:53:06 (3/6) Installing pkgconf (1.7.2-r0) 21:53:06 (4/6) Installing libsodium-dev (1.0.18-r0) 21:53:06 (5/6) Installing libzmq (4.3.3-r0) 21:53:06 (6/6) Installing zeromq-dev (4.3.3-r0) 21:53:06 Executing busybox-1.31.1-r19.trigger 21:53:06 OK: 144 MiB in 45 packages 21:53:07 Removing intermediate container 3d88ca1c6edd 21:53:07 ---> dbfee38e05a2 21:53:07 Step 6/8 : WORKDIR /app 21:53:07 ---> Running in 42007526a191 21:53:08 Removing intermediate container 42007526a191 21:53:08 ---> 95176a26581c 21:53:08 Step 7/8 : COPY . . 21:53:09 ---> 41031a3fb741 21:53:09 Step 8/8 : RUN go mod download 21:53:09 ---> Running in aea8d59ba6aa 21:53:36 Removing intermediate container aea8d59ba6aa 21:53:36 ---> 525ed9f63225 21:53:36 Successfully built 525ed9f63225 21:53:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:53:36 + docker inspect -f . ci-base-image-arm64 21:53:36 . [Pipeline] withDockerContainer 21:53:36 prd-ubuntu18.04-docker-arm64-4c-16g-15628 does not seem to be running inside a container 21:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:53:38 $ docker top 28a7b2a0fbe55dbfb3e8799c875edf55487ca9869bd856a14a7bdfca0463e101 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:39 + go version 21:53:39 go version go1.15.5 linux/arm64 [Pipeline] } 21:53:39 $ docker stop --time=1 28a7b2a0fbe55dbfb3e8799c875edf55487ca9869bd856a14a7bdfca0463e101 21:53:41 $ docker rm -f 28a7b2a0fbe55dbfb3e8799c875edf55487ca9869bd856a14a7bdfca0463e101 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:53:42 + docker inspect -f . ci-base-image-arm64 21:53:42 . [Pipeline] withDockerContainer 21:53:42 prd-ubuntu18.04-docker-arm64-4c-16g-15628 does not seem to be running inside a container 21:53:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:53:44 $ docker top f2790c4cbb3b859fffa17d3ea2858ec4f7fe702b04f624eb6a8bcdd1478ba3d1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:45 + make test 21:53:45 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:54:24 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:54:24 CGO_ENABLED=1 go vet ./... 21:54:27 gofmt -l . 21:54:27 [ "`gofmt -l .`" = "" ] 21:54:27 ./bin/test-go-mod-tidy.sh 21:54:27 ./bin/test-attribution-txt.sh [Pipeline] } 21:54:28 $ docker stop --time=1 f2790c4cbb3b859fffa17d3ea2858ec4f7fe702b04f624eb6a8bcdd1478ba3d1 21:54:31 $ docker rm -f f2790c4cbb3b859fffa17d3ea2858ec4f7fe702b04f624eb6a8bcdd1478ba3d1 [Pipeline] // withDockerContainer [Pipeline] sh 21:54:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:54:32 Warning: overwriting stash ‘coverage-report’ 21:54:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:54:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:54:33 + ls -al . 21:54:33 total 112 21:54:33 drwxrwxr-x 7 jenkins jenkins 4096 Dec 11 21:54 . 21:54:33 drwxrwxr-x 4 jenkins jenkins 4096 Dec 11 21:52 .. 21:54:33 -rw-rw-r-- 1 jenkins jenkins 119 Dec 11 21:52 .dockerignore 21:54:33 drwxrwxr-x 8 jenkins jenkins 4096 Dec 11 21:52 .git 21:54:33 drwxrwxr-x 2 jenkins jenkins 4096 Dec 11 21:52 .github 21:54:33 -rw-rw-r-- 1 jenkins jenkins 93 Dec 11 21:52 .gitignore 21:54:33 -rw-rw-r-- 1 jenkins jenkins 6420 Dec 11 21:52 Attribution.txt 21:54:33 -rw-rw-r-- 1 jenkins jenkins 2002 Dec 11 21:52 Dockerfile 21:54:33 -rw-rw-r-- 1 jenkins jenkins 966 Dec 11 21:52 Dockerfile.build 21:54:33 -rw-rw-r-- 1 jenkins jenkins 687 Dec 11 21:52 Jenkinsfile 21:54:33 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 11 21:52 LICENSE 21:54:33 -rw-rw-r-- 1 jenkins jenkins 1277 Dec 11 21:52 README.md 21:54:33 -rw-rw-r-- 1 jenkins jenkins 11 Dec 11 21:49 VERSION 21:54:33 drwxrwxr-x 2 jenkins jenkins 4096 Dec 11 21:52 bin 21:54:33 -rw-r--r-- 1 jenkins jenkins 10 Dec 11 21:53 coverage.out 21:54:33 -rw-r--r-- 1 jenkins jenkins 132 Dec 11 21:54 go.mod 21:54:33 -rw-r--r-- 1 jenkins jenkins 18390 Dec 11 21:54 go.sum 21:54:33 -rw-rw-r-- 1 jenkins jenkins 1519 Dec 11 21:52 main.go 21:54:33 -rw-rw-r-- 1 jenkins jenkins 1573 Dec 11 21:52 makefile 21:54:33 drwxrwxr-x 10 jenkins jenkins 4096 Dec 11 21:52 res 21:54:33 drwxrwxr-x 4 jenkins jenkins 4096 Dec 11 21:52 snap [Pipeline] isUnix [Pipeline] sh 21:54:34 + 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=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b --label arch=arm64 --label version=2.0.0-dev.4 . 21:54:34 Sending build context to Docker daemon 117.8kB 21:54:34 Step 1/27 : ARG BASE=golang:1.15-alpine 21:54:34 Step 2/27 : FROM ${BASE} AS builder 21:54:34 ---> 525ed9f63225 21:54:34 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:54:34 ---> Running in 7147047aa5fe 21:54:35 Removing intermediate container 7147047aa5fe 21:54:35 ---> 0c5d6c5b482d 21:54:35 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:54:35 ---> Running in 68a014baa82f 21:54:35 Removing intermediate container 68a014baa82f 21:54:35 ---> 7d6d12168989 21:54:35 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:54:36 ---> Running in 9b71b5fa39be 21:54:36 Removing intermediate container 9b71b5fa39be 21:54:36 ---> 0bbc9752bd90 21:54:36 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:36 ---> Running in d03602997a63 21:54:38 Removing intermediate container d03602997a63 21:54:38 ---> e2157103a33d 21:54:38 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:54:38 ---> Running in 4a9754b6c4d7 21:54:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:54:41 OK: 144 MiB in 45 packages 21:54:42 Removing intermediate container 4a9754b6c4d7 21:54:42 ---> df613046e883 21:54:42 Step 8/27 : WORKDIR /app 21:54:42 ---> Running in dd439c3b6573 21:54:43 Removing intermediate container dd439c3b6573 21:54:43 ---> 6db8a09170e8 21:54:43 Step 9/27 : COPY go.mod . 21:54:44 ---> e7966c7e72bb 21:54:44 Step 10/27 : RUN go mod download 21:54:44 ---> Running in b9d3363e6216 21:54:46 Removing intermediate container b9d3363e6216 21:54:46 ---> cb820bb28577 21:54:46 Step 11/27 : COPY . . 21:54:46 ---> 6ac1bcf36a30 21:54:46 Step 12/27 : ARG MAKE="make build" 21:54:46 ---> Running in 222a63898fb5 21:54:47 Removing intermediate container 222a63898fb5 21:54:47 ---> 0fb1243b0da3 21:54:47 Step 13/27 : RUN $MAKE 21:54:47 ---> Running in 9583449a1370 21:54:48 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.4" -o app-service-configurable 21:55:20 Removing intermediate container 9583449a1370 21:55:20 ---> c63e71f39a4d 21:55:20 Step 14/27 : FROM alpine:latest 21:55:20 latest: Pulling from library/alpine 21:55:20 a3cc7d3b244e: Pulling fs layer 21:55:20 a3cc7d3b244e: Verifying Checksum 21:55:20 a3cc7d3b244e: Download complete 21:55:21 a3cc7d3b244e: Pull complete 21:55:21 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:55:21 Status: Downloaded newer image for alpine:latest 21:55:21 ---> dd36a01c3f31 21:55:21 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:55:21 ---> Running in ca55dbba7b27 21:55:22 Removing intermediate container ca55dbba7b27 21:55:22 ---> b1390d2bf017 21:55:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:55:22 ---> Running in 9b40b74f6134 21:55:22 Removing intermediate container 9b40b74f6134 21:55:22 ---> 22127e3d3acb 21:55:22 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 21:55:22 ---> Running in b251b2bc6e2c 21:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:24 (1/6) Installing ca-certificates (20191127-r4) 21:55:24 (2/6) Installing libgcc (9.3.0-r2) 21:55:24 (3/6) Installing libsodium (1.0.18-r0) 21:55:24 (4/6) Installing libstdc++ (9.3.0-r2) 21:55:24 (5/6) Installing libzmq (4.3.3-r0) 21:55:24 (6/6) Installing zeromq (4.3.3-r0) 21:55:24 Executing busybox-1.31.1-r19.trigger 21:55:24 Executing ca-certificates-20191127-r4.trigger 21:55:24 OK: 9 MiB in 20 packages 21:55:26 Removing intermediate container b251b2bc6e2c 21:55:26 ---> 63428659acac 21:55:26 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:55:27 ---> 3d925b4b17e5 21:55:27 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:55:27 ---> 3e65c4a6ca24 21:55:27 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:55:28 ---> 448ba2d41e81 21:55:28 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:55:30 ---> f65f31c0c5b3 21:55:30 Step 22/27 : EXPOSE 48095 21:55:30 ---> Running in 368f733edb35 21:55:30 Removing intermediate container 368f733edb35 21:55:30 ---> f577c7de1c75 21:55:30 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:55:30 ---> Running in 6c40e4aa35d9 21:55:31 Removing intermediate container 6c40e4aa35d9 21:55:31 ---> 6a9dfad952f5 21:55:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:31 ---> Running in 734e792808b1 21:55:32 Removing intermediate container 734e792808b1 21:55:32 ---> d56da6ae4f6b 21:55:32 Step 25/27 : LABEL arch=arm64 21:55:32 ---> Running in e0c3be254d7e 21:55:32 Removing intermediate container e0c3be254d7e 21:55:32 ---> 11f827914ca3 21:55:32 Step 26/27 : LABEL git_sha=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:55:32 ---> Running in 4b002736f04b 21:55:32 Removing intermediate container 4b002736f04b 21:55:32 ---> 8cca029c0d98 21:55:32 Step 27/27 : LABEL version=2.0.0-dev.4 21:55:33 ---> Running in 510f2732fa6b 21:55:33 Removing intermediate container 510f2732fa6b 21:55:33 ---> 58d37d5d9f23 21:55:33 [Warning] One or more build-args [ARCH] were not consumed 21:55:33 Successfully built 58d37d5d9f23 21:55:33 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:55:34 provisioning config files... 21:55:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config8751253108654922693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:34 ---> docker-login.sh 21:55:34 nexus3.edgexfoundry.org:10001 21:55:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:35 Configure a credential helper to remove this warning. See 21:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:35 21:55:35 Login Succeeded 21:55:35 nexus3.edgexfoundry.org:10002 21:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:35 Configure a credential helper to remove this warning. See 21:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:35 21:55:35 Login Succeeded 21:55:35 nexus3.edgexfoundry.org:10003 21:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:36 Configure a credential helper to remove this warning. See 21:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:36 21:55:36 Login Succeeded 21:55:36 nexus3.edgexfoundry.org:10004 21:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:36 Configure a credential helper to remove this warning. See 21:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:36 21:55:36 Login Succeeded 21:55:36 docker.io 21:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:37 Configure a credential helper to remove this warning. See 21:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:37 21:55:37 Login Succeeded 21:55:37 ---> docker-login.sh ends [Pipeline] } 21:55:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:55:37 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:55:37 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:55:37 latest 21:55:37 2.0.0-dev.4 21:55:37 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:55:37 master 21:55:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] isUnix [Pipeline] sh 21:55:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:55:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:55:38 06161bcb6037: Preparing 21:55:38 ae9f01a8e20d: Preparing 21:55:38 8485091af02b: Preparing 21:55:38 10c8a6b1d265: Preparing 21:55:38 aadc06323445: Preparing 21:55:38 e934a737d657: Preparing 21:55:38 e934a737d657: Waiting 21:55:38 10c8a6b1d265: Pushed 21:55:38 ae9f01a8e20d: Pushed 21:55:38 8485091af02b: Pushed 21:55:39 e934a737d657: Layer already exists 21:55:39 aadc06323445: Pushed 21:55:42 06161bcb6037: Pushed 21:55:42 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b: digest: sha256:0a43bc6e598529e0fd2aee4cc7fe2a063d8a899c9acfafe6e2d0068f3f335db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:55:42 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:55:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:55:42 06161bcb6037: Preparing 21:55:42 ae9f01a8e20d: Preparing 21:55:42 8485091af02b: Preparing 21:55:42 10c8a6b1d265: Preparing 21:55:42 aadc06323445: Preparing 21:55:42 e934a737d657: Preparing 21:55:42 e934a737d657: Waiting 21:55:42 aadc06323445: Layer already exists 21:55:42 8485091af02b: Layer already exists 21:55:42 ae9f01a8e20d: Layer already exists 21:55:42 06161bcb6037: Layer already exists 21:55:42 10c8a6b1d265: Layer already exists 21:55:42 e934a737d657: Layer already exists 21:55:43 latest: digest: sha256:0a43bc6e598529e0fd2aee4cc7fe2a063d8a899c9acfafe6e2d0068f3f335db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:55:43 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh 21:55:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.4 21:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:55:43 06161bcb6037: Preparing 21:55:43 ae9f01a8e20d: Preparing 21:55:43 8485091af02b: Preparing 21:55:43 10c8a6b1d265: Preparing 21:55:43 aadc06323445: Preparing 21:55:43 e934a737d657: Preparing 21:55:43 e934a737d657: Waiting 21:55:43 10c8a6b1d265: Layer already exists 21:55:43 06161bcb6037: Layer already exists 21:55:43 ae9f01a8e20d: Layer already exists 21:55:43 aadc06323445: Layer already exists 21:55:43 8485091af02b: Layer already exists 21:55:43 e934a737d657: Layer already exists 21:55:44 2.0.0-dev.4: digest: sha256:0a43bc6e598529e0fd2aee4cc7fe2a063d8a899c9acfafe6e2d0068f3f335db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:55:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 [Pipeline] isUnix [Pipeline] sh 21:55:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:55:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:55:44 06161bcb6037: Preparing 21:55:44 ae9f01a8e20d: Preparing 21:55:44 8485091af02b: Preparing 21:55:44 10c8a6b1d265: Preparing 21:55:44 aadc06323445: Preparing 21:55:44 e934a737d657: Preparing 21:55:44 e934a737d657: Waiting 21:55:45 8485091af02b: Layer already exists 21:55:45 10c8a6b1d265: Layer already exists 21:55:45 ae9f01a8e20d: Layer already exists 21:55:45 06161bcb6037: Layer already exists 21:55:45 aadc06323445: Layer already exists 21:55:45 e934a737d657: Layer already exists 21:55:45 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4: digest: sha256:0a43bc6e598529e0fd2aee4cc7fe2a063d8a899c9acfafe6e2d0068f3f335db5 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:55:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:55:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:55:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:55:45 06161bcb6037: Preparing 21:55:45 ae9f01a8e20d: Preparing 21:55:45 8485091af02b: Preparing 21:55:45 10c8a6b1d265: Preparing 21:55:45 aadc06323445: Preparing 21:55:45 e934a737d657: Preparing 21:55:45 e934a737d657: Waiting 21:55:45 10c8a6b1d265: Layer already exists 21:55:45 8485091af02b: Layer already exists 21:55:45 06161bcb6037: Layer already exists 21:55:45 ae9f01a8e20d: Layer already exists 21:55:45 aadc06323445: Layer already exists 21:55:45 e934a737d657: Layer already exists 21:55:46 master: digest: sha256:0a43bc6e598529e0fd2aee4cc7fe2a063d8a899c9acfafe6e2d0068f3f335db5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:55:46 ===================================================== [Pipeline] echo 21:55:46 taggedImages: 21:55:46 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b 21:55:46 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:55:46 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.4 21:55:46 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b-2.0.0-dev.4 21:55:46 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:55:47 provisioning config files... 21:55:47 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1398075058957990149tmp [Pipeline] { [Pipeline] sh 21:55:47 + set +x 21:55:47 + curl -s https://codecov.io/bash 21:55:47 + bash -s -- 21:55:48 21:55:48 _____ _ 21:55:48 / ____| | | 21:55:48 | | ___ __| | ___ ___ _____ __ 21:55:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:55:48 | |___| (_) | (_| | __/ (_| (_) \ V / 21:55:48 \_____\___/ \__,_|\___|\___\___/ \_/ 21:55:48 Bash-20201130-cc6d3fe 21:55:48 21:55:48 21:55:48 ==> Jenkins CI detected. 21:55:48 project root: . 21:55:48 --> token set from env 21:55:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:55:48 ==> Running gcov in . (disable via -X gcov) 21:55:48 ==> Python coveragepy not found 21:55:48 ==> Searching for coverage reports in: 21:55:48 + . 21:55:48 -> Found 1 reports 21:55:48 ==> Detecting git/mercurial file structure 21:55:48 ==> Reading reports 21:55:48 + ./coverage.out bytes=10 21:55:48 ==> Appending adjustments 21:55:48 https://docs.codecov.io/docs/fixing-reports 21:55:48 + Found adjustments 21:55:48 ==> Gzipping contents 21:55:48 4.0K /tmp/codecov.Sg7zVn.gz 21:55:48 ==> Uploading reports 21:55:48 url: https://codecov.io 21:55:48 query: branch=master&commit=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:55:48 -> Pinging Codecov 21:55:48 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=0b6ac86b660cf605cfaa9a96e27b56772a59fa3b&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F67%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:55:49 -> Uploading to 21:55:49 https://storage.googleapis.com/codecov/v4/raw/2020-12-11/A97CA9966030D2A3747ED39772930CCE/0b6ac86b660cf605cfaa9a96e27b56772a59fa3b/dab26829-bf05-45c4-8c83-ee926db9091b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T215548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74d9b2efd559ebb31683f5b0b862565c8075091fbc552b4502c66379f9b44d44 21:55:49 % Total % Received % Xferd Average Speed Time Time Time Current 21:55:49 Dload Upload Total Spent Left Speed 21:55:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 751 --:--:-- --:--:-- --:--:-- 751 100 378 0 0 100 378 0 751 --:--:-- --:--:-- --:--:-- 751 21:55:49 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] } 21:55:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:55:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:55:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:55:50 21:55:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:55:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:55:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:55:50 188c0c94c7c5: Pulling fs layer 21:55:50 0ef7d3d256c8: Pulling fs layer 21:55:50 de9db76c5a1d: Pulling fs layer 21:55:50 0eba1c9be4d2: Pulling fs layer 21:55:50 0d57e429df01: Pulling fs layer 21:55:50 4e4be7b47b0d: Pulling fs layer 21:55:50 e1f770b5df2f: Pulling fs layer 21:55:50 85a0685a4137: Pulling fs layer 21:55:50 0eba1c9be4d2: Waiting 21:55:50 0d57e429df01: Waiting 21:55:50 4e4be7b47b0d: Waiting 21:55:50 e1f770b5df2f: Waiting 21:55:50 85a0685a4137: Waiting 21:55:51 de9db76c5a1d: Verifying Checksum 21:55:51 de9db76c5a1d: Download complete 21:55:51 0ef7d3d256c8: Verifying Checksum 21:55:51 0ef7d3d256c8: Download complete 21:55:51 0d57e429df01: Verifying Checksum 21:55:51 0d57e429df01: Download complete 21:55:51 4e4be7b47b0d: Verifying Checksum 21:55:51 4e4be7b47b0d: Download complete 21:55:51 188c0c94c7c5: Verifying Checksum 21:55:51 188c0c94c7c5: Download complete 21:55:51 188c0c94c7c5: Pull complete 21:55:52 0ef7d3d256c8: Pull complete 21:55:52 de9db76c5a1d: Pull complete 21:55:52 e1f770b5df2f: Verifying Checksum 21:55:52 e1f770b5df2f: Download complete 21:55:58 85a0685a4137: Verifying Checksum 21:55:58 85a0685a4137: Download complete 21:55:58 0eba1c9be4d2: Download complete 21:56:08 0eba1c9be4d2: Pull complete 21:56:08 0d57e429df01: Pull complete 21:56:08 4e4be7b47b0d: Pull complete 21:56:11 e1f770b5df2f: Pull complete 21:56:22 85a0685a4137: Pull complete 21:56:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:56:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:56:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:56:22 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:56:22 $ 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 21:56:24 $ docker top ba969a46b486cccd0a251d8835c9e96fd7b2d8f11df76bc77072c7b9df95dd6b -eo pid,comm [Pipeline] { [Pipeline] echo 21:56:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:56:25 + set -o pipefail 21:56:25 + snyk monitor '--org=edgex-jenkins' 21:56:40 21:56:40 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:56:40 21:56:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/5b7453f3-d953-4f5c-80f1-59935d35f22f 21:56:40 21:56:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:56:40 21:56:40 21:56:40 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:56:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:56:40 $ docker stop --time=1 ba969a46b486cccd0a251d8835c9e96fd7b2d8f11df76bc77072c7b9df95dd6b 21:56:43 $ docker rm -f ba969a46b486cccd0a251d8835c9e96fd7b2d8f11df76bc77072c7b9df95dd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 21:56:44 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b, dockerFile=Dockerfile [Pipeline] echo 21:56:44 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:56:45 + set -o pipefail 21:56:45 + tee .snyk 21:56:45 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:56:45 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:56:45 version: v1.14.1 21:56:45 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:56:45 ignore: 21:56:45 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:56:45 - '*': 21:56:45 reason: does not apply # justification for ignoring 21:56:45 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 21:56:45 SNYK-ALPINE312-JQ-588886: 21:56:45 - '*': 21:56:45 reason: false positive 21:56:45 expires: 2021-01-01T00:00:00 21:56:45 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:56:45 - '*': 21:56:45 reason: does not apply 21:56:45 expires: 2021-01-01T00:00:00 21:56:45 # patch: {} [Pipeline] withCredentials 21:56:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:56:46 . [Pipeline] withDockerContainer 21:56:46 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:56:46 $ 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 21:56:47 $ docker top bf241346bcdaf81715e1d73c5a2fb5b33b513e629ae94dbeb9fc066c1971a4a6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:47 + rm -f snykReport.html [Pipeline] echo 21:56:47 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:56:48 + set -o pipefail 21:56:48 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0b6ac86b660cf605cfaa9a96e27b56772a59fa3b '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json+ 21:56:48 snyk-to-html -o snykReport.html 21:57:15 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:57:15 $ docker stop --time=1 bf241346bcdaf81715e1d73c5a2fb5b33b513e629ae94dbeb9fc066c1971a4a6 21:57:16 $ docker rm -f bf241346bcdaf81715e1d73c5a2fb5b33b513e629ae94dbeb9fc066c1971a4a6 [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 21:57:18 + git log --format=format:%s -1 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b [Pipeline] isUnix [Pipeline] sh 21:57:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:18 . [Pipeline] withDockerContainer 21:57:19 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:57:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:57:20 $ docker top 6f45b4aa476e37192a31af55bafff589a8f30cdecb683a9e8ca7497f20b7ef30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:57:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:20 [ssh-agent] Looking for ssh-agent implementation... 21:57:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:21 $ docker exec 6f45b4aa476e37192a31af55bafff589a8f30cdecb683a9e8ca7497f20b7ef30 ssh-agent 21:57:21 SSH_AUTH_SOCK=/tmp/ssh-C8qhHp41tdMJ/agent.11 21:57:21 SSH_AGENT_PID=16 21:57:21 Running ssh-add (command line suppressed) 21:57:21 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2747306022377176457.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2747306022377176457.key) 21:57:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:57:22 + git semver tag 21:57:22 # -> Open(): unable to determine branch for HEAD 21:57:22 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:57:22 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:57:22 # $SEMVER_REMOTE_NAME = origin 21:57:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:57:22 # $SEMVER_USER_NAME = edgex-jenkins 21:57:22 # $SEMVER_BRANCH = master 21:57:22 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:57:22 # 0b6ac86b660cf605cfaa9a96e27b56772a59fa3b HEAD 21:57:22 # -> Force: false 21:57:22 # 6b595b483e4b797fada9e5d2cea15380af00014f refs/tags/v2.0.0-dev.4 [Pipeline] } 21:57:22 $ docker exec --env ******** --env ******** 6f45b4aa476e37192a31af55bafff589a8f30cdecb683a9e8ca7497f20b7ef30 ssh-agent -k 21:57:22 unset SSH_AUTH_SOCK; 21:57:22 unset SSH_AGENT_PID; 21:57:22 echo Agent pid 16 killed; 21:57:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:57:23 + git semver [Pipeline] } 21:57:23 $ docker stop --time=1 6f45b4aa476e37192a31af55bafff589a8f30cdecb683a9e8ca7497f20b7ef30 21:57:24 $ docker rm -f 6f45b4aa476e37192a31af55bafff589a8f30cdecb683a9e8ca7497f20b7ef30 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:57:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:26 21:57:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:57:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:26 0.23.1-centos7: Pulling from edgex-lftools 21:57:26 ab5ef0e58194: Pulling fs layer 21:57:26 9712f1f96733: Pulling fs layer 21:57:26 63f879dbbcfc: Pulling fs layer 21:57:26 0d9ebad4ef96: Pulling fs layer 21:57:26 e9a5061849ea: Pulling fs layer 21:57:26 d747dcd14b5f: Pulling fs layer 21:57:26 2de7ff778b66: Pulling fs layer 21:57:26 0d9ebad4ef96: Waiting 21:57:26 e9a5061849ea: Waiting 21:57:26 d747dcd14b5f: Waiting 21:57:26 2de7ff778b66: Waiting 21:57:26 9712f1f96733: Verifying Checksum 21:57:26 9712f1f96733: Download complete 21:57:29 63f879dbbcfc: Verifying Checksum 21:57:29 63f879dbbcfc: Download complete 21:57:29 e9a5061849ea: Verifying Checksum 21:57:29 e9a5061849ea: Download complete 21:57:29 d747dcd14b5f: Verifying Checksum 21:57:29 d747dcd14b5f: Download complete 21:57:30 0d9ebad4ef96: Verifying Checksum 21:57:30 0d9ebad4ef96: Download complete 21:57:31 2de7ff778b66: Verifying Checksum 21:57:31 2de7ff778b66: Download complete 21:57:31 ab5ef0e58194: Verifying Checksum 21:57:31 ab5ef0e58194: Download complete 21:57:38 ab5ef0e58194: Pull complete 21:57:39 9712f1f96733: Pull complete 21:57:41 63f879dbbcfc: Pull complete 21:57:51 0d9ebad4ef96: Pull complete 21:57:53 e9a5061849ea: Pull complete 21:57:53 d747dcd14b5f: Pull complete 21:57:56 2de7ff778b66: Pull complete 21:57:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:57:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:57:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:57:56 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:57:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:58:00 $ docker top bdddaf901dabaccffbde31e422367056d6c52f99da6ca3a74220762ec6b14684 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:58:00 provisioning config files... 21:58:00 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1802614123237977140tmp 21:58:00 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2575000684689575841tmp 21:58:00 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7530250254841553173tmp [Pipeline] { [Pipeline] echo 21:58:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:58:01 ---> sigul-configuration.sh 21:58:01 gpg: directory `/root/.gnupg' created 21:58:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:58:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:58:01 gpg: keyring `/root/.gnupg/secring.gpg' created 21:58:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:58:01 gpg: CAST5 encrypted data 21:58:01 gpg: encrypted with 1 passphrase 21:58:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:58:02 + mkdir /home/jenkins 21:58:02 + mkdir /home/jenkins/sigul [Pipeline] sh 21:58:03 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:58:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:58:04 ---> sigul-install.sh 21:58:12 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:58:13 + git tag --list 21:58:13 v1.0.0 21:58:13 v1.1.0 21:58:13 v1.2.0 21:58:13 v1.2.1-dev.1 21:58:13 v1.2.1-dev.10 21:58:13 v1.2.1-dev.11 21:58:13 v1.2.1-dev.12 21:58:13 v1.2.1-dev.13 21:58:13 v1.2.1-dev.14 21:58:13 v1.2.1-dev.15 21:58:13 v1.2.1-dev.16 21:58:13 v1.2.1-dev.17 21:58:13 v1.2.1-dev.18 21:58:13 v1.2.1-dev.19 21:58:13 v1.2.1-dev.2 21:58:13 v1.2.1-dev.20 21:58:13 v1.2.1-dev.21 21:58:13 v1.2.1-dev.22 21:58:13 v1.2.1-dev.23 21:58:13 v1.2.1-dev.3 21:58:13 v1.2.1-dev.4 21:58:13 v1.2.1-dev.5 21:58:13 v1.2.1-dev.6 21:58:13 v1.2.1-dev.7 21:58:13 v1.2.1-dev.8 21:58:13 v1.2.1-dev.9 21:58:13 v1.3.0 21:58:13 v1.3.1-dev.1 21:58:13 v2.0.0-dev.1 21:58:13 v2.0.0-dev.2 21:58:13 v2.0.0-dev.3 21:58:13 v2.0.0-dev.4 [Pipeline] sh 21:58:13 + lftools sign git-tag v2.0.0-dev.4 21:58:15 Signing Git tag with Sigul... 21:58:15 Signing v2.0.0-dev.4 [Pipeline] echo 21:58:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:58:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:58:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:58:17 $ docker stop --time=1 bdddaf901dabaccffbde31e422367056d6c52f99da6ca3a74220762ec6b14684 21:58:19 $ docker rm -f bdddaf901dabaccffbde31e422367056d6c52f99da6ca3a74220762ec6b14684 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:58:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:58:20 . [Pipeline] withDockerContainer 21:58:21 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:58:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:58:22 $ docker top fbf455ef6bb73b0bccebe61419fbd08b2749ad616538475ce345f273797de11f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:58:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:58:23 [ssh-agent] Looking for ssh-agent implementation... 21:58:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:58:23 $ docker exec fbf455ef6bb73b0bccebe61419fbd08b2749ad616538475ce345f273797de11f ssh-agent 21:58:24 SSH_AUTH_SOCK=/tmp/ssh-867PyS24A3sS/agent.13 21:58:24 SSH_AGENT_PID=18 21:58:24 Running ssh-add (command line suppressed) 21:58:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5827692558691009873.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5827692558691009873.key) 21:58:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:58:25 + git semver bump pre 21:58:25 # -> Open(): unable to determine branch for HEAD 21:58:25 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:58:25 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:58:25 # $SEMVER_REMOTE_NAME = origin 21:58:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:58:25 # $SEMVER_USER_NAME = edgex-jenkins 21:58:25 # $SEMVER_BRANCH = master 21:58:25 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:58:25 2.0.0-dev.5 [Pipeline] } 21:58:25 $ docker exec --env ******** --env ******** fbf455ef6bb73b0bccebe61419fbd08b2749ad616538475ce345f273797de11f ssh-agent -k 21:58:25 unset SSH_AUTH_SOCK; 21:58:25 unset SSH_AGENT_PID; 21:58:25 echo Agent pid 18 killed; 21:58:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:58:26 + git semver [Pipeline] } 21:58:26 $ docker stop --time=1 fbf455ef6bb73b0bccebe61419fbd08b2749ad616538475ce345f273797de11f 21:58:27 $ docker rm -f fbf455ef6bb73b0bccebe61419fbd08b2749ad616538475ce345f273797de11f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:58:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:58:28 . [Pipeline] withDockerContainer 21:58:28 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:58: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 21:58:29 $ docker top 57d0bdefc6963c190d92d7e3500f2da8044b627a89188062b460ca3680bc2253 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:58:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:58:30 [ssh-agent] Looking for ssh-agent implementation... 21:58:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:58:30 $ docker exec 57d0bdefc6963c190d92d7e3500f2da8044b627a89188062b460ca3680bc2253 ssh-agent 21:58:30 SSH_AUTH_SOCK=/tmp/ssh-cjdeaevLyzvH/agent.11 21:58:30 SSH_AGENT_PID=16 21:58:30 Running ssh-add (command line suppressed) 21:58:31 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2015773440575426605.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2015773440575426605.key) 21:58:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:58:31 + git semver push 21:58:31 # -> Open(): unable to determine branch for HEAD 21:58:31 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:58:31 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:58:31 # $SEMVER_REMOTE_NAME = origin 21:58:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:58:31 # $SEMVER_USER_NAME = edgex-jenkins 21:58:31 # $SEMVER_BRANCH = master 21:58:31 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:58:38 $ docker exec --env ******** --env ******** 57d0bdefc6963c190d92d7e3500f2da8044b627a89188062b460ca3680bc2253 ssh-agent -k 21:58:38 unset SSH_AUTH_SOCK; 21:58:38 unset SSH_AGENT_PID; 21:58:38 echo Agent pid 16 killed; 21:58:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:58:39 + git semver [Pipeline] } 21:58:39 $ docker stop --time=1 57d0bdefc6963c190d92d7e3500f2da8044b627a89188062b460ca3680bc2253 21:58:41 $ docker rm -f 57d0bdefc6963c190d92d7e3500f2da8044b627a89188062b460ca3680bc2253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:58:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:58:43 ---> package-listing.sh 21:58:43 ++ facter osfamily 21:58:43 ++ tr '[:upper:]' '[:lower:]' 21:58:43 + OS_FAMILY=redhat 21:58:43 + workspace=/w/workspace/_app-service-configurable_master 21:58:43 + START_PACKAGES=/tmp/packages_start.txt 21:58:43 + END_PACKAGES=/tmp/packages_end.txt 21:58:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:58:43 + PACKAGES=/tmp/packages_start.txt 21:58:43 + '[' /w/workspace/_app-service-configurable_master ']' 21:58:43 + PACKAGES=/tmp/packages_end.txt 21:58:43 + case "${OS_FAMILY}" in 21:58:43 + rpm -qa 21:58:43 + sort 21:58:49 + '[' -f /tmp/packages_start.txt ']' 21:58:49 + '[' -f /tmp/packages_end.txt ']' 21:58:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:58:49 + '[' /w/workspace/_app-service-configurable_master ']' 21:58:49 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:58:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:58:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:58:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:58:50 21:58:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:58:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:58:51 alpine: Pulling from edgex-lftools-log-publisher 21:58:51 df20fa9351a1: Pulling fs layer 21:58:51 36b3adc4ff6f: Pulling fs layer 21:58:51 8ad3a11d3b57: Pulling fs layer 21:58:51 46f8f816bc3b: Pulling fs layer 21:58:51 93b61091891f: Pulling fs layer 21:58:51 93b9cdb0e59b: Pulling fs layer 21:58:51 5e14af77c1be: Pulling fs layer 21:58:51 01666e4c0597: Pulling fs layer 21:58:51 aa168da1d23b: Pulling fs layer 21:58:51 93b9cdb0e59b: Waiting 21:58:51 5e14af77c1be: Waiting 21:58:51 01666e4c0597: Waiting 21:58:51 aa168da1d23b: Waiting 21:58:51 46f8f816bc3b: Waiting 21:58:51 93b61091891f: Waiting 21:58:51 36b3adc4ff6f: Verifying Checksum 21:58:51 36b3adc4ff6f: Download complete 21:58:51 46f8f816bc3b: Verifying Checksum 21:58:51 46f8f816bc3b: Download complete 21:58:51 df20fa9351a1: Verifying Checksum 21:58:51 93b9cdb0e59b: Download complete 21:58:51 5e14af77c1be: Verifying Checksum 21:58:51 5e14af77c1be: Download complete 21:58:51 01666e4c0597: Download complete 21:58:51 93b61091891f: Verifying Checksum 21:58:51 93b61091891f: Download complete 21:58:52 df20fa9351a1: Pull complete 21:58:52 36b3adc4ff6f: Pull complete 21:58:52 8ad3a11d3b57: Verifying Checksum 21:58:52 8ad3a11d3b57: Download complete 21:58:54 8ad3a11d3b57: Pull complete 21:58:54 46f8f816bc3b: Pull complete 21:58:55 93b61091891f: Pull complete 21:58:55 93b9cdb0e59b: Pull complete 21:58:56 5e14af77c1be: Pull complete 21:58:56 01666e4c0597: Pull complete 21:58:56 aa168da1d23b: Verifying Checksum 21:58:56 aa168da1d23b: Download complete 21:59:09 aa168da1d23b: Pull complete 21:59:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:59:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:59:09 prd-centos7-docker-4c-2g-15623 does not seem to be running inside a container 21:59:09 $ 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 21:59:12 $ docker top de6f9592d38a18476a3fd8127e9a68a147df7250207d240255fc3351ac191022 -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:13 + touch /tmp/pre-build-complete [Pipeline] sh 21:59:14 + mkdir -p /var/log/sa [Pipeline] sh 21:59:14 + ls /var/log/sa-host 21:59:14 + sadf -c /var/log/sa-host/sa11 21:59:14 file_magic: OK 21:59:14 HZ: Using current value: 100 21:59:14 file_header: OK 21:59:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:59:14 Statistics: 21:59:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:59:14 File successfully converted to sysstat format version 12.2.1 21:59:14 + sadf -c /var/log/sa-host/sa23 21:59:14 file_magic: OK 21:59:14 HZ: Using current value: 100 21:59:14 file_header: OK 21:59:14 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:59:14 Statistics: 21:59:14 Hnuu...uuuununununu... 21:59:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:59:14 provisioning config files... 21:59:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config953756803623535694tmp [Pipeline] { [Pipeline] echo 21:59:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:59:15 ---> create-netrc.sh [Pipeline] } 21:59:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:59:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:59:15 ---> python-tools-install.sh [Pipeline] echo 21:59:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:59:16 ---> sudo-logs.sh 21:59:16 Archiving 'sudo' log.. [Pipeline] echo 21:59:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:59:16 ---> job-cost.sh 21:59:16 lf-activate-venv: SKIPPING 21:59:16 INFO: No Stack... 21:59:18 INFO: Retrieving Pricing Info for: v1-standard-2 21:59:18 INFO: Archiving Costs [Pipeline] echo 21:59:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:59:18 ---> logs-deploy.sh 21:59:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/67 21:59:18 INFO: archiving workspace using pattern(s): 21:59:21 Archives upload complete. 21:59:21 INFO: archiving logs to Nexus 21:59:23 ---> uname -a: 21:59:23 Linux prd-centos7-docker-4c-2g-15623.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:59:23 21:59:23 21:59:23 ---> lscpu: 21:59:23 Architecture: x86_64 21:59:23 CPU op-mode(s): 32-bit, 64-bit 21:59:23 Byte Order: Little Endian 21:59:23 Address sizes: 40 bits physical, 48 bits virtual 21:59:23 CPU(s): 4 21:59:23 On-line CPU(s) list: 0-3 21:59:23 Thread(s) per core: 1 21:59:23 Core(s) per socket: 1 21:59:23 Socket(s): 4 21:59:23 NUMA node(s): 1 21:59:23 Vendor ID: GenuineIntel 21:59:23 CPU family: 6 21:59:23 Model: 44 21:59:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:59:23 Stepping: 1 21:59:23 CPU MHz: 2933.438 21:59:23 BogoMIPS: 5866.87 21:59:23 Virtualization: VT-x 21:59:23 Hypervisor vendor: KVM 21:59:23 Virtualization type: full 21:59:23 L1d cache: 128 KiB 21:59:23 L1i cache: 128 KiB 21:59:23 L2 cache: 16 MiB 21:59:23 L3 cache: 64 MiB 21:59:23 NUMA node0 CPU(s): 0-3 21:59:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:59:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:59:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:59:23 Vulnerability Meltdown: Mitigation; PTI 21:59:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:59:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:59:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:59:23 Vulnerability Srbds: Not affected 21:59:23 Vulnerability Tsx async abort: Not affected 21:59:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:59:23 21:59:23 21:59:23 ---> nproc: 21:59:23 4 21:59:23 21:59:23 21:59:23 ---> df -h: 21:59:23 Filesystem Size Used Available Use% Mounted on 21:59:23 overlay 50.0G 8.6G 41.4G 17% / 21:59:23 tmpfs 64.0M 0 64.0M 0% /dev 21:59:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:59:23 shm 64.0M 0 64.0M 0% /dev/shm 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/_app-service-configurable_master 21:59:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 21:59:23 21:59:23 21:59:23 ---> free -m: 21:59:23 total used free shared buff/cache available 21:59:23 Mem: 1837 835 131 0 869 935 21:59:23 Swap: 1023 3 1020 21:59:23 21:59:23 21:59:23 ---> ip addr: 21:59:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:59:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:59:23 inet 127.0.0.1/8 scope host lo 21:59:23 valid_lft forever preferred_lft forever 21:59:23 inet6 ::1/128 scope host 21:59:23 valid_lft forever preferred_lft forever 21:59:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:59:23 link/ether fa:16:3e:41:4a:ad brd ff:ff:ff:ff:ff:ff 21:59:23 inet 10.30.123.221/23 brd 10.30.123.255 scope global dynamic eth0 21:59:23 valid_lft 85747sec preferred_lft 85747sec 21:59:23 inet6 fe80::f816:3eff:fe41:4aad/64 scope link 21:59:23 valid_lft forever preferred_lft forever 21:59:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:59:23 link/ether 02:42:24:59:79:3e brd ff:ff:ff:ff:ff:ff 21:59:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:59:23 valid_lft forever preferred_lft forever 21:59:23 inet6 fe80::42:24ff:fe59:793e/64 scope link 21:59:23 valid_lft forever preferred_lft forever 21:59:23 21:59:23 21:59:23 ---> sar -b -r -n DEV: 21:59:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 21:59:23 21:59:23 21:48:16 LINUX RESTART (4 CPU) 21:59:23 21:59:23 21:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:59:23 21:50:01 55.15 17.42 37.73 0.00 5035.51 3572.47 0.00 21:59:23 21:51:01 2.13 0.00 2.13 0.00 0.00 44.95 0.00 21:59:23 21:52:01 0.43 0.00 0.43 0.00 0.00 5.82 0.00 21:59:23 21:53:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 21:59:23 21:54:01 0.22 0.00 0.22 0.00 0.00 2.88 0.00 21:59:23 21:55:02 0.25 0.00 0.25 0.00 0.00 2.71 0.00 21:59:23 21:56:01 21.27 3.87 17.40 0.00 575.49 11504.18 0.00 21:59:23 21:57:01 332.06 198.22 133.84 0.00 8900.57 25909.18 0.00 21:59:23 21:58:01 196.79 50.62 146.18 0.00 2861.30 29375.95 0.00 21:59:23 21:59:01 150.62 88.40 62.22 0.00 6349.94 15230.31 0.00 21:59:23 Average: 76.08 35.94 40.13 0.00 2378.12 8567.46 0.00 21:59:23 21:59:23 21:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:59:23 21:50:01 163540 0 592844 31.51 2620 1122540 1152844 39.34 404556 1114308 132 21:59:23 21:51:01 166464 0 589912 31.35 2620 1122548 1142136 38.98 403900 1112624 16 21:59:23 21:52:01 172432 0 583940 31.04 2620 1122552 1085596 37.05 414880 1096308 20 21:59:23 21:53:01 170472 0 585896 31.14 2620 1122556 1085792 37.06 417888 1095724 12 21:59:23 21:54:01 170032 0 586332 31.16 2620 1122560 1085924 37.06 429108 1084772 12 21:59:23 21:55:02 170372 0 585984 31.14 2620 1122568 1085816 37.06 424144 1089436 16 21:59:23 21:56:01 80440 0 665332 35.36 2620 1133152 1513496 51.65 563624 1028456 87784 21:59:23 21:57:01 323092 0 721468 38.34 2596 834388 1379356 47.08 567340 742772 12 21:59:23 21:58:01 136588 0 799416 42.49 1492 944048 1517968 51.81 583724 831160 68 21:59:23 21:59:01 72044 0 838936 44.59 1492 969072 1635068 55.80 666368 805668 14348 21:59:23 Average: 162548 0 655006 34.81 2392 1061598 1268400 43.29 487553 1000123 10242 21:59:23 21:59:23 21:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:59:23 21:50:01 eth0 229.87 176.46 844.42 89.43 0.00 0.00 0.00 0.00 21:59:23 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:50:01 docker0 1.28 1.36 0.37 3.65 0.00 0.00 0.00 0.00 21:59:23 21:51:01 eth0 1.31 0.88 0.61 0.42 0.00 0.00 0.00 0.00 21:59:23 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:52:01 eth0 1.01 0.03 0.07 0.00 0.00 0.00 0.00 0.00 21:59:23 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:53:01 eth0 1.73 0.33 0.48 0.20 0.00 0.00 0.00 0.00 21:59:23 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:54:01 eth0 1.35 0.75 0.64 0.44 0.00 0.00 0.00 0.00 21:59:23 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:55:02 eth0 0.88 0.38 0.36 0.23 0.00 0.00 0.00 0.00 21:59:23 21:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:56:01 eth0 399.32 330.70 4134.73 26.27 0.00 0.00 0.00 0.00 21:59:23 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:57:01 eth0 84.04 71.97 408.67 17.22 0.00 0.00 0.00 0.00 21:59:23 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:57:01 veth094d6dd 0.22 0.37 0.06 0.11 0.00 0.00 0.00 0.00 21:59:23 21:57:01 docker0 36.37 37.55 3.36 192.63 0.00 0.00 0.00 0.00 21:59:23 21:58:01 vethe934713 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:59:23 21:58:01 eth0 370.01 318.82 3215.51 88.77 0.00 0.00 0.00 0.00 21:59:23 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:58:01 docker0 0.28 0.30 0.05 0.10 0.00 0.00 0.00 0.00 21:59:23 21:59:01 eth0 317.45 227.59 2397.43 80.28 0.00 0.00 0.00 0.00 21:59:23 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 21:59:01 docker0 27.36 50.27 1.66 188.84 0.00 0.00 0.00 0.00 21:59:23 Average: eth0 140.42 112.54 1096.39 30.37 0.00 0.00 0.00 0.00 21:59:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:59:23 Average: docker0 6.55 8.98 0.55 38.67 0.00 0.00 0.00 0.00 21:59:23 21:59:23 21:59:23 ---> sar -P ALL: 21:59:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 21:59:23 21:59:23 21:48:16 LINUX RESTART (4 CPU) 21:59:23 21:59:23 21:49:01 CPU %user %nice %system %iowait %steal %idle 21:59:23 21:50:01 all 9.80 0.00 3.74 1.10 10.70 74.66 21:59:23 21:50:01 0 8.94 0.00 3.66 1.01 11.66 74.73 21:59:23 21:50:01 1 13.33 0.00 3.93 1.08 9.88 71.79 21:59:23 21:50:01 2 8.68 0.00 4.10 0.53 10.46 76.23 21:59:23 21:50:01 3 8.31 0.00 3.26 1.77 10.79 75.87 21:59:23 21:51:01 all 0.12 0.00 0.06 0.00 0.33 99.49 21:59:23 21:51:01 0 0.03 0.00 0.03 0.00 0.32 99.62 21:59:23 21:51:01 1 0.08 0.00 0.10 0.00 0.50 99.32 21:59:23 21:51:01 2 0.32 0.00 0.03 0.00 0.27 99.38 21:59:23 21:51:01 3 0.05 0.00 0.07 0.00 0.25 99.63 21:59:23 21:52:01 all 0.12 0.00 0.11 0.00 0.35 99.43 21:59:23 21:52:01 0 0.02 0.00 0.05 0.00 0.20 99.73 21:59:23 21:52:01 1 0.07 0.00 0.08 0.00 0.45 99.40 21:59:23 21:52:01 2 0.33 0.00 0.13 0.00 0.43 99.10 21:59:23 21:52:01 3 0.05 0.00 0.17 0.00 0.30 99.48 21:59:23 21:53:01 all 0.11 0.00 0.03 0.00 0.27 99.58 21:59:23 21:53:01 0 0.02 0.00 0.00 0.00 0.08 99.90 21:59:23 21:53:01 1 0.07 0.00 0.07 0.00 0.40 99.47 21:59:23 21:53:01 2 0.33 0.00 0.03 0.00 0.43 99.20 21:59:23 21:53:01 3 0.03 0.00 0.02 0.00 0.18 99.77 21:59:23 21:54:01 all 0.13 0.00 0.13 0.00 0.56 99.18 21:59:23 21:54:01 0 0.02 0.00 0.03 0.00 0.37 99.58 21:59:23 21:54:01 1 0.07 0.00 0.18 0.00 0.63 99.12 21:59:23 21:54:01 2 0.36 0.00 0.10 0.00 0.86 98.67 21:59:23 21:54:01 3 0.07 0.00 0.20 0.00 0.40 99.33 21:59:23 21:55:02 all 0.13 0.00 0.27 0.00 0.56 99.03 21:59:23 21:55:02 0 0.05 0.00 0.23 0.00 0.50 99.22 21:59:23 21:55:02 1 0.22 0.00 0.50 0.00 0.53 98.76 21:59:23 21:55:02 2 0.17 0.00 0.22 0.00 0.42 99.20 21:59:23 21:55:02 3 0.10 0.00 0.13 0.00 0.81 98.96 21:59:23 21:56:01 all 1.75 0.00 1.47 0.04 4.19 92.55 21:59:23 21:56:01 0 2.16 0.00 1.81 0.03 4.02 91.97 21:59:23 21:56:01 1 1.57 0.00 1.18 0.07 4.05 93.14 21:59:23 21:56:01 2 1.50 0.00 1.33 0.00 4.27 92.90 21:59:23 21:56:01 3 1.78 0.00 1.57 0.05 4.40 92.20 21:59:23 21:57:01 all 7.53 0.00 7.45 2.58 14.16 68.28 21:59:23 21:57:01 0 8.42 0.00 8.75 2.29 14.50 66.04 21:59:23 21:57:01 1 8.03 0.00 7.09 2.61 14.02 68.25 21:59:23 21:57:01 2 8.03 0.00 8.11 3.21 14.42 66.22 21:59:23 21:57:01 3 5.67 0.00 5.88 2.21 13.69 72.54 21:59:23 21:58:01 all 6.81 0.00 7.06 0.85 12.23 73.05 21:59:23 21:58:01 0 7.59 0.00 7.69 1.18 12.42 71.12 21:59:23 21:58:01 1 6.76 0.00 7.28 0.32 12.35 73.29 21:59:23 21:58:01 2 6.28 0.00 6.57 0.54 11.63 74.98 21:59:23 21:58:01 3 6.61 0.00 6.73 1.37 12.52 72.76 21:59:23 21:59:01 all 6.40 0.00 5.91 2.48 10.12 75.10 21:59:23 21:59:01 0 5.54 0.00 6.01 1.85 10.67 75.93 21:59:23 21:59:01 1 5.32 0.00 5.88 1.66 9.74 77.40 21:59:23 21:59:01 2 8.29 0.00 5.36 1.66 10.28 74.41 21:59:23 21:59:01 3 6.46 0.00 6.39 4.77 9.78 72.61 21:59:23 Average: all 3.27 0.00 2.60 0.70 5.31 88.12 21:59:23 Average: 0 3.24 0.00 2.79 0.63 5.41 87.92 21:59:23 Average: 1 3.53 0.00 2.62 0.57 5.23 88.04 21:59:23 Average: 2 3.41 0.00 2.58 0.59 5.30 88.12 21:59:23 Average: 3 2.90 0.00 2.43 1.01 5.28 88.38 21:59:23 21:59:23 21:59:23