Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f5331eb53f0ce9101ceed271d621d4ec533effa 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27241’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-27240’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27242 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f5331eb53f0ce9101ceed271d621d4ec533effa (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f5331eb53f0ce9101ceed271d621d4ec533effa # timeout=10 Commit message: "feat: Added secrets configuration parameters to EncryptWithAES (#193)" > git rev-list --no-walk a06da4a7ca77ed0a735b2ce1ceb1f74020349b1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T00:46:59.384Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T00:46:59.633Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T00:46:59.725Z] ========================================================= [2021-02-23T00:46:59.725Z] EdgeX Global Pipelines Version Info [2021-02-23T00:46:59.725Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:47:01.262Z] ------------------- [2021-02-23T00:47:01.262Z] stable info: [2021-02-23T00:47:01.262Z] ------------------- [2021-02-23T00:47:01.262Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T00:47:01.262Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T00:47:01.262Z] Message: update stable to v1.0.179 [2021-02-23T00:47:02.215Z] ------------------- [2021-02-23T00:47:02.215Z] experimental info: [2021-02-23T00:47:02.215Z] ------------------- [2021-02-23T00:47:02.215Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T00:47:02.215Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T00:47:02.215Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T00:47:02.456Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-23T00:47:02.539Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-23T00:47:02.651Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T00:47:02.729Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T00:47:02.814Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T00:47:02.899Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T00:47:02.984Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T00:47:03.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T00:47:03.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T00:47:03.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T00:47:03.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T00:47:03.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-23T00:47:03.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T00:47:03.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T00:47:03.800Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T00:47:03.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T00:47:04.104Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T00:47:04.203Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T00:47:04.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T00:47:04.374Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-23T00:47:04.481Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T00:47:04.564Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T00:47:04.653Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T00:47:04.741Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T00:47:04.820Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T00:47:04.931Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T00:47:05.014Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T00:47:05.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T00:47:05.180Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T00:47:05.262Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T00:47:05.440Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f5331eb53f0ce9101ceed271d621d4ec533effa [Pipeline] echo [2021-02-23T00:47:05.523Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f5331e [Pipeline] echo [2021-02-23T00:47:05.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T00:47:05.795Z] provisioning config files... [2021-02-23T00:47:05.821Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config493846617126533856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:47:06.202Z] ---> docker-login.sh [2021-02-23T00:47:06.202Z] nexus3.edgexfoundry.org:10001 [2021-02-23T00:47:06.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:47:06.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:47:06.463Z] Configure a credential helper to remove this warning. See [2021-02-23T00:47:06.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:47:06.463Z] [2021-02-23T00:47:06.463Z] Login Succeeded [2021-02-23T00:47:06.463Z] nexus3.edgexfoundry.org:10002 [2021-02-23T00:47:06.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:47:06.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:47:06.726Z] Configure a credential helper to remove this warning. See [2021-02-23T00:47:06.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:47:06.726Z] [2021-02-23T00:47:06.726Z] Login Succeeded [2021-02-23T00:47:06.726Z] nexus3.edgexfoundry.org:10003 [2021-02-23T00:47:06.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:47:06.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:47:06.988Z] Configure a credential helper to remove this warning. See [2021-02-23T00:47:06.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:47:06.988Z] [2021-02-23T00:47:06.988Z] Login Succeeded [2021-02-23T00:47:06.988Z] nexus3.edgexfoundry.org:10004 [2021-02-23T00:47:06.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:47:06.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:47:06.988Z] Configure a credential helper to remove this warning. See [2021-02-23T00:47:06.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:47:06.988Z] [2021-02-23T00:47:06.988Z] Login Succeeded [2021-02-23T00:47:06.988Z] docker.io [2021-02-23T00:47:07.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:47:07.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:47:07.512Z] Configure a credential helper to remove this warning. See [2021-02-23T00:47:07.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:47:07.512Z] [2021-02-23T00:47:07.512Z] Login Succeeded [2021-02-23T00:47:07.512Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T00:47:07.522Z] 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-23T00:47:08.392Z] + git log --format=format:%s -1 0f5331eb53f0ce9101ceed271d621d4ec533effa [Pipeline] echo [2021-02-23T00:47:08.453Z] GIT_COMMIT: 0f5331eb53f0ce9101ceed271d621d4ec533effa, Commit Message: feat: Added secrets configuration parameters to EncryptWithAES (#193) [Pipeline] echo [2021-02-23T00:47:08.497Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:47:09.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T00:47:09.787Z] [2021-02-23T00:47:09.787Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:47:10.135Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T00:47:10.135Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T00:47:10.135Z] 31603596830f: Pulling fs layer [2021-02-23T00:47:10.135Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T00:47:10.135Z] 6ca5941a6612: Pulling fs layer [2021-02-23T00:47:10.135Z] ecc8261a40a4: Pulling fs layer [2021-02-23T00:47:10.135Z] ecc8261a40a4: Waiting [2021-02-23T00:47:10.135Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T00:47:10.135Z] 2a8b12db71e7: Download complete [2021-02-23T00:47:10.398Z] 31603596830f: Verifying Checksum [2021-02-23T00:47:10.399Z] 31603596830f: Download complete [2021-02-23T00:47:10.399Z] ecc8261a40a4: Verifying Checksum [2021-02-23T00:47:10.399Z] ecc8261a40a4: Download complete [2021-02-23T00:47:10.399Z] 6ca5941a6612: Verifying Checksum [2021-02-23T00:47:10.399Z] 6ca5941a6612: Download complete [2021-02-23T00:47:10.665Z] 31603596830f: Pull complete [2021-02-23T00:47:10.665Z] 2a8b12db71e7: Pull complete [2021-02-23T00:47:11.633Z] 6ca5941a6612: Pull complete [2021-02-23T00:47:11.901Z] ecc8261a40a4: Pull complete [2021-02-23T00:47:11.901Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T00:47:11.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T00:47:11.901Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T00:47:12.008Z] prd-centos7-docker-4c-2g-27242 does not seem to be running inside a container [2021-02-23T00:47:12.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T00:47:14.442Z] $ docker top a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T00:47:14.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T00:47:14.810Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T00:47:15.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T00:47:15.050Z] $ docker exec a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 ssh-agent [2021-02-23T00:47:15.222Z] SSH_AUTH_SOCK=/tmp/ssh-vTMNifA2DXk6/agent.11 [2021-02-23T00:47:15.222Z] SSH_AGENT_PID=16 [2021-02-23T00:47:15.234Z] Running ssh-add (command line suppressed) [2021-02-23T00:47:15.362Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7126928906718330372.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7126928906718330372.key) [2021-02-23T00:47:15.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T00:47:15.754Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T00:47:15.776Z] $ docker exec --env ******** --env ******** a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 ssh-agent -k [2021-02-23T00:47:15.890Z] unset SSH_AUTH_SOCK; [2021-02-23T00:47:15.891Z] unset SSH_AGENT_PID; [2021-02-23T00:47:15.891Z] echo Agent pid 16 killed; [2021-02-23T00:47:15.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T00:47:16.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T00:47:16.078Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T00:47:16.244Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T00:47:16.248Z] $ docker exec a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 ssh-agent [2021-02-23T00:47:16.416Z] SSH_AUTH_SOCK=/tmp/ssh-Q0PC0M4E5jED/agent.44 [2021-02-23T00:47:16.416Z] SSH_AGENT_PID=49 [2021-02-23T00:47:16.423Z] Running ssh-add (command line suppressed) [2021-02-23T00:47:16.542Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4694792533670341898.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4694792533670341898.key) [2021-02-23T00:47:16.594Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T00:47:16.923Z] + git semver init [2021-02-23T00:47:16.923Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T00:47:16.923Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-23T00:47:16.923Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-23T00:47:16.923Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T00:47:16.923Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T00:47:16.923Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T00:47:16.923Z] # $SEMVER_BRANCH = master [2021-02-23T00:47:16.923Z] # $SEMVER_TEMP = /tmp/semver-151627060 [2021-02-23T00:47:16.923Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-23T00:47:17.185Z] # '/tmp/semver-151627060' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-23T00:47:17.446Z] # -> Force: false [2021-02-23T00:47:17.446Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-23T00:47:17.460Z] $ docker exec --env ******** --env ******** a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 ssh-agent -k [2021-02-23T00:47:17.573Z] unset SSH_AUTH_SOCK; [2021-02-23T00:47:17.573Z] unset SSH_AGENT_PID; [2021-02-23T00:47:17.573Z] echo Agent pid 49 killed; [2021-02-23T00:47:17.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T00:47:18.089Z] + git semver [Pipeline] } [2021-02-23T00:47:18.106Z] $ docker stop --time=1 a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 [2021-02-23T00:47:19.589Z] $ docker rm -f a8cbe85d3eea03598d4e06c0b8ccb10167d2718ff37b58dbcbdd6dee7630c865 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T00:47:20.056Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T00:47:20.550Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T00:47:20.553Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.17 [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-23T00:47:36.057Z] Still waiting to schedule task [2021-02-23T00:47:36.057Z] ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27243’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-27240’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27239’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-23T00:47:36.061Z] Still waiting to schedule task [2021-02-23T00:47:36.061Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-23T00:49:26.958Z] Running on prd-centos7-docker-4c-2g-27244 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-23T00:49:27.018Z] Running in /w/workspace/app-service-configurable/83 [Pipeline] { [Pipeline] checkout [2021-02-23T00:49:29.462Z] using credential edgex-jenkins-ssh [2021-02-23T00:49:29.542Z] Cloning the remote Git repository [2021-02-23T00:49:29.570Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:49:29.643Z] > git init /w/workspace/app-service-configurable/83 # timeout=10 [2021-02-23T00:49:29.709Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:49:29.710Z] > git --version # timeout=10 [2021-02-23T00:49:29.718Z] > git --version # 'git version 2.24.3' [2021-02-23T00:49:29.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T00:49:29.745Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T00:49:30.305Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T00:49:30.311Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T00:49:30.330Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T00:49:30.343Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:49:30.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T00:49:30.348Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T00:49:30.743Z] Checking out Revision 0f5331eb53f0ce9101ceed271d621d4ec533effa (master) [2021-02-23T00:49:30.752Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T00:49:30.758Z] > git checkout -f 0f5331eb53f0ce9101ceed271d621d4ec533effa # timeout=10 [2021-02-23T00:49:34.429Z] Commit message: "feat: Added secrets configuration parameters to EncryptWithAES (#193)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T00:49:35.723Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T00:49:36.062Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T00:49:36.366Z] + sudo service docker restart [2021-02-23T00:49:36.366Z] + true [2021-02-23T00:49:36.366Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T00:49:37.384Z] provisioning config files... [2021-02-23T00:49:37.411Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/83@tmp/config5515115857859489195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:49:37.830Z] ---> docker-login.sh [2021-02-23T00:49:37.830Z] nexus3.edgexfoundry.org:10001 [2021-02-23T00:49:38.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:49:38.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:49:38.100Z] Configure a credential helper to remove this warning. See [2021-02-23T00:49:38.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:49:38.100Z] [2021-02-23T00:49:38.100Z] Login Succeeded [2021-02-23T00:49:38.100Z] nexus3.edgexfoundry.org:10002 [2021-02-23T00:49:38.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:49:38.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:49:38.364Z] Configure a credential helper to remove this warning. See [2021-02-23T00:49:38.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:49:38.364Z] [2021-02-23T00:49:38.364Z] Login Succeeded [2021-02-23T00:49:38.364Z] nexus3.edgexfoundry.org:10003 [2021-02-23T00:49:38.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:49:38.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:49:38.627Z] Configure a credential helper to remove this warning. See [2021-02-23T00:49:38.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:49:38.627Z] [2021-02-23T00:49:38.627Z] Login Succeeded [2021-02-23T00:49:38.627Z] nexus3.edgexfoundry.org:10004 [2021-02-23T00:49:38.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:49:38.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:49:38.889Z] Configure a credential helper to remove this warning. See [2021-02-23T00:49:38.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:49:38.889Z] [2021-02-23T00:49:38.889Z] Login Succeeded [2021-02-23T00:49:38.889Z] docker.io [2021-02-23T00:49:38.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:49:39.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:49:39.157Z] Configure a credential helper to remove this warning. See [2021-02-23T00:49:39.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:49:39.157Z] [2021-02-23T00:49:39.157Z] Login Succeeded [2021-02-23T00:49:39.157Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T00:49:39.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T00:49:39.524Z] ========================================================= [2021-02-23T00:49:39.524Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T00:49:39.524Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:49:39.871Z] + 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-23T00:49:39.872Z] Sending build context to Docker daemon 101.9kB [2021-02-23T00:49:39.872Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T00:49:39.872Z] Step 2/8 : FROM ${BASE} [2021-02-23T00:49:40.134Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T00:49:40.134Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T00:49:40.134Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T00:49:40.134Z] de9db76c5a1d: Pulling fs layer [2021-02-23T00:49:40.134Z] bca2f99d35d6: Pulling fs layer [2021-02-23T00:49:40.134Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T00:49:40.134Z] 7c6f9722023f: Pulling fs layer [2021-02-23T00:49:40.134Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T00:49:40.134Z] bca2f99d35d6: Waiting [2021-02-23T00:49:40.134Z] 7c6f9722023f: Waiting [2021-02-23T00:49:40.134Z] 93359f2a8cfa: Waiting [2021-02-23T00:49:40.134Z] de9db76c5a1d: Verifying Checksum [2021-02-23T00:49:40.134Z] de9db76c5a1d: Download complete [2021-02-23T00:49:40.134Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T00:49:40.134Z] 0ef7d3d256c8: Download complete [2021-02-23T00:49:40.134Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T00:49:40.134Z] 93359f2a8cfa: Download complete [2021-02-23T00:49:40.134Z] 7c6f9722023f: Verifying Checksum [2021-02-23T00:49:40.134Z] 7c6f9722023f: Download complete [2021-02-23T00:49:40.134Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T00:49:40.134Z] 188c0c94c7c5: Download complete [2021-02-23T00:49:40.399Z] 188c0c94c7c5: Pull complete [2021-02-23T00:49:40.662Z] 0ef7d3d256c8: Pull complete [2021-02-23T00:49:40.662Z] de9db76c5a1d: Pull complete [2021-02-23T00:49:42.069Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T00:49:42.069Z] a35cf1a2eb13: Download complete [2021-02-23T00:49:42.647Z] bca2f99d35d6: Verifying Checksum [2021-02-23T00:49:42.647Z] bca2f99d35d6: Download complete [2021-02-23T00:49:47.982Z] bca2f99d35d6: Pull complete [2021-02-23T00:49:47.982Z] 93359f2a8cfa: Pull complete [2021-02-23T00:49:48.245Z] 7c6f9722023f: Pull complete [2021-02-23T00:49:54.877Z] a35cf1a2eb13: Pull complete [2021-02-23T00:49:54.877Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T00:49:54.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T00:49:54.877Z] ---> a62c8e92a672 [2021-02-23T00:49:54.877Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T00:49:54.877Z] ---> Running in 36e260cc08e2 [2021-02-23T00:49:55.144Z] Removing intermediate container 36e260cc08e2 [2021-02-23T00:49:55.144Z] ---> fcafe8da92f3 [2021-02-23T00:49:55.144Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T00:49:55.144Z] ---> Running in 1107cf554ef7 [2021-02-23T00:49:56.544Z] Removing intermediate container 1107cf554ef7 [2021-02-23T00:49:56.544Z] ---> 1c0e64c5f2a9 [2021-02-23T00:49:56.544Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-23T00:49:56.544Z] ---> Running in 4a6e77a883c6 [2021-02-23T00:49:56.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T00:49:59.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T00:50:01.940Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-23T00:50:01.940Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-23T00:50:02.517Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-23T00:50:02.784Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-23T00:50:03.048Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-23T00:50:03.627Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-23T00:50:03.627Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T00:50:03.627Z] OK: 167 MiB in 45 packages [2021-02-23T00:50:04.207Z] Removing intermediate container 4a6e77a883c6 [2021-02-23T00:50:04.207Z] ---> 74434fd8f576 [2021-02-23T00:50:04.207Z] Step 6/8 : WORKDIR /app [2021-02-23T00:50:04.207Z] ---> Running in 372cdce24189 [2021-02-23T00:50:04.471Z] Removing intermediate container 372cdce24189 [2021-02-23T00:50:04.471Z] ---> 664ed241f9d7 [2021-02-23T00:50:04.471Z] Step 7/8 : COPY . . [2021-02-23T00:50:04.735Z] ---> 4d58bf13ec32 [2021-02-23T00:50:04.735Z] Step 8/8 : RUN go mod download [2021-02-23T00:50:04.735Z] ---> Running in dc2d27080708 [2021-02-23T00:50:31.526Z] Removing intermediate container dc2d27080708 [2021-02-23T00:50:31.526Z] ---> 6d1c6751ee6c [2021-02-23T00:50:31.526Z] Successfully built 6d1c6751ee6c [2021-02-23T00:50:31.526Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:50:31.904Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T00:50:31.904Z] . [Pipeline] withDockerContainer [2021-02-23T00:50:32.022Z] prd-centos7-docker-4c-2g-27244 does not seem to be running inside a container [2021-02-23T00:50:32.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/83 -v /w/workspace/app-service-configurable/83:/w/workspace/app-service-configurable/83:rw,z -v /w/workspace/app-service-configurable/83@tmp:/w/workspace/app-service-configurable/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T00:50:32.946Z] $ docker top aa0baada57bfd3738406a9c4c65fba376b3f73d9cc50eaa8e72e6af0c487ded7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T00:50:33.470Z] + go version [2021-02-23T00:50:33.470Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T00:50:33.486Z] $ docker stop --time=1 aa0baada57bfd3738406a9c4c65fba376b3f73d9cc50eaa8e72e6af0c487ded7 [2021-02-23T00:50:34.883Z] $ docker rm -f aa0baada57bfd3738406a9c4c65fba376b3f73d9cc50eaa8e72e6af0c487ded7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:50:35.707Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T00:50:35.707Z] . [Pipeline] withDockerContainer [2021-02-23T00:50:35.809Z] prd-centos7-docker-4c-2g-27244 does not seem to be running inside a container [2021-02-23T00:50:35.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/83 -v /w/workspace/app-service-configurable/83:/w/workspace/app-service-configurable/83:rw,z -v /w/workspace/app-service-configurable/83@tmp:/w/workspace/app-service-configurable/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T00:50:36.479Z] $ docker top e5bf05b0a102343763c8bd42b1de31b74d37cac456194c6d1fac2438b7371817 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T00:50:36.948Z] + make test [2021-02-23T00:50:36.948Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T00:50:37.805Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27245 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-23T00:50:37.855Z] Running in /w/workspace/app-service-configurable/83 [Pipeline] { [Pipeline] checkout [2021-02-23T00:50:43.624Z] using credential edgex-jenkins-ssh [2021-02-23T00:50:43.696Z] Cloning the remote Git repository [2021-02-23T00:50:43.755Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:50:43.864Z] > git init /w/workspace/app-service-configurable/83 # timeout=10 [2021-02-23T00:50:43.936Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:50:43.938Z] > git --version # timeout=10 [2021-02-23T00:50:43.955Z] > git --version # 'git version 2.17.1' [2021-02-23T00:50:43.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T00:50:44.032Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T00:50:45.478Z] Checking out Revision 0f5331eb53f0ce9101ceed271d621d4ec533effa (master) [2021-02-23T00:50:44.870Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T00:50:44.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T00:50:44.916Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-23T00:50:44.979Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-23T00:50:44.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T00:50:44.993Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T00:50:45.509Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T00:50:45.531Z] > git checkout -f 0f5331eb53f0ce9101ceed271d621d4ec533effa # timeout=10 [2021-02-23T00:50:49.921Z] Commit message: "feat: Added secrets configuration parameters to EncryptWithAES (#193)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T00:50:51.548Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T00:50:51.989Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-23T00:50:51.989Z] CGO_ENABLED=1 go vet ./... [2021-02-23T00:50:51.993Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T00:50:52.259Z] gofmt -l . [2021-02-23T00:50:52.259Z] [ "`gofmt -l .`" = "" ] [2021-02-23T00:50:52.259Z] ./bin/test-go-mod-tidy.sh [2021-02-23T00:50:52.348Z] + true [2021-02-23T00:50:52.348Z] + sudo service docker restart [2021-02-23T00:50:53.212Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-23T00:50:53.490Z] $ docker stop --time=1 e5bf05b0a102343763c8bd42b1de31b74d37cac456194c6d1fac2438b7371817 [2021-02-23T00:50:55.946Z] $ docker rm -f e5bf05b0a102343763c8bd42b1de31b74d37cac456194c6d1fac2438b7371817 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T00:50:56.311Z] provisioning config files... [2021-02-23T00:50:56.354Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/83@tmp/config7121539458210134798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:50:56.472Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T00:50:56.760Z] ---> docker-login.sh [2021-02-23T00:50:56.760Z] nexus3.edgexfoundry.org:10001 [2021-02-23T00:50:56.843Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T00:50:57.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:50:58.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:50:58.029Z] Configure a credential helper to remove this warning. See [2021-02-23T00:50:58.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:50:58.029Z] [2021-02-23T00:50:58.029Z] Login Succeeded [2021-02-23T00:50:58.029Z] nexus3.edgexfoundry.org:10002 [2021-02-23T00:50:58.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:50:58.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:50:58.578Z] Configure a credential helper to remove this warning. See [2021-02-23T00:50:58.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:50:58.578Z] [2021-02-23T00:50:58.578Z] Login Succeeded [2021-02-23T00:50:58.578Z] nexus3.edgexfoundry.org:10003 [2021-02-23T00:50:58.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:50:59.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:50:59.128Z] Configure a credential helper to remove this warning. See [2021-02-23T00:50:59.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:50:59.128Z] [2021-02-23T00:50:59.128Z] Login Succeeded [2021-02-23T00:50:59.128Z] nexus3.edgexfoundry.org:10004 [2021-02-23T00:50:59.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:50:59.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:50:59.427Z] Configure a credential helper to remove this warning. See [2021-02-23T00:50:59.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:50:59.427Z] [2021-02-23T00:50:59.427Z] Login Succeeded [2021-02-23T00:50:59.427Z] docker.io [Pipeline] sh [2021-02-23T00:50:59.838Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T00:51:00.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:51:00.145Z] + ls -al . [2021-02-23T00:51:00.145Z] total 88 [2021-02-23T00:51:00.145Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 23 00:50 . [2021-02-23T00:51:00.145Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 00:49 .. [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 6558 Feb 23 00:49 Attribution.txt [2021-02-23T00:51:00.145Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 00:49 bin [2021-02-23T00:51:00.145Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 00:50 coverage.out [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 23 00:49 Dockerfile [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 23 00:49 Dockerfile.build [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 23 00:49 .dockerignore [2021-02-23T00:51:00.145Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 00:49 .git [2021-02-23T00:51:00.145Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 23 00:49 .github [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 93 Feb 23 00:49 .gitignore [2021-02-23T00:51:00.145Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 23 00:50 go.mod [2021-02-23T00:51:00.145Z] -rw-r--r--. 1 jenkins jenkins 18576 Feb 23 00:50 go.sum [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 23 00:49 Jenkinsfile [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 23 00:49 LICENSE [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 23 00:49 main.go [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 23 00:49 makefile [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 23 00:49 README.md [2021-02-23T00:51:00.145Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 23 00:49 res [2021-02-23T00:51:00.145Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 23 00:49 snap [2021-02-23T00:51:00.145Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 00:47 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:51:00.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:51:00.296Z] Configure a credential helper to remove this warning. See [2021-02-23T00:51:00.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:51:00.296Z] [2021-02-23T00:51:00.296Z] Login Succeeded [2021-02-23T00:51:00.296Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T00:51:00.314Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-02-23T00:51:00.457Z] + 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=0f5331eb53f0ce9101ceed271d621d4ec533effa --label arch=amd64 --label version=2.0.0-dev.17 . [2021-02-23T00:51:00.457Z] Sending build context to Docker daemon 123.4kB [2021-02-23T00:51:00.457Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T00:51:00.457Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-23T00:51:00.457Z] ---> 6d1c6751ee6c [2021-02-23T00:51:00.457Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] unstash [2021-02-23T00:51:00.719Z] ---> Running in b8ae5ad17286 [2021-02-23T00:51:00.719Z] Removing intermediate container b8ae5ad17286 [2021-02-23T00:51:00.719Z] ---> b70269059d91 [2021-02-23T00:51:00.719Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [Pipeline] echo [2021-02-23T00:51:00.809Z] ========================================================= [2021-02-23T00:51:00.809Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T00:51:00.809Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:51:00.982Z] ---> Running in dec41450ebce [2021-02-23T00:51:00.982Z] Removing intermediate container dec41450ebce [2021-02-23T00:51:00.982Z] ---> 2ce82ca5cffb [2021-02-23T00:51:00.982Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T00:51:00.982Z] ---> Running in 874026ef2be8 [2021-02-23T00:51:01.182Z] + 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-23T00:51:01.182Z] Sending build context to Docker daemon 101.9kB [2021-02-23T00:51:01.247Z] Removing intermediate container 874026ef2be8 [2021-02-23T00:51:01.247Z] ---> 1c59f1d13f9b [2021-02-23T00:51:01.247Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T00:51:01.247Z] ---> Running in 071b1a47ff27 [2021-02-23T00:51:01.457Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T00:51:01.457Z] Step 2/8 : FROM ${BASE} [2021-02-23T00:51:01.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T00:51:01.733Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T00:51:01.733Z] a4357932f1b6: Pulling fs layer [2021-02-23T00:51:01.733Z] 18c013af1878: Pulling fs layer [2021-02-23T00:51:01.733Z] 00ac8860ef70: Pulling fs layer [2021-02-23T00:51:01.733Z] 63d7cb157983: Pulling fs layer [2021-02-23T00:51:01.733Z] b116817d02f9: Pulling fs layer [2021-02-23T00:51:01.733Z] 745a02a5169b: Pulling fs layer [2021-02-23T00:51:01.733Z] 00ac8860ef70: Waiting [2021-02-23T00:51:01.733Z] 63d7cb157983: Waiting [2021-02-23T00:51:01.733Z] b116817d02f9: Waiting [2021-02-23T00:51:01.733Z] 745a02a5169b: Waiting [2021-02-23T00:51:01.733Z] 18c013af1878: Verifying Checksum [2021-02-23T00:51:01.733Z] 18c013af1878: Download complete [2021-02-23T00:51:01.733Z] a4357932f1b6: Verifying Checksum [2021-02-23T00:51:01.733Z] a4357932f1b6: Download complete [2021-02-23T00:51:01.733Z] 63d7cb157983: Download complete [2021-02-23T00:51:01.733Z] b116817d02f9: Verifying Checksum [2021-02-23T00:51:01.733Z] b116817d02f9: Download complete [2021-02-23T00:51:02.011Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T00:51:02.011Z] 5f621e34cdf4: Download complete [2021-02-23T00:51:02.207Z] Removing intermediate container 071b1a47ff27 [2021-02-23T00:51:02.207Z] ---> 3a18b0eb95ec [2021-02-23T00:51:02.207Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T00:51:02.207Z] ---> Running in 2bdc26916bbe [2021-02-23T00:51:02.616Z] 5f621e34cdf4: Pull complete [2021-02-23T00:51:02.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T00:51:03.230Z] a4357932f1b6: Pull complete [2021-02-23T00:51:03.504Z] 18c013af1878: Pull complete [2021-02-23T00:51:04.485Z] 745a02a5169b: Verifying Checksum [2021-02-23T00:51:04.485Z] 745a02a5169b: Download complete [2021-02-23T00:51:05.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T00:51:05.913Z] 00ac8860ef70: Verifying Checksum [2021-02-23T00:51:05.913Z] 00ac8860ef70: Download complete [2021-02-23T00:51:07.914Z] OK: 167 MiB in 45 packages [2021-02-23T00:51:08.499Z] Removing intermediate container 2bdc26916bbe [2021-02-23T00:51:08.499Z] ---> de2836655c40 [2021-02-23T00:51:08.499Z] Step 8/27 : WORKDIR /app [2021-02-23T00:51:08.499Z] ---> Running in d3dfba543146 [2021-02-23T00:51:08.771Z] Removing intermediate container d3dfba543146 [2021-02-23T00:51:08.771Z] ---> 7ca25c8e6c35 [2021-02-23T00:51:08.771Z] Step 9/27 : COPY go.mod . [2021-02-23T00:51:09.035Z] ---> aedc6460d5ba [2021-02-23T00:51:09.035Z] Step 10/27 : RUN go mod download [2021-02-23T00:51:09.035Z] ---> Running in 281b897345d5 [2021-02-23T00:51:09.982Z] Removing intermediate container 281b897345d5 [2021-02-23T00:51:09.982Z] ---> 2e5a6a9bc304 [2021-02-23T00:51:09.982Z] Step 11/27 : COPY . . [2021-02-23T00:51:10.245Z] ---> 155457354434 [2021-02-23T00:51:10.246Z] Step 12/27 : ARG MAKE="make build" [2021-02-23T00:51:10.521Z] ---> Running in 9cc77e8f2430 [2021-02-23T00:51:10.521Z] Removing intermediate container 9cc77e8f2430 [2021-02-23T00:51:10.521Z] ---> 518176e6203b [2021-02-23T00:51:10.521Z] Step 13/27 : RUN $MAKE [2021-02-23T00:51:10.521Z] ---> Running in d2ecf55f8bd4 [2021-02-23T00:51:11.104Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable [2021-02-23T00:51:16.059Z] 00ac8860ef70: Pull complete [2021-02-23T00:51:16.059Z] 63d7cb157983: Pull complete [2021-02-23T00:51:16.059Z] b116817d02f9: Pull complete [2021-02-23T00:51:19.472Z] 745a02a5169b: Pull complete [2021-02-23T00:51:19.472Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T00:51:19.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T00:51:19.472Z] ---> b7e6874047d6 [2021-02-23T00:51:19.472Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-23T00:51:22.144Z] ---> Running in f02403ffa7f5 [2021-02-23T00:51:22.765Z] Removing intermediate container f02403ffa7f5 [2021-02-23T00:51:22.765Z] ---> 5891bc006f38 [2021-02-23T00:51:22.765Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T00:51:22.765Z] ---> Running in a05b38a63ebf [2021-02-23T00:51:25.398Z] Removing intermediate container a05b38a63ebf [2021-02-23T00:51:25.398Z] ---> 3626f4b12028 [2021-02-23T00:51:25.398Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-23T00:51:25.398Z] ---> Running in d097a27e21fa [2021-02-23T00:51:26.138Z] Removing intermediate container d2ecf55f8bd4 [2021-02-23T00:51:26.138Z] ---> fde0074f4a61 [2021-02-23T00:51:26.138Z] Step 14/27 : FROM alpine:3.12 [2021-02-23T00:51:26.138Z] 3.12: Pulling from library/alpine [2021-02-23T00:51:26.138Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T00:51:26.138Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/38/389fef7118515c70fd6c0e0d50bb75669942ea722ccb976507d7b087e54d5a23/data?verify=1614044484-%2Fs%2B2qzMyhAks7mMv9y8tIIXsmZE%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [2021-02-23T00:51:26.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T00:51:27.223Z] Failed in branch amd64 [2021-02-23T00:51:28.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T00:51:30.367Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-23T00:51:30.640Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-23T00:51:30.913Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-23T00:51:31.185Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-23T00:51:31.185Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-23T00:51:31.781Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-23T00:51:31.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T00:51:31.781Z] OK: 144 MiB in 45 packages [2021-02-23T00:51:33.213Z] Removing intermediate container d097a27e21fa [2021-02-23T00:51:33.214Z] ---> 98ecc298cdd4 [2021-02-23T00:51:33.214Z] Step 6/8 : WORKDIR /app [2021-02-23T00:51:33.487Z] ---> Running in e1b67482560c [2021-02-23T00:51:34.084Z] Removing intermediate container e1b67482560c [2021-02-23T00:51:34.084Z] ---> 331959f8df06 [2021-02-23T00:51:34.084Z] Step 7/8 : COPY . . [2021-02-23T00:51:34.683Z] ---> 73035d800492 [2021-02-23T00:51:34.683Z] Step 8/8 : RUN go mod download [2021-02-23T00:51:34.957Z] ---> Running in 7b5485a83372 [2021-02-23T00:52:01.782Z] Removing intermediate container 7b5485a83372 [2021-02-23T00:52:01.782Z] ---> c8d818b45d4f [2021-02-23T00:52:01.782Z] Successfully built c8d818b45d4f [2021-02-23T00:52:01.782Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:52:02.128Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T00:52:02.128Z] . [Pipeline] withDockerContainer [2021-02-23T00:52:02.421Z] prd-ubuntu18.04-docker-arm64-4c-16g-27245 does not seem to be running inside a container [2021-02-23T00:52:02.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/83 -v /w/workspace/app-service-configurable/83:/w/workspace/app-service-configurable/83:rw,z -v /w/workspace/app-service-configurable/83@tmp:/w/workspace/app-service-configurable/83@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-arm64 cat [2021-02-23T00:52:04.022Z] $ docker top b83a9c909f2b8602ded450887d14ac02c3fef2fe4533152ddda27fb2b4dbb6d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T00:52:05.088Z] + go version [2021-02-23T00:52:05.088Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T00:52:05.120Z] $ docker stop --time=1 b83a9c909f2b8602ded450887d14ac02c3fef2fe4533152ddda27fb2b4dbb6d3 [2021-02-23T00:52:07.015Z] $ docker rm -f b83a9c909f2b8602ded450887d14ac02c3fef2fe4533152ddda27fb2b4dbb6d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:52:07.944Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T00:52:07.944Z] . [Pipeline] withDockerContainer [2021-02-23T00:52:08.189Z] prd-ubuntu18.04-docker-arm64-4c-16g-27245 does not seem to be running inside a container [2021-02-23T00:52:08.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/83 -v /w/workspace/app-service-configurable/83:/w/workspace/app-service-configurable/83:rw,z -v /w/workspace/app-service-configurable/83@tmp:/w/workspace/app-service-configurable/83@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-arm64 cat [2021-02-23T00:52:09.712Z] $ docker top 07fe64356098e893f850f129cb40b7bb2b672181ca7b9b54cf947355cef36444 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T00:52:10.735Z] + make test [2021-02-23T00:52:10.735Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-23T00:52:49.767Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-23T00:52:49.767Z] CGO_ENABLED=1 go vet ./... [2021-02-23T00:52:58.077Z] gofmt -l . [2021-02-23T00:52:58.077Z] [ "`gofmt -l .`" = "" ] [2021-02-23T00:52:58.077Z] ./bin/test-go-mod-tidy.sh [2021-02-23T00:52:58.077Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-23T00:52:58.372Z] $ docker stop --time=1 07fe64356098e893f850f129cb40b7bb2b672181ca7b9b54cf947355cef36444 [2021-02-23T00:53:00.542Z] $ docker rm -f 07fe64356098e893f850f129cb40b7bb2b672181ca7b9b54cf947355cef36444 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T00:53:01.444Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T00:53:01.464Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T00:53:02.314Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T00:53:03.002Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T00:53:03.456Z] + ls -al . [2021-02-23T00:53:03.456Z] total 112 [2021-02-23T00:53:03.456Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 23 00:52 . [2021-02-23T00:53:03.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 00:50 .. [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 23 00:50 .dockerignore [2021-02-23T00:53:03.456Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 00:50 .git [2021-02-23T00:53:03.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 00:50 .github [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 93 Feb 23 00:50 .gitignore [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 6558 Feb 23 00:50 Attribution.txt [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 23 00:50 Dockerfile [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 23 00:50 Dockerfile.build [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 23 00:50 Jenkinsfile [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 23 00:50 LICENSE [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 23 00:50 README.md [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 00:47 VERSION [2021-02-23T00:53:03.456Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 00:50 bin [2021-02-23T00:53:03.456Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 00:52 coverage.out [2021-02-23T00:53:03.456Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 23 00:52 go.mod [2021-02-23T00:53:03.456Z] -rw-r--r-- 1 jenkins jenkins 18576 Feb 23 00:52 go.sum [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 23 00:50 main.go [2021-02-23T00:53:03.456Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 23 00:50 makefile [2021-02-23T00:53:03.456Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 00:50 res [2021-02-23T00:53:03.456Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 00:50 snap [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:53:03.861Z] + 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=0f5331eb53f0ce9101ceed271d621d4ec533effa --label arch=arm64 --label version=2.0.0-dev.17 . [2021-02-23T00:53:03.861Z] Sending build context to Docker daemon 123.4kB [2021-02-23T00:53:04.149Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T00:53:04.149Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-23T00:53:04.149Z] ---> c8d818b45d4f [2021-02-23T00:53:04.149Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-23T00:53:04.424Z] ---> Running in a2afb231b4e8 [2021-02-23T00:53:05.023Z] Removing intermediate container a2afb231b4e8 [2021-02-23T00:53:05.023Z] ---> d297957c4f58 [2021-02-23T00:53:05.023Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T00:53:05.023Z] ---> Running in db98875d4754 [2021-02-23T00:53:05.622Z] Removing intermediate container db98875d4754 [2021-02-23T00:53:05.622Z] ---> a328bd3c2bf0 [2021-02-23T00:53:05.622Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T00:53:05.622Z] ---> Running in 8646d9cbb66b [2021-02-23T00:53:06.216Z] Removing intermediate container 8646d9cbb66b [2021-02-23T00:53:06.216Z] ---> d0bd5bfc11bb [2021-02-23T00:53:06.216Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T00:53:06.216Z] ---> Running in a59a819b28af [2021-02-23T00:53:08.832Z] Removing intermediate container a59a819b28af [2021-02-23T00:53:08.832Z] ---> 5c1514191a5d [2021-02-23T00:53:08.832Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T00:53:08.832Z] ---> Running in b939eb329cce [2021-02-23T00:53:09.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T00:53:11.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T00:53:15.188Z] OK: 144 MiB in 45 packages [2021-02-23T00:53:16.616Z] Removing intermediate container b939eb329cce [2021-02-23T00:53:16.616Z] ---> faac5c2e2eb2 [2021-02-23T00:53:16.616Z] Step 8/27 : WORKDIR /app [2021-02-23T00:53:16.616Z] ---> Running in 9a405d87cc1b [2021-02-23T00:53:17.211Z] Removing intermediate container 9a405d87cc1b [2021-02-23T00:53:17.212Z] ---> a8625c8d84e9 [2021-02-23T00:53:17.212Z] Step 9/27 : COPY go.mod . [2021-02-23T00:53:17.813Z] ---> 299f0f2d295e [2021-02-23T00:53:17.813Z] Step 10/27 : RUN go mod download [2021-02-23T00:53:17.813Z] ---> Running in bdabd75dc676 [2021-02-23T00:53:20.433Z] Removing intermediate container bdabd75dc676 [2021-02-23T00:53:20.433Z] ---> 0a467ba79227 [2021-02-23T00:53:20.433Z] Step 11/27 : COPY . . [2021-02-23T00:53:21.411Z] ---> 206c69f58966 [2021-02-23T00:53:21.411Z] Step 12/27 : ARG MAKE="make build" [2021-02-23T00:53:21.411Z] ---> Running in 66004a390cf3 [2021-02-23T00:53:22.006Z] Removing intermediate container 66004a390cf3 [2021-02-23T00:53:22.006Z] ---> 3286ce5c0410 [2021-02-23T00:53:22.006Z] Step 13/27 : RUN $MAKE [2021-02-23T00:53:22.006Z] ---> Running in 0642818d9056 [2021-02-23T00:53:23.442Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.16 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.17" -o app-service-configurable [2021-02-23T00:54:02.475Z] Removing intermediate container 0642818d9056 [2021-02-23T00:54:02.475Z] ---> 4f903bb33d2b [2021-02-23T00:54:02.475Z] Step 14/27 : FROM alpine:3.12 [2021-02-23T00:54:02.475Z] 3.12: Pulling from library/alpine [2021-02-23T00:54:02.475Z] 159e5727ea61: Pulling fs layer [2021-02-23T00:54:02.475Z] 159e5727ea61: Download complete [2021-02-23T00:54:02.475Z] 159e5727ea61: Pull complete [2021-02-23T00:54:02.475Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T00:54:02.475Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T00:54:02.475Z] ---> afeebe901d6b [2021-02-23T00:54:02.475Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-23T00:54:02.475Z] ---> Running in 456bb655b8c3 [2021-02-23T00:54:02.475Z] Removing intermediate container 456bb655b8c3 [2021-02-23T00:54:02.475Z] ---> ba285535cf33 [2021-02-23T00:54:02.475Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-23T00:54:02.475Z] ---> Running in 624eae206581 [2021-02-23T00:54:03.073Z] Removing intermediate container 624eae206581 [2021-02-23T00:54:03.073Z] ---> abbf921e6b18 [2021-02-23T00:54:03.073Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-23T00:54:03.073Z] ---> Running in eadb4cc12c5d [2021-02-23T00:54:04.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T00:54:04.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T00:54:05.112Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-23T00:54:05.112Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-23T00:54:05.112Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-23T00:54:05.112Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-23T00:54:05.112Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-23T00:54:05.388Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-23T00:54:05.388Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-23T00:54:05.388Z] Executing busybox-1.31.1-r19.trigger [2021-02-23T00:54:05.388Z] Executing ca-certificates-20191127-r4.trigger [2021-02-23T00:54:05.388Z] OK: 9 MiB in 21 packages [2021-02-23T00:54:07.363Z] Removing intermediate container eadb4cc12c5d [2021-02-23T00:54:07.363Z] ---> de6a38b90bfb [2021-02-23T00:54:07.363Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-23T00:54:07.961Z] ---> aab0a2530458 [2021-02-23T00:54:07.961Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-23T00:54:08.944Z] ---> 1f6c9727de28 [2021-02-23T00:54:08.944Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-23T00:54:09.538Z] ---> fba5bbbd9d2e [2021-02-23T00:54:09.538Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-23T00:54:10.986Z] ---> da58ef0e058f [2021-02-23T00:54:10.986Z] Step 22/27 : EXPOSE 48095 [2021-02-23T00:54:11.259Z] ---> Running in d68ac0b76f82 [2021-02-23T00:54:11.533Z] Removing intermediate container d68ac0b76f82 [2021-02-23T00:54:11.533Z] ---> 8dddbfa85364 [2021-02-23T00:54:11.533Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-23T00:54:11.806Z] ---> Running in d43281e39ea6 [2021-02-23T00:54:12.417Z] Removing intermediate container d43281e39ea6 [2021-02-23T00:54:12.417Z] ---> 804e7f9796e4 [2021-02-23T00:54:12.417Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T00:54:12.417Z] ---> Running in d8be4f608daf [2021-02-23T00:54:13.011Z] Removing intermediate container d8be4f608daf [2021-02-23T00:54:13.011Z] ---> 151101f0e1c3 [2021-02-23T00:54:13.011Z] Step 25/27 : LABEL arch=arm64 [2021-02-23T00:54:13.011Z] ---> Running in ace3d8d7124b [2021-02-23T00:54:13.607Z] Removing intermediate container ace3d8d7124b [2021-02-23T00:54:13.607Z] ---> 2187e7d91f17 [2021-02-23T00:54:13.607Z] Step 26/27 : LABEL git_sha=0f5331eb53f0ce9101ceed271d621d4ec533effa [2021-02-23T00:54:13.607Z] ---> Running in 44e71de7aaf2 [2021-02-23T00:54:14.202Z] Removing intermediate container 44e71de7aaf2 [2021-02-23T00:54:14.202Z] ---> 7bcbafe4ad3a [2021-02-23T00:54:14.202Z] Step 27/27 : LABEL version=2.0.0-dev.17 [2021-02-23T00:54:14.202Z] ---> Running in 9d280daecef9 [2021-02-23T00:54:14.799Z] Removing intermediate container 9d280daecef9 [2021-02-23T00:54:14.799Z] ---> 745af0d7cb70 [2021-02-23T00:54:14.799Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T00:54:14.799Z] Successfully built 745af0d7cb70 [2021-02-23T00:54:14.799Z] 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-23T00:54:15.225Z] provisioning config files... [2021-02-23T00:54:15.263Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/83@tmp/config6922508950127009827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:15.654Z] ---> docker-login.sh [2021-02-23T00:54:15.654Z] nexus3.edgexfoundry.org:10001 [2021-02-23T00:54:15.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:54:16.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:54:16.201Z] Configure a credential helper to remove this warning. See [2021-02-23T00:54:16.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:54:16.201Z] [2021-02-23T00:54:16.201Z] Login Succeeded [2021-02-23T00:54:16.201Z] nexus3.edgexfoundry.org:10002 [2021-02-23T00:54:16.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:54:16.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:54:16.746Z] Configure a credential helper to remove this warning. See [2021-02-23T00:54:16.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:54:16.746Z] [2021-02-23T00:54:16.746Z] Login Succeeded [2021-02-23T00:54:16.746Z] nexus3.edgexfoundry.org:10003 [2021-02-23T00:54:17.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:54:17.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:54:17.343Z] Configure a credential helper to remove this warning. See [2021-02-23T00:54:17.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:54:17.343Z] [2021-02-23T00:54:17.343Z] Login Succeeded [2021-02-23T00:54:17.343Z] nexus3.edgexfoundry.org:10004 [2021-02-23T00:54:17.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:54:17.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:54:17.938Z] Configure a credential helper to remove this warning. See [2021-02-23T00:54:17.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:54:17.938Z] [2021-02-23T00:54:17.938Z] Login Succeeded [2021-02-23T00:54:17.938Z] docker.io [2021-02-23T00:54:18.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T00:54:18.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T00:54:18.804Z] Configure a credential helper to remove this warning. See [2021-02-23T00:54:18.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T00:54:18.804Z] [2021-02-23T00:54:18.804Z] Login Succeeded [2021-02-23T00:54:18.804Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T00:54:18.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T00:54:19.028Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-23T00:54:19.028Z] 0f5331eb53f0ce9101ceed271d621d4ec533effa [2021-02-23T00:54:19.028Z] latest [2021-02-23T00:54:19.028Z] 2.0.0-dev.17 [2021-02-23T00:54:19.028Z] 0f5331eb53f0ce9101ceed271d621d4ec533effa-2.0.0-dev.17 [2021-02-23T00:54:19.028Z] master [2021-02-23T00:54:19.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:19.539Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:19.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa [2021-02-23T00:54:19.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T00:54:19.883Z] ae0e5b8c04df: Preparing [2021-02-23T00:54:19.883Z] 2f8faf7e6bd0: Preparing [2021-02-23T00:54:19.883Z] 7a38db434d04: Preparing [2021-02-23T00:54:19.883Z] 625595d16f7a: Preparing [2021-02-23T00:54:19.883Z] 2124afcba99a: Preparing [2021-02-23T00:54:19.883Z] 379067d0cb53: Preparing [2021-02-23T00:54:19.883Z] 379067d0cb53: Waiting [2021-02-23T00:54:20.483Z] 625595d16f7a: Pushed [2021-02-23T00:54:20.483Z] 2f8faf7e6bd0: Pushed [2021-02-23T00:54:20.483Z] 7a38db434d04: Pushed [2021-02-23T00:54:20.483Z] 379067d0cb53: Layer already exists [2021-02-23T00:54:21.076Z] 2124afcba99a: Pushed [2021-02-23T00:54:23.687Z] ae0e5b8c04df: Pushed [2021-02-23T00:54:23.687Z] 0f5331eb53f0ce9101ceed271d621d4ec533effa: digest: sha256:2f70f08e13cc67fe68d7da13f998bf7c28118852a51a99230a6180e7b3e9bad0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:24.043Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:24.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-23T00:54:24.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T00:54:24.381Z] ae0e5b8c04df: Preparing [2021-02-23T00:54:24.381Z] 2f8faf7e6bd0: Preparing [2021-02-23T00:54:24.381Z] 7a38db434d04: Preparing [2021-02-23T00:54:24.381Z] 625595d16f7a: Preparing [2021-02-23T00:54:24.381Z] 2124afcba99a: Preparing [2021-02-23T00:54:24.381Z] 379067d0cb53: Preparing [2021-02-23T00:54:24.381Z] 379067d0cb53: Waiting [2021-02-23T00:54:24.654Z] 625595d16f7a: Layer already exists [2021-02-23T00:54:24.654Z] 7a38db434d04: Layer already exists [2021-02-23T00:54:24.654Z] ae0e5b8c04df: Layer already exists [2021-02-23T00:54:24.654Z] 2124afcba99a: Layer already exists [2021-02-23T00:54:24.654Z] 2f8faf7e6bd0: Layer already exists [2021-02-23T00:54:24.654Z] 379067d0cb53: Layer already exists [2021-02-23T00:54:24.654Z] latest: digest: sha256:2f70f08e13cc67fe68d7da13f998bf7c28118852a51a99230a6180e7b3e9bad0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:25.004Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:25.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [2021-02-23T00:54:25.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T00:54:25.351Z] ae0e5b8c04df: Preparing [2021-02-23T00:54:25.351Z] 2f8faf7e6bd0: Preparing [2021-02-23T00:54:25.351Z] 7a38db434d04: Preparing [2021-02-23T00:54:25.351Z] 625595d16f7a: Preparing [2021-02-23T00:54:25.351Z] 2124afcba99a: Preparing [2021-02-23T00:54:25.351Z] 379067d0cb53: Preparing [2021-02-23T00:54:25.351Z] 379067d0cb53: Waiting [2021-02-23T00:54:25.628Z] 2f8faf7e6bd0: Layer already exists [2021-02-23T00:54:25.628Z] 625595d16f7a: Layer already exists [2021-02-23T00:54:25.628Z] ae0e5b8c04df: Layer already exists [2021-02-23T00:54:25.628Z] 7a38db434d04: Layer already exists [2021-02-23T00:54:25.628Z] 2124afcba99a: Layer already exists [2021-02-23T00:54:25.628Z] 379067d0cb53: Layer already exists [2021-02-23T00:54:25.628Z] 2.0.0-dev.17: digest: sha256:2f70f08e13cc67fe68d7da13f998bf7c28118852a51a99230a6180e7b3e9bad0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:25.978Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa-2.0.0-dev.17 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:26.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa-2.0.0-dev.17 [2021-02-23T00:54:26.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T00:54:26.320Z] ae0e5b8c04df: Preparing [2021-02-23T00:54:26.320Z] 2f8faf7e6bd0: Preparing [2021-02-23T00:54:26.320Z] 7a38db434d04: Preparing [2021-02-23T00:54:26.320Z] 625595d16f7a: Preparing [2021-02-23T00:54:26.320Z] 2124afcba99a: Preparing [2021-02-23T00:54:26.320Z] 379067d0cb53: Preparing [2021-02-23T00:54:26.320Z] 379067d0cb53: Waiting [2021-02-23T00:54:26.591Z] 2124afcba99a: Layer already exists [2021-02-23T00:54:26.591Z] 7a38db434d04: Layer already exists [2021-02-23T00:54:26.591Z] ae0e5b8c04df: Layer already exists [2021-02-23T00:54:26.591Z] 2f8faf7e6bd0: Layer already exists [2021-02-23T00:54:26.591Z] 625595d16f7a: Layer already exists [2021-02-23T00:54:26.591Z] 379067d0cb53: Layer already exists [2021-02-23T00:54:26.591Z] 0f5331eb53f0ce9101ceed271d621d4ec533effa-2.0.0-dev.17: digest: sha256:2f70f08e13cc67fe68d7da13f998bf7c28118852a51a99230a6180e7b3e9bad0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:26.931Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:27.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-23T00:54:27.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-23T00:54:27.271Z] ae0e5b8c04df: Preparing [2021-02-23T00:54:27.271Z] 2f8faf7e6bd0: Preparing [2021-02-23T00:54:27.271Z] 7a38db434d04: Preparing [2021-02-23T00:54:27.271Z] 625595d16f7a: Preparing [2021-02-23T00:54:27.271Z] 2124afcba99a: Preparing [2021-02-23T00:54:27.271Z] 379067d0cb53: Preparing [2021-02-23T00:54:27.271Z] 379067d0cb53: Waiting [2021-02-23T00:54:27.543Z] 625595d16f7a: Layer already exists [2021-02-23T00:54:27.543Z] 2f8faf7e6bd0: Layer already exists [2021-02-23T00:54:27.543Z] 7a38db434d04: Layer already exists [2021-02-23T00:54:27.543Z] ae0e5b8c04df: Layer already exists [2021-02-23T00:54:27.543Z] 2124afcba99a: Layer already exists [2021-02-23T00:54:27.543Z] 379067d0cb53: Layer already exists [2021-02-23T00:54:27.543Z] master: digest: sha256:2f70f08e13cc67fe68d7da13f998bf7c28118852a51a99230a6180e7b3e9bad0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T00:54:27.732Z] ===================================================== [Pipeline] echo [2021-02-23T00:54:27.779Z] taggedImages: [2021-02-23T00:54:27.779Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa [2021-02-23T00:54:27.779Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-23T00:54:27.779Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.17 [2021-02-23T00:54:27.779Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0f5331eb53f0ce9101ceed271d621d4ec533effa-2.0.0-dev.17 [2021-02-23T00:54:27.779Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-23T00:54:31.276Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:31.851Z] ---> package-listing.sh [2021-02-23T00:54:31.851Z] ++ facter osfamily [2021-02-23T00:54:31.851Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T00:54:31.851Z] + OS_FAMILY=redhat [2021-02-23T00:54:31.851Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-23T00:54:31.851Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T00:54:31.851Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T00:54:31.851Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T00:54:31.851Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T00:54:31.851Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-23T00:54:31.851Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T00:54:31.851Z] + case "${OS_FAMILY}" in [2021-02-23T00:54:31.851Z] + rpm -qa [2021-02-23T00:54:31.851Z] + sort [2021-02-23T00:54:37.160Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T00:54:37.160Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T00:54:37.160Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T00:54:37.160Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-23T00:54:37.160Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-23T00:54:37.160Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-23T00:54:37.174Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T00:54:37.463Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:37.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T00:54:37.768Z] [2021-02-23T00:54:37.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T00:54:38.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T00:54:38.118Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T00:54:38.118Z] df20fa9351a1: Pulling fs layer [2021-02-23T00:54:38.118Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T00:54:38.118Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T00:54:38.118Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T00:54:38.118Z] 93b61091891f: Pulling fs layer [2021-02-23T00:54:38.118Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T00:54:38.118Z] 5e14af77c1be: Pulling fs layer [2021-02-23T00:54:38.118Z] 01666e4c0597: Pulling fs layer [2021-02-23T00:54:38.118Z] aa168da1d23b: Pulling fs layer [2021-02-23T00:54:38.118Z] 93b9cdb0e59b: Waiting [2021-02-23T00:54:38.118Z] aa168da1d23b: Waiting [2021-02-23T00:54:38.118Z] 5e14af77c1be: Waiting [2021-02-23T00:54:38.118Z] 01666e4c0597: Waiting [2021-02-23T00:54:38.118Z] 46f8f816bc3b: Waiting [2021-02-23T00:54:38.118Z] 93b61091891f: Waiting [2021-02-23T00:54:38.118Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T00:54:38.118Z] 36b3adc4ff6f: Download complete [2021-02-23T00:54:38.118Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T00:54:38.118Z] 46f8f816bc3b: Download complete [2021-02-23T00:54:38.118Z] df20fa9351a1: Verifying Checksum [2021-02-23T00:54:38.118Z] df20fa9351a1: Download complete [2021-02-23T00:54:38.118Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T00:54:38.118Z] 93b9cdb0e59b: Download complete [2021-02-23T00:54:38.382Z] 5e14af77c1be: Verifying Checksum [2021-02-23T00:54:38.382Z] 5e14af77c1be: Download complete [2021-02-23T00:54:38.382Z] 93b61091891f: Download complete [2021-02-23T00:54:38.382Z] 01666e4c0597: Verifying Checksum [2021-02-23T00:54:38.382Z] 01666e4c0597: Download complete [2021-02-23T00:54:38.645Z] df20fa9351a1: Pull complete [2021-02-23T00:54:38.645Z] 36b3adc4ff6f: Pull complete [2021-02-23T00:54:38.909Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T00:54:38.910Z] 8ad3a11d3b57: Download complete [2021-02-23T00:54:39.875Z] 8ad3a11d3b57: Pull complete [2021-02-23T00:54:39.875Z] 46f8f816bc3b: Pull complete [2021-02-23T00:54:40.472Z] 93b61091891f: Pull complete [2021-02-23T00:54:40.738Z] aa168da1d23b: Download complete [2021-02-23T00:54:41.001Z] 93b9cdb0e59b: Pull complete [2021-02-23T00:54:41.263Z] 5e14af77c1be: Pull complete [2021-02-23T00:54:41.263Z] 01666e4c0597: Pull complete [2021-02-23T00:54:47.874Z] aa168da1d23b: Pull complete [2021-02-23T00:54:47.874Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T00:54:47.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T00:54:47.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T00:54:48.016Z] prd-centos7-docker-4c-2g-27242 does not seem to be running inside a container [2021-02-23T00:54:48.063Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T00:54:51.451Z] $ docker top 1faf765fe6f170912a01ba608dca83a1291f0512c4404d6e2dc8f567027bb043 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T00:54:51.996Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T00:54:52.296Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T00:54:52.608Z] + ls /var/log/sa-host [2021-02-23T00:54:52.608Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T00:54:52.608Z] file_magic: OK [2021-02-23T00:54:52.608Z] HZ: Using current value: 100 [2021-02-23T00:54:52.608Z] file_header: OK [2021-02-23T00:54:52.608Z] 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-23T00:54:52.608Z] Statistics: [2021-02-23T00:54:52.608Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T00:54:52.608Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T00:54:52.874Z] provisioning config files... [2021-02-23T00:54:52.902Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6506361075042790143tmp [Pipeline] { [Pipeline] echo [2021-02-23T00:54:52.971Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:53.265Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T00:54:53.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T00:54:53.372Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:53.668Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T00:54:53.680Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:53.978Z] ---> sudo-logs.sh [2021-02-23T00:54:53.978Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T00:54:54.043Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:54.345Z] ---> job-cost.sh [2021-02-23T00:54:54.346Z] lf-activate-venv: SKIPPING [2021-02-23T00:54:54.346Z] INFO: No Stack... [2021-02-23T00:54:55.291Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T00:54:55.868Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T00:54:55.882Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T00:54:56.185Z] ---> logs-deploy.sh [2021-02-23T00:54:56.185Z] lf-activate-venv: SKIPPING [2021-02-23T00:54:56.185Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/83 [2021-02-23T00:54:56.185Z] INFO: archiving workspace using pattern(s): [2021-02-23T00:54:57.579Z] Archives upload complete. [2021-02-23T00:54:57.841Z] INFO: archiving logs to Nexus