Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7f47c9eff9bdccc396688e395d48b7e5029db660 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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-14557 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 Commit message: "refactor: Remove obsolete docker-compose files (#144)" > git rev-list --no-walk dc1b719807970842f353d9ec2e25d94234445116 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:39:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:39:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:39:01 ========================================================= 22:39:01 EdgeX Global Pipelines Version Info 22:39:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:39:03 ------------------- 22:39:03 stable info: 22:39:03 ------------------- 22:39:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:39:03 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 22:39:03 Message: update stable to v1.0.169 22:39:04 ------------------- 22:39:04 experimental info: 22:39:04 ------------------- 22:39:04 Commited By: **** collab-it+edgex@linuxfoundation.org 22:39:04 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 22:39:04 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:39:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:39:04 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:39:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:39:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] echo 22:39:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f47c9e [Pipeline] echo 22:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:39:08 provisioning config files... 22:39:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5994833566392468084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:39:08 ---> docker-login.sh 22:39:08 nexus3.edgexfoundry.org:10001 22:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:09 Configure a credential helper to remove this warning. See 22:39:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:09 22:39:09 Login Succeeded 22:39:09 nexus3.edgexfoundry.org:10002 22:39:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:10 Configure a credential helper to remove this warning. See 22:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:10 22:39:10 Login Succeeded 22:39:10 nexus3.edgexfoundry.org:10003 22:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:10 Configure a credential helper to remove this warning. See 22:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:10 22:39:10 Login Succeeded 22:39:10 nexus3.edgexfoundry.org:10004 22:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:11 Configure a credential helper to remove this warning. See 22:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:11 22:39:11 Login Succeeded 22:39:11 docker.io 22:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:39:11 Configure a credential helper to remove this warning. See 22:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:39:11 22:39:11 Login Succeeded 22:39:11 ---> docker-login.sh ends [Pipeline] } 22:39:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:39:12 + git log --format=format:%s -1 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] echo 22:39:12 GIT_COMMIT: 7f47c9eff9bdccc396688e395d48b7e5029db660, Commit Message: refactor: Remove obsolete docker-compose files (#144) [Pipeline] echo 22:39:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:39:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:13 22:39:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:39:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:13 latest: Pulling from edgex-devops/git-semver 22:39:13 31603596830f: Pulling fs layer 22:39:13 2a8b12db71e7: Pulling fs layer 22:39:13 6ca5941a6612: Pulling fs layer 22:39:13 ecc8261a40a4: Pulling fs layer 22:39:13 ecc8261a40a4: Waiting 22:39:13 2a8b12db71e7: Download complete 22:39:14 31603596830f: Verifying Checksum 22:39:14 31603596830f: Download complete 22:39:14 ecc8261a40a4: Verifying Checksum 22:39:14 ecc8261a40a4: Download complete 22:39:14 6ca5941a6612: Verifying Checksum 22:39:14 6ca5941a6612: Download complete 22:39:14 31603596830f: Pull complete 22:39:15 2a8b12db71e7: Pull complete 22:39:16 6ca5941a6612: Pull complete 22:39:16 ecc8261a40a4: Pull complete 22:39:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:39:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:39:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:39:16 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:39:19 $ docker top e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:39:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:20 [ssh-agent] Looking for ssh-agent implementation... 22:39:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:21 $ docker exec e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent 22:39:21 SSH_AUTH_SOCK=/tmp/ssh-3kqqqWbs101q/agent.11 22:39:21 SSH_AGENT_PID=16 22:39:21 Running ssh-add (command line suppressed) 22:39:21 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3495466154941888594.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3495466154941888594.key) 22:39:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:22 + git tag --points-at HEAD [Pipeline] } 22:39:22 $ docker exec --env ******** --env ******** e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent -k 22:39:22 unset SSH_AUTH_SOCK; 22:39:22 unset SSH_AGENT_PID; 22:39:22 echo Agent pid 16 killed; 22:39:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:39:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:39:22 [ssh-agent] Looking for ssh-agent implementation... 22:39:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:39:23 $ docker exec e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent 22:39:23 SSH_AUTH_SOCK=/tmp/ssh-8mXLQkAt6cSf/agent.44 22:39:23 SSH_AGENT_PID=50 22:39:23 Running ssh-add (command line suppressed) 22:39:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_137124628630242114.key (/w/workspace/_app-service-configurable_master@tmp/private_key_137124628630242114.key) 22:39:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:39:23 + git semver init 22:39:23 # -> Open(): unable to determine branch for HEAD 22:39:23 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:39:23 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:39:23 # $SEMVER_REMOTE_NAME = origin 22:39:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:39:23 # $SEMVER_USER_NAME = edgex-jenkins 22:39:23 # $SEMVER_BRANCH = master 22:39:23 # $SEMVER_TEMP = /tmp/semver-319021236 22:39:23 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:39:24 # '/tmp/semver-319021236' -> '/w/workspace/_app-service-configurable_master/.semver' 22:39:24 # -> Force: false 22:39:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:39:24 $ docker exec --env ******** --env ******** e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 ssh-agent -k 22:39:24 unset SSH_AUTH_SOCK; 22:39:24 unset SSH_AGENT_PID; 22:39:24 echo Agent pid 50 killed; 22:39:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:39:25 + git semver [Pipeline] } 22:39:25 $ docker stop --time=1 e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 22:39:27 $ docker rm -f e0c3ea966b5293a882f183c3dad630d165344c56f117a802eb5a1d03b96cd654 [Pipeline] // withDockerContainer [Pipeline] sh 22:39:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:39:28 Stashed 1 file(s) [Pipeline] echo 22:39:28 [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:39:44 Still waiting to schedule task 22:39:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:39:44 Still waiting to schedule task 22:39:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:41:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14558 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:41:21 Running in /w/workspace/app-service-configurable/64 [Pipeline] { [Pipeline] checkout 22:41:26 using credential edgex-jenkins-ssh 22:41:26 Cloning the remote Git repository 22:41:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:41:26 > git init /w/workspace/app-service-configurable/64 # timeout=10 22:41:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:41:26 > git --version # timeout=10 22:41:26 > git --version # 'git version 2.17.1' 22:41:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:41:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:41:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:41:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:41:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:41:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:41:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:41:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:41:28 Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (master) 22:41:28 > git config core.sparsecheckout # timeout=10 22:41:28 > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 22:41:32 Commit message: "refactor: Remove obsolete docker-compose files (#144)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:41:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:41:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:41:35 + sudo service docker restart 22:41:35 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:41:38 provisioning config files... 22:41:38 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config6277030143743912597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:41:38 ---> docker-login.sh 22:41:38 nexus3.edgexfoundry.org:10001 22:41:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:39 Configure a credential helper to remove this warning. See 22:41:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:39 22:41:39 Login Succeeded 22:41:39 nexus3.edgexfoundry.org:10002 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10003 22:41:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:40 Configure a credential helper to remove this warning. See 22:41:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:40 22:41:40 Login Succeeded 22:41:40 nexus3.edgexfoundry.org:10004 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 docker.io 22:41:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:41:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:41:41 Configure a credential helper to remove this warning. See 22:41:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:41:41 22:41:41 Login Succeeded 22:41:41 ---> docker-login.sh ends [Pipeline] } 22:41:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:41:42 ========================================================= 22:41:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:41:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:41:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:41:42 Sending build context to Docker daemon 97.79kB 22:41:43 Step 1/8 : ARG BASE=golang:1.15-alpine 22:41:43 Step 2/8 : FROM ${BASE} 22:41:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:41:43 5f621e34cdf4: Pulling fs layer 22:41:43 a4357932f1b6: Pulling fs layer 22:41:43 18c013af1878: Pulling fs layer 22:41:43 00ac8860ef70: Pulling fs layer 22:41:43 63d7cb157983: Pulling fs layer 22:41:43 b116817d02f9: Pulling fs layer 22:41:43 745a02a5169b: Pulling fs layer 22:41:43 00ac8860ef70: Waiting 22:41:43 63d7cb157983: Waiting 22:41:43 b116817d02f9: Waiting 22:41:43 745a02a5169b: Waiting 22:41:43 18c013af1878: Download complete 22:41:43 a4357932f1b6: Verifying Checksum 22:41:43 a4357932f1b6: Download complete 22:41:43 63d7cb157983: Verifying Checksum 22:41:43 63d7cb157983: Download complete 22:41:43 b116817d02f9: Verifying Checksum 22:41:43 b116817d02f9: Download complete 22:41:43 5f621e34cdf4: Verifying Checksum 22:41:43 5f621e34cdf4: Download complete 22:41:44 5f621e34cdf4: Pull complete 22:41:44 a4357932f1b6: Pull complete 22:41:45 18c013af1878: Pull complete 22:41:46 745a02a5169b: Verifying Checksum 22:41:46 745a02a5169b: Download complete 22:41:47 00ac8860ef70: Verifying Checksum 22:41:47 00ac8860ef70: Download complete 22:41:57 00ac8860ef70: Pull complete 22:41:57 63d7cb157983: Pull complete 22:41:57 b116817d02f9: Pull complete 22:42:01 745a02a5169b: Pull complete 22:42:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:42:01 ---> b7e6874047d6 22:42:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:42:03 ---> Running in 8fd9bb3ce998 22:42:04 Removing intermediate container 8fd9bb3ce998 22:42:04 ---> c8b958368a06 22:42:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:04 ---> Running in 109bcde117eb 22:42:04 Running on prd-centos7-docker-4c-2g-14559 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:42:04 Running in /w/workspace/app-service-configurable/64 [Pipeline] { [Pipeline] checkout 22:42:06 using credential edgex-jenkins-ssh 22:42:06 Cloning the remote Git repository 22:42:06 Removing intermediate container 109bcde117eb 22:42:06 ---> ddbe81472401 22:42:06 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:42:06 ---> Running in acc1689d926a 22:42:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:42:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:06 > git init /w/workspace/app-service-configurable/64 # timeout=10 22:42:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:42:06 > git --version # timeout=10 22:42:06 > git --version # 'git version 2.24.3' 22:42:06 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:42:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:42:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:42:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:42:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:42:07 Checking out Revision 7f47c9eff9bdccc396688e395d48b7e5029db660 (master) 22:42:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:07 > git config core.sparsecheckout # timeout=10 22:42:07 > git checkout -f 7f47c9eff9bdccc396688e395d48b7e5029db660 # timeout=10 22:42:09 (1/6) Installing libc-dev (0.7.2-r3) 22:42:09 (2/6) Installing libsodium (1.0.18-r0) 22:42:09 (3/6) Installing pkgconf (1.7.2-r0) 22:42:09 (4/6) Installing libsodium-dev (1.0.18-r0) 22:42:09 (5/6) Installing libzmq (4.3.3-r0) 22:42:09 (6/6) Installing zeromq-dev (4.3.3-r0) 22:42:09 Executing busybox-1.31.1-r19.trigger 22:42:09 OK: 144 MiB in 45 packages 22:42:11 Removing intermediate container acc1689d926a 22:42:11 ---> d52d128b02f5 22:42:11 Step 6/8 : WORKDIR /app 22:42:11 ---> Running in c4896b528b65 22:42:11 Commit message: "refactor: Remove obsolete docker-compose files (#144)" 22:42:11 Removing intermediate container c4896b528b65 22:42:11 ---> 2d0d0d2b0f8a 22:42:11 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:42:12 ---> 16b2e6b81ab9 22:42:12 Step 8/8 : RUN go mod download 22:42:12 ---> Running in 94d398e39721 22:42:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:42:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:42:13 + sudo service docker restart 22:42:13 + true 22:42:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:14 provisioning config files... 22:42:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config2347927955435850721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:14 ---> docker-login.sh 22:42:14 nexus3.edgexfoundry.org:10001 22:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:15 Configure a credential helper to remove this warning. See 22:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:15 22:42:15 Login Succeeded 22:42:15 nexus3.edgexfoundry.org:10002 22:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:15 Configure a credential helper to remove this warning. See 22:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:15 22:42:15 Login Succeeded 22:42:15 nexus3.edgexfoundry.org:10003 22:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:15 Configure a credential helper to remove this warning. See 22:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:15 22:42:15 Login Succeeded 22:42:15 nexus3.edgexfoundry.org:10004 22:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:15 Configure a credential helper to remove this warning. See 22:42:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:15 22:42:15 Login Succeeded 22:42:15 docker.io 22:42:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:16 Configure a credential helper to remove this warning. See 22:42:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:16 22:42:16 Login Succeeded 22:42:16 ---> docker-login.sh ends [Pipeline] } 22:42:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:42:16 ========================================================= 22:42:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:42:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:42:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:42:16 Sending build context to Docker daemon 97.79kB 22:42:16 Step 1/8 : ARG BASE=golang:1.15-alpine 22:42:16 Step 2/8 : FROM ${BASE} 22:42:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:42:17 188c0c94c7c5: Pulling fs layer 22:42:17 0ef7d3d256c8: Pulling fs layer 22:42:17 de9db76c5a1d: Pulling fs layer 22:42:17 bca2f99d35d6: Pulling fs layer 22:42:17 93359f2a8cfa: Pulling fs layer 22:42:17 7c6f9722023f: Pulling fs layer 22:42:17 a35cf1a2eb13: Pulling fs layer 22:42:17 93359f2a8cfa: Waiting 22:42:17 7c6f9722023f: Waiting 22:42:17 bca2f99d35d6: Waiting 22:42:17 a35cf1a2eb13: Waiting 22:42:17 de9db76c5a1d: Verifying Checksum 22:42:17 de9db76c5a1d: Download complete 22:42:17 0ef7d3d256c8: Verifying Checksum 22:42:17 0ef7d3d256c8: Download complete 22:42:17 93359f2a8cfa: Verifying Checksum 22:42:17 93359f2a8cfa: Download complete 22:42:17 188c0c94c7c5: Verifying Checksum 22:42:17 188c0c94c7c5: Download complete 22:42:17 7c6f9722023f: Verifying Checksum 22:42:17 7c6f9722023f: Download complete 22:42:17 188c0c94c7c5: Pull complete 22:42:17 0ef7d3d256c8: Pull complete 22:42:17 de9db76c5a1d: Pull complete 22:42:18 a35cf1a2eb13: Verifying Checksum 22:42:18 a35cf1a2eb13: Download complete 22:42:19 bca2f99d35d6: Verifying Checksum 22:42:19 bca2f99d35d6: Download complete 22:42:24 bca2f99d35d6: Pull complete 22:42:24 93359f2a8cfa: Pull complete 22:42:24 7c6f9722023f: Pull complete 22:42:31 a35cf1a2eb13: Pull complete 22:42:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:42:31 ---> a62c8e92a672 22:42:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:42:31 ---> Running in d1028034282b 22:42:31 Removing intermediate container d1028034282b 22:42:31 ---> 7a999e9495e3 22:42:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:42:31 ---> Running in 77f41a53d005 22:42:32 Removing intermediate container 77f41a53d005 22:42:32 ---> e05aa75a6bec 22:42:32 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:42:32 ---> Running in e442cd3a6a76 22:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:42:34 (1/6) Installing libc-dev (0.7.2-r3) 22:42:34 (2/6) Installing libsodium (1.0.18-r0) 22:42:34 (3/6) Installing pkgconf (1.7.2-r0) 22:42:34 (4/6) Installing libsodium-dev (1.0.18-r0) 22:42:34 (5/6) Installing libzmq (4.3.3-r0) 22:42:34 (6/6) Installing zeromq-dev (4.3.3-r0) 22:42:34 Executing busybox-1.31.1-r19.trigger 22:42:34 OK: 167 MiB in 45 packages 22:42:35 Removing intermediate container e442cd3a6a76 22:42:35 ---> bc70e035bf0a 22:42:35 Step 6/8 : WORKDIR /app 22:42:35 ---> Running in 7fb9e2b7d5b5 22:42:35 Removing intermediate container 7fb9e2b7d5b5 22:42:35 ---> ea5b336df53c 22:42:35 Step 7/8 : COPY . . 22:42:35 ---> 124ffa8a1504 22:42:35 Step 8/8 : RUN go mod download 22:42:35 ---> Running in 56de725cfe65 22:42:39 Removing intermediate container 94d398e39721 22:42:39 ---> e1b8bafe5ee1 22:42:39 Successfully built e1b8bafe5ee1 22:42:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:42:40 + docker inspect -f . ci-base-image-arm64 22:42:40 . [Pipeline] withDockerContainer 22:42:40 prd-ubuntu18.04-docker-arm64-4c-16g-14558 does not seem to be running inside a container 22:42:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 22:42:42 $ docker top 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 -eo pid,comm [Pipeline] { [Pipeline] sh 22:42:43 + go version 22:42:43 go version go1.15.5 linux/arm64 [Pipeline] } 22:42:43 $ docker stop --time=1 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 22:42:45 $ docker rm -f 2e302bed738b2b031321ef14185027b6043ab03a75d70f4e8451eaf31e80d489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:42:46 + docker inspect -f . ci-base-image-arm64 22:42:46 . [Pipeline] withDockerContainer 22:42:46 prd-ubuntu18.04-docker-arm64-4c-16g-14558 does not seem to be running inside a container 22:42:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 22:42:47 $ docker top 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f -eo pid,comm [Pipeline] { [Pipeline] sh 22:42:48 + make test 22:42:48 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:43:02 Removing intermediate container 56de725cfe65 22:43:02 ---> ea8166ea7b90 22:43:02 Successfully built ea8166ea7b90 22:43:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:43:02 + docker inspect -f . ci-base-image-x86_64 22:43:02 . [Pipeline] withDockerContainer 22:43:02 prd-centos7-docker-4c-2g-14559 does not seem to be running inside a container 22:43:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 22:43:03 $ docker top 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 -eo pid,comm [Pipeline] { [Pipeline] sh 22:43:04 + go version 22:43:04 go version go1.15.5 linux/amd64 [Pipeline] } 22:43:04 $ docker stop --time=1 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 22:43:05 $ docker rm -f 43b0ebf9f4247029c56735a7563e573cc6c9a2401914d0f2e6d9897ba1db2186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:43:06 + docker inspect -f . ci-base-image-x86_64 22:43:06 . [Pipeline] withDockerContainer 22:43:06 prd-centos7-docker-4c-2g-14559 does not seem to be running inside a container 22:43:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/64 -v /w/workspace/app-service-configurable/64:/w/workspace/app-service-configurable/64:rw,z -v /w/workspace/app-service-configurable/64@tmp:/w/workspace/app-service-configurable/64@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 22:43:07 $ docker top d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b -eo pid,comm [Pipeline] { [Pipeline] sh 22:43:07 + make test 22:43:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:43:25 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:43:25 CGO_ENABLED=1 go vet ./... 22:43:27 gofmt -l . 22:43:27 [ "`gofmt -l .`" = "" ] 22:43:27 ./bin/test-go-mod-tidy.sh 22:43:27 ./bin/test-attribution-txt.sh [Pipeline] } 22:43:28 $ docker stop --time=1 d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b 22:43:31 $ docker rm -f d8b3cb1ff2ccdd0289ca13e57bc402af7c19d1673039ac44d0c1ff9d1599685b [Pipeline] // withDockerContainer [Pipeline] sh 22:43:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:43:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:43:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:43:35 + ls -al . 22:43:35 total 88 22:43:35 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 4 22:43 . 22:43:35 drwxrwxr-x. 4 jenkins jenkins 30 Dec 4 22:42 .. 22:43:35 -rw-rw-r--. 1 jenkins jenkins 6568 Dec 4 22:42 Attribution.txt 22:43:35 drwxrwxr-x. 2 jenkins jenkins 64 Dec 4 22:42 bin 22:43:35 -rw-r--r--. 1 jenkins jenkins 10 Dec 4 22:43 coverage.out 22:43:35 -rw-rw-r--. 1 jenkins jenkins 2002 Dec 4 22:42 Dockerfile 22:43:35 -rw-rw-r--. 1 jenkins jenkins 966 Dec 4 22:42 Dockerfile.build 22:43:35 -rw-rw-r--. 1 jenkins jenkins 119 Dec 4 22:42 .dockerignore 22:43:35 drwxrwxr-x. 8 jenkins jenkins 162 Dec 4 22:42 .git 22:43:35 drwxrwxr-x. 2 jenkins jenkins 81 Dec 4 22:42 .github 22:43:35 -rw-rw-r--. 1 jenkins jenkins 93 Dec 4 22:42 .gitignore 22:43:35 -rw-r--r--. 1 jenkins jenkins 132 Dec 4 22:43 go.mod 22:43:35 -rw-r--r--. 1 jenkins jenkins 19665 Dec 4 22:43 go.sum 22:43:35 -rw-rw-r--. 1 jenkins jenkins 687 Dec 4 22:42 Jenkinsfile 22:43:35 -rw-rw-r--. 1 jenkins jenkins 10174 Dec 4 22:42 LICENSE 22:43:35 -rw-rw-r--. 1 jenkins jenkins 1519 Dec 4 22:42 main.go 22:43:35 -rw-rw-r--. 1 jenkins jenkins 1573 Dec 4 22:42 makefile 22:43:35 -rw-rw-r--. 1 jenkins jenkins 1277 Dec 4 22:42 README.md 22:43:35 drwxrwxr-x. 10 jenkins jenkins 171 Dec 4 22:42 res 22:43:35 drwxrwxr-x. 4 jenkins jenkins 71 Dec 4 22:42 snap 22:43:35 -rw-rw-r--. 1 jenkins jenkins 11 Dec 4 22:39 VERSION [Pipeline] isUnix [Pipeline] sh 22:43:35 + 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=7f47c9eff9bdccc396688e395d48b7e5029db660 --label arch=amd64 --label version=2.0.0-dev.1 . 22:43:35 Sending build context to Docker daemon 120.3kB 22:43:35 Step 1/27 : ARG BASE=golang:1.15-alpine 22:43:35 Step 2/27 : FROM ${BASE} AS builder 22:43:35 ---> ea8166ea7b90 22:43:35 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:43:35 ---> Running in 2d575cd36cd8 22:43:35 Removing intermediate container 2d575cd36cd8 22:43:35 ---> 6834bbe494e1 22:43:35 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:43:35 ---> Running in 5ef2fba56e53 22:43:35 Removing intermediate container 5ef2fba56e53 22:43:35 ---> 428c4ae6455f 22:43:35 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:43:36 ---> Running in 2301afc44839 22:43:36 Removing intermediate container 2301afc44839 22:43:36 ---> 5fda7ad89843 22:43:36 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:43:36 ---> Running in 18414d0953b3 22:43:37 Removing intermediate container 18414d0953b3 22:43:37 ---> 97a57fa46401 22:43:37 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:43:37 ---> Running in 610a4c456379 22:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:43:38 OK: 167 MiB in 45 packages 22:43:39 Removing intermediate container 610a4c456379 22:43:39 ---> 6ad696ea28da 22:43:39 Step 8/27 : WORKDIR /app 22:43:39 ---> Running in 4fa51813cc71 22:43:39 Removing intermediate container 4fa51813cc71 22:43:39 ---> e35c2dbcb43c 22:43:39 Step 9/27 : COPY go.mod . 22:43:39 ---> 0d5c77a49a70 22:43:39 Step 10/27 : RUN go mod download 22:43:39 ---> Running in 0bf6f965d9a8 22:43:40 Removing intermediate container 0bf6f965d9a8 22:43:40 ---> a7a68c7d6eea 22:43:40 Step 11/27 : COPY . . 22:43:41 ---> f1e08047c7f6 22:43:41 Step 12/27 : ARG MAKE="make build" 22:43:41 ---> Running in 31952618cc0c 22:43:41 Removing intermediate container 31952618cc0c 22:43:41 ---> 8f5dbd5a4f7f 22:43:41 Step 13/27 : RUN $MAKE 22:43:41 ---> Running in 6d4de6335538 22:43:42 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.1" -o app-service-configurable 22:43:45 ? github.com/edgexfoundry/app-service-configurable [no test files] 22:43:45 CGO_ENABLED=1 go vet ./... 22:43:47 gofmt -l . 22:43:47 [ "`gofmt -l .`" = "" ] 22:43:47 ./bin/test-go-mod-tidy.sh 22:43:48 ./bin/test-attribution-txt.sh [Pipeline] } 22:43:49 $ docker stop --time=1 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f 22:43:51 $ docker rm -f 86c1f9b88082b8fe47261508dc24f41b54328f8a7c943b1cf7b25df0581bce5f [Pipeline] // withDockerContainer [Pipeline] sh 22:43:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:43:52 Warning: overwriting stash ‘coverage-report’ 22:43:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:43:54 + ls -al . 22:43:54 total 112 22:43:54 drwxrwxr-x 7 jenkins jenkins 4096 Dec 4 22:43 . 22:43:54 drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 22:41 .. 22:43:54 -rw-rw-r-- 1 jenkins jenkins 119 Dec 4 22:41 .dockerignore 22:43:54 drwxrwxr-x 8 jenkins jenkins 4096 Dec 4 22:41 .git 22:43:54 drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 22:41 .github 22:43:54 -rw-rw-r-- 1 jenkins jenkins 93 Dec 4 22:41 .gitignore 22:43:54 -rw-rw-r-- 1 jenkins jenkins 6568 Dec 4 22:41 Attribution.txt 22:43:54 -rw-rw-r-- 1 jenkins jenkins 2002 Dec 4 22:41 Dockerfile 22:43:54 -rw-rw-r-- 1 jenkins jenkins 966 Dec 4 22:41 Dockerfile.build 22:43:54 -rw-rw-r-- 1 jenkins jenkins 687 Dec 4 22:41 Jenkinsfile 22:43:54 -rw-rw-r-- 1 jenkins jenkins 10174 Dec 4 22:41 LICENSE 22:43:54 -rw-rw-r-- 1 jenkins jenkins 1277 Dec 4 22:41 README.md 22:43:54 -rw-rw-r-- 1 jenkins jenkins 11 Dec 4 22:39 VERSION 22:43:54 drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 22:41 bin 22:43:54 -rw-r--r-- 1 jenkins jenkins 10 Dec 4 22:42 coverage.out 22:43:54 -rw-r--r-- 1 jenkins jenkins 132 Dec 4 22:43 go.mod 22:43:54 -rw-r--r-- 1 jenkins jenkins 19665 Dec 4 22:43 go.sum 22:43:54 -rw-rw-r-- 1 jenkins jenkins 1519 Dec 4 22:41 main.go 22:43:54 -rw-rw-r-- 1 jenkins jenkins 1573 Dec 4 22:41 makefile 22:43:54 drwxrwxr-x 10 jenkins jenkins 4096 Dec 4 22:41 res 22:43:54 drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 22:41 snap [Pipeline] isUnix [Pipeline] sh 22:43:54 + 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=7f47c9eff9bdccc396688e395d48b7e5029db660 --label arch=arm64 --label version=2.0.0-dev.1 . 22:43:54 Sending build context to Docker daemon 120.3kB 22:43:55 Step 1/27 : ARG BASE=golang:1.15-alpine 22:43:55 Step 2/27 : FROM ${BASE} AS builder 22:43:55 ---> e1b8bafe5ee1 22:43:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:43:55 ---> Running in 348b000db0b8 22:43:56 Removing intermediate container 348b000db0b8 22:43:56 ---> 87bbb9a59268 22:43:56 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:43:56 ---> Running in baee57f51255 22:43:56 Removing intermediate container baee57f51255 22:43:56 ---> 1e7972a458fd 22:43:56 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:43:56 ---> Running in 0709f9a6f5de 22:43:57 Removing intermediate container 0709f9a6f5de 22:43:57 ---> 3077ebe7ee6b 22:43:57 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:43:57 ---> Running in 1e3fc7b176ee 22:43:59 Removing intermediate container 1e3fc7b176ee 22:43:59 ---> 36cb01772d57 22:43:59 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:43:59 ---> Running in 3914cae98dd4 22:44:00 Removing intermediate container 6d4de6335538 22:44:00 ---> 1c248ff79188 22:44:00 Step 14/27 : FROM alpine:latest 22:44:00 latest: Pulling from library/alpine 22:44:00 188c0c94c7c5: Already exists 22:44:00 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:44:00 Status: Downloaded newer image for alpine:latest 22:44:00 ---> d6e46aa2470d 22:44:00 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:44:00 ---> Running in 77683b7152ff 22:44:00 Removing intermediate container 77683b7152ff 22:44:00 ---> 256e17c46d27 22:44:00 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:44:00 ---> Running in 1168501e4e78 22:44:00 Removing intermediate container 1168501e4e78 22:44:00 ---> da6471e9052c 22:44:00 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:44:00 ---> Running in a7c8979c4054 22:44:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:44:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:44:00 (1/6) Installing ca-certificates (20191127-r4) 22:44:00 (2/6) Installing libgcc (9.3.0-r2) 22:44:00 (3/6) Installing libsodium (1.0.18-r0) 22:44:00 (4/6) Installing libstdc++ (9.3.0-r2) 22:44:00 (5/6) Installing libzmq (4.3.3-r0) 22:44:01 (6/6) Installing zeromq (4.3.3-r0) 22:44:01 Executing busybox-1.31.1-r19.trigger 22:44:01 Executing ca-certificates-20191127-r4.trigger 22:44:01 OK: 9 MiB in 20 packages 22:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:02 OK: 144 MiB in 45 packages 22:44:02 Removing intermediate container a7c8979c4054 22:44:02 ---> 0ac7855c4f53 22:44:02 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:44:02 ---> c97961fe909b 22:44:02 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:44:03 ---> e350b7b7f401 22:44:03 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:44:03 ---> dff69948c62e 22:44:03 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:44:03 Removing intermediate container 3914cae98dd4 22:44:03 ---> a13f7f43b064 22:44:03 Step 8/27 : WORKDIR /app 22:44:03 ---> Running in caa724ca1efe 22:44:04 Removing intermediate container caa724ca1efe 22:44:04 ---> 650d2dc3a399 22:44:04 Step 9/27 : COPY go.mod . 22:44:04 ---> c14986fee990 22:44:04 Step 22/27 : EXPOSE 48095 22:44:04 ---> Running in 44c1d0c09f87 22:44:04 Removing intermediate container 44c1d0c09f87 22:44:04 ---> 8ae6bf9d75df 22:44:04 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:44:04 ---> Running in 02ec44c42327 22:44:04 Removing intermediate container 02ec44c42327 22:44:04 ---> 441e2e67b310 22:44:04 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:04 ---> Running in e1355c403a2a 22:44:04 ---> 36c91aee120c 22:44:04 Step 10/27 : RUN go mod download 22:44:04 ---> Running in e7dce292bee9 22:44:04 Removing intermediate container e1355c403a2a 22:44:04 ---> ecd2b6da7703 22:44:04 Step 25/27 : LABEL arch=amd64 22:44:04 ---> Running in 404ed0b25967 22:44:05 Removing intermediate container 404ed0b25967 22:44:05 ---> 016a1521228b 22:44:05 Step 26/27 : LABEL git_sha=7f47c9eff9bdccc396688e395d48b7e5029db660 22:44:05 ---> Running in 80b5f813efe4 22:44:05 Removing intermediate container 80b5f813efe4 22:44:05 ---> f674c3e938aa 22:44:05 Step 27/27 : LABEL version=2.0.0-dev.1 22:44:05 ---> Running in b1b5b6674793 22:44:05 Removing intermediate container b1b5b6674793 22:44:05 ---> 033b50a23df9 22:44:05 [Warning] One or more build-args [ARCH] were not consumed 22:44:05 Successfully built 033b50a23df9 22:44:05 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:06 provisioning config files... 22:44:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config220249979732815052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:06 ---> docker-login.sh 22:44:06 nexus3.edgexfoundry.org:10001 22:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:06 Configure a credential helper to remove this warning. See 22:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:06 22:44:06 Login Succeeded 22:44:06 nexus3.edgexfoundry.org:10002 22:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:06 Configure a credential helper to remove this warning. See 22:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:06 22:44:06 Login Succeeded 22:44:06 nexus3.edgexfoundry.org:10003 22:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:06 Configure a credential helper to remove this warning. See 22:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:06 22:44:06 Login Succeeded 22:44:06 nexus3.edgexfoundry.org:10004 22:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:07 Configure a credential helper to remove this warning. See 22:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:07 22:44:07 Login Succeeded 22:44:07 docker.io 22:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:07 Removing intermediate container e7dce292bee9 22:44:07 ---> e5c76324ef62 22:44:07 Step 11/27 : COPY . . 22:44:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:07 Configure a credential helper to remove this warning. See 22:44:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:07 22:44:07 Login Succeeded 22:44:07 ---> docker-login.sh ends [Pipeline] } 22:44:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:07 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:44:07 7f47c9eff9bdccc396688e395d48b7e5029db660 22:44:07 latest 22:44:07 2.0.0-dev.1 22:44:07 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:44:07 master 22:44:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 22:44:07 ---> 73e339edb355 22:44:07 Step 12/27 : ARG MAKE="make build" 22:44:07 ---> Running in 3d4d4b5a3d9c [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:08 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh 22:44:08 Removing intermediate container 3d4d4b5a3d9c 22:44:08 ---> 57d86f06f8d1 22:44:08 Step 13/27 : RUN $MAKE 22:44:08 ---> Running in c13ef7f1ecdc 22:44:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 22:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:44:08 0a940f08c1d9: Preparing 22:44:08 534136c5aee5: Preparing 22:44:08 6d7bf7c8759d: Preparing 22:44:08 f5a3bf1cfc27: Preparing 22:44:08 c9c38e360358: Preparing 22:44:08 ace0eda3e3be: Preparing 22:44:08 ace0eda3e3be: Waiting 22:44:08 6d7bf7c8759d: Pushed 22:44:08 f5a3bf1cfc27: Pushed 22:44:08 534136c5aee5: Pushed 22:44:08 ace0eda3e3be: Layer already exists 22:44:09 c9c38e360358: Pushed 22:44:09 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.1" -o app-service-configurable 22:44:10 0a940f08c1d9: Pushed 22:44:10 7f47c9eff9bdccc396688e395d48b7e5029db660: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh 22:44:11 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:44:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:44:11 0a940f08c1d9: Preparing 22:44:11 534136c5aee5: Preparing 22:44:11 6d7bf7c8759d: Preparing 22:44:11 f5a3bf1cfc27: Preparing 22:44:11 c9c38e360358: Preparing 22:44:11 ace0eda3e3be: Preparing 22:44:11 ace0eda3e3be: Waiting 22:44:11 0a940f08c1d9: Layer already exists 22:44:11 f5a3bf1cfc27: Layer already exists 22:44:11 c9c38e360358: Layer already exists 22:44:11 6d7bf7c8759d: Layer already exists 22:44:11 534136c5aee5: Layer already exists 22:44:11 ace0eda3e3be: Layer already exists 22:44:11 latest: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh 22:44:11 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh 22:44:12 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 22:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:44:12 0a940f08c1d9: Preparing 22:44:12 534136c5aee5: Preparing 22:44:12 6d7bf7c8759d: Preparing 22:44:12 f5a3bf1cfc27: Preparing 22:44:12 c9c38e360358: Preparing 22:44:12 ace0eda3e3be: Preparing 22:44:12 ace0eda3e3be: Waiting 22:44:12 0a940f08c1d9: Layer already exists 22:44:12 c9c38e360358: Layer already exists 22:44:12 f5a3bf1cfc27: Layer already exists 22:44:12 6d7bf7c8759d: Layer already exists 22:44:12 534136c5aee5: Layer already exists 22:44:12 ace0eda3e3be: Layer already exists 22:44:12 2.0.0-dev.1: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh 22:44:12 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh 22:44:12 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:44:12 0a940f08c1d9: Preparing 22:44:12 534136c5aee5: Preparing 22:44:12 6d7bf7c8759d: Preparing 22:44:12 f5a3bf1cfc27: Preparing 22:44:12 c9c38e360358: Preparing 22:44:12 ace0eda3e3be: Preparing 22:44:12 ace0eda3e3be: Waiting 22:44:12 534136c5aee5: Layer already exists 22:44:12 c9c38e360358: Layer already exists 22:44:12 0a940f08c1d9: Layer already exists 22:44:12 f5a3bf1cfc27: Layer already exists 22:44:12 6d7bf7c8759d: Layer already exists 22:44:12 ace0eda3e3be: Layer already exists 22:44:12 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] isUnix [Pipeline] sh 22:44:13 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:44:13 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:44:13 0a940f08c1d9: Preparing 22:44:13 534136c5aee5: Preparing 22:44:13 6d7bf7c8759d: Preparing 22:44:13 f5a3bf1cfc27: Preparing 22:44:13 c9c38e360358: Preparing 22:44:13 ace0eda3e3be: Preparing 22:44:13 ace0eda3e3be: Waiting 22:44:13 c9c38e360358: Layer already exists 22:44:13 6d7bf7c8759d: Layer already exists 22:44:13 534136c5aee5: Layer already exists 22:44:13 0a940f08c1d9: Layer already exists 22:44:13 f5a3bf1cfc27: Layer already exists 22:44:13 ace0eda3e3be: Layer already exists 22:44:13 master: digest: sha256:ba1fdf0a8010e570a9a2c08c0191be3387a7e711fd57d5097d9729d8515c6efc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:44:13 ===================================================== [Pipeline] echo 22:44:13 taggedImages: 22:44:13 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 22:44:13 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:44:13 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.1 22:44:13 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:44:13 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:44:56 Removing intermediate container c13ef7f1ecdc 22:44:56 ---> 243d8931aea2 22:44:56 Step 14/27 : FROM alpine:latest 22:44:56 latest: Pulling from library/alpine 22:44:56 5f621e34cdf4: Already exists 22:44:56 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:44:56 Status: Downloaded newer image for alpine:latest 22:44:56 ---> 2e77e061c27f 22:44:56 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:44:56 ---> Running in d5a7440d1f70 22:44:56 Removing intermediate container d5a7440d1f70 22:44:56 ---> e06c7b669ba2 22:44:56 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:44:56 ---> Running in 09adf9c56976 22:44:56 Removing intermediate container 09adf9c56976 22:44:56 ---> efef94165d83 22:44:56 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:44:57 ---> Running in fcdcdcda38a5 22:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:59 (1/6) Installing ca-certificates (20191127-r4) 22:44:59 (2/6) Installing libgcc (9.3.0-r2) 22:44:59 (3/6) Installing libsodium (1.0.18-r0) 22:44:59 (4/6) Installing libstdc++ (9.3.0-r2) 22:44:59 (5/6) Installing libzmq (4.3.3-r0) 22:44:59 (6/6) Installing zeromq (4.3.3-r0) 22:44:59 Executing busybox-1.31.1-r19.trigger 22:44:59 Executing ca-certificates-20191127-r4.trigger 22:44:59 OK: 9 MiB in 20 packages 22:45:01 Removing intermediate container fcdcdcda38a5 22:45:01 ---> d432f27fc134 22:45:01 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:45:01 ---> c1d5a72e3407 22:45:01 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:45:02 ---> f765ed573f0e 22:45:02 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:45:03 ---> 5aa5ec6b4810 22:45:03 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:45:04 ---> ec5da541a34d 22:45:04 Step 22/27 : EXPOSE 48095 22:45:05 ---> Running in 25378b90885e 22:45:05 Removing intermediate container 25378b90885e 22:45:05 ---> 6e1f706c688c 22:45:05 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:45:05 ---> Running in deb9ba7a3164 22:45:06 Removing intermediate container deb9ba7a3164 22:45:06 ---> 28562ed8074b 22:45:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:45:06 ---> Running in 74000157f50f 22:45:06 Removing intermediate container 74000157f50f 22:45:06 ---> 4e5fe932bec2 22:45:06 Step 25/27 : LABEL arch=arm64 22:45:06 ---> Running in ef185565df8a 22:45:07 Removing intermediate container ef185565df8a 22:45:07 ---> 24cd9aa94d4d 22:45:07 Step 26/27 : LABEL git_sha=7f47c9eff9bdccc396688e395d48b7e5029db660 22:45:07 ---> Running in 78db396a2b95 22:45:08 Removing intermediate container 78db396a2b95 22:45:08 ---> 5a66a6ed02a9 22:45:08 Step 27/27 : LABEL version=2.0.0-dev.1 22:45:08 ---> Running in 7076f9d3e201 22:45:08 Removing intermediate container 7076f9d3e201 22:45:08 ---> 6d7478df582c 22:45:08 [Warning] One or more build-args [ARCH] were not consumed 22:45:08 Successfully built 6d7478df582c 22:45:08 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:09 provisioning config files... 22:45:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/64@tmp/config8075350916523359378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:09 ---> docker-login.sh 22:45:09 nexus3.edgexfoundry.org:10001 22:45:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:09 Configure a credential helper to remove this warning. See 22:45:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:09 22:45:09 Login Succeeded 22:45:10 nexus3.edgexfoundry.org:10002 22:45:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:10 Configure a credential helper to remove this warning. See 22:45:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:10 22:45:10 Login Succeeded 22:45:10 nexus3.edgexfoundry.org:10003 22:45:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:11 Configure a credential helper to remove this warning. See 22:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:11 22:45:11 Login Succeeded 22:45:11 nexus3.edgexfoundry.org:10004 22:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:11 Configure a credential helper to remove this warning. See 22:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:11 22:45:11 Login Succeeded 22:45:11 docker.io 22:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:12 Configure a credential helper to remove this warning. See 22:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:12 22:45:12 Login Succeeded 22:45:12 ---> docker-login.sh ends [Pipeline] } 22:45:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:45:12 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:45:12 7f47c9eff9bdccc396688e395d48b7e5029db660 22:45:12 latest 22:45:12 2.0.0-dev.1 22:45:12 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:45:12 master 22:45:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:13 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh 22:45:13 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 22:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:45:13 5bce5bb2be6c: Preparing 22:45:13 744d949d353d: Preparing 22:45:13 cdf13ada902f: Preparing 22:45:13 aef4d26b3d3b: Preparing 22:45:13 82b7b0432f73: Preparing 22:45:13 cd3761cfa1d9: Preparing 22:45:13 cd3761cfa1d9: Waiting 22:45:14 744d949d353d: Pushed 22:45:14 cdf13ada902f: Pushed 22:45:14 aef4d26b3d3b: Pushed 22:45:14 cd3761cfa1d9: Layer already exists 22:45:15 82b7b0432f73: Pushed 22:45:18 5bce5bb2be6c: Pushed 22:45:18 7f47c9eff9bdccc396688e395d48b7e5029db660: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh 22:45:18 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:45:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:45:19 5bce5bb2be6c: Preparing 22:45:19 744d949d353d: Preparing 22:45:19 cdf13ada902f: Preparing 22:45:19 aef4d26b3d3b: Preparing 22:45:19 82b7b0432f73: Preparing 22:45:19 cd3761cfa1d9: Preparing 22:45:19 cd3761cfa1d9: Waiting 22:45:19 cdf13ada902f: Layer already exists 22:45:19 aef4d26b3d3b: Layer already exists 22:45:19 744d949d353d: Layer already exists 22:45:19 5bce5bb2be6c: Layer already exists 22:45:19 82b7b0432f73: Layer already exists 22:45:19 cd3761cfa1d9: Layer already exists 22:45:19 latest: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh 22:45:19 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh 22:45:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 22:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:45:20 5bce5bb2be6c: Preparing 22:45:20 744d949d353d: Preparing 22:45:20 cdf13ada902f: Preparing 22:45:20 aef4d26b3d3b: Preparing 22:45:20 82b7b0432f73: Preparing 22:45:20 cd3761cfa1d9: Preparing 22:45:20 cd3761cfa1d9: Waiting 22:45:20 cdf13ada902f: Layer already exists 22:45:20 82b7b0432f73: Layer already exists 22:45:20 5bce5bb2be6c: Layer already exists 22:45:20 aef4d26b3d3b: Layer already exists 22:45:20 744d949d353d: Layer already exists 22:45:20 cd3761cfa1d9: Layer already exists 22:45:20 2.0.0-dev.1: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh 22:45:20 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh 22:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:45:21 5bce5bb2be6c: Preparing 22:45:21 744d949d353d: Preparing 22:45:21 cdf13ada902f: Preparing 22:45:21 aef4d26b3d3b: Preparing 22:45:21 82b7b0432f73: Preparing 22:45:21 cd3761cfa1d9: Preparing 22:45:21 cd3761cfa1d9: Waiting 22:45:21 744d949d353d: Layer already exists 22:45:21 aef4d26b3d3b: Layer already exists 22:45:21 cdf13ada902f: Layer already exists 22:45:21 82b7b0432f73: Layer already exists 22:45:21 5bce5bb2be6c: Layer already exists 22:45:21 cd3761cfa1d9: Layer already exists 22:45:21 7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] isUnix [Pipeline] sh 22:45:21 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:45:21 5bce5bb2be6c: Preparing 22:45:21 744d949d353d: Preparing 22:45:21 cdf13ada902f: Preparing 22:45:21 aef4d26b3d3b: Preparing 22:45:21 82b7b0432f73: Preparing 22:45:21 cd3761cfa1d9: Preparing 22:45:21 cd3761cfa1d9: Waiting 22:45:21 82b7b0432f73: Layer already exists 22:45:22 5bce5bb2be6c: Layer already exists 22:45:22 cdf13ada902f: Layer already exists 22:45:22 aef4d26b3d3b: Layer already exists 22:45:22 744d949d353d: Layer already exists 22:45:22 cd3761cfa1d9: Layer already exists 22:45:22 master: digest: sha256:2b7b018c1963f38aa232c968a646f9a9ec9519d977bd70856ec9c4d6ad014a8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:45:22 ===================================================== [Pipeline] echo 22:45:22 taggedImages: 22:45:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660 22:45:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:45:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.1 22:45:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7f47c9eff9bdccc396688e395d48b7e5029db660-2.0.0-dev.1 22:45:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:45:24 provisioning config files... 22:45:24 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5341829698427729644tmp [Pipeline] { [Pipeline] sh 22:45:24 + set +x 22:45:24 + bash -s -- 22:45:24 + curl -s https://codecov.io/bash 22:45:24 22:45:24 _____ _ 22:45:24 / ____| | | 22:45:24 | | ___ __| | ___ ___ _____ __ 22:45:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:45:24 | |___| (_) | (_| | __/ (_| (_) \ V / 22:45:24 \_____\___/ \__,_|\___|\___\___/ \_/ 22:45:24 Bash-20201130-cc6d3fe 22:45:24 22:45:24 22:45:24 ==> Jenkins CI detected. 22:45:24 project root: . 22:45:24 --> token set from env 22:45:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:45:24 ==> Running gcov in . (disable via -X gcov) 22:45:24 ==> Python coveragepy not found 22:45:24 ==> Searching for coverage reports in: 22:45:24 + . 22:45:25 -> Found 1 reports 22:45:25 ==> Detecting git/mercurial file structure 22:45:25 ==> Reading reports 22:45:25 + ./coverage.out bytes=10 22:45:25 ==> Appending adjustments 22:45:25 https://docs.codecov.io/docs/fixing-reports 22:45:25 + Found adjustments 22:45:25 ==> Gzipping contents 22:45:25 4.0K /tmp/codecov.wf3tY3.gz 22:45:25 ==> Uploading reports 22:45:25 url: https://codecov.io 22:45:25 query: branch=master&commit=7f47c9eff9bdccc396688e395d48b7e5029db660&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:45:25 -> Pinging Codecov 22:45:25 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=7f47c9eff9bdccc396688e395d48b7e5029db660&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 22:45:25 -> Uploading to 22:45:25 https://storage.googleapis.com/codecov/v4/raw/2020-12-04/A97CA9966030D2A3747ED39772930CCE/7f47c9eff9bdccc396688e395d48b7e5029db660/a6665183-90ad-4844-97cd-39f55a71034d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T224525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=066e314c51d2387c092be41b861a9bbad74f7bb30c3b17ee31e7b761e7736239 22:45:25 % Total % Received % Xferd Average Speed Time Time Time Current 22:45:25 Dload Upload Total Spent Left Speed 22:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 813 --:--:-- --:--:-- --:--:-- 812 22:45:26 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] } 22:45:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:45:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:45:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:45:27 22:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:45:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:45:28 188c0c94c7c5: Pulling fs layer 22:45:28 0ef7d3d256c8: Pulling fs layer 22:45:28 de9db76c5a1d: Pulling fs layer 22:45:28 0eba1c9be4d2: Pulling fs layer 22:45:28 0d57e429df01: Pulling fs layer 22:45:28 4e4be7b47b0d: Pulling fs layer 22:45:28 e1f770b5df2f: Pulling fs layer 22:45:28 85a0685a4137: Pulling fs layer 22:45:28 0d57e429df01: Waiting 22:45:28 4e4be7b47b0d: Waiting 22:45:28 e1f770b5df2f: Waiting 22:45:28 85a0685a4137: Waiting 22:45:28 0eba1c9be4d2: Waiting 22:45:28 de9db76c5a1d: Verifying Checksum 22:45:28 de9db76c5a1d: Download complete 22:45:28 0ef7d3d256c8: Verifying Checksum 22:45:28 0ef7d3d256c8: Download complete 22:45:28 0d57e429df01: Verifying Checksum 22:45:28 0d57e429df01: Download complete 22:45:28 4e4be7b47b0d: Verifying Checksum 22:45:28 4e4be7b47b0d: Download complete 22:45:28 188c0c94c7c5: Verifying Checksum 22:45:29 188c0c94c7c5: Pull complete 22:45:29 0ef7d3d256c8: Pull complete 22:45:30 de9db76c5a1d: Pull complete 22:45:30 e1f770b5df2f: Verifying Checksum 22:45:30 e1f770b5df2f: Download complete 22:45:36 85a0685a4137: Verifying Checksum 22:45:36 85a0685a4137: Download complete 22:45:36 0eba1c9be4d2: Verifying Checksum 22:45:36 0eba1c9be4d2: Download complete 22:45:48 0eba1c9be4d2: Pull complete 22:45:48 0d57e429df01: Pull complete 22:45:48 4e4be7b47b0d: Pull complete 22:45:50 e1f770b5df2f: Pull complete 22:46:03 85a0685a4137: Pull complete 22:46:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:46:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:46:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:46:03 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:46:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:46:05 $ docker top d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b -eo pid,comm [Pipeline] { [Pipeline] echo 22:46:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:46:06 + set -o pipefail 22:46:06 + snyk monitor '--org=edgex-jenkins' 22:46:33 22:46:33 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:46:33 22:46:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/fb104aef-e070-4afb-ba8f-9a2a866967fe 22:46:33 22:46:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:46:33 22:46:33 [Pipeline] } 22:46:33 $ docker stop --time=1 d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b 22:46:34 $ docker rm -f d6589be451f8b1417cd1bd8943cba8593f78af1f46c9e4360d9e988084318f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 22:46:36 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660, dockerFile=Dockerfile [Pipeline] echo 22:46:36 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 22:46:37 + set -o pipefail 22:46:37 + tee .snyk 22:46:37 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 22:46:37 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 22:46:37 version: v1.14.1 22:46:37 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 22:46:37 ignore: 22:46:37 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 22:46:37 - '*': 22:46:37 reason: does not apply # justification for ignoring 22:46:37 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 22:46:37 SNYK-ALPINE312-JQ-588886: 22:46:37 - '*': 22:46:37 reason: false positive 22:46:37 expires: 2021-01-01T00:00:00 22:46:37 # patch: {} [Pipeline] withCredentials 22:46:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:46:37 . [Pipeline] withDockerContainer 22:46:38 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:46:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:46:39 $ docker top b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:40 + rm -f snykReport.html [Pipeline] echo 22:46:40 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 22:46:41 + set -o pipefail 22:46:41 + snyk-to-html -o snykReport.html 22:46:41 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7f47c9eff9bdccc396688e395d48b7e5029db660 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 22:46:56 Vulnerability snapshot saved at snykReport.html [Pipeline] } 22:46:56 $ docker stop --time=1 b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 22:46:58 $ docker rm -f b2df25c2e9b2cb61cc1a6593d62e6ef6fa75caccf48708caac55e92d5e7587d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:00 + git log --format=format:%s -1 7f47c9eff9bdccc396688e395d48b7e5029db660 [Pipeline] isUnix [Pipeline] sh 22:47:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:47:00 . [Pipeline] withDockerContainer 22:47:01 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:47:03 $ docker top 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:03 [ssh-agent] Looking for ssh-agent implementation... 22:47:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:03 $ docker exec 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 ssh-agent 22:47:04 SSH_AUTH_SOCK=/tmp/ssh-KYxNTsQmP0El/agent.12 22:47:04 SSH_AGENT_PID=18 22:47:04 Running ssh-add (command line suppressed) 22:47:04 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2893133314093462393.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2893133314093462393.key) 22:47:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:05 + git semver tag 22:47:05 # -> Open(): unable to determine branch for HEAD 22:47:05 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:47:05 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:47:05 # $SEMVER_REMOTE_NAME = origin 22:47:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:47:05 # $SEMVER_USER_NAME = edgex-jenkins 22:47:05 # $SEMVER_BRANCH = master 22:47:05 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:47:05 # 7f47c9eff9bdccc396688e395d48b7e5029db660 HEAD 22:47:05 # -> Force: false 22:47:05 # c20ed1b2cec4d733d30e6ba1484014ef0f9c3019 refs/tags/v2.0.0-dev.1 [Pipeline] } 22:47:05 $ docker exec --env ******** --env ******** 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 ssh-agent -k 22:47:06 unset SSH_AUTH_SOCK; 22:47:06 unset SSH_AGENT_PID; 22:47:06 echo Agent pid 18 killed; 22:47:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:06 + git semver [Pipeline] } 22:47:06 $ docker stop --time=1 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 22:47:08 $ docker rm -f 615895a45f7a82f7b20405fc34bf9e64b4b33396b4a438a32b86045948563396 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:47:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:09 22:47:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:47:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:09 0.23.1-centos7: Pulling from edgex-lftools 22:47:09 ab5ef0e58194: Pulling fs layer 22:47:09 9712f1f96733: Pulling fs layer 22:47:09 63f879dbbcfc: Pulling fs layer 22:47:09 0d9ebad4ef96: Pulling fs layer 22:47:09 e9a5061849ea: Pulling fs layer 22:47:09 d747dcd14b5f: Pulling fs layer 22:47:09 2de7ff778b66: Pulling fs layer 22:47:09 e9a5061849ea: Waiting 22:47:09 d747dcd14b5f: Waiting 22:47:09 0d9ebad4ef96: Waiting 22:47:09 2de7ff778b66: Waiting 22:47:09 9712f1f96733: Verifying Checksum 22:47:09 9712f1f96733: Download complete 22:47:13 63f879dbbcfc: Verifying Checksum 22:47:13 63f879dbbcfc: Download complete 22:47:14 e9a5061849ea: Verifying Checksum 22:47:14 e9a5061849ea: Download complete 22:47:14 d747dcd14b5f: Verifying Checksum 22:47:14 d747dcd14b5f: Download complete 22:47:15 2de7ff778b66: Verifying Checksum 22:47:15 2de7ff778b66: Download complete 22:47:16 0d9ebad4ef96: Verifying Checksum 22:47:16 0d9ebad4ef96: Download complete 22:47:17 ab5ef0e58194: Verifying Checksum 22:47:17 ab5ef0e58194: Download complete 22:47:25 ab5ef0e58194: Pull complete 22:47:25 9712f1f96733: Pull complete 22:47:27 63f879dbbcfc: Pull complete 22:47:40 0d9ebad4ef96: Pull complete 22:47:40 e9a5061849ea: Pull complete 22:47:40 d747dcd14b5f: Pull complete 22:47:45 2de7ff778b66: Pull complete 22:47:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:47:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:47:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:47:45 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:47:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:47:48 $ docker top 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:47:49 provisioning config files... 22:47:49 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4427427958056956802tmp 22:47:49 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1261936131125289123tmp 22:47:49 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5778100973941826131tmp [Pipeline] { [Pipeline] echo 22:47:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:47:50 ---> sigul-configuration.sh 22:47:50 gpg: directory `/root/.gnupg' created 22:47:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:47:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:47:50 gpg: keyring `/root/.gnupg/secring.gpg' created 22:47:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:47:50 gpg: CAST5 encrypted data 22:47:50 gpg: encrypted with 1 passphrase 22:47:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:47:50 + mkdir /home/jenkins 22:47:50 + mkdir /home/jenkins/sigul [Pipeline] sh 22:47:51 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:47:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:47:51 ---> sigul-install.sh 22:48:00 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:48:00 + git tag --list 22:48:00 v1.0.0 22:48:00 v1.1.0 22:48:00 v1.2.0 22:48:00 v1.2.1-dev.1 22:48:00 v1.2.1-dev.10 22:48:00 v1.2.1-dev.11 22:48:00 v1.2.1-dev.12 22:48:00 v1.2.1-dev.13 22:48:00 v1.2.1-dev.14 22:48:00 v1.2.1-dev.15 22:48:00 v1.2.1-dev.16 22:48:00 v1.2.1-dev.17 22:48:00 v1.2.1-dev.18 22:48:00 v1.2.1-dev.19 22:48:00 v1.2.1-dev.2 22:48:00 v1.2.1-dev.20 22:48:00 v1.2.1-dev.21 22:48:00 v1.2.1-dev.22 22:48:00 v1.2.1-dev.23 22:48:00 v1.2.1-dev.3 22:48:00 v1.2.1-dev.4 22:48:00 v1.2.1-dev.5 22:48:00 v1.2.1-dev.6 22:48:00 v1.2.1-dev.7 22:48:00 v1.2.1-dev.8 22:48:00 v1.2.1-dev.9 22:48:00 v1.3.0 22:48:00 v1.3.1-dev.1 22:48:00 v2.0.0-dev.1 [Pipeline] sh 22:48:01 + lftools sign git-tag v2.0.0-dev.1 22:48:03 Signing Git tag with Sigul... 22:48:03 Signing v2.0.0-dev.1 [Pipeline] echo 22:48:04 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:48:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:48:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:48:05 $ docker stop --time=1 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 22:48:07 $ docker rm -f 9c401461b27bb7e09df087db2b219ecddebe46ccd6906fb23facf7c284d6c8c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:48:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:10 . [Pipeline] withDockerContainer 22:48:10 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:48:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:48:12 $ docker top a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:48:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:48:12 [ssh-agent] Looking for ssh-agent implementation... 22:48:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:48:13 $ docker exec a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee ssh-agent 22:48:13 SSH_AUTH_SOCK=/tmp/ssh-tKwZ79jngYxf/agent.11 22:48:13 SSH_AGENT_PID=16 22:48:13 Running ssh-add (command line suppressed) 22:48:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3659653547355184302.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3659653547355184302.key) 22:48:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:48:15 + git semver bump pre 22:48:15 # -> Open(): unable to determine branch for HEAD 22:48:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:48:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:48:15 # $SEMVER_REMOTE_NAME = origin 22:48:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:48:15 # $SEMVER_USER_NAME = edgex-jenkins 22:48:15 # $SEMVER_BRANCH = master 22:48:15 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:48:15 2.0.0-dev.2 [Pipeline] } 22:48:15 $ docker exec --env ******** --env ******** a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee ssh-agent -k 22:48:16 unset SSH_AUTH_SOCK; 22:48:16 unset SSH_AGENT_PID; 22:48:16 echo Agent pid 16 killed; 22:48:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:16 + git semver [Pipeline] } 22:48:16 $ docker stop --time=1 a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee 22:48:18 $ docker rm -f a6b42a73f7c741660354a4693928c3f23038d5b70e52f89c697404cded4629ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:19 . [Pipeline] withDockerContainer 22:48:19 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:48: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 22:48:20 $ docker top 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:48:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:48:21 [ssh-agent] Looking for ssh-agent implementation... 22:48:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:48:21 $ docker exec 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da ssh-agent 22:48:22 SSH_AUTH_SOCK=/tmp/ssh-CkL2tjF4oMZH/agent.12 22:48:22 SSH_AGENT_PID=17 22:48:22 Running ssh-add (command line suppressed) 22:48:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5154756898488445372.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5154756898488445372.key) 22:48:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:48:24 + git semver push 22:48:24 # -> Open(): unable to determine branch for HEAD 22:48:24 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:48:24 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:48:24 # $SEMVER_REMOTE_NAME = origin 22:48:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:48:24 # $SEMVER_USER_NAME = edgex-jenkins 22:48:24 # $SEMVER_BRANCH = master 22:48:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:48:30 $ docker exec --env ******** --env ******** 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da ssh-agent -k 22:48:31 unset SSH_AUTH_SOCK; 22:48:31 unset SSH_AGENT_PID; 22:48:31 echo Agent pid 17 killed; 22:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:32 + git semver [Pipeline] } 22:48:32 $ docker stop --time=1 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da 22:48:34 $ docker rm -f 80fbbe6029af09e7585fdc32b51f7c69c17f56494311b3326e7bab4a7107e0da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:48:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:48:36 ---> package-listing.sh 22:48:36 ++ facter osfamily 22:48:36 ++ tr '[:upper:]' '[:lower:]' 22:48:36 + OS_FAMILY=redhat 22:48:36 + workspace=/w/workspace/_app-service-configurable_master 22:48:36 + START_PACKAGES=/tmp/packages_start.txt 22:48:36 + END_PACKAGES=/tmp/packages_end.txt 22:48:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:48:36 + PACKAGES=/tmp/packages_start.txt 22:48:36 + '[' /w/workspace/_app-service-configurable_master ']' 22:48:36 + PACKAGES=/tmp/packages_end.txt 22:48:36 + case "${OS_FAMILY}" in 22:48:36 + rpm -qa 22:48:36 + sort 22:48:43 + '[' -f /tmp/packages_start.txt ']' 22:48:43 + '[' -f /tmp/packages_end.txt ']' 22:48:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:48:43 + '[' /w/workspace/_app-service-configurable_master ']' 22:48:43 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:48:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 22:48:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:48:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:48:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:48:44 22:48:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:48:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:48:45 alpine: Pulling from edgex-lftools-log-publisher 22:48:45 df20fa9351a1: Pulling fs layer 22:48:45 36b3adc4ff6f: Pulling fs layer 22:48:45 8ad3a11d3b57: Pulling fs layer 22:48:45 46f8f816bc3b: Pulling fs layer 22:48:45 93b61091891f: Pulling fs layer 22:48:45 93b9cdb0e59b: Pulling fs layer 22:48:45 5e14af77c1be: Pulling fs layer 22:48:45 01666e4c0597: Pulling fs layer 22:48:45 aa168da1d23b: Pulling fs layer 22:48:45 46f8f816bc3b: Waiting 22:48:45 93b61091891f: Waiting 22:48:45 93b9cdb0e59b: Waiting 22:48:45 5e14af77c1be: Waiting 22:48:45 aa168da1d23b: Waiting 22:48:45 36b3adc4ff6f: Download complete 22:48:45 46f8f816bc3b: Download complete 22:48:45 df20fa9351a1: Verifying Checksum 22:48:45 93b9cdb0e59b: Download complete 22:48:45 5e14af77c1be: Verifying Checksum 22:48:45 5e14af77c1be: Download complete 22:48:45 01666e4c0597: Verifying Checksum 22:48:45 01666e4c0597: Download complete 22:48:46 93b61091891f: Verifying Checksum 22:48:46 93b61091891f: Download complete 22:48:46 df20fa9351a1: Pull complete 22:48:46 8ad3a11d3b57: Verifying Checksum 22:48:46 8ad3a11d3b57: Download complete 22:48:46 36b3adc4ff6f: Pull complete 22:48:48 8ad3a11d3b57: Pull complete 22:48:48 46f8f816bc3b: Pull complete 22:48:49 93b61091891f: Pull complete 22:48:49 93b9cdb0e59b: Pull complete 22:48:50 5e14af77c1be: Pull complete 22:48:50 01666e4c0597: Pull complete 22:48:50 aa168da1d23b: Verifying Checksum 22:48:50 aa168da1d23b: Download complete 22:49:05 aa168da1d23b: Pull complete 22:49:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:49:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:49:06 prd-centos7-docker-4c-2g-14557 does not seem to be running inside a container 22:49:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:49:09 $ docker top 796b7d959eca583c147ca5bde7a846f6aa558d13ed250ade63f1d6aa3359c318 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:09 + touch /tmp/pre-build-complete [Pipeline] sh 22:49:10 + mkdir -p /var/log/sa [Pipeline] sh 22:49:11 + ls /var/log/sa-host 22:49:11 + sadf -c /var/log/sa-host/sa04 22:49:11 file_magic: OK 22:49:11 HZ: Using current value: 100 22:49:11 file_header: OK 22:49:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:49:11 Statistics: 22:49:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:49:11 File successfully converted to sysstat format version 12.2.1 22:49:11 + sadf -c /var/log/sa-host/sa23 22:49:11 file_magic: OK 22:49:11 HZ: Using current value: 100 22:49:11 file_header: OK 22:49:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:49:11 Statistics: 22:49:11 Hnuu...uuuununununu... 22:49:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:49:11 provisioning config files... 22:49:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4844126329870655486tmp [Pipeline] { [Pipeline] echo 22:49:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:49:12 ---> create-netrc.sh [Pipeline] } 22:49:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:49:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:49:12 ---> python-tools-install.sh [Pipeline] echo 22:49:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:49:13 ---> sudo-logs.sh 22:49:13 Archiving 'sudo' log.. [Pipeline] echo 22:49:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:49:13 ---> job-cost.sh 22:49:13 lf-activate-venv: SKIPPING 22:49:13 INFO: No Stack... 22:49:14 INFO: Retrieving Pricing Info for: v1-standard-2 22:49:15 INFO: Archiving Costs [Pipeline] echo 22:49:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:49:15 ---> logs-deploy.sh 22:49:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/64 22:49:15 INFO: archiving workspace using pattern(s): 22:49:18 Archives upload complete. 22:49:18 INFO: archiving logs to Nexus 22:49:19 ---> uname -a: 22:49:19 Linux prd-centos7-docker-4c-2g-14557.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:49:19 22:49:19 22:49:20 ---> lscpu: 22:49:20 Architecture: x86_64 22:49:20 CPU op-mode(s): 32-bit, 64-bit 22:49:20 Byte Order: Little Endian 22:49:20 Address sizes: 40 bits physical, 48 bits virtual 22:49:20 CPU(s): 4 22:49:20 On-line CPU(s) list: 0-3 22:49:20 Thread(s) per core: 1 22:49:20 Core(s) per socket: 1 22:49:20 Socket(s): 4 22:49:20 NUMA node(s): 1 22:49:20 Vendor ID: GenuineIntel 22:49:20 CPU family: 6 22:49:20 Model: 44 22:49:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:49:20 Stepping: 1 22:49:20 CPU MHz: 2933.438 22:49:20 BogoMIPS: 5866.87 22:49:20 Virtualization: VT-x 22:49:20 Hypervisor vendor: KVM 22:49:20 Virtualization type: full 22:49:20 L1d cache: 128 KiB 22:49:20 L1i cache: 128 KiB 22:49:20 L2 cache: 16 MiB 22:49:20 L3 cache: 64 MiB 22:49:20 NUMA node0 CPU(s): 0-3 22:49:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:49:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:49:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:49:20 Vulnerability Meltdown: Mitigation; PTI 22:49:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:49:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:49:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:49:20 Vulnerability Srbds: Not affected 22:49:20 Vulnerability Tsx async abort: Not affected 22:49:20 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 22:49:20 22:49:20 22:49:20 ---> nproc: 22:49:20 4 22:49:20 22:49:20 22:49:20 ---> df -h: 22:49:20 Filesystem Size Used Available Use% Mounted on 22:49:20 overlay 50.0G 8.6G 41.4G 17% / 22:49:20 tmpfs 64.0M 0 64.0M 0% /dev 22:49:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:49:20 shm 64.0M 0 64.0M 0% /dev/shm 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/_app-service-configurable_master 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:49:20 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:49:20 22:49:20 22:49:20 ---> free -m: 22:49:20 total used free shared buff/cache available 22:49:20 Mem: 1837 833 123 0 880 937 22:49:20 Swap: 1023 3 1020 22:49:20 22:49:20 22:49:20 ---> ip addr: 22:49:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:49:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:49:20 inet 127.0.0.1/8 scope host lo 22:49:20 valid_lft forever preferred_lft forever 22:49:20 inet6 ::1/128 scope host 22:49:20 valid_lft forever preferred_lft forever 22:49:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:49:20 link/ether fa:16:3e:9b:ef:97 brd ff:ff:ff:ff:ff:ff 22:49:20 inet 10.30.123.122/23 brd 10.30.123.255 scope global dynamic eth0 22:49:20 valid_lft 85736sec preferred_lft 85736sec 22:49:20 inet6 fe80::f816:3eff:fe9b:ef97/64 scope link 22:49:20 valid_lft forever preferred_lft forever 22:49:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:49:20 link/ether 02:42:6f:a8:ba:ed brd ff:ff:ff:ff:ff:ff 22:49:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:49:20 valid_lft forever preferred_lft forever 22:49:20 inet6 fe80::42:6fff:fea8:baed/64 scope link 22:49:20 valid_lft forever preferred_lft forever 22:49:20 22:49:20 22:49:20 ---> sar -b -r -n DEV: 22:49:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 22:49:20 22:49:20 22:38:01 LINUX RESTART (4 CPU) 22:49:20 22:49:20 22:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:49:20 22:40:01 30.36 12.13 18.23 0.00 4531.47 2146.12 0.00 22:49:20 22:41:01 0.40 0.00 0.40 0.00 0.00 9.22 0.00 22:49:20 22:42:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 22:49:20 22:43:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 22:49:20 22:44:01 0.33 0.00 0.33 0.00 0.00 4.73 0.00 22:49:20 22:45:02 0.27 0.00 0.27 0.00 0.00 2.98 0.00 22:49:20 22:46:01 213.27 117.30 95.97 0.00 4247.13 31022.86 0.00 22:49:20 22:47:01 189.42 113.24 76.18 0.00 6790.17 8952.03 0.00 22:49:20 22:48:01 197.44 65.62 131.82 0.00 3743.44 30550.85 0.00 22:49:20 22:49:02 135.02 66.50 68.52 0.00 4951.36 17559.28 0.00 22:49:20 Average: 76.58 37.40 39.18 0.00 2426.22 9001.80 0.00 22:49:20 22:49:20 22:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:49:20 22:40:01 173508 0 623420 33.13 2620 1081996 1140888 38.94 428440 1081056 128 22:49:20 22:41:01 182784 0 614140 32.64 2620 1082000 1070108 36.52 434944 1066992 8 22:49:20 22:42:01 181924 0 614992 32.69 2620 1082008 1070300 36.53 434600 1068536 8 22:49:20 22:43:01 179360 0 617556 32.82 2620 1082008 1070312 36.53 445228 1059868 8 22:49:20 22:44:01 179412 0 617496 32.82 2620 1082016 1070192 36.52 442228 1063180 16 22:49:20 22:45:02 180028 0 616876 32.79 2620 1082020 1070108 36.52 441748 1063180 12 22:49:20 22:46:01 75880 0 749200 39.82 2620 1053844 1506672 51.42 541748 1010560 51236 22:49:20 22:47:01 378728 0 689092 36.62 2596 811128 1201528 41.01 578884 679048 20 22:49:20 22:48:01 112664 0 793760 42.19 1492 973628 1336228 45.60 636708 798152 65396 22:49:20 22:49:02 204208 0 837480 44.51 1260 838596 1414636 48.28 544696 764472 58144 22:49:20 Average: 184850 0 677401 36.00 2369 1016924 1195097 40.79 492922 965504 17498 22:49:20 22:49:20 22:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:49:20 22:40:01 eth0 84.10 64.64 387.72 35.41 0.00 0.00 0.00 0.00 22:49:20 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:40:01 docker0 1.81 1.40 0.39 3.56 0.00 0.00 0.00 0.00 22:49:20 22:41:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:49:20 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:42:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 22:49:20 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:43:01 eth0 0.93 0.57 0.53 0.36 0.00 0.00 0.00 0.00 22:49:20 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:44:01 eth0 0.37 0.27 0.15 0.11 0.00 0.00 0.00 0.00 22:49:20 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:45:02 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:46:01 eth0 428.19 368.92 4135.58 31.58 0.00 0.00 0.00 0.00 22:49:20 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:47:01 eth0 111.45 99.30 611.68 50.57 0.00 0.00 0.00 0.00 22:49:20 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:47:01 docker0 55.50 59.80 4.58 409.02 0.00 0.00 0.00 0.00 22:49:20 22:48:01 veth714a0da 18.76 28.07 1.19 184.66 0.00 0.00 0.00 0.00 22:49:20 22:48:01 eth0 401.26 319.16 3402.25 55.86 0.00 0.00 0.00 0.00 22:49:20 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:48:01 docker0 18.76 27.93 0.93 184.65 0.00 0.00 0.00 0.00 22:49:20 22:49:02 eth0 243.49 190.19 2200.50 76.63 0.00 0.00 0.00 0.00 22:49:20 22:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 22:49:02 docker0 2.30 1.74 0.37 0.41 0.00 0.00 0.00 0.00 22:49:20 Average: eth0 126.83 104.05 1070.37 25.10 0.00 0.00 0.00 0.00 22:49:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:49:20 Average: docker0 7.86 9.11 0.63 59.91 0.00 0.00 0.00 0.00 22:49:20 22:49:20 22:49:20 ---> sar -P ALL: 22:49:20 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/04/20 _x86_64_ (4 CPU) 22:49:20 22:49:20 22:38:01 LINUX RESTART (4 CPU) 22:49:20 22:49:20 22:39:01 CPU %user %nice %system %iowait %steal %idle 22:49:20 22:40:01 all 2.78 0.00 2.52 0.64 4.72 89.35 22:49:20 22:40:01 0 2.43 0.00 2.26 0.17 5.00 90.14 22:49:20 22:40:01 1 3.44 0.00 2.32 1.17 4.68 88.39 22:49:20 22:40:01 2 2.83 0.00 2.58 0.85 4.93 88.81 22:49:20 22:40:01 3 2.41 0.00 2.91 0.37 4.25 90.06 22:49:20 22:41:01 all 0.10 0.00 0.10 0.00 0.42 99.37 22:49:20 22:41:01 0 0.02 0.00 0.07 0.00 0.22 99.70 22:49:20 22:41:01 1 0.03 0.00 0.08 0.00 0.55 99.34 22:49:20 22:41:01 2 0.30 0.00 0.13 0.00 0.43 99.14 22:49:20 22:41:01 3 0.07 0.00 0.13 0.00 0.48 99.32 22:49:20 22:42:01 all 0.09 0.00 0.09 0.00 0.39 99.44 22:49:20 22:42:01 0 0.03 0.00 0.02 0.00 0.18 99.77 22:49:20 22:42:01 1 0.07 0.00 0.08 0.00 0.32 99.53 22:49:20 22:42:01 2 0.20 0.00 0.17 0.00 0.57 99.07 22:49:20 22:42:01 3 0.05 0.00 0.08 0.00 0.48 99.39 22:49:20 22:43:01 all 0.12 0.00 0.04 0.00 0.19 99.65 22:49:20 22:43:01 0 0.02 0.00 0.03 0.00 0.05 99.90 22:49:20 22:43:01 1 0.05 0.00 0.05 0.00 0.28 99.62 22:49:20 22:43:01 2 0.40 0.00 0.03 0.00 0.33 99.23 22:49:20 22:43:01 3 0.02 0.00 0.03 0.00 0.10 99.85 22:49:20 22:44:01 all 0.14 0.00 0.28 0.00 0.78 98.80 22:49:20 22:44:01 0 0.18 0.00 0.08 0.00 0.55 99.19 22:49:20 22:44:01 1 0.05 0.00 0.30 0.00 0.91 98.74 22:49:20 22:44:01 2 0.27 0.00 0.27 0.00 0.83 98.64 22:49:20 22:44:01 3 0.05 0.00 0.48 0.00 0.85 98.62 22:49:20 22:45:02 all 0.13 0.00 0.08 0.00 0.36 99.43 22:49:20 22:45:02 0 0.40 0.00 0.02 0.00 0.68 98.91 22:49:20 22:45:02 1 0.07 0.00 0.10 0.00 0.42 99.42 22:49:20 22:45:02 2 0.02 0.00 0.02 0.00 0.13 99.83 22:49:20 22:45:02 3 0.05 0.00 0.18 0.00 0.20 99.57 22:49:20 22:46:01 all 4.77 0.00 4.42 0.37 14.76 75.69 22:49:20 22:46:01 0 5.13 0.00 4.53 0.77 15.81 73.76 22:49:20 22:46:01 1 4.40 0.00 4.20 0.35 14.33 76.72 22:49:20 22:46:01 2 5.65 0.00 4.97 0.12 15.07 74.18 22:49:20 22:46:01 3 3.91 0.00 4.00 0.22 13.85 78.02 22:49:20 22:47:01 all 5.61 0.00 5.50 4.72 12.31 71.86 22:49:20 22:47:01 0 4.66 0.00 5.07 4.90 12.68 72.69 22:49:20 22:47:01 1 5.53 0.00 6.20 4.72 12.00 71.55 22:49:20 22:47:01 2 5.39 0.00 5.10 5.70 12.49 71.31 22:49:20 22:47:01 3 6.88 0.00 5.63 3.55 12.06 71.88 22:49:20 22:48:01 all 7.10 0.00 7.20 1.63 18.45 65.63 22:49:20 22:48:01 0 6.13 0.00 8.25 1.99 18.48 65.14 22:49:20 22:48:01 1 5.97 0.00 7.36 1.14 18.54 67.00 22:49:20 22:48:01 2 10.36 0.00 7.13 2.84 18.71 60.96 22:49:20 22:48:01 3 5.97 0.00 6.10 0.57 18.06 69.29 22:49:20 22:49:02 all 5.69 0.00 6.07 2.11 14.13 72.01 22:49:20 22:49:02 0 5.05 0.00 6.96 1.53 14.24 72.22 22:49:20 22:49:02 1 5.43 0.00 5.25 1.21 14.13 73.98 22:49:20 22:49:02 2 5.49 0.00 6.83 2.44 14.14 71.11 22:49:20 22:49:02 3 6.80 0.00 5.24 3.27 14.00 70.70 22:49:20 Average: all 2.66 0.00 2.63 0.95 6.65 87.11 22:49:20 Average: 0 2.40 0.00 2.72 0.94 6.76 87.18 22:49:20 Average: 1 2.51 0.00 2.61 0.87 6.65 87.36 22:49:20 Average: 2 3.08 0.00 2.72 1.21 6.74 86.25 22:49:20 Average: 3 2.63 0.00 2.49 0.80 6.45 87.63 22:49:20 22:49:20 22:49:20