Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e7b814b815485d8e5dfe911d99d52586a95aeed2 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23424 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 > 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 Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" > git rev-list --no-walk 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:04:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:04:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:04:54 ========================================================= 18:04:54 EdgeX Global Pipelines Version Info 18:04:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:04:55 ------------------- 18:04:55 stable info: 18:04:55 ------------------- 18:04:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:04:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:04:55 Message: update stable to v1.0.179 18:04:56 ------------------- 18:04:56 experimental info: 18:04:56 ------------------- 18:04:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:04:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:04:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:04:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:04:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:04:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7b814b [Pipeline] echo 18:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:05:00 provisioning config files... 18:05:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4944691655105120075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:00 ---> docker-login.sh 18:05:00 nexus3.edgexfoundry.org:10001 18:05:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:01 Configure a credential helper to remove this warning. See 18:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:01 18:05:01 Login Succeeded 18:05:01 nexus3.edgexfoundry.org:10002 18:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:01 Configure a credential helper to remove this warning. See 18:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:01 18:05:01 Login Succeeded 18:05:01 nexus3.edgexfoundry.org:10003 18:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:01 Configure a credential helper to remove this warning. See 18:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:01 18:05:01 Login Succeeded 18:05:01 nexus3.edgexfoundry.org:10004 18:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:01 Configure a credential helper to remove this warning. See 18:05:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:01 18:05:01 Login Succeeded 18:05:01 docker.io 18:05:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:02 Configure a credential helper to remove this warning. See 18:05:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:02 18:05:02 Login Succeeded 18:05:02 ---> docker-login.sh ends [Pipeline] } 18:05:02 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 18:05:02 + git log --format=format:%s -1 e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] echo 18:05:02 GIT_COMMIT: e7b814b815485d8e5dfe911d99d52586a95aeed2, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181) [Pipeline] echo 18:05:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:04 18:05:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:05:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:04 latest: Pulling from edgex-devops/git-semver 18:05:04 31603596830f: Pulling fs layer 18:05:04 2a8b12db71e7: Pulling fs layer 18:05:04 6ca5941a6612: Pulling fs layer 18:05:04 ecc8261a40a4: Pulling fs layer 18:05:04 ecc8261a40a4: Waiting 18:05:04 2a8b12db71e7: Verifying Checksum 18:05:04 2a8b12db71e7: Download complete 18:05:04 31603596830f: Download complete 18:05:04 6ca5941a6612: Verifying Checksum 18:05:04 6ca5941a6612: Download complete 18:05:04 ecc8261a40a4: Verifying Checksum 18:05:04 ecc8261a40a4: Download complete 18:05:04 31603596830f: Pull complete 18:05:05 2a8b12db71e7: Pull complete 18:05:05 6ca5941a6612: Pull complete 18:05:06 ecc8261a40a4: Pull complete 18:05:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:05:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:05:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:05:06 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:05:06 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:05:08 $ docker top 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:05:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:05:08 [ssh-agent] Looking for ssh-agent implementation... 18:05:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:05:09 $ docker exec 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent 18:05:09 SSH_AUTH_SOCK=/tmp/ssh-WVQN5hplR22d/agent.12 18:05:09 SSH_AGENT_PID=17 18:05:09 Running ssh-add (command line suppressed) 18:05:09 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6209299187834019302.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6209299187834019302.key) 18:05:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:05:09 + git tag --points-at HEAD [Pipeline] } 18:05:09 $ docker exec --env ******** --env ******** 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent -k 18:05:09 unset SSH_AUTH_SOCK; 18:05:09 unset SSH_AGENT_PID; 18:05:09 echo Agent pid 17 killed; 18:05:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:05:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:05:10 [ssh-agent] Looking for ssh-agent implementation... 18:05:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:05:10 $ docker exec 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent 18:05:10 SSH_AUTH_SOCK=/tmp/ssh-G6vQajNidvMw/agent.46 18:05:10 SSH_AGENT_PID=52 18:05:10 Running ssh-add (command line suppressed) 18:05:10 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7643334325830674451.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7643334325830674451.key) 18:05:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:05:11 + git semver init 18:05:11 # -> Open(): unable to determine branch for HEAD 18:05:11 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 18:05:11 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 18:05:11 # $SEMVER_REMOTE_NAME = origin 18:05:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:05:11 # $SEMVER_USER_NAME = edgex-jenkins 18:05:11 # $SEMVER_BRANCH = hanoi 18:05:11 # $SEMVER_TEMP = /tmp/semver-535235861 18:05:11 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:05:11 # '/tmp/semver-535235861' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' 18:05:11 # -> Force: false 18:05:11 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 18:05:11 $ docker exec --env ******** --env ******** 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd ssh-agent -k 18:05:11 unset SSH_AUTH_SOCK; 18:05:11 unset SSH_AGENT_PID; 18:05:11 echo Agent pid 52 killed; 18:05:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:05:12 + git semver [Pipeline] } 18:05:12 $ docker stop --time=1 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd 18:05:13 $ docker rm -f 66b4b3cb946d616f403543e23e90438c27e32b6c11883426a7361ac9bac71bbd [Pipeline] // withDockerContainer [Pipeline] sh 18:05:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:05:14 Stashed 1 file(s) [Pipeline] echo 18:05:14 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:05:30 Still waiting to schedule task 18:05:30 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:05:30 Still waiting to schedule task 18:05:30 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23422’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23425’ is offline 18:07:56 Running on prd-centos7-docker-4c-2g-23427 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 18:07:56 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 18:07:58 using credential edgex-jenkins-ssh 18:07:59 Cloning the remote Git repository 18:07:58 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:07:58 > git init /w/workspace/app-service-configurable/2 # timeout=10 18:07:58 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:07:58 > git --version # timeout=10 18:07:58 > git --version # 'git version 2.24.3' 18:07:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:07:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:07:59 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:07:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:07:59 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:07:59 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:07:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:07:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 18:08:00 Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) 18:07:59 > git config core.sparsecheckout # timeout=10 18:07:59 > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 18:08:03 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:08:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:08:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:08:05 + sudo service docker restart 18:08:05 + true 18:08:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:08:06 provisioning config files... 18:08:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config1421340148970809505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:08:07 ---> docker-login.sh 18:08:07 nexus3.edgexfoundry.org:10001 18:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:07 Configure a credential helper to remove this warning. See 18:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:07 18:08:07 Login Succeeded 18:08:07 nexus3.edgexfoundry.org:10002 18:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:07 Configure a credential helper to remove this warning. See 18:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:07 18:08:07 Login Succeeded 18:08:07 nexus3.edgexfoundry.org:10003 18:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:07 Configure a credential helper to remove this warning. See 18:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:07 18:08:07 Login Succeeded 18:08:07 nexus3.edgexfoundry.org:10004 18:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:08 Configure a credential helper to remove this warning. See 18:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:08 18:08:08 Login Succeeded 18:08:08 docker.io 18:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:08 Configure a credential helper to remove this warning. See 18:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:08 18:08:08 Login Succeeded 18:08:08 ---> docker-login.sh ends [Pipeline] } 18:08:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:08:08 ========================================================= 18:08:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:08:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:08:09 + 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 . 18:08:09 Sending build context to Docker daemon 98.82kB 18:08:09 Step 1/8 : ARG BASE=golang:1.15-alpine 18:08:09 Step 2/8 : FROM ${BASE} 18:08:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:08:09 188c0c94c7c5: Pulling fs layer 18:08:09 0ef7d3d256c8: Pulling fs layer 18:08:09 de9db76c5a1d: Pulling fs layer 18:08:09 bca2f99d35d6: Pulling fs layer 18:08:09 93359f2a8cfa: Pulling fs layer 18:08:09 7c6f9722023f: Pulling fs layer 18:08:09 a35cf1a2eb13: Pulling fs layer 18:08:09 bca2f99d35d6: Waiting 18:08:09 93359f2a8cfa: Waiting 18:08:09 a35cf1a2eb13: Waiting 18:08:09 7c6f9722023f: Waiting 18:08:09 de9db76c5a1d: Verifying Checksum 18:08:09 de9db76c5a1d: Download complete 18:08:09 0ef7d3d256c8: Download complete 18:08:09 93359f2a8cfa: Verifying Checksum 18:08:09 93359f2a8cfa: Download complete 18:08:09 188c0c94c7c5: Verifying Checksum 18:08:09 7c6f9722023f: Verifying Checksum 18:08:09 7c6f9722023f: Download complete 18:08:09 188c0c94c7c5: Pull complete 18:08:09 0ef7d3d256c8: Pull complete 18:08:09 de9db76c5a1d: Pull complete 18:08:11 a35cf1a2eb13: Verifying Checksum 18:08:11 a35cf1a2eb13: Download complete 18:08:11 bca2f99d35d6: Download complete 18:08:17 bca2f99d35d6: Pull complete 18:08:17 93359f2a8cfa: Pull complete 18:08:17 7c6f9722023f: Pull complete 18:08:22 a35cf1a2eb13: Pull complete 18:08:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:08:23 ---> a62c8e92a672 18:08:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:08:23 ---> Running in e37866ca448a 18:08:23 Removing intermediate container e37866ca448a 18:08:23 ---> 61fe0c5b4a07 18:08:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:23 ---> Running in d7bab7e3dcaf 18:08:24 Removing intermediate container d7bab7e3dcaf 18:08:24 ---> 183c223f1c4b 18:08:24 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:08:24 ---> Running in e6eb1114c7ab 18:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:08:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:08:27 (1/6) Installing libc-dev (0.7.2-r3) 18:08:27 (2/6) Installing libsodium (1.0.18-r0) 18:08:27 (3/6) Installing pkgconf (1.7.2-r0) 18:08:28 (4/6) Installing libsodium-dev (1.0.18-r0) 18:08:28 (5/6) Installing libzmq (4.3.3-r0) 18:08:28 (6/6) Installing zeromq-dev (4.3.3-r0) 18:08:28 Executing busybox-1.31.1-r19.trigger 18:08:28 OK: 167 MiB in 45 packages 18:08:29 Removing intermediate container e6eb1114c7ab 18:08:29 ---> 9cd250462515 18:08:29 Step 6/8 : WORKDIR /app 18:08:29 ---> Running in caa00aa54991 18:08:29 Removing intermediate container caa00aa54991 18:08:29 ---> e739bf12734a 18:08:29 Step 7/8 : COPY . . 18:08:29 ---> e2e8ae9c9018 18:08:29 Step 8/8 : RUN go mod download 18:08:29 ---> Running in c538b7e78e93 18:08:56 Removing intermediate container c538b7e78e93 18:08:56 ---> 3e0add1e6bd1 18:08:56 Successfully built 3e0add1e6bd1 18:08:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:08:56 + docker inspect -f . ci-base-image-x86_64 18:08:56 . [Pipeline] withDockerContainer 18:08:57 prd-centos7-docker-4c-2g-23427 does not seem to be running inside a container 18:08:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:08:57 $ docker top 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:58 + go version 18:08:58 go version go1.15.5 linux/amd64 [Pipeline] } 18:08:58 $ docker stop --time=1 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 18:08:59 $ docker rm -f 71a17a26c3713c00d07ae92d0a2e8f4de92c8bab2a59a9c61fa7361a762c9725 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:09:00 + docker inspect -f . ci-base-image-x86_64 18:09:00 . [Pipeline] withDockerContainer 18:09:00 prd-centos7-docker-4c-2g-23427 does not seem to be running inside a container 18:09:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:09:01 $ docker top 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:09:01 + make test 18:09:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:09:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:09:20 CGO_ENABLED=1 go vet ./... 18:09:20 gofmt -l . 18:09:20 [ "`gofmt -l .`" = "" ] 18:09:20 ./bin/test-go-mod-tidy.sh 18:09:21 ./bin/test-attribution-txt.sh [Pipeline] } 18:09:21 $ docker stop --time=1 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 18:09:25 $ docker rm -f 38d357818107f935e2a7439ed72eaa3b0c1f46f6e81323857435df6ebcc45ec3 [Pipeline] // withDockerContainer [Pipeline] sh 18:09:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:09:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:09:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:09:29 + ls -al . 18:09:29 total 96 18:09:29 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 27 18:09 . 18:09:29 drwxrwxr-x. 4 jenkins jenkins 28 Jan 27 18:07 .. 18:09:29 -rw-rw-r--. 1 jenkins jenkins 6568 Jan 27 18:07 Attribution.txt 18:09:29 drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 18:07 bin 18:09:29 -rw-r--r--. 1 jenkins jenkins 10 Jan 27 18:09 coverage.out 18:09:29 -rw-rw-r--. 1 jenkins jenkins 180 Jan 27 18:07 docker-compose.debug.yml 18:09:29 -rw-rw-r--. 1 jenkins jenkins 133 Jan 27 18:07 docker-compose.yml 18:09:29 -rw-rw-r--. 1 jenkins jenkins 2002 Jan 27 18:07 Dockerfile 18:09:29 -rw-rw-r--. 1 jenkins jenkins 966 Jan 27 18:07 Dockerfile.build 18:09:29 -rw-rw-r--. 1 jenkins jenkins 119 Jan 27 18:07 .dockerignore 18:09:29 drwxrwxr-x. 8 jenkins jenkins 162 Jan 27 18:08 .git 18:09:29 drwxrwxr-x. 2 jenkins jenkins 81 Jan 27 18:07 .github 18:09:29 -rw-rw-r--. 1 jenkins jenkins 93 Jan 27 18:07 .gitignore 18:09:29 -rw-r--r--. 1 jenkins jenkins 132 Jan 27 18:09 go.mod 18:09:29 -rw-r--r--. 1 jenkins jenkins 19563 Jan 27 18:09 go.sum 18:09:29 -rw-rw-r--. 1 jenkins jenkins 687 Jan 27 18:07 Jenkinsfile 18:09:29 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 27 18:07 LICENSE 18:09:29 -rw-rw-r--. 1 jenkins jenkins 1519 Jan 27 18:07 main.go 18:09:29 -rw-rw-r--. 1 jenkins jenkins 1573 Jan 27 18:07 makefile 18:09:29 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 27 18:07 README.md 18:09:29 drwxrwxr-x. 10 jenkins jenkins 171 Jan 27 18:07 res 18:09:29 drwxrwxr-x. 4 jenkins jenkins 71 Jan 27 18:07 snap 18:09:29 -rw-rw-r--. 1 jenkins jenkins 11 Jan 27 18:05 VERSION [Pipeline] isUnix [Pipeline] sh 18:09:30 + 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=e7b814b815485d8e5dfe911d99d52586a95aeed2 --label arch=amd64 --label version=1.3.1-dev.1 . 18:09:30 Sending build context to Docker daemon 121.3kB 18:09:30 Step 1/27 : ARG BASE=golang:1.15-alpine 18:09:30 Step 2/27 : FROM ${BASE} AS builder 18:09:30 ---> 3e0add1e6bd1 18:09:30 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:09:30 ---> Running in e4a7be1aba10 18:09:30 Removing intermediate container e4a7be1aba10 18:09:30 ---> 989457d46f4d 18:09:30 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:09:30 ---> Running in 1678ab6b3b7d 18:09:30 Removing intermediate container 1678ab6b3b7d 18:09:30 ---> 7a08de98e752 18:09:30 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:09:30 ---> Running in e3c885f9f250 18:09:30 Removing intermediate container e3c885f9f250 18:09:30 ---> cf7769ad7741 18:09:30 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:30 ---> Running in f3cd57bb71a2 18:09:31 Removing intermediate container f3cd57bb71a2 18:09:31 ---> 3fa91d9c43c2 18:09:31 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:09:31 ---> Running in bcb70a978f1d 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:35 OK: 167 MiB in 45 packages 18:09:36 Removing intermediate container bcb70a978f1d 18:09:36 ---> e8f3a4a1a440 18:09:36 Step 8/27 : WORKDIR /app 18:09:36 ---> Running in 5570512af046 18:09:36 Removing intermediate container 5570512af046 18:09:36 ---> 5fb9799a5469 18:09:36 Step 9/27 : COPY go.mod . 18:09:36 ---> d7defd295e93 18:09:36 Step 10/27 : RUN go mod download 18:09:36 ---> Running in c2df12532707 18:09:37 Removing intermediate container c2df12532707 18:09:37 ---> c96b94358e89 18:09:37 Step 11/27 : COPY . . 18:09:37 ---> 0f5c402becd9 18:09:37 Step 12/27 : ARG MAKE="make build" 18:09:37 ---> Running in d0bcf26e4279 18:09:38 Removing intermediate container d0bcf26e4279 18:09:38 ---> 90e0badb9edc 18:09:38 Step 13/27 : RUN $MAKE 18:09:38 ---> Running in c3d8e6e3df9b 18:09:38 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.1" -o app-service-configurable 18:09:56 Removing intermediate container c3d8e6e3df9b 18:09:56 ---> 6c73d3f9246b 18:09:56 Step 14/27 : FROM alpine:latest 18:09:56 latest: Pulling from library/alpine 18:09:56 596ba82af5aa: Pulling fs layer 18:09:56 596ba82af5aa: Verifying Checksum 18:09:56 596ba82af5aa: Download complete 18:09:56 596ba82af5aa: Pull complete 18:09:56 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 18:09:56 Status: Downloaded newer image for alpine:latest 18:09:56 ---> 7731472c3f2a 18:09:56 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:09:56 ---> Running in 60b9a7465d86 18:09:56 Removing intermediate container 60b9a7465d86 18:09:56 ---> 5683e43c2e71 18:09:56 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:09:56 ---> Running in 7710056f55e1 18:09:56 Removing intermediate container 7710056f55e1 18:09:56 ---> 5075c5fe3c3c 18:09:56 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 18:09:56 ---> Running in 12da11b2f7b8 18:09:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:09:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:09:57 (1/6) Installing ca-certificates (20191127-r5) 18:09:57 (2/6) Installing libgcc (10.2.1_pre1-r3) 18:09:57 (3/6) Installing libsodium (1.0.18-r0) 18:09:57 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 18:09:57 (5/6) Installing libzmq (4.3.3-r1) 18:09:57 (6/6) Installing zeromq (4.3.3-r1) 18:09:57 Executing busybox-1.32.1-r0.trigger 18:09:57 Executing ca-certificates-20191127-r5.trigger 18:09:57 OK: 9 MiB in 20 packages 18:09:59 Removing intermediate container 12da11b2f7b8 18:09:59 ---> c1440a272ce1 18:09:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:09:59 ---> a66a1df13f1f 18:09:59 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:09:59 ---> 7097aa00a9f3 18:09:59 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:09:59 ---> ab0ee4a0dea2 18:09:59 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:10:00 ---> 3140186df4ee 18:10:00 Step 22/27 : EXPOSE 48095 18:10:00 ---> Running in 93878a9221ce 18:10:00 Removing intermediate container 93878a9221ce 18:10:00 ---> b53580225e49 18:10:00 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:10:00 ---> Running in 256342cea3ea 18:10:00 Removing intermediate container 256342cea3ea 18:10:00 ---> 3d6a0b5d3ebc 18:10:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:00 ---> Running in c8c30aee9f49 18:10:01 Removing intermediate container c8c30aee9f49 18:10:01 ---> d8e9eca246e2 18:10:01 Step 25/27 : LABEL arch=amd64 18:10:01 ---> Running in 352e47e051ec 18:10:01 Removing intermediate container 352e47e051ec 18:10:01 ---> 1c0f29c2960e 18:10:01 Step 26/27 : LABEL git_sha=e7b814b815485d8e5dfe911d99d52586a95aeed2 18:10:01 ---> Running in bf53016c6e1f 18:10:01 Removing intermediate container bf53016c6e1f 18:10:01 ---> 3eecfea11a03 18:10:01 Step 27/27 : LABEL version=1.3.1-dev.1 18:10:01 ---> Running in d1e8b702c73d 18:10:01 Removing intermediate container d1e8b702c73d 18:10:01 ---> 92dd856d78ed 18:10:01 [Warning] One or more build-args [ARCH] were not consumed 18:10:01 Successfully built 92dd856d78ed 18:10:01 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:10:02 provisioning config files... 18:10:02 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config9215771752494790128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:10:02 ---> docker-login.sh 18:10:02 nexus3.edgexfoundry.org:10001 18:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:02 Configure a credential helper to remove this warning. See 18:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:02 18:10:02 Login Succeeded 18:10:02 nexus3.edgexfoundry.org:10002 18:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:03 Configure a credential helper to remove this warning. See 18:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:03 18:10:03 Login Succeeded 18:10:03 nexus3.edgexfoundry.org:10003 18:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:03 Configure a credential helper to remove this warning. See 18:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:03 18:10:03 Login Succeeded 18:10:03 nexus3.edgexfoundry.org:10004 18:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:03 Configure a credential helper to remove this warning. See 18:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:03 18:10:03 Login Succeeded 18:10:03 docker.io 18:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:03 Configure a credential helper to remove this warning. See 18:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:03 18:10:03 Login Succeeded 18:10:03 ---> docker-login.sh ends [Pipeline] } 18:10:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:10:03 e7b814b815485d8e5dfe911d99d52586a95aeed2 18:10:03 latest 18:10:03 1.3.1-dev.1 18:10:03 e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:10:03 hanoi 18:10:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:04 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh 18:10:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 18:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:10:04 d457a3eba9e2: Preparing 18:10:04 ce9558360491: Preparing 18:10:04 a771abc6bb07: Preparing 18:10:04 a50bff7b04a1: Preparing 18:10:04 4d2b577494c8: Preparing 18:10:04 c04d1437198b: Preparing 18:10:04 c04d1437198b: Waiting 18:10:04 a50bff7b04a1: Pushed 18:10:04 ce9558360491: Pushed 18:10:04 a771abc6bb07: Pushed 18:10:04 c04d1437198b: Layer already exists 18:10:04 4d2b577494c8: Pushed 18:10:06 d457a3eba9e2: Pushed 18:10:06 e7b814b815485d8e5dfe911d99d52586a95aeed2: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:10:06 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:10:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:10:07 d457a3eba9e2: Preparing 18:10:07 ce9558360491: Preparing 18:10:07 a771abc6bb07: Preparing 18:10:07 a50bff7b04a1: Preparing 18:10:07 4d2b577494c8: Preparing 18:10:07 c04d1437198b: Preparing 18:10:07 c04d1437198b: Waiting 18:10:07 a50bff7b04a1: Layer already exists 18:10:07 a771abc6bb07: Layer already exists 18:10:07 4d2b577494c8: Layer already exists 18:10:07 d457a3eba9e2: Layer already exists 18:10:07 ce9558360491: Layer already exists 18:10:07 c04d1437198b: Layer already exists 18:10:07 latest: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:10:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 18:10:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 18:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:10:07 d457a3eba9e2: Preparing 18:10:07 ce9558360491: Preparing 18:10:07 a771abc6bb07: Preparing 18:10:07 a50bff7b04a1: Preparing 18:10:07 4d2b577494c8: Preparing 18:10:07 c04d1437198b: Preparing 18:10:07 c04d1437198b: Waiting 18:10:07 d457a3eba9e2: Layer already exists 18:10:07 ce9558360491: Layer already exists 18:10:07 4d2b577494c8: Layer already exists 18:10:07 a50bff7b04a1: Layer already exists 18:10:07 a771abc6bb07: Layer already exists 18:10:07 c04d1437198b: Layer already exists 18:10:07 1.3.1-dev.1: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:10:08 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 18:10:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:10:08 d457a3eba9e2: Preparing 18:10:08 ce9558360491: Preparing 18:10:08 a771abc6bb07: Preparing 18:10:08 a50bff7b04a1: Preparing 18:10:08 4d2b577494c8: Preparing 18:10:08 c04d1437198b: Preparing 18:10:08 c04d1437198b: Waiting 18:10:08 ce9558360491: Layer already exists 18:10:08 a50bff7b04a1: Layer already exists 18:10:08 4d2b577494c8: Layer already exists 18:10:08 a771abc6bb07: Layer already exists 18:10:08 d457a3eba9e2: Layer already exists 18:10:08 c04d1437198b: Layer already exists 18:10:08 e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:10:08 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh 18:10:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi 18:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:10:09 d457a3eba9e2: Preparing 18:10:09 ce9558360491: Preparing 18:10:09 a771abc6bb07: Preparing 18:10:09 a50bff7b04a1: Preparing 18:10:09 4d2b577494c8: Preparing 18:10:09 c04d1437198b: Preparing 18:10:09 c04d1437198b: Waiting 18:10:09 d457a3eba9e2: Layer already exists 18:10:09 a50bff7b04a1: Layer already exists 18:10:09 a771abc6bb07: Layer already exists 18:10:09 ce9558360491: Layer already exists 18:10:09 4d2b577494c8: Layer already exists 18:10:09 c04d1437198b: Layer already exists 18:10:09 hanoi: digest: sha256:882dcef7703fc1b2b367a3189b2329843de127e4235d3fccb26ac485b2007c47 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:09 ===================================================== [Pipeline] echo 18:10:09 taggedImages: 18:10:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2 18:10:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:10:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.1 18:10:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:10:09 - 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] } 18:19:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23429 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 18:19:01 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 18:19:06 using credential edgex-jenkins-ssh 18:19:06 Cloning the remote Git repository 18:19:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:19:06 > git init /w/workspace/app-service-configurable/2 # timeout=10 18:19:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:19:06 > git --version # timeout=10 18:19:06 > git --version # 'git version 2.17.1' 18:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:19:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:19:08 Checking out Revision e7b814b815485d8e5dfe911d99d52586a95aeed2 (hanoi) 18:19:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:19:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 18:19:08 > git config core.sparsecheckout # timeout=10 18:19:08 > git checkout -f e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 18:19:12 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#181)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:19:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:19:15 + sudo service docker restart 18:19:15 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:19:17 provisioning config files... 18:19:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config7250570551783769480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:18 ---> docker-login.sh 18:19:18 nexus3.edgexfoundry.org:10001 18:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:19 Configure a credential helper to remove this warning. See 18:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:19 18:19:19 Login Succeeded 18:19:19 nexus3.edgexfoundry.org:10002 18:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:19 Configure a credential helper to remove this warning. See 18:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:19 18:19:19 Login Succeeded 18:19:19 nexus3.edgexfoundry.org:10003 18:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:20 Configure a credential helper to remove this warning. See 18:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:20 18:19:20 Login Succeeded 18:19:20 nexus3.edgexfoundry.org:10004 18:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:21 Configure a credential helper to remove this warning. See 18:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:21 18:19:21 Login Succeeded 18:19:21 docker.io 18:19:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:21 Configure a credential helper to remove this warning. See 18:19:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:21 18:19:21 Login Succeeded 18:19:21 ---> docker-login.sh ends [Pipeline] } 18:19:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:19:22 ========================================================= 18:19:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:19:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:19:22 + 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 . 18:19:22 Sending build context to Docker daemon 98.82kB 18:19:22 Step 1/8 : ARG BASE=golang:1.15-alpine 18:19:22 Step 2/8 : FROM ${BASE} 18:19:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:23 5f621e34cdf4: Pulling fs layer 18:19:23 a4357932f1b6: Pulling fs layer 18:19:23 18c013af1878: Pulling fs layer 18:19:23 00ac8860ef70: Pulling fs layer 18:19:23 63d7cb157983: Pulling fs layer 18:19:23 b116817d02f9: Pulling fs layer 18:19:23 745a02a5169b: Pulling fs layer 18:19:23 00ac8860ef70: Waiting 18:19:23 63d7cb157983: Waiting 18:19:23 b116817d02f9: Waiting 18:19:23 745a02a5169b: Waiting 18:19:23 18c013af1878: Verifying Checksum 18:19:23 18c013af1878: Download complete 18:19:23 a4357932f1b6: Verifying Checksum 18:19:23 a4357932f1b6: Download complete 18:19:23 63d7cb157983: Verifying Checksum 18:19:23 63d7cb157983: Download complete 18:19:23 b116817d02f9: Verifying Checksum 18:19:23 b116817d02f9: Download complete 18:19:23 5f621e34cdf4: Verifying Checksum 18:19:23 5f621e34cdf4: Download complete 18:19:23 5f621e34cdf4: Pull complete 18:19:24 a4357932f1b6: Pull complete 18:19:24 18c013af1878: Pull complete 18:19:25 745a02a5169b: Verifying Checksum 18:19:25 745a02a5169b: Download complete 18:19:26 00ac8860ef70: Download complete 18:19:36 00ac8860ef70: Pull complete 18:19:36 63d7cb157983: Pull complete 18:19:36 b116817d02f9: Pull complete 18:19:41 745a02a5169b: Pull complete 18:19:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:19:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:19:41 ---> b7e6874047d6 18:19:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:19:43 ---> Running in c84d63eedadc 18:19:43 Removing intermediate container c84d63eedadc 18:19:43 ---> 357cde7e6b68 18:19:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:19:43 ---> Running in 658f68561276 18:19:45 Removing intermediate container 658f68561276 18:19:45 ---> 98cde5e67603 18:19:45 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:19:46 ---> Running in c5578bde7ecb 18:19:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:19:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:19:48 (1/6) Installing libc-dev (0.7.2-r3) 18:19:48 (2/6) Installing libsodium (1.0.18-r0) 18:19:48 (3/6) Installing pkgconf (1.7.2-r0) 18:19:49 (4/6) Installing libsodium-dev (1.0.18-r0) 18:19:49 (5/6) Installing libzmq (4.3.3-r0) 18:19:49 (6/6) Installing zeromq-dev (4.3.3-r0) 18:19:49 Executing busybox-1.31.1-r19.trigger 18:19:49 OK: 144 MiB in 45 packages 18:19:50 Removing intermediate container c5578bde7ecb 18:19:50 ---> 6830508af754 18:19:50 Step 6/8 : WORKDIR /app 18:19:50 ---> Running in 4c84c1d5b5fd 18:19:50 Removing intermediate container 4c84c1d5b5fd 18:19:50 ---> 3fcd5aee8fff 18:19:50 Step 7/8 : COPY . . 18:19:51 ---> 7f11778fa90f 18:19:51 Step 8/8 : RUN go mod download 18:19:51 ---> Running in 8a1b74b8b4d5 18:20:18 Removing intermediate container 8a1b74b8b4d5 18:20:18 ---> 8d96cd5f8892 18:20:18 Successfully built 8d96cd5f8892 18:20:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:20:19 + docker inspect -f . ci-base-image-arm64 18:20:19 . [Pipeline] withDockerContainer 18:20:19 prd-ubuntu18.04-docker-arm64-4c-16g-23429 does not seem to be running inside a container 18:20:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:20:20 $ docker top b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:21 + go version 18:20:21 go version go1.15.5 linux/arm64 [Pipeline] } 18:20:21 $ docker stop --time=1 b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 18:20:23 $ docker rm -f b3d0ac1c80a30f8d914e18f47e3b75051a5f511984b94b54dfcf33b0f4f23b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:24 + docker inspect -f . ci-base-image-arm64 18:20:24 . [Pipeline] withDockerContainer 18:20:25 prd-ubuntu18.04-docker-arm64-4c-16g-23429 does not seem to be running inside a container 18:20:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:20:26 $ docker top 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:27 + make test 18:20:27 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:21:24 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:21:24 CGO_ENABLED=1 go vet ./... 18:21:27 gofmt -l . 18:21:27 [ "`gofmt -l .`" = "" ] 18:21:27 ./bin/test-go-mod-tidy.sh 18:21:27 ./bin/test-attribution-txt.sh [Pipeline] } 18:21:27 $ docker stop --time=1 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d 18:21:29 $ docker rm -f 809aa6fcc3689052874ea9e551ed97130db6a9cfbad849cdd227d952b01ef10d [Pipeline] // withDockerContainer [Pipeline] sh 18:21:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:21:30 Warning: overwriting stash ‘coverage-report’ 18:21:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:21:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:21:32 + ls -al . 18:21:32 total 120 18:21:32 drwxrwxr-x 7 jenkins jenkins 4096 Jan 27 18:21 . 18:21:32 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 18:19 .. 18:21:32 -rw-rw-r-- 1 jenkins jenkins 119 Jan 27 18:19 .dockerignore 18:21:32 drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 18:19 .git 18:21:32 drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 18:19 .github 18:21:32 -rw-rw-r-- 1 jenkins jenkins 93 Jan 27 18:19 .gitignore 18:21:32 -rw-rw-r-- 1 jenkins jenkins 6568 Jan 27 18:19 Attribution.txt 18:21:32 -rw-rw-r-- 1 jenkins jenkins 2002 Jan 27 18:19 Dockerfile 18:21:32 -rw-rw-r-- 1 jenkins jenkins 966 Jan 27 18:19 Dockerfile.build 18:21:32 -rw-rw-r-- 1 jenkins jenkins 687 Jan 27 18:19 Jenkinsfile 18:21:32 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 27 18:19 LICENSE 18:21:32 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 27 18:19 README.md 18:21:32 -rw-rw-r-- 1 jenkins jenkins 11 Jan 27 18:05 VERSION 18:21:32 drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 18:19 bin 18:21:32 -rw-r--r-- 1 jenkins jenkins 10 Jan 27 18:20 coverage.out 18:21:32 -rw-rw-r-- 1 jenkins jenkins 180 Jan 27 18:19 docker-compose.debug.yml 18:21:32 -rw-rw-r-- 1 jenkins jenkins 133 Jan 27 18:19 docker-compose.yml 18:21:32 -rw-r--r-- 1 jenkins jenkins 132 Jan 27 18:21 go.mod 18:21:32 -rw-r--r-- 1 jenkins jenkins 19563 Jan 27 18:21 go.sum 18:21:32 -rw-rw-r-- 1 jenkins jenkins 1519 Jan 27 18:19 main.go 18:21:32 -rw-rw-r-- 1 jenkins jenkins 1573 Jan 27 18:19 makefile 18:21:32 drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 18:19 res 18:21:32 drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 18:19 snap [Pipeline] isUnix [Pipeline] sh 18:21:32 + 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=e7b814b815485d8e5dfe911d99d52586a95aeed2 --label arch=arm64 --label version=1.3.1-dev.1 . 18:21:32 Sending build context to Docker daemon 121.3kB 18:21:33 Step 1/27 : ARG BASE=golang:1.15-alpine 18:21:33 Step 2/27 : FROM ${BASE} AS builder 18:21:33 ---> 8d96cd5f8892 18:21:33 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:21:33 ---> Running in 2a9ae30d2417 18:21:33 Removing intermediate container 2a9ae30d2417 18:21:33 ---> 4f3241a1ea26 18:21:33 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:21:33 ---> Running in 771f2cd67b10 18:21:34 Removing intermediate container 771f2cd67b10 18:21:34 ---> 41f7008d2e12 18:21:34 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:21:34 ---> Running in 4880aed74955 18:21:34 Removing intermediate container 4880aed74955 18:21:34 ---> 52f87912ce3c 18:21:34 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:35 ---> Running in 887a9f7b77fa 18:21:36 Removing intermediate container 887a9f7b77fa 18:21:36 ---> 6eaf0fadae12 18:21:36 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:21:36 ---> Running in c20f40e5c8e1 18:21:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:21:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:21:39 OK: 144 MiB in 45 packages 18:21:40 Removing intermediate container c20f40e5c8e1 18:21:40 ---> 48b323e47199 18:21:40 Step 8/27 : WORKDIR /app 18:21:40 ---> Running in e0398ee89860 18:21:40 Removing intermediate container e0398ee89860 18:21:40 ---> b3022612dafd 18:21:40 Step 9/27 : COPY go.mod . 18:21:41 ---> e4cdf9330bd6 18:21:41 Step 10/27 : RUN go mod download 18:21:41 ---> Running in 59af56936806 18:21:43 Removing intermediate container 59af56936806 18:21:43 ---> 717beefaccdd 18:21:43 Step 11/27 : COPY . . 18:21:44 ---> 85085d012dbe 18:21:44 Step 12/27 : ARG MAKE="make build" 18:21:44 ---> Running in 93b9c8ace7d4 18:21:44 Removing intermediate container 93b9c8ace7d4 18:21:44 ---> fb7321964268 18:21:44 Step 13/27 : RUN $MAKE 18:21:45 ---> Running in df657b4c6f24 18:21:46 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.1" -o app-service-configurable 18:22:33 Removing intermediate container df657b4c6f24 18:22:33 ---> cfe5cf1165da 18:22:33 Step 14/27 : FROM alpine:latest 18:22:33 latest: Pulling from library/alpine 18:22:33 30d5333d20a6: Pulling fs layer 18:22:33 30d5333d20a6: Verifying Checksum 18:22:33 30d5333d20a6: Pull complete 18:22:33 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 18:22:33 Status: Downloaded newer image for alpine:latest 18:22:33 ---> 1fca6fe4a1ec 18:22:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:22:33 ---> Running in 8dae77148dab 18:22:33 Removing intermediate container 8dae77148dab 18:22:33 ---> 37b2ee510695 18:22:33 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:22:33 ---> Running in ee337edf7281 18:22:33 Removing intermediate container ee337edf7281 18:22:33 ---> 6d7d13210539 18:22:33 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 18:22:34 ---> Running in 6032e89147a4 18:22:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:22:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:22:35 (1/6) Installing ca-certificates (20191127-r5) 18:22:35 (2/6) Installing libgcc (10.2.1_pre1-r3) 18:22:35 (3/6) Installing libsodium (1.0.18-r0) 18:22:35 (4/6) Installing libstdc++ (10.2.1_pre1-r3) 18:22:35 (5/6) Installing libzmq (4.3.3-r1) 18:22:35 (6/6) Installing zeromq (4.3.3-r1) 18:22:35 Executing busybox-1.32.1-r0.trigger 18:22:36 Executing ca-certificates-20191127-r5.trigger 18:22:36 OK: 9 MiB in 20 packages 18:22:37 Removing intermediate container 6032e89147a4 18:22:37 ---> e19bbc2cc582 18:22:37 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:22:38 ---> 60272b19d344 18:22:38 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:22:39 ---> f9832b6178d4 18:22:39 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:22:39 ---> 769fedb9f656 18:22:39 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:22:41 ---> 981816bbd170 18:22:41 Step 22/27 : EXPOSE 48095 18:22:41 ---> Running in b58c319157df 18:22:41 Removing intermediate container b58c319157df 18:22:41 ---> fb3b9ea3c997 18:22:41 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:22:42 ---> Running in 832bd2f980bc 18:22:42 Removing intermediate container 832bd2f980bc 18:22:42 ---> ec521f2c23d2 18:22:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:22:42 ---> Running in 081ecca06e86 18:22:42 Removing intermediate container 081ecca06e86 18:22:42 ---> fc87faa3d17e 18:22:42 Step 25/27 : LABEL arch=arm64 18:22:43 ---> Running in 4b0bcbda4d9a 18:22:43 Removing intermediate container 4b0bcbda4d9a 18:22:43 ---> 97fa012d9aba 18:22:43 Step 26/27 : LABEL git_sha=e7b814b815485d8e5dfe911d99d52586a95aeed2 18:22:43 ---> Running in 6221b1d3202f 18:22:43 Removing intermediate container 6221b1d3202f 18:22:43 ---> b23d06a1ee8e 18:22:43 Step 27/27 : LABEL version=1.3.1-dev.1 18:22:44 ---> Running in 02f665206b43 18:22:44 Removing intermediate container 02f665206b43 18:22:44 ---> efda9bfd0802 18:22:44 [Warning] One or more build-args [ARCH] were not consumed 18:22:44 Successfully built efda9bfd0802 18:22:44 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 18:22:44 provisioning config files... 18:22:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config2806589226817534115tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:22:45 ---> docker-login.sh 18:22:45 nexus3.edgexfoundry.org:10001 18:22:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:45 Configure a credential helper to remove this warning. See 18:22:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:45 18:22:45 Login Succeeded 18:22:45 nexus3.edgexfoundry.org:10002 18:22:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:46 Configure a credential helper to remove this warning. See 18:22:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:46 18:22:46 Login Succeeded 18:22:46 nexus3.edgexfoundry.org:10003 18:22:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:46 Configure a credential helper to remove this warning. See 18:22:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:46 18:22:46 Login Succeeded 18:22:46 nexus3.edgexfoundry.org:10004 18:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:47 Configure a credential helper to remove this warning. See 18:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:47 18:22:47 Login Succeeded 18:22:47 docker.io 18:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:48 Configure a credential helper to remove this warning. See 18:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:48 18:22:48 Login Succeeded 18:22:48 ---> docker-login.sh ends [Pipeline] } 18:22:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:48 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:22:48 e7b814b815485d8e5dfe911d99d52586a95aeed2 18:22:48 latest 18:22:48 1.3.1-dev.1 18:22:48 e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:22:48 hanoi 18:22:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:49 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh 18:22:49 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 18:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:22:49 bc167f96804f: Preparing 18:22:49 bf2e881bad19: Preparing 18:22:49 88e643714a6a: Preparing 18:22:49 611f511eb7aa: Preparing 18:22:49 2d6c59478bc8: Preparing 18:22:49 7fc22f762ef3: Preparing 18:22:49 7fc22f762ef3: Waiting 18:22:49 611f511eb7aa: Pushed 18:22:49 88e643714a6a: Pushed 18:22:49 bf2e881bad19: Pushed 18:22:49 7fc22f762ef3: Layer already exists 18:22:50 2d6c59478bc8: Pushed 18:22:54 bc167f96804f: Pushed 18:22:54 e7b814b815485d8e5dfe911d99d52586a95aeed2: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:54 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:22:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:22:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:22:54 bc167f96804f: Preparing 18:22:54 bf2e881bad19: Preparing 18:22:54 88e643714a6a: Preparing 18:22:54 611f511eb7aa: Preparing 18:22:54 2d6c59478bc8: Preparing 18:22:54 7fc22f762ef3: Preparing 18:22:54 7fc22f762ef3: Waiting 18:22:54 2d6c59478bc8: Layer already exists 18:22:54 bc167f96804f: Layer already exists 18:22:54 88e643714a6a: Layer already exists 18:22:54 bf2e881bad19: Layer already exists 18:22:54 611f511eb7aa: Layer already exists 18:22:54 7fc22f762ef3: Layer already exists 18:22:54 latest: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:55 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 18:22:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 18:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:22:55 bc167f96804f: Preparing 18:22:55 bf2e881bad19: Preparing 18:22:55 88e643714a6a: Preparing 18:22:55 611f511eb7aa: Preparing 18:22:55 2d6c59478bc8: Preparing 18:22:55 7fc22f762ef3: Preparing 18:22:55 7fc22f762ef3: Waiting 18:22:55 2d6c59478bc8: Layer already exists 18:22:55 bf2e881bad19: Layer already exists 18:22:55 bc167f96804f: Layer already exists 18:22:55 88e643714a6a: Layer already exists 18:22:55 611f511eb7aa: Layer already exists 18:22:55 7fc22f762ef3: Layer already exists 18:22:55 1.3.1-dev.1: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:56 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 18:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:22:56 bc167f96804f: Preparing 18:22:56 bf2e881bad19: Preparing 18:22:56 88e643714a6a: Preparing 18:22:56 611f511eb7aa: Preparing 18:22:56 2d6c59478bc8: Preparing 18:22:56 7fc22f762ef3: Preparing 18:22:56 7fc22f762ef3: Waiting 18:22:56 611f511eb7aa: Layer already exists 18:22:56 bf2e881bad19: Layer already exists 18:22:56 bc167f96804f: Layer already exists 18:22:56 88e643714a6a: Layer already exists 18:22:56 2d6c59478bc8: Layer already exists 18:22:56 7fc22f762ef3: Layer already exists 18:22:56 e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:57 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 18:22:57 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi 18:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:22:57 bc167f96804f: Preparing 18:22:57 bf2e881bad19: Preparing 18:22:57 88e643714a6a: Preparing 18:22:57 611f511eb7aa: Preparing 18:22:57 2d6c59478bc8: Preparing 18:22:57 7fc22f762ef3: Preparing 18:22:57 7fc22f762ef3: Waiting 18:22:57 bc167f96804f: Layer already exists 18:22:57 2d6c59478bc8: Layer already exists 18:22:57 bf2e881bad19: Layer already exists 18:22:57 88e643714a6a: Layer already exists 18:22:57 611f511eb7aa: Layer already exists 18:22:57 7fc22f762ef3: Layer already exists 18:22:57 hanoi: digest: sha256:87bc44985313d541d03150cc9a536502e84a5da6db34fd6876d0d8d7da87fc19 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:58 ===================================================== [Pipeline] echo 18:22:58 taggedImages: 18:22:58 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2 18:22:58 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:22:58 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.1 18:22:58 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:e7b814b815485d8e5dfe911d99d52586a95aeed2-1.3.1-dev.1 18:22:58 - 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 18:22:59 provisioning config files... 18:22:59 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5656474042749593381tmp [Pipeline] { [Pipeline] sh 18:23:00 + set +x 18:23:00 + curl -s https://codecov.io/bash 18:23:00 + bash -s -- 18:23:00 18:23:00 _____ _ 18:23:00 / ____| | | 18:23:00 | | ___ __| | ___ ___ _____ __ 18:23:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:23:00 | |___| (_) | (_| | __/ (_| (_) \ V / 18:23:00 \_____\___/ \__,_|\___|\___\___/ \_/ 18:23:00 Bash-20210115-cec3c92 18:23:00 18:23:00 18:23:00 ==> git version 2.24.3 found 18:23:00 ==> 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 18:23:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:23:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:23:00 ==> Jenkins CI detected. 18:23:00 project root: . 18:23:00 --> token set from env 18:23:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:23:00 ==> Running gcov in . (disable via -X gcov) 18:23:00 ==> Python coveragepy not found 18:23:00 ==> Searching for coverage reports in: 18:23:00 + . 18:23:00 -> Found 1 reports 18:23:00 ==> Detecting git/mercurial file structure 18:23:00 ==> Reading reports 18:23:00 + ./coverage.out bytes=10 18:23:00 ==> Appending adjustments 18:23:00 https://docs.codecov.io/docs/fixing-reports 18:23:00 + Found adjustments 18:23:00 ==> Gzipping contents 18:23:00 4.0K /tmp/codecov.mqZYYk.gz 18:23:00 ==> Uploading reports 18:23:00 url: https://codecov.io 18:23:00 query: branch=hanoi&commit=e7b814b815485d8e5dfe911d99d52586a95aeed2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:23:00 -> Pinging Codecov 18:23:00 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=hanoi&commit=e7b814b815485d8e5dfe911d99d52586a95aeed2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:23:00 -> Uploading to 18:23:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/A97CA9966030D2A3747ED39772930CCE/e7b814b815485d8e5dfe911d99d52586a95aeed2/ca278ce0-6330-4c90-ad31-45c53a3a28ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T182300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75bbae512db174ccd84708e73a96cf9d8b9c5980c4079177facd94dd8a8c97ce 18:23:00 % Total % Received % Xferd Average Speed Time Time Time Current 18:23:00 Dload Upload Total Spent Left Speed 18:23:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 885 --:--:-- --:--:-- --:--:-- 887 18:23:01 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] } 18:23:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:23:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:23:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:23:02 18:23:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:23:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:23:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:23:02 188c0c94c7c5: Pulling fs layer 18:23:02 0ef7d3d256c8: Pulling fs layer 18:23:02 de9db76c5a1d: Pulling fs layer 18:23:02 0eba1c9be4d2: Pulling fs layer 18:23:02 0d57e429df01: Pulling fs layer 18:23:02 4e4be7b47b0d: Pulling fs layer 18:23:02 e1f770b5df2f: Pulling fs layer 18:23:02 85a0685a4137: Pulling fs layer 18:23:02 0d57e429df01: Waiting 18:23:02 4e4be7b47b0d: Waiting 18:23:02 e1f770b5df2f: Waiting 18:23:02 85a0685a4137: Waiting 18:23:02 0eba1c9be4d2: Waiting 18:23:02 de9db76c5a1d: Verifying Checksum 18:23:02 de9db76c5a1d: Download complete 18:23:02 0ef7d3d256c8: Download complete 18:23:02 0d57e429df01: Verifying Checksum 18:23:02 0d57e429df01: Download complete 18:23:02 188c0c94c7c5: Verifying Checksum 18:23:02 188c0c94c7c5: Download complete 18:23:02 4e4be7b47b0d: Verifying Checksum 18:23:02 4e4be7b47b0d: Download complete 18:23:03 188c0c94c7c5: Pull complete 18:23:03 0ef7d3d256c8: Pull complete 18:23:03 de9db76c5a1d: Pull complete 18:23:04 e1f770b5df2f: Verifying Checksum 18:23:04 e1f770b5df2f: Download complete 18:23:06 0eba1c9be4d2: Verifying Checksum 18:23:06 0eba1c9be4d2: Download complete 18:23:06 85a0685a4137: Verifying Checksum 18:23:06 85a0685a4137: Download complete 18:23:12 0eba1c9be4d2: Pull complete 18:23:12 0d57e429df01: Pull complete 18:23:12 4e4be7b47b0d: Pull complete 18:23:14 e1f770b5df2f: Pull complete 18:23:22 85a0685a4137: Pull complete 18:23:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:23:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:23:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:23:23 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:23:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:23:24 $ docker top 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b -eo pid,comm [Pipeline] { [Pipeline] echo 18:23:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:23:24 + set -o pipefail 18:23:24 + snyk monitor '--org=edgex-jenkins' 18:23:43 18:23:43 Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... 18:23:43 18:23:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f802a348-91c9-40ea-8e80-607fd8a7caaa 18:23:43 18:23:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:23:43 18:23:43 [Pipeline] } 18:23:43 $ docker stop --time=1 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b 18:23:45 $ docker rm -f 126d6223c9adfd8184b6c74ab7064c3c081d158f979ec74526c73257141a983b [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 18:23:47 + git log --format=format:%s -1 e7b814b815485d8e5dfe911d99d52586a95aeed2 [Pipeline] isUnix [Pipeline] sh 18:23:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:47 . [Pipeline] withDockerContainer 18:23:47 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:23:47 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:23:48 $ docker top 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:49 [ssh-agent] Looking for ssh-agent implementation... 18:23:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:49 $ docker exec 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 ssh-agent 18:23:49 SSH_AUTH_SOCK=/tmp/ssh-xQ01G6XZsKUt/agent.12 18:23:49 SSH_AGENT_PID=17 18:23:49 Running ssh-add (command line suppressed) 18:23:49 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1829136272119630912.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1829136272119630912.key) 18:23:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:49 + git semver tag 18:23:49 # -> Open(): unable to determine branch for HEAD 18:23:49 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 18:23:49 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 18:23:49 # $SEMVER_REMOTE_NAME = origin 18:23:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:23:49 # $SEMVER_USER_NAME = edgex-jenkins 18:23:49 # $SEMVER_BRANCH = hanoi 18:23:49 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 18:23:49 # e7b814b815485d8e5dfe911d99d52586a95aeed2 HEAD 18:23:49 # -> Force: false 18:23:49 # 87fa53d78ac4d6095af25079162e78c50f9765dd refs/tags/v1.3.1-dev.1 [Pipeline] } 18:23:49 $ docker exec --env ******** --env ******** 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 ssh-agent -k 18:23:50 unset SSH_AUTH_SOCK; 18:23:50 unset SSH_AGENT_PID; 18:23:50 echo Agent pid 17 killed; 18:23:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:50 + git semver [Pipeline] } 18:23:50 $ docker stop --time=1 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 18:23:52 $ docker rm -f 6458b122069ac98a26dcedb63f504c0d5bac1c2085353f407dc63e500d9a1113 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:23:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:23:52 18:23:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:23:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:23:53 0.23.1-centos7: Pulling from edgex-lftools 18:23:53 ab5ef0e58194: Pulling fs layer 18:23:53 9712f1f96733: Pulling fs layer 18:23:53 63f879dbbcfc: Pulling fs layer 18:23:53 0d9ebad4ef96: Pulling fs layer 18:23:53 e9a5061849ea: Pulling fs layer 18:23:53 d747dcd14b5f: Pulling fs layer 18:23:53 2de7ff778b66: Pulling fs layer 18:23:53 0d9ebad4ef96: Waiting 18:23:53 e9a5061849ea: Waiting 18:23:53 d747dcd14b5f: Waiting 18:23:53 2de7ff778b66: Waiting 18:23:53 9712f1f96733: Verifying Checksum 18:23:53 9712f1f96733: Download complete 18:23:55 63f879dbbcfc: Verifying Checksum 18:23:55 63f879dbbcfc: Download complete 18:23:55 e9a5061849ea: Verifying Checksum 18:23:55 e9a5061849ea: Download complete 18:23:55 d747dcd14b5f: Verifying Checksum 18:23:55 d747dcd14b5f: Download complete 18:23:55 2de7ff778b66: Verifying Checksum 18:23:55 2de7ff778b66: Download complete 18:23:55 0d9ebad4ef96: Verifying Checksum 18:23:55 0d9ebad4ef96: Download complete 18:23:55 ab5ef0e58194: Verifying Checksum 18:23:55 ab5ef0e58194: Download complete 18:24:00 ab5ef0e58194: Pull complete 18:24:00 9712f1f96733: Pull complete 18:24:03 63f879dbbcfc: Pull complete 18:24:10 0d9ebad4ef96: Pull complete 18:24:11 e9a5061849ea: Pull complete 18:24:11 d747dcd14b5f: Pull complete 18:24:14 2de7ff778b66: Pull complete 18:24:14 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:24:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:24:14 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:24:14 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:24:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:24:17 $ docker top 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:24:17 provisioning config files... 18:24:17 copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config814530815573661148tmp 18:24:18 copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5223117366338623552tmp 18:24:18 copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8804598445521197447tmp [Pipeline] { [Pipeline] echo 18:24:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:24:18 ---> sigul-configuration.sh 18:24:18 gpg: directory `/root/.gnupg' created 18:24:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:24:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:24:18 gpg: keyring `/root/.gnupg/secring.gpg' created 18:24:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:24:18 gpg: CAST5 encrypted data 18:24:18 gpg: encrypted with 1 passphrase 18:24:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:24:18 + mkdir /home/jenkins 18:24:18 + mkdir /home/jenkins/sigul [Pipeline] sh 18:24:19 + 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 18:24:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:24:19 ---> sigul-install.sh 18:24:26 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:24:26 + git tag --list 18:24:26 v1.0.0 18:24:26 v1.1.0 18:24:26 v1.2.0 18:24:26 v1.3.0 18:24:26 v1.3.1-dev.1 18:24:26 v2.0.0-dev.1 18:24:26 v2.0.0-dev.10 18:24:26 v2.0.0-dev.11 18:24:26 v2.0.0-dev.12 18:24:26 v2.0.0-dev.13 18:24:26 v2.0.0-dev.2 18:24:26 v2.0.0-dev.3 18:24:26 v2.0.0-dev.4 18:24:26 v2.0.0-dev.5 18:24:26 v2.0.0-dev.6 18:24:26 v2.0.0-dev.7 18:24:26 v2.0.0-dev.8 18:24:26 v2.0.0-dev.9 [Pipeline] sh 18:24:26 + lftools sign git-tag v1.3.1-dev.1 18:24:28 Signing Git tag with Sigul... 18:24:28 Signing v1.3.1-dev.1 [Pipeline] echo 18:24:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:24:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:24:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:24:29 $ docker stop --time=1 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e 18:24:31 $ docker rm -f 51a1b809a83c2121bc5c3ff74d5134d2104aff9c388a0e2a58be00f554f7e38e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:24:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:32 . [Pipeline] withDockerContainer 18:24:32 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:24:32 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:24:33 $ docker top cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:34 [ssh-agent] Looking for ssh-agent implementation... 18:24:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:34 $ docker exec cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 ssh-agent 18:24:34 SSH_AUTH_SOCK=/tmp/ssh-Bu54RSfts0Ly/agent.11 18:24:34 SSH_AGENT_PID=16 18:24:34 Running ssh-add (command line suppressed) 18:24:34 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1947951264585337403.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1947951264585337403.key) 18:24:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:35 + git semver bump pre 18:24:35 # -> Open(): unable to determine branch for HEAD 18:24:35 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 18:24:35 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 18:24:35 # $SEMVER_REMOTE_NAME = origin 18:24:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:24:35 # $SEMVER_USER_NAME = edgex-jenkins 18:24:35 # $SEMVER_BRANCH = hanoi 18:24:35 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver 18:24:35 1.3.1-dev.2 [Pipeline] } 18:24:35 $ docker exec --env ******** --env ******** cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 ssh-agent -k 18:24:35 unset SSH_AUTH_SOCK; 18:24:35 unset SSH_AGENT_PID; 18:24:35 echo Agent pid 16 killed; 18:24:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:35 + git semver [Pipeline] } 18:24:35 $ docker stop --time=1 cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 18:24:37 $ docker rm -f cefe92b8447e44db0992a1e5d5f2478033176bbf710d50b16ee5c2bc58e2d464 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:24:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:24:37 . [Pipeline] withDockerContainer 18:24:37 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:24:37 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:24:38 $ docker top 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:24:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:24:38 [ssh-agent] Looking for ssh-agent implementation... 18:24:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:39 $ docker exec 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 ssh-agent 18:24:39 SSH_AUTH_SOCK=/tmp/ssh-JUFGrEcIVmgm/agent.11 18:24:39 SSH_AGENT_PID=17 18:24:39 Running ssh-add (command line suppressed) 18:24:39 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2387698505751429955.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2387698505751429955.key) 18:24:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:24:39 + git semver push 18:24:39 # -> Open(): unable to determine branch for HEAD 18:24:39 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 18:24:39 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 18:24:39 # $SEMVER_REMOTE_NAME = origin 18:24:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:24:39 # $SEMVER_USER_NAME = edgex-jenkins 18:24:39 # $SEMVER_BRANCH = hanoi 18:24:39 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 18:24:46 $ docker exec --env ******** --env ******** 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 ssh-agent -k 18:24:46 unset SSH_AUTH_SOCK; 18:24:46 unset SSH_AGENT_PID; 18:24:46 echo Agent pid 17 killed; 18:24:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:24:47 + git semver [Pipeline] } 18:24:47 $ docker stop --time=1 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 18:24:48 $ docker rm -f 2a2e031a178c66b73a241b46f30f2f97743ea1feae89ba39f1d95bbf33a756e3 [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 18:24:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:24:50 ---> package-listing.sh 18:24:50 ++ facter osfamily 18:24:50 ++ tr '[:upper:]' '[:lower:]' 18:24:50 + OS_FAMILY=redhat 18:24:50 + workspace=/w/workspace/y_app-service-configurable_hanoi 18:24:50 + START_PACKAGES=/tmp/packages_start.txt 18:24:50 + END_PACKAGES=/tmp/packages_end.txt 18:24:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:24:50 + PACKAGES=/tmp/packages_start.txt 18:24:50 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 18:24:50 + PACKAGES=/tmp/packages_end.txt 18:24:50 + case "${OS_FAMILY}" in 18:24:50 + rpm -qa 18:24:50 + sort 18:24:56 + '[' -f /tmp/packages_start.txt ']' 18:24:56 + '[' -f /tmp/packages_end.txt ']' 18:24:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:24:56 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 18:24:56 + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ 18:24:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo 18:24:56 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 18:24:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:24:56 18:24:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:24:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:24:57 alpine: Pulling from edgex-lftools-log-publisher 18:24:57 df20fa9351a1: Pulling fs layer 18:24:57 36b3adc4ff6f: Pulling fs layer 18:24:57 8ad3a11d3b57: Pulling fs layer 18:24:57 46f8f816bc3b: Pulling fs layer 18:24:57 93b61091891f: Pulling fs layer 18:24:57 93b9cdb0e59b: Pulling fs layer 18:24:57 5e14af77c1be: Pulling fs layer 18:24:57 01666e4c0597: Pulling fs layer 18:24:57 aa168da1d23b: Pulling fs layer 18:24:57 46f8f816bc3b: Waiting 18:24:57 93b61091891f: Waiting 18:24:57 93b9cdb0e59b: Waiting 18:24:57 5e14af77c1be: Waiting 18:24:57 01666e4c0597: Waiting 18:24:57 aa168da1d23b: Waiting 18:24:57 36b3adc4ff6f: Verifying Checksum 18:24:57 36b3adc4ff6f: Download complete 18:24:57 46f8f816bc3b: Verifying Checksum 18:24:57 46f8f816bc3b: Download complete 18:24:57 df20fa9351a1: Verifying Checksum 18:24:57 93b61091891f: Verifying Checksum 18:24:57 93b61091891f: Download complete 18:24:57 93b9cdb0e59b: Verifying Checksum 18:24:57 93b9cdb0e59b: Download complete 18:24:57 5e14af77c1be: Verifying Checksum 18:24:57 5e14af77c1be: Download complete 18:24:57 01666e4c0597: Verifying Checksum 18:24:57 01666e4c0597: Download complete 18:24:57 8ad3a11d3b57: Verifying Checksum 18:24:57 8ad3a11d3b57: Download complete 18:24:57 df20fa9351a1: Pull complete 18:24:57 36b3adc4ff6f: Pull complete 18:24:59 8ad3a11d3b57: Pull complete 18:24:59 aa168da1d23b: Verifying Checksum 18:24:59 aa168da1d23b: Download complete 18:24:59 46f8f816bc3b: Pull complete 18:25:00 93b61091891f: Pull complete 18:25:00 93b9cdb0e59b: Pull complete 18:25:00 5e14af77c1be: Pull complete 18:25:00 01666e4c0597: Pull complete 18:25:08 aa168da1d23b: Pull complete 18:25:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:25:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:25:08 prd-centos7-docker-4c-2g-23424 does not seem to be running inside a container 18:25:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:25:11 $ docker top 782b88edf0a4dc03ee0a085608fed33cc9512904965bbf904a4a2e57b1644aa1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:12 + touch /tmp/pre-build-complete [Pipeline] sh 18:25:12 + mkdir -p /var/log/sa [Pipeline] sh 18:25:12 + ls /var/log/sa-host 18:25:12 + sadf -c /var/log/sa-host/sa23 18:25:12 file_magic: OK 18:25:12 HZ: Using current value: 100 18:25:12 file_header: OK 18:25:12 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 18:25:12 Statistics: 18:25:12 Hnuu...uuuununununu... 18:25:12 File successfully converted to sysstat format version 12.2.1 18:25:12 + sadf -c /var/log/sa-host/sa27 18:25:12 file_magic: OK 18:25:12 HZ: Using current value: 100 18:25:12 file_header: OK 18:25:12 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 18:25:12 Statistics: 18:25:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:25:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:25:13 provisioning config files... 18:25:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8714458765321135199tmp [Pipeline] { [Pipeline] echo 18:25:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:25:13 ---> create-netrc.sh [Pipeline] } 18:25:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:25:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:25:14 ---> python-tools-install.sh [Pipeline] echo 18:25:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:25:14 ---> sudo-logs.sh 18:25:14 Archiving 'sudo' log.. [Pipeline] echo 18:25:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:25:14 ---> job-cost.sh 18:25:14 lf-activate-venv: SKIPPING 18:25:14 INFO: No Stack... 18:25:16 INFO: Retrieving Pricing Info for: v1-standard-2 18:25:16 INFO: Archiving Costs [Pipeline] echo 18:25:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:25:17 ---> logs-deploy.sh 18:25:17 lf-activate-venv: SKIPPING 18:25:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/2 18:25:17 INFO: archiving workspace using pattern(s): 18:25:19 Archives upload complete. 18:25:19 INFO: archiving logs to Nexus