Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ed155f35d7435f173ab0a0f7e4c79347edc463d7 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18988 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 Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 Commit message: "feat: Remove MarkAsPushed feature (#159)" > git rev-list --no-walk 618621af6c647468a921ec216f023524fe0aadad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:14:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:14:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:14:36 ========================================================= 00:14:36 EdgeX Global Pipelines Version Info 00:14:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:14:38 ------------------- 00:14:38 stable info: 00:14:38 ------------------- 00:14:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:14:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:14:38 Message: update stable to v1.0.173 00:14:39 ------------------- 00:14:39 experimental info: 00:14:39 ------------------- 00:14:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:14:39 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:14:39 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:14:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:14:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:14:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:14:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:14:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 00:14:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:14:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed155f3 [Pipeline] echo 00:14:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:14:43 provisioning config files... 00:14:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8970098246206700483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:14:43 ---> docker-login.sh 00:14:43 nexus3.edgexfoundry.org:10001 00:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:44 Configure a credential helper to remove this warning. See 00:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:44 00:14:44 Login Succeeded 00:14:44 nexus3.edgexfoundry.org:10002 00:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:44 Configure a credential helper to remove this warning. See 00:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:44 00:14:44 Login Succeeded 00:14:44 nexus3.edgexfoundry.org:10003 00:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:44 Configure a credential helper to remove this warning. See 00:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:44 00:14:44 Login Succeeded 00:14:44 nexus3.edgexfoundry.org:10004 00:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:44 Configure a credential helper to remove this warning. See 00:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:44 00:14:44 Login Succeeded 00:14:44 docker.io 00:14:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:44 Configure a credential helper to remove this warning. See 00:14:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:44 00:14:44 Login Succeeded 00:14:44 ---> docker-login.sh ends [Pipeline] } 00:14:44 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 00:14:45 + git log --format=format:%s -1 ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] echo 00:14:45 GIT_COMMIT: ed155f35d7435f173ab0a0f7e4c79347edc463d7, Commit Message: feat: Remove MarkAsPushed feature (#159) [Pipeline] echo 00:14:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:14:46 00:14:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:14:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:14:46 latest: Pulling from edgex-devops/git-semver 00:14:46 31603596830f: Pulling fs layer 00:14:46 2a8b12db71e7: Pulling fs layer 00:14:46 6ca5941a6612: Pulling fs layer 00:14:46 ecc8261a40a4: Pulling fs layer 00:14:46 ecc8261a40a4: Waiting 00:14:46 2a8b12db71e7: Verifying Checksum 00:14:46 2a8b12db71e7: Download complete 00:14:47 31603596830f: Verifying Checksum 00:14:47 31603596830f: Download complete 00:14:47 ecc8261a40a4: Verifying Checksum 00:14:47 ecc8261a40a4: Download complete 00:14:47 6ca5941a6612: Verifying Checksum 00:14:47 6ca5941a6612: Download complete 00:14:47 31603596830f: Pull complete 00:14:47 2a8b12db71e7: Pull complete 00:14:48 6ca5941a6612: Pull complete 00:14:49 ecc8261a40a4: Pull complete 00:14:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:14:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:14:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:14:49 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:14:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:14:50 $ docker top d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:14:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:14:50 [ssh-agent] Looking for ssh-agent implementation... 00:14:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:14:51 $ docker exec d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent 00:14:51 SSH_AUTH_SOCK=/tmp/ssh-EMoPvbi9g6Xm/agent.11 00:14:51 SSH_AGENT_PID=16 00:14:51 Running ssh-add (command line suppressed) 00:14:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1726889232917967974.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1726889232917967974.key) 00:14:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:14:51 + git tag --points-at HEAD [Pipeline] } 00:14:51 $ docker exec --env ******** --env ******** d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent -k 00:14:52 unset SSH_AUTH_SOCK; 00:14:52 unset SSH_AGENT_PID; 00:14:52 echo Agent pid 16 killed; 00:14:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:14:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:14:52 [ssh-agent] Looking for ssh-agent implementation... 00:14:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:14:52 $ docker exec d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent 00:14:52 SSH_AUTH_SOCK=/tmp/ssh-FPs1x5CdzdAt/agent.47 00:14:52 SSH_AGENT_PID=53 00:14:52 Running ssh-add (command line suppressed) 00:14:52 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_144617028510991016.key (/w/workspace/_app-service-configurable_master@tmp/private_key_144617028510991016.key) 00:14:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:14:53 + git semver init 00:14:53 # -> Open(): unable to determine branch for HEAD 00:14:53 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:14:53 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:14:53 # $SEMVER_REMOTE_NAME = origin 00:14:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:14:53 # $SEMVER_USER_NAME = edgex-jenkins 00:14:53 # $SEMVER_BRANCH = master 00:14:53 # $SEMVER_TEMP = /tmp/semver-304504975 00:14:53 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:14:53 # '/tmp/semver-304504975' -> '/w/workspace/_app-service-configurable_master/.semver' 00:14:53 # -> Force: false 00:14:53 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:14:53 $ docker exec --env ******** --env ******** d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 ssh-agent -k 00:14:53 unset SSH_AUTH_SOCK; 00:14:53 unset SSH_AGENT_PID; 00:14:53 echo Agent pid 53 killed; 00:14:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:14:54 + git semver [Pipeline] } 00:14:54 $ docker stop --time=1 d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 00:14:55 $ docker rm -f d1c74c60b8cf7c26d844756aa5afa4955952f5abcb99b0a5296a4775b8e1e2e5 [Pipeline] // withDockerContainer [Pipeline] sh 00:14:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:14:56 Stashed 1 file(s) [Pipeline] echo 00:14:56 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 00:15:12 Still waiting to schedule task 00:15:12 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18989’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 00:15:12 Still waiting to schedule task 00:15:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:18:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18990 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:18:03 Running in /w/workspace/app-service-configurable/71 [Pipeline] { [Pipeline] checkout 00:18:08 using credential edgex-jenkins-ssh 00:18:08 Cloning the remote Git repository 00:18:08 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:18:09 > git init /w/workspace/app-service-configurable/71 # timeout=10 00:18:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:09 > git --version # timeout=10 00:18:09 > git --version # 'git version 2.17.1' 00:18:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:18:10 Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) 00:18:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:18:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:10 > git config core.sparsecheckout # timeout=10 00:18:10 > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 00:18:15 Commit message: "feat: Remove MarkAsPushed feature (#159)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:18:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:18:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:18:17 + + sudo service dockertrue restart 00:18:17 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:18:20 provisioning config files... 00:18:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config1390398340648606447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:18:21 ---> docker-login.sh 00:18:21 nexus3.edgexfoundry.org:10001 00:18:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:22 Configure a credential helper to remove this warning. See 00:18:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:22 00:18:22 Login Succeeded 00:18:22 nexus3.edgexfoundry.org:10002 00:18:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:23 Configure a credential helper to remove this warning. See 00:18:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:23 00:18:23 Login Succeeded 00:18:23 nexus3.edgexfoundry.org:10003 00:18:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:23 Running on prd-centos7-docker-4c-2g-18991 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 00:18:23 Running in /w/workspace/app-service-configurable/71 [Pipeline] { [Pipeline] checkout 00:18:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:23 Configure a credential helper to remove this warning. See 00:18:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:23 00:18:23 Login Succeeded 00:18:23 nexus3.edgexfoundry.org:10004 00:18:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:24 Configure a credential helper to remove this warning. See 00:18:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:24 00:18:24 Login Succeeded 00:18:24 docker.io 00:18:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:24 Configure a credential helper to remove this warning. See 00:18:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:24 00:18:24 Login Succeeded 00:18:24 ---> docker-login.sh ends [Pipeline] } 00:18:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:18:25 ========================================================= 00:18:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:18:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:18:25 + 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 . 00:18:25 Sending build context to Docker daemon 96.26kB 00:18:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:18:25 Step 2/8 : FROM ${BASE} 00:18:26 using credential edgex-jenkins-ssh 00:18:26 Cloning the remote Git repository 00:18:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:18:26 5f621e34cdf4: Pulling fs layer 00:18:26 a4357932f1b6: Pulling fs layer 00:18:26 18c013af1878: Pulling fs layer 00:18:26 00ac8860ef70: Pulling fs layer 00:18:26 63d7cb157983: Pulling fs layer 00:18:26 b116817d02f9: Pulling fs layer 00:18:26 745a02a5169b: Pulling fs layer 00:18:26 00ac8860ef70: Waiting 00:18:26 63d7cb157983: Waiting 00:18:26 b116817d02f9: Waiting 00:18:26 745a02a5169b: Waiting 00:18:26 18c013af1878: Verifying Checksum 00:18:26 18c013af1878: Download complete 00:18:26 a4357932f1b6: Verifying Checksum 00:18:26 a4357932f1b6: Download complete 00:18:26 63d7cb157983: Verifying Checksum 00:18:26 63d7cb157983: Download complete 00:18:26 5f621e34cdf4: Verifying Checksum 00:18:26 5f621e34cdf4: Download complete 00:18:26 b116817d02f9: Verifying Checksum 00:18:26 b116817d02f9: Download complete 00:18:26 5f621e34cdf4: Pull complete 00:18:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:18:26 > git init /w/workspace/app-service-configurable/71 # timeout=10 00:18:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:26 > git --version # timeout=10 00:18:26 > git --version # 'git version 2.24.3' 00:18:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:18:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:18:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:27 Checking out Revision ed155f35d7435f173ab0a0f7e4c79347edc463d7 (master) 00:18:27 a4357932f1b6: Pull complete 00:18:28 18c013af1878: Pull complete 00:18:27 > git config core.sparsecheckout # timeout=10 00:18:27 > git checkout -f ed155f35d7435f173ab0a0f7e4c79347edc463d7 # timeout=10 00:18:28 745a02a5169b: Verifying Checksum 00:18:28 745a02a5169b: Download complete 00:18:29 00ac8860ef70: Verifying Checksum 00:18:29 00ac8860ef70: Download complete 00:18:30 Commit message: "feat: Remove MarkAsPushed feature (#159)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:18:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:18:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:18:33 + sudo service docker restart 00:18:33 + true 00:18:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:18:34 provisioning config files... 00:18:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config547458345051464789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:18:34 ---> docker-login.sh 00:18:34 nexus3.edgexfoundry.org:10001 00:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:34 Configure a credential helper to remove this warning. See 00:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:34 00:18:34 Login Succeeded 00:18:34 nexus3.edgexfoundry.org:10002 00:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:34 Configure a credential helper to remove this warning. See 00:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:34 00:18:34 Login Succeeded 00:18:34 nexus3.edgexfoundry.org:10003 00:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:35 Configure a credential helper to remove this warning. See 00:18:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:35 00:18:35 Login Succeeded 00:18:35 nexus3.edgexfoundry.org:10004 00:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:35 Configure a credential helper to remove this warning. See 00:18:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:35 00:18:35 Login Succeeded 00:18:35 docker.io 00:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:18:35 Configure a credential helper to remove this warning. See 00:18:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:18:35 00:18:35 Login Succeeded 00:18:35 ---> docker-login.sh ends [Pipeline] } 00:18:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:18:36 ========================================================= 00:18:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:18:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:18:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:18:36 Sending build context to Docker daemon 96.26kB 00:18:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:18:36 Step 2/8 : FROM ${BASE} 00:18:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:18:36 188c0c94c7c5: Pulling fs layer 00:18:36 0ef7d3d256c8: Pulling fs layer 00:18:36 de9db76c5a1d: Pulling fs layer 00:18:36 bca2f99d35d6: Pulling fs layer 00:18:36 93359f2a8cfa: Pulling fs layer 00:18:36 7c6f9722023f: Pulling fs layer 00:18:36 a35cf1a2eb13: Pulling fs layer 00:18:36 93359f2a8cfa: Waiting 00:18:36 bca2f99d35d6: Waiting 00:18:36 7c6f9722023f: Waiting 00:18:36 a35cf1a2eb13: Waiting 00:18:36 de9db76c5a1d: Verifying Checksum 00:18:36 de9db76c5a1d: Download complete 00:18:36 0ef7d3d256c8: Verifying Checksum 00:18:36 0ef7d3d256c8: Download complete 00:18:36 93359f2a8cfa: Verifying Checksum 00:18:36 93359f2a8cfa: Download complete 00:18:36 188c0c94c7c5: Verifying Checksum 00:18:36 188c0c94c7c5: Download complete 00:18:36 7c6f9722023f: Verifying Checksum 00:18:36 7c6f9722023f: Download complete 00:18:37 188c0c94c7c5: Pull complete 00:18:37 0ef7d3d256c8: Pull complete 00:18:37 de9db76c5a1d: Pull complete 00:18:38 a35cf1a2eb13: Verifying Checksum 00:18:38 a35cf1a2eb13: Download complete 00:18:38 bca2f99d35d6: Verifying Checksum 00:18:38 bca2f99d35d6: Download complete 00:18:39 00ac8860ef70: Pull complete 00:18:40 63d7cb157983: Pull complete 00:18:40 b116817d02f9: Pull complete 00:18:43 745a02a5169b: Pull complete 00:18:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:18:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:18:43 ---> b7e6874047d6 00:18:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:18:44 bca2f99d35d6: Pull complete 00:18:44 93359f2a8cfa: Pull complete 00:18:44 7c6f9722023f: Pull complete 00:18:47 ---> Running in e2b087752137 00:18:47 Removing intermediate container e2b087752137 00:18:47 ---> a8ba9b886950 00:18:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:47 ---> Running in 9cdb75ff9e22 00:18:49 Removing intermediate container 9cdb75ff9e22 00:18:49 ---> 7c9271168f94 00:18:49 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:18:49 ---> Running in 2eee8becf154 00:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:18:51 (1/6) Installing libc-dev (0.7.2-r3) 00:18:51 (2/6) Installing libsodium (1.0.18-r0) 00:18:52 (3/6) Installing pkgconf (1.7.2-r0) 00:18:52 (4/6) Installing libsodium-dev (1.0.18-r0) 00:18:52 (5/6) Installing libzmq (4.3.3-r0) 00:18:52 (6/6) Installing zeromq-dev (4.3.3-r0) 00:18:52 a35cf1a2eb13: Pull complete 00:18:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:18:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:18:52 ---> a62c8e92a672 00:18:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:18:52 ---> Running in c083d2dd4049 00:18:52 Removing intermediate container c083d2dd4049 00:18:52 ---> bf5391fad8bd 00:18:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:52 ---> Running in 0bd58b40a584 00:18:52 Executing busybox-1.31.1-r19.trigger 00:18:52 OK: 144 MiB in 45 packages 00:18:53 Removing intermediate container 0bd58b40a584 00:18:53 ---> b1c3320e3546 00:18:53 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:18:53 ---> Running in 3baab570b194 00:18:53 Removing intermediate container 2eee8becf154 00:18:53 ---> 8ae642255eb6 00:18:53 Step 6/8 : WORKDIR /app 00:18:54 ---> Running in e924a102a6d3 00:18:54 Removing intermediate container e924a102a6d3 00:18:54 ---> a8d4caa25782 00:18:54 Step 7/8 : COPY . . 00:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:55 ---> d94592084ed1 00:18:55 Step 8/8 : RUN go mod download 00:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:55 ---> Running in 509e4dfd236f 00:18:56 (1/6) Installing libc-dev (0.7.2-r3) 00:18:56 (2/6) Installing libsodium (1.0.18-r0) 00:18:56 (3/6) Installing pkgconf (1.7.2-r0) 00:18:56 (4/6) Installing libsodium-dev (1.0.18-r0) 00:18:56 (5/6) Installing libzmq (4.3.3-r0) 00:18:56 (6/6) Installing zeromq-dev (4.3.3-r0) 00:18:56 Executing busybox-1.31.1-r19.trigger 00:18:56 OK: 167 MiB in 45 packages 00:18:57 Removing intermediate container 3baab570b194 00:18:57 ---> ae6d3c0d049a 00:18:57 Step 6/8 : WORKDIR /app 00:18:57 ---> Running in ed305da1b022 00:18:57 Removing intermediate container ed305da1b022 00:18:57 ---> df75809f2125 00:18:57 Step 7/8 : COPY . . 00:18:57 ---> 35167d01e2e6 00:18:57 Step 8/8 : RUN go mod download 00:18:57 ---> Running in e1ba2d82f238 00:19:19 Removing intermediate container e1ba2d82f238 00:19:19 ---> e023aba57359 00:19:20 Successfully built e023aba57359 00:19:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:19:20 + docker inspect -f . ci-base-image-x86_64 00:19:20 . [Pipeline] withDockerContainer 00:19:20 prd-centos7-docker-4c-2g-18991 does not seem to be running inside a container 00:19:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:19:21 $ docker top cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:22 Removing intermediate container 509e4dfd236f 00:19:22 ---> b3c2aff966b6 00:19:22 Successfully built b3c2aff966b6 00:19:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:19:22 + go version 00:19:22 go version go1.15.5 linux/amd64 [Pipeline] } 00:19:22 $ docker stop --time=1 cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 00:19:22 + docker inspect -f . ci-base-image-arm64 00:19:22 . 00:19:23 $ docker rm -f cbb6c432ffe0ab8a49d913e644e91f4268c34526a6f32ac65d0932bc5a165843 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 00:19:24 prd-ubuntu18.04-docker-arm64-4c-16g-18990 does not seem to be running inside a container 00:19:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:19:25 $ docker top ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:19:26 + docker inspect -f . ci-base-image-x86_64 00:19:26 . [Pipeline] withDockerContainer 00:19:26 + go version 00:19:26 go version go1.15.5 linux/arm64 00:19:26 prd-centos7-docker-4c-2g-18991 does not seem to be running inside a container 00:19:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:19:27 $ docker top f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec -eo pid,comm [Pipeline] { [Pipeline] } 00:19:27 $ docker stop --time=1 ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 00:19:29 $ docker rm -f ea464d0d159eb7606ff396090316a998f5036dc75c05cc22bfbe315d4f0b1a24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:19:30 + make test 00:19:30 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:19:30 + docker inspect -f . ci-base-image-arm64 00:19:30 . [Pipeline] withDockerContainer 00:19:31 prd-ubuntu18.04-docker-arm64-4c-16g-18990 does not seem to be running inside a container 00:19:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/71 -v /w/workspace/app-service-configurable/71:/w/workspace/app-service-configurable/71:rw,z -v /w/workspace/app-service-configurable/71@tmp:/w/workspace/app-service-configurable/71@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:19:32 $ docker top b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:33 + make test 00:19:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:19:42 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:19:42 CGO_ENABLED=1 go vet ./... 00:19:44 gofmt -l . 00:19:44 [ "`gofmt -l .`" = "" ] 00:19:44 ./bin/test-go-mod-tidy.sh 00:19:45 ./bin/test-attribution-txt.sh [Pipeline] } 00:19:45 $ docker stop --time=1 f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec 00:19:47 $ docker rm -f f2db733bc5a92b827bb41d5e7d047b15dfee86a873d34cbc95ae91c4b5f166ec [Pipeline] // withDockerContainer [Pipeline] sh 00:19:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:19:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:19:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:19:51 + ls -al . 00:19:51 total 88 00:19:51 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 8 00:19 . 00:19:51 drwxrwxr-x. 4 jenkins jenkins 30 Jan 8 00:18 .. 00:19:51 -rw-rw-r--. 1 jenkins jenkins 6420 Jan 8 00:18 Attribution.txt 00:19:51 drwxrwxr-x. 2 jenkins jenkins 64 Jan 8 00:18 bin 00:19:51 -rw-r--r--. 1 jenkins jenkins 10 Jan 8 00:19 coverage.out 00:19:51 -rw-rw-r--. 1 jenkins jenkins 1940 Jan 8 00:18 Dockerfile 00:19:51 -rw-rw-r--. 1 jenkins jenkins 970 Jan 8 00:18 Dockerfile.build 00:19:51 -rw-rw-r--. 1 jenkins jenkins 119 Jan 8 00:18 .dockerignore 00:19:51 drwxrwxr-x. 8 jenkins jenkins 162 Jan 8 00:18 .git 00:19:51 drwxrwxr-x. 2 jenkins jenkins 81 Jan 8 00:18 .github 00:19:51 -rw-rw-r--. 1 jenkins jenkins 93 Jan 8 00:18 .gitignore 00:19:51 -rw-r--r--. 1 jenkins jenkins 133 Jan 8 00:19 go.mod 00:19:51 -rw-r--r--. 1 jenkins jenkins 18570 Jan 8 00:19 go.sum 00:19:51 -rw-rw-r--. 1 jenkins jenkins 687 Jan 8 00:18 Jenkinsfile 00:19:51 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 8 00:18 LICENSE 00:19:51 -rw-rw-r--. 1 jenkins jenkins 1519 Jan 8 00:18 main.go 00:19:51 -rw-rw-r--. 1 jenkins jenkins 1573 Jan 8 00:18 makefile 00:19:51 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 8 00:18 README.md 00:19:51 drwxrwxr-x. 10 jenkins jenkins 171 Jan 8 00:18 res 00:19:51 drwxrwxr-x. 4 jenkins jenkins 71 Jan 8 00:18 snap 00:19:51 -rw-rw-r--. 1 jenkins jenkins 11 Jan 8 00:14 VERSION [Pipeline] isUnix [Pipeline] sh 00:19:52 + 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=ed155f35d7435f173ab0a0f7e4c79347edc463d7 --label arch=amd64 --label version=2.0.0-dev.7 . 00:19:52 Sending build context to Docker daemon 117.8kB 00:19:52 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 00:19:52 Step 2/27 : FROM ${BASE} AS builder 00:19:52 ---> e023aba57359 00:19:52 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:19:52 ---> Running in 22c05e8c7bb5 00:19:52 Removing intermediate container 22c05e8c7bb5 00:19:52 ---> 51d17df622bb 00:19:52 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:19:52 ---> Running in 01bd4762adff 00:19:52 Removing intermediate container 01bd4762adff 00:19:52 ---> ac13615936dc 00:19:52 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:19:53 ---> Running in c81ffd850b7d 00:19:53 Removing intermediate container c81ffd850b7d 00:19:53 ---> 1c507845fe7f 00:19:53 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:53 ---> Running in 97014dc3b32b 00:19:53 Removing intermediate container 97014dc3b32b 00:19:53 ---> 4267ce6e9a02 00:19:53 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:19:53 ---> Running in 2e284613bae1 00:19:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:55 OK: 167 MiB in 45 packages 00:19:56 Removing intermediate container 2e284613bae1 00:19:56 ---> e9e8524045b9 00:19:56 Step 8/27 : WORKDIR /app 00:19:56 ---> Running in 9c044ffcb2f2 00:19:56 Removing intermediate container 9c044ffcb2f2 00:19:56 ---> 6fe5ca8158b7 00:19:56 Step 9/27 : COPY go.mod . 00:19:56 ---> f893df37bd99 00:19:56 Step 10/27 : RUN go mod download 00:19:56 ---> Running in 1983c8aaa865 00:19:57 Removing intermediate container 1983c8aaa865 00:19:57 ---> fb918c36fa5b 00:19:57 Step 11/27 : COPY . . 00:19:57 ---> 5eec6352d807 00:19:57 Step 12/27 : ARG MAKE="make build" 00:19:58 ---> Running in e77862bd03e6 00:19:58 Removing intermediate container e77862bd03e6 00:19:58 ---> 79208164f369 00:19:58 Step 13/27 : RUN $MAKE 00:19:58 ---> Running in 1a5b065a1257 00:19:58 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.7" -o app-service-configurable 00:20:12 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:20:12 CGO_ENABLED=1 go vet ./... 00:20:13 Removing intermediate container 1a5b065a1257 00:20:13 ---> e2acf4565d2f 00:20:13 Step 14/27 : FROM alpine:3.12 00:20:13 3.12: Pulling from library/alpine 00:20:13 801bfaa63ef2: Pulling fs layer 00:20:13 801bfaa63ef2: Verifying Checksum 00:20:13 801bfaa63ef2: Download complete 00:20:13 801bfaa63ef2: Pull complete 00:20:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:20:13 Status: Downloaded newer image for alpine:3.12 00:20:13 ---> 389fef711851 00:20:13 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:20:13 ---> Running in c0da93608467 00:20:13 Removing intermediate container c0da93608467 00:20:13 ---> 88da75339f54 00:20:13 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:20:13 ---> Running in a9ba160a3ccf 00:20:13 Removing intermediate container a9ba160a3ccf 00:20:13 ---> b5cbb3973049 00:20:13 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 00:20:13 ---> Running in ada7108a4d9c 00:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:14 (1/6) Installing ca-certificates (20191127-r4) 00:20:14 (2/6) Installing libgcc (9.3.0-r2) 00:20:14 (3/6) Installing libsodium (1.0.18-r0) 00:20:14 (4/6) Installing libstdc++ (9.3.0-r2) 00:20:14 (5/6) Installing libzmq (4.3.3-r0) 00:20:14 (6/6) Installing zeromq (4.3.3-r0) 00:20:14 Executing busybox-1.31.1-r19.trigger 00:20:14 Executing ca-certificates-20191127-r4.trigger 00:20:14 OK: 9 MiB in 20 packages 00:20:15 Removing intermediate container ada7108a4d9c 00:20:15 ---> bb1c8f06071e 00:20:15 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:20:15 ---> 192923c9d232 00:20:15 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:20:16 gofmt -l . 00:20:16 [ "`gofmt -l .`" = "" ] 00:20:16 ./bin/test-go-mod-tidy.sh 00:20:16 ---> 3d4eb438ad7e 00:20:16 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:20:16 ./bin/test-attribution-txt.sh 00:20:16 ---> 0e7d83b1ba00 00:20:16 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:20:16 ---> 1e5e8656b7a1 00:20:16 Step 22/27 : EXPOSE 48095 00:20:16 ---> Running in cb520e80ae83 00:20:17 Removing intermediate container cb520e80ae83 00:20:17 ---> c50666b72be9 00:20:17 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:20:17 ---> Running in c3086febc046 00:20:17 Removing intermediate container c3086febc046 00:20:17 ---> 01d1d5bd9413 00:20:17 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } 00:20:17 $ docker stop --time=1 b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a 00:20:17 ---> Running in da7db89f0aa8 00:20:17 Removing intermediate container da7db89f0aa8 00:20:17 ---> b09027c2a9de 00:20:17 Step 25/27 : LABEL arch=amd64 00:20:17 ---> Running in a4f23ef5b9e7 00:20:17 Removing intermediate container a4f23ef5b9e7 00:20:17 ---> 753e33e6b70e 00:20:17 Step 26/27 : LABEL git_sha=ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:20:17 ---> Running in 4e1ef02af254 00:20:18 Removing intermediate container 4e1ef02af254 00:20:18 ---> 08afd29a1276 00:20:18 Step 27/27 : LABEL version=2.0.0-dev.7 00:20:18 ---> Running in b85caa4df071 00:20:18 Removing intermediate container b85caa4df071 00:20:18 ---> 11f59d5c9ed4 00:20:18 [Warning] One or more build-args [ARCH] were not consumed 00:20:18 Successfully built 11f59d5c9ed4 00:20:18 Successfully tagged docker-app-service-configurable:latest 00:20:19 $ docker rm -f b364574b01bdeae5a6300af9c3bac838c1100d04e5c3a65ffb62f1dc050cfb6a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:20:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:20:20 Warning: overwriting stash ‘coverage-report’ [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:20:20 provisioning config files... 00:20:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config7259849936822064041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:20:21 ---> docker-login.sh 00:20:21 nexus3.edgexfoundry.org:10001 00:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:20:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 00:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:20:21 Configure a credential helper to remove this warning. See 00:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:20:21 00:20:21 Login Succeeded 00:20:21 nexus3.edgexfoundry.org:10002 00:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:20:21 Configure a credential helper to remove this warning. See 00:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:20:21 00:20:21 Login Succeeded 00:20:21 nexus3.edgexfoundry.org:10003 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:20:21 Configure a credential helper to remove this warning. See 00:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:20:21 00:20:21 Login Succeeded 00:20:21 nexus3.edgexfoundry.org:10004 00:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:20:21 Configure a credential helper to remove this warning. See 00:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:20:21 00:20:21 Login Succeeded 00:20:21 docker.io 00:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:20:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:20:22 Configure a credential helper to remove this warning. See 00:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:20:22 00:20:22 Login Succeeded 00:20:22 ---> docker-login.sh ends [Pipeline] } 00:20:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 00:20:22 + ls -al . 00:20:22 total 112 00:20:22 drwxrwxr-x 7 jenkins jenkins 4096 Jan 8 00:20 . 00:20:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 8 00:18 .. 00:20:22 -rw-rw-r-- 1 jenkins jenkins 119 Jan 8 00:18 .dockerignore 00:20:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 8 00:18 .git 00:20:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 8 00:18 .github 00:20:22 -rw-rw-r-- 1 jenkins jenkins 93 Jan 8 00:18 .gitignore 00:20:22 -rw-rw-r-- 1 jenkins jenkins 6420 Jan 8 00:18 Attribution.txt 00:20:22 -rw-rw-r-- 1 jenkins jenkins 1940 Jan 8 00:18 Dockerfile 00:20:22 -rw-rw-r-- 1 jenkins jenkins 970 Jan 8 00:18 Dockerfile.build 00:20:22 -rw-rw-r-- 1 jenkins jenkins 687 Jan 8 00:18 Jenkinsfile 00:20:22 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 8 00:18 LICENSE 00:20:22 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 8 00:18 README.md 00:20:22 -rw-rw-r-- 1 jenkins jenkins 11 Jan 8 00:14 VERSION 00:20:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 8 00:18 bin 00:20:22 -rw-r--r-- 1 jenkins jenkins 10 Jan 8 00:19 coverage.out 00:20:22 -rw-r--r-- 1 jenkins jenkins 133 Jan 8 00:20 go.mod 00:20:22 -rw-r--r-- 1 jenkins jenkins 18570 Jan 8 00:20 go.sum 00:20:22 -rw-rw-r-- 1 jenkins jenkins 1519 Jan 8 00:18 main.go 00:20:22 -rw-rw-r-- 1 jenkins jenkins 1573 Jan 8 00:18 makefile 00:20:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 8 00:18 res 00:20:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 8 00:18 snap [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 00:20:22 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 00:20:22 ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:20:22 latest 00:20:22 2.0.0-dev.7 00:20:22 ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:20:22 master 00:20:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 00:20:22 + 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=ed155f35d7435f173ab0a0f7e4c79347edc463d7 --label arch=arm64 --label version=2.0.0-dev.7 . 00:20:22 Sending build context to Docker daemon 117.8kB [Pipeline] isUnix [Pipeline] sh 00:20:23 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 00:20:23 Step 2/27 : FROM ${BASE} AS builder 00:20:23 ---> b3c2aff966b6 00:20:23 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:20:23 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh 00:20:23 ---> Running in ca33b5672c13 00:20:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:20:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:20:23 90d014c13e7a: Preparing 00:20:23 64a28f2f9c48: Preparing 00:20:23 c3ed094a3246: Preparing 00:20:23 ddd1e63b3233: Preparing 00:20:23 868f07b7bc0d: Preparing 00:20:23 777b2c648970: Preparing 00:20:23 777b2c648970: Waiting 00:20:23 64a28f2f9c48: Pushed 00:20:23 c3ed094a3246: Pushed 00:20:23 ddd1e63b3233: Pushed 00:20:23 777b2c648970: Layer already exists 00:20:23 868f07b7bc0d: Pushed 00:20:24 Removing intermediate container ca33b5672c13 00:20:24 ---> 970787bed84f 00:20:24 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:20:24 ---> Running in 2041a3e339bc 00:20:24 Removing intermediate container 2041a3e339bc 00:20:24 ---> fe01634c61fb 00:20:24 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:20:24 ---> Running in e44127de52d3 00:20:25 90d014c13e7a: Pushed 00:20:25 ed155f35d7435f173ab0a0f7e4c79347edc463d7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh 00:20:25 Removing intermediate container e44127de52d3 00:20:25 ---> f3dc0e5d8330 00:20:25 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:25 ---> Running in b3ee1cc9d27e 00:20:25 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 00:20:25 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:20:25 90d014c13e7a: Preparing 00:20:25 64a28f2f9c48: Preparing 00:20:25 c3ed094a3246: Preparing 00:20:25 ddd1e63b3233: Preparing 00:20:25 868f07b7bc0d: Preparing 00:20:25 777b2c648970: Preparing 00:20:25 777b2c648970: Waiting 00:20:25 868f07b7bc0d: Layer already exists 00:20:25 90d014c13e7a: Layer already exists 00:20:25 64a28f2f9c48: Layer already exists 00:20:25 c3ed094a3246: Layer already exists 00:20:25 ddd1e63b3233: Layer already exists 00:20:25 777b2c648970: Layer already exists 00:20:26 latest: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh 00:20:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh 00:20:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 00:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:20:26 90d014c13e7a: Preparing 00:20:26 64a28f2f9c48: Preparing 00:20:26 c3ed094a3246: Preparing 00:20:26 ddd1e63b3233: Preparing 00:20:26 868f07b7bc0d: Preparing 00:20:26 777b2c648970: Preparing 00:20:26 777b2c648970: Waiting 00:20:26 868f07b7bc0d: Layer already exists 00:20:26 ddd1e63b3233: Layer already exists 00:20:26 90d014c13e7a: Layer already exists 00:20:26 64a28f2f9c48: Layer already exists 00:20:26 c3ed094a3246: Layer already exists 00:20:26 777b2c648970: Layer already exists 00:20:26 2.0.0-dev.7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh 00:20:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh 00:20:27 Removing intermediate container b3ee1cc9d27e 00:20:27 ---> 761e5255cf71 00:20:27 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:20:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:20:27 90d014c13e7a: Preparing 00:20:27 64a28f2f9c48: Preparing 00:20:27 c3ed094a3246: Preparing 00:20:27 ddd1e63b3233: Preparing 00:20:27 868f07b7bc0d: Preparing 00:20:27 777b2c648970: Preparing 00:20:27 777b2c648970: Waiting 00:20:27 868f07b7bc0d: Layer already exists 00:20:27 90d014c13e7a: Layer already exists 00:20:27 ddd1e63b3233: Layer already exists 00:20:27 64a28f2f9c48: Layer already exists 00:20:27 c3ed094a3246: Layer already exists 00:20:27 777b2c648970: Layer already exists 00:20:27 ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] isUnix [Pipeline] sh 00:20:27 ---> Running in f6a2f32e5be0 00:20:27 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 00:20:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 00:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:20:27 90d014c13e7a: Preparing 00:20:27 64a28f2f9c48: Preparing 00:20:27 c3ed094a3246: Preparing 00:20:27 ddd1e63b3233: Preparing 00:20:27 868f07b7bc0d: Preparing 00:20:27 777b2c648970: Preparing 00:20:27 777b2c648970: Waiting 00:20:27 868f07b7bc0d: Layer already exists 00:20:27 c3ed094a3246: Layer already exists 00:20:27 ddd1e63b3233: Layer already exists 00:20:27 90d014c13e7a: Layer already exists 00:20:27 64a28f2f9c48: Layer already exists 00:20:27 777b2c648970: Layer already exists 00:20:27 master: digest: sha256:b06285370ded07b2454819f9a638c6644143f7fb10084186b9cdf70b176d449f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:20:28 ===================================================== [Pipeline] echo 00:20:28 taggedImages: 00:20:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:20:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:20:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.7 00:20:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:20:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [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] } 00:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:20:30 OK: 144 MiB in 45 packages 00:20:32 Removing intermediate container f6a2f32e5be0 00:20:32 ---> 3ff7398d3d9a 00:20:32 Step 8/27 : WORKDIR /app 00:20:32 ---> Running in 3eaddb79b7e3 00:20:32 Removing intermediate container 3eaddb79b7e3 00:20:32 ---> d5ad397a205d 00:20:32 Step 9/27 : COPY go.mod . 00:20:33 ---> 90e280ed4aab 00:20:33 Step 10/27 : RUN go mod download 00:20:33 ---> Running in 259ed6a203b4 00:20:35 Removing intermediate container 259ed6a203b4 00:20:35 ---> 1720e773c6e5 00:20:35 Step 11/27 : COPY . . 00:20:36 ---> c30e30b5f3f6 00:20:36 Step 12/27 : ARG MAKE="make build" 00:20:36 ---> Running in 4a3ed4db138c 00:20:36 Removing intermediate container 4a3ed4db138c 00:20:36 ---> 470706fd7bf0 00:20:36 Step 13/27 : RUN $MAKE 00:20:36 ---> Running in 23b3d776df24 00:20:37 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.7" -o app-service-configurable 00:21:16 Removing intermediate container 23b3d776df24 00:21:16 ---> f712e32fb99c 00:21:16 Step 14/27 : FROM alpine:3.12 00:21:16 3.12: Pulling from library/alpine 00:21:16 159e5727ea61: Pulling fs layer 00:21:16 159e5727ea61: Verifying Checksum 00:21:16 159e5727ea61: Download complete 00:21:16 159e5727ea61: Pull complete 00:21:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:21:16 Status: Downloaded newer image for alpine:3.12 00:21:16 ---> afeebe901d6b 00:21:16 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:21:16 ---> Running in c07ae5bdb950 00:21:16 Removing intermediate container c07ae5bdb950 00:21:16 ---> da600a11c097 00:21:16 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:21:16 ---> Running in 3cd6b03c1054 00:21:16 Removing intermediate container 3cd6b03c1054 00:21:16 ---> 2e68e394cb0f 00:21:16 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq 00:21:16 ---> Running in 0913ecf58fbf 00:21:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:21:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:21:16 (1/6) Installing ca-certificates (20191127-r4) 00:21:16 (2/6) Installing libgcc (9.3.0-r2) 00:21:16 (3/6) Installing libsodium (1.0.18-r0) 00:21:16 (4/6) Installing libstdc++ (9.3.0-r2) 00:21:16 (5/6) Installing libzmq (4.3.3-r0) 00:21:16 (6/6) Installing zeromq (4.3.3-r0) 00:21:16 Executing busybox-1.31.1-r19.trigger 00:21:16 Executing ca-certificates-20191127-r4.trigger 00:21:16 OK: 9 MiB in 20 packages 00:21:17 Removing intermediate container 0913ecf58fbf 00:21:17 ---> 1c4587b725ed 00:21:17 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:21:18 ---> 6361c0331c6d 00:21:18 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:21:18 ---> 4d6a4a4bd0e2 00:21:18 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:21:19 ---> 1f47aadb155e 00:21:19 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:21:21 ---> 9b1119c528d1 00:21:21 Step 22/27 : EXPOSE 48095 00:21:21 ---> Running in b5ab4639b41d 00:21:21 Removing intermediate container b5ab4639b41d 00:21:21 ---> f85ab13bd109 00:21:21 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:21:21 ---> Running in 2e1c60a1efac 00:21:22 Removing intermediate container 2e1c60a1efac 00:21:22 ---> 61f4d2e881ef 00:21:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:21:22 ---> Running in d18d4fc5bb0d 00:21:22 Removing intermediate container d18d4fc5bb0d 00:21:22 ---> 26e63dba0eed 00:21:22 Step 25/27 : LABEL arch=arm64 00:21:22 ---> Running in 66a8b1c9bd87 00:21:23 Removing intermediate container 66a8b1c9bd87 00:21:23 ---> 750b7c310031 00:21:23 Step 26/27 : LABEL git_sha=ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:21:23 ---> Running in 9ba24497be86 00:21:24 Removing intermediate container 9ba24497be86 00:21:24 ---> 964a2c14ada8 00:21:24 Step 27/27 : LABEL version=2.0.0-dev.7 00:21:24 ---> Running in c0698f79bb2b 00:21:24 Removing intermediate container c0698f79bb2b 00:21:24 ---> 3979688e52b3 00:21:24 [Warning] One or more build-args [ARCH] were not consumed 00:21:24 Successfully built 3979688e52b3 00:21:24 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 00:21:25 provisioning config files... 00:21:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/71@tmp/config8290401607774775094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:25 ---> docker-login.sh 00:21:25 nexus3.edgexfoundry.org:10001 00:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:26 Configure a credential helper to remove this warning. See 00:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:26 00:21:26 Login Succeeded 00:21:26 nexus3.edgexfoundry.org:10002 00:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:26 Configure a credential helper to remove this warning. See 00:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:26 00:21:26 Login Succeeded 00:21:26 nexus3.edgexfoundry.org:10003 00:21:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:26 Configure a credential helper to remove this warning. See 00:21:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:26 00:21:26 Login Succeeded 00:21:27 nexus3.edgexfoundry.org:10004 00:21:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:27 Configure a credential helper to remove this warning. See 00:21:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:27 00:21:27 Login Succeeded 00:21:27 docker.io 00:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:28 Configure a credential helper to remove this warning. See 00:21:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:28 00:21:28 Login Succeeded 00:21:28 ---> docker-login.sh ends [Pipeline] } 00:21:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:28 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:21:28 ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:21:28 latest 00:21:28 2.0.0-dev.7 00:21:28 ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:21:28 master 00:21:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:29 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh 00:21:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:21:29 1b495b69354f: Preparing 00:21:29 1e8755039c6a: Preparing 00:21:29 324968db4db6: Preparing 00:21:29 6a4c7a3f6627: Preparing 00:21:29 3459a87e5924: Preparing 00:21:29 379067d0cb53: Preparing 00:21:29 379067d0cb53: Waiting 00:21:29 324968db4db6: Pushed 00:21:29 6a4c7a3f6627: Pushed 00:21:29 1e8755039c6a: Pushed 00:21:29 379067d0cb53: Layer already exists 00:21:30 3459a87e5924: Pushed 00:21:33 1b495b69354f: Pushed 00:21:33 ed155f35d7435f173ab0a0f7e4c79347edc463d7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:21:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:21:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:21:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:21:33 1b495b69354f: Preparing 00:21:33 1e8755039c6a: Preparing 00:21:33 324968db4db6: Preparing 00:21:33 6a4c7a3f6627: Preparing 00:21:33 3459a87e5924: Preparing 00:21:33 379067d0cb53: Preparing 00:21:33 379067d0cb53: Waiting 00:21:33 3459a87e5924: Layer already exists 00:21:33 1e8755039c6a: Layer already exists 00:21:34 1b495b69354f: Layer already exists 00:21:34 324968db4db6: Layer already exists 00:21:34 6a4c7a3f6627: Layer already exists 00:21:34 379067d0cb53: Layer already exists 00:21:34 latest: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:21:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh 00:21:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 00:21:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:21:34 1b495b69354f: Preparing 00:21:34 1e8755039c6a: Preparing 00:21:34 324968db4db6: Preparing 00:21:34 6a4c7a3f6627: Preparing 00:21:34 3459a87e5924: Preparing 00:21:34 379067d0cb53: Preparing 00:21:34 379067d0cb53: Waiting 00:21:34 6a4c7a3f6627: Layer already exists 00:21:34 324968db4db6: Layer already exists 00:21:35 3459a87e5924: Layer already exists 00:21:35 1b495b69354f: Layer already exists 00:21:35 1e8755039c6a: Layer already exists 00:21:35 379067d0cb53: Layer already exists 00:21:35 2.0.0-dev.7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:21:35 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 [Pipeline] isUnix [Pipeline] sh 00:21:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:21:35 1b495b69354f: Preparing 00:21:35 1e8755039c6a: Preparing 00:21:35 324968db4db6: Preparing 00:21:35 6a4c7a3f6627: Preparing 00:21:35 3459a87e5924: Preparing 00:21:35 379067d0cb53: Preparing 00:21:35 379067d0cb53: Waiting 00:21:36 6a4c7a3f6627: Layer already exists 00:21:36 1b495b69354f: Layer already exists 00:21:36 1e8755039c6a: Layer already exists 00:21:36 324968db4db6: Layer already exists 00:21:36 3459a87e5924: Layer already exists 00:21:36 379067d0cb53: Layer already exists 00:21:36 ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:21:36 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 00:21:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 00:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:21:36 1b495b69354f: Preparing 00:21:36 1e8755039c6a: Preparing 00:21:36 324968db4db6: Preparing 00:21:36 6a4c7a3f6627: Preparing 00:21:36 3459a87e5924: Preparing 00:21:36 379067d0cb53: Preparing 00:21:36 379067d0cb53: Waiting 00:21:37 3459a87e5924: Layer already exists 00:21:37 1b495b69354f: Layer already exists 00:21:37 1e8755039c6a: Layer already exists 00:21:37 6a4c7a3f6627: Layer already exists 00:21:37 324968db4db6: Layer already exists 00:21:37 379067d0cb53: Layer already exists 00:21:37 master: digest: sha256:6b01149a35790fee0aa83b9b276678355411c3f88281753b042e0f11a4965099 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:37 ===================================================== [Pipeline] echo 00:21:37 taggedImages: 00:21:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7 00:21:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:21:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.7 00:21:37 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ed155f35d7435f173ab0a0f7e4c79347edc463d7-2.0.0-dev.7 00:21:37 - 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 00:21:38 provisioning config files... 00:21:38 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8286529998849047947tmp [Pipeline] { [Pipeline] sh 00:21:39 + set +x 00:21:39 + curl -s https://codecov.io/bash 00:21:39 + bash -s -- 00:21:39 00:21:39 _____ _ 00:21:39 / ____| | | 00:21:39 | | ___ __| | ___ ___ _____ __ 00:21:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:21:39 | |___| (_) | (_| | __/ (_| (_) \ V / 00:21:39 \_____\___/ \__,_|\___|\___\___/ \_/ 00:21:39 Bash-20201231-23d4836 00:21:39 00:21:39 00:21:39 ==> git version 2.24.3 found 00:21:39 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:21:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:21:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:21:39 ==> Jenkins CI detected. 00:21:39 project root: . 00:21:39 --> token set from env 00:21:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:21:39 ==> Running gcov in . (disable via -X gcov) 00:21:39 ==> Python coveragepy not found 00:21:39 ==> Searching for coverage reports in: 00:21:39 + . 00:21:39 -> Found 1 reports 00:21:39 ==> Detecting git/mercurial file structure 00:21:39 ==> Reading reports 00:21:39 + ./coverage.out bytes=10 00:21:39 ==> Appending adjustments 00:21:39 https://docs.codecov.io/docs/fixing-reports 00:21:39 + Found adjustments 00:21:39 ==> Gzipping contents 00:21:39 4.0K /tmp/codecov.ynkv7p.gz 00:21:39 ==> Uploading reports 00:21:39 url: https://codecov.io 00:21:39 query: branch=master&commit=ed155f35d7435f173ab0a0f7e4c79347edc463d7&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:21:39 -> Pinging Codecov 00:21:39 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ed155f35d7435f173ab0a0f7e4c79347edc463d7&build=71&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F71%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:21:40 -> Uploading to 00:21:40 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/A97CA9966030D2A3747ED39772930CCE/ed155f35d7435f173ab0a0f7e4c79347edc463d7/71afb72b-c1ab-4577-ae77-ee0903e0e503.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T002139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a4fe7a353f2f56d0ae47fd35eafeccbf5593281aa7e6269b4e466083f6abfb89 00:21:40 % Total % Received % Xferd Average Speed Time Time Time Current 00:21:40 Dload Upload Total Spent Left Speed 00:21:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 1042 --:--:-- --:--:-- --:--:-- 1044 00:21:40 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] } 00:21:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:21:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:21:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:21:41 00:21:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:21:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:21:41 188c0c94c7c5: Pulling fs layer 00:21:41 0ef7d3d256c8: Pulling fs layer 00:21:41 de9db76c5a1d: Pulling fs layer 00:21:41 0eba1c9be4d2: Pulling fs layer 00:21:41 0d57e429df01: Pulling fs layer 00:21:41 4e4be7b47b0d: Pulling fs layer 00:21:41 e1f770b5df2f: Pulling fs layer 00:21:41 85a0685a4137: Pulling fs layer 00:21:41 0eba1c9be4d2: Waiting 00:21:41 0d57e429df01: Waiting 00:21:41 4e4be7b47b0d: Waiting 00:21:41 e1f770b5df2f: Waiting 00:21:41 85a0685a4137: Waiting 00:21:41 de9db76c5a1d: Verifying Checksum 00:21:41 de9db76c5a1d: Download complete 00:21:41 0ef7d3d256c8: Verifying Checksum 00:21:41 0ef7d3d256c8: Download complete 00:21:41 0d57e429df01: Verifying Checksum 00:21:41 0d57e429df01: Download complete 00:21:41 4e4be7b47b0d: Verifying Checksum 00:21:41 4e4be7b47b0d: Download complete 00:21:42 188c0c94c7c5: Download complete 00:21:42 188c0c94c7c5: Pull complete 00:21:43 0ef7d3d256c8: Pull complete 00:21:43 de9db76c5a1d: Pull complete 00:21:43 e1f770b5df2f: Verifying Checksum 00:21:43 e1f770b5df2f: Download complete 00:21:45 0eba1c9be4d2: Verifying Checksum 00:21:45 0eba1c9be4d2: Download complete 00:21:45 85a0685a4137: Verifying Checksum 00:21:45 85a0685a4137: Download complete 00:21:51 0eba1c9be4d2: Pull complete 00:21:51 0d57e429df01: Pull complete 00:21:51 4e4be7b47b0d: Pull complete 00:21:52 e1f770b5df2f: Pull complete 00:22:00 85a0685a4137: Pull complete 00:22:00 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:22:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:22:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:22:01 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:22:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:22:02 $ docker top 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 -eo pid,comm [Pipeline] { [Pipeline] echo 00:22:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:22:02 + set -o pipefail 00:22:02 + snyk monitor '--org=edgex-jenkins' 00:22:12 00:22:12 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 00:22:12 00:22:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/33fadb56-622e-495c-bae3-e3adc4c97e7c 00:22:12 00:22:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:22:12 00:22:12 [Pipeline] } 00:22:12 $ docker stop --time=1 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 00:22:15 $ docker rm -f 84ff8355243939779553dddf86764af26e444aa0ee8e194a72cc06cb4301bb76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:22:17 + git log --format=format:%s -1 ed155f35d7435f173ab0a0f7e4c79347edc463d7 [Pipeline] isUnix [Pipeline] sh 00:22:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:22:18 . [Pipeline] withDockerContainer 00:22:18 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:22:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:22:19 $ docker top 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:22:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:19 [ssh-agent] Looking for ssh-agent implementation... 00:22:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:19 $ docker exec 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a ssh-agent 00:22:19 SSH_AUTH_SOCK=/tmp/ssh-mKMvuPUASj6G/agent.12 00:22:19 SSH_AGENT_PID=17 00:22:19 Running ssh-add (command line suppressed) 00:22:19 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8900724255184010019.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8900724255184010019.key) 00:22:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:20 + git semver tag 00:22:20 # -> Open(): unable to determine branch for HEAD 00:22:20 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:22:20 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:22:20 # $SEMVER_REMOTE_NAME = origin 00:22:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:22:20 # $SEMVER_USER_NAME = edgex-jenkins 00:22:20 # $SEMVER_BRANCH = master 00:22:20 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:22:20 # ed155f35d7435f173ab0a0f7e4c79347edc463d7 HEAD 00:22:20 # -> Force: false 00:22:20 # c5306507b43fbafc383452be72b992c22095c793 refs/tags/v2.0.0-dev.7 [Pipeline] } 00:22:20 $ docker exec --env ******** --env ******** 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a ssh-agent -k 00:22:20 unset SSH_AUTH_SOCK; 00:22:20 unset SSH_AGENT_PID; 00:22:20 echo Agent pid 17 killed; 00:22:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:22:20 + git semver [Pipeline] } 00:22:20 $ docker stop --time=1 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a 00:22:22 $ docker rm -f 3144bf28b25469c5450ae41c1a9fd507c56edf86a87cb34edce350385abe162a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:22:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:22:22 00:22:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:22:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:22:23 0.23.1-centos7: Pulling from edgex-lftools 00:22:23 ab5ef0e58194: Pulling fs layer 00:22:23 9712f1f96733: Pulling fs layer 00:22:23 63f879dbbcfc: Pulling fs layer 00:22:23 0d9ebad4ef96: Pulling fs layer 00:22:23 e9a5061849ea: Pulling fs layer 00:22:23 d747dcd14b5f: Pulling fs layer 00:22:23 2de7ff778b66: Pulling fs layer 00:22:23 e9a5061849ea: Waiting 00:22:23 d747dcd14b5f: Waiting 00:22:23 2de7ff778b66: Waiting 00:22:23 0d9ebad4ef96: Waiting 00:22:23 9712f1f96733: Verifying Checksum 00:22:23 9712f1f96733: Download complete 00:22:25 63f879dbbcfc: Verifying Checksum 00:22:25 63f879dbbcfc: Download complete 00:22:25 e9a5061849ea: Verifying Checksum 00:22:25 e9a5061849ea: Download complete 00:22:25 d747dcd14b5f: Verifying Checksum 00:22:25 d747dcd14b5f: Download complete 00:22:25 2de7ff778b66: Verifying Checksum 00:22:25 2de7ff778b66: Download complete 00:22:25 0d9ebad4ef96: Verifying Checksum 00:22:25 0d9ebad4ef96: Download complete 00:22:25 ab5ef0e58194: Verifying Checksum 00:22:25 ab5ef0e58194: Download complete 00:22:30 ab5ef0e58194: Pull complete 00:22:30 9712f1f96733: Pull complete 00:22:32 63f879dbbcfc: Pull complete 00:22:37 0d9ebad4ef96: Pull complete 00:22:39 e9a5061849ea: Pull complete 00:22:39 d747dcd14b5f: Pull complete 00:22:42 2de7ff778b66: Pull complete 00:22:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:22:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:22:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:22:42 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:22:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:22:45 $ docker top 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:22:46 provisioning config files... 00:22:46 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1776831428325717518tmp 00:22:46 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1791050397441398107tmp 00:22:46 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5043053346911961656tmp [Pipeline] { [Pipeline] echo 00:22:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:22:46 ---> sigul-configuration.sh 00:22:46 gpg: directory `/root/.gnupg' created 00:22:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:22:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:22:46 gpg: keyring `/root/.gnupg/secring.gpg' created 00:22:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:22:46 gpg: CAST5 encrypted data 00:22:46 gpg: encrypted with 1 passphrase 00:22:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:22:47 + mkdir /home/jenkins 00:22:47 + mkdir /home/jenkins/sigul [Pipeline] sh 00:22:47 + 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 00:22:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:22:47 ---> sigul-install.sh 00:22:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:22:53 + git tag --list 00:22:53 v1.0.0 00:22:53 v1.1.0 00:22:53 v1.2.0 00:22:53 v1.2.1-dev.1 00:22:53 v1.2.1-dev.10 00:22:53 v1.2.1-dev.11 00:22:53 v1.2.1-dev.12 00:22:53 v1.2.1-dev.13 00:22:53 v1.2.1-dev.14 00:22:53 v1.2.1-dev.15 00:22:53 v1.2.1-dev.16 00:22:53 v1.2.1-dev.17 00:22:53 v1.2.1-dev.18 00:22:53 v1.2.1-dev.19 00:22:53 v1.2.1-dev.2 00:22:53 v1.2.1-dev.20 00:22:53 v1.2.1-dev.21 00:22:53 v1.2.1-dev.22 00:22:53 v1.2.1-dev.23 00:22:53 v1.2.1-dev.3 00:22:53 v1.2.1-dev.4 00:22:53 v1.2.1-dev.5 00:22:53 v1.2.1-dev.6 00:22:53 v1.2.1-dev.7 00:22:53 v1.2.1-dev.8 00:22:53 v1.2.1-dev.9 00:22:53 v1.3.0 00:22:53 v1.3.1-dev.1 00:22:53 v2.0.0-dev.1 00:22:53 v2.0.0-dev.2 00:22:53 v2.0.0-dev.3 00:22:53 v2.0.0-dev.4 00:22:53 v2.0.0-dev.5 00:22:53 v2.0.0-dev.6 00:22:53 v2.0.0-dev.7 [Pipeline] sh 00:22:53 + lftools sign git-tag v2.0.0-dev.7 00:22:55 Signing Git tag with Sigul... 00:22:55 Signing v2.0.0-dev.7 [Pipeline] echo 00:22:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:22:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:22:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:22:56 $ docker stop --time=1 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 00:22:58 $ docker rm -f 4e229f2a875093428a282721123a35efbbac99297d855ccd07f89d55339922a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:22:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:22:59 . [Pipeline] withDockerContainer 00:22:59 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:22:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:23:00 $ docker top 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:23:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:23:00 [ssh-agent] Looking for ssh-agent implementation... 00:23:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:23:00 $ docker exec 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c ssh-agent 00:23:00 SSH_AUTH_SOCK=/tmp/ssh-B1LotwlbSVdO/agent.11 00:23:00 SSH_AGENT_PID=17 00:23:00 Running ssh-add (command line suppressed) 00:23:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6074542387768447709.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6074542387768447709.key) 00:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:23:01 + git semver bump pre 00:23:01 # -> Open(): unable to determine branch for HEAD 00:23:01 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:23:01 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:23:01 # $SEMVER_REMOTE_NAME = origin 00:23:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:23:01 # $SEMVER_USER_NAME = edgex-jenkins 00:23:01 # $SEMVER_BRANCH = master 00:23:01 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 00:23:01 2.0.0-dev.8 [Pipeline] } 00:23:01 $ docker exec --env ******** --env ******** 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c ssh-agent -k 00:23:01 unset SSH_AUTH_SOCK; 00:23:01 unset SSH_AGENT_PID; 00:23:01 echo Agent pid 17 killed; 00:23:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:23:02 + git semver [Pipeline] } 00:23:02 $ docker stop --time=1 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c 00:23:03 $ docker rm -f 7d8458575e53592b6bf17e43d52fc4a8df28cb670df98c725d6141ed2149d27c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:23:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:23:03 . [Pipeline] withDockerContainer 00:23:04 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:23:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:23:04 $ docker top 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:23:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:23:04 [ssh-agent] Looking for ssh-agent implementation... 00:23:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:23:05 $ docker exec 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b ssh-agent 00:23:05 SSH_AUTH_SOCK=/tmp/ssh-1YoiZ0FzSznP/agent.12 00:23:05 SSH_AGENT_PID=17 00:23:05 Running ssh-add (command line suppressed) 00:23:05 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6445226670028803917.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6445226670028803917.key) 00:23:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:23:05 + git semver push 00:23:05 # -> Open(): unable to determine branch for HEAD 00:23:05 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 00:23:05 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 00:23:05 # $SEMVER_REMOTE_NAME = origin 00:23:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:23:05 # $SEMVER_USER_NAME = edgex-jenkins 00:23:05 # $SEMVER_BRANCH = master 00:23:05 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 00:23:12 $ docker exec --env ******** --env ******** 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b ssh-agent -k 00:23:12 unset SSH_AUTH_SOCK; 00:23:12 unset SSH_AGENT_PID; 00:23:12 echo Agent pid 17 killed; 00:23:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:23:13 + git semver [Pipeline] } 00:23:13 $ docker stop --time=1 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b 00:23:14 $ docker rm -f 050dbbeeb8314ec3fb75ae53dced7111001bdf027749574a16322fc2563fc58b [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 00:23:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:23:16 ---> package-listing.sh 00:23:16 ++ facter osfamily 00:23:16 ++ tr '[:upper:]' '[:lower:]' 00:23:16 + OS_FAMILY=redhat 00:23:16 + workspace=/w/workspace/_app-service-configurable_master 00:23:16 + START_PACKAGES=/tmp/packages_start.txt 00:23:16 + END_PACKAGES=/tmp/packages_end.txt 00:23:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:23:16 + PACKAGES=/tmp/packages_start.txt 00:23:16 + '[' /w/workspace/_app-service-configurable_master ']' 00:23:16 + PACKAGES=/tmp/packages_end.txt 00:23:16 + case "${OS_FAMILY}" in 00:23:16 + rpm -qa 00:23:16 + sort 00:23:22 + '[' -f /tmp/packages_start.txt ']' 00:23:22 + '[' -f /tmp/packages_end.txt ']' 00:23:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:23:22 + '[' /w/workspace/_app-service-configurable_master ']' 00:23:22 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 00:23:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 00:23:22 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 00:23:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:23:22 00:23:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:23:23 alpine: Pulling from edgex-lftools-log-publisher 00:23:23 df20fa9351a1: Pulling fs layer 00:23:23 36b3adc4ff6f: Pulling fs layer 00:23:23 8ad3a11d3b57: Pulling fs layer 00:23:23 46f8f816bc3b: Pulling fs layer 00:23:23 93b61091891f: Pulling fs layer 00:23:23 93b9cdb0e59b: Pulling fs layer 00:23:23 5e14af77c1be: Pulling fs layer 00:23:23 01666e4c0597: Pulling fs layer 00:23:23 aa168da1d23b: Pulling fs layer 00:23:23 93b9cdb0e59b: Waiting 00:23:23 5e14af77c1be: Waiting 00:23:23 01666e4c0597: Waiting 00:23:23 aa168da1d23b: Waiting 00:23:23 46f8f816bc3b: Waiting 00:23:23 93b61091891f: Waiting 00:23:23 36b3adc4ff6f: Verifying Checksum 00:23:23 36b3adc4ff6f: Download complete 00:23:23 46f8f816bc3b: Verifying Checksum 00:23:23 46f8f816bc3b: Download complete 00:23:23 df20fa9351a1: Verifying Checksum 00:23:23 df20fa9351a1: Download complete 00:23:23 93b9cdb0e59b: Verifying Checksum 00:23:23 93b9cdb0e59b: Download complete 00:23:23 93b61091891f: Download complete 00:23:23 5e14af77c1be: Verifying Checksum 00:23:23 5e14af77c1be: Download complete 00:23:23 01666e4c0597: Verifying Checksum 00:23:23 01666e4c0597: Download complete 00:23:23 df20fa9351a1: Pull complete 00:23:23 36b3adc4ff6f: Pull complete 00:23:23 8ad3a11d3b57: Verifying Checksum 00:23:23 8ad3a11d3b57: Download complete 00:23:24 8ad3a11d3b57: Pull complete 00:23:24 46f8f816bc3b: Pull complete 00:23:24 93b61091891f: Pull complete 00:23:25 93b9cdb0e59b: Pull complete 00:23:25 5e14af77c1be: Pull complete 00:23:25 01666e4c0597: Pull complete 00:23:27 aa168da1d23b: Verifying Checksum 00:23:27 aa168da1d23b: Download complete 00:23:34 aa168da1d23b: Pull complete 00:23:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:23:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:23:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:23:34 prd-centos7-docker-4c-2g-18988 does not seem to be running inside a container 00:23:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:23:37 $ docker top cb0fc9ec231d6c4204c1a6a0e7a9b6d7b03236388d0249082375fa42524a1cd3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:37 + touch /tmp/pre-build-complete [Pipeline] sh 00:23:38 + mkdir -p /var/log/sa [Pipeline] sh 00:23:38 + ls /var/log/sa-host 00:23:38 + sadf -c /var/log/sa-host/sa08 00:23:38 file_magic: OK 00:23:38 HZ: Using current value: 100 00:23:38 file_header: OK 00:23:38 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 00:23:38 Statistics: 00:23:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:23:38 File successfully converted to sysstat format version 12.2.1 00:23:38 + sadf -c /var/log/sa-host/sa23 00:23:38 file_magic: OK 00:23:38 HZ: Using current value: 100 00:23:38 file_header: OK 00:23:38 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 00:23:38 Statistics: 00:23:38 Hnuu...uuuununununu... 00:23:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:23:38 provisioning config files... 00:23:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4655784931983671610tmp [Pipeline] { [Pipeline] echo 00:23:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:23:39 ---> create-netrc.sh [Pipeline] } 00:23:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:23:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:23:39 ---> python-tools-install.sh [Pipeline] echo 00:23:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:23:39 ---> sudo-logs.sh 00:23:39 Archiving 'sudo' log.. [Pipeline] echo 00:23:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:23:40 ---> job-cost.sh 00:23:40 lf-activate-venv: SKIPPING 00:23:40 INFO: No Stack... 00:23:41 INFO: Retrieving Pricing Info for: v1-standard-2 00:23:41 INFO: Archiving Costs [Pipeline] echo 00:23:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:23:41 ---> logs-deploy.sh 00:23:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/71 00:23:41 INFO: archiving workspace using pattern(s): 00:23:44 Archives upload complete. 00:23:44 INFO: archiving logs to Nexus 00:23:45 ---> uname -a: 00:23:45 Linux prd-centos7-docker-4c-2g-18988.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:23:45 00:23:45 00:23:45 ---> lscpu: 00:23:45 Architecture: x86_64 00:23:45 CPU op-mode(s): 32-bit, 64-bit 00:23:45 Byte Order: Little Endian 00:23:45 Address sizes: 40 bits physical, 48 bits virtual 00:23:45 CPU(s): 4 00:23:45 On-line CPU(s) list: 0-3 00:23:45 Thread(s) per core: 1 00:23:45 Core(s) per socket: 1 00:23:45 Socket(s): 4 00:23:45 NUMA node(s): 1 00:23:45 Vendor ID: GenuineIntel 00:23:45 CPU family: 6 00:23:45 Model: 44 00:23:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:23:45 Stepping: 1 00:23:45 CPU MHz: 2933.442 00:23:45 BogoMIPS: 5866.88 00:23:45 Virtualization: VT-x 00:23:45 Hypervisor vendor: KVM 00:23:45 Virtualization type: full 00:23:45 L1d cache: 128 KiB 00:23:45 L1i cache: 128 KiB 00:23:45 L2 cache: 16 MiB 00:23:45 L3 cache: 64 MiB 00:23:45 NUMA node0 CPU(s): 0-3 00:23:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:23:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:23:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:23:45 Vulnerability Meltdown: Mitigation; PTI 00:23:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:23:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:23:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:23:45 Vulnerability Srbds: Not affected 00:23:45 Vulnerability Tsx async abort: Not affected 00:23:45 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 00:23:45 00:23:45 00:23:45 ---> nproc: 00:23:45 4 00:23:45 00:23:45 00:23:45 ---> df -h: 00:23:45 Filesystem Size Used Available Use% Mounted on 00:23:45 overlay 50.0G 8.5G 41.4G 17% / 00:23:45 tmpfs 64.0M 0 64.0M 0% /dev 00:23:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:23:45 shm 64.0M 0 64.0M 0% /dev/shm 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 00:23:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 00:23:45 00:23:45 00:23:45 ---> free -m: 00:23:45 total used free shared buff/cache available 00:23:45 Mem: 1837 828 155 0 853 944 00:23:45 Swap: 1023 2 1021 00:23:45 00:23:45 00:23:45 ---> ip addr: 00:23:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:23:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:23:45 inet 127.0.0.1/8 scope host lo 00:23:45 valid_lft forever preferred_lft forever 00:23:45 inet6 ::1/128 scope host 00:23:45 valid_lft forever preferred_lft forever 00:23:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:23:45 link/ether fa:16:3e:9f:a1:e3 brd ff:ff:ff:ff:ff:ff 00:23:45 inet 10.30.122.41/23 brd 10.30.123.255 scope global dynamic eth0 00:23:45 valid_lft 85816sec preferred_lft 85816sec 00:23:45 inet6 fe80::f816:3eff:fe9f:a1e3/64 scope link 00:23:45 valid_lft forever preferred_lft forever 00:23:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:23:45 link/ether 02:42:6e:19:bb:2d brd ff:ff:ff:ff:ff:ff 00:23:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:23:45 valid_lft forever preferred_lft forever 00:23:45 inet6 fe80::42:6eff:fe19:bb2d/64 scope link 00:23:45 valid_lft forever preferred_lft forever 00:23:45 00:23:45 00:23:45 ---> sar -b -r -n DEV: 00:23:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 00:23:45 00:23:45 00:13:49 LINUX RESTART (4 CPU) 00:23:45 00:23:45 00:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:23:45 00:16:01 4.13 0.00 4.13 0.00 0.00 126.76 0.00 00:23:45 00:17:01 0.47 0.00 0.47 0.00 0.00 6.46 0.00 00:23:45 00:18:01 0.25 0.00 0.25 0.00 0.00 2.45 0.00 00:23:45 00:19:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 00:23:45 00:20:01 0.32 0.00 0.32 0.00 0.00 4.53 0.00 00:23:45 00:21:01 0.30 0.00 0.30 0.00 0.00 3.00 0.00 00:23:45 00:22:01 205.06 121.85 83.21 0.00 6005.26 33184.37 0.00 00:23:45 00:23:01 287.12 124.85 162.27 0.00 6711.40 35721.42 0.00 00:23:45 Average: 62.27 30.86 31.41 0.00 1590.57 8636.75 0.00 00:23:45 00:23:45 00:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:23:45 00:16:01 154048 0 571880 30.39 2620 1152996 1093456 37.32 419276 1107612 16 00:23:45 00:17:01 156544 0 569376 30.26 2620 1153004 1075440 36.70 433192 1091356 8 00:23:45 00:18:01 156996 0 568920 30.24 2620 1153008 1075440 36.70 428028 1096524 8 00:23:45 00:19:01 154836 0 571080 30.35 2620 1153008 1075592 36.71 432760 1093924 8 00:23:45 00:20:01 151604 0 574304 30.52 2620 1153016 1075620 36.71 433604 1096044 8 00:23:45 00:21:01 152664 0 573240 30.47 2620 1153020 1075440 36.70 432484 1096044 8 00:23:45 00:22:01 152100 0 691416 36.75 2596 1035432 1692252 57.75 465920 1008832 8 00:23:45 00:23:01 200184 0 801116 42.58 1500 878744 1423412 48.58 603576 736884 60 00:23:45 Average: 159872 0 615166 32.69 2477 1104028 1198332 40.90 456105 1040902 16 00:23:45 00:23:45 00:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:23:45 00:16:01 eth0 3.51 1.85 3.58 0.48 0.00 0.00 0.00 0.00 00:23:45 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:17:01 eth0 0.37 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:23:45 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:18:01 eth0 1.08 0.08 0.11 0.01 0.00 0.00 0.00 0.00 00:23:45 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:19:01 eth0 1.52 0.70 0.62 0.40 0.00 0.00 0.00 0.00 00:23:45 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:20:01 eth0 0.70 0.52 0.41 0.27 0.00 0.00 0.00 0.00 00:23:45 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:23:45 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:22:01 veth95c3af1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:22:01 eth0 459.11 402.96 4080.16 33.38 0.00 0.00 0.00 0.00 00:23:45 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:22:01 veth10e9947 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:23:01 eth0 525.36 451.49 3645.48 96.91 0.00 0.00 0.00 0.00 00:23:45 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 00:23:01 veth5e05047 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:23:45 00:23:01 docker0 69.96 86.07 5.60 400.31 0.00 0.00 0.00 0.00 00:23:45 Average: eth0 124.05 107.29 966.90 16.44 0.00 0.00 0.00 0.00 00:23:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 Average: veth5e05047 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 00:23:45 Average: docker0 8.50 10.55 0.64 49.59 0.00 0.00 0.00 0.00 00:23:45 00:23:45 00:23:45 ---> sar -P ALL: 00:23:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 00:23:45 00:23:45 00:13:49 LINUX RESTART (4 CPU) 00:23:45 00:23:45 00:15:01 CPU %user %nice %system %iowait %steal %idle 00:23:45 00:16:01 all 0.22 0.00 0.04 0.00 0.00 99.74 00:23:45 00:16:01 0 0.08 0.00 0.07 0.00 0.00 99.85 00:23:45 00:16:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:23:45 00:16:01 2 0.13 0.00 0.05 0.00 0.00 99.82 00:23:45 00:16:01 3 0.60 0.00 0.03 0.00 0.00 99.37 00:23:45 00:17:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:23:45 00:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:23:45 00:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:23:45 00:17:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:23:45 00:17:01 3 0.52 0.00 0.10 0.00 0.00 99.38 00:23:45 00:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:23:45 00:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:23:45 00:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:23:45 00:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:23:45 00:18:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:23:45 00:19:01 all 0.18 0.00 0.05 0.00 0.00 99.77 00:23:45 00:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:23:45 00:19:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:23:45 00:19:01 2 0.08 0.00 0.07 0.00 0.00 99.85 00:23:45 00:19:01 3 0.55 0.00 0.03 0.00 0.02 99.40 00:23:45 00:20:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:23:45 00:20:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:23:45 00:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:23:45 00:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:23:45 00:20:01 3 0.52 0.00 0.08 0.00 0.00 99.40 00:23:45 00:21:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:23:45 00:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:23:45 00:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:23:45 00:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:23:45 00:21:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:23:45 00:22:01 all 7.14 0.00 4.33 1.48 0.02 87.03 00:23:45 00:22:01 0 7.25 0.00 4.52 1.63 0.02 86.58 00:23:45 00:22:01 1 7.29 0.00 3.66 2.26 0.00 86.79 00:23:45 00:22:01 2 6.70 0.00 4.85 1.05 0.03 87.37 00:23:45 00:22:01 3 7.31 0.00 4.29 1.00 0.03 87.36 00:23:45 00:23:01 all 12.92 0.00 8.14 4.46 0.03 74.45 00:23:45 00:23:01 0 12.03 0.00 8.67 4.47 0.03 74.79 00:23:45 00:23:01 1 11.53 0.00 8.16 4.09 0.03 76.19 00:23:45 00:23:01 2 12.13 0.00 7.44 4.45 0.03 75.95 00:23:45 00:23:01 3 15.99 0.00 8.27 4.83 0.03 70.88 00:23:45 Average: all 2.60 0.00 1.56 0.73 0.01 95.10 00:23:45 Average: 0 2.40 0.00 1.65 0.75 0.01 95.20 00:23:45 Average: 1 2.35 0.00 1.48 0.78 0.01 95.38 00:23:45 Average: 2 2.37 0.00 1.55 0.68 0.01 95.40 00:23:45 Average: 3 3.28 0.00 1.58 0.72 0.01 94.41 00:23:45 00:23:45 00:23:45