Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1818c95d6555627539e05dc67b65bacdc5eca62f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24342’ is offline; ‘prd-centos7-docker-4c-2g-24344’ is offline; ‘prd-centos7-docker-4c-2g-24347’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24343’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24349 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) > 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/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" > git rev-list --no-walk e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:09:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:09:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:09:17 ========================================================= 16:09:17 EdgeX Global Pipelines Version Info 16:09:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:09:19 ------------------- 16:09:19 stable info: 16:09:19 ------------------- 16:09:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:09:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:09:19 Message: update stable to v1.0.179 16:09:19 ------------------- 16:09:19 experimental info: 16:09:19 ------------------- 16:09:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:09:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:09:19 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:09:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:09:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:09:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1818c95 [Pipeline] echo 16:09:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:09:23 provisioning config files... 16:09:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config7794865077746322561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:09:24 ---> docker-login.sh 16:09:24 nexus3.edgexfoundry.org:10001 16:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:24 Configure a credential helper to remove this warning. See 16:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:24 16:09:24 Login Succeeded 16:09:24 nexus3.edgexfoundry.org:10002 16:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:24 Configure a credential helper to remove this warning. See 16:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:24 16:09:24 Login Succeeded 16:09:24 nexus3.edgexfoundry.org:10003 16:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:24 Configure a credential helper to remove this warning. See 16:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:24 16:09:24 Login Succeeded 16:09:24 nexus3.edgexfoundry.org:10004 16:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:24 Configure a credential helper to remove this warning. See 16:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:24 16:09:24 Login Succeeded 16:09:24 docker.io 16:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:25 Configure a credential helper to remove this warning. See 16:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:25 16:09:25 Login Succeeded 16:09:25 ---> docker-login.sh ends [Pipeline] } 16:09:25 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 16:09:26 + git log --format=format:%s -1 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] echo 16:09:26 GIT_COMMIT: 1818c95d6555627539e05dc67b65bacdc5eca62f, Commit Message: fix(snap): allow disabling of secret-store via config hook (#180) [Pipeline] echo 16:09:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:27 16:09:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:09:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:27 latest: Pulling from edgex-devops/git-semver 16:09:27 31603596830f: Pulling fs layer 16:09:27 2a8b12db71e7: Pulling fs layer 16:09:27 6ca5941a6612: Pulling fs layer 16:09:27 ecc8261a40a4: Pulling fs layer 16:09:27 ecc8261a40a4: Waiting 16:09:27 2a8b12db71e7: Verifying Checksum 16:09:27 2a8b12db71e7: Download complete 16:09:27 31603596830f: Verifying Checksum 16:09:27 31603596830f: Download complete 16:09:27 ecc8261a40a4: Verifying Checksum 16:09:27 ecc8261a40a4: Download complete 16:09:27 6ca5941a6612: Verifying Checksum 16:09:27 6ca5941a6612: Download complete 16:09:27 31603596830f: Pull complete 16:09:27 2a8b12db71e7: Pull complete 16:09:28 6ca5941a6612: Pull complete 16:09:28 ecc8261a40a4: Pull complete 16:09:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:09:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:09:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:09:29 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:09:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:09:30 $ docker top 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:09:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:31 [ssh-agent] Looking for ssh-agent implementation... 16:09:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:31 $ docker exec 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent 16:09:31 SSH_AUTH_SOCK=/tmp/ssh-EOtx5VYaDZm5/agent.13 16:09:31 SSH_AGENT_PID=18 16:09:31 Running ssh-add (command line suppressed) 16:09:31 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1677722299475336709.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1677722299475336709.key) 16:09:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:31 + git tag --points-at HEAD [Pipeline] } 16:09:32 $ docker exec --env ******** --env ******** 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent -k 16:09:32 unset SSH_AUTH_SOCK; 16:09:32 unset SSH_AGENT_PID; 16:09:32 echo Agent pid 18 killed; 16:09:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:09:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:09:32 [ssh-agent] Looking for ssh-agent implementation... 16:09:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:09:32 $ docker exec 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent 16:09:32 SSH_AUTH_SOCK=/tmp/ssh-mfQXQxqgcBKq/agent.47 16:09:32 SSH_AGENT_PID=52 16:09:32 Running ssh-add (command line suppressed) 16:09:32 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1904098972428720968.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1904098972428720968.key) 16:09:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:09:33 + git semver init 16:09:33 # -> Open(): unable to determine branch for HEAD 16:09:33 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 16:09:33 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 16:09:33 # $SEMVER_REMOTE_NAME = origin 16:09:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:09:33 # $SEMVER_USER_NAME = edgex-jenkins 16:09:33 # $SEMVER_BRANCH = hanoi 16:09:33 # $SEMVER_TEMP = /tmp/semver-354291910 16:09:33 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:09:33 # '/tmp/semver-354291910' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' 16:09:33 # -> Force: false 16:09:33 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 16:09:33 $ docker exec --env ******** --env ******** 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent -k 16:09:33 unset SSH_AUTH_SOCK; 16:09:33 unset SSH_AGENT_PID; 16:09:33 echo Agent pid 52 killed; 16:09:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:09:34 + git semver [Pipeline] } 16:09:34 $ docker stop --time=1 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 16:09:35 $ docker rm -f 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 [Pipeline] // withDockerContainer [Pipeline] sh 16:09:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:09:36 Stashed 1 file(s) [Pipeline] echo 16:09:36 [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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 16:09:52 Still waiting to schedule task 16:09:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:09:52 Still waiting to schedule task 16:09:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:12:19 Running on prd-centos7-docker-4c-2g-24351 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 16:12:19 Running in /w/workspace/app-service-configurable/3 [Pipeline] { 16:12:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24350 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] checkout [Pipeline] { [Pipeline] ws 16:12:19 Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout 16:12:22 using credential edgex-jenkins-ssh 16:12:22 Cloning the remote Git repository 16:12:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:12:22 > git init /w/workspace/app-service-configurable/3 # timeout=10 16:12:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:12:22 > git --version # timeout=10 16:12:22 > git --version # 'git version 2.24.3' 16:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:12:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:12:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:12:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 16:12:23 Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) 16:12:23 > git config core.sparsecheckout # timeout=10 16:12:23 > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 16:12:24 using credential edgex-jenkins-ssh 16:12:24 Cloning the remote Git repository 16:12:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:12:24 > git init /w/workspace/app-service-configurable/3 # timeout=10 16:12:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:12:25 > git --version # timeout=10 16:12:25 > git --version # 'git version 2.17.1' 16:12:25 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:12:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:12:26 Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) 16:12:27 Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" 16:12:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:12:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 16:12:26 > git config core.sparsecheckout # timeout=10 16:12:26 > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:12:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:12:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:12:29 + true 16:12:29 + sudo service docker restart 16:12:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:12:30 provisioning config files... 16:12:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config5433797187428481271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:30 ---> docker-login.sh 16:12:30 nexus3.edgexfoundry.org:10001 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 nexus3.edgexfoundry.org:10002 16:12:31 Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 nexus3.edgexfoundry.org:10003 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 nexus3.edgexfoundry.org:10004 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 docker.io 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:32 Configure a credential helper to remove this warning. See 16:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:32 16:12:32 Login Succeeded 16:12:32 ---> docker-login.sh ends [Pipeline] } 16:12:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 16:12:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo 16:12:32 ========================================================= 16:12:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:12:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:12:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:12:33 + 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 . 16:12:33 Sending build context to Docker daemon 101.4kB 16:12:33 Step 1/8 : ARG BASE=golang:1.15-alpine 16:12:33 Step 2/8 : FROM ${BASE} 16:12:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:12:33 188c0c94c7c5: Pulling fs layer 16:12:33 0ef7d3d256c8: Pulling fs layer 16:12:33 de9db76c5a1d: Pulling fs layer 16:12:33 bca2f99d35d6: Pulling fs layer 16:12:33 93359f2a8cfa: Pulling fs layer 16:12:33 7c6f9722023f: Pulling fs layer 16:12:33 a35cf1a2eb13: Pulling fs layer 16:12:33 bca2f99d35d6: Waiting 16:12:33 a35cf1a2eb13: Waiting 16:12:33 7c6f9722023f: Waiting 16:12:33 de9db76c5a1d: Verifying Checksum 16:12:33 de9db76c5a1d: Download complete 16:12:33 0ef7d3d256c8: Verifying Checksum 16:12:33 0ef7d3d256c8: Download complete 16:12:33 93359f2a8cfa: Verifying Checksum 16:12:33 93359f2a8cfa: Download complete 16:12:33 7c6f9722023f: Download complete 16:12:33 188c0c94c7c5: Verifying Checksum 16:12:33 188c0c94c7c5: Download complete 16:12:33 + true 16:12:33 + sudo service docker restart 16:12:33 188c0c94c7c5: Pull complete 16:12:34 0ef7d3d256c8: Pull complete 16:12:34 de9db76c5a1d: Pull complete 16:12:36 a35cf1a2eb13: Verifying Checksum 16:12:36 a35cf1a2eb13: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:12:36 provisioning config files... 16:12:36 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config542947972561250351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:36 bca2f99d35d6: Verifying Checksum 16:12:36 bca2f99d35d6: Download complete 16:12:36 ---> docker-login.sh 16:12:36 nexus3.edgexfoundry.org:10001 16:12:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:38 Configure a credential helper to remove this warning. See 16:12:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:38 16:12:38 Login Succeeded 16:12:38 nexus3.edgexfoundry.org:10002 16:12:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:38 Configure a credential helper to remove this warning. See 16:12:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:38 16:12:38 Login Succeeded 16:12:38 nexus3.edgexfoundry.org:10003 16:12:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 nexus3.edgexfoundry.org:10004 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:39 Configure a credential helper to remove this warning. See 16:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:39 16:12:39 Login Succeeded 16:12:39 docker.io 16:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:40 Configure a credential helper to remove this warning. See 16:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:40 16:12:40 Login Succeeded 16:12:40 ---> docker-login.sh ends [Pipeline] } 16:12:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:12:40 ========================================================= 16:12:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:12:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:12:41 + 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 . 16:12:41 Sending build context to Docker daemon 101.4kB 16:12:41 Step 1/8 : ARG BASE=golang:1.15-alpine 16:12:41 Step 2/8 : FROM ${BASE} 16:12:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:12:41 5f621e34cdf4: Pulling fs layer 16:12:41 a4357932f1b6: Pulling fs layer 16:12:41 18c013af1878: Pulling fs layer 16:12:41 00ac8860ef70: Pulling fs layer 16:12:41 63d7cb157983: Pulling fs layer 16:12:41 b116817d02f9: Pulling fs layer 16:12:41 745a02a5169b: Pulling fs layer 16:12:41 00ac8860ef70: Waiting 16:12:41 63d7cb157983: Waiting 16:12:41 b116817d02f9: Waiting 16:12:41 745a02a5169b: Waiting 16:12:41 18c013af1878: Verifying Checksum 16:12:41 18c013af1878: Download complete 16:12:41 a4357932f1b6: Verifying Checksum 16:12:41 a4357932f1b6: Download complete 16:12:41 63d7cb157983: Download complete 16:12:41 b116817d02f9: Verifying Checksum 16:12:41 b116817d02f9: Download complete 16:12:41 5f621e34cdf4: Verifying Checksum 16:12:41 5f621e34cdf4: Download complete 16:12:42 5f621e34cdf4: Pull complete 16:12:43 a4357932f1b6: Pull complete 16:12:43 bca2f99d35d6: Pull complete 16:12:43 93359f2a8cfa: Pull complete 16:12:43 7c6f9722023f: Pull complete 16:12:43 18c013af1878: Pull complete 16:12:43 745a02a5169b: Verifying Checksum 16:12:43 745a02a5169b: Download complete 16:12:45 00ac8860ef70: Download complete 16:12:45 a35cf1a2eb13: Pull complete 16:12:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:12:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:12:45 ---> a62c8e92a672 16:12:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:12:46 ---> Running in 2c2552192f4e 16:12:46 Removing intermediate container 2c2552192f4e 16:12:46 ---> 8c640510c86b 16:12:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:46 ---> Running in a11d5ee66185 16:12:47 Removing intermediate container a11d5ee66185 16:12:47 ---> a8e6b4c76451 16:12:47 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:12:47 ---> Running in f563acea0b79 16:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:12:50 (1/6) Installing libc-dev (0.7.2-r3) 16:12:50 (2/6) Installing libsodium (1.0.18-r0) 16:12:50 (3/6) Installing pkgconf (1.7.2-r0) 16:12:50 (4/6) Installing libsodium-dev (1.0.18-r0) 16:12:50 (5/6) Installing libzmq (4.3.3-r0) 16:12:50 (6/6) Installing zeromq-dev (4.3.3-r0) 16:12:50 Executing busybox-1.31.1-r19.trigger 16:12:50 OK: 167 MiB in 45 packages 16:12:50 Removing intermediate container f563acea0b79 16:12:50 ---> 917b076c0cd3 16:12:50 Step 6/8 : WORKDIR /app 16:12:51 ---> Running in 03c9f36dd0ee 16:12:51 Removing intermediate container 03c9f36dd0ee 16:12:51 ---> 2c4ab4372ea1 16:12:51 Step 7/8 : COPY . . 16:12:51 ---> 790fe2817591 16:12:51 Step 8/8 : RUN go mod download 16:12:51 ---> Running in 9e4dcd09921a 16:12:55 00ac8860ef70: Pull complete 16:12:55 63d7cb157983: Pull complete 16:12:56 b116817d02f9: Pull complete 16:13:00 745a02a5169b: Pull complete 16:13:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:13:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:13:00 ---> b7e6874047d6 16:13:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:13:02 ---> Running in 333437734c0e 16:13:03 Removing intermediate container 333437734c0e 16:13:03 ---> 6e4f51312582 16:13:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:03 ---> Running in b8a77931c228 16:13:05 Removing intermediate container b8a77931c228 16:13:05 ---> e01313c1f6ba 16:13:05 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:13:05 ---> Running in 037afdb36d1b 16:13:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:07 (1/6) Installing libc-dev (0.7.2-r3) 16:13:07 (2/6) Installing libsodium (1.0.18-r0) 16:13:08 (3/6) Installing pkgconf (1.7.2-r0) 16:13:08 (4/6) Installing libsodium-dev (1.0.18-r0) 16:13:08 (5/6) Installing libzmq (4.3.3-r0) 16:13:08 (6/6) Installing zeromq-dev (4.3.3-r0) 16:13:08 Executing busybox-1.31.1-r19.trigger 16:13:08 OK: 144 MiB in 45 packages 16:13:09 Removing intermediate container 037afdb36d1b 16:13:09 ---> 8766d715f455 16:13:09 Step 6/8 : WORKDIR /app 16:13:09 ---> Running in d1abb41f581f 16:13:10 Removing intermediate container d1abb41f581f 16:13:10 ---> bafd42f1d895 16:13:10 Step 7/8 : COPY . . 16:13:11 ---> fc39b2333fef 16:13:11 Step 8/8 : RUN go mod download 16:13:11 ---> Running in 64e37be3cd4d 16:13:18 Removing intermediate container 9e4dcd09921a 16:13:18 ---> 0096c359ddae 16:13:18 Successfully built 0096c359ddae 16:13:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:13:18 + docker inspect -f . ci-base-image-x86_64 16:13:18 . [Pipeline] withDockerContainer 16:13:18 prd-centos7-docker-4c-2g-24351 does not seem to be running inside a container 16:13:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:13:19 $ docker top cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:20 + go version 16:13:20 go version go1.15.5 linux/amd64 [Pipeline] } 16:13:20 $ docker stop --time=1 cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 16:13:21 $ docker rm -f cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:22 + docker inspect -f . ci-base-image-x86_64 16:13:22 . [Pipeline] withDockerContainer 16:13:22 prd-centos7-docker-4c-2g-24351 does not seem to be running inside a container 16:13:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:13:23 $ docker top 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:23 + make test 16:13:23 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:13:42 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:13:42 CGO_ENABLED=1 go vet ./... 16:13:43 Removing intermediate container 64e37be3cd4d 16:13:43 ---> e61197f9ff0a 16:13:43 Successfully built e61197f9ff0a 16:13:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:13:44 + docker inspect -f . ci-base-image-arm64 16:13:44 . [Pipeline] withDockerContainer 16:13:45 prd-ubuntu18.04-docker-arm64-4c-16g-24350 does not seem to be running inside a container 16:13:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@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 16:13:46 gofmt -l . 16:13:46 [ "`gofmt -l .`" = "" ] 16:13:46 ./bin/test-go-mod-tidy.sh 16:13:46 ./bin/test-attribution-txt.sh 16:13:46 $ docker top 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 -eo pid,comm [Pipeline] { [Pipeline] } 16:13:47 $ docker stop --time=1 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa 16:13:49 $ docker rm -f 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 16:13:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:13:49 Stashed 1 file(s) [Pipeline] } 16:13:49 + go version 16:13:49 go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } 16:13:50 $ docker stop --time=1 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 16:13:51 $ docker rm -f 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:13:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:13:56 + docker inspect -f . ci-base-image-arm64 16:13:56 . [Pipeline] withDockerContainer 16:13:56 + ls -al . 16:13:56 total 96 16:13:56 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 1 16:13 . 16:13:56 drwxrwxr-x. 4 jenkins jenkins 28 Feb 1 16:12 .. 16:13:56 -rw-rw-r--. 1 jenkins jenkins 6568 Feb 1 16:12 Attribution.txt 16:13:56 drwxrwxr-x. 2 jenkins jenkins 64 Feb 1 16:12 bin 16:13:56 -rw-r--r--. 1 jenkins jenkins 10 Feb 1 16:13 coverage.out 16:13:56 -rw-rw-r--. 1 jenkins jenkins 180 Feb 1 16:12 docker-compose.debug.yml 16:13:56 -rw-rw-r--. 1 jenkins jenkins 133 Feb 1 16:12 docker-compose.yml 16:13:56 -rw-rw-r--. 1 jenkins jenkins 2002 Feb 1 16:12 Dockerfile 16:13:56 -rw-rw-r--. 1 jenkins jenkins 966 Feb 1 16:12 Dockerfile.build 16:13:56 -rw-rw-r--. 1 jenkins jenkins 119 Feb 1 16:12 .dockerignore 16:13:56 drwxrwxr-x. 8 jenkins jenkins 162 Feb 1 16:12 .git 16:13:56 drwxrwxr-x. 2 jenkins jenkins 81 Feb 1 16:12 .github 16:13:56 -rw-rw-r--. 1 jenkins jenkins 93 Feb 1 16:12 .gitignore 16:13:56 -rw-r--r--. 1 jenkins jenkins 132 Feb 1 16:13 go.mod 16:13:56 -rw-r--r--. 1 jenkins jenkins 19563 Feb 1 16:13 go.sum 16:13:56 -rw-rw-r--. 1 jenkins jenkins 687 Feb 1 16:12 Jenkinsfile 16:13:56 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 1 16:12 LICENSE 16:13:56 -rw-rw-r--. 1 jenkins jenkins 1519 Feb 1 16:12 main.go 16:13:56 -rw-rw-r--. 1 jenkins jenkins 1573 Feb 1 16:12 makefile 16:13:56 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 1 16:12 README.md 16:13:56 drwxrwxr-x. 10 jenkins jenkins 171 Feb 1 16:12 res 16:13:56 drwxrwxr-x. 4 jenkins jenkins 71 Feb 1 16:12 snap 16:13:56 -rw-rw-r--. 1 jenkins jenkins 11 Feb 1 16:09 VERSION 16:13:56 prd-ubuntu18.04-docker-arm64-4c-16g-24350 does not seem to be running inside a container 16:13:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@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 16:13:57 $ docker top cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:13:58 + 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=1818c95d6555627539e05dc67b65bacdc5eca62f --label arch=amd64 --label version=1.3.1-dev.2 . 16:13:58 Sending build context to Docker daemon 123.9kB 16:13:58 Step 1/27 : ARG BASE=golang:1.15-alpine 16:13:58 Step 2/27 : FROM ${BASE} AS builder 16:13:58 ---> 0096c359ddae 16:13:58 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:13:58 + make test 16:13:58 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:13:58 ---> Running in 184f338fff26 16:13:58 Removing intermediate container 184f338fff26 16:13:58 ---> b5f372e86a4d 16:13:58 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:13:59 ---> Running in 6a945a01b5eb 16:13:59 Removing intermediate container 6a945a01b5eb 16:13:59 ---> 8c549c6113a6 16:13:59 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:13:59 ---> Running in 050d28be8393 16:13:59 Removing intermediate container 050d28be8393 16:13:59 ---> bcab49c70fc7 16:13:59 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:59 ---> Running in dfcd16d618b0 16:14:00 Removing intermediate container dfcd16d618b0 16:14:00 ---> a787a5aef22b 16:14:00 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:14:00 ---> Running in fd3e7977624f 16:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:02 OK: 167 MiB in 45 packages 16:14:02 Removing intermediate container fd3e7977624f 16:14:02 ---> f66314805bd5 16:14:02 Step 8/27 : WORKDIR /app 16:14:02 ---> Running in a1c465e2f70b 16:14:02 Removing intermediate container a1c465e2f70b 16:14:02 ---> e904647db60a 16:14:02 Step 9/27 : COPY go.mod . 16:14:02 ---> 2b4698c453a7 16:14:02 Step 10/27 : RUN go mod download 16:14:03 ---> Running in b34f7f62d5b5 16:14:04 Removing intermediate container b34f7f62d5b5 16:14:04 ---> 92a85fb17fb1 16:14:04 Step 11/27 : COPY . . 16:14:04 ---> 71da03f9be74 16:14:04 Step 12/27 : ARG MAKE="make build" 16:14:04 ---> Running in ceb554f1ccba 16:14:04 Removing intermediate container ceb554f1ccba 16:14:04 ---> a9aa83592a31 16:14:04 Step 13/27 : RUN $MAKE 16:14:04 ---> Running in 73c0d8049f4b 16:14:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.2" -o app-service-configurable 16:14:23 Removing intermediate container 73c0d8049f4b 16:14:23 ---> e5e3bcf9045c 16:14:23 Step 14/27 : FROM alpine:latest 16:14:23 latest: Pulling from library/alpine 16:14:23 4c0d98bf9879: Pulling fs layer 16:14:23 4c0d98bf9879: Verifying Checksum 16:14:23 4c0d98bf9879: Download complete 16:14:23 4c0d98bf9879: Pull complete 16:14:23 Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 16:14:23 Status: Downloaded newer image for alpine:latest 16:14:23 ---> e50c909a8df2 16:14:23 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:14:23 ---> Running in d9e265c7db36 16:14:23 Removing intermediate container d9e265c7db36 16:14:23 ---> f44671284973 16:14:23 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:14:23 ---> Running in 56787fd77992 16:14:24 Removing intermediate container 56787fd77992 16:14:24 ---> 43e0ffba03a4 16:14:24 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 16:14:24 ---> Running in af788d9a136a 16:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 16:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 16:14:24 (1/6) Installing ca-certificates (20191127-r5) 16:14:24 (2/6) Installing libgcc (10.2.1_pre1-r3) 16:14:24 (3/6) Installing libsodium (1.0.18-r0) 16:14:24 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 16:14:24 (5/6) Installing libzmq (4.3.3-r1) 16:14:25 (6/6) Installing zeromq (4.3.3-r1) 16:14:25 Executing busybox-1.32.1-r2.trigger 16:14:25 Executing ca-certificates-20191127-r5.trigger 16:14:25 OK: 9 MiB in 20 packages 16:14:26 Removing intermediate container af788d9a136a 16:14:26 ---> ce7ac91e11ff 16:14:26 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:14:26 ---> f8ee0ec67098 16:14:26 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:14:26 ---> 69a177c6ff6a 16:14:26 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:14:27 ---> ae42d923e635 16:14:27 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:14:27 ---> bdedd82abe9b 16:14:27 Step 22/27 : EXPOSE 48095 16:14:27 ---> Running in 6d1755fcb784 16:14:27 Removing intermediate container 6d1755fcb784 16:14:27 ---> 44d9e1341ebb 16:14:27 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:14:28 ---> Running in 0c7020e7b6ef 16:14:28 Removing intermediate container 0c7020e7b6ef 16:14:28 ---> 543beda80265 16:14:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:14:28 ---> Running in ce8e8318ef73 16:14:28 Removing intermediate container ce8e8318ef73 16:14:28 ---> 05ea633c29ef 16:14:28 Step 25/27 : LABEL arch=amd64 16:14:28 ---> Running in 986e458c87df 16:14:28 Removing intermediate container 986e458c87df 16:14:28 ---> 739a889e2da6 16:14:28 Step 26/27 : LABEL git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f 16:14:28 ---> Running in 4931d3ac7557 16:14:28 Removing intermediate container 4931d3ac7557 16:14:28 ---> 92864263724c 16:14:28 Step 27/27 : LABEL version=1.3.1-dev.2 16:14:28 ---> Running in a90dec6256bc 16:14:28 Removing intermediate container a90dec6256bc 16:14:28 ---> 09e924154178 16:14:28 [Warning] One or more build-args [ARCH] were not consumed 16:14:28 Successfully built 09e924154178 16:14:28 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:14:29 provisioning config files... 16:14:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config8155919437797972656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:14:29 ---> docker-login.sh 16:14:29 nexus3.edgexfoundry.org:10001 16:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 nexus3.edgexfoundry.org:10002 16:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 nexus3.edgexfoundry.org:10003 16:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 nexus3.edgexfoundry.org:10004 16:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 docker.io 16:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:14:30 Configure a credential helper to remove this warning. See 16:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:14:30 16:14:30 Login Succeeded 16:14:30 ---> docker-login.sh ends [Pipeline] } 16:14:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:31 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 16:14:31 1818c95d6555627539e05dc67b65bacdc5eca62f 16:14:31 latest 16:14:31 1.3.1-dev.2 16:14:31 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:14:31 hanoi 16:14:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh 16:14:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f 16:14:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:14:31 b32a6442bb4a: Preparing 16:14:31 1f791f583616: Preparing 16:14:31 ca1b031d0c1e: Preparing 16:14:31 4af441de48e4: Preparing 16:14:31 c5671d1249f3: Preparing 16:14:31 1119ff37d4a9: Preparing 16:14:32 4af441de48e4: Pushed 16:14:32 1f791f583616: Pushed 16:14:32 ca1b031d0c1e: Pushed 16:14:32 c5671d1249f3: Pushed 16:14:32 1119ff37d4a9: Pushed 16:14:33 b32a6442bb4a: Pushed 16:14:33 1818c95d6555627539e05dc67b65bacdc5eca62f: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:14:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 16:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:14:34 b32a6442bb4a: Preparing 16:14:34 1f791f583616: Preparing 16:14:34 ca1b031d0c1e: Preparing 16:14:34 4af441de48e4: Preparing 16:14:34 c5671d1249f3: Preparing 16:14:34 1119ff37d4a9: Preparing 16:14:34 1119ff37d4a9: Waiting 16:14:34 4af441de48e4: Layer already exists 16:14:34 c5671d1249f3: Layer already exists 16:14:34 b32a6442bb4a: Layer already exists 16:14:34 ca1b031d0c1e: Layer already exists 16:14:34 1f791f583616: Layer already exists 16:14:34 1119ff37d4a9: Layer already exists 16:14:34 latest: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:14:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 16:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:14:35 b32a6442bb4a: Preparing 16:14:35 1f791f583616: Preparing 16:14:35 ca1b031d0c1e: Preparing 16:14:35 4af441de48e4: Preparing 16:14:35 c5671d1249f3: Preparing 16:14:35 1119ff37d4a9: Preparing 16:14:35 1119ff37d4a9: Waiting 16:14:35 4af441de48e4: Layer already exists 16:14:35 c5671d1249f3: Layer already exists 16:14:35 1f791f583616: Layer already exists 16:14:35 b32a6442bb4a: Layer already exists 16:14:35 ca1b031d0c1e: Layer already exists 16:14:35 1119ff37d4a9: Layer already exists 16:14:35 1.3.1-dev.2: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:35 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:14:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:14:35 b32a6442bb4a: Preparing 16:14:35 1f791f583616: Preparing 16:14:35 ca1b031d0c1e: Preparing 16:14:35 4af441de48e4: Preparing 16:14:35 c5671d1249f3: Preparing 16:14:35 1119ff37d4a9: Preparing 16:14:35 1119ff37d4a9: Waiting 16:14:35 ca1b031d0c1e: Layer already exists 16:14:35 b32a6442bb4a: Layer already exists 16:14:35 4af441de48e4: Layer already exists 16:14:35 c5671d1249f3: Layer already exists 16:14:35 1f791f583616: Layer already exists 16:14:35 1119ff37d4a9: Layer already exists 16:14:35 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:14:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh 16:14:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi 16:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:14:36 b32a6442bb4a: Preparing 16:14:36 1f791f583616: Preparing 16:14:36 ca1b031d0c1e: Preparing 16:14:36 4af441de48e4: Preparing 16:14:36 c5671d1249f3: Preparing 16:14:36 1119ff37d4a9: Preparing 16:14:36 1119ff37d4a9: Waiting 16:14:36 1f791f583616: Layer already exists 16:14:36 4af441de48e4: Layer already exists 16:14:36 b32a6442bb4a: Layer already exists 16:14:36 ca1b031d0c1e: Layer already exists 16:14:36 c5671d1249f3: Layer already exists 16:14:36 1119ff37d4a9: Layer already exists 16:14:36 hanoi: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:36 ===================================================== [Pipeline] echo 16:14:36 taggedImages: 16:14:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f 16:14:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 16:14:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 16:14:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:14:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:14:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:14:55 CGO_ENABLED=1 go vet ./... 16:14:58 gofmt -l . 16:14:58 [ "`gofmt -l .`" = "" ] 16:14:58 ./bin/test-go-mod-tidy.sh 16:14:58 ./bin/test-attribution-txt.sh [Pipeline] } 16:14:59 $ docker stop --time=1 cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db 16:15:01 $ docker rm -f cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db [Pipeline] // withDockerContainer [Pipeline] sh 16:15:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:15:02 Warning: overwriting stash ‘coverage-report’ 16:15:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:15:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:15:04 + ls -al . 16:15:04 total 120 16:15:04 drwxrwxr-x 7 jenkins jenkins 4096 Feb 1 16:14 . 16:15:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 16:12 .. 16:15:04 -rw-rw-r-- 1 jenkins jenkins 119 Feb 1 16:12 .dockerignore 16:15:04 drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 16:12 .git 16:15:04 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 16:12 .github 16:15:04 -rw-rw-r-- 1 jenkins jenkins 93 Feb 1 16:12 .gitignore 16:15:04 -rw-rw-r-- 1 jenkins jenkins 6568 Feb 1 16:12 Attribution.txt 16:15:04 -rw-rw-r-- 1 jenkins jenkins 2002 Feb 1 16:12 Dockerfile 16:15:04 -rw-rw-r-- 1 jenkins jenkins 966 Feb 1 16:12 Dockerfile.build 16:15:04 -rw-rw-r-- 1 jenkins jenkins 687 Feb 1 16:12 Jenkinsfile 16:15:04 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 1 16:12 LICENSE 16:15:04 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 1 16:12 README.md 16:15:04 -rw-rw-r-- 1 jenkins jenkins 11 Feb 1 16:09 VERSION 16:15:04 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 16:12 bin 16:15:04 -rw-r--r-- 1 jenkins jenkins 10 Feb 1 16:13 coverage.out 16:15:04 -rw-rw-r-- 1 jenkins jenkins 180 Feb 1 16:12 docker-compose.debug.yml 16:15:04 -rw-rw-r-- 1 jenkins jenkins 133 Feb 1 16:12 docker-compose.yml 16:15:04 -rw-r--r-- 1 jenkins jenkins 132 Feb 1 16:14 go.mod 16:15:04 -rw-r--r-- 1 jenkins jenkins 19563 Feb 1 16:14 go.sum 16:15:04 -rw-rw-r-- 1 jenkins jenkins 1519 Feb 1 16:12 main.go 16:15:04 -rw-rw-r-- 1 jenkins jenkins 1573 Feb 1 16:12 makefile 16:15:04 drwxrwxr-x 10 jenkins jenkins 4096 Feb 1 16:12 res 16:15:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 16:12 snap [Pipeline] isUnix [Pipeline] sh 16:15:05 + 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=1818c95d6555627539e05dc67b65bacdc5eca62f --label arch=arm64 --label version=1.3.1-dev.2 . 16:15:05 Sending build context to Docker daemon 123.9kB 16:15:05 Step 1/27 : ARG BASE=golang:1.15-alpine 16:15:05 Step 2/27 : FROM ${BASE} AS builder 16:15:05 ---> e61197f9ff0a 16:15:05 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:15:05 ---> Running in be36a58965c7 16:15:06 Removing intermediate container be36a58965c7 16:15:06 ---> 0534c5d791c6 16:15:06 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:15:06 ---> Running in dd5daa1ae5c0 16:15:07 Removing intermediate container dd5daa1ae5c0 16:15:07 ---> 422e6bb14fc6 16:15:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:15:07 ---> Running in 786878ada5c8 16:15:07 Removing intermediate container 786878ada5c8 16:15:07 ---> 7560257aa723 16:15:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:07 ---> Running in 16f73276338f 16:15:09 Removing intermediate container 16f73276338f 16:15:09 ---> 5420b07e3426 16:15:09 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:15:09 ---> Running in 0e8612fc4ee2 16:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:12 OK: 144 MiB in 45 packages 16:15:13 Removing intermediate container 0e8612fc4ee2 16:15:13 ---> 46d3da001e22 16:15:13 Step 8/27 : WORKDIR /app 16:15:13 ---> Running in 2cfbb947aadc 16:15:14 Removing intermediate container 2cfbb947aadc 16:15:14 ---> 8f7c19ecb354 16:15:14 Step 9/27 : COPY go.mod . 16:15:14 ---> 80f525b01d54 16:15:14 Step 10/27 : RUN go mod download 16:15:14 ---> Running in 6e9e03e7aed4 16:15:17 Removing intermediate container 6e9e03e7aed4 16:15:17 ---> e766583d578f 16:15:17 Step 11/27 : COPY . . 16:15:18 ---> 4880fea71a51 16:15:18 Step 12/27 : ARG MAKE="make build" 16:15:18 ---> Running in 269c0bdd38bb 16:15:18 Removing intermediate container 269c0bdd38bb 16:15:18 ---> 057b8f397f19 16:15:18 Step 13/27 : RUN $MAKE 16:15:18 ---> Running in 4c47b4766a05 16:15:19 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.2" -o app-service-configurable 16:16:06 Removing intermediate container 4c47b4766a05 16:16:06 ---> 4f9b9ff21950 16:16:06 Step 14/27 : FROM alpine:latest 16:16:06 latest: Pulling from library/alpine 16:16:06 2914792bc417: Pulling fs layer 16:16:06 2914792bc417: Download complete 16:16:06 2914792bc417: Pull complete 16:16:06 Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 16:16:06 Status: Downloaded newer image for alpine:latest 16:16:06 ---> 85b71a783ad3 16:16:06 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:16:06 ---> Running in 16888b96a968 16:16:07 Removing intermediate container 16888b96a968 16:16:07 ---> ff8c0de4a30f 16:16:07 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:16:07 ---> Running in 8663fe76b106 16:16:07 Removing intermediate container 8663fe76b106 16:16:07 ---> 7e7f68a78566 16:16:07 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 16:16:07 ---> Running in 4404303907bb 16:16:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 16:16:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 16:16:09 (1/6) Installing ca-certificates (20191127-r5) 16:16:09 (2/6) Installing libgcc (10.2.1_pre1-r3) 16:16:09 (3/6) Installing libsodium (1.0.18-r0) 16:16:09 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 16:16:09 (5/6) Installing libzmq (4.3.3-r1) 16:16:09 (6/6) Installing zeromq (4.3.3-r1) 16:16:09 Executing busybox-1.32.1-r2.trigger 16:16:09 Executing ca-certificates-20191127-r5.trigger 16:16:10 OK: 9 MiB in 20 packages 16:16:11 Removing intermediate container 4404303907bb 16:16:11 ---> 13f56e44e16f 16:16:11 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:16:12 ---> ec82ece0e5ee 16:16:12 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:16:13 ---> 997b612bf923 16:16:13 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:16:13 ---> 9347c419fc2a 16:16:13 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:16:15 ---> 434d77a88f10 16:16:15 Step 22/27 : EXPOSE 48095 16:16:15 ---> Running in 88b8760e0074 16:16:15 Removing intermediate container 88b8760e0074 16:16:15 ---> 907fb236e205 16:16:15 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:16:16 ---> Running in 8192649d79e2 16:16:16 Removing intermediate container 8192649d79e2 16:16:16 ---> 5720584b1c91 16:16:16 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:16 ---> Running in 659fde71b718 16:16:16 Removing intermediate container 659fde71b718 16:16:16 ---> 72c01e548903 16:16:16 Step 25/27 : LABEL arch=arm64 16:16:17 ---> Running in 3d4401aa73a0 16:16:17 Removing intermediate container 3d4401aa73a0 16:16:17 ---> d4e1be83941a 16:16:17 Step 26/27 : LABEL git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f 16:16:17 ---> Running in 3206660372c1 16:16:18 Removing intermediate container 3206660372c1 16:16:18 ---> e8ccab9197ac 16:16:18 Step 27/27 : LABEL version=1.3.1-dev.2 16:16:18 ---> Running in b31760157dc1 16:16:18 Removing intermediate container b31760157dc1 16:16:18 ---> 0ed237580bc5 16:16:18 [Warning] One or more build-args [ARCH] were not consumed 16:16:18 Successfully built 0ed237580bc5 16:16:18 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 16:16:19 provisioning config files... 16:16:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config217047086532645962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:19 ---> docker-login.sh 16:16:19 nexus3.edgexfoundry.org:10001 16:16:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:19 Configure a credential helper to remove this warning. See 16:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:19 16:16:19 Login Succeeded 16:16:19 nexus3.edgexfoundry.org:10002 16:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:20 Configure a credential helper to remove this warning. See 16:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:20 16:16:20 Login Succeeded 16:16:20 nexus3.edgexfoundry.org:10003 16:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:20 Configure a credential helper to remove this warning. See 16:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:20 16:16:20 Login Succeeded 16:16:20 nexus3.edgexfoundry.org:10004 16:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:21 Configure a credential helper to remove this warning. See 16:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:21 16:16:21 Login Succeeded 16:16:21 docker.io 16:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:21 Configure a credential helper to remove this warning. See 16:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:21 16:16:21 Login Succeeded 16:16:21 ---> docker-login.sh ends [Pipeline] } 16:16:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:22 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 16:16:22 1818c95d6555627539e05dc67b65bacdc5eca62f 16:16:22 latest 16:16:22 1.3.1-dev.2 16:16:22 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:16:22 hanoi 16:16:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh 16:16:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f 16:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:16:23 65e881a05abd: Preparing 16:16:23 1d4603ca44d3: Preparing 16:16:23 5bdddbc14c15: Preparing 16:16:23 64c8b7b2c761: Preparing 16:16:23 7c3359d11fdd: Preparing 16:16:23 bc1660ee1254: Preparing 16:16:23 bc1660ee1254: Waiting 16:16:23 5bdddbc14c15: Pushed 16:16:23 64c8b7b2c761: Pushed 16:16:23 1d4603ca44d3: Pushed 16:16:24 7c3359d11fdd: Pushed 16:16:24 bc1660ee1254: Pushed 16:16:27 65e881a05abd: Pushed 16:16:27 1818c95d6555627539e05dc67b65bacdc5eca62f: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:16:27 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:16:28 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 16:16:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:16:28 65e881a05abd: Preparing 16:16:28 1d4603ca44d3: Preparing 16:16:28 5bdddbc14c15: Preparing 16:16:28 64c8b7b2c761: Preparing 16:16:28 7c3359d11fdd: Preparing 16:16:28 bc1660ee1254: Preparing 16:16:28 bc1660ee1254: Waiting 16:16:28 5bdddbc14c15: Layer already exists 16:16:28 65e881a05abd: Layer already exists 16:16:28 64c8b7b2c761: Layer already exists 16:16:28 1d4603ca44d3: Layer already exists 16:16:28 7c3359d11fdd: Layer already exists 16:16:28 bc1660ee1254: Layer already exists 16:16:28 latest: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:16:28 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:16:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 16:16:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:16:29 65e881a05abd: Preparing 16:16:29 1d4603ca44d3: Preparing 16:16:29 5bdddbc14c15: Preparing 16:16:29 64c8b7b2c761: Preparing 16:16:29 7c3359d11fdd: Preparing 16:16:29 bc1660ee1254: Preparing 16:16:29 bc1660ee1254: Waiting 16:16:29 5bdddbc14c15: Layer already exists 16:16:29 7c3359d11fdd: Layer already exists 16:16:29 1d4603ca44d3: Layer already exists 16:16:29 64c8b7b2c761: Layer already exists 16:16:29 65e881a05abd: Layer already exists 16:16:29 bc1660ee1254: Layer already exists 16:16:29 1.3.1-dev.2: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:16:29 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:16:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:16:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:16:30 65e881a05abd: Preparing 16:16:30 1d4603ca44d3: Preparing 16:16:30 5bdddbc14c15: Preparing 16:16:30 64c8b7b2c761: Preparing 16:16:30 7c3359d11fdd: Preparing 16:16:30 bc1660ee1254: Preparing 16:16:30 bc1660ee1254: Waiting 16:16:30 5bdddbc14c15: Layer already exists 16:16:30 64c8b7b2c761: Layer already exists 16:16:30 65e881a05abd: Layer already exists 16:16:30 1d4603ca44d3: Layer already exists 16:16:30 7c3359d11fdd: Layer already exists 16:16:30 bc1660ee1254: Layer already exists 16:16:30 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:16:30 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:16:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi 16:16:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:16:31 65e881a05abd: Preparing 16:16:31 1d4603ca44d3: Preparing 16:16:31 5bdddbc14c15: Preparing 16:16:31 64c8b7b2c761: Preparing 16:16:31 7c3359d11fdd: Preparing 16:16:31 bc1660ee1254: Preparing 16:16:31 bc1660ee1254: Waiting 16:16:31 65e881a05abd: Layer already exists 16:16:31 7c3359d11fdd: Layer already exists 16:16:31 64c8b7b2c761: Layer already exists 16:16:31 1d4603ca44d3: Layer already exists 16:16:31 5bdddbc14c15: Layer already exists 16:16:31 bc1660ee1254: Layer already exists 16:16:31 hanoi: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:31 ===================================================== [Pipeline] echo 16:16:31 taggedImages: 16:16:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f 16:16:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 16:16:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 16:16:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 16:16:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [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 16:16:32 provisioning config files... 16:16:32 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5864138313126339757tmp [Pipeline] { [Pipeline] sh 16:16:33 + set +x 16:16:33 + bash -s -- 16:16:33 + curl -s https://codecov.io/bash 16:16:33 16:16:33 _____ _ 16:16:33 / ____| | | 16:16:33 | | ___ __| | ___ ___ _____ __ 16:16:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:16:33 | |___| (_) | (_| | __/ (_| (_) \ V / 16:16:33 \_____\___/ \__,_|\___|\___\___/ \_/ 16:16:33 Bash-20210129-7c25fce 16:16:33 16:16:33 16:16:33 ==> git version 2.24.3 found 16:16:33 ==> 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 16:16:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:16:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:16:33 ==> Jenkins CI detected. 16:16:33 project root: . 16:16:33 --> token set from env 16:16:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:16:33 ==> Running gcov in . (disable via -X gcov) 16:16:33 ==> Python coveragepy not found 16:16:33 ==> Searching for coverage reports in: 16:16:33 + . 16:16:33 -> Found 1 reports 16:16:33 ==> Detecting git/mercurial file structure 16:16:33 ==> Reading reports 16:16:33 + ./coverage.out bytes=10 16:16:33 ==> Appending adjustments 16:16:33 https://docs.codecov.io/docs/fixing-reports 16:16:33 + Found adjustments 16:16:33 ==> Gzipping contents 16:16:33 4.0K /tmp/codecov.yGZjV8.gz 16:16:33 ==> Uploading reports 16:16:33 url: https://codecov.io 16:16:33 query: branch=hanoi&commit=1818c95d6555627539e05dc67b65bacdc5eca62f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:33 -> Pinging Codecov 16:16:33 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=1818c95d6555627539e05dc67b65bacdc5eca62f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:34 -> Uploading to 16:16:34 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/A97CA9966030D2A3747ED39772930CCE/1818c95d6555627539e05dc67b65bacdc5eca62f/e077bd8b-1ff8-4234-83ed-c298c2249310.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T161633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15fba2804e8c95c54a2039f7826bc25369f971aaf4bc822d9b31c2bfec684974 16:16:34 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:34 Dload Upload Total Spent Left Speed 16:16:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 1043 --:--:-- --:--:-- --:--:-- 1042 100 393 0 0 100 393 0 1042 --:--:-- --:--:-- --:--:-- 1042 16:16:34 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] } 16:16:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:16:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:16:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:35 16:16:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:16:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:16:36 188c0c94c7c5: Pulling fs layer 16:16:36 0ef7d3d256c8: Pulling fs layer 16:16:36 de9db76c5a1d: Pulling fs layer 16:16:36 0eba1c9be4d2: Pulling fs layer 16:16:36 0d57e429df01: Pulling fs layer 16:16:36 4e4be7b47b0d: Pulling fs layer 16:16:36 e1f770b5df2f: Pulling fs layer 16:16:36 85a0685a4137: Pulling fs layer 16:16:36 0eba1c9be4d2: Waiting 16:16:36 0d57e429df01: Waiting 16:16:36 4e4be7b47b0d: Waiting 16:16:36 e1f770b5df2f: Waiting 16:16:36 de9db76c5a1d: Verifying Checksum 16:16:36 de9db76c5a1d: Download complete 16:16:36 0ef7d3d256c8: Download complete 16:16:36 0d57e429df01: Download complete 16:16:36 4e4be7b47b0d: Verifying Checksum 16:16:36 4e4be7b47b0d: Download complete 16:16:36 188c0c94c7c5: Verifying Checksum 16:16:36 188c0c94c7c5: Pull complete 16:16:36 0ef7d3d256c8: Pull complete 16:16:37 de9db76c5a1d: Pull complete 16:16:38 e1f770b5df2f: Verifying Checksum 16:16:38 e1f770b5df2f: Download complete 16:16:39 0eba1c9be4d2: Verifying Checksum 16:16:39 0eba1c9be4d2: Download complete 16:16:40 85a0685a4137: Verifying Checksum 16:16:40 85a0685a4137: Download complete 16:16:44 0eba1c9be4d2: Pull complete 16:16:44 0d57e429df01: Pull complete 16:16:44 4e4be7b47b0d: Pull complete 16:16:47 e1f770b5df2f: Pull complete 16:16:55 85a0685a4137: Pull complete 16:16:55 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:16:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:16:55 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:16:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:16:56 $ docker top 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 -eo pid,comm [Pipeline] { [Pipeline] echo 16:16:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:16:57 + set -o pipefail 16:16:57 + snyk monitor '--org=edgex-jenkins' 16:17:15 16:17:15 Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... 16:17:15 16:17:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/59174e34-dea3-49f6-bc34-275e57043fa4 16:17:15 16:17:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:17:15 16:17:15 [Pipeline] } 16:17:15 $ docker stop --time=1 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 16:17:16 $ docker rm -f 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 [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 16:17:18 + git log --format=format:%s -1 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh 16:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:19 . [Pipeline] withDockerContainer 16:17:19 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:17:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:17:20 $ docker top e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:20 [ssh-agent] Looking for ssh-agent implementation... 16:17:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:20 $ docker exec e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 ssh-agent 16:17:20 SSH_AUTH_SOCK=/tmp/ssh-ka0iBI2USpLC/agent.11 16:17:20 SSH_AGENT_PID=16 16:17:20 Running ssh-add (command line suppressed) 16:17:21 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1103939316297171387.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1103939316297171387.key) 16:17:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:21 + git semver tag 16:17:21 # -> Open(): unable to determine branch for HEAD 16:17:21 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 16:17:21 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 16:17:21 # $SEMVER_REMOTE_NAME = origin 16:17:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:21 # $SEMVER_USER_NAME = edgex-jenkins 16:17:21 # $SEMVER_BRANCH = hanoi 16:17:21 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 16:17:21 # 1818c95d6555627539e05dc67b65bacdc5eca62f HEAD 16:17:21 # -> Force: false 16:17:21 # 50f74791abea17a46b790898e8a0fdd9001e05fe refs/tags/v1.3.1-dev.2 [Pipeline] } 16:17:21 $ docker exec --env ******** --env ******** e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 ssh-agent -k 16:17:21 unset SSH_AUTH_SOCK; 16:17:21 unset SSH_AGENT_PID; 16:17:21 echo Agent pid 16 killed; 16:17:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:22 + git semver [Pipeline] } 16:17:22 $ docker stop --time=1 e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 16:17:23 $ docker rm -f e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:17:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:24 16:17:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:17:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:24 0.23.1-centos7: Pulling from edgex-lftools 16:17:24 ab5ef0e58194: Pulling fs layer 16:17:24 9712f1f96733: Pulling fs layer 16:17:24 63f879dbbcfc: Pulling fs layer 16:17:24 0d9ebad4ef96: Pulling fs layer 16:17:24 e9a5061849ea: Pulling fs layer 16:17:24 d747dcd14b5f: Pulling fs layer 16:17:24 2de7ff778b66: Pulling fs layer 16:17:24 e9a5061849ea: Waiting 16:17:24 d747dcd14b5f: Waiting 16:17:24 2de7ff778b66: Waiting 16:17:24 0d9ebad4ef96: Waiting 16:17:24 9712f1f96733: Verifying Checksum 16:17:24 9712f1f96733: Download complete 16:17:26 63f879dbbcfc: Verifying Checksum 16:17:26 63f879dbbcfc: Download complete 16:17:26 e9a5061849ea: Verifying Checksum 16:17:26 e9a5061849ea: Download complete 16:17:26 d747dcd14b5f: Verifying Checksum 16:17:26 d747dcd14b5f: Download complete 16:17:26 2de7ff778b66: Verifying Checksum 16:17:26 2de7ff778b66: Download complete 16:17:26 0d9ebad4ef96: Verifying Checksum 16:17:26 0d9ebad4ef96: Download complete 16:17:27 ab5ef0e58194: Verifying Checksum 16:17:27 ab5ef0e58194: Download complete 16:17:31 ab5ef0e58194: Pull complete 16:17:31 9712f1f96733: Pull complete 16:17:33 63f879dbbcfc: Pull complete 16:17:39 0d9ebad4ef96: Pull complete 16:17:40 e9a5061849ea: Pull complete 16:17:40 d747dcd14b5f: Pull complete 16:17:43 2de7ff778b66: Pull complete 16:17:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:17:44 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:17:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:17:47 $ docker top 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:17:48 provisioning config files... 16:17:48 copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4772786615379118450tmp 16:17:48 copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8808579013049793635tmp 16:17:48 copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config9206740519452144776tmp [Pipeline] { [Pipeline] echo 16:17:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:17:48 ---> sigul-configuration.sh 16:17:48 gpg: directory `/root/.gnupg' created 16:17:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:17:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:17:48 gpg: keyring `/root/.gnupg/secring.gpg' created 16:17:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:17:48 gpg: CAST5 encrypted data 16:17:48 gpg: encrypted with 1 passphrase 16:17:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:17:49 + mkdir /home/jenkins 16:17:49 + mkdir /home/jenkins/sigul [Pipeline] sh 16:17:49 + 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 16:17:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:17:49 ---> sigul-install.sh 16:17:55 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:17:55 + git tag --list 16:17:55 v1.0.0 16:17:55 v1.1.0 16:17:55 v1.2.0 16:17:55 v1.3.0 16:17:55 v1.3.1-dev.1 16:17:55 v1.3.1-dev.2 16:17:55 v2.0.0-dev.1 16:17:55 v2.0.0-dev.10 16:17:55 v2.0.0-dev.11 16:17:55 v2.0.0-dev.12 16:17:55 v2.0.0-dev.13 16:17:55 v2.0.0-dev.14 16:17:55 v2.0.0-dev.2 16:17:55 v2.0.0-dev.3 16:17:55 v2.0.0-dev.4 16:17:55 v2.0.0-dev.5 16:17:55 v2.0.0-dev.6 16:17:55 v2.0.0-dev.7 16:17:55 v2.0.0-dev.8 16:17:55 v2.0.0-dev.9 [Pipeline] sh 16:17:55 + lftools sign git-tag v1.3.1-dev.2 16:17:56 Signing Git tag with Sigul... 16:17:56 Signing v1.3.1-dev.2 [Pipeline] echo 16:17:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:17:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:17:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:17:57 $ docker stop --time=1 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 16:18:00 $ docker rm -f 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:01 . [Pipeline] withDockerContainer 16:18:01 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:18:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:18:01 $ docker top f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:02 [ssh-agent] Looking for ssh-agent implementation... 16:18:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:02 $ docker exec f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 ssh-agent 16:18:02 SSH_AUTH_SOCK=/tmp/ssh-yLRrI1Rz8uVZ/agent.11 16:18:02 SSH_AGENT_PID=16 16:18:02 Running ssh-add (command line suppressed) 16:18:02 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6447240183501977334.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6447240183501977334.key) 16:18:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:03 + git semver bump pre 16:18:03 # -> Open(): unable to determine branch for HEAD 16:18:03 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 16:18:03 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 16:18:03 # $SEMVER_REMOTE_NAME = origin 16:18:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:03 # $SEMVER_USER_NAME = edgex-jenkins 16:18:03 # $SEMVER_BRANCH = hanoi 16:18:03 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 16:18:03 1.3.1-dev.3 [Pipeline] } 16:18:03 $ docker exec --env ******** --env ******** f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 ssh-agent -k 16:18:03 unset SSH_AUTH_SOCK; 16:18:03 unset SSH_AGENT_PID; 16:18:03 echo Agent pid 16 killed; 16:18:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:03 + git semver [Pipeline] } 16:18:03 $ docker stop --time=1 f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 16:18:05 $ docker rm -f f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:18:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:18:05 . [Pipeline] withDockerContainer 16:18:05 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:18:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:18:06 $ docker top 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:06 [ssh-agent] Looking for ssh-agent implementation... 16:18:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:07 $ docker exec 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 ssh-agent 16:18:07 SSH_AUTH_SOCK=/tmp/ssh-g8KEaiuwaN9k/agent.12 16:18:07 SSH_AGENT_PID=18 16:18:07 Running ssh-add (command line suppressed) 16:18:07 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_4944117489099797846.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_4944117489099797846.key) 16:18:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:07 + git semver push 16:18:07 # -> Open(): unable to determine branch for HEAD 16:18:07 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 16:18:07 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 16:18:07 # $SEMVER_REMOTE_NAME = origin 16:18:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:07 # $SEMVER_USER_NAME = edgex-jenkins 16:18:07 # $SEMVER_BRANCH = hanoi 16:18:07 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 16:18:14 $ docker exec --env ******** --env ******** 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 ssh-agent -k 16:18:14 unset SSH_AUTH_SOCK; 16:18:14 unset SSH_AGENT_PID; 16:18:14 echo Agent pid 18 killed; 16:18:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:15 + git semver [Pipeline] } 16:18:15 $ docker stop --time=1 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 16:18:16 $ docker rm -f 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 [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 16:18:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:18 ---> package-listing.sh 16:18:18 ++ facter osfamily 16:18:18 ++ tr '[:upper:]' '[:lower:]' 16:18:18 + OS_FAMILY=redhat 16:18:18 + workspace=/w/workspace/y_app-service-configurable_hanoi 16:18:18 + START_PACKAGES=/tmp/packages_start.txt 16:18:18 + END_PACKAGES=/tmp/packages_end.txt 16:18:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:18 + PACKAGES=/tmp/packages_start.txt 16:18:18 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 16:18:18 + PACKAGES=/tmp/packages_end.txt 16:18:18 + case "${OS_FAMILY}" in 16:18:18 + rpm -qa 16:18:18 + sort 16:18:23 + '[' -f /tmp/packages_start.txt ']' 16:18:23 + '[' -f /tmp/packages_end.txt ']' 16:18:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:23 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 16:18:23 + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ 16:18:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo 16:18:23 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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:18:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:18:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:24 16:18:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:18:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:24 alpine: Pulling from edgex-lftools-log-publisher 16:18:24 df20fa9351a1: Pulling fs layer 16:18:24 36b3adc4ff6f: Pulling fs layer 16:18:24 8ad3a11d3b57: Pulling fs layer 16:18:24 46f8f816bc3b: Pulling fs layer 16:18:24 93b61091891f: Pulling fs layer 16:18:24 93b9cdb0e59b: Pulling fs layer 16:18:24 5e14af77c1be: Pulling fs layer 16:18:24 01666e4c0597: Pulling fs layer 16:18:24 aa168da1d23b: Pulling fs layer 16:18:24 93b9cdb0e59b: Waiting 16:18:24 5e14af77c1be: Waiting 16:18:24 01666e4c0597: Waiting 16:18:24 aa168da1d23b: Waiting 16:18:24 46f8f816bc3b: Waiting 16:18:24 93b61091891f: Waiting 16:18:24 36b3adc4ff6f: Verifying Checksum 16:18:24 36b3adc4ff6f: Download complete 16:18:24 46f8f816bc3b: Verifying Checksum 16:18:24 46f8f816bc3b: Download complete 16:18:25 93b61091891f: Verifying Checksum 16:18:25 93b61091891f: Download complete 16:18:25 93b9cdb0e59b: Verifying Checksum 16:18:25 93b9cdb0e59b: Download complete 16:18:25 5e14af77c1be: Verifying Checksum 16:18:25 5e14af77c1be: Download complete 16:18:25 8ad3a11d3b57: Verifying Checksum 16:18:25 8ad3a11d3b57: Download complete 16:18:25 01666e4c0597: Verifying Checksum 16:18:25 01666e4c0597: Download complete 16:18:25 df20fa9351a1: Verifying Checksum 16:18:25 df20fa9351a1: Download complete 16:18:25 df20fa9351a1: Pull complete 16:18:25 36b3adc4ff6f: Pull complete 16:18:27 aa168da1d23b: Verifying Checksum 16:18:27 aa168da1d23b: Download complete 16:18:27 8ad3a11d3b57: Pull complete 16:18:27 46f8f816bc3b: Pull complete 16:18:27 93b61091891f: Pull complete 16:18:27 93b9cdb0e59b: Pull complete 16:18:28 5e14af77c1be: Pull complete 16:18:28 01666e4c0597: Pull complete 16:18:34 aa168da1d23b: Pull complete 16:18:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:34 prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container 16:18: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/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 16:18:38 $ docker top 9875e5d1bd91bd687a0bc5a66c1163279140724699b02ae9cb8a0a6505e047b1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:38 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:38 + mkdir -p /var/log/sa [Pipeline] sh 16:18:39 + ls /var/log/sa-host 16:18:39 + sadf -c /var/log/sa-host/sa01 16:18:39 file_magic: OK 16:18:39 HZ: Using current value: 100 16:18:39 file_header: OK 16:18:39 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 16:18:39 Statistics: 16:18:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:39 File successfully converted to sysstat format version 12.2.1 16:18:39 + sadf -c /var/log/sa-host/sa23 16:18:39 file_magic: OK 16:18:39 HZ: Using current value: 100 16:18:39 file_header: OK 16:18:39 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 16:18:39 Statistics: 16:18:39 Hnuu...uuuununununu... 16:18:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:39 provisioning config files... 16:18:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config3729567468880564926tmp [Pipeline] { [Pipeline] echo 16:18:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:39 ---> create-netrc.sh [Pipeline] } 16:18:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:18:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:40 ---> python-tools-install.sh [Pipeline] echo 16:18:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:40 ---> sudo-logs.sh 16:18:40 Archiving 'sudo' log.. [Pipeline] echo 16:18:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:41 ---> job-cost.sh 16:18:41 lf-activate-venv: SKIPPING 16:18:41 INFO: No Stack... 16:18:42 INFO: Retrieving Pricing Info for: v1-standard-2 16:18:42 INFO: Archiving Costs [Pipeline] echo 16:18:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:42 ---> logs-deploy.sh 16:18:42 lf-activate-venv: SKIPPING 16:18:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/3 16:18:42 INFO: archiving workspace using pattern(s): 16:18:44 Archives upload complete. 16:18:44 INFO: archiving logs to Nexus