Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1818c95d6555627539e05dc67b65bacdc5eca62f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24342’ is offline; ‘prd-centos7-docker-4c-2g-24344’ is offline; ‘prd-centos7-docker-4c-2g-24347’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24343’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24349 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" > git rev-list --no-walk e7b814b815485d8e5dfe911d99d52586a95aeed2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T16:09:17.069Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T16:09:17.425Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T16:09:17.534Z] ========================================================= [2021-02-01T16:09:17.534Z] EdgeX Global Pipelines Version Info [2021-02-01T16:09:17.534Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:09:19.023Z] ------------------- [2021-02-01T16:09:19.023Z] stable info: [2021-02-01T16:09:19.023Z] ------------------- [2021-02-01T16:09:19.023Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T16:09:19.023Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T16:09:19.023Z] Message: update stable to v1.0.179 [2021-02-01T16:09:19.969Z] ------------------- [2021-02-01T16:09:19.969Z] experimental info: [2021-02-01T16:09:19.969Z] ------------------- [2021-02-01T16:09:19.969Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T16:09:19.969Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T16:09:19.969Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T16:09:20.267Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-01T16:09:20.366Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-01T16:09:20.468Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T16:09:20.600Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T16:09:20.836Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T16:09:20.962Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T16:09:21.054Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T16:09:21.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T16:09:21.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-01T16:09:21.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T16:09:21.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T16:09:21.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-01T16:09:21.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T16:09:21.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T16:09:21.873Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T16:09:21.958Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T16:09:22.049Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T16:09:22.138Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-01T16:09:22.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T16:09:22.309Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T16:09:22.397Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-01T16:09:22.488Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-01T16:09:22.607Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-01T16:09:22.693Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-01T16:09:22.780Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-01T16:09:22.895Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T16:09:22.981Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T16:09:23.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo [2021-02-01T16:09:23.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo [2021-02-01T16:09:23.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo [2021-02-01T16:09:23.347Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] echo [2021-02-01T16:09:23.460Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1818c95 [Pipeline] echo [2021-02-01T16:09:23.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T16:09:23.728Z] provisioning config files... [2021-02-01T16:09:23.755Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config7794865077746322561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:09:24.119Z] ---> docker-login.sh [2021-02-01T16:09:24.119Z] nexus3.edgexfoundry.org:10001 [2021-02-01T16:09:24.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:09:24.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:09:24.382Z] Configure a credential helper to remove this warning. See [2021-02-01T16:09:24.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:09:24.382Z] [2021-02-01T16:09:24.382Z] Login Succeeded [2021-02-01T16:09:24.382Z] nexus3.edgexfoundry.org:10002 [2021-02-01T16:09:24.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:09:24.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:09:24.643Z] Configure a credential helper to remove this warning. See [2021-02-01T16:09:24.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:09:24.643Z] [2021-02-01T16:09:24.643Z] Login Succeeded [2021-02-01T16:09:24.643Z] nexus3.edgexfoundry.org:10003 [2021-02-01T16:09:24.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:09:24.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:09:24.908Z] Configure a credential helper to remove this warning. See [2021-02-01T16:09:24.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:09:24.908Z] [2021-02-01T16:09:24.908Z] Login Succeeded [2021-02-01T16:09:24.908Z] nexus3.edgexfoundry.org:10004 [2021-02-01T16:09:24.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:09:24.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:09:24.908Z] Configure a credential helper to remove this warning. See [2021-02-01T16:09:24.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:09:24.908Z] [2021-02-01T16:09:24.908Z] Login Succeeded [2021-02-01T16:09:24.908Z] docker.io [2021-02-01T16:09:25.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:09:25.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:09:25.433Z] Configure a credential helper to remove this warning. See [2021-02-01T16:09:25.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:09:25.433Z] [2021-02-01T16:09:25.433Z] Login Succeeded [2021-02-01T16:09:25.433Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T16:09:25.442Z] 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 [2021-02-01T16:09:26.349Z] + git log --format=format:%s -1 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] echo [2021-02-01T16:09:26.414Z] GIT_COMMIT: 1818c95d6555627539e05dc67b65bacdc5eca62f, Commit Message: fix(snap): allow disabling of secret-store via config hook (#180) [Pipeline] echo [2021-02-01T16:09:26.485Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:09:27.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:09:27.099Z] [2021-02-01T16:09:27.099Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:09:27.440Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:09:27.440Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T16:09:27.440Z] 31603596830f: Pulling fs layer [2021-02-01T16:09:27.440Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T16:09:27.440Z] 6ca5941a6612: Pulling fs layer [2021-02-01T16:09:27.441Z] ecc8261a40a4: Pulling fs layer [2021-02-01T16:09:27.441Z] ecc8261a40a4: Waiting [2021-02-01T16:09:27.441Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T16:09:27.441Z] 2a8b12db71e7: Download complete [2021-02-01T16:09:27.441Z] 31603596830f: Verifying Checksum [2021-02-01T16:09:27.441Z] 31603596830f: Download complete [2021-02-01T16:09:27.706Z] ecc8261a40a4: Verifying Checksum [2021-02-01T16:09:27.706Z] ecc8261a40a4: Download complete [2021-02-01T16:09:27.706Z] 6ca5941a6612: Verifying Checksum [2021-02-01T16:09:27.706Z] 6ca5941a6612: Download complete [2021-02-01T16:09:27.967Z] 31603596830f: Pull complete [2021-02-01T16:09:27.967Z] 2a8b12db71e7: Pull complete [2021-02-01T16:09:28.913Z] 6ca5941a6612: Pull complete [2021-02-01T16:09:28.913Z] ecc8261a40a4: Pull complete [2021-02-01T16:09:28.913Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T16:09:28.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:09:28.913Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T16:09:29.020Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:09:29.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T16:09:30.781Z] $ docker top 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T16:09:31.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T16:09:31.084Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T16:09:31.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T16:09:31.314Z] $ docker exec 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent [2021-02-01T16:09:31.473Z] SSH_AUTH_SOCK=/tmp/ssh-EOtx5VYaDZm5/agent.13 [2021-02-01T16:09:31.473Z] SSH_AGENT_PID=18 [2021-02-01T16:09:31.481Z] Running ssh-add (command line suppressed) [2021-02-01T16:09:31.597Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1677722299475336709.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1677722299475336709.key) [2021-02-01T16:09:31.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T16:09:31.980Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T16:09:32.004Z] $ docker exec --env ******** --env ******** 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent -k [2021-02-01T16:09:32.109Z] unset SSH_AUTH_SOCK; [2021-02-01T16:09:32.110Z] unset SSH_AGENT_PID; [2021-02-01T16:09:32.110Z] echo Agent pid 18 killed; [2021-02-01T16:09:32.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T16:09:32.321Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T16:09:32.322Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T16:09:32.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T16:09:32.478Z] $ docker exec 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent [2021-02-01T16:09:32.627Z] SSH_AUTH_SOCK=/tmp/ssh-mfQXQxqgcBKq/agent.47 [2021-02-01T16:09:32.627Z] SSH_AGENT_PID=52 [2021-02-01T16:09:32.633Z] Running ssh-add (command line suppressed) [2021-02-01T16:09:32.741Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1904098972428720968.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1904098972428720968.key) [2021-02-01T16:09:32.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T16:09:33.116Z] + git semver init [2021-02-01T16:09:33.116Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T16:09:33.116Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-01T16:09:33.116Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-01T16:09:33.116Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T16:09:33.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T16:09:33.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T16:09:33.116Z] # $SEMVER_BRANCH = hanoi [2021-02-01T16:09:33.116Z] # $SEMVER_TEMP = /tmp/semver-354291910 [2021-02-01T16:09:33.116Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-01T16:09:33.380Z] # '/tmp/semver-354291910' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' [2021-02-01T16:09:33.641Z] # -> Force: false [2021-02-01T16:09:33.641Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-02-01T16:09:33.655Z] $ docker exec --env ******** --env ******** 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 ssh-agent -k [2021-02-01T16:09:33.760Z] unset SSH_AUTH_SOCK; [2021-02-01T16:09:33.761Z] unset SSH_AGENT_PID; [2021-02-01T16:09:33.761Z] echo Agent pid 52 killed; [2021-02-01T16:09:33.799Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T16:09:34.255Z] + git semver [Pipeline] } [2021-02-01T16:09:34.273Z] $ docker stop --time=1 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 [2021-02-01T16:09:35.607Z] $ docker rm -f 608d54ac4dd0257942519465f6991d48bcd5ea59dfad8e86ccabdba828755047 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T16:09:36.213Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T16:09:36.545Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T16:09:36.548Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-01T16:09:52.056Z] Still waiting to schedule task [2021-02-01T16:09:52.057Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-01T16:09:52.060Z] Still waiting to schedule task [2021-02-01T16:09:52.061Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-01T16:12:19.559Z] Running on prd-centos7-docker-4c-2g-24351 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws [2021-02-01T16:12:19.613Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [2021-02-01T16:12:19.672Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24350 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] checkout [Pipeline] { [Pipeline] ws [2021-02-01T16:12:19.736Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2021-02-01T16:12:22.352Z] using credential edgex-jenkins-ssh [2021-02-01T16:12:22.409Z] Cloning the remote Git repository [2021-02-01T16:12:22.436Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:22.504Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2021-02-01T16:12:22.568Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:22.569Z] > git --version # timeout=10 [2021-02-01T16:12:22.581Z] > git --version # 'git version 2.24.3' [2021-02-01T16:12:22.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T16:12:22.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T16:12:23.167Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-01T16:12:23.174Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T16:12:23.187Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-01T16:12:23.199Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:23.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T16:12:23.204Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-01T16:12:23.578Z] Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) [2021-02-01T16:12:23.587Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T16:12:23.591Z] > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 [2021-02-01T16:12:24.745Z] using credential edgex-jenkins-ssh [2021-02-01T16:12:24.813Z] Cloning the remote Git repository [2021-02-01T16:12:24.882Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:24.994Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2021-02-01T16:12:25.092Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:25.092Z] > git --version # timeout=10 [2021-02-01T16:12:25.118Z] > git --version # 'git version 2.17.1' [2021-02-01T16:12:25.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T16:12:25.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T16:12:26.044Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-01T16:12:26.063Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T16:12:26.098Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-01T16:12:26.601Z] Checking out Revision 1818c95d6555627539e05dc67b65bacdc5eca62f (hanoi) [2021-02-01T16:12:27.250Z] Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" [2021-02-01T16:12:26.143Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-01T16:12:26.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T16:12:26.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-02-01T16:12:26.619Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T16:12:26.639Z] > git checkout -f 1818c95d6555627539e05dc67b65bacdc5eca62f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T16:12:28.735Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T16:12:29.067Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T16:12:29.367Z] + true [2021-02-01T16:12:29.367Z] + sudo service docker restart [2021-02-01T16:12:29.367Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T16:12:30.387Z] provisioning config files... [2021-02-01T16:12:30.414Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config5433797187428481271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:12:30.787Z] ---> docker-login.sh [2021-02-01T16:12:30.787Z] nexus3.edgexfoundry.org:10001 [2021-02-01T16:12:31.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:31.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:31.050Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:31.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:31.050Z] [2021-02-01T16:12:31.050Z] Login Succeeded [2021-02-01T16:12:31.050Z] nexus3.edgexfoundry.org:10002 [2021-02-01T16:12:31.142Z] Commit message: "fix(snap): allow disabling of secret-store via config hook (#180)" [2021-02-01T16:12:31.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:31.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:31.311Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:31.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:31.311Z] [2021-02-01T16:12:31.311Z] Login Succeeded [2021-02-01T16:12:31.311Z] nexus3.edgexfoundry.org:10003 [2021-02-01T16:12:31.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:31.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:31.572Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:31.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:31.572Z] [2021-02-01T16:12:31.572Z] Login Succeeded [2021-02-01T16:12:31.572Z] nexus3.edgexfoundry.org:10004 [2021-02-01T16:12:31.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T16:12:31.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:31.840Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:31.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:31.840Z] [2021-02-01T16:12:31.840Z] Login Succeeded [2021-02-01T16:12:31.840Z] docker.io [2021-02-01T16:12:31.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:32.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:32.102Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:32.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:32.102Z] [2021-02-01T16:12:32.102Z] Login Succeeded [2021-02-01T16:12:32.102Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T16:12:32.493Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-01T16:12:32.778Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-02-01T16:12:32.984Z] ========================================================= [2021-02-01T16:12:32.984Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T16:12:32.984Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:12:33.197Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T16:12:33.329Z] + 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 . [2021-02-01T16:12:33.329Z] Sending build context to Docker daemon 101.4kB [2021-02-01T16:12:33.329Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-01T16:12:33.329Z] Step 2/8 : FROM ${BASE} [2021-02-01T16:12:33.591Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T16:12:33.591Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T16:12:33.591Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T16:12:33.591Z] de9db76c5a1d: Pulling fs layer [2021-02-01T16:12:33.591Z] bca2f99d35d6: Pulling fs layer [2021-02-01T16:12:33.591Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T16:12:33.591Z] 7c6f9722023f: Pulling fs layer [2021-02-01T16:12:33.591Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T16:12:33.591Z] bca2f99d35d6: Waiting [2021-02-01T16:12:33.591Z] a35cf1a2eb13: Waiting [2021-02-01T16:12:33.591Z] 7c6f9722023f: Waiting [2021-02-01T16:12:33.591Z] de9db76c5a1d: Verifying Checksum [2021-02-01T16:12:33.591Z] de9db76c5a1d: Download complete [2021-02-01T16:12:33.591Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T16:12:33.591Z] 0ef7d3d256c8: Download complete [2021-02-01T16:12:33.591Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T16:12:33.591Z] 93359f2a8cfa: Download complete [2021-02-01T16:12:33.591Z] 7c6f9722023f: Download complete [2021-02-01T16:12:33.591Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T16:12:33.591Z] 188c0c94c7c5: Download complete [2021-02-01T16:12:33.606Z] + true [2021-02-01T16:12:33.606Z] + sudo service docker restart [2021-02-01T16:12:33.857Z] 188c0c94c7c5: Pull complete [2021-02-01T16:12:34.120Z] 0ef7d3d256c8: Pull complete [2021-02-01T16:12:34.120Z] de9db76c5a1d: Pull complete [2021-02-01T16:12:36.060Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T16:12:36.060Z] a35cf1a2eb13: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T16:12:36.357Z] provisioning config files... [2021-02-01T16:12:36.401Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config542947972561250351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:12:36.715Z] bca2f99d35d6: Verifying Checksum [2021-02-01T16:12:36.716Z] bca2f99d35d6: Download complete [2021-02-01T16:12:36.807Z] ---> docker-login.sh [2021-02-01T16:12:36.807Z] nexus3.edgexfoundry.org:10001 [2021-02-01T16:12:37.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:38.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:38.011Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:38.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:38.011Z] [2021-02-01T16:12:38.011Z] Login Succeeded [2021-02-01T16:12:38.011Z] nexus3.edgexfoundry.org:10002 [2021-02-01T16:12:38.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:38.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:38.561Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:38.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:38.561Z] [2021-02-01T16:12:38.561Z] Login Succeeded [2021-02-01T16:12:38.561Z] nexus3.edgexfoundry.org:10003 [2021-02-01T16:12:38.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:39.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:39.111Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:39.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:39.111Z] [2021-02-01T16:12:39.111Z] Login Succeeded [2021-02-01T16:12:39.111Z] nexus3.edgexfoundry.org:10004 [2021-02-01T16:12:39.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:39.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:39.660Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:39.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:39.660Z] [2021-02-01T16:12:39.660Z] Login Succeeded [2021-02-01T16:12:39.660Z] docker.io [2021-02-01T16:12:39.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:12:40.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:12:40.208Z] Configure a credential helper to remove this warning. See [2021-02-01T16:12:40.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:12:40.208Z] [2021-02-01T16:12:40.208Z] Login Succeeded [2021-02-01T16:12:40.208Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T16:12:40.227Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T16:12:40.888Z] ========================================================= [2021-02-01T16:12:40.888Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T16:12:40.888Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:12:41.258Z] + 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 . [2021-02-01T16:12:41.258Z] Sending build context to Docker daemon 101.4kB [2021-02-01T16:12:41.532Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-01T16:12:41.532Z] Step 2/8 : FROM ${BASE} [2021-02-01T16:12:41.532Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T16:12:41.532Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T16:12:41.532Z] a4357932f1b6: Pulling fs layer [2021-02-01T16:12:41.532Z] 18c013af1878: Pulling fs layer [2021-02-01T16:12:41.532Z] 00ac8860ef70: Pulling fs layer [2021-02-01T16:12:41.532Z] 63d7cb157983: Pulling fs layer [2021-02-01T16:12:41.532Z] b116817d02f9: Pulling fs layer [2021-02-01T16:12:41.532Z] 745a02a5169b: Pulling fs layer [2021-02-01T16:12:41.532Z] 00ac8860ef70: Waiting [2021-02-01T16:12:41.532Z] 63d7cb157983: Waiting [2021-02-01T16:12:41.532Z] b116817d02f9: Waiting [2021-02-01T16:12:41.532Z] 745a02a5169b: Waiting [2021-02-01T16:12:41.532Z] 18c013af1878: Verifying Checksum [2021-02-01T16:12:41.532Z] 18c013af1878: Download complete [2021-02-01T16:12:41.532Z] a4357932f1b6: Verifying Checksum [2021-02-01T16:12:41.532Z] a4357932f1b6: Download complete [2021-02-01T16:12:41.807Z] 63d7cb157983: Download complete [2021-02-01T16:12:41.807Z] b116817d02f9: Verifying Checksum [2021-02-01T16:12:41.807Z] b116817d02f9: Download complete [2021-02-01T16:12:41.807Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T16:12:41.807Z] 5f621e34cdf4: Download complete [2021-02-01T16:12:42.793Z] 5f621e34cdf4: Pull complete [2021-02-01T16:12:43.406Z] a4357932f1b6: Pull complete [2021-02-01T16:12:43.415Z] bca2f99d35d6: Pull complete [2021-02-01T16:12:43.415Z] 93359f2a8cfa: Pull complete [2021-02-01T16:12:43.415Z] 7c6f9722023f: Pull complete [2021-02-01T16:12:43.683Z] 18c013af1878: Pull complete [2021-02-01T16:12:43.959Z] 745a02a5169b: Verifying Checksum [2021-02-01T16:12:43.959Z] 745a02a5169b: Download complete [2021-02-01T16:12:45.408Z] 00ac8860ef70: Download complete [2021-02-01T16:12:45.987Z] a35cf1a2eb13: Pull complete [2021-02-01T16:12:45.987Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T16:12:45.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T16:12:45.987Z] ---> a62c8e92a672 [2021-02-01T16:12:45.987Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:12:46.249Z] ---> Running in 2c2552192f4e [2021-02-01T16:12:46.512Z] Removing intermediate container 2c2552192f4e [2021-02-01T16:12:46.512Z] ---> 8c640510c86b [2021-02-01T16:12:46.512Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T16:12:46.512Z] ---> Running in a11d5ee66185 [2021-02-01T16:12:47.467Z] Removing intermediate container a11d5ee66185 [2021-02-01T16:12:47.467Z] ---> a8e6b4c76451 [2021-02-01T16:12:47.467Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-01T16:12:47.467Z] ---> Running in f563acea0b79 [2021-02-01T16:12:48.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T16:12:49.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T16:12:50.073Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-01T16:12:50.073Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-01T16:12:50.073Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-01T16:12:50.073Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-01T16:12:50.339Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T16:12:50.339Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-01T16:12:50.339Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T16:12:50.339Z] OK: 167 MiB in 45 packages [2021-02-01T16:12:50.915Z] Removing intermediate container f563acea0b79 [2021-02-01T16:12:50.915Z] ---> 917b076c0cd3 [2021-02-01T16:12:50.915Z] Step 6/8 : WORKDIR /app [2021-02-01T16:12:51.178Z] ---> Running in 03c9f36dd0ee [2021-02-01T16:12:51.178Z] Removing intermediate container 03c9f36dd0ee [2021-02-01T16:12:51.178Z] ---> 2c4ab4372ea1 [2021-02-01T16:12:51.178Z] Step 7/8 : COPY . . [2021-02-01T16:12:51.440Z] ---> 790fe2817591 [2021-02-01T16:12:51.440Z] Step 8/8 : RUN go mod download [2021-02-01T16:12:51.703Z] ---> Running in 9e4dcd09921a [2021-02-01T16:12:55.578Z] 00ac8860ef70: Pull complete [2021-02-01T16:12:55.854Z] 63d7cb157983: Pull complete [2021-02-01T16:12:56.129Z] b116817d02f9: Pull complete [2021-02-01T16:13:00.450Z] 745a02a5169b: Pull complete [2021-02-01T16:13:00.450Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T16:13:00.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T16:13:00.450Z] ---> b7e6874047d6 [2021-02-01T16:13:00.450Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:13:02.440Z] ---> Running in 333437734c0e [2021-02-01T16:13:03.039Z] Removing intermediate container 333437734c0e [2021-02-01T16:13:03.039Z] ---> 6e4f51312582 [2021-02-01T16:13:03.039Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T16:13:03.039Z] ---> Running in b8a77931c228 [2021-02-01T16:13:05.664Z] Removing intermediate container b8a77931c228 [2021-02-01T16:13:05.664Z] ---> e01313c1f6ba [2021-02-01T16:13:05.664Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-01T16:13:05.664Z] ---> Running in 037afdb36d1b [2021-02-01T16:13:06.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T16:13:07.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T16:13:07.824Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-01T16:13:07.824Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-01T16:13:08.099Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-01T16:13:08.099Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-01T16:13:08.099Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T16:13:08.371Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-01T16:13:08.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T16:13:08.371Z] OK: 144 MiB in 45 packages [2021-02-01T16:13:09.810Z] Removing intermediate container 037afdb36d1b [2021-02-01T16:13:09.810Z] ---> 8766d715f455 [2021-02-01T16:13:09.810Z] Step 6/8 : WORKDIR /app [2021-02-01T16:13:09.810Z] ---> Running in d1abb41f581f [2021-02-01T16:13:10.409Z] Removing intermediate container d1abb41f581f [2021-02-01T16:13:10.409Z] ---> bafd42f1d895 [2021-02-01T16:13:10.409Z] Step 7/8 : COPY . . [2021-02-01T16:13:11.401Z] ---> fc39b2333fef [2021-02-01T16:13:11.401Z] Step 8/8 : RUN go mod download [2021-02-01T16:13:11.401Z] ---> Running in 64e37be3cd4d [2021-02-01T16:13:18.339Z] Removing intermediate container 9e4dcd09921a [2021-02-01T16:13:18.339Z] ---> 0096c359ddae [2021-02-01T16:13:18.339Z] Successfully built 0096c359ddae [2021-02-01T16:13:18.339Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:13:18.659Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T16:13:18.659Z] . [Pipeline] withDockerContainer [2021-02-01T16:13:18.782Z] prd-centos7-docker-4c-2g-24351 does not seem to be running inside a container [2021-02-01T16:13:18.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T16:13:19.580Z] $ docker top cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T16:13:20.077Z] + go version [2021-02-01T16:13:20.078Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T16:13:20.094Z] $ docker stop --time=1 cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 [2021-02-01T16:13:21.455Z] $ docker rm -f cea779e39e8b52b1115ea1b800786fa9cc5968a9b370ce08b42f27d862d23057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:13:22.293Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T16:13:22.293Z] . [Pipeline] withDockerContainer [2021-02-01T16:13:22.392Z] prd-centos7-docker-4c-2g-24351 does not seem to be running inside a container [2021-02-01T16:13:22.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T16:13:23.126Z] $ docker top 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T16:13:23.623Z] + make test [2021-02-01T16:13:23.623Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-01T16:13:42.177Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-01T16:13:42.177Z] CGO_ENABLED=1 go vet ./... [2021-02-01T16:13:43.728Z] Removing intermediate container 64e37be3cd4d [2021-02-01T16:13:43.728Z] ---> e61197f9ff0a [2021-02-01T16:13:43.728Z] Successfully built e61197f9ff0a [2021-02-01T16:13:43.728Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:13:44.079Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T16:13:44.079Z] . [Pipeline] withDockerContainer [2021-02-01T16:13:45.310Z] prd-ubuntu18.04-docker-arm64-4c-16g-24350 does not seem to be running inside a container [2021-02-01T16:13:45.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T16:13:46.021Z] gofmt -l . [2021-02-01T16:13:46.021Z] [ "`gofmt -l .`" = "" ] [2021-02-01T16:13:46.021Z] ./bin/test-go-mod-tidy.sh [2021-02-01T16:13:46.293Z] ./bin/test-attribution-txt.sh [2021-02-01T16:13:46.934Z] $ docker top 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-01T16:13:47.344Z] $ docker stop --time=1 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa [2021-02-01T16:13:49.031Z] $ docker rm -f 99fb964e613a24150a7bc04c304e15e2d5877f51e6cde29949cbd00cdc023afa [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-01T16:13:49.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T16:13:49.949Z] Stashed 1 file(s) [Pipeline] } [2021-02-01T16:13:49.979Z] + go version [2021-02-01T16:13:49.979Z] go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } [2021-02-01T16:13:50.046Z] $ docker stop --time=1 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 [2021-02-01T16:13:51.989Z] $ docker rm -f 2ba991a1218c123e2b0033ba5f8a9bfab4495f2d9f42880921881e088f9de857 [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:13:55.886Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-01T16:13:56.000Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T16:13:56.000Z] . [Pipeline] withDockerContainer [2021-02-01T16:13:56.188Z] + ls -al . [2021-02-01T16:13:56.188Z] total 96 [2021-02-01T16:13:56.188Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 1 16:13 . [2021-02-01T16:13:56.188Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 1 16:12 .. [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 6568 Feb 1 16:12 Attribution.txt [2021-02-01T16:13:56.188Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 1 16:12 bin [2021-02-01T16:13:56.188Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 1 16:13 coverage.out [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 180 Feb 1 16:12 docker-compose.debug.yml [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 133 Feb 1 16:12 docker-compose.yml [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 2002 Feb 1 16:12 Dockerfile [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 966 Feb 1 16:12 Dockerfile.build [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 1 16:12 .dockerignore [2021-02-01T16:13:56.188Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 1 16:12 .git [2021-02-01T16:13:56.188Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 1 16:12 .github [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 1 16:12 .gitignore [2021-02-01T16:13:56.188Z] -rw-r--r--. 1 jenkins jenkins 132 Feb 1 16:13 go.mod [2021-02-01T16:13:56.188Z] -rw-r--r--. 1 jenkins jenkins 19563 Feb 1 16:13 go.sum [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 1 16:12 Jenkinsfile [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 1 16:12 LICENSE [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 1519 Feb 1 16:12 main.go [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 1573 Feb 1 16:12 makefile [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 1 16:12 README.md [2021-02-01T16:13:56.188Z] drwxrwxr-x. 10 jenkins jenkins 171 Feb 1 16:12 res [2021-02-01T16:13:56.188Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 1 16:12 snap [2021-02-01T16:13:56.188Z] -rw-rw-r--. 1 jenkins jenkins 11 Feb 1 16:09 VERSION [2021-02-01T16:13:56.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-24350 does not seem to be running inside a container [2021-02-01T16:13:56.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T16:13:57.852Z] $ docker top cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:13:58.626Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f --label arch=amd64 --label version=1.3.1-dev.2 . [2021-02-01T16:13:58.626Z] Sending build context to Docker daemon 123.9kB [2021-02-01T16:13:58.626Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-02-01T16:13:58.626Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-01T16:13:58.626Z] ---> 0096c359ddae [2021-02-01T16:13:58.626Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-01T16:13:58.886Z] + make test [2021-02-01T16:13:58.886Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-01T16:13:58.887Z] ---> Running in 184f338fff26 [2021-02-01T16:13:58.887Z] Removing intermediate container 184f338fff26 [2021-02-01T16:13:58.887Z] ---> b5f372e86a4d [2021-02-01T16:13:58.887Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-01T16:13:59.151Z] ---> Running in 6a945a01b5eb [2021-02-01T16:13:59.151Z] Removing intermediate container 6a945a01b5eb [2021-02-01T16:13:59.151Z] ---> 8c549c6113a6 [2021-02-01T16:13:59.151Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:13:59.151Z] ---> Running in 050d28be8393 [2021-02-01T16:13:59.416Z] Removing intermediate container 050d28be8393 [2021-02-01T16:13:59.416Z] ---> bcab49c70fc7 [2021-02-01T16:13:59.416Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T16:13:59.416Z] ---> Running in dfcd16d618b0 [2021-02-01T16:14:00.364Z] Removing intermediate container dfcd16d618b0 [2021-02-01T16:14:00.364Z] ---> a787a5aef22b [2021-02-01T16:14:00.364Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-01T16:14:00.364Z] ---> Running in fd3e7977624f [2021-02-01T16:14:00.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T16:14:01.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T16:14:02.099Z] OK: 167 MiB in 45 packages [2021-02-01T16:14:02.674Z] Removing intermediate container fd3e7977624f [2021-02-01T16:14:02.674Z] ---> f66314805bd5 [2021-02-01T16:14:02.674Z] Step 8/27 : WORKDIR /app [2021-02-01T16:14:02.674Z] ---> Running in a1c465e2f70b [2021-02-01T16:14:02.941Z] Removing intermediate container a1c465e2f70b [2021-02-01T16:14:02.941Z] ---> e904647db60a [2021-02-01T16:14:02.941Z] Step 9/27 : COPY go.mod . [2021-02-01T16:14:02.941Z] ---> 2b4698c453a7 [2021-02-01T16:14:02.941Z] Step 10/27 : RUN go mod download [2021-02-01T16:14:03.205Z] ---> Running in b34f7f62d5b5 [2021-02-01T16:14:04.161Z] Removing intermediate container b34f7f62d5b5 [2021-02-01T16:14:04.161Z] ---> 92a85fb17fb1 [2021-02-01T16:14:04.161Z] Step 11/27 : COPY . . [2021-02-01T16:14:04.424Z] ---> 71da03f9be74 [2021-02-01T16:14:04.424Z] Step 12/27 : ARG MAKE="make build" [2021-02-01T16:14:04.424Z] ---> Running in ceb554f1ccba [2021-02-01T16:14:04.693Z] Removing intermediate container ceb554f1ccba [2021-02-01T16:14:04.693Z] ---> a9aa83592a31 [2021-02-01T16:14:04.693Z] Step 13/27 : RUN $MAKE [2021-02-01T16:14:04.693Z] ---> Running in 73c0d8049f4b [2021-02-01T16:14:05.286Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.2" -o app-service-configurable [2021-02-01T16:14:23.525Z] Removing intermediate container 73c0d8049f4b [2021-02-01T16:14:23.525Z] ---> e5e3bcf9045c [2021-02-01T16:14:23.525Z] Step 14/27 : FROM alpine:latest [2021-02-01T16:14:23.525Z] latest: Pulling from library/alpine [2021-02-01T16:14:23.525Z] 4c0d98bf9879: Pulling fs layer [2021-02-01T16:14:23.525Z] 4c0d98bf9879: Verifying Checksum [2021-02-01T16:14:23.525Z] 4c0d98bf9879: Download complete [2021-02-01T16:14:23.525Z] 4c0d98bf9879: Pull complete [2021-02-01T16:14:23.525Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-01T16:14:23.525Z] Status: Downloaded newer image for alpine:latest [2021-02-01T16:14:23.525Z] ---> e50c909a8df2 [2021-02-01T16:14:23.525Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:14:23.525Z] ---> Running in d9e265c7db36 [2021-02-01T16:14:23.789Z] Removing intermediate container d9e265c7db36 [2021-02-01T16:14:23.789Z] ---> f44671284973 [2021-02-01T16:14:23.789Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-01T16:14:23.789Z] ---> Running in 56787fd77992 [2021-02-01T16:14:24.055Z] Removing intermediate container 56787fd77992 [2021-02-01T16:14:24.055Z] ---> 43e0ffba03a4 [2021-02-01T16:14:24.055Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-02-01T16:14:24.055Z] ---> Running in af788d9a136a [2021-02-01T16:14:24.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-02-01T16:14:24.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-02-01T16:14:24.900Z] (1/6) Installing ca-certificates (20191127-r5) [2021-02-01T16:14:24.900Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-02-01T16:14:24.900Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T16:14:24.900Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-01T16:14:24.900Z] (5/6) Installing libzmq (4.3.3-r1) [2021-02-01T16:14:25.163Z] (6/6) Installing zeromq (4.3.3-r1) [2021-02-01T16:14:25.163Z] Executing busybox-1.32.1-r2.trigger [2021-02-01T16:14:25.163Z] Executing ca-certificates-20191127-r5.trigger [2021-02-01T16:14:25.163Z] OK: 9 MiB in 20 packages [2021-02-01T16:14:26.558Z] Removing intermediate container af788d9a136a [2021-02-01T16:14:26.558Z] ---> ce7ac91e11ff [2021-02-01T16:14:26.558Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-01T16:14:26.558Z] ---> f8ee0ec67098 [2021-02-01T16:14:26.558Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-01T16:14:26.821Z] ---> 69a177c6ff6a [2021-02-01T16:14:26.821Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-01T16:14:27.087Z] ---> ae42d923e635 [2021-02-01T16:14:27.087Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-01T16:14:27.666Z] ---> bdedd82abe9b [2021-02-01T16:14:27.666Z] Step 22/27 : EXPOSE 48095 [2021-02-01T16:14:27.929Z] ---> Running in 6d1755fcb784 [2021-02-01T16:14:27.929Z] Removing intermediate container 6d1755fcb784 [2021-02-01T16:14:27.929Z] ---> 44d9e1341ebb [2021-02-01T16:14:27.929Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-01T16:14:28.193Z] ---> Running in 0c7020e7b6ef [2021-02-01T16:14:28.193Z] Removing intermediate container 0c7020e7b6ef [2021-02-01T16:14:28.193Z] ---> 543beda80265 [2021-02-01T16:14:28.193Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T16:14:28.193Z] ---> Running in ce8e8318ef73 [2021-02-01T16:14:28.455Z] Removing intermediate container ce8e8318ef73 [2021-02-01T16:14:28.456Z] ---> 05ea633c29ef [2021-02-01T16:14:28.456Z] Step 25/27 : LABEL arch=amd64 [2021-02-01T16:14:28.456Z] ---> Running in 986e458c87df [2021-02-01T16:14:28.718Z] Removing intermediate container 986e458c87df [2021-02-01T16:14:28.718Z] ---> 739a889e2da6 [2021-02-01T16:14:28.718Z] Step 26/27 : LABEL git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:14:28.718Z] ---> Running in 4931d3ac7557 [2021-02-01T16:14:28.981Z] Removing intermediate container 4931d3ac7557 [2021-02-01T16:14:28.981Z] ---> 92864263724c [2021-02-01T16:14:28.981Z] Step 27/27 : LABEL version=1.3.1-dev.2 [2021-02-01T16:14:28.981Z] ---> Running in a90dec6256bc [2021-02-01T16:14:28.981Z] Removing intermediate container a90dec6256bc [2021-02-01T16:14:28.981Z] ---> 09e924154178 [2021-02-01T16:14:28.981Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-01T16:14:28.981Z] Successfully built 09e924154178 [2021-02-01T16:14:28.981Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T16:14:29.406Z] provisioning config files... [2021-02-01T16:14:29.440Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config8155919437797972656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:14:29.807Z] ---> docker-login.sh [2021-02-01T16:14:29.807Z] nexus3.edgexfoundry.org:10001 [2021-02-01T16:14:29.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:14:30.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:14:30.071Z] Configure a credential helper to remove this warning. See [2021-02-01T16:14:30.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:14:30.071Z] [2021-02-01T16:14:30.071Z] Login Succeeded [2021-02-01T16:14:30.071Z] nexus3.edgexfoundry.org:10002 [2021-02-01T16:14:30.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:14:30.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:14:30.071Z] Configure a credential helper to remove this warning. See [2021-02-01T16:14:30.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:14:30.071Z] [2021-02-01T16:14:30.071Z] Login Succeeded [2021-02-01T16:14:30.071Z] nexus3.edgexfoundry.org:10003 [2021-02-01T16:14:30.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:14:30.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:14:30.336Z] Configure a credential helper to remove this warning. See [2021-02-01T16:14:30.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:14:30.336Z] [2021-02-01T16:14:30.336Z] Login Succeeded [2021-02-01T16:14:30.336Z] nexus3.edgexfoundry.org:10004 [2021-02-01T16:14:30.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:14:30.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:14:30.598Z] Configure a credential helper to remove this warning. See [2021-02-01T16:14:30.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:14:30.598Z] [2021-02-01T16:14:30.598Z] Login Succeeded [2021-02-01T16:14:30.598Z] docker.io [2021-02-01T16:14:30.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:14:30.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:14:30.860Z] Configure a credential helper to remove this warning. See [2021-02-01T16:14:30.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:14:30.860Z] [2021-02-01T16:14:30.860Z] Login Succeeded [2021-02-01T16:14:30.860Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T16:14:30.870Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T16:14:31.134Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-01T16:14:31.134Z] 1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:14:31.134Z] latest [2021-02-01T16:14:31.134Z] 1.3.1-dev.2 [2021-02-01T16:14:31.134Z] 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:14:31.134Z] hanoi [2021-02-01T16:14:31.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:31.628Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:31.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:14:31.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-01T16:14:31.932Z] b32a6442bb4a: Preparing [2021-02-01T16:14:31.932Z] 1f791f583616: Preparing [2021-02-01T16:14:31.932Z] ca1b031d0c1e: Preparing [2021-02-01T16:14:31.932Z] 4af441de48e4: Preparing [2021-02-01T16:14:31.932Z] c5671d1249f3: Preparing [2021-02-01T16:14:31.932Z] 1119ff37d4a9: Preparing [2021-02-01T16:14:32.197Z] 4af441de48e4: Pushed [2021-02-01T16:14:32.197Z] 1f791f583616: Pushed [2021-02-01T16:14:32.197Z] ca1b031d0c1e: Pushed [2021-02-01T16:14:32.461Z] c5671d1249f3: Pushed [2021-02-01T16:14:32.724Z] 1119ff37d4a9: Pushed [2021-02-01T16:14:33.676Z] b32a6442bb4a: Pushed [2021-02-01T16:14:33.938Z] 1818c95d6555627539e05dc67b65bacdc5eca62f: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:34.253Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:34.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-01T16:14:34.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-01T16:14:34.555Z] b32a6442bb4a: Preparing [2021-02-01T16:14:34.555Z] 1f791f583616: Preparing [2021-02-01T16:14:34.555Z] ca1b031d0c1e: Preparing [2021-02-01T16:14:34.555Z] 4af441de48e4: Preparing [2021-02-01T16:14:34.555Z] c5671d1249f3: Preparing [2021-02-01T16:14:34.555Z] 1119ff37d4a9: Preparing [2021-02-01T16:14:34.555Z] 1119ff37d4a9: Waiting [2021-02-01T16:14:34.555Z] 4af441de48e4: Layer already exists [2021-02-01T16:14:34.555Z] c5671d1249f3: Layer already exists [2021-02-01T16:14:34.555Z] b32a6442bb4a: Layer already exists [2021-02-01T16:14:34.555Z] ca1b031d0c1e: Layer already exists [2021-02-01T16:14:34.555Z] 1f791f583616: Layer already exists [2021-02-01T16:14:34.555Z] 1119ff37d4a9: Layer already exists [2021-02-01T16:14:34.555Z] latest: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:34.864Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:35.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 [2021-02-01T16:14:35.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-01T16:14:35.171Z] b32a6442bb4a: Preparing [2021-02-01T16:14:35.171Z] 1f791f583616: Preparing [2021-02-01T16:14:35.171Z] ca1b031d0c1e: Preparing [2021-02-01T16:14:35.171Z] 4af441de48e4: Preparing [2021-02-01T16:14:35.171Z] c5671d1249f3: Preparing [2021-02-01T16:14:35.171Z] 1119ff37d4a9: Preparing [2021-02-01T16:14:35.171Z] 1119ff37d4a9: Waiting [2021-02-01T16:14:35.171Z] 4af441de48e4: Layer already exists [2021-02-01T16:14:35.171Z] c5671d1249f3: Layer already exists [2021-02-01T16:14:35.171Z] 1f791f583616: Layer already exists [2021-02-01T16:14:35.171Z] b32a6442bb4a: Layer already exists [2021-02-01T16:14:35.171Z] ca1b031d0c1e: Layer already exists [2021-02-01T16:14:35.171Z] 1119ff37d4a9: Layer already exists [2021-02-01T16:14:35.171Z] 1.3.1-dev.2: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:35.491Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:35.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:14:35.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-01T16:14:35.795Z] b32a6442bb4a: Preparing [2021-02-01T16:14:35.795Z] 1f791f583616: Preparing [2021-02-01T16:14:35.795Z] ca1b031d0c1e: Preparing [2021-02-01T16:14:35.795Z] 4af441de48e4: Preparing [2021-02-01T16:14:35.795Z] c5671d1249f3: Preparing [2021-02-01T16:14:35.795Z] 1119ff37d4a9: Preparing [2021-02-01T16:14:35.795Z] 1119ff37d4a9: Waiting [2021-02-01T16:14:35.795Z] ca1b031d0c1e: Layer already exists [2021-02-01T16:14:35.795Z] b32a6442bb4a: Layer already exists [2021-02-01T16:14:35.795Z] 4af441de48e4: Layer already exists [2021-02-01T16:14:35.795Z] c5671d1249f3: Layer already exists [2021-02-01T16:14:35.795Z] 1f791f583616: Layer already exists [2021-02-01T16:14:35.795Z] 1119ff37d4a9: Layer already exists [2021-02-01T16:14:35.795Z] 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:36.106Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:14:36.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [2021-02-01T16:14:36.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-01T16:14:36.425Z] b32a6442bb4a: Preparing [2021-02-01T16:14:36.425Z] 1f791f583616: Preparing [2021-02-01T16:14:36.425Z] ca1b031d0c1e: Preparing [2021-02-01T16:14:36.425Z] 4af441de48e4: Preparing [2021-02-01T16:14:36.426Z] c5671d1249f3: Preparing [2021-02-01T16:14:36.426Z] 1119ff37d4a9: Preparing [2021-02-01T16:14:36.426Z] 1119ff37d4a9: Waiting [2021-02-01T16:14:36.426Z] 1f791f583616: Layer already exists [2021-02-01T16:14:36.426Z] 4af441de48e4: Layer already exists [2021-02-01T16:14:36.426Z] b32a6442bb4a: Layer already exists [2021-02-01T16:14:36.426Z] ca1b031d0c1e: Layer already exists [2021-02-01T16:14:36.426Z] c5671d1249f3: Layer already exists [2021-02-01T16:14:36.426Z] 1119ff37d4a9: Layer already exists [2021-02-01T16:14:36.426Z] hanoi: digest: sha256:192ba61874008ba98ed99e226a436d282d4d9247534177ee9161421566e6dae0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T16:14:36.625Z] ===================================================== [Pipeline] echo [2021-02-01T16:14:36.673Z] taggedImages: [2021-02-01T16:14:36.673Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:14:36.673Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-01T16:14:36.673Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.1-dev.2 [2021-02-01T16:14:36.673Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:14:36.673Z] - 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] } [2021-02-01T16:14:55.498Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-01T16:14:55.498Z] CGO_ENABLED=1 go vet ./... [2021-02-01T16:14:58.125Z] gofmt -l . [2021-02-01T16:14:58.125Z] [ "`gofmt -l .`" = "" ] [2021-02-01T16:14:58.125Z] ./bin/test-go-mod-tidy.sh [2021-02-01T16:14:58.400Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-01T16:14:59.393Z] $ docker stop --time=1 cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db [2021-02-01T16:15:01.738Z] $ docker rm -f cdcb97abb9200054f6b0280b32eb37684721eb0400b701a7579288eac589a4db [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T16:15:02.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-01T16:15:02.768Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T16:15:03.500Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T16:15:04.243Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-01T16:15:04.636Z] + ls -al . [2021-02-01T16:15:04.636Z] total 120 [2021-02-01T16:15:04.636Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 1 16:14 . [2021-02-01T16:15:04.636Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 16:12 .. [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 1 16:12 .dockerignore [2021-02-01T16:15:04.636Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 16:12 .git [2021-02-01T16:15:04.636Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 16:12 .github [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 1 16:12 .gitignore [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 6568 Feb 1 16:12 Attribution.txt [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 2002 Feb 1 16:12 Dockerfile [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 966 Feb 1 16:12 Dockerfile.build [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 1 16:12 Jenkinsfile [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 1 16:12 LICENSE [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 1 16:12 README.md [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 1 16:09 VERSION [2021-02-01T16:15:04.636Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 16:12 bin [2021-02-01T16:15:04.636Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 1 16:13 coverage.out [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 180 Feb 1 16:12 docker-compose.debug.yml [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 133 Feb 1 16:12 docker-compose.yml [2021-02-01T16:15:04.636Z] -rw-r--r-- 1 jenkins jenkins 132 Feb 1 16:14 go.mod [2021-02-01T16:15:04.636Z] -rw-r--r-- 1 jenkins jenkins 19563 Feb 1 16:14 go.sum [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 1519 Feb 1 16:12 main.go [2021-02-01T16:15:04.636Z] -rw-rw-r-- 1 jenkins jenkins 1573 Feb 1 16:12 makefile [2021-02-01T16:15:04.636Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 1 16:12 res [2021-02-01T16:15:04.636Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 16:12 snap [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:15:05.036Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f --label arch=arm64 --label version=1.3.1-dev.2 . [2021-02-01T16:15:05.333Z] Sending build context to Docker daemon 123.9kB [2021-02-01T16:15:05.624Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2021-02-01T16:15:05.624Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-01T16:15:05.624Z] ---> e61197f9ff0a [2021-02-01T16:15:05.624Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-01T16:15:05.903Z] ---> Running in be36a58965c7 [2021-02-01T16:15:06.188Z] Removing intermediate container be36a58965c7 [2021-02-01T16:15:06.188Z] ---> 0534c5d791c6 [2021-02-01T16:15:06.188Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-01T16:15:06.461Z] ---> Running in dd5daa1ae5c0 [2021-02-01T16:15:07.055Z] Removing intermediate container dd5daa1ae5c0 [2021-02-01T16:15:07.055Z] ---> 422e6bb14fc6 [2021-02-01T16:15:07.055Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:15:07.055Z] ---> Running in 786878ada5c8 [2021-02-01T16:15:07.650Z] Removing intermediate container 786878ada5c8 [2021-02-01T16:15:07.650Z] ---> 7560257aa723 [2021-02-01T16:15:07.650Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T16:15:07.650Z] ---> Running in 16f73276338f [2021-02-01T16:15:09.620Z] Removing intermediate container 16f73276338f [2021-02-01T16:15:09.620Z] ---> 5420b07e3426 [2021-02-01T16:15:09.620Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-01T16:15:09.894Z] ---> Running in 0e8612fc4ee2 [2021-02-01T16:15:10.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T16:15:11.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T16:15:12.434Z] OK: 144 MiB in 45 packages [2021-02-01T16:15:13.429Z] Removing intermediate container 0e8612fc4ee2 [2021-02-01T16:15:13.429Z] ---> 46d3da001e22 [2021-02-01T16:15:13.429Z] Step 8/27 : WORKDIR /app [2021-02-01T16:15:13.711Z] ---> Running in 2cfbb947aadc [2021-02-01T16:15:14.305Z] Removing intermediate container 2cfbb947aadc [2021-02-01T16:15:14.305Z] ---> 8f7c19ecb354 [2021-02-01T16:15:14.305Z] Step 9/27 : COPY go.mod . [2021-02-01T16:15:14.905Z] ---> 80f525b01d54 [2021-02-01T16:15:14.905Z] Step 10/27 : RUN go mod download [2021-02-01T16:15:14.905Z] ---> Running in 6e9e03e7aed4 [2021-02-01T16:15:17.541Z] Removing intermediate container 6e9e03e7aed4 [2021-02-01T16:15:17.541Z] ---> e766583d578f [2021-02-01T16:15:17.541Z] Step 11/27 : COPY . . [2021-02-01T16:15:18.136Z] ---> 4880fea71a51 [2021-02-01T16:15:18.136Z] Step 12/27 : ARG MAKE="make build" [2021-02-01T16:15:18.136Z] ---> Running in 269c0bdd38bb [2021-02-01T16:15:18.733Z] Removing intermediate container 269c0bdd38bb [2021-02-01T16:15:18.733Z] ---> 057b8f397f19 [2021-02-01T16:15:18.733Z] Step 13/27 : RUN $MAKE [2021-02-01T16:15:18.733Z] ---> Running in 4c47b4766a05 [2021-02-01T16:15:19.713Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.1-dev.2" -o app-service-configurable [2021-02-01T16:16:06.741Z] Removing intermediate container 4c47b4766a05 [2021-02-01T16:16:06.741Z] ---> 4f9b9ff21950 [2021-02-01T16:16:06.741Z] Step 14/27 : FROM alpine:latest [2021-02-01T16:16:06.741Z] latest: Pulling from library/alpine [2021-02-01T16:16:06.741Z] 2914792bc417: Pulling fs layer [2021-02-01T16:16:06.741Z] 2914792bc417: Download complete [2021-02-01T16:16:06.741Z] 2914792bc417: Pull complete [2021-02-01T16:16:06.741Z] Digest: sha256:08d6ca16c60fe7490c03d10dc339d9fd8ea67c6466dea8d558526b1330a85930 [2021-02-01T16:16:06.741Z] Status: Downloaded newer image for alpine:latest [2021-02-01T16:16:06.741Z] ---> 85b71a783ad3 [2021-02-01T16:16:06.741Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-01T16:16:06.741Z] ---> Running in 16888b96a968 [2021-02-01T16:16:07.014Z] Removing intermediate container 16888b96a968 [2021-02-01T16:16:07.014Z] ---> ff8c0de4a30f [2021-02-01T16:16:07.014Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-01T16:16:07.284Z] ---> Running in 8663fe76b106 [2021-02-01T16:16:07.554Z] Removing intermediate container 8663fe76b106 [2021-02-01T16:16:07.554Z] ---> 7e7f68a78566 [2021-02-01T16:16:07.554Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2021-02-01T16:16:07.831Z] ---> Running in 4404303907bb [2021-02-01T16:16:08.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-02-01T16:16:09.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-02-01T16:16:09.675Z] (1/6) Installing ca-certificates (20191127-r5) [2021-02-01T16:16:09.946Z] (2/6) Installing libgcc (10.2.1_pre1-r3) [2021-02-01T16:16:09.946Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T16:16:09.946Z] (4/6) Installing libstdc++ (10.2.1_pre1-r3) [2021-02-01T16:16:09.946Z] (5/6) Installing libzmq (4.3.3-r1) [2021-02-01T16:16:09.946Z] (6/6) Installing zeromq (4.3.3-r1) [2021-02-01T16:16:09.946Z] Executing busybox-1.32.1-r2.trigger [2021-02-01T16:16:09.946Z] Executing ca-certificates-20191127-r5.trigger [2021-02-01T16:16:10.220Z] OK: 9 MiB in 20 packages [2021-02-01T16:16:11.658Z] Removing intermediate container 4404303907bb [2021-02-01T16:16:11.658Z] ---> 13f56e44e16f [2021-02-01T16:16:11.658Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-01T16:16:12.648Z] ---> ec82ece0e5ee [2021-02-01T16:16:12.648Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-01T16:16:13.247Z] ---> 997b612bf923 [2021-02-01T16:16:13.247Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-01T16:16:13.840Z] ---> 9347c419fc2a [2021-02-01T16:16:13.840Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-01T16:16:15.277Z] ---> 434d77a88f10 [2021-02-01T16:16:15.277Z] Step 22/27 : EXPOSE 48095 [2021-02-01T16:16:15.549Z] ---> Running in 88b8760e0074 [2021-02-01T16:16:15.823Z] Removing intermediate container 88b8760e0074 [2021-02-01T16:16:15.823Z] ---> 907fb236e205 [2021-02-01T16:16:15.823Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-01T16:16:16.097Z] ---> Running in 8192649d79e2 [2021-02-01T16:16:16.369Z] Removing intermediate container 8192649d79e2 [2021-02-01T16:16:16.369Z] ---> 5720584b1c91 [2021-02-01T16:16:16.369Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T16:16:16.639Z] ---> Running in 659fde71b718 [2021-02-01T16:16:16.916Z] Removing intermediate container 659fde71b718 [2021-02-01T16:16:16.916Z] ---> 72c01e548903 [2021-02-01T16:16:16.916Z] Step 25/27 : LABEL arch=arm64 [2021-02-01T16:16:17.187Z] ---> Running in 3d4401aa73a0 [2021-02-01T16:16:17.460Z] Removing intermediate container 3d4401aa73a0 [2021-02-01T16:16:17.460Z] ---> d4e1be83941a [2021-02-01T16:16:17.460Z] Step 26/27 : LABEL git_sha=1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:16:17.731Z] ---> Running in 3206660372c1 [2021-02-01T16:16:18.004Z] Removing intermediate container 3206660372c1 [2021-02-01T16:16:18.004Z] ---> e8ccab9197ac [2021-02-01T16:16:18.004Z] Step 27/27 : LABEL version=1.3.1-dev.2 [2021-02-01T16:16:18.281Z] ---> Running in b31760157dc1 [2021-02-01T16:16:18.602Z] Removing intermediate container b31760157dc1 [2021-02-01T16:16:18.603Z] ---> 0ed237580bc5 [2021-02-01T16:16:18.603Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-01T16:16:18.603Z] Successfully built 0ed237580bc5 [2021-02-01T16:16:18.603Z] 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 [2021-02-01T16:16:19.033Z] provisioning config files... [2021-02-01T16:16:19.074Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/3@tmp/config217047086532645962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:16:19.472Z] ---> docker-login.sh [2021-02-01T16:16:19.472Z] nexus3.edgexfoundry.org:10001 [2021-02-01T16:16:19.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:16:19.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:16:19.747Z] Configure a credential helper to remove this warning. See [2021-02-01T16:16:19.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:16:19.747Z] [2021-02-01T16:16:19.747Z] Login Succeeded [2021-02-01T16:16:19.747Z] nexus3.edgexfoundry.org:10002 [2021-02-01T16:16:20.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:16:20.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:16:20.344Z] Configure a credential helper to remove this warning. See [2021-02-01T16:16:20.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:16:20.344Z] [2021-02-01T16:16:20.344Z] Login Succeeded [2021-02-01T16:16:20.344Z] nexus3.edgexfoundry.org:10003 [2021-02-01T16:16:20.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:16:20.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:16:20.893Z] Configure a credential helper to remove this warning. See [2021-02-01T16:16:20.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:16:20.893Z] [2021-02-01T16:16:20.893Z] Login Succeeded [2021-02-01T16:16:20.893Z] nexus3.edgexfoundry.org:10004 [2021-02-01T16:16:21.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:16:21.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:16:21.440Z] Configure a credential helper to remove this warning. See [2021-02-01T16:16:21.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:16:21.440Z] [2021-02-01T16:16:21.440Z] Login Succeeded [2021-02-01T16:16:21.440Z] docker.io [2021-02-01T16:16:21.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T16:16:21.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T16:16:21.983Z] Configure a credential helper to remove this warning. See [2021-02-01T16:16:21.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T16:16:21.983Z] [2021-02-01T16:16:21.983Z] Login Succeeded [2021-02-01T16:16:21.983Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T16:16:22.001Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T16:16:22.219Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-01T16:16:22.219Z] 1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:16:22.219Z] latest [2021-02-01T16:16:22.219Z] 1.3.1-dev.2 [2021-02-01T16:16:22.219Z] 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:16:22.219Z] hanoi [2021-02-01T16:16:22.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:22.743Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:23.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:16:23.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-01T16:16:23.091Z] 65e881a05abd: Preparing [2021-02-01T16:16:23.091Z] 1d4603ca44d3: Preparing [2021-02-01T16:16:23.091Z] 5bdddbc14c15: Preparing [2021-02-01T16:16:23.091Z] 64c8b7b2c761: Preparing [2021-02-01T16:16:23.091Z] 7c3359d11fdd: Preparing [2021-02-01T16:16:23.091Z] bc1660ee1254: Preparing [2021-02-01T16:16:23.091Z] bc1660ee1254: Waiting [2021-02-01T16:16:23.366Z] 5bdddbc14c15: Pushed [2021-02-01T16:16:23.366Z] 64c8b7b2c761: Pushed [2021-02-01T16:16:23.366Z] 1d4603ca44d3: Pushed [2021-02-01T16:16:24.342Z] 7c3359d11fdd: Pushed [2021-02-01T16:16:24.933Z] bc1660ee1254: Pushed [2021-02-01T16:16:27.530Z] 65e881a05abd: Pushed [2021-02-01T16:16:27.530Z] 1818c95d6555627539e05dc67b65bacdc5eca62f: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:27.876Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:28.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-01T16:16:28.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-01T16:16:28.216Z] 65e881a05abd: Preparing [2021-02-01T16:16:28.216Z] 1d4603ca44d3: Preparing [2021-02-01T16:16:28.216Z] 5bdddbc14c15: Preparing [2021-02-01T16:16:28.216Z] 64c8b7b2c761: Preparing [2021-02-01T16:16:28.216Z] 7c3359d11fdd: Preparing [2021-02-01T16:16:28.216Z] bc1660ee1254: Preparing [2021-02-01T16:16:28.216Z] bc1660ee1254: Waiting [2021-02-01T16:16:28.216Z] 5bdddbc14c15: Layer already exists [2021-02-01T16:16:28.216Z] 65e881a05abd: Layer already exists [2021-02-01T16:16:28.216Z] 64c8b7b2c761: Layer already exists [2021-02-01T16:16:28.488Z] 1d4603ca44d3: Layer already exists [2021-02-01T16:16:28.488Z] 7c3359d11fdd: Layer already exists [2021-02-01T16:16:28.488Z] bc1660ee1254: Layer already exists [2021-02-01T16:16:28.488Z] latest: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:28.846Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:29.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 [2021-02-01T16:16:29.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-01T16:16:29.182Z] 65e881a05abd: Preparing [2021-02-01T16:16:29.182Z] 1d4603ca44d3: Preparing [2021-02-01T16:16:29.182Z] 5bdddbc14c15: Preparing [2021-02-01T16:16:29.182Z] 64c8b7b2c761: Preparing [2021-02-01T16:16:29.182Z] 7c3359d11fdd: Preparing [2021-02-01T16:16:29.182Z] bc1660ee1254: Preparing [2021-02-01T16:16:29.182Z] bc1660ee1254: Waiting [2021-02-01T16:16:29.182Z] 5bdddbc14c15: Layer already exists [2021-02-01T16:16:29.182Z] 7c3359d11fdd: Layer already exists [2021-02-01T16:16:29.182Z] 1d4603ca44d3: Layer already exists [2021-02-01T16:16:29.182Z] 64c8b7b2c761: Layer already exists [2021-02-01T16:16:29.182Z] 65e881a05abd: Layer already exists [2021-02-01T16:16:29.453Z] bc1660ee1254: Layer already exists [2021-02-01T16:16:29.453Z] 1.3.1-dev.2: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:29.792Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:30.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:16:30.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-01T16:16:30.126Z] 65e881a05abd: Preparing [2021-02-01T16:16:30.126Z] 1d4603ca44d3: Preparing [2021-02-01T16:16:30.126Z] 5bdddbc14c15: Preparing [2021-02-01T16:16:30.126Z] 64c8b7b2c761: Preparing [2021-02-01T16:16:30.126Z] 7c3359d11fdd: Preparing [2021-02-01T16:16:30.126Z] bc1660ee1254: Preparing [2021-02-01T16:16:30.126Z] bc1660ee1254: Waiting [2021-02-01T16:16:30.126Z] 5bdddbc14c15: Layer already exists [2021-02-01T16:16:30.126Z] 64c8b7b2c761: Layer already exists [2021-02-01T16:16:30.395Z] 65e881a05abd: Layer already exists [2021-02-01T16:16:30.395Z] 1d4603ca44d3: Layer already exists [2021-02-01T16:16:30.395Z] 7c3359d11fdd: Layer already exists [2021-02-01T16:16:30.395Z] bc1660ee1254: Layer already exists [2021-02-01T16:16:30.395Z] 1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:30.732Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:31.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [2021-02-01T16:16:31.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-01T16:16:31.064Z] 65e881a05abd: Preparing [2021-02-01T16:16:31.064Z] 1d4603ca44d3: Preparing [2021-02-01T16:16:31.064Z] 5bdddbc14c15: Preparing [2021-02-01T16:16:31.064Z] 64c8b7b2c761: Preparing [2021-02-01T16:16:31.064Z] 7c3359d11fdd: Preparing [2021-02-01T16:16:31.064Z] bc1660ee1254: Preparing [2021-02-01T16:16:31.064Z] bc1660ee1254: Waiting [2021-02-01T16:16:31.064Z] 65e881a05abd: Layer already exists [2021-02-01T16:16:31.333Z] 7c3359d11fdd: Layer already exists [2021-02-01T16:16:31.333Z] 64c8b7b2c761: Layer already exists [2021-02-01T16:16:31.333Z] 1d4603ca44d3: Layer already exists [2021-02-01T16:16:31.333Z] 5bdddbc14c15: Layer already exists [2021-02-01T16:16:31.333Z] bc1660ee1254: Layer already exists [2021-02-01T16:16:31.333Z] hanoi: digest: sha256:fef5aa273b93758b7935b0504d802bc7e502fa9e9757f17c069c29f28dd8cb33 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T16:16:31.559Z] ===================================================== [Pipeline] echo [2021-02-01T16:16:31.607Z] taggedImages: [2021-02-01T16:16:31.607Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f [2021-02-01T16:16:31.607Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-01T16:16:31.607Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.1-dev.2 [2021-02-01T16:16:31.607Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1818c95d6555627539e05dc67b65bacdc5eca62f-1.3.1-dev.2 [2021-02-01T16:16:31.607Z] - 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 [2021-02-01T16:16:32.839Z] provisioning config files... [2021-02-01T16:16:32.847Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config5864138313126339757tmp [Pipeline] { [Pipeline] sh [2021-02-01T16:16:33.215Z] + set +x [2021-02-01T16:16:33.215Z] + bash -s -- [2021-02-01T16:16:33.215Z] + curl -s https://codecov.io/bash [2021-02-01T16:16:33.215Z] [2021-02-01T16:16:33.215Z] _____ _ [2021-02-01T16:16:33.215Z] / ____| | | [2021-02-01T16:16:33.215Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T16:16:33.215Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T16:16:33.215Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T16:16:33.215Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T16:16:33.215Z] Bash-20210129-7c25fce [2021-02-01T16:16:33.215Z] [2021-02-01T16:16:33.215Z] [2021-02-01T16:16:33.215Z] ==> git version 2.24.3 found [2021-02-01T16:16:33.215Z] ==> 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 [2021-02-01T16:16:33.215Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T16:16:33.215Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T16:16:33.478Z] ==> Jenkins CI detected. [2021-02-01T16:16:33.478Z] project root: . [2021-02-01T16:16:33.478Z] --> token set from env [2021-02-01T16:16:33.478Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T16:16:33.478Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T16:16:33.478Z] ==> Python coveragepy not found [2021-02-01T16:16:33.478Z] ==> Searching for coverage reports in: [2021-02-01T16:16:33.478Z] + . [2021-02-01T16:16:33.478Z] -> Found 1 reports [2021-02-01T16:16:33.478Z] ==> Detecting git/mercurial file structure [2021-02-01T16:16:33.478Z] ==> Reading reports [2021-02-01T16:16:33.478Z] + ./coverage.out bytes=10 [2021-02-01T16:16:33.478Z] ==> Appending adjustments [2021-02-01T16:16:33.478Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T16:16:33.478Z] + Found adjustments [2021-02-01T16:16:33.478Z] ==> Gzipping contents [2021-02-01T16:16:33.478Z] 4.0K /tmp/codecov.yGZjV8.gz [2021-02-01T16:16:33.478Z] ==> Uploading reports [2021-02-01T16:16:33.478Z] url: https://codecov.io [2021-02-01T16:16:33.478Z] query: branch=hanoi&commit=1818c95d6555627539e05dc67b65bacdc5eca62f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T16:16:33.478Z] -> Pinging Codecov [2021-02-01T16:16:33.478Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=hanoi&commit=1818c95d6555627539e05dc67b65bacdc5eca62f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T16:16:34.051Z] -> Uploading to [2021-02-01T16:16:34.051Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/A97CA9966030D2A3747ED39772930CCE/1818c95d6555627539e05dc67b65bacdc5eca62f/e077bd8b-1ff8-4234-83ed-c298c2249310.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T161633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15fba2804e8c95c54a2039f7826bc25369f971aaf4bc822d9b31c2bfec684974 [2021-02-01T16:16:34.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T16:16:34.051Z] Dload Upload Total Spent Left Speed [2021-02-01T16:16:34.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 1043 --:--:-- --:--:-- --:--:-- 1042 100 393 0 0 100 393 0 1042 --:--:-- --:--:-- --:--:-- 1042 [2021-02-01T16:16:34.312Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] } [2021-02-01T16:16:34.320Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-01T16:16:35.467Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T16:16:35.533Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:35.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T16:16:35.873Z] [2021-02-01T16:16:35.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:16:36.222Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T16:16:36.222Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T16:16:36.222Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T16:16:36.222Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T16:16:36.222Z] de9db76c5a1d: Pulling fs layer [2021-02-01T16:16:36.222Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T16:16:36.222Z] 0d57e429df01: Pulling fs layer [2021-02-01T16:16:36.222Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T16:16:36.222Z] e1f770b5df2f: Pulling fs layer [2021-02-01T16:16:36.222Z] 85a0685a4137: Pulling fs layer [2021-02-01T16:16:36.222Z] 0eba1c9be4d2: Waiting [2021-02-01T16:16:36.222Z] 0d57e429df01: Waiting [2021-02-01T16:16:36.222Z] 4e4be7b47b0d: Waiting [2021-02-01T16:16:36.222Z] e1f770b5df2f: Waiting [2021-02-01T16:16:36.222Z] de9db76c5a1d: Verifying Checksum [2021-02-01T16:16:36.222Z] de9db76c5a1d: Download complete [2021-02-01T16:16:36.222Z] 0ef7d3d256c8: Download complete [2021-02-01T16:16:36.222Z] 0d57e429df01: Download complete [2021-02-01T16:16:36.222Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T16:16:36.222Z] 4e4be7b47b0d: Download complete [2021-02-01T16:16:36.222Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T16:16:36.796Z] 188c0c94c7c5: Pull complete [2021-02-01T16:16:36.796Z] 0ef7d3d256c8: Pull complete [2021-02-01T16:16:37.058Z] de9db76c5a1d: Pull complete [2021-02-01T16:16:38.000Z] e1f770b5df2f: Verifying Checksum [2021-02-01T16:16:38.000Z] e1f770b5df2f: Download complete [2021-02-01T16:16:39.921Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T16:16:39.921Z] 0eba1c9be4d2: Download complete [2021-02-01T16:16:40.505Z] 85a0685a4137: Verifying Checksum [2021-02-01T16:16:40.505Z] 85a0685a4137: Download complete [2021-02-01T16:16:44.732Z] 0eba1c9be4d2: Pull complete [2021-02-01T16:16:44.732Z] 0d57e429df01: Pull complete [2021-02-01T16:16:44.732Z] 4e4be7b47b0d: Pull complete [2021-02-01T16:16:47.290Z] e1f770b5df2f: Pull complete [2021-02-01T16:16:55.459Z] 85a0685a4137: Pull complete [2021-02-01T16:16:55.459Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T16:16:55.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T16:16:55.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T16:16:55.649Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:16:55.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-01T16:16:56.595Z] $ docker top 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T16:16:56.833Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T16:16:57.124Z] + set -o pipefail [2021-02-01T16:16:57.124Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T16:17:15.276Z] [2021-02-01T16:17:15.276Z] Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... [2021-02-01T16:17:15.276Z] [2021-02-01T16:17:15.276Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/59174e34-dea3-49f6-bc34-275e57043fa4 [2021-02-01T16:17:15.276Z] [2021-02-01T16:17:15.276Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T16:17:15.276Z] [2021-02-01T16:17:15.276Z] [Pipeline] } [2021-02-01T16:17:15.295Z] $ docker stop --time=1 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 [2021-02-01T16:17:16.801Z] $ docker rm -f 7ddf6cd7ff6b3d82e9291f2f49969a5f009a463c3e59999276decd157f8ef7f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-01T16:17:18.861Z] + git log --format=format:%s -1 1818c95d6555627539e05dc67b65bacdc5eca62f [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:17:19.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:17:19.172Z] . [Pipeline] withDockerContainer [2021-02-01T16:17:19.269Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:17:19.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T16:17:20.079Z] $ docker top e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T16:17:20.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T16:17:20.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T16:17:20.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T16:17:20.744Z] $ docker exec e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 ssh-agent [2021-02-01T16:17:20.895Z] SSH_AUTH_SOCK=/tmp/ssh-ka0iBI2USpLC/agent.11 [2021-02-01T16:17:20.895Z] SSH_AGENT_PID=16 [2021-02-01T16:17:20.901Z] Running ssh-add (command line suppressed) [2021-02-01T16:17:21.031Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1103939316297171387.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_1103939316297171387.key) [2021-02-01T16:17:21.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T16:17:21.421Z] + git semver tag [2021-02-01T16:17:21.421Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T16:17:21.421Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-01T16:17:21.421Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-01T16:17:21.421Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T16:17:21.421Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T16:17:21.421Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T16:17:21.421Z] # $SEMVER_BRANCH = hanoi [2021-02-01T16:17:21.421Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-02-01T16:17:21.421Z] # 1818c95d6555627539e05dc67b65bacdc5eca62f HEAD [2021-02-01T16:17:21.421Z] # -> Force: false [2021-02-01T16:17:21.421Z] # 50f74791abea17a46b790898e8a0fdd9001e05fe refs/tags/v1.3.1-dev.2 [Pipeline] } [2021-02-01T16:17:21.433Z] $ docker exec --env ******** --env ******** e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 ssh-agent -k [2021-02-01T16:17:21.536Z] unset SSH_AUTH_SOCK; [2021-02-01T16:17:21.536Z] unset SSH_AGENT_PID; [2021-02-01T16:17:21.536Z] echo Agent pid 16 killed; [2021-02-01T16:17:21.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T16:17:22.098Z] + git semver [Pipeline] } [2021-02-01T16:17:22.114Z] $ docker stop --time=1 e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 [2021-02-01T16:17:23.435Z] $ docker rm -f e68aff74a08b613d73f38248e5af3939c463501c340e7aa9c7838ed138ad2480 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:17:24.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T16:17:24.070Z] [2021-02-01T16:17:24.070Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:17:24.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T16:17:24.447Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T16:17:24.447Z] ab5ef0e58194: Pulling fs layer [2021-02-01T16:17:24.447Z] 9712f1f96733: Pulling fs layer [2021-02-01T16:17:24.447Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T16:17:24.447Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T16:17:24.447Z] e9a5061849ea: Pulling fs layer [2021-02-01T16:17:24.447Z] d747dcd14b5f: Pulling fs layer [2021-02-01T16:17:24.447Z] 2de7ff778b66: Pulling fs layer [2021-02-01T16:17:24.447Z] e9a5061849ea: Waiting [2021-02-01T16:17:24.447Z] d747dcd14b5f: Waiting [2021-02-01T16:17:24.447Z] 2de7ff778b66: Waiting [2021-02-01T16:17:24.447Z] 0d9ebad4ef96: Waiting [2021-02-01T16:17:24.447Z] 9712f1f96733: Verifying Checksum [2021-02-01T16:17:24.447Z] 9712f1f96733: Download complete [2021-02-01T16:17:26.061Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T16:17:26.061Z] 63f879dbbcfc: Download complete [2021-02-01T16:17:26.329Z] e9a5061849ea: Verifying Checksum [2021-02-01T16:17:26.329Z] e9a5061849ea: Download complete [2021-02-01T16:17:26.329Z] d747dcd14b5f: Verifying Checksum [2021-02-01T16:17:26.329Z] d747dcd14b5f: Download complete [2021-02-01T16:17:26.907Z] 2de7ff778b66: Verifying Checksum [2021-02-01T16:17:26.907Z] 2de7ff778b66: Download complete [2021-02-01T16:17:26.907Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T16:17:26.907Z] 0d9ebad4ef96: Download complete [2021-02-01T16:17:27.169Z] ab5ef0e58194: Verifying Checksum [2021-02-01T16:17:27.169Z] ab5ef0e58194: Download complete [2021-02-01T16:17:31.396Z] ab5ef0e58194: Pull complete [2021-02-01T16:17:31.396Z] 9712f1f96733: Pull complete [2021-02-01T16:17:33.317Z] 63f879dbbcfc: Pull complete [2021-02-01T16:17:39.940Z] 0d9ebad4ef96: Pull complete [2021-02-01T16:17:40.522Z] e9a5061849ea: Pull complete [2021-02-01T16:17:40.522Z] d747dcd14b5f: Pull complete [2021-02-01T16:17:43.838Z] 2de7ff778b66: Pull complete [2021-02-01T16:17:43.838Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T16:17:43.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T16:17:43.838Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T16:17:44.007Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:17:44.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-01T16:17:47.880Z] $ docker top 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T16:17:48.172Z] provisioning config files... [2021-02-01T16:17:48.181Z] copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config4772786615379118450tmp [2021-02-01T16:17:48.198Z] copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8808579013049793635tmp [2021-02-01T16:17:48.210Z] copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config9206740519452144776tmp [Pipeline] { [Pipeline] echo [2021-02-01T16:17:48.275Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:17:48.568Z] ---> sigul-configuration.sh [2021-02-01T16:17:48.568Z] gpg: directory `/root/.gnupg' created [2021-02-01T16:17:48.568Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T16:17:48.568Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T16:17:48.568Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T16:17:48.568Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T16:17:48.568Z] gpg: CAST5 encrypted data [2021-02-01T16:17:48.829Z] gpg: encrypted with 1 passphrase [2021-02-01T16:17:48.829Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T16:17:49.123Z] + mkdir /home/jenkins [2021-02-01T16:17:49.123Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T16:17:49.417Z] + 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 [2021-02-01T16:17:49.427Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:17:49.720Z] ---> sigul-install.sh [2021-02-01T16:17:55.015Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T16:17:55.310Z] + git tag --list [2021-02-01T16:17:55.310Z] v1.0.0 [2021-02-01T16:17:55.310Z] v1.1.0 [2021-02-01T16:17:55.310Z] v1.2.0 [2021-02-01T16:17:55.310Z] v1.3.0 [2021-02-01T16:17:55.310Z] v1.3.1-dev.1 [2021-02-01T16:17:55.310Z] v1.3.1-dev.2 [2021-02-01T16:17:55.310Z] v2.0.0-dev.1 [2021-02-01T16:17:55.310Z] v2.0.0-dev.10 [2021-02-01T16:17:55.310Z] v2.0.0-dev.11 [2021-02-01T16:17:55.310Z] v2.0.0-dev.12 [2021-02-01T16:17:55.310Z] v2.0.0-dev.13 [2021-02-01T16:17:55.310Z] v2.0.0-dev.14 [2021-02-01T16:17:55.310Z] v2.0.0-dev.2 [2021-02-01T16:17:55.310Z] v2.0.0-dev.3 [2021-02-01T16:17:55.310Z] v2.0.0-dev.4 [2021-02-01T16:17:55.310Z] v2.0.0-dev.5 [2021-02-01T16:17:55.310Z] v2.0.0-dev.6 [2021-02-01T16:17:55.310Z] v2.0.0-dev.7 [2021-02-01T16:17:55.310Z] v2.0.0-dev.8 [2021-02-01T16:17:55.310Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-01T16:17:55.602Z] + lftools sign git-tag v1.3.1-dev.2 [2021-02-01T16:17:56.987Z] Signing Git tag with Sigul... [2021-02-01T16:17:56.987Z] Signing v1.3.1-dev.2 [Pipeline] echo [2021-02-01T16:17:57.568Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:17:57.862Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T16:17:57.872Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T16:17:57.973Z] $ docker stop --time=1 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 [2021-02-01T16:18:00.110Z] $ docker rm -f 3f23340ccde6fc956d792adea9beee3eb7edee70c8c18c403a0ceb23c2903ea3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:18:01.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:18:01.172Z] . [Pipeline] withDockerContainer [2021-02-01T16:18:01.261Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:18:01.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T16:18:01.939Z] $ docker top f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T16:18:02.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T16:18:02.333Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T16:18:02.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T16:18:02.519Z] $ docker exec f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 ssh-agent [2021-02-01T16:18:02.688Z] SSH_AUTH_SOCK=/tmp/ssh-yLRrI1Rz8uVZ/agent.11 [2021-02-01T16:18:02.688Z] SSH_AGENT_PID=16 [2021-02-01T16:18:02.696Z] Running ssh-add (command line suppressed) [2021-02-01T16:18:02.817Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6447240183501977334.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_6447240183501977334.key) [2021-02-01T16:18:02.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T16:18:03.216Z] + git semver bump pre [2021-02-01T16:18:03.216Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T16:18:03.216Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-01T16:18:03.216Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-01T16:18:03.216Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T16:18:03.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T16:18:03.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T16:18:03.216Z] # $SEMVER_BRANCH = hanoi [2021-02-01T16:18:03.216Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [2021-02-01T16:18:03.216Z] 1.3.1-dev.3 [Pipeline] } [2021-02-01T16:18:03.229Z] $ docker exec --env ******** --env ******** f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 ssh-agent -k [2021-02-01T16:18:03.350Z] unset SSH_AUTH_SOCK; [2021-02-01T16:18:03.350Z] unset SSH_AGENT_PID; [2021-02-01T16:18:03.351Z] echo Agent pid 16 killed; [2021-02-01T16:18:03.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T16:18:03.926Z] + git semver [Pipeline] } [2021-02-01T16:18:03.943Z] $ docker stop --time=1 f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 [2021-02-01T16:18:05.282Z] $ docker rm -f f1bac8c156c85a1995d4d253cd9ddafa3603830c58792166720895132f5ae4d6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:18:05.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T16:18:05.842Z] . [Pipeline] withDockerContainer [2021-02-01T16:18:05.937Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:18:05.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T16:18:06.601Z] $ docker top 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T16:18:06.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T16:18:06.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T16:18:07.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T16:18:07.115Z] $ docker exec 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 ssh-agent [2021-02-01T16:18:07.269Z] SSH_AUTH_SOCK=/tmp/ssh-g8KEaiuwaN9k/agent.12 [2021-02-01T16:18:07.269Z] SSH_AGENT_PID=18 [2021-02-01T16:18:07.276Z] Running ssh-add (command line suppressed) [2021-02-01T16:18:07.394Z] Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_4944117489099797846.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_4944117489099797846.key) [2021-02-01T16:18:07.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T16:18:07.780Z] + git semver push [2021-02-01T16:18:07.781Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T16:18:07.781Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git [2021-02-01T16:18:07.781Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi [2021-02-01T16:18:07.781Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T16:18:07.781Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T16:18:07.781Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T16:18:07.781Z] # $SEMVER_BRANCH = hanoi [2021-02-01T16:18:07.781Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } [2021-02-01T16:18:14.523Z] $ docker exec --env ******** --env ******** 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 ssh-agent -k [2021-02-01T16:18:14.633Z] unset SSH_AUTH_SOCK; [2021-02-01T16:18:14.633Z] unset SSH_AGENT_PID; [2021-02-01T16:18:14.633Z] echo Agent pid 18 killed; [2021-02-01T16:18:14.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T16:18:15.174Z] + git semver [Pipeline] } [2021-02-01T16:18:15.190Z] $ docker stop --time=1 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 [2021-02-01T16:18:16.529Z] $ docker rm -f 7b0860727eda515eaa03841143208a24e17b93edc9c2a6bce5f05ee32afc6715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:18.100Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:18.665Z] ---> package-listing.sh [2021-02-01T16:18:18.665Z] ++ facter osfamily [2021-02-01T16:18:18.665Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T16:18:18.665Z] + OS_FAMILY=redhat [2021-02-01T16:18:18.665Z] + workspace=/w/workspace/y_app-service-configurable_hanoi [2021-02-01T16:18:18.665Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T16:18:18.665Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T16:18:18.665Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T16:18:18.665Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T16:18:18.665Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-02-01T16:18:18.665Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T16:18:18.665Z] + case "${OS_FAMILY}" in [2021-02-01T16:18:18.665Z] + rpm -qa [2021-02-01T16:18:18.665Z] + sort [2021-02-01T16:18:23.960Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T16:18:23.960Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T16:18:23.960Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T16:18:23.960Z] + '[' /w/workspace/y_app-service-configurable_hanoi ']' [2021-02-01T16:18:23.960Z] + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ [2021-02-01T16:18:23.960Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo [2021-02-01T16:18:23.973Z] 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 [2021-02-01T16:18:24.261Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:18:24.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T16:18:24.561Z] [2021-02-01T16:18:24.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T16:18:24.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T16:18:24.924Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T16:18:24.924Z] df20fa9351a1: Pulling fs layer [2021-02-01T16:18:24.924Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T16:18:24.924Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T16:18:24.924Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T16:18:24.924Z] 93b61091891f: Pulling fs layer [2021-02-01T16:18:24.924Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T16:18:24.924Z] 5e14af77c1be: Pulling fs layer [2021-02-01T16:18:24.924Z] 01666e4c0597: Pulling fs layer [2021-02-01T16:18:24.924Z] aa168da1d23b: Pulling fs layer [2021-02-01T16:18:24.924Z] 93b9cdb0e59b: Waiting [2021-02-01T16:18:24.924Z] 5e14af77c1be: Waiting [2021-02-01T16:18:24.924Z] 01666e4c0597: Waiting [2021-02-01T16:18:24.924Z] aa168da1d23b: Waiting [2021-02-01T16:18:24.924Z] 46f8f816bc3b: Waiting [2021-02-01T16:18:24.924Z] 93b61091891f: Waiting [2021-02-01T16:18:24.924Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T16:18:24.924Z] 36b3adc4ff6f: Download complete [2021-02-01T16:18:24.924Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T16:18:24.924Z] 46f8f816bc3b: Download complete [2021-02-01T16:18:25.189Z] 93b61091891f: Verifying Checksum [2021-02-01T16:18:25.189Z] 93b61091891f: Download complete [2021-02-01T16:18:25.189Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T16:18:25.189Z] 93b9cdb0e59b: Download complete [2021-02-01T16:18:25.189Z] 5e14af77c1be: Verifying Checksum [2021-02-01T16:18:25.189Z] 5e14af77c1be: Download complete [2021-02-01T16:18:25.189Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T16:18:25.189Z] 8ad3a11d3b57: Download complete [2021-02-01T16:18:25.189Z] 01666e4c0597: Verifying Checksum [2021-02-01T16:18:25.189Z] 01666e4c0597: Download complete [2021-02-01T16:18:25.189Z] df20fa9351a1: Verifying Checksum [2021-02-01T16:18:25.189Z] df20fa9351a1: Download complete [2021-02-01T16:18:25.765Z] df20fa9351a1: Pull complete [2021-02-01T16:18:25.765Z] 36b3adc4ff6f: Pull complete [2021-02-01T16:18:27.149Z] aa168da1d23b: Verifying Checksum [2021-02-01T16:18:27.149Z] aa168da1d23b: Download complete [2021-02-01T16:18:27.410Z] 8ad3a11d3b57: Pull complete [2021-02-01T16:18:27.410Z] 46f8f816bc3b: Pull complete [2021-02-01T16:18:27.981Z] 93b61091891f: Pull complete [2021-02-01T16:18:27.981Z] 93b9cdb0e59b: Pull complete [2021-02-01T16:18:28.243Z] 5e14af77c1be: Pull complete [2021-02-01T16:18:28.243Z] 01666e4c0597: Pull complete [2021-02-01T16:18:34.842Z] aa168da1d23b: Pull complete [2021-02-01T16:18:34.842Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T16:18:34.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T16:18:34.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T16:18:34.954Z] prd-centos7-docker-4c-2g-24349 does not seem to be running inside a container [2021-02-01T16:18:34.997Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T16:18:38.126Z] $ docker top 9875e5d1bd91bd687a0bc5a66c1163279140724699b02ae9cb8a0a6505e047b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T16:18:38.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T16:18:38.905Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T16:18:39.198Z] + ls /var/log/sa-host [2021-02-01T16:18:39.198Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T16:18:39.198Z] file_magic: OK [2021-02-01T16:18:39.198Z] HZ: Using current value: 100 [2021-02-01T16:18:39.198Z] file_header: OK [2021-02-01T16:18:39.198Z] 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 [2021-02-01T16:18:39.198Z] Statistics: [2021-02-01T16:18:39.198Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T16:18:39.198Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T16:18:39.198Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T16:18:39.198Z] file_magic: OK [2021-02-01T16:18:39.198Z] HZ: Using current value: 100 [2021-02-01T16:18:39.198Z] file_header: OK [2021-02-01T16:18:39.198Z] 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 [2021-02-01T16:18:39.198Z] Statistics: [2021-02-01T16:18:39.198Z] Hnuu...uuuununununu... [2021-02-01T16:18:39.198Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T16:18:39.405Z] provisioning config files... [2021-02-01T16:18:39.419Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config3729567468880564926tmp [Pipeline] { [Pipeline] echo [2021-02-01T16:18:39.494Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:39.791Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T16:18:40.061Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T16:18:40.183Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:40.474Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T16:18:40.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:40.777Z] ---> sudo-logs.sh [2021-02-01T16:18:40.777Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T16:18:40.788Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:41.082Z] ---> job-cost.sh [2021-02-01T16:18:41.082Z] lf-activate-venv: SKIPPING [2021-02-01T16:18:41.082Z] INFO: No Stack... [2021-02-01T16:18:42.027Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T16:18:42.598Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T16:18:42.609Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T16:18:42.901Z] ---> logs-deploy.sh [2021-02-01T16:18:42.901Z] lf-activate-venv: SKIPPING [2021-02-01T16:18:42.901Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/3 [2021-02-01T16:18:42.901Z] INFO: archiving workspace using pattern(s): [2021-02-01T16:18:44.286Z] Archives upload complete. [2021-02-01T16:18:44.286Z] INFO: archiving logs to Nexus