Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ee6a915f0da87ac859f0375cd81210a85b62227 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25529 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/349 [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/edgex-go.git > git init /w/workspace/edgex-go/349 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9ee6a915f0da87ac859f0375cd81210a85b62227 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 Commit message: "Merge pull request #3145 from weichou1229/issue-3131" > git rev-list --no-walk 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T09:29:18.121Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T09:29:18.482Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T09:29:18.585Z] ========================================================= [2021-02-08T09:29:18.585Z] EdgeX Global Pipelines Version Info [2021-02-08T09:29:18.585Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:29:20.084Z] ------------------- [2021-02-08T09:29:20.084Z] stable info: [2021-02-08T09:29:20.084Z] ------------------- [2021-02-08T09:29:20.084Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:29:20.084Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:29:20.084Z] Message: update stable to v1.0.179 [2021-02-08T09:29:21.030Z] ------------------- [2021-02-08T09:29:21.030Z] experimental info: [2021-02-08T09:29:21.030Z] ------------------- [2021-02-08T09:29:21.030Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T09:29:21.030Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T09:29:21.030Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T09:29:21.279Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-08T09:29:21.372Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-08T09:29:21.454Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T09:29:21.535Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T09:29:21.638Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T09:29:21.722Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T09:29:21.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T09:29:21.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-08T09:29:21.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-08T09:29:22.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-08T09:29:22.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T09:29:22.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T09:29:22.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T09:29:22.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T09:29:22.497Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:29:22.577Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-08T09:29:22.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T09:29:22.783Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T09:29:22.862Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T09:29:22.940Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-08T09:29:23.024Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-08T09:29:23.124Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T09:29:23.203Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T09:29:23.285Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-08T09:29:23.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-08T09:29:23.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-08T09:29:23.544Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] echo [2021-02-08T09:29:23.622Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ee6a91 [Pipeline] echo [2021-02-08T09:29:23.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:29:23.865Z] provisioning config files... [2021-02-08T09:29:23.896Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/349@tmp/config3598091646864005028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:29:24.263Z] ---> docker-login.sh [2021-02-08T09:29:24.263Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:29:24.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:29:24.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:29:24.533Z] Configure a credential helper to remove this warning. See [2021-02-08T09:29:24.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:29:24.533Z] [2021-02-08T09:29:24.533Z] Login Succeeded [2021-02-08T09:29:24.797Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:29:24.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:29:24.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:29:24.797Z] Configure a credential helper to remove this warning. See [2021-02-08T09:29:24.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:29:24.797Z] [2021-02-08T09:29:24.797Z] Login Succeeded [2021-02-08T09:29:24.797Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:29:25.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:29:25.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:29:25.059Z] Configure a credential helper to remove this warning. See [2021-02-08T09:29:25.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:29:25.059Z] [2021-02-08T09:29:25.059Z] Login Succeeded [2021-02-08T09:29:25.059Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:29:25.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:29:25.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:29:25.321Z] Configure a credential helper to remove this warning. See [2021-02-08T09:29:25.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:29:25.321Z] [2021-02-08T09:29:25.321Z] Login Succeeded [2021-02-08T09:29:25.321Z] docker.io [2021-02-08T09:29:25.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:29:25.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:29:25.583Z] Configure a credential helper to remove this warning. See [2021-02-08T09:29:25.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:29:25.583Z] [2021-02-08T09:29:25.583Z] Login Succeeded [2021-02-08T09:29:25.583Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:29:25.593Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:29:26.077Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/core-command/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/core-data/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-08T09:29:26.077Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-08T09:29:26.077Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-08T09:29:26.077Z] ++ cut -d/ -f2 [2021-02-08T09:29:26.077Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-08T09:29:26.184Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:29:26.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:29:26.982Z] [2021-02-08T09:29:26.982Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:29:27.334Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:29:27.334Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T09:29:27.334Z] 31603596830f: Pulling fs layer [2021-02-08T09:29:27.334Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T09:29:27.334Z] 6ca5941a6612: Pulling fs layer [2021-02-08T09:29:27.334Z] ecc8261a40a4: Pulling fs layer [2021-02-08T09:29:27.334Z] ecc8261a40a4: Waiting [2021-02-08T09:29:27.334Z] 2a8b12db71e7: Download complete [2021-02-08T09:29:27.334Z] 31603596830f: Verifying Checksum [2021-02-08T09:29:27.334Z] 31603596830f: Download complete [2021-02-08T09:29:27.596Z] ecc8261a40a4: Verifying Checksum [2021-02-08T09:29:27.596Z] ecc8261a40a4: Download complete [2021-02-08T09:29:27.596Z] 6ca5941a6612: Verifying Checksum [2021-02-08T09:29:27.596Z] 6ca5941a6612: Download complete [2021-02-08T09:29:27.858Z] 31603596830f: Pull complete [2021-02-08T09:29:28.122Z] 2a8b12db71e7: Pull complete [2021-02-08T09:29:29.080Z] 6ca5941a6612: Pull complete [2021-02-08T09:29:29.080Z] ecc8261a40a4: Pull complete [2021-02-08T09:29:29.080Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T09:29:29.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:29:29.080Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T09:29:29.194Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:29:29.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:29:31.768Z] $ docker top a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:29:32.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:29:32.102Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:29:32.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:29:32.337Z] $ docker exec a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 ssh-agent [2021-02-08T09:29:32.504Z] SSH_AUTH_SOCK=/tmp/ssh-DEPlXEFO9lqD/agent.12 [2021-02-08T09:29:32.504Z] SSH_AGENT_PID=17 [2021-02-08T09:29:32.516Z] Running ssh-add (command line suppressed) [2021-02-08T09:29:32.641Z] Identity added: /w/workspace/edgex-go/349@tmp/private_key_8485249067352011375.key (/w/workspace/edgex-go/349@tmp/private_key_8485249067352011375.key) [2021-02-08T09:29:32.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:29:33.025Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T09:29:33.049Z] $ docker exec --env ******** --env ******** a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 ssh-agent -k [2021-02-08T09:29:33.167Z] unset SSH_AUTH_SOCK; [2021-02-08T09:29:33.167Z] unset SSH_AGENT_PID; [2021-02-08T09:29:33.167Z] echo Agent pid 17 killed; [2021-02-08T09:29:33.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T09:29:33.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:29:33.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:29:33.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:29:33.563Z] $ docker exec a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 ssh-agent [2021-02-08T09:29:33.729Z] SSH_AUTH_SOCK=/tmp/ssh-yIXpj6kiF3kU/agent.46 [2021-02-08T09:29:33.729Z] SSH_AGENT_PID=51 [2021-02-08T09:29:33.735Z] Running ssh-add (command line suppressed) [2021-02-08T09:29:33.854Z] Identity added: /w/workspace/edgex-go/349@tmp/private_key_8899910510348132583.key (/w/workspace/edgex-go/349@tmp/private_key_8899910510348132583.key) [2021-02-08T09:29:33.910Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:29:34.240Z] + git semver init [2021-02-08T09:29:34.240Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:29:34.240Z] # $GIT_DIR = /w/workspace/edgex-go/349/.git [2021-02-08T09:29:34.240Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/349 [2021-02-08T09:29:34.240Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:29:34.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:29:34.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:29:34.240Z] # $SEMVER_BRANCH = master [2021-02-08T09:29:34.240Z] # $SEMVER_TEMP = /tmp/semver-801308698 [2021-02-08T09:29:34.240Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-08T09:29:56.285Z] # '/tmp/semver-801308698' -> '/w/workspace/edgex-go/349/.semver' [2021-02-08T09:29:56.285Z] # -> Force: false [2021-02-08T09:29:56.285Z] # $SEMVER_DIR = /w/workspace/edgex-go/349/.semver [Pipeline] } [2021-02-08T09:29:56.306Z] $ docker exec --env ******** --env ******** a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 ssh-agent -k [2021-02-08T09:29:56.647Z] unset SSH_AUTH_SOCK; [2021-02-08T09:29:56.647Z] unset SSH_AGENT_PID; [2021-02-08T09:29:56.647Z] echo Agent pid 51 killed; [2021-02-08T09:29:56.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:29:57.237Z] + git semver [Pipeline] } [2021-02-08T09:29:57.258Z] $ docker stop --time=1 a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 [2021-02-08T09:29:58.937Z] $ docker rm -f a497c430b696bd31b6df9b9ccca2c159f3e0096f2c6557a4810dbd97d5b9c555 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:29:59.479Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T09:30:00.043Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T09:30:00.046Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.84 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T09:30:01.027Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:30:01.339Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:30:01.641Z] + sudo service docker restart [2021-02-08T09:30:01.641Z] + true [2021-02-08T09:30:01.641Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-08T09:30:02.639Z] ========================================================= [2021-02-08T09:30:02.639Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T09:30:02.639Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:30:03.022Z] + 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-08T09:30:07.285Z] Sending build context to Docker daemon 327.7MB [2021-02-08T09:30:07.285Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:30:07.285Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:30:07.559Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T09:30:07.559Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T09:30:07.559Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T09:30:07.559Z] de9db76c5a1d: Pulling fs layer [2021-02-08T09:30:07.559Z] bca2f99d35d6: Pulling fs layer [2021-02-08T09:30:07.559Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T09:30:07.559Z] 7c6f9722023f: Pulling fs layer [2021-02-08T09:30:07.559Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T09:30:07.559Z] bca2f99d35d6: Waiting [2021-02-08T09:30:07.559Z] 93359f2a8cfa: Waiting [2021-02-08T09:30:07.559Z] 7c6f9722023f: Waiting [2021-02-08T09:30:07.559Z] a35cf1a2eb13: Waiting [2021-02-08T09:30:07.559Z] de9db76c5a1d: Verifying Checksum [2021-02-08T09:30:07.559Z] de9db76c5a1d: Download complete [2021-02-08T09:30:07.559Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T09:30:07.559Z] 0ef7d3d256c8: Download complete [2021-02-08T09:30:07.559Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T09:30:07.559Z] 93359f2a8cfa: Download complete [2021-02-08T09:30:07.559Z] 7c6f9722023f: Verifying Checksum [2021-02-08T09:30:07.559Z] 7c6f9722023f: Download complete [2021-02-08T09:30:07.841Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T09:30:07.841Z] 188c0c94c7c5: Download complete [2021-02-08T09:30:08.119Z] 188c0c94c7c5: Pull complete [2021-02-08T09:30:08.391Z] 0ef7d3d256c8: Pull complete [2021-02-08T09:30:08.661Z] de9db76c5a1d: Pull complete [2021-02-08T09:30:09.622Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T09:30:09.622Z] a35cf1a2eb13: Download complete [2021-02-08T09:30:10.201Z] bca2f99d35d6: Verifying Checksum [2021-02-08T09:30:10.201Z] bca2f99d35d6: Download complete [2021-02-08T09:30:15.532Z] Still waiting to schedule task [2021-02-08T09:30:15.532Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-08T09:30:16.867Z] bca2f99d35d6: Pull complete [2021-02-08T09:30:16.867Z] 93359f2a8cfa: Pull complete [2021-02-08T09:30:16.867Z] 7c6f9722023f: Pull complete [2021-02-08T09:30:21.109Z] a35cf1a2eb13: Pull complete [2021-02-08T09:30:21.109Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T09:30:21.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T09:30:21.109Z] ---> a62c8e92a672 [2021-02-08T09:30:21.109Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-08T09:30:21.109Z] ---> Running in 72c4ed3ced4a [2021-02-08T09:30:21.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:30:22.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:30:23.212Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T09:30:23.474Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:30:23.737Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:30:23.737Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:30:36.001Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:30:36.001Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:30:36.001Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:30:36.001Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:30:36.001Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:30:36.001Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:30:36.001Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:30:36.001Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:30:36.001Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:30:36.001Z] OK: 233 MiB in 51 packages [2021-02-08T09:30:38.562Z] Removing intermediate container 72c4ed3ced4a [2021-02-08T09:30:38.562Z] ---> 1c08324da501 [2021-02-08T09:30:38.562Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:30:38.826Z] ---> Running in 4eba8ee56a1a [2021-02-08T09:30:38.826Z] Removing intermediate container 4eba8ee56a1a [2021-02-08T09:30:38.826Z] ---> 1ff7890a0ef4 [2021-02-08T09:30:38.826Z] Step 5/6 : COPY go.mod . [2021-02-08T09:30:39.088Z] ---> f908960411c7 [2021-02-08T09:30:39.088Z] Step 6/6 : RUN go mod download [2021-02-08T09:30:39.355Z] ---> Running in 3faaab5bd584 [2021-02-08T09:31:01.387Z] Removing intermediate container 3faaab5bd584 [2021-02-08T09:31:01.387Z] ---> bd054861f93d [2021-02-08T09:31:01.387Z] Successfully built bd054861f93d [2021-02-08T09:31:01.387Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:31:01.717Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:31:01.717Z] . [Pipeline] withDockerContainer [2021-02-08T09:31:01.822Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:31:01.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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 ******** ci-base-image-x86_64 cat [2021-02-08T09:31:02.668Z] $ docker top e128e1c07274c41f04c8ea4b344587cf0d2e9bd3578f23c20ec021282fff0572 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:31:03.167Z] + go version [2021-02-08T09:31:03.168Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T09:31:03.184Z] $ docker stop --time=1 e128e1c07274c41f04c8ea4b344587cf0d2e9bd3578f23c20ec021282fff0572 [2021-02-08T09:31:04.555Z] $ docker rm -f e128e1c07274c41f04c8ea4b344587cf0d2e9bd3578f23c20ec021282fff0572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:31:05.341Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T09:31:05.341Z] . [Pipeline] withDockerContainer [2021-02-08T09:31:05.446Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:31:05.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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 ******** ci-base-image-x86_64 cat [2021-02-08T09:31:06.263Z] $ docker top 6c25d922e1d9dc170cc123faaceac5138977ed6fa8e94220a58bfe3cd24e5c4e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T09:31:06.488Z] ========================================================= [2021-02-08T09:31:06.488Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-08T09:31:06.488Z] ========================================================= [Pipeline] sh [2021-02-08T09:31:06.782Z] + make test [2021-02-08T09:31:06.782Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-08T09:31:16.999Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-08T09:31:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-08T09:31:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-08T09:31:38.732Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-08T09:31:38.732Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-08T09:31:38.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-08T09:31:40.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-08T09:31:40.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-08T09:31:40.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-08T09:31:40.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-08T09:31:40.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-08T09:31:41.339Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-08T09:31:43.934Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-08T09:31:43.934Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-08T09:31:43.934Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-08T09:31:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 45.6% of statements [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-08T09:31:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-08T09:31:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-08T09:31:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-08T09:31:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-08T09:31:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-08T09:31:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 65.8% of statements [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-08T09:31:50.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-08T09:31:50.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-08T09:31:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.380s coverage: 28.6% of statements [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-08T09:31:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-08T09:31:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-08T09:31:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-02-08T09:31:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-08T09:31:52.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2021-02-08T09:31:52.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-08T09:31:52.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-08T09:31:52.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-08T09:31:52.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-08T09:31:52.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-08T09:31:52.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.454s coverage: 92.8% of statements [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-08T09:31:55.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-02-08T09:31:55.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements [2021-02-08T09:31:55.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-02-08T09:32:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements [2021-02-08T09:32:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 68.9% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.088s coverage: 87.7% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-08T09:32:20.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-08T09:32:20.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-08T09:32:20.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-08T09:32:20.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-08T09:32:20.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-08T09:32:20.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-08T09:32:20.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-02-08T09:32:20.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-08T09:32:20.493Z] GO111MODULE=on go vet ./... [2021-02-08T09:32:47.276Z] gofmt -l . [2021-02-08T09:32:47.540Z] [ "`gofmt -l .`" = "" ] [2021-02-08T09:32:48.511Z] ./bin/test-go-mod-tidy.sh [2021-02-08T09:32:49.095Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-08T09:32:50.313Z] + ls -al . [2021-02-08T09:32:50.314Z] total 696 [2021-02-08T09:32:50.314Z] drwxrwxr-x 10 1001 1001 4096 Feb 8 09:32 . [2021-02-08T09:32:50.314Z] drwxr-xr-x 4 root root 32 Feb 8 09:31 .. [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 11 Feb 8 09:29 .dockerignore [2021-02-08T09:32:50.314Z] drwxrwxr-x 8 1001 1001 162 Feb 8 09:29 .git [2021-02-08T09:32:50.314Z] drwxrwxr-x 3 1001 1001 125 Feb 8 09:29 .github [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 872 Feb 8 09:29 .gitignore [2021-02-08T09:32:50.314Z] drwx------ 3 1001 1001 45 Feb 8 09:29 .semver [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 09:29 .sonarcloud.properties [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 7859 Feb 8 09:29 Attribution.txt [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 09:29 CONTRIBUTING.md [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 931 Feb 8 09:29 Dockerfile.build [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 863 Feb 8 09:29 Jenkinsfile [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 09:29 LICENSE [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 6001 Feb 8 09:29 Makefile [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 6524 Feb 8 09:29 README.md [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 6755 Feb 8 09:29 SECURITY.md [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 12 Feb 8 09:29 VERSION [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 4131 Feb 8 09:29 ZMQWindows.md [2021-02-08T09:32:50.314Z] drwxrwxr-x 2 1001 1001 117 Feb 8 09:29 bin [2021-02-08T09:32:50.314Z] drwxrwxr-x 15 1001 1001 4096 Feb 8 09:29 cmd [2021-02-08T09:32:50.314Z] -rw-r--r-- 1 root root 590503 Feb 8 09:32 coverage.out [2021-02-08T09:32:50.314Z] -rw-r--r-- 1 root root 1054 Feb 8 09:32 go.mod [2021-02-08T09:32:50.314Z] -rw-r--r-- 1 root root 19290 Feb 8 09:32 go.sum [2021-02-08T09:32:50.314Z] drwxrwxr-x 8 1001 1001 127 Feb 8 09:29 internal [2021-02-08T09:32:50.314Z] drwxrwxr-x 4 1001 1001 26 Feb 8 09:29 openapi [2021-02-08T09:32:50.314Z] drwxrwxr-x 4 1001 1001 71 Feb 8 09:29 snap [2021-02-08T09:32:50.314Z] -rw-rw-r-- 1 1001 1001 168 Feb 8 09:29 version.go [Pipeline] sh [2021-02-08T09:32:50.629Z] + '[' -e coverage.out ] [2021-02-08T09:32:50.629Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-08T09:32:50.891Z] Stashed 1 file(s) [Pipeline] sh [2021-02-08T09:32:51.188Z] + make build [2021-02-08T09:32:51.188Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T09:32:51.302Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25539 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-08T09:32:51.357Z] Running in /w/workspace/edgex-go/349 [Pipeline] { [Pipeline] checkout [2021-02-08T09:32:55.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T09:32:56.081Z] using credential edgex-jenkins-ssh [2021-02-08T09:32:56.139Z] Cloning the remote Git repository [2021-02-08T09:32:56.202Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:32:56.304Z] > git init /w/workspace/edgex-go/349 # timeout=10 [2021-02-08T09:32:56.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:32:56.371Z] > git --version # timeout=10 [2021-02-08T09:32:56.393Z] > git --version # 'git version 2.17.1' [2021-02-08T09:32:56.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:32:56.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:33:03.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T09:33:05.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T09:33:07.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T09:33:07.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-08T09:33:09.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T09:33:11.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T09:33:12.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T09:33:13.626Z] Checking out Revision 9ee6a915f0da87ac859f0375cd81210a85b62227 (master) [2021-02-08T09:33:12.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:33:12.843Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T09:33:12.872Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-08T09:33:12.958Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-08T09:33:12.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T09:33:12.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T09:33:13.646Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T09:33:13.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T09:33:15.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-08T09:33:13.662Z] > git checkout -f 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 [2021-02-08T09:33:16.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-08T09:33:17.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-08T09:33:18.209Z] Commit message: "Merge pull request #3145 from weichou1229/issue-3131" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2021-02-08T09:33:19.347Z] $ docker stop --time=1 6c25d922e1d9dc170cc123faaceac5138977ed6fa8e94220a58bfe3cd24e5c4e [2021-02-08T09:33:19.623Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-08T09:33:21.011Z] $ docker rm -f 6c25d922e1d9dc170cc123faaceac5138977ed6fa8e94220a58bfe3cd24e5c4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-08T09:33:21.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T09:33:22.270Z] + true [2021-02-08T09:33:22.270Z] + sudo service docker restart [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-02-08T09:33:24.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:33:24.327Z] [2021-02-08T09:33:24.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] wrap [2021-02-08T09:33:24.343Z] provisioning config files... [2021-02-08T09:33:24.387Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/349@tmp/config8478406429944116001tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:33:24.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:33:24.725Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-08T09:33:24.725Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-08T09:33:24.725Z] ca9280d653b3: Pulling fs layer [2021-02-08T09:33:24.725Z] 7e9c9ca2126c: Pulling fs layer [2021-02-08T09:33:24.725Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-08T09:33:24.725Z] cbdbe7a5bc2a: Download complete [2021-02-08T09:33:24.867Z] ---> docker-login.sh [2021-02-08T09:33:24.867Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:33:25.304Z] cbdbe7a5bc2a: Pull complete [2021-02-08T09:33:25.567Z] ca9280d653b3: Verifying Checksum [2021-02-08T09:33:25.567Z] ca9280d653b3: Download complete [2021-02-08T09:33:25.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:33:26.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:33:26.130Z] Configure a credential helper to remove this warning. See [2021-02-08T09:33:26.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:33:26.130Z] [2021-02-08T09:33:26.130Z] Login Succeeded [2021-02-08T09:33:26.130Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:33:26.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:33:26.518Z] ca9280d653b3: Pull complete [2021-02-08T09:33:26.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:33:26.679Z] Configure a credential helper to remove this warning. See [2021-02-08T09:33:26.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:33:26.679Z] [2021-02-08T09:33:26.679Z] Login Succeeded [2021-02-08T09:33:26.679Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:33:26.788Z] 7e9c9ca2126c: Verifying Checksum [2021-02-08T09:33:26.788Z] 7e9c9ca2126c: Download complete [2021-02-08T09:33:26.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:33:27.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:33:27.227Z] Configure a credential helper to remove this warning. See [2021-02-08T09:33:27.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:33:27.227Z] [2021-02-08T09:33:27.227Z] Login Succeeded [2021-02-08T09:33:27.227Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:33:27.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:33:27.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:33:27.500Z] Configure a credential helper to remove this warning. See [2021-02-08T09:33:27.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:33:27.500Z] [2021-02-08T09:33:27.500Z] Login Succeeded [2021-02-08T09:33:27.500Z] docker.io [2021-02-08T09:33:28.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:33:28.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:33:28.367Z] Configure a credential helper to remove this warning. See [2021-02-08T09:33:28.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:33:28.367Z] [2021-02-08T09:33:28.367Z] Login Succeeded [2021-02-08T09:33:28.367Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:33:28.386Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-08T09:33:28.841Z] ========================================================= [2021-02-08T09:33:28.842Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T09:33:28.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:29.214Z] + 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-08T09:33:31.850Z] Sending build context to Docker daemon 166.2MB [2021-02-08T09:33:31.850Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T09:33:31.850Z] Step 2/6 : FROM ${BASE} [2021-02-08T09:33:31.850Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T09:33:31.850Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T09:33:31.850Z] a4357932f1b6: Pulling fs layer [2021-02-08T09:33:31.850Z] 18c013af1878: Pulling fs layer [2021-02-08T09:33:31.850Z] 00ac8860ef70: Pulling fs layer [2021-02-08T09:33:31.850Z] 63d7cb157983: Pulling fs layer [2021-02-08T09:33:31.850Z] b116817d02f9: Pulling fs layer [2021-02-08T09:33:31.850Z] 745a02a5169b: Pulling fs layer [2021-02-08T09:33:31.850Z] 63d7cb157983: Waiting [2021-02-08T09:33:31.850Z] 00ac8860ef70: Waiting [2021-02-08T09:33:31.850Z] b116817d02f9: Waiting [2021-02-08T09:33:31.850Z] 745a02a5169b: Waiting [2021-02-08T09:33:31.850Z] 18c013af1878: Verifying Checksum [2021-02-08T09:33:31.850Z] 18c013af1878: Download complete [2021-02-08T09:33:31.850Z] a4357932f1b6: Verifying Checksum [2021-02-08T09:33:31.850Z] a4357932f1b6: Download complete [2021-02-08T09:33:31.850Z] 63d7cb157983: Download complete [2021-02-08T09:33:31.850Z] b116817d02f9: Download complete [2021-02-08T09:33:31.850Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T09:33:31.850Z] 5f621e34cdf4: Download complete [2021-02-08T09:33:32.459Z] 5f621e34cdf4: Pull complete [2021-02-08T09:33:33.064Z] a4357932f1b6: Pull complete [2021-02-08T09:33:33.440Z] 7e9c9ca2126c: Pull complete [2021-02-08T09:33:33.440Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-08T09:33:33.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:33:33.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-08T09:33:33.636Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:33:33.662Z] 18c013af1878: Pull complete [2021-02-08T09:33:33.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T09:33:34.643Z] 745a02a5169b: Verifying Checksum [2021-02-08T09:33:34.644Z] 745a02a5169b: Download complete [2021-02-08T09:33:35.620Z] 00ac8860ef70: Verifying Checksum [2021-02-08T09:33:35.620Z] 00ac8860ef70: Download complete [2021-02-08T09:33:36.590Z] $ docker top dcc2b7101b59b1a5967e09e51e293e85a6526ab91b36e6f26c5126daeebb5da2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:33:37.065Z] + docker-compose build --help [2021-02-08T09:33:37.065Z] + grep parallel [2021-02-08T09:33:38.043Z] --parallel Build images in parallel. [Pipeline] } [2021-02-08T09:33:38.073Z] $ docker stop --time=1 dcc2b7101b59b1a5967e09e51e293e85a6526ab91b36e6f26c5126daeebb5da2 [2021-02-08T09:33:39.476Z] $ docker rm -f dcc2b7101b59b1a5967e09e51e293e85a6526ab91b36e6f26c5126daeebb5da2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:33:40.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-08T09:33:40.191Z] . [Pipeline] withDockerContainer [2021-02-08T09:33:40.323Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:33:40.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-08T09:33:41.112Z] $ docker top e50f0d5759fb0dc650e1ab96835c1a260ce26202386e61b931adb1b0044fc07b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:33:41.618Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T09:33:43.023Z] Building docker-core-command-go ... [2021-02-08T09:33:43.023Z] Building docker-core-data-go ... [2021-02-08T09:33:43.023Z] Building docker-core-metadata-go ... [2021-02-08T09:33:43.023Z] Building docker-security-bootstrapper-go ... [2021-02-08T09:33:43.023Z] Building docker-security-proxy-setup-go ... [2021-02-08T09:33:43.023Z] Building docker-security-secretstore-setup-go ... [2021-02-08T09:33:43.023Z] Building docker-support-notifications-go ... [2021-02-08T09:33:43.023Z] Building docker-support-scheduler-go ... [2021-02-08T09:33:43.023Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T09:33:43.023Z] Building docker-sys-mgmt-agent-go [2021-02-08T09:33:43.023Z] Building docker-core-command-go [2021-02-08T09:33:43.023Z] Building docker-core-data-go [2021-02-08T09:33:43.023Z] Building docker-security-bootstrapper-go [2021-02-08T09:33:43.023Z] Building docker-support-notifications-go [2021-02-08T09:33:45.767Z] 00ac8860ef70: Pull complete [2021-02-08T09:33:45.767Z] 63d7cb157983: Pull complete [2021-02-08T09:33:45.767Z] b116817d02f9: Pull complete [2021-02-08T09:33:48.380Z] 745a02a5169b: Pull complete [2021-02-08T09:33:48.380Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T09:33:48.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T09:33:48.380Z] ---> b7e6874047d6 [2021-02-08T09:33:48.380Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-08T09:33:51.796Z] ---> Running in f6b7e4c9fbb9 [2021-02-08T09:33:53.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:33:53.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:33:54.418Z] (1/12) Installing libmagic (5.38-r0) [2021-02-08T09:33:54.687Z] (2/12) Installing file (5.38-r0) [2021-02-08T09:33:54.958Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-08T09:33:54.958Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-08T09:34:07.333Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-08T09:34:07.605Z] (6/12) Installing patch (2.7.6-r6) [2021-02-08T09:34:07.605Z] (7/12) Installing build-base (0.5-r2) [2021-02-08T09:34:07.605Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-08T09:34:07.879Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-08T09:34:07.879Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-08T09:34:07.879Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-08T09:34:08.159Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-08T09:34:08.159Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:34:08.159Z] OK: 217 MiB in 51 packages [2021-02-08T09:34:12.472Z] Removing intermediate container f6b7e4c9fbb9 [2021-02-08T09:34:12.472Z] ---> 9c5fa473bd6a [2021-02-08T09:34:12.472Z] Step 4/6 : WORKDIR /edgex-go [2021-02-08T09:34:12.472Z] ---> Running in 5d9cc0c05854 [2021-02-08T09:34:13.069Z] Removing intermediate container 5d9cc0c05854 [2021-02-08T09:34:13.069Z] ---> 776189d905d5 [2021-02-08T09:34:13.069Z] Step 5/6 : COPY go.mod . [2021-02-08T09:34:13.680Z] ---> b5d28cd8e2de [2021-02-08T09:34:13.680Z] Step 6/6 : RUN go mod download [2021-02-08T09:34:13.962Z] ---> Running in 5c549bb7ce73 [2021-02-08T09:34:22.166Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:34:22.166Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:34:22.166Z] ---> bd054861f93d [2021-02-08T09:34:22.166Z] Step 3/26 : WORKDIR /edgex-go [2021-02-08T09:34:22.166Z] [2021-02-08T09:34:22.166Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:34:22.166Z] ---> bd054861f93d [2021-02-08T09:34:22.166Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:34:22.166Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:34:22.166Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:34:22.166Z] ---> bd054861f93d [2021-02-08T09:34:22.166Z] Step 3/31 : WORKDIR /edgex-go [2021-02-08T09:34:22.166Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:34:22.166Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:34:22.166Z] ---> bd054861f93d [2021-02-08T09:34:22.166Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:34:22.166Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:34:22.166Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:34:22.166Z] ---> bd054861f93d [2021-02-08T09:34:22.166Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:34:22.166Z] ---> Running in c4549b442be7 [2021-02-08T09:34:22.166Z] ---> Running in 3cc89b434117 [2021-02-08T09:34:22.166Z] ---> Running in 8cd1569cfd51 [2021-02-08T09:34:22.166Z] ---> Running in 111d9f2966b5 [2021-02-08T09:34:22.166Z] ---> Running in 30b199ea7eb7 [2021-02-08T09:34:22.166Z] Removing intermediate container 3cc89b434117 [2021-02-08T09:34:22.166Z] ---> ebe0d7b93738 [2021-02-08T09:34:22.166Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:34:22.166Z] Removing intermediate container 8cd1569cfd51 [2021-02-08T09:34:22.166Z] ---> 8f4570f638d1 [2021-02-08T09:34:22.166Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:34:22.166Z] Removing intermediate container 30b199ea7eb7 [2021-02-08T09:34:22.166Z] ---> 631fbff2ccda [2021-02-08T09:34:22.166Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:34:22.166Z] Removing intermediate container 111d9f2966b5 [2021-02-08T09:34:22.166Z] ---> bbffa54d0e57 [2021-02-08T09:34:22.166Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:34:22.166Z] Removing intermediate container c4549b442be7 [2021-02-08T09:34:22.166Z] ---> 964efad3e8c2 [2021-02-08T09:34:22.166Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:34:22.166Z] ---> Running in db2eeb54864c [2021-02-08T09:34:22.166Z] ---> Running in ac15158d3b54 [2021-02-08T09:34:22.166Z] ---> Running in 7dda1c65a7c2 [2021-02-08T09:34:22.166Z] ---> Running in 705ab7200301 [2021-02-08T09:34:22.166Z] ---> Running in 5c5c6ce447db [2021-02-08T09:34:22.439Z] Removing intermediate container db2eeb54864c [2021-02-08T09:34:22.439Z] ---> 405b9824133a [2021-02-08T09:34:22.439Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T09:34:22.439Z] ---> Running in ef410f8f1511 [2021-02-08T09:34:22.705Z] Removing intermediate container ac15158d3b54 [2021-02-08T09:34:22.705Z] ---> 642bd548dd91 [2021-02-08T09:34:22.705Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-08T09:34:22.705Z] Removing intermediate container 7dda1c65a7c2 [2021-02-08T09:34:22.705Z] ---> b950d3d663b1 [2021-02-08T09:34:22.705Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-08T09:34:22.970Z] ---> Running in 05e5a9fe4547 [2021-02-08T09:34:22.970Z] Removing intermediate container 705ab7200301 [2021-02-08T09:34:22.970Z] ---> 1da583098848 [2021-02-08T09:34:22.970Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:34:22.970Z] ---> Running in b30c235f6ad7 [2021-02-08T09:34:23.233Z] Removing intermediate container 5c5c6ce447db [2021-02-08T09:34:23.233Z] ---> 357415ace1a6 [2021-02-08T09:34:23.233Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-08T09:34:23.233Z] ---> Running in 38a3ded91c3b [2021-02-08T09:34:23.233Z] ---> Running in bbba04f90985 [2021-02-08T09:34:23.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:23.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:24.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:24.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:24.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:24.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:24.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:25.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:25.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:25.139Z] OK: 233 MiB in 51 packages [2021-02-08T09:34:25.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:34:25.668Z] Removing intermediate container ef410f8f1511 [2021-02-08T09:34:25.668Z] ---> 3cf3b4df59b5 [2021-02-08T09:34:25.668Z] Step 6/23 : COPY go.mod . [2021-02-08T09:34:25.930Z] ---> b1f983235101 [2021-02-08T09:34:25.930Z] Step 7/23 : RUN go mod download [2021-02-08T09:34:25.930Z] ---> Running in 7d6bc6052780 [2021-02-08T09:34:26.194Z] OK: 233 MiB in 51 packages [2021-02-08T09:34:26.486Z] OK: 233 MiB in 51 packages [2021-02-08T09:34:26.486Z] OK: 233 MiB in 51 packages [2021-02-08T09:34:26.759Z] Removing intermediate container 38a3ded91c3b [2021-02-08T09:34:26.759Z] ---> f2d18bdf6280 [2021-02-08T09:34:26.759Z] Step 6/23 : COPY go.mod . [2021-02-08T09:34:27.037Z] ---> cd248205a435 [2021-02-08T09:34:27.037Z] Step 7/23 : RUN go mod download [2021-02-08T09:34:27.037Z] Removing intermediate container 05e5a9fe4547 [2021-02-08T09:34:27.037Z] ---> 9540fa23d0ab [2021-02-08T09:34:27.037Z] Step 6/22 : COPY go.mod . [2021-02-08T09:34:27.318Z] OK: 233 MiB in 51 packages [2021-02-08T09:34:27.318Z] ---> Running in 8b803c0b4045 [2021-02-08T09:34:27.318Z] Removing intermediate container b30c235f6ad7 [2021-02-08T09:34:27.318Z] ---> 04aa434a28ec [2021-02-08T09:34:27.318Z] Step 6/31 : COPY go.mod . [2021-02-08T09:34:27.582Z] ---> 1de10e0802b5 [2021-02-08T09:34:27.583Z] Step 7/22 : RUN go mod download [2021-02-08T09:34:27.851Z] ---> c662d5a5d2a6 [2021-02-08T09:34:27.851Z] Step 7/31 : RUN go mod download [2021-02-08T09:34:27.851Z] ---> Running in 0dd23e00c1eb [2021-02-08T09:34:27.851Z] ---> Running in 031f58fa16c7 [2021-02-08T09:34:28.433Z] Removing intermediate container 7d6bc6052780 [2021-02-08T09:34:28.433Z] ---> f20cab93e9e1 [2021-02-08T09:34:28.433Z] Step 8/23 : COPY . . [2021-02-08T09:34:28.433Z] Removing intermediate container bbba04f90985 [2021-02-08T09:34:28.433Z] ---> a43295d8afe4 [2021-02-08T09:34:28.433Z] Step 6/26 : COPY go.mod . [2021-02-08T09:34:30.387Z] ---> a4469b4f8146 [2021-02-08T09:34:30.387Z] Step 7/26 : RUN go mod download [2021-02-08T09:34:32.953Z] ---> Running in 86d7a685aa6c [2021-02-08T09:34:32.953Z] Removing intermediate container 8b803c0b4045 [2021-02-08T09:34:32.953Z] ---> 553b4b8ddf9c [2021-02-08T09:34:32.953Z] Step 8/23 : COPY . . [2021-02-08T09:34:39.600Z] Removing intermediate container 0dd23e00c1eb [2021-02-08T09:34:39.600Z] ---> f77261310586 [2021-02-08T09:34:39.600Z] Step 8/22 : COPY . . [2021-02-08T09:34:40.580Z] Removing intermediate container 031f58fa16c7 [2021-02-08T09:34:40.580Z] ---> 6ef7cf76ea79 [2021-02-08T09:34:40.580Z] Step 8/31 : COPY . . [2021-02-08T09:34:40.800Z] Removing intermediate container 5c549bb7ce73 [2021-02-08T09:34:40.800Z] ---> f8ea3815c97b [2021-02-08T09:34:40.800Z] Successfully built f8ea3815c97b [2021-02-08T09:34:40.800Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:34:41.135Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T09:34:41.135Z] . [Pipeline] withDockerContainer [2021-02-08T09:34:41.410Z] prd-ubuntu18.04-docker-arm64-4c-16g-25539 does not seem to be running inside a container [2021-02-08T09:34:41.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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 ******** ci-base-image-arm64 cat [2021-02-08T09:34:43.082Z] $ docker top 27cc78c8768a5f2943aefae717bf42cc4e7220f60941c1b77d183bd79be04a44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:34:44.082Z] + go version [2021-02-08T09:34:44.082Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T09:34:44.112Z] $ docker stop --time=1 27cc78c8768a5f2943aefae717bf42cc4e7220f60941c1b77d183bd79be04a44 [2021-02-08T09:34:46.125Z] $ docker rm -f 27cc78c8768a5f2943aefae717bf42cc4e7220f60941c1b77d183bd79be04a44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:34:47.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:34:47.306Z] [2021-02-08T09:34:47.306Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:34:47.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:34:48.246Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-08T09:34:48.246Z] 29e5d40040c1: Pulling fs layer [2021-02-08T09:34:48.246Z] 1ce36da41761: Pulling fs layer [2021-02-08T09:34:48.246Z] 25b303627fd3: Pulling fs layer [2021-02-08T09:34:48.246Z] 29e5d40040c1: Verifying Checksum [2021-02-08T09:34:48.246Z] 29e5d40040c1: Download complete [2021-02-08T09:34:48.856Z] 1ce36da41761: Verifying Checksum [2021-02-08T09:34:48.857Z] 1ce36da41761: Download complete [2021-02-08T09:34:48.857Z] 29e5d40040c1: Pull complete [2021-02-08T09:34:50.290Z] 1ce36da41761: Pull complete [2021-02-08T09:34:50.562Z] 25b303627fd3: Download complete [2021-02-08T09:34:52.923Z] Removing intermediate container 86d7a685aa6c [2021-02-08T09:34:52.923Z] ---> 094ce7c8e538 [2021-02-08T09:34:52.923Z] Step 8/26 : COPY . . [2021-02-08T09:35:00.720Z] 25b303627fd3: Pull complete [2021-02-08T09:35:00.720Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-08T09:35:00.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:35:00.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-08T09:35:00.956Z] prd-ubuntu18.04-docker-arm64-4c-16g-25539 does not seem to be running inside a container [2021-02-08T09:35:01.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T09:35:04.296Z] $ docker top 27536b603089f95a222af2c335074fff165c75064838c4ce9b747ffc01e97e6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:35:05.295Z] + grep parallel [2021-02-08T09:35:05.295Z] + docker-compose build --help [2021-02-08T09:35:08.237Z] ---> f08d2786a314 [2021-02-08T09:35:08.237Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-08T09:35:08.237Z] ---> 4665c06339e1 [2021-02-08T09:35:08.237Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-08T09:35:08.678Z] --parallel Build images in parallel. [Pipeline] } [2021-02-08T09:35:08.706Z] $ docker stop --time=1 27536b603089f95a222af2c335074fff165c75064838c4ce9b747ffc01e97e6d [2021-02-08T09:35:10.703Z] $ docker rm -f 27536b603089f95a222af2c335074fff165c75064838c4ce9b747ffc01e97e6d [2021-02-08T09:35:10.902Z] ---> Running in d7ced0b54387 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-08T09:35:11.174Z] ---> Running in 5389391794d4 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:35:11.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-08T09:35:11.525Z] . [Pipeline] withDockerContainer [2021-02-08T09:35:11.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-25539 does not seem to be running inside a container [2021-02-08T09:35:11.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-08T09:35:13.146Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T09:35:13.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T09:35:13.514Z] $ docker top 77cd731fa213919881f9e6b66e19abe515b90d5cc2d0349bc1b3d03aadfe45cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:35:14.568Z] ---> 12f81c3b2ac8 [2021-02-08T09:35:14.569Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-08T09:35:14.569Z] ---> 05a471f2f1d7 [2021-02-08T09:35:14.569Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T09:35:14.625Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-08T09:35:15.556Z] ---> Running in 57cd9be35180 [2021-02-08T09:35:15.556Z] ---> Running in d80840bd639b [2021-02-08T09:35:18.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-08T09:35:18.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T09:35:18.974Z] Building docker-core-command-go ... [2021-02-08T09:35:18.974Z] Building docker-core-data-go ... [2021-02-08T09:35:18.974Z] Building docker-core-metadata-go ... [2021-02-08T09:35:18.974Z] Building docker-security-bootstrapper-go ... [2021-02-08T09:35:18.974Z] Building docker-security-proxy-setup-go ... [2021-02-08T09:35:18.974Z] Building docker-security-secretstore-setup-go ... [2021-02-08T09:35:18.975Z] Building docker-support-notifications-go ... [2021-02-08T09:35:18.975Z] Building docker-support-scheduler-go ... [2021-02-08T09:35:18.975Z] Building docker-sys-mgmt-agent-go ... [2021-02-08T09:35:18.975Z] Building docker-support-notifications-go [2021-02-08T09:35:18.975Z] Building docker-security-secretstore-setup-go [2021-02-08T09:35:18.975Z] Building docker-core-metadata-go [2021-02-08T09:35:18.975Z] Building docker-security-bootstrapper-go [2021-02-08T09:35:18.975Z] Building docker-support-scheduler-go [2021-02-08T09:35:20.901Z] ---> e4b64d7a8dbe [2021-02-08T09:35:20.901Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-08T09:35:20.901Z] ---> Running in 32ec4cd0cd88 [2021-02-08T09:35:21.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-08T09:35:54.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-08T09:35:54.196Z] Removing intermediate container 5389391794d4 [2021-02-08T09:35:54.196Z] ---> 94062966069c [2021-02-08T09:35:54.196Z] [2021-02-08T09:35:54.196Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:35:54.196Z] 3.12: Pulling from library/alpine [2021-02-08T09:35:56.150Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:35:56.150Z] Status: Downloaded newer image for alpine:3.12 [2021-02-08T09:35:56.150Z] ---> 389fef711851 [2021-02-08T09:35:56.150Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:35:57.119Z] ---> Running in e357583cdde3 [2021-02-08T09:36:00.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:00.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:00.486Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:36:00.486Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:00.486Z] OK: 6 MiB in 15 packages [2021-02-08T09:36:04.728Z] Removing intermediate container 32ec4cd0cd88 [2021-02-08T09:36:04.728Z] ---> 37f463771658 [2021-02-08T09:36:04.728Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T09:36:04.728Z] Removing intermediate container d7ced0b54387 [2021-02-08T09:36:04.728Z] ---> 8da53ed49fc2 [2021-02-08T09:36:04.728Z] [2021-02-08T09:36:04.728Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:36:04.728Z] ---> 389fef711851 [2021-02-08T09:36:04.728Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T09:36:04.728Z] Removing intermediate container d80840bd639b [2021-02-08T09:36:04.728Z] ---> fe1ca3d1b561 [2021-02-08T09:36:04.728Z] [2021-02-08T09:36:04.728Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:36:04.728Z] Removing intermediate container 57cd9be35180 [2021-02-08T09:36:04.728Z] ---> 55c4bfafc476 [2021-02-08T09:36:04.728Z] [2021-02-08T09:36:04.728Z] Step 10/31 : FROM alpine:3.12 [2021-02-08T09:36:04.728Z] ---> 389fef711851 [2021-02-08T09:36:04.728Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-08T09:36:04.728Z] ---> 389fef711851 [2021-02-08T09:36:04.728Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-08T09:36:04.728Z] ---> Running in 745ae14e8dd3 [2021-02-08T09:36:04.728Z] ---> Running in 6fd4ee44ed9f [2021-02-08T09:36:04.728Z] ---> Running in 6e981a0e216b [2021-02-08T09:36:04.728Z] ---> Running in e8640c702047 [2021-02-08T09:36:04.728Z] Removing intermediate container e357583cdde3 [2021-02-08T09:36:04.728Z] ---> 7bb065ff6a3d [2021-02-08T09:36:04.728Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:36:04.995Z] Removing intermediate container 6fd4ee44ed9f [2021-02-08T09:36:04.995Z] ---> 22e2cf98ce74 [2021-02-08T09:36:04.995Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T09:36:05.266Z] ---> Running in 03930f7f6da9 [2021-02-08T09:36:05.266Z] Removing intermediate container 6e981a0e216b [2021-02-08T09:36:05.266Z] ---> e8b57906502e [2021-02-08T09:36:05.266Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-08T09:36:05.266Z] ---> Running in a03ecd41c089 [2021-02-08T09:36:05.266Z] ---> Running in 11756d0d6bc5 [2021-02-08T09:36:05.538Z] Removing intermediate container 03930f7f6da9 [2021-02-08T09:36:05.538Z] ---> 670bfc0434df [2021-02-08T09:36:05.538Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-08T09:36:05.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T09:36:05.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:05.820Z] ---> Running in 37dc7ed39266 [2021-02-08T09:36:05.820Z] Removing intermediate container a03ecd41c089 [2021-02-08T09:36:05.820Z] ---> 9f68cd7fb289 [2021-02-08T09:36:05.820Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-08T09:36:05.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:05.820Z] ---> Running in 88d4bf59824c [2021-02-08T09:36:05.949Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:05.949Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:05.949Z] ---> f8ea3815c97b [2021-02-08T09:36:05.949Z] Step 3/31 : WORKDIR /edgex-go [2021-02-08T09:36:05.949Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:05.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:05.949Z] ---> f8ea3815c97b [2021-02-08T09:36:05.949Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:36:05.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:05.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:05.950Z] ---> f8ea3815c97b [2021-02-08T09:36:05.950Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:36:05.950Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:05.950Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:05.950Z] ---> f8ea3815c97b [2021-02-08T09:36:05.950Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T09:36:05.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:05.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:05.950Z] ---> f8ea3815c97b [2021-02-08T09:36:05.950Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:36:06.091Z] Removing intermediate container 37dc7ed39266 [2021-02-08T09:36:06.091Z] ---> ed71753a17cf [2021-02-08T09:36:06.091Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:36:06.091Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-08T09:36:06.091Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:36:06.091Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:06.091Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:36:06.091Z] OK: 6 MiB in 16 packages [2021-02-08T09:36:06.672Z] ---> Running in 657f8ea278cb [2021-02-08T09:36:06.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:06.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:06.672Z] Removing intermediate container 88d4bf59824c [2021-02-08T09:36:06.672Z] ---> 2d987e288b08 [2021-02-08T09:36:06.672Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:06.940Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:36:06.940Z] (2/2) Installing su-exec (0.2-r1) [2021-02-08T09:36:06.940Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:06.940Z] ---> Running in 7e77e3406ee2 [2021-02-08T09:36:06.940Z] OK: 6 MiB in 16 packages [2021-02-08T09:36:06.940Z] Removing intermediate container 657f8ea278cb [2021-02-08T09:36:06.940Z] ---> d23d2cd5e4d8 [2021-02-08T09:36:06.940Z] Step 15/23 : WORKDIR / [2021-02-08T09:36:07.203Z] ---> Running in 445d2200cf4f [2021-02-08T09:36:07.396Z] ---> Running in 88943479b630 [2021-02-08T09:36:07.396Z] ---> Running in 10fc23ea7b63 [2021-02-08T09:36:07.396Z] ---> Running in 2a80dd8176ad [2021-02-08T09:36:07.396Z] ---> Running in 5f25e7f60da4 [2021-02-08T09:36:07.396Z] ---> Running in ce1f3d3b3e06 [2021-02-08T09:36:07.789Z] Removing intermediate container e8640c702047 [2021-02-08T09:36:07.789Z] ---> a8db6c5c4f9b [2021-02-08T09:36:07.789Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:36:08.056Z] ---> Running in 1d6813165408 [2021-02-08T09:36:08.056Z] Removing intermediate container 445d2200cf4f [2021-02-08T09:36:08.056Z] ---> 5889df3cc06a [2021-02-08T09:36:08.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:36:08.321Z] Removing intermediate container 1d6813165408 [2021-02-08T09:36:08.321Z] ---> 50bd13e0be45 [2021-02-08T09:36:08.321Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-08T09:36:08.370Z] Removing intermediate container ce1f3d3b3e06 [2021-02-08T09:36:08.370Z] ---> 581d01919fbf [2021-02-08T09:36:08.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:08.370Z] Removing intermediate container 2a80dd8176ad [2021-02-08T09:36:08.370Z] ---> b8f6c76780f3 [2021-02-08T09:36:08.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:08.370Z] ---> Running in eb71eb228312 [2021-02-08T09:36:08.370Z] Removing intermediate container 88943479b630 [2021-02-08T09:36:08.370Z] ---> b14bd0c9c1c7 [2021-02-08T09:36:08.370Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:08.370Z] Removing intermediate container 10fc23ea7b63 [2021-02-08T09:36:08.370Z] ---> 6bf557c67153 [2021-02-08T09:36:08.370Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:08.584Z] ---> Running in ac3808f07ae3 [2021-02-08T09:36:08.584Z] ---> c8f956dc2cd2 [2021-02-08T09:36:08.584Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T09:36:08.584Z] Removing intermediate container 745ae14e8dd3 [2021-02-08T09:36:08.584Z] ---> d69c42eec7b7 [2021-02-08T09:36:08.584Z] [2021-02-08T09:36:08.584Z] Step 11/26 : FROM docker:20.10.0 [2021-02-08T09:36:08.584Z] Removing intermediate container 11756d0d6bc5 [2021-02-08T09:36:08.584Z] ---> 0bb07b12a3c4 [2021-02-08T09:36:08.584Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-08T09:36:08.584Z] 20.10.0: Pulling from library/docker [2021-02-08T09:36:08.656Z] Removing intermediate container 5f25e7f60da4 [2021-02-08T09:36:08.656Z] ---> dfd3d0d49f05 [2021-02-08T09:36:08.656Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:08.656Z] ---> Running in 1a45c1087d71 [2021-02-08T09:36:08.656Z] ---> Running in 1e4a86e07f80 [2021-02-08T09:36:08.656Z] ---> Running in 91a3af0555c4 [2021-02-08T09:36:08.656Z] ---> Running in 095e742c6bfe [2021-02-08T09:36:09.169Z] ---> Running in 02873db228a4 [2021-02-08T09:36:10.120Z] Removing intermediate container ac3808f07ae3 [2021-02-08T09:36:10.120Z] ---> cf27d3813826 [2021-02-08T09:36:10.120Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:36:10.384Z] Removing intermediate container 7e77e3406ee2 [2021-02-08T09:36:10.384Z] ---> e9d3586472e0 [2021-02-08T09:36:10.384Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-08T09:36:10.384Z] ---> Running in 87fc89f3e12d [2021-02-08T09:36:10.680Z] Removing intermediate container 02873db228a4 [2021-02-08T09:36:10.680Z] ---> 5019ad03d9d3 [2021-02-08T09:36:10.680Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-08T09:36:10.680Z] ---> daf95dd3b8f5 [2021-02-08T09:36:10.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T09:36:11.356Z] ---> Running in a191a6778381 [2021-02-08T09:36:11.356Z] ---> Running in 5b0bc66ed89a [2021-02-08T09:36:11.356Z] Removing intermediate container 87fc89f3e12d [2021-02-08T09:36:11.356Z] ---> 12f92deb3de7 [2021-02-08T09:36:11.356Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:36:11.655Z] ---> 368c96165523 [2021-02-08T09:36:11.655Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-08T09:36:11.655Z] ---> Running in db97c7d4a5aa [2021-02-08T09:36:12.036Z] Removing intermediate container 5b0bc66ed89a [2021-02-08T09:36:12.036Z] ---> 7ec31dfc7704 [2021-02-08T09:36:12.036Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-08T09:36:12.036Z] ---> 49df7f63153f [2021-02-08T09:36:12.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T09:36:12.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:12.036Z] ---> Running in ff5401268bf2 [2021-02-08T09:36:12.036Z] Removing intermediate container db97c7d4a5aa [2021-02-08T09:36:12.036Z] ---> 6bc50af2133a [2021-02-08T09:36:12.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:36:12.076Z] Removing intermediate container eb71eb228312 [2021-02-08T09:36:12.076Z] ---> 705aa0dcf76f [2021-02-08T09:36:12.076Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-08T09:36:12.076Z] ---> Running in 3caf74648e77 [2021-02-08T09:36:12.407Z] ---> Running in 3fa5425a6ead [2021-02-08T09:36:12.680Z] Removing intermediate container 3fa5425a6ead [2021-02-08T09:36:12.680Z] ---> 13209076234f [2021-02-08T09:36:12.680Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:36:12.691Z] Removing intermediate container 1a45c1087d71 [2021-02-08T09:36:12.692Z] ---> c7d294ce9131 [2021-02-08T09:36:12.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-08T09:36:12.692Z] Removing intermediate container 91a3af0555c4 [2021-02-08T09:36:12.692Z] ---> 72d66b752866 [2021-02-08T09:36:12.692Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:36:12.692Z] Removing intermediate container 095e742c6bfe [2021-02-08T09:36:12.692Z] ---> f02a57a16ae7 [2021-02-08T09:36:12.692Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-08T09:36:12.957Z] ---> Running in 1b90e83de71d [2021-02-08T09:36:12.976Z] ---> Running in 42727d45bb84 [2021-02-08T09:36:12.976Z] ---> Running in e2a88b51d132 [2021-02-08T09:36:12.976Z] ---> Running in dd1c905192db [2021-02-08T09:36:13.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:13.232Z] ---> 3afea4e0384b [2021-02-08T09:36:13.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T09:36:13.251Z] Removing intermediate container 1e4a86e07f80 [2021-02-08T09:36:13.251Z] ---> fd8ebd44a046 [2021-02-08T09:36:13.251Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-08T09:36:13.502Z] Removing intermediate container 1b90e83de71d [2021-02-08T09:36:13.502Z] ---> 400822ef087f [2021-02-08T09:36:13.502Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:36:13.548Z] ---> Running in e56cf1618c5c [2021-02-08T09:36:13.773Z] ---> Running in c893346a88b4 [2021-02-08T09:36:13.773Z] ---> cb20293b1580 [2021-02-08T09:36:13.773Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-08T09:36:13.773Z] ---> Running in f2ffa9b538a0 [2021-02-08T09:36:14.048Z] Removing intermediate container ff5401268bf2 [2021-02-08T09:36:14.048Z] ---> 65d369d89e6e [2021-02-08T09:36:14.048Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-08T09:36:14.048Z] Removing intermediate container c893346a88b4 [2021-02-08T09:36:14.048Z] ---> f0c0cacb9cf1 [2021-02-08T09:36:14.048Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:36:14.048Z] ---> Running in 5e08556e274a [2021-02-08T09:36:14.048Z] Removing intermediate container f2ffa9b538a0 [2021-02-08T09:36:14.048Z] ---> 972cdf22ea73 [2021-02-08T09:36:14.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:36:14.048Z] ---> Running in ca15c782ac92 [2021-02-08T09:36:14.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:14.326Z] ---> Running in 6699f6b65294 [2021-02-08T09:36:14.326Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-08T09:36:14.326Z] Removing intermediate container 5e08556e274a [2021-02-08T09:36:14.326Z] ---> c2d525c4bdc7 [2021-02-08T09:36:14.326Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-08T09:36:14.326Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-08T09:36:14.326Z] Removing intermediate container ca15c782ac92 [2021-02-08T09:36:14.326Z] ---> fa25bb9c3d38 [2021-02-08T09:36:14.326Z] [2021-02-08T09:36:14.596Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-08T09:36:14.596Z] Removing intermediate container 6699f6b65294 [2021-02-08T09:36:14.596Z] ---> b65428a9985c [2021-02-08T09:36:14.596Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T09:36:14.596Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-08T09:36:14.596Z] ---> Running in b16bfe8767c0 [2021-02-08T09:36:14.858Z] ---> a3a8f5143340 [2021-02-08T09:36:14.858Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-08T09:36:14.858Z] Successfully built fa25bb9c3d38 [2021-02-08T09:36:15.125Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-08T09:36:15.125Z] Successfully tagged docker-core-command-go:latest [2021-02-08T09:36:15.125Z] Building docker-security-proxy-setup-go [2021-02-08T09:36:15.125Z]  Building docker-core-command-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-02-08T09:36:15.125Z] ---> Running in a60241c16363 [2021-02-08T09:36:15.125Z] Removing intermediate container b16bfe8767c0 [2021-02-08T09:36:15.125Z] ---> 2eb68d8eaaee [2021-02-08T09:36:15.125Z] Step 21/22 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:36:15.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:15.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:15.399Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:15.399Z] OK: 8 MiB in 20 packages [2021-02-08T09:36:15.399Z] ---> Running in c68a7ac5a541 [2021-02-08T09:36:15.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:15.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:15.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:16.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:16.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:16.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:16.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:36:16.390Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:17.382Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:17.382Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:17.672Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:17.672Z] OK: 217 MiB in 51 packages [2021-02-08T09:36:17.672Z] Removing intermediate container 3caf74648e77 [2021-02-08T09:36:17.672Z] ---> db1ff2d0d2cf [2021-02-08T09:36:17.672Z] Step 6/22 : COPY go.mod . [2021-02-08T09:36:17.999Z] Removing intermediate container c68a7ac5a541 [2021-02-08T09:36:17.999Z] ---> fba4084d2087 [2021-02-08T09:36:17.999Z] Step 22/22 : LABEL version=2.0.0-dev.84 [2021-02-08T09:36:19.125Z] ---> 4cfb6cd13839 [2021-02-08T09:36:19.125Z] Step 7/22 : RUN go mod download [2021-02-08T09:36:19.125Z] Removing intermediate container e56cf1618c5c [2021-02-08T09:36:19.125Z] ---> c6ee97aca261 [2021-02-08T09:36:19.125Z] Step 6/31 : COPY go.mod . [2021-02-08T09:36:19.125Z] ---> Running in 0f4b3cc857d4 [2021-02-08T09:36:19.405Z] Removing intermediate container dd1c905192db [2021-02-08T09:36:19.405Z] ---> cd1451b8ae07 [2021-02-08T09:36:19.405Z] Step 6/24 : COPY go.mod . [2021-02-08T09:36:19.681Z] Removing intermediate container 42727d45bb84 [2021-02-08T09:36:19.681Z] ---> 7947b8dfbca5 [2021-02-08T09:36:19.681Z] Step 6/22 : COPY go.mod . [2021-02-08T09:36:19.681Z] Removing intermediate container e2a88b51d132 [2021-02-08T09:36:19.681Z] ---> bde06d6c9f66 [2021-02-08T09:36:19.681Z] Step 6/23 : COPY go.mod . [2021-02-08T09:36:19.930Z] ---> Running in 9a03a8e0a1ab [2021-02-08T09:36:20.198Z] Removing intermediate container a191a6778381 [2021-02-08T09:36:20.198Z] ---> a8efbc5d6925 [2021-02-08T09:36:20.199Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:36:20.283Z] ---> 5599a7c15c8f [2021-02-08T09:36:20.283Z] Step 7/31 : RUN go mod download [2021-02-08T09:36:20.283Z] ---> Running in 8be943b52518 [2021-02-08T09:36:20.576Z] ---> b174f1b61b41 [2021-02-08T09:36:20.576Z] Step 7/24 : RUN go mod download [2021-02-08T09:36:20.787Z] Removing intermediate container 9a03a8e0a1ab [2021-02-08T09:36:20.787Z] ---> 9fac79c70016 [2021-02-08T09:36:20.787Z] [2021-02-08T09:36:20.852Z] ---> 43f4cf5507b7 [2021-02-08T09:36:20.852Z] Step 7/23 : RUN go mod download [2021-02-08T09:36:20.852Z] ---> Running in 398270b4d677 [2021-02-08T09:36:20.852Z] ---> 5009f3ab9fed [2021-02-08T09:36:20.852Z] Step 7/22 : RUN go mod download [2021-02-08T09:36:21.057Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T09:36:21.057Z] Removing intermediate container a60241c16363 [2021-02-08T09:36:21.057Z] ---> 9b1f4a223e63 [2021-02-08T09:36:21.057Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:36:21.129Z] ---> Running in cd9d7ea62563 [2021-02-08T09:36:21.326Z] Successfully built 9fac79c70016 [2021-02-08T09:36:21.326Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T09:36:21.326Z] Successfully tagged docker-support-notifications-go:latest [2021-02-08T09:36:21.326Z] ---> aefe523efa57 [2021-02-08T09:36:21.326Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-08T09:36:21.326Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-02-08T09:36:21.413Z] ---> Running in fc256a6994bc [2021-02-08T09:36:21.598Z] ---> 7441ee778167 [2021-02-08T09:36:21.599Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T09:36:23.024Z] ---> Running in 2ad48fb551f3 [2021-02-08T09:36:23.024Z] ---> 5273a01e4050 [2021-02-08T09:36:23.024Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-08T09:36:23.451Z] Removing intermediate container 0f4b3cc857d4 [2021-02-08T09:36:23.451Z] ---> 6d563362fd04 [2021-02-08T09:36:23.451Z] Step 8/22 : COPY . . [2021-02-08T09:36:24.002Z] ---> dba872254bf4 [2021-02-08T09:36:24.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T09:36:24.449Z] Removing intermediate container 8be943b52518 [2021-02-08T09:36:24.449Z] ---> fbde9865ffab [2021-02-08T09:36:24.449Z] Step 8/31 : COPY . . [2021-02-08T09:36:26.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:26.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:26.172Z] ---> c7c051685d5e [2021-02-08T09:36:26.172Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-08T09:36:26.172Z] (1/2) Installing readline (8.0.4-r0) [2021-02-08T09:36:26.172Z] (2/2) Installing bash (5.0.17-r0) [2021-02-08T09:36:26.172Z] Executing bash-5.0.17-r0.post-install [2021-02-08T09:36:26.172Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:26.172Z] OK: 12 MiB in 22 packages [2021-02-08T09:36:26.189Z] Removing intermediate container 398270b4d677 [2021-02-08T09:36:26.190Z] ---> 3758dfde5e75 [2021-02-08T09:36:26.190Z] Step 8/24 : COPY . . [2021-02-08T09:36:26.190Z] Removing intermediate container cd9d7ea62563 [2021-02-08T09:36:26.190Z] ---> 17eef22932d2 [2021-02-08T09:36:26.190Z] Step 8/23 : COPY . . [2021-02-08T09:36:26.190Z] Removing intermediate container fc256a6994bc [2021-02-08T09:36:26.190Z] ---> dcdc3be8b47b [2021-02-08T09:36:26.190Z] Step 8/22 : COPY . . [2021-02-08T09:36:27.161Z] ---> 548c60d514c4 [2021-02-08T09:36:27.161Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T09:36:27.161Z] ---> 59290af9ee56 [2021-02-08T09:36:27.161Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-08T09:36:28.118Z] ---> Running in ddb8d9446e02 [2021-02-08T09:36:29.520Z] ---> 9dd864c80f28 [2021-02-08T09:36:29.520Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-08T09:36:30.102Z] Removing intermediate container ddb8d9446e02 [2021-02-08T09:36:30.102Z] ---> 823fc83cd26e [2021-02-08T09:36:30.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:36:30.102Z] Removing intermediate container 2ad48fb551f3 [2021-02-08T09:36:30.102Z] ---> b74acd85db1a [2021-02-08T09:36:30.102Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T09:36:30.693Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:30.693Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:31.274Z] ---> bd054861f93d [2021-02-08T09:36:31.274Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> bbffa54d0e57 [2021-02-08T09:36:31.544Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> b950d3d663b1 [2021-02-08T09:36:31.544Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> 04aa434a28ec [2021-02-08T09:36:31.544Z] Step 6/21 : COPY go.mod . [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> c662d5a5d2a6 [2021-02-08T09:36:31.544Z] Step 7/21 : RUN go mod download [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> 6ef7cf76ea79 [2021-02-08T09:36:31.544Z] Step 8/21 : COPY . . [2021-02-08T09:36:31.544Z] ---> Using cache [2021-02-08T09:36:31.544Z] ---> 05a471f2f1d7 [2021-02-08T09:36:31.544Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-08T09:36:31.834Z] ---> 30083d7f1385 [2021-02-08T09:36:31.834Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-08T09:36:32.127Z] ---> Running in 3a2124da3d4f [2021-02-08T09:36:32.127Z] ---> Running in 758e6533b1fc [2021-02-08T09:36:32.723Z] ---> Running in d9e4792b3cd1 [2021-02-08T09:36:32.985Z] ---> Running in 64e24340e58f [2021-02-08T09:36:34.390Z] Removing intermediate container 758e6533b1fc [2021-02-08T09:36:34.390Z] ---> 7feb10663c34 [2021-02-08T09:36:34.390Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:36:34.390Z] Removing intermediate container 3a2124da3d4f [2021-02-08T09:36:34.390Z] ---> f51d14392c8b [2021-02-08T09:36:34.390Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-08T09:36:35.810Z] ---> Running in 415821f4e28b [2021-02-08T09:36:35.810Z] ---> Running in a45144761986 [2021-02-08T09:36:35.810Z] Removing intermediate container 64e24340e58f [2021-02-08T09:36:35.810Z] ---> f5e2c5975ca4 [2021-02-08T09:36:35.810Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-08T09:36:35.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T09:36:36.782Z] Removing intermediate container 415821f4e28b [2021-02-08T09:36:36.782Z] ---> bafe3b2f62b3 [2021-02-08T09:36:36.782Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-08T09:36:37.380Z] Removing intermediate container a45144761986 [2021-02-08T09:36:37.380Z] ---> a09acd850e4f [2021-02-08T09:36:37.380Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:36:37.650Z] ---> 4654792b7fe1 [2021-02-08T09:36:37.650Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-08T09:36:38.269Z] ---> Running in 41e692747c0d [2021-02-08T09:36:38.269Z] ---> Running in e4633b9ce037 [2021-02-08T09:36:39.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:36:39.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:36:39.263Z] ---> bd054861f93d [2021-02-08T09:36:39.263Z] Step 3/22 : WORKDIR /edgex-go [2021-02-08T09:36:39.263Z] ---> Using cache [2021-02-08T09:36:39.263Z] ---> bbffa54d0e57 [2021-02-08T09:36:39.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:36:39.263Z] ---> Using cache [2021-02-08T09:36:39.263Z] ---> b950d3d663b1 [2021-02-08T09:36:39.263Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-08T09:36:39.263Z] ---> Using cache [2021-02-08T09:36:39.263Z] ---> 04aa434a28ec [2021-02-08T09:36:39.263Z] Step 6/22 : COPY go.mod . [2021-02-08T09:36:39.263Z] ---> Using cache [2021-02-08T09:36:39.263Z] ---> c662d5a5d2a6 [2021-02-08T09:36:39.263Z] Step 7/22 : RUN go mod download [2021-02-08T09:36:39.263Z] ---> Using cache [2021-02-08T09:36:39.263Z] ---> 6ef7cf76ea79 [2021-02-08T09:36:39.263Z] Step 8/22 : COPY . . [2021-02-08T09:36:39.526Z] ---> Using cache [2021-02-08T09:36:39.526Z] ---> 05a471f2f1d7 [2021-02-08T09:36:39.526Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T09:36:40.111Z] ---> Running in f7e2d7307884 [2021-02-08T09:36:40.111Z] ---> Running in 848fd7bedd5d [2021-02-08T09:36:40.401Z] Removing intermediate container 41e692747c0d [2021-02-08T09:36:40.402Z] ---> 5290e0a81c9a [2021-02-08T09:36:40.402Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T09:36:40.402Z] Removing intermediate container e4633b9ce037 [2021-02-08T09:36:40.402Z] ---> d8505ddbe257 [2021-02-08T09:36:40.402Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:36:40.680Z] ---> Running in 23d99e895f71 [2021-02-08T09:36:40.957Z] Removing intermediate container 23d99e895f71 [2021-02-08T09:36:40.957Z] ---> a49a13ed5ecc [2021-02-08T09:36:40.957Z] [2021-02-08T09:36:41.569Z] Successfully built a49a13ed5ecc [2021-02-08T09:36:41.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T09:36:41.569Z] Successfully tagged docker-core-data-go:latest [2021-02-08T09:36:41.569Z] Building docker-security-secretstore-setup-go [2021-02-08T09:36:41.569Z]  Building docker-core-data-go ... done  ---> d735fc15a850 [2021-02-08T09:36:41.569Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T09:36:42.570Z] ---> fcb76e4bcf06 [2021-02-08T09:36:42.570Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T09:36:42.851Z] Removing intermediate container f7e2d7307884 [2021-02-08T09:36:42.851Z] ---> 4d5e662130d1 [2021-02-08T09:36:42.851Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-08T09:36:43.829Z] ---> Running in 5ea69a4da2f1 [2021-02-08T09:36:44.557Z] ---> e021cc96dcd7 [2021-02-08T09:36:44.557Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-08T09:36:44.557Z] ---> 8012d79c9b08 [2021-02-08T09:36:44.557Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-08T09:36:44.557Z] ---> 051e69c5228e [2021-02-08T09:36:44.557Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-08T09:36:44.557Z] ---> 5725d071ad19 [2021-02-08T09:36:44.557Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T09:36:44.557Z] ---> a188dcd9b090 [2021-02-08T09:36:44.557Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-08T09:36:44.557Z] ---> Running in e897fb232b37 [2021-02-08T09:36:44.557Z] ---> Running in 9c6764414168 [2021-02-08T09:36:44.829Z] ---> Running in 7e640e531e98 [2021-02-08T09:36:44.829Z] ---> Running in fce8418d88ea [2021-02-08T09:36:44.829Z] ---> Running in 402c8cf309bd [2021-02-08T09:36:45.793Z] ---> b60e872c0924 [2021-02-08T09:36:45.794Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-08T09:36:46.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-08T09:36:46.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-08T09:36:47.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T09:36:47.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T09:36:47.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-08T09:36:47.219Z] Removing intermediate container 5ea69a4da2f1 [2021-02-08T09:36:47.219Z] ---> 36fdf93c56f1 [2021-02-08T09:36:47.219Z] Step 28/31 : CMD ["gate"] [2021-02-08T09:36:47.494Z] ---> Running in 456a9c4621f5 [2021-02-08T09:36:48.088Z] ---> Running in bfa8cc3512cf [2021-02-08T09:36:49.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:49.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:36:49.341Z] Removing intermediate container bfa8cc3512cf [2021-02-08T09:36:49.341Z] ---> 4c31cccdaa93 [2021-02-08T09:36:49.341Z] Step 29/31 : LABEL arch=x86_64 [2021-02-08T09:36:49.341Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-08T09:36:49.341Z] (2/33) Installing expat (2.2.9-r1) [2021-02-08T09:36:49.623Z] (3/33) Installing libffi (3.3-r2) [2021-02-08T09:36:49.623Z] ---> Running in 823d333260c4 [2021-02-08T09:36:49.623Z] (4/33) Installing gdbm (1.13-r1) [2021-02-08T09:36:49.623Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-08T09:36:49.623Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-08T09:36:49.623Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-08T09:36:51.046Z] Removing intermediate container 823d333260c4 [2021-02-08T09:36:51.046Z] ---> 8f565e867017 [2021-02-08T09:36:51.046Z] Step 30/31 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:36:55.350Z] ---> Running in ee8b0d924991 [2021-02-08T09:36:55.350Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-08T09:36:55.350Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-08T09:36:55.350Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-08T09:36:55.350Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-08T09:36:55.350Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-08T09:36:55.350Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-08T09:36:55.350Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-08T09:36:55.350Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-08T09:36:55.350Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-08T09:36:55.350Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-08T09:36:55.630Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-08T09:36:55.630Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-08T09:36:55.907Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-08T09:36:55.907Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-08T09:36:55.907Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-08T09:36:55.907Z] Removing intermediate container ee8b0d924991 [2021-02-08T09:36:55.907Z] ---> 834b8d4d79b0 [2021-02-08T09:36:55.907Z] Step 31/31 : LABEL version=2.0.0-dev.84 [2021-02-08T09:36:56.173Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-08T09:36:57.126Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-08T09:36:58.087Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-08T09:36:58.087Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-08T09:36:58.358Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-08T09:36:58.978Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-08T09:36:58.978Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-08T09:36:58.978Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-08T09:36:59.563Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-08T09:36:59.563Z] ---> Running in c7855a4e5372 [2021-02-08T09:36:59.563Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T09:36:59.563Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-08T09:36:59.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-08T09:36:59.830Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:36:59.830Z] OK: 71 MiB in 55 packages [2021-02-08T09:37:02.436Z] Removing intermediate container c7855a4e5372 [2021-02-08T09:37:02.436Z] ---> 6fbee726fb91 [2021-02-08T09:37:02.436Z] [2021-02-08T09:37:02.436Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:37:02.436Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:37:02.436Z] ---> bd054861f93d [2021-02-08T09:37:02.436Z] Step 3/24 : WORKDIR /edgex-go [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> bbffa54d0e57 [2021-02-08T09:37:02.436Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> b950d3d663b1 [2021-02-08T09:37:02.436Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> 04aa434a28ec [2021-02-08T09:37:02.436Z] Step 6/24 : COPY go.mod . [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> c662d5a5d2a6 [2021-02-08T09:37:02.436Z] Step 7/24 : RUN go mod download [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> 6ef7cf76ea79 [2021-02-08T09:37:02.436Z] Step 8/24 : COPY . . [2021-02-08T09:37:02.436Z] ---> Using cache [2021-02-08T09:37:02.436Z] ---> 05a471f2f1d7 [2021-02-08T09:37:02.436Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-08T09:37:02.436Z] Successfully built 6fbee726fb91 [2021-02-08T09:37:03.026Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-08T09:37:03.026Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-08T09:37:03.295Z] ---> Running in 2a80d553a06e [2021-02-08T09:37:05.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-08T09:37:17.589Z] Removing intermediate container d9e4792b3cd1 [2021-02-08T09:37:17.589Z] ---> 70633166ae26 [2021-02-08T09:37:17.589Z] [2021-02-08T09:37:17.589Z] Step 10/21 : FROM alpine:3.12 [2021-02-08T09:37:17.589Z] ---> 389fef711851 [2021-02-08T09:37:17.589Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-08T09:37:21.858Z] ---> Running in 41be7095f94a [2021-02-08T09:37:25.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:37:25.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:37:25.180Z] ---> bd054861f93d [2021-02-08T09:37:25.180Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> bbffa54d0e57 [2021-02-08T09:37:25.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> b950d3d663b1 [2021-02-08T09:37:25.444Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> 04aa434a28ec [2021-02-08T09:37:25.444Z] Step 6/23 : COPY go.mod . [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> c662d5a5d2a6 [2021-02-08T09:37:25.444Z] Step 7/23 : RUN go mod download [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> 6ef7cf76ea79 [2021-02-08T09:37:25.444Z] Step 8/23 : COPY . . [2021-02-08T09:37:25.444Z] ---> Using cache [2021-02-08T09:37:25.444Z] ---> 05a471f2f1d7 [2021-02-08T09:37:25.444Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-08T09:37:26.024Z] Removing intermediate container 848fd7bedd5d [2021-02-08T09:37:26.024Z] ---> daa653f63932 [2021-02-08T09:37:26.024Z] [2021-02-08T09:37:26.024Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:37:26.024Z] ---> 389fef711851 [2021-02-08T09:37:26.024Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:37:26.024Z] ---> Using cache [2021-02-08T09:37:26.024Z] ---> 7bb065ff6a3d [2021-02-08T09:37:26.024Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:37:26.024Z] ---> Using cache [2021-02-08T09:37:26.024Z] ---> 670bfc0434df [2021-02-08T09:37:26.024Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-08T09:37:26.618Z] ---> Running in a0fb22437e2e [2021-02-08T09:37:26.618Z] ---> Running in 897c3ee29d81 [2021-02-08T09:37:26.886Z] Removing intermediate container 897c3ee29d81 [2021-02-08T09:37:26.886Z] ---> 683ddf500e01 [2021-02-08T09:37:26.886Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:37:27.155Z] Removing intermediate container 456a9c4621f5 [2021-02-08T09:37:27.155Z] ---> f1e2c41d23f3 [2021-02-08T09:37:27.155Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-08T09:37:27.155Z] ---> Running in 2422b153f1c0 [2021-02-08T09:37:27.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:27.155Z] ---> Running in d2936d19a06a [2021-02-08T09:37:27.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:27.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-08T09:37:27.429Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-08T09:37:27.429Z] Removing intermediate container 2422b153f1c0 [2021-02-08T09:37:27.429Z] ---> 49398b041dd7 [2021-02-08T09:37:27.429Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:37:27.429Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:37:27.429Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-08T09:37:27.429Z] (4/4) Installing curl (7.69.1-r3) [2021-02-08T09:37:27.429Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:37:27.699Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:37:27.699Z] OK: 7 MiB in 18 packages [2021-02-08T09:37:27.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T09:37:27.968Z] ---> 911736a70d49 [2021-02-08T09:37:27.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T09:37:28.942Z] Removing intermediate container 41be7095f94a [2021-02-08T09:37:28.942Z] ---> 96604c157f66 [2021-02-08T09:37:28.942Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:37:29.216Z] ---> bdb2fad73469 [2021-02-08T09:37:29.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T09:37:29.216Z] ---> Running in c373328fa693 [2021-02-08T09:37:29.803Z] Removing intermediate container c373328fa693 [2021-02-08T09:37:29.803Z] ---> 4efaaea6dea6 [2021-02-08T09:37:29.803Z] Step 13/21 : WORKDIR /edgex [2021-02-08T09:37:29.803Z] ---> 331d45e226d5 [2021-02-08T09:37:29.803Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T09:37:30.070Z] ---> Running in 3fea44d1805b [2021-02-08T09:37:31.037Z] ---> Running in ce11e19c2ff1 [2021-02-08T09:37:31.307Z] Collecting docker-compose==1.23.2 [2021-02-08T09:37:31.571Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T09:37:32.531Z] Removing intermediate container 3fea44d1805b [2021-02-08T09:37:32.531Z] ---> 845836ae4d84 [2021-02-08T09:37:32.531Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T09:37:32.813Z] Collecting PyYAML<4,>=3.10 [2021-02-08T09:37:32.813Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T09:37:32.813Z] Removing intermediate container ce11e19c2ff1 [2021-02-08T09:37:32.813Z] ---> dce6e8ba92c2 [2021-02-08T09:37:32.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:37:32.813Z] ---> Running in b7d507e5f2dc [2021-02-08T09:37:34.313Z] ---> a07605baec74 [2021-02-08T09:37:34.313Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T09:37:34.313Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T09:37:34.313Z] Removing intermediate container b7d507e5f2dc [2021-02-08T09:37:34.313Z] ---> c8098b3111cf [2021-02-08T09:37:34.313Z] Step 20/22 : LABEL arch=x86_64 [2021-02-08T09:37:34.594Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T09:37:34.594Z] ---> Running in df57b9eb8fc6 [2021-02-08T09:37:34.594Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T09:37:34.594Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T09:37:35.202Z] Removing intermediate container df57b9eb8fc6 [2021-02-08T09:37:35.202Z] ---> d4c4e32e3ee1 [2021-02-08T09:37:35.202Z] Step 21/22 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:37:35.202Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-08T09:37:35.470Z] ---> Running in 9f5d01ec1b8d [2021-02-08T09:37:35.471Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T09:37:35.471Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T09:37:36.092Z] ---> 7dc20845bf7b [2021-02-08T09:37:36.092Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-08T09:37:36.531Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T09:37:37.085Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T09:37:37.085Z] Removing intermediate container 9f5d01ec1b8d [2021-02-08T09:37:37.085Z] ---> 3ed99708ac55 [2021-02-08T09:37:37.085Z] Step 22/22 : LABEL version=2.0.0-dev.84 [2021-02-08T09:37:37.085Z] Removing intermediate container 2a80d553a06e [2021-02-08T09:37:37.085Z] ---> ac3a2a420b64 [2021-02-08T09:37:37.085Z] [2021-02-08T09:37:37.085Z] Step 10/24 : FROM alpine:3.12 [2021-02-08T09:37:37.085Z] ---> 389fef711851 [2021-02-08T09:37:37.085Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-08T09:37:37.085Z] ---> Running in 8a058e839167 [2021-02-08T09:37:37.085Z] ---> Running in b8acb72ec86d [2021-02-08T09:37:37.085Z] ---> 8b2cc3f9ff33 [2021-02-08T09:37:37.085Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T09:37:37.085Z] ---> Running in 32d2d2523ee6 [2021-02-08T09:37:37.387Z] Removing intermediate container 8a058e839167 [2021-02-08T09:37:37.387Z] ---> 33e2ea08c6ee [2021-02-08T09:37:37.387Z] [2021-02-08T09:37:37.387Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T09:37:37.387Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T09:37:37.769Z] Removing intermediate container 32d2d2523ee6 [2021-02-08T09:37:37.769Z] ---> 11fc972a59ea [2021-02-08T09:37:37.769Z] Step 18/21 : CMD ["--init=true"] [2021-02-08T09:37:37.769Z] Successfully built 33e2ea08c6ee [2021-02-08T09:37:37.769Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-08T09:37:37.769Z]  Building docker-support-scheduler-go ... done  ---> Running in f3e40f90661c [2021-02-08T09:37:38.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:38.097Z] Removing intermediate container f3e40f90661c [2021-02-08T09:37:38.097Z] ---> 9616ff7feea7 [2021-02-08T09:37:38.097Z] Step 19/21 : LABEL arch=x86_64 [2021-02-08T09:37:38.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:38.413Z] ---> Running in 96220bd2f71d [2021-02-08T09:37:38.413Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T09:37:38.413Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T09:37:38.413Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-08T09:37:38.413Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:37:38.413Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-08T09:37:38.678Z] (4/5) Installing curl (7.69.1-r3) [2021-02-08T09:37:38.678Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T09:37:38.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:37:38.678Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:37:38.678Z] OK: 7 MiB in 19 packages [2021-02-08T09:37:38.947Z] Removing intermediate container 96220bd2f71d [2021-02-08T09:37:38.947Z] ---> f9e364bf176e [2021-02-08T09:37:38.947Z] Step 20/21 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:37:39.217Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T09:37:39.217Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-08T09:37:39.479Z] ---> Running in 9dcef4152250 [2021-02-08T09:37:39.479Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T09:37:39.479Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T09:37:40.428Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T09:37:40.428Z] Removing intermediate container 9dcef4152250 [2021-02-08T09:37:40.428Z] ---> bd5478a68e0f [2021-02-08T09:37:40.428Z] Step 21/21 : LABEL version=2.0.0-dev.84 [2021-02-08T09:37:40.428Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T09:37:41.026Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-08T09:37:41.026Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-08T09:37:41.026Z] ---> Running in d446cda2aa0f [2021-02-08T09:37:41.026Z] Collecting idna<2.8,>=2.5 [2021-02-08T09:37:41.026Z] Removing intermediate container b8acb72ec86d [2021-02-08T09:37:41.026Z] ---> f5eb8c402b20 [2021-02-08T09:37:41.026Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:37:41.026Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T09:37:41.301Z] ---> Running in 06c99964362d [2021-02-08T09:37:41.301Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T09:37:41.570Z] Removing intermediate container d446cda2aa0f [2021-02-08T09:37:41.570Z] ---> 92e0386f37f7 [2021-02-08T09:37:41.570Z] [2021-02-08T09:37:41.570Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T09:37:41.570Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-08T09:37:41.570Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-08T09:37:41.570Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-08T09:37:41.570Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-08T09:37:41.839Z] Installing collected packages: PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, cached-property, dockerpty, texttable, jsonschema, docker-compose [2021-02-08T09:37:41.839Z] Running setup.py install for PyYAML: started [2021-02-08T09:37:42.108Z] Successfully built 92e0386f37f7 [2021-02-08T09:37:42.376Z] Removing intermediate container 06c99964362d [2021-02-08T09:37:42.376Z] ---> 2279ee61e76f [2021-02-08T09:37:42.376Z] Step 13/24 : WORKDIR / [2021-02-08T09:37:42.376Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-08T09:37:42.376Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T09:37:42.643Z] Attempting uninstall: idna [2021-02-08T09:37:42.643Z] Found existing installation: idna 2.9 [2021-02-08T09:37:42.643Z] Uninstalling idna-2.9: [2021-02-08T09:37:42.643Z] Successfully uninstalled idna-2.9 [2021-02-08T09:37:42.643Z] ---> Running in 2331b42a98f7 [2021-02-08T09:37:42.909Z] Attempting uninstall: urllib3 [2021-02-08T09:37:42.909Z] Found existing installation: urllib3 1.25.9 [2021-02-08T09:37:42.909Z] Uninstalling urllib3-1.25.9: [2021-02-08T09:37:42.909Z] Successfully uninstalled urllib3-1.25.9 [2021-02-08T09:37:43.494Z] Removing intermediate container 2331b42a98f7 [2021-02-08T09:37:43.494Z] ---> 1a8ed1428f98 [2021-02-08T09:37:43.494Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-08T09:37:43.764Z] Attempting uninstall: requests [2021-02-08T09:37:43.764Z] Found existing installation: requests 2.23.0 [2021-02-08T09:37:43.764Z] Uninstalling requests-2.23.0: [2021-02-08T09:37:43.764Z] Successfully uninstalled requests-2.23.0 [2021-02-08T09:37:45.161Z] ---> 2b82f7e4ac36 [2021-02-08T09:37:45.161Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-08T09:37:45.161Z] Running setup.py install for docopt: started [2021-02-08T09:37:45.739Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T09:37:46.005Z] ---> c76488afcda6 [2021-02-08T09:37:46.005Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T09:37:46.005Z] Running setup.py install for dockerpty: started [2021-02-08T09:37:46.274Z] ---> 31ae473278aa [2021-02-08T09:37:46.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T09:37:46.536Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T09:37:46.536Z] Running setup.py install for texttable: started [2021-02-08T09:37:46.804Z] ---> b9630f240340 [2021-02-08T09:37:46.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T09:37:47.074Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T09:37:47.653Z] ---> 1e5bef498290 [2021-02-08T09:37:47.653Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T09:37:47.653Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-08T09:37:47.920Z] ---> eba4f72c4336 [2021-02-08T09:37:47.920Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-08T09:37:48.183Z] ---> Running in b307c0f976ff [2021-02-08T09:37:52.441Z] Removing intermediate container a0fb22437e2e [2021-02-08T09:37:52.441Z] ---> df7944987659 [2021-02-08T09:37:52.441Z] [2021-02-08T09:37:52.441Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:37:52.441Z] ---> 389fef711851 [2021-02-08T09:37:52.441Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:37:52.441Z] ---> Using cache [2021-02-08T09:37:52.441Z] ---> 7bb065ff6a3d [2021-02-08T09:37:52.441Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:37:52.441Z] ---> Using cache [2021-02-08T09:37:52.441Z] ---> 670bfc0434df [2021-02-08T09:37:52.441Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-08T09:37:52.441Z] ---> Running in fb5323208046 [2021-02-08T09:37:52.441Z] Removing intermediate container d2936d19a06a [2021-02-08T09:37:52.441Z] ---> 84018ce7aa92 [2021-02-08T09:37:52.441Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-08T09:37:52.441Z] ---> Running in a8b7dd7fde80 [2021-02-08T09:37:52.441Z] Removing intermediate container b307c0f976ff [2021-02-08T09:37:52.441Z] ---> 25c5fe0946a2 [2021-02-08T09:37:52.441Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T09:37:52.441Z] Removing intermediate container fb5323208046 [2021-02-08T09:37:52.441Z] ---> c097b8b8b291 [2021-02-08T09:37:52.441Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:37:52.441Z] ---> Running in 3b98a9c63bc0 [2021-02-08T09:37:52.703Z] ---> Running in 97fae6c03c1e [2021-02-08T09:37:52.703Z] Removing intermediate container 3b98a9c63bc0 [2021-02-08T09:37:52.703Z] ---> 8bdec1c618d7 [2021-02-08T09:37:52.703Z] Step 22/24 : LABEL arch=x86_64 [2021-02-08T09:37:52.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:52.703Z] Removing intermediate container 97fae6c03c1e [2021-02-08T09:37:52.703Z] ---> a53b281130bb [2021-02-08T09:37:52.703Z] Step 15/23 : WORKDIR / [2021-02-08T09:37:52.966Z] ---> Running in 5cfc8d6e4d57 [2021-02-08T09:37:52.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T09:37:52.966Z] ---> Running in ae08208458dd [2021-02-08T09:37:52.966Z] Removing intermediate container 5cfc8d6e4d57 [2021-02-08T09:37:52.966Z] ---> faf5f4b976dd [2021-02-08T09:37:52.966Z] Step 23/24 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:37:53.230Z] Removing intermediate container ae08208458dd [2021-02-08T09:37:53.230Z] ---> 1e1a994a1eae [2021-02-08T09:37:53.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:37:53.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:37:53.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-08T09:37:53.230Z] ---> Running in 32e397830e22 [2021-02-08T09:37:53.230Z] (3/3) Installing curl (7.69.1-r3) [2021-02-08T09:37:53.230Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:37:53.230Z] OK: 72 MiB in 58 packages [2021-02-08T09:37:53.496Z] Removing intermediate container 32e397830e22 [2021-02-08T09:37:53.496Z] ---> 012ceb548f01 [2021-02-08T09:37:53.496Z] Step 24/24 : LABEL version=2.0.0-dev.84 [2021-02-08T09:37:53.496Z] ---> 2139ac99ec4f [2021-02-08T09:37:53.496Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T09:37:53.496Z] ---> Running in 4cd2474e2abd [2021-02-08T09:37:54.071Z] Removing intermediate container 4cd2474e2abd [2021-02-08T09:37:54.071Z] ---> 3d70633a9023 [2021-02-08T09:37:54.071Z] [2021-02-08T09:37:54.672Z] Successfully built 3d70633a9023 [2021-02-08T09:37:54.672Z] Removing intermediate container a8b7dd7fde80 [2021-02-08T09:37:54.672Z] ---> 52e69738ea2c [2021-02-08T09:37:54.672Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T09:37:54.672Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-08T09:37:54.937Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in fc196face801 [2021-02-08T09:37:54.937Z] ---> 78e8f9b5011e [2021-02-08T09:37:54.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T09:37:55.200Z] Removing intermediate container fc196face801 [2021-02-08T09:37:55.200Z] ---> b3fa574d3be5 [2021-02-08T09:37:55.200Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:37:55.200Z] ---> Running in 61bcbb7f7958 [2021-02-08T09:37:55.200Z] ---> 2374298a1474 [2021-02-08T09:37:55.200Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-08T09:37:55.200Z] ---> Running in 49ff9b0baf2c [2021-02-08T09:37:55.462Z] Removing intermediate container 61bcbb7f7958 [2021-02-08T09:37:55.462Z] ---> a80c063cc0c7 [2021-02-08T09:37:55.462Z] Step 24/26 : LABEL arch=x86_64 [2021-02-08T09:37:55.462Z] Removing intermediate container 49ff9b0baf2c [2021-02-08T09:37:55.462Z] ---> d109d718d950 [2021-02-08T09:37:55.462Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:37:55.462Z] ---> Running in 575f59ceb75d [2021-02-08T09:37:55.462Z] ---> Running in 08d151448435 [2021-02-08T09:37:55.733Z] Removing intermediate container 575f59ceb75d [2021-02-08T09:37:55.733Z] ---> 88031d205f82 [2021-02-08T09:37:55.733Z] Step 25/26 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:37:55.733Z] Removing intermediate container 08d151448435 [2021-02-08T09:37:55.733Z] ---> f48d22ad0bdd [2021-02-08T09:37:55.733Z] Step 21/23 : LABEL arch=x86_64 [2021-02-08T09:37:55.733Z] ---> Running in e348e87948aa [2021-02-08T09:37:55.733Z] ---> Running in 40c9591c4f5a [2021-02-08T09:37:55.998Z] Removing intermediate container e348e87948aa [2021-02-08T09:37:55.998Z] ---> 2d99d868a312 [2021-02-08T09:37:55.998Z] Step 26/26 : LABEL version=2.0.0-dev.84 [2021-02-08T09:37:55.998Z] Removing intermediate container 40c9591c4f5a [2021-02-08T09:37:55.998Z] ---> d2b1fe082709 [2021-02-08T09:37:55.998Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:37:55.998Z] ---> Running in 0053f1c94f0c [2021-02-08T09:37:56.266Z] ---> Running in d345f6969956 [2021-02-08T09:37:56.266Z] Removing intermediate container 0053f1c94f0c [2021-02-08T09:37:56.266Z] ---> 4153ded837f7 [2021-02-08T09:37:56.266Z] [2021-02-08T09:37:56.841Z] Successfully built 4153ded837f7 [2021-02-08T09:37:56.841Z] Removing intermediate container d345f6969956 [2021-02-08T09:37:56.841Z] ---> 86af660783c9 [2021-02-08T09:37:56.841Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:37:56.841Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-08T09:37:56.842Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in ab908397a2ea [2021-02-08T09:37:56.842Z] Removing intermediate container ab908397a2ea [2021-02-08T09:37:56.842Z] ---> 1c8ab85349dd [2021-02-08T09:37:56.842Z] [2021-02-08T09:37:57.103Z] Successfully built 1c8ab85349dd [2021-02-08T09:37:57.103Z] Successfully tagged docker-core-metadata-go:latest [2021-02-08T09:37:57.380Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-08T09:37:57.388Z] $ docker stop --time=1 e50f0d5759fb0dc650e1ab96835c1a260ce26202386e61b931adb1b0044fc07b [2021-02-08T09:37:59.163Z] $ docker rm -f e50f0d5759fb0dc650e1ab96835c1a260ce26202386e61b931adb1b0044fc07b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:37:59.693Z] + docker images [2021-02-08T09:37:59.694Z] + grep docker [2021-02-08T09:37:59.959Z] docker-sys-mgmt-agent-go latest 4153ded837f7 3 seconds ago 313MB [2021-02-08T09:37:59.959Z] docker-core-metadata-go latest 1c8ab85349dd 3 seconds ago 18.8MB [2021-02-08T09:37:59.959Z] docker-security-secretstore-setup-go latest 3d70633a9023 6 seconds ago 24.6MB [2021-02-08T09:37:59.959Z] docker-security-proxy-setup-go latest 92e0386f37f7 18 seconds ago 24.4MB [2021-02-08T09:37:59.959Z] docker-support-scheduler-go latest 33e2ea08c6ee 22 seconds ago 17MB [2021-02-08T09:37:59.959Z] docker-security-bootstrapper-go latest 6fbee726fb91 About a minute ago 23.8MB [2021-02-08T09:37:59.959Z] docker-core-data-go latest a49a13ed5ecc About a minute ago 22.3MB [2021-02-08T09:37:59.959Z] docker-support-notifications-go latest 9fac79c70016 About a minute ago 17.6MB [2021-02-08T09:37:59.959Z] docker-core-command-go latest fa25bb9c3d38 About a minute ago 16.9MB [2021-02-08T09:37:59.959Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:38:00.524Z] provisioning config files... [2021-02-08T09:38:00.556Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/349@tmp/config7541986660788453835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:38:00.925Z] ---> docker-login.sh [2021-02-08T09:38:00.925Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:38:00.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:38:01.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:38:01.188Z] Configure a credential helper to remove this warning. See [2021-02-08T09:38:01.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:38:01.188Z] [2021-02-08T09:38:01.188Z] Login Succeeded [2021-02-08T09:38:01.188Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:38:01.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:38:01.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:38:01.450Z] Configure a credential helper to remove this warning. See [2021-02-08T09:38:01.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:38:01.450Z] [2021-02-08T09:38:02.031Z] Login Succeeded [2021-02-08T09:38:02.031Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:38:02.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:38:02.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:38:02.031Z] Configure a credential helper to remove this warning. See [2021-02-08T09:38:02.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:38:02.031Z] [2021-02-08T09:38:02.031Z] Login Succeeded [2021-02-08T09:38:02.031Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:38:02.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:38:02.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:38:02.294Z] Configure a credential helper to remove this warning. See [2021-02-08T09:38:02.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:38:02.294Z] [2021-02-08T09:38:02.294Z] Login Succeeded [2021-02-08T09:38:02.294Z] docker.io [2021-02-08T09:38:02.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:38:02.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:38:02.823Z] Configure a credential helper to remove this warning. See [2021-02-08T09:38:02.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:38:02.823Z] [2021-02-08T09:38:02.823Z] Login Succeeded [2021-02-08T09:38:02.823Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:38:02.833Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:03.038Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-08T09:38:03.038Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:03.038Z] 2.0.0-dev.84 [2021-02-08T09:38:03.038Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:03.038Z] master [2021-02-08T09:38:03.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:03.516Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:03.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:03.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T09:38:03.824Z] 86740f928638: Preparing [2021-02-08T09:38:03.824Z] 407ab4f18e4c: Preparing [2021-02-08T09:38:03.824Z] 928008eb3bb1: Preparing [2021-02-08T09:38:03.824Z] fa08e88659db: Preparing [2021-02-08T09:38:03.824Z] 777b2c648970: Preparing [2021-02-08T09:38:03.824Z] 777b2c648970: Layer already exists [2021-02-08T09:38:04.087Z] fa08e88659db: Pushed [2021-02-08T09:38:04.087Z] 928008eb3bb1: Pushed [2021-02-08T09:38:04.087Z] 86740f928638: Pushed [2021-02-08T09:38:05.034Z] 407ab4f18e4c: Pushed [2021-02-08T09:38:05.296Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:febca8911cdb4ded61978d583d31b3019efd2d490a1ba9fcd2f2c89786f30660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:05.612Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:05.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.84 [2021-02-08T09:38:05.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T09:38:05.915Z] 86740f928638: Preparing [2021-02-08T09:38:05.915Z] 407ab4f18e4c: Preparing [2021-02-08T09:38:05.915Z] 928008eb3bb1: Preparing [2021-02-08T09:38:05.915Z] fa08e88659db: Preparing [2021-02-08T09:38:05.915Z] 777b2c648970: Preparing [2021-02-08T09:38:05.915Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:05.915Z] 777b2c648970: Layer already exists [2021-02-08T09:38:05.915Z] fa08e88659db: Layer already exists [2021-02-08T09:38:05.915Z] 86740f928638: Layer already exists [2021-02-08T09:38:05.915Z] 407ab4f18e4c: Layer already exists [2021-02-08T09:38:05.915Z] 2.0.0-dev.84: digest: sha256:febca8911cdb4ded61978d583d31b3019efd2d490a1ba9fcd2f2c89786f30660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:06.225Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:06.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:06.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T09:38:06.530Z] 86740f928638: Preparing [2021-02-08T09:38:06.530Z] 407ab4f18e4c: Preparing [2021-02-08T09:38:06.530Z] 928008eb3bb1: Preparing [2021-02-08T09:38:06.530Z] fa08e88659db: Preparing [2021-02-08T09:38:06.530Z] 777b2c648970: Preparing [2021-02-08T09:38:06.530Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:06.530Z] 86740f928638: Layer already exists [2021-02-08T09:38:06.530Z] fa08e88659db: Layer already exists [2021-02-08T09:38:06.530Z] 407ab4f18e4c: Layer already exists [2021-02-08T09:38:06.530Z] 777b2c648970: Layer already exists [2021-02-08T09:38:06.530Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:febca8911cdb4ded61978d583d31b3019efd2d490a1ba9fcd2f2c89786f30660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:06.843Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:07.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-08T09:38:07.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-08T09:38:07.153Z] 86740f928638: Preparing [2021-02-08T09:38:07.153Z] 407ab4f18e4c: Preparing [2021-02-08T09:38:07.153Z] 928008eb3bb1: Preparing [2021-02-08T09:38:07.153Z] fa08e88659db: Preparing [2021-02-08T09:38:07.153Z] 777b2c648970: Preparing [2021-02-08T09:38:07.153Z] fa08e88659db: Layer already exists [2021-02-08T09:38:07.153Z] 777b2c648970: Layer already exists [2021-02-08T09:38:07.153Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:07.153Z] 86740f928638: Layer already exists [2021-02-08T09:38:07.153Z] 407ab4f18e4c: Layer already exists [2021-02-08T09:38:07.416Z] master: digest: sha256:febca8911cdb4ded61978d583d31b3019efd2d490a1ba9fcd2f2c89786f30660 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:07.596Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:07.643Z] taggedImages: [2021-02-08T09:38:07.643Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:07.643Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.84 [2021-02-08T09:38:07.643Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:07.643Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-08T09:38:07.725Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-08T09:38:07.725Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:07.725Z] 2.0.0-dev.84 [2021-02-08T09:38:07.725Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:07.725Z] master [2021-02-08T09:38:07.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:08.209Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:08.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:08.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T09:38:08.515Z] b45c2053b3f0: Preparing [2021-02-08T09:38:08.515Z] d5a1a3a2fee2: Preparing [2021-02-08T09:38:08.515Z] 928008eb3bb1: Preparing [2021-02-08T09:38:08.515Z] 2752fc14f54d: Preparing [2021-02-08T09:38:08.515Z] 0798eb706a1d: Preparing [2021-02-08T09:38:08.515Z] 777b2c648970: Preparing [2021-02-08T09:38:08.515Z] 777b2c648970: Waiting [2021-02-08T09:38:08.515Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:08.515Z] 777b2c648970: Layer already exists [2021-02-08T09:38:08.778Z] b45c2053b3f0: Pushed [2021-02-08T09:38:08.778Z] 0798eb706a1d: Pushed [2021-02-08T09:38:08.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-08T09:38:09.041Z] 2752fc14f54d: Pushed [2021-02-08T09:38:09.990Z] d5a1a3a2fee2: Pushed [2021-02-08T09:38:10.255Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:3e6c3a77140622c014af659c4a9ae04a5cc75ca1f5193a5d6f63696d14f180bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:10.579Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:10.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.84 [2021-02-08T09:38:10.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T09:38:10.887Z] b45c2053b3f0: Preparing [2021-02-08T09:38:10.887Z] d5a1a3a2fee2: Preparing [2021-02-08T09:38:10.887Z] 928008eb3bb1: Preparing [2021-02-08T09:38:10.887Z] 2752fc14f54d: Preparing [2021-02-08T09:38:10.887Z] 0798eb706a1d: Preparing [2021-02-08T09:38:10.887Z] 777b2c648970: Preparing [2021-02-08T09:38:10.887Z] 777b2c648970: Waiting [2021-02-08T09:38:10.887Z] 2752fc14f54d: Layer already exists [2021-02-08T09:38:10.887Z] d5a1a3a2fee2: Layer already exists [2021-02-08T09:38:10.887Z] b45c2053b3f0: Layer already exists [2021-02-08T09:38:10.887Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:10.887Z] 0798eb706a1d: Layer already exists [2021-02-08T09:38:10.887Z] 777b2c648970: Layer already exists [2021-02-08T09:38:10.887Z] 2.0.0-dev.84: digest: sha256:3e6c3a77140622c014af659c4a9ae04a5cc75ca1f5193a5d6f63696d14f180bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:11.200Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:11.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:11.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T09:38:11.504Z] b45c2053b3f0: Preparing [2021-02-08T09:38:11.504Z] d5a1a3a2fee2: Preparing [2021-02-08T09:38:11.504Z] 928008eb3bb1: Preparing [2021-02-08T09:38:11.504Z] 2752fc14f54d: Preparing [2021-02-08T09:38:11.504Z] 0798eb706a1d: Preparing [2021-02-08T09:38:11.504Z] 777b2c648970: Preparing [2021-02-08T09:38:11.504Z] 777b2c648970: Waiting [2021-02-08T09:38:11.504Z] 0798eb706a1d: Layer already exists [2021-02-08T09:38:11.504Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:11.504Z] d5a1a3a2fee2: Layer already exists [2021-02-08T09:38:11.504Z] b45c2053b3f0: Layer already exists [2021-02-08T09:38:11.504Z] 2752fc14f54d: Layer already exists [2021-02-08T09:38:11.504Z] 777b2c648970: Layer already exists [2021-02-08T09:38:11.504Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:3e6c3a77140622c014af659c4a9ae04a5cc75ca1f5193a5d6f63696d14f180bf size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:11.814Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:12.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-08T09:38:12.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-08T09:38:12.120Z] b45c2053b3f0: Preparing [2021-02-08T09:38:12.120Z] d5a1a3a2fee2: Preparing [2021-02-08T09:38:12.120Z] 928008eb3bb1: Preparing [2021-02-08T09:38:12.120Z] 2752fc14f54d: Preparing [2021-02-08T09:38:12.120Z] 0798eb706a1d: Preparing [2021-02-08T09:38:12.120Z] 777b2c648970: Preparing [2021-02-08T09:38:12.120Z] 777b2c648970: Waiting [2021-02-08T09:38:12.120Z] 2752fc14f54d: Layer already exists [2021-02-08T09:38:12.120Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:12.120Z] d5a1a3a2fee2: Layer already exists [2021-02-08T09:38:12.120Z] b45c2053b3f0: Layer already exists [2021-02-08T09:38:12.120Z] 0798eb706a1d: Layer already exists [2021-02-08T09:38:12.120Z] 777b2c648970: Layer already exists [2021-02-08T09:38:12.120Z] master: digest: sha256:3e6c3a77140622c014af659c4a9ae04a5cc75ca1f5193a5d6f63696d14f180bf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:12.288Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:12.340Z] taggedImages: [2021-02-08T09:38:12.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:12.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.84 [2021-02-08T09:38:12.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:12.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-08T09:38:12.410Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-08T09:38:12.410Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:12.410Z] 2.0.0-dev.84 [2021-02-08T09:38:12.410Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:12.410Z] master [2021-02-08T09:38:12.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:12.978Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:13.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:13.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T09:38:13.301Z] 4dfca8f9cb96: Preparing [2021-02-08T09:38:13.301Z] edae6d5a4764: Preparing [2021-02-08T09:38:13.301Z] 928008eb3bb1: Preparing [2021-02-08T09:38:13.301Z] fa08e88659db: Preparing [2021-02-08T09:38:13.301Z] 777b2c648970: Preparing [2021-02-08T09:38:13.301Z] fa08e88659db: Layer already exists [2021-02-08T09:38:13.301Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:13.301Z] 777b2c648970: Layer already exists [2021-02-08T09:38:13.571Z] 4dfca8f9cb96: Pushed [2021-02-08T09:38:14.972Z] edae6d5a4764: Pushed [2021-02-08T09:38:14.972Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:eb6ced8ecae9ad2bd8788f575368e52d425d6b9ba3ebef925f60ab3d65688f63 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:15.282Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:15.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.84 [2021-02-08T09:38:15.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T09:38:15.586Z] 4dfca8f9cb96: Preparing [2021-02-08T09:38:15.586Z] edae6d5a4764: Preparing [2021-02-08T09:38:15.586Z] 928008eb3bb1: Preparing [2021-02-08T09:38:15.586Z] fa08e88659db: Preparing [2021-02-08T09:38:15.586Z] 777b2c648970: Preparing [2021-02-08T09:38:15.586Z] fa08e88659db: Layer already exists [2021-02-08T09:38:15.586Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:15.586Z] edae6d5a4764: Layer already exists [2021-02-08T09:38:15.586Z] 4dfca8f9cb96: Layer already exists [2021-02-08T09:38:15.586Z] 777b2c648970: Layer already exists [2021-02-08T09:38:15.586Z] 2.0.0-dev.84: digest: sha256:eb6ced8ecae9ad2bd8788f575368e52d425d6b9ba3ebef925f60ab3d65688f63 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:15.899Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:16.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:16.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T09:38:16.219Z] 4dfca8f9cb96: Preparing [2021-02-08T09:38:16.219Z] edae6d5a4764: Preparing [2021-02-08T09:38:16.219Z] 928008eb3bb1: Preparing [2021-02-08T09:38:16.219Z] fa08e88659db: Preparing [2021-02-08T09:38:16.219Z] 777b2c648970: Preparing [2021-02-08T09:38:16.219Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:16.219Z] 777b2c648970: Layer already exists [2021-02-08T09:38:16.219Z] edae6d5a4764: Layer already exists [2021-02-08T09:38:16.219Z] fa08e88659db: Layer already exists [2021-02-08T09:38:16.219Z] 4dfca8f9cb96: Layer already exists [2021-02-08T09:38:16.219Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:eb6ced8ecae9ad2bd8788f575368e52d425d6b9ba3ebef925f60ab3d65688f63 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:16.531Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:16.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-08T09:38:16.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-08T09:38:16.835Z] 4dfca8f9cb96: Preparing [2021-02-08T09:38:16.835Z] edae6d5a4764: Preparing [2021-02-08T09:38:16.835Z] 928008eb3bb1: Preparing [2021-02-08T09:38:16.835Z] fa08e88659db: Preparing [2021-02-08T09:38:16.835Z] 777b2c648970: Preparing [2021-02-08T09:38:16.835Z] edae6d5a4764: Layer already exists [2021-02-08T09:38:16.835Z] 4dfca8f9cb96: Layer already exists [2021-02-08T09:38:16.835Z] fa08e88659db: Layer already exists [2021-02-08T09:38:16.835Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:16.835Z] 777b2c648970: Layer already exists [2021-02-08T09:38:16.835Z] master: digest: sha256:eb6ced8ecae9ad2bd8788f575368e52d425d6b9ba3ebef925f60ab3d65688f63 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:17.010Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:17.053Z] taggedImages: [2021-02-08T09:38:17.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:17.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.84 [2021-02-08T09:38:17.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:17.053Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-08T09:38:17.112Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-08T09:38:17.112Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:17.112Z] 2.0.0-dev.84 [2021-02-08T09:38:17.112Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:17.112Z] master [2021-02-08T09:38:17.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-08T09:38:17.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:17.623Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:17.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:17.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-08T09:38:17.932Z] 88cb01c94092: Preparing [2021-02-08T09:38:17.932Z] 88cb01c94092: Preparing [2021-02-08T09:38:17.932Z] cf3b5dcb6c7a: Preparing [2021-02-08T09:38:17.932Z] f79d2fe612e2: Preparing [2021-02-08T09:38:17.932Z] cee8c8adacb0: Preparing [2021-02-08T09:38:17.932Z] 881264c21e35: Preparing [2021-02-08T09:38:17.932Z] 928008eb3bb1: Preparing [2021-02-08T09:38:17.932Z] 3a460528438b: Preparing [2021-02-08T09:38:17.932Z] 3a460528438b: Preparing [2021-02-08T09:38:17.932Z] e5e1bf9209fc: Preparing [2021-02-08T09:38:17.932Z] b1b439e46c2a: Preparing [2021-02-08T09:38:17.932Z] 777b2c648970: Preparing [2021-02-08T09:38:17.932Z] 3a460528438b: Waiting [2021-02-08T09:38:17.932Z] e5e1bf9209fc: Waiting [2021-02-08T09:38:17.932Z] b1b439e46c2a: Waiting [2021-02-08T09:38:17.932Z] 777b2c648970: Waiting [2021-02-08T09:38:17.932Z] 928008eb3bb1: Waiting [2021-02-08T09:38:18.199Z] 88cb01c94092: Pushed [2021-02-08T09:38:18.199Z] cf3b5dcb6c7a: Pushed [2021-02-08T09:38:18.199Z] cee8c8adacb0: Pushed [2021-02-08T09:38:18.199Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:18.465Z] 3a460528438b: Pushed [2021-02-08T09:38:18.465Z] e5e1bf9209fc: Pushed [2021-02-08T09:38:18.465Z] 777b2c648970: Layer already exists [2021-02-08T09:38:18.465Z] b1b439e46c2a: Pushed [2021-02-08T09:38:19.039Z] f79d2fe612e2: Pushed [2021-02-08T09:38:19.039Z] 881264c21e35: Pushed [2021-02-08T09:38:19.302Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:b3f926f09237c39cdd79331e9c6e477e49157b69327f975f9a7d965ff2345fba size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:19.613Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:19.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.84 [2021-02-08T09:38:19.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-08T09:38:19.919Z] 88cb01c94092: Preparing [2021-02-08T09:38:19.919Z] 88cb01c94092: Preparing [2021-02-08T09:38:19.919Z] cf3b5dcb6c7a: Preparing [2021-02-08T09:38:19.919Z] f79d2fe612e2: Preparing [2021-02-08T09:38:19.919Z] cee8c8adacb0: Preparing [2021-02-08T09:38:19.919Z] 881264c21e35: Preparing [2021-02-08T09:38:19.919Z] 928008eb3bb1: Preparing [2021-02-08T09:38:19.919Z] 3a460528438b: Preparing [2021-02-08T09:38:19.919Z] 3a460528438b: Preparing [2021-02-08T09:38:19.919Z] e5e1bf9209fc: Preparing [2021-02-08T09:38:19.919Z] b1b439e46c2a: Preparing [2021-02-08T09:38:19.919Z] 777b2c648970: Preparing [2021-02-08T09:38:19.919Z] 3a460528438b: Waiting [2021-02-08T09:38:19.919Z] e5e1bf9209fc: Waiting [2021-02-08T09:38:19.919Z] b1b439e46c2a: Waiting [2021-02-08T09:38:19.919Z] 928008eb3bb1: Waiting [2021-02-08T09:38:19.919Z] 777b2c648970: Waiting [2021-02-08T09:38:19.919Z] 881264c21e35: Layer already exists [2021-02-08T09:38:19.919Z] f79d2fe612e2: Layer already exists [2021-02-08T09:38:19.919Z] 88cb01c94092: Layer already exists [2021-02-08T09:38:19.919Z] cf3b5dcb6c7a: Layer already exists [2021-02-08T09:38:19.919Z] cee8c8adacb0: Layer already exists [2021-02-08T09:38:19.919Z] 3a460528438b: Layer already exists [2021-02-08T09:38:19.919Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:19.919Z] b1b439e46c2a: Layer already exists [2021-02-08T09:38:19.919Z] e5e1bf9209fc: Layer already exists [2021-02-08T09:38:19.919Z] 777b2c648970: Layer already exists [2021-02-08T09:38:19.919Z] 2.0.0-dev.84: digest: sha256:b3f926f09237c39cdd79331e9c6e477e49157b69327f975f9a7d965ff2345fba size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:20.228Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:20.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:20.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-08T09:38:20.537Z] 88cb01c94092: Preparing [2021-02-08T09:38:20.537Z] 88cb01c94092: Preparing [2021-02-08T09:38:20.537Z] cf3b5dcb6c7a: Preparing [2021-02-08T09:38:20.537Z] f79d2fe612e2: Preparing [2021-02-08T09:38:20.537Z] cee8c8adacb0: Preparing [2021-02-08T09:38:20.537Z] 881264c21e35: Preparing [2021-02-08T09:38:20.537Z] 928008eb3bb1: Preparing [2021-02-08T09:38:20.537Z] 3a460528438b: Preparing [2021-02-08T09:38:20.537Z] 3a460528438b: Preparing [2021-02-08T09:38:20.537Z] e5e1bf9209fc: Preparing [2021-02-08T09:38:20.537Z] b1b439e46c2a: Preparing [2021-02-08T09:38:20.537Z] 777b2c648970: Preparing [2021-02-08T09:38:20.537Z] 928008eb3bb1: Waiting [2021-02-08T09:38:20.537Z] 3a460528438b: Waiting [2021-02-08T09:38:20.537Z] e5e1bf9209fc: Waiting [2021-02-08T09:38:20.537Z] b1b439e46c2a: Waiting [2021-02-08T09:38:20.537Z] 777b2c648970: Waiting [2021-02-08T09:38:20.537Z] cf3b5dcb6c7a: Layer already exists [2021-02-08T09:38:20.537Z] 88cb01c94092: Layer already exists [2021-02-08T09:38:20.537Z] 881264c21e35: Layer already exists [2021-02-08T09:38:20.537Z] f79d2fe612e2: Layer already exists [2021-02-08T09:38:20.537Z] cee8c8adacb0: Layer already exists [2021-02-08T09:38:20.537Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:20.537Z] b1b439e46c2a: Layer already exists [2021-02-08T09:38:20.537Z] 3a460528438b: Layer already exists [2021-02-08T09:38:20.537Z] e5e1bf9209fc: Layer already exists [2021-02-08T09:38:20.537Z] 777b2c648970: Layer already exists [2021-02-08T09:38:20.537Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:b3f926f09237c39cdd79331e9c6e477e49157b69327f975f9a7d965ff2345fba size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:20.856Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:21.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-08T09:38:21.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-08T09:38:21.157Z] 88cb01c94092: Preparing [2021-02-08T09:38:21.157Z] 88cb01c94092: Preparing [2021-02-08T09:38:21.157Z] cf3b5dcb6c7a: Preparing [2021-02-08T09:38:21.157Z] f79d2fe612e2: Preparing [2021-02-08T09:38:21.157Z] cee8c8adacb0: Preparing [2021-02-08T09:38:21.157Z] 881264c21e35: Preparing [2021-02-08T09:38:21.157Z] 928008eb3bb1: Preparing [2021-02-08T09:38:21.157Z] 3a460528438b: Preparing [2021-02-08T09:38:21.157Z] 3a460528438b: Preparing [2021-02-08T09:38:21.157Z] e5e1bf9209fc: Preparing [2021-02-08T09:38:21.157Z] b1b439e46c2a: Preparing [2021-02-08T09:38:21.157Z] 777b2c648970: Preparing [2021-02-08T09:38:21.157Z] 3a460528438b: Waiting [2021-02-08T09:38:21.157Z] e5e1bf9209fc: Waiting [2021-02-08T09:38:21.157Z] b1b439e46c2a: Waiting [2021-02-08T09:38:21.157Z] 777b2c648970: Waiting [2021-02-08T09:38:21.157Z] 928008eb3bb1: Waiting [2021-02-08T09:38:21.157Z] cf3b5dcb6c7a: Layer already exists [2021-02-08T09:38:21.157Z] 88cb01c94092: Layer already exists [2021-02-08T09:38:21.157Z] f79d2fe612e2: Layer already exists [2021-02-08T09:38:21.157Z] 881264c21e35: Layer already exists [2021-02-08T09:38:21.157Z] cee8c8adacb0: Layer already exists [2021-02-08T09:38:21.157Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:21.157Z] 3a460528438b: Layer already exists [2021-02-08T09:38:21.157Z] e5e1bf9209fc: Layer already exists [2021-02-08T09:38:21.157Z] b1b439e46c2a: Layer already exists [2021-02-08T09:38:21.157Z] 777b2c648970: Layer already exists [2021-02-08T09:38:21.157Z] master: digest: sha256:b3f926f09237c39cdd79331e9c6e477e49157b69327f975f9a7d965ff2345fba size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:21.337Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:21.384Z] taggedImages: [2021-02-08T09:38:21.384Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:21.384Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.84 [2021-02-08T09:38:21.384Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:21.384Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-08T09:38:21.449Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-08T09:38:21.449Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:21.449Z] 2.0.0-dev.84 [2021-02-08T09:38:21.449Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:21.449Z] master [2021-02-08T09:38:21.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:21.956Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:22.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:22.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T09:38:22.278Z] d95dc281b00e: Preparing [2021-02-08T09:38:22.278Z] f78940f38b20: Preparing [2021-02-08T09:38:22.278Z] 7b686f3a79a1: Preparing [2021-02-08T09:38:22.278Z] 3ace350eb006: Preparing [2021-02-08T09:38:22.278Z] c7cb7e5e4d13: Preparing [2021-02-08T09:38:22.278Z] 777b2c648970: Preparing [2021-02-08T09:38:22.278Z] 777b2c648970: Waiting [2021-02-08T09:38:22.546Z] 3ace350eb006: Pushed [2021-02-08T09:38:22.546Z] 7b686f3a79a1: Pushed [2021-02-08T09:38:22.546Z] 777b2c648970: Layer already exists [2021-02-08T09:38:22.817Z] c7cb7e5e4d13: Pushed [2021-02-08T09:38:23.392Z] d95dc281b00e: Pushed [2021-02-08T09:38:23.392Z] f78940f38b20: Pushed [2021-02-08T09:38:23.655Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:76c7c77d410255e0fda66ea080a35617b4a2bd6d5b9d1817784d039152ab1b61 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:23.960Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:24.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.84 [2021-02-08T09:38:24.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T09:38:24.260Z] d95dc281b00e: Preparing [2021-02-08T09:38:24.260Z] f78940f38b20: Preparing [2021-02-08T09:38:24.260Z] 7b686f3a79a1: Preparing [2021-02-08T09:38:24.260Z] 3ace350eb006: Preparing [2021-02-08T09:38:24.260Z] c7cb7e5e4d13: Preparing [2021-02-08T09:38:24.260Z] 777b2c648970: Preparing [2021-02-08T09:38:24.260Z] 777b2c648970: Waiting [2021-02-08T09:38:24.260Z] f78940f38b20: Layer already exists [2021-02-08T09:38:24.260Z] d95dc281b00e: Layer already exists [2021-02-08T09:38:24.260Z] 7b686f3a79a1: Layer already exists [2021-02-08T09:38:24.260Z] c7cb7e5e4d13: Layer already exists [2021-02-08T09:38:24.260Z] 3ace350eb006: Layer already exists [2021-02-08T09:38:24.260Z] 777b2c648970: Layer already exists [2021-02-08T09:38:24.260Z] 2.0.0-dev.84: digest: sha256:76c7c77d410255e0fda66ea080a35617b4a2bd6d5b9d1817784d039152ab1b61 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:24.593Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:24.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:24.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T09:38:24.917Z] d95dc281b00e: Preparing [2021-02-08T09:38:24.917Z] f78940f38b20: Preparing [2021-02-08T09:38:24.917Z] 7b686f3a79a1: Preparing [2021-02-08T09:38:24.917Z] 3ace350eb006: Preparing [2021-02-08T09:38:24.917Z] c7cb7e5e4d13: Preparing [2021-02-08T09:38:24.917Z] 777b2c648970: Preparing [2021-02-08T09:38:24.917Z] 777b2c648970: Waiting [2021-02-08T09:38:24.917Z] c7cb7e5e4d13: Layer already exists [2021-02-08T09:38:24.917Z] 7b686f3a79a1: Layer already exists [2021-02-08T09:38:24.917Z] 3ace350eb006: Layer already exists [2021-02-08T09:38:24.917Z] f78940f38b20: Layer already exists [2021-02-08T09:38:24.917Z] d95dc281b00e: Layer already exists [2021-02-08T09:38:24.917Z] 777b2c648970: Layer already exists [2021-02-08T09:38:24.917Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:76c7c77d410255e0fda66ea080a35617b4a2bd6d5b9d1817784d039152ab1b61 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:25.243Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:25.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-08T09:38:25.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-08T09:38:25.568Z] d95dc281b00e: Preparing [2021-02-08T09:38:25.568Z] f78940f38b20: Preparing [2021-02-08T09:38:25.568Z] 7b686f3a79a1: Preparing [2021-02-08T09:38:25.568Z] 3ace350eb006: Preparing [2021-02-08T09:38:25.568Z] c7cb7e5e4d13: Preparing [2021-02-08T09:38:25.568Z] 777b2c648970: Preparing [2021-02-08T09:38:25.568Z] 777b2c648970: Waiting [2021-02-08T09:38:25.568Z] c7cb7e5e4d13: Layer already exists [2021-02-08T09:38:25.568Z] 3ace350eb006: Layer already exists [2021-02-08T09:38:25.568Z] d95dc281b00e: Layer already exists [2021-02-08T09:38:25.568Z] f78940f38b20: Layer already exists [2021-02-08T09:38:25.568Z] 7b686f3a79a1: Layer already exists [2021-02-08T09:38:25.568Z] 777b2c648970: Layer already exists [2021-02-08T09:38:25.568Z] master: digest: sha256:76c7c77d410255e0fda66ea080a35617b4a2bd6d5b9d1817784d039152ab1b61 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:25.780Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:25.874Z] taggedImages: [2021-02-08T09:38:25.874Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:25.874Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.84 [2021-02-08T09:38:25.874Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:25.874Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-08T09:38:25.937Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-08T09:38:25.937Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:25.937Z] 2.0.0-dev.84 [2021-02-08T09:38:25.937Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:25.937Z] master [2021-02-08T09:38:25.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:26.413Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:26.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:26.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T09:38:26.713Z] 9e0b0f52b456: Preparing [2021-02-08T09:38:26.713Z] 294aac50ba8e: Preparing [2021-02-08T09:38:26.713Z] 5f72f6622cac: Preparing [2021-02-08T09:38:26.713Z] 9f032826667f: Preparing [2021-02-08T09:38:26.713Z] b10560813046: Preparing [2021-02-08T09:38:26.713Z] 07b8726cf6dc: Preparing [2021-02-08T09:38:26.713Z] 0437d688b7d4: Preparing [2021-02-08T09:38:26.713Z] a81fc11f4784: Preparing [2021-02-08T09:38:26.713Z] 777b2c648970: Preparing [2021-02-08T09:38:26.713Z] 0437d688b7d4: Waiting [2021-02-08T09:38:26.713Z] a81fc11f4784: Waiting [2021-02-08T09:38:26.713Z] 07b8726cf6dc: Waiting [2021-02-08T09:38:26.713Z] 777b2c648970: Waiting [2021-02-08T09:38:26.994Z] 9e0b0f52b456: Pushed [2021-02-08T09:38:26.994Z] b10560813046: Pushed [2021-02-08T09:38:26.994Z] 294aac50ba8e: Pushed [2021-02-08T09:38:26.994Z] 07b8726cf6dc: Pushed [2021-02-08T09:38:26.994Z] 0437d688b7d4: Pushed [2021-02-08T09:38:27.267Z] 777b2c648970: Layer already exists [2021-02-08T09:38:27.267Z] a81fc11f4784: Pushed [2021-02-08T09:38:27.843Z] 9f032826667f: Pushed [2021-02-08T09:38:27.843Z] 5f72f6622cac: Pushed [2021-02-08T09:38:28.105Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:16854449bfcb9c934c108776346c1ceddab7b4dda7ffd5c2bb4b247827c79fc5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:28.416Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:28.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.84 [2021-02-08T09:38:28.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T09:38:28.720Z] 9e0b0f52b456: Preparing [2021-02-08T09:38:28.720Z] 294aac50ba8e: Preparing [2021-02-08T09:38:28.720Z] 5f72f6622cac: Preparing [2021-02-08T09:38:28.720Z] 9f032826667f: Preparing [2021-02-08T09:38:28.720Z] b10560813046: Preparing [2021-02-08T09:38:28.720Z] 07b8726cf6dc: Preparing [2021-02-08T09:38:28.720Z] 0437d688b7d4: Preparing [2021-02-08T09:38:28.720Z] a81fc11f4784: Preparing [2021-02-08T09:38:28.720Z] 777b2c648970: Preparing [2021-02-08T09:38:28.720Z] 07b8726cf6dc: Waiting [2021-02-08T09:38:28.720Z] 0437d688b7d4: Waiting [2021-02-08T09:38:28.720Z] a81fc11f4784: Waiting [2021-02-08T09:38:28.720Z] 777b2c648970: Waiting [2021-02-08T09:38:28.720Z] 9f032826667f: Layer already exists [2021-02-08T09:38:28.720Z] 294aac50ba8e: Layer already exists [2021-02-08T09:38:28.720Z] b10560813046: Layer already exists [2021-02-08T09:38:28.720Z] 9e0b0f52b456: Layer already exists [2021-02-08T09:38:28.720Z] 5f72f6622cac: Layer already exists [2021-02-08T09:38:28.720Z] 0437d688b7d4: Layer already exists [2021-02-08T09:38:28.720Z] 07b8726cf6dc: Layer already exists [2021-02-08T09:38:28.720Z] 777b2c648970: Layer already exists [2021-02-08T09:38:28.720Z] a81fc11f4784: Layer already exists [2021-02-08T09:38:28.986Z] 2.0.0-dev.84: digest: sha256:16854449bfcb9c934c108776346c1ceddab7b4dda7ffd5c2bb4b247827c79fc5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:29.303Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:29.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:29.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T09:38:29.608Z] 9e0b0f52b456: Preparing [2021-02-08T09:38:29.608Z] 294aac50ba8e: Preparing [2021-02-08T09:38:29.608Z] 5f72f6622cac: Preparing [2021-02-08T09:38:29.608Z] 9f032826667f: Preparing [2021-02-08T09:38:29.608Z] b10560813046: Preparing [2021-02-08T09:38:29.608Z] 07b8726cf6dc: Preparing [2021-02-08T09:38:29.608Z] 0437d688b7d4: Preparing [2021-02-08T09:38:29.608Z] a81fc11f4784: Preparing [2021-02-08T09:38:29.608Z] 777b2c648970: Preparing [2021-02-08T09:38:29.608Z] 0437d688b7d4: Waiting [2021-02-08T09:38:29.608Z] a81fc11f4784: Waiting [2021-02-08T09:38:29.608Z] 777b2c648970: Waiting [2021-02-08T09:38:29.608Z] 07b8726cf6dc: Waiting [2021-02-08T09:38:29.608Z] 294aac50ba8e: Layer already exists [2021-02-08T09:38:29.608Z] b10560813046: Layer already exists [2021-02-08T09:38:29.608Z] 5f72f6622cac: Layer already exists [2021-02-08T09:38:29.608Z] 9f032826667f: Layer already exists [2021-02-08T09:38:29.608Z] 9e0b0f52b456: Layer already exists [2021-02-08T09:38:29.608Z] a81fc11f4784: Layer already exists [2021-02-08T09:38:29.608Z] 0437d688b7d4: Layer already exists [2021-02-08T09:38:29.608Z] 07b8726cf6dc: Layer already exists [2021-02-08T09:38:29.608Z] 777b2c648970: Layer already exists [2021-02-08T09:38:29.608Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:16854449bfcb9c934c108776346c1ceddab7b4dda7ffd5c2bb4b247827c79fc5 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:29.780Z] Removing intermediate container 7e640e531e98 [2021-02-08T09:38:29.780Z] ---> 5ab713561e84 [2021-02-08T09:38:29.780Z] [2021-02-08T09:38:29.780Z] Step 10/24 : FROM alpine:3.12 [2021-02-08T09:38:29.780Z] 3.12: Pulling from library/alpine [2021-02-08T09:38:29.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-08T09:38:29.780Z] Status: Downloaded newer image for alpine:3.12 [2021-02-08T09:38:29.780Z] ---> afeebe901d6b [2021-02-08T09:38:29.780Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-08T09:38:29.780Z] ---> Running in 8e623e8ba146 [2021-02-08T09:38:29.920Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:30.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-08T09:38:30.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-08T09:38:30.225Z] 9e0b0f52b456: Preparing [2021-02-08T09:38:30.225Z] 294aac50ba8e: Preparing [2021-02-08T09:38:30.225Z] 5f72f6622cac: Preparing [2021-02-08T09:38:30.225Z] 9f032826667f: Preparing [2021-02-08T09:38:30.225Z] b10560813046: Preparing [2021-02-08T09:38:30.225Z] 07b8726cf6dc: Preparing [2021-02-08T09:38:30.225Z] 0437d688b7d4: Preparing [2021-02-08T09:38:30.225Z] a81fc11f4784: Preparing [2021-02-08T09:38:30.225Z] 777b2c648970: Preparing [2021-02-08T09:38:30.225Z] 07b8726cf6dc: Waiting [2021-02-08T09:38:30.225Z] 0437d688b7d4: Waiting [2021-02-08T09:38:30.225Z] a81fc11f4784: Waiting [2021-02-08T09:38:30.225Z] 777b2c648970: Waiting [2021-02-08T09:38:30.225Z] 9f032826667f: Layer already exists [2021-02-08T09:38:30.225Z] b10560813046: Layer already exists [2021-02-08T09:38:30.225Z] 294aac50ba8e: Layer already exists [2021-02-08T09:38:30.225Z] 5f72f6622cac: Layer already exists [2021-02-08T09:38:30.225Z] 9e0b0f52b456: Layer already exists [2021-02-08T09:38:30.225Z] 777b2c648970: Layer already exists [2021-02-08T09:38:30.225Z] 0437d688b7d4: Layer already exists [2021-02-08T09:38:30.225Z] 07b8726cf6dc: Layer already exists [2021-02-08T09:38:30.225Z] a81fc11f4784: Layer already exists [2021-02-08T09:38:30.225Z] master: digest: sha256:16854449bfcb9c934c108776346c1ceddab7b4dda7ffd5c2bb4b247827c79fc5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:30.406Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:30.472Z] taggedImages: [2021-02-08T09:38:30.472Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:30.472Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.84 [2021-02-08T09:38:30.472Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:30.472Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-08T09:38:30.533Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-08T09:38:30.533Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:30.533Z] 2.0.0-dev.84 [2021-02-08T09:38:30.533Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:30.533Z] master [2021-02-08T09:38:30.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:31.042Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:31.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:31.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T09:38:31.346Z] a6e1a0a8cf65: Preparing [2021-02-08T09:38:31.346Z] cd0418db53be: Preparing [2021-02-08T09:38:31.346Z] 928008eb3bb1: Preparing [2021-02-08T09:38:31.346Z] 389f767ca49b: Preparing [2021-02-08T09:38:31.346Z] 777b2c648970: Preparing [2021-02-08T09:38:31.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:31.947Z] 777b2c648970: Layer already exists [2021-02-08T09:38:31.947Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:31.947Z] a6e1a0a8cf65: Pushed [2021-02-08T09:38:32.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:32.211Z] 389f767ca49b: Pushed [2021-02-08T09:38:33.051Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-08T09:38:33.051Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:38:33.051Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-08T09:38:33.051Z] (4/5) Installing curl (7.69.1-r3) [2021-02-08T09:38:33.051Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:33.051Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:33.051Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:38:33.157Z] cd0418db53be: Pushed [2021-02-08T09:38:33.157Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:c16b8154a4618c3ae165ed3184bf4bf0a778d475284eb9456d109a9e695e7e83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:33.329Z] OK: 7 MiB in 19 packages [2021-02-08T09:38:33.474Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:33.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.84 [2021-02-08T09:38:33.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T09:38:33.873Z] a6e1a0a8cf65: Preparing [2021-02-08T09:38:33.873Z] cd0418db53be: Preparing [2021-02-08T09:38:33.873Z] 928008eb3bb1: Preparing [2021-02-08T09:38:33.873Z] 389f767ca49b: Preparing [2021-02-08T09:38:33.873Z] 777b2c648970: Preparing [2021-02-08T09:38:33.873Z] a6e1a0a8cf65: Layer already exists [2021-02-08T09:38:33.873Z] 777b2c648970: Layer already exists [2021-02-08T09:38:33.873Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:33.873Z] cd0418db53be: Layer already exists [2021-02-08T09:38:33.873Z] 389f767ca49b: Layer already exists [2021-02-08T09:38:33.873Z] 2.0.0-dev.84: digest: sha256:c16b8154a4618c3ae165ed3184bf4bf0a778d475284eb9456d109a9e695e7e83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:34.286Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:34.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:34.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T09:38:34.586Z] a6e1a0a8cf65: Preparing [2021-02-08T09:38:34.586Z] cd0418db53be: Preparing [2021-02-08T09:38:34.586Z] 928008eb3bb1: Preparing [2021-02-08T09:38:34.586Z] 389f767ca49b: Preparing [2021-02-08T09:38:34.586Z] 777b2c648970: Preparing [2021-02-08T09:38:34.586Z] cd0418db53be: Layer already exists [2021-02-08T09:38:34.586Z] 389f767ca49b: Layer already exists [2021-02-08T09:38:34.587Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:34.587Z] 777b2c648970: Layer already exists [2021-02-08T09:38:34.587Z] a6e1a0a8cf65: Layer already exists [2021-02-08T09:38:34.587Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:c16b8154a4618c3ae165ed3184bf4bf0a778d475284eb9456d109a9e695e7e83 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:34.893Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:35.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-08T09:38:35.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-08T09:38:35.195Z] a6e1a0a8cf65: Preparing [2021-02-08T09:38:35.195Z] cd0418db53be: Preparing [2021-02-08T09:38:35.195Z] 928008eb3bb1: Preparing [2021-02-08T09:38:35.195Z] 389f767ca49b: Preparing [2021-02-08T09:38:35.195Z] 777b2c648970: Preparing [2021-02-08T09:38:35.195Z] a6e1a0a8cf65: Layer already exists [2021-02-08T09:38:35.195Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:35.195Z] 777b2c648970: Layer already exists [2021-02-08T09:38:35.195Z] 389f767ca49b: Layer already exists [2021-02-08T09:38:35.195Z] cd0418db53be: Layer already exists [2021-02-08T09:38:35.195Z] master: digest: sha256:c16b8154a4618c3ae165ed3184bf4bf0a778d475284eb9456d109a9e695e7e83 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:35.390Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:35.443Z] taggedImages: [2021-02-08T09:38:35.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:35.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.84 [2021-02-08T09:38:35.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:35.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-08T09:38:35.510Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-08T09:38:35.510Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:35.510Z] 2.0.0-dev.84 [2021-02-08T09:38:35.510Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:35.510Z] master [2021-02-08T09:38:35.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:36.044Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:36.206Z] Removing intermediate container 8e623e8ba146 [2021-02-08T09:38:36.206Z] ---> 66e56ce3b2f8 [2021-02-08T09:38:36.206Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:38:36.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:36.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T09:38:36.344Z] 4d3aa00855fc: Preparing [2021-02-08T09:38:36.344Z] fb8a2ea67ed0: Preparing [2021-02-08T09:38:36.344Z] 928008eb3bb1: Preparing [2021-02-08T09:38:36.344Z] fa08e88659db: Preparing [2021-02-08T09:38:36.344Z] 777b2c648970: Preparing [2021-02-08T09:38:36.344Z] fa08e88659db: Layer already exists [2021-02-08T09:38:36.344Z] 777b2c648970: Layer already exists [2021-02-08T09:38:36.344Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:36.525Z] ---> Running in b20fb08b7618 [2021-02-08T09:38:36.610Z] 4d3aa00855fc: Pushed [2021-02-08T09:38:37.555Z] Removing intermediate container b20fb08b7618 [2021-02-08T09:38:37.555Z] ---> c61d2725c7d5 [2021-02-08T09:38:37.555Z] Step 13/24 : WORKDIR / [2021-02-08T09:38:37.555Z] ---> Running in a536b68d9a7a [2021-02-08T09:38:37.556Z] fb8a2ea67ed0: Pushed [2021-02-08T09:38:37.819Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:1742855fc562d9e17630e0747856513505419bad68502bfb0e04b409de287e25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:38.131Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:38.157Z] Removing intermediate container a536b68d9a7a [2021-02-08T09:38:38.157Z] ---> 2e13765af21d [2021-02-08T09:38:38.157Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-08T09:38:38.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.84 [2021-02-08T09:38:38.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T09:38:38.432Z] 4d3aa00855fc: Preparing [2021-02-08T09:38:38.432Z] fb8a2ea67ed0: Preparing [2021-02-08T09:38:38.432Z] 928008eb3bb1: Preparing [2021-02-08T09:38:38.432Z] fa08e88659db: Preparing [2021-02-08T09:38:38.432Z] 777b2c648970: Preparing [2021-02-08T09:38:38.432Z] fa08e88659db: Layer already exists [2021-02-08T09:38:38.432Z] 777b2c648970: Layer already exists [2021-02-08T09:38:38.432Z] 4d3aa00855fc: Layer already exists [2021-02-08T09:38:38.432Z] fb8a2ea67ed0: Layer already exists [2021-02-08T09:38:38.432Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:38.432Z] 2.0.0-dev.84: digest: sha256:1742855fc562d9e17630e0747856513505419bad68502bfb0e04b409de287e25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:38.744Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:39.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:39.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T09:38:39.051Z] 4d3aa00855fc: Preparing [2021-02-08T09:38:39.051Z] fb8a2ea67ed0: Preparing [2021-02-08T09:38:39.051Z] 928008eb3bb1: Preparing [2021-02-08T09:38:39.051Z] fa08e88659db: Preparing [2021-02-08T09:38:39.051Z] 777b2c648970: Preparing [2021-02-08T09:38:39.051Z] 777b2c648970: Layer already exists [2021-02-08T09:38:39.051Z] 4d3aa00855fc: Layer already exists [2021-02-08T09:38:39.051Z] fa08e88659db: Layer already exists [2021-02-08T09:38:39.051Z] fb8a2ea67ed0: Layer already exists [2021-02-08T09:38:39.051Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:39.313Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:1742855fc562d9e17630e0747856513505419bad68502bfb0e04b409de287e25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:39.608Z] ---> 834e6dc89939 [2021-02-08T09:38:39.608Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-08T09:38:39.621Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:39.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-08T09:38:39.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-08T09:38:39.929Z] 4d3aa00855fc: Preparing [2021-02-08T09:38:39.929Z] fb8a2ea67ed0: Preparing [2021-02-08T09:38:39.929Z] 928008eb3bb1: Preparing [2021-02-08T09:38:39.929Z] fa08e88659db: Preparing [2021-02-08T09:38:39.929Z] 777b2c648970: Preparing [2021-02-08T09:38:39.929Z] fb8a2ea67ed0: Layer already exists [2021-02-08T09:38:39.929Z] 928008eb3bb1: Layer already exists [2021-02-08T09:38:39.929Z] 777b2c648970: Layer already exists [2021-02-08T09:38:39.929Z] 4d3aa00855fc: Layer already exists [2021-02-08T09:38:39.929Z] fa08e88659db: Layer already exists [2021-02-08T09:38:39.929Z] master: digest: sha256:1742855fc562d9e17630e0747856513505419bad68502bfb0e04b409de287e25 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:40.162Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:40.209Z] taggedImages: [2021-02-08T09:38:40.210Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:40.210Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.84 [2021-02-08T09:38:40.210Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:40.210Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-08T09:38:40.276Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-08T09:38:40.276Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:40.276Z] 2.0.0-dev.84 [2021-02-08T09:38:40.276Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:40.276Z] master [2021-02-08T09:38:40.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:40.594Z] ---> 2ec72e9c479f [2021-02-08T09:38:40.594Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-08T09:38:40.772Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:41.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:41.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T09:38:41.083Z] db568c65a3a2: Preparing [2021-02-08T09:38:41.083Z] 90d75ee3b4f1: Preparing [2021-02-08T09:38:41.083Z] fac1a82705b5: Preparing [2021-02-08T09:38:41.083Z] c2e55e0de5ab: Preparing [2021-02-08T09:38:41.083Z] b653d48b5cea: Preparing [2021-02-08T09:38:41.083Z] 60c504e30b5e: Preparing [2021-02-08T09:38:41.083Z] f8796f6b502e: Preparing [2021-02-08T09:38:41.083Z] 0754057c0ad3: Preparing [2021-02-08T09:38:41.083Z] 998cdf262ab1: Preparing [2021-02-08T09:38:41.083Z] 02e56110abd2: Preparing [2021-02-08T09:38:41.083Z] abc36efb885a: Preparing [2021-02-08T09:38:41.083Z] b0b09059f4e1: Preparing [2021-02-08T09:38:41.083Z] bb961f40224b: Preparing [2021-02-08T09:38:41.083Z] f4666769fca7: Preparing [2021-02-08T09:38:41.083Z] 998cdf262ab1: Waiting [2021-02-08T09:38:41.083Z] b0b09059f4e1: Waiting [2021-02-08T09:38:41.083Z] 02e56110abd2: Waiting [2021-02-08T09:38:41.083Z] bb961f40224b: Waiting [2021-02-08T09:38:41.083Z] f4666769fca7: Waiting [2021-02-08T09:38:41.083Z] f8796f6b502e: Waiting [2021-02-08T09:38:41.083Z] 0754057c0ad3: Waiting [2021-02-08T09:38:41.083Z] abc36efb885a: Waiting [2021-02-08T09:38:41.083Z] 60c504e30b5e: Waiting [2021-02-08T09:38:41.354Z] b653d48b5cea: Pushed [2021-02-08T09:38:41.354Z] db568c65a3a2: Pushed [2021-02-08T09:38:41.619Z] c2e55e0de5ab: Pushed [2021-02-08T09:38:41.619Z] 0754057c0ad3: Layer already exists [2021-02-08T09:38:41.619Z] 998cdf262ab1: Layer already exists [2021-02-08T09:38:41.883Z] f8796f6b502e: Pushed [2021-02-08T09:38:41.883Z] 02e56110abd2: Layer already exists [2021-02-08T09:38:41.883Z] abc36efb885a: Layer already exists [2021-02-08T09:38:41.883Z] b0b09059f4e1: Layer already exists [2021-02-08T09:38:41.883Z] bb961f40224b: Layer already exists [2021-02-08T09:38:41.883Z] 90d75ee3b4f1: Pushed [2021-02-08T09:38:41.883Z] f4666769fca7: Layer already exists [2021-02-08T09:38:42.044Z] ---> 61a8ac3f190e [2021-02-08T09:38:42.044Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-08T09:38:42.459Z] 60c504e30b5e: Pushed [2021-02-08T09:38:44.686Z] ---> 45645b1ee469 [2021-02-08T09:38:44.686Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-08T09:38:47.764Z] fac1a82705b5: Pushed [2021-02-08T09:38:47.764Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:7982ce982359ce845355807ebdb41712db18551b4794cc1100ff8ffc6d2e5b8e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:48.077Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:48.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.84 [2021-02-08T09:38:48.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T09:38:48.387Z] db568c65a3a2: Preparing [2021-02-08T09:38:48.387Z] 90d75ee3b4f1: Preparing [2021-02-08T09:38:48.387Z] fac1a82705b5: Preparing [2021-02-08T09:38:48.387Z] c2e55e0de5ab: Preparing [2021-02-08T09:38:48.387Z] b653d48b5cea: Preparing [2021-02-08T09:38:48.387Z] 60c504e30b5e: Preparing [2021-02-08T09:38:48.387Z] f8796f6b502e: Preparing [2021-02-08T09:38:48.387Z] 0754057c0ad3: Preparing [2021-02-08T09:38:48.387Z] 998cdf262ab1: Preparing [2021-02-08T09:38:48.387Z] 02e56110abd2: Preparing [2021-02-08T09:38:48.387Z] abc36efb885a: Preparing [2021-02-08T09:38:48.387Z] b0b09059f4e1: Preparing [2021-02-08T09:38:48.387Z] bb961f40224b: Preparing [2021-02-08T09:38:48.387Z] f4666769fca7: Preparing [2021-02-08T09:38:48.387Z] f8796f6b502e: Waiting [2021-02-08T09:38:48.387Z] 0754057c0ad3: Waiting [2021-02-08T09:38:48.387Z] 998cdf262ab1: Waiting [2021-02-08T09:38:48.387Z] 02e56110abd2: Waiting [2021-02-08T09:38:48.387Z] abc36efb885a: Waiting [2021-02-08T09:38:48.387Z] 60c504e30b5e: Waiting [2021-02-08T09:38:48.387Z] b0b09059f4e1: Waiting [2021-02-08T09:38:48.387Z] bb961f40224b: Waiting [2021-02-08T09:38:48.387Z] f4666769fca7: Waiting [2021-02-08T09:38:48.387Z] c2e55e0de5ab: Layer already exists [2021-02-08T09:38:48.387Z] db568c65a3a2: Layer already exists [2021-02-08T09:38:48.387Z] b653d48b5cea: Layer already exists [2021-02-08T09:38:48.387Z] fac1a82705b5: Layer already exists [2021-02-08T09:38:48.387Z] 90d75ee3b4f1: Layer already exists [2021-02-08T09:38:48.387Z] 60c504e30b5e: Layer already exists [2021-02-08T09:38:48.387Z] 0754057c0ad3: Layer already exists [2021-02-08T09:38:48.387Z] 998cdf262ab1: Layer already exists [2021-02-08T09:38:48.387Z] f8796f6b502e: Layer already exists [2021-02-08T09:38:48.387Z] 02e56110abd2: Layer already exists [2021-02-08T09:38:48.387Z] b0b09059f4e1: Layer already exists [2021-02-08T09:38:48.387Z] abc36efb885a: Layer already exists [2021-02-08T09:38:48.387Z] bb961f40224b: Layer already exists [2021-02-08T09:38:48.387Z] f4666769fca7: Layer already exists [2021-02-08T09:38:48.387Z] 2.0.0-dev.84: digest: sha256:7982ce982359ce845355807ebdb41712db18551b4794cc1100ff8ffc6d2e5b8e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:48.703Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:49.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:49.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T09:38:49.010Z] db568c65a3a2: Preparing [2021-02-08T09:38:49.010Z] 90d75ee3b4f1: Preparing [2021-02-08T09:38:49.010Z] fac1a82705b5: Preparing [2021-02-08T09:38:49.010Z] c2e55e0de5ab: Preparing [2021-02-08T09:38:49.010Z] b653d48b5cea: Preparing [2021-02-08T09:38:49.010Z] 60c504e30b5e: Preparing [2021-02-08T09:38:49.010Z] f8796f6b502e: Preparing [2021-02-08T09:38:49.010Z] 0754057c0ad3: Preparing [2021-02-08T09:38:49.010Z] 998cdf262ab1: Preparing [2021-02-08T09:38:49.010Z] 02e56110abd2: Preparing [2021-02-08T09:38:49.010Z] abc36efb885a: Preparing [2021-02-08T09:38:49.010Z] b0b09059f4e1: Preparing [2021-02-08T09:38:49.010Z] bb961f40224b: Preparing [2021-02-08T09:38:49.010Z] f4666769fca7: Preparing [2021-02-08T09:38:49.010Z] 998cdf262ab1: Waiting [2021-02-08T09:38:49.010Z] 02e56110abd2: Waiting [2021-02-08T09:38:49.010Z] abc36efb885a: Waiting [2021-02-08T09:38:49.010Z] 60c504e30b5e: Waiting [2021-02-08T09:38:49.010Z] f8796f6b502e: Waiting [2021-02-08T09:38:49.010Z] 0754057c0ad3: Waiting [2021-02-08T09:38:49.010Z] b0b09059f4e1: Waiting [2021-02-08T09:38:49.010Z] bb961f40224b: Waiting [2021-02-08T09:38:49.010Z] f4666769fca7: Waiting [2021-02-08T09:38:49.010Z] db568c65a3a2: Layer already exists [2021-02-08T09:38:49.010Z] fac1a82705b5: Layer already exists [2021-02-08T09:38:49.010Z] c2e55e0de5ab: Layer already exists [2021-02-08T09:38:49.010Z] b653d48b5cea: Layer already exists [2021-02-08T09:38:49.010Z] 90d75ee3b4f1: Layer already exists [2021-02-08T09:38:49.010Z] 998cdf262ab1: Layer already exists [2021-02-08T09:38:49.010Z] 60c504e30b5e: Layer already exists [2021-02-08T09:38:49.010Z] f8796f6b502e: Layer already exists [2021-02-08T09:38:49.010Z] 02e56110abd2: Layer already exists [2021-02-08T09:38:49.010Z] 0754057c0ad3: Layer already exists [2021-02-08T09:38:49.010Z] b0b09059f4e1: Layer already exists [2021-02-08T09:38:49.010Z] f4666769fca7: Layer already exists [2021-02-08T09:38:49.010Z] abc36efb885a: Layer already exists [2021-02-08T09:38:49.010Z] bb961f40224b: Layer already exists [2021-02-08T09:38:49.021Z] ---> 92c09fc767fc [2021-02-08T09:38:49.021Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-08T09:38:49.272Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:7982ce982359ce845355807ebdb41712db18551b4794cc1100ff8ffc6d2e5b8e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:49.303Z] Removing intermediate container e897fb232b37 [2021-02-08T09:38:49.303Z] ---> 87f900f96aa6 [2021-02-08T09:38:49.303Z] [2021-02-08T09:38:49.303Z] Step 10/31 : FROM alpine:3.12 [2021-02-08T09:38:49.303Z] ---> afeebe901d6b [2021-02-08T09:38:49.303Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-08T09:38:49.580Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:38:49.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-08T09:38:49.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-08T09:38:49.889Z] db568c65a3a2: Preparing [2021-02-08T09:38:49.889Z] 90d75ee3b4f1: Preparing [2021-02-08T09:38:49.889Z] fac1a82705b5: Preparing [2021-02-08T09:38:49.889Z] c2e55e0de5ab: Preparing [2021-02-08T09:38:49.889Z] b653d48b5cea: Preparing [2021-02-08T09:38:49.889Z] 60c504e30b5e: Preparing [2021-02-08T09:38:49.889Z] f8796f6b502e: Preparing [2021-02-08T09:38:49.889Z] 0754057c0ad3: Preparing [2021-02-08T09:38:49.889Z] 998cdf262ab1: Preparing [2021-02-08T09:38:49.889Z] 02e56110abd2: Preparing [2021-02-08T09:38:49.889Z] abc36efb885a: Preparing [2021-02-08T09:38:49.889Z] b0b09059f4e1: Preparing [2021-02-08T09:38:49.889Z] bb961f40224b: Preparing [2021-02-08T09:38:49.889Z] f4666769fca7: Preparing [2021-02-08T09:38:49.889Z] bb961f40224b: Waiting [2021-02-08T09:38:49.889Z] 02e56110abd2: Waiting [2021-02-08T09:38:49.889Z] abc36efb885a: Waiting [2021-02-08T09:38:49.889Z] b0b09059f4e1: Waiting [2021-02-08T09:38:49.889Z] f4666769fca7: Waiting [2021-02-08T09:38:49.889Z] 60c504e30b5e: Waiting [2021-02-08T09:38:49.889Z] 0754057c0ad3: Waiting [2021-02-08T09:38:49.889Z] 998cdf262ab1: Waiting [2021-02-08T09:38:49.889Z] f8796f6b502e: Waiting [2021-02-08T09:38:49.889Z] c2e55e0de5ab: Layer already exists [2021-02-08T09:38:49.889Z] db568c65a3a2: Layer already exists [2021-02-08T09:38:49.889Z] b653d48b5cea: Layer already exists [2021-02-08T09:38:49.889Z] fac1a82705b5: Layer already exists [2021-02-08T09:38:49.889Z] 90d75ee3b4f1: Layer already exists [2021-02-08T09:38:49.889Z] 60c504e30b5e: Layer already exists [2021-02-08T09:38:49.889Z] f8796f6b502e: Layer already exists [2021-02-08T09:38:49.889Z] abc36efb885a: Layer already exists [2021-02-08T09:38:49.889Z] 02e56110abd2: Layer already exists [2021-02-08T09:38:49.889Z] b0b09059f4e1: Layer already exists [2021-02-08T09:38:49.889Z] 998cdf262ab1: Layer already exists [2021-02-08T09:38:49.889Z] 0754057c0ad3: Layer already exists [2021-02-08T09:38:49.889Z] bb961f40224b: Layer already exists [2021-02-08T09:38:49.889Z] f4666769fca7: Layer already exists [2021-02-08T09:38:50.151Z] master: digest: sha256:7982ce982359ce845355807ebdb41712db18551b4794cc1100ff8ffc6d2e5b8e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-08T09:38:50.283Z] ---> Running in 6d6d2561c8c6 [2021-02-08T09:38:50.283Z] ---> c63b567b70ad [2021-02-08T09:38:50.283Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:38:50.458Z] ===================================================== [Pipeline] echo [2021-02-08T09:38:50.502Z] taggedImages: [2021-02-08T09:38:50.502Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:50.502Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.84 [2021-02-08T09:38:50.502Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:38:50.502Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [2021-02-08T09:38:50.572Z] Removing intermediate container 402c8cf309bd [2021-02-08T09:38:50.572Z] ---> 5fec37fac8ec [2021-02-08T09:38:50.572Z] [2021-02-08T09:38:50.572Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:38:50.572Z] ---> afeebe901d6b [2021-02-08T09:38:50.572Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-02-08T09:38:50.846Z] Removing intermediate container 9c6764414168 [2021-02-08T09:38:50.847Z] ---> 6482cf4eabd3 [2021-02-08T09:38:50.847Z] [2021-02-08T09:38:50.847Z] Step 10/22 : FROM alpine:3.12 [2021-02-08T09:38:50.847Z] ---> afeebe901d6b [2021-02-08T09:38:50.847Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-08T09:38:50.847Z] ---> Running in 48a2db6c6d88 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-08T09:38:51.122Z] ---> Running in eedc60d99136 [2021-02-08T09:38:51.122Z] ---> Running in fea2cfdf4861 [2021-02-08T09:38:51.122Z] Removing intermediate container 6d6d2561c8c6 [2021-02-08T09:38:51.123Z] ---> bae7000388fb [2021-02-08T09:38:51.123Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] // stage [Pipeline] } [2021-02-08T09:38:51.402Z] ---> Running in 324860bf420d [2021-02-08T09:38:54.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:38:54.938Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:54.938Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:54.938Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:54.938Z] (2/2) Installing su-exec (0.2-r1) [2021-02-08T09:38:54.938Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:54.938Z] OK: 5 MiB in 16 packages [2021-02-08T09:38:54.938Z] OK: 5 MiB in 15 packages [2021-02-08T09:38:54.938Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-08T09:38:55.216Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-08T09:38:55.216Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:38:55.216Z] Removing intermediate container 48a2db6c6d88 [2021-02-08T09:38:55.216Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:38:55.216Z] ---> a8c7a4e4aa3d [2021-02-08T09:38:55.216Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-08T09:38:55.494Z] OK: 6 MiB in 16 packages [2021-02-08T09:38:55.773Z] ---> Running in fa8230b50a62 [2021-02-08T09:38:56.781Z] Removing intermediate container fa8230b50a62 [2021-02-08T09:38:56.781Z] ---> e2aa703d70d9 [2021-02-08T09:38:56.781Z] Step 22/24 : LABEL arch=arm64 [2021-02-08T09:38:57.055Z] ---> Running in 19b6cf7137c9 [2021-02-08T09:38:57.055Z] Removing intermediate container 324860bf420d [2021-02-08T09:38:57.055Z] ---> da8c6214fbbd [2021-02-08T09:38:57.055Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-08T09:38:57.329Z] Removing intermediate container fea2cfdf4861 [2021-02-08T09:38:57.329Z] ---> 804803cf2ba3 [2021-02-08T09:38:57.329Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:57.599Z] ---> Running in e9a595ce3ebb [2021-02-08T09:38:57.878Z] ---> Running in 56901a0948f0 [2021-02-08T09:38:58.155Z] Removing intermediate container 19b6cf7137c9 [2021-02-08T09:38:58.155Z] ---> fbfc3b371dd9 [2021-02-08T09:38:58.155Z] Step 23/24 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:38:58.155Z] Removing intermediate container eedc60d99136 [2021-02-08T09:38:58.155Z] ---> d4f25f60d87c [2021-02-08T09:38:58.155Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:58.757Z] ---> Running in 383ba14e8cbb [2021-02-08T09:38:58.757Z] Removing intermediate container e9a595ce3ebb [2021-02-08T09:38:58.757Z] ---> 209950b18c2c [2021-02-08T09:38:58.757Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-08T09:38:59.034Z] ---> Running in 5153126e3726 [2021-02-08T09:38:59.034Z] ---> Running in 28cf01387b5d [2021-02-08T09:38:59.034Z] Removing intermediate container 56901a0948f0 [2021-02-08T09:38:59.034Z] ---> 6e3e93b94e18 [2021-02-08T09:38:59.034Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-08T09:38:59.643Z] ---> Running in 0ab5b4628429 [2021-02-08T09:38:59.643Z] Removing intermediate container fce8418d88ea [2021-02-08T09:38:59.643Z] ---> 4b0c1d5e003a [2021-02-08T09:38:59.643Z] [2021-02-08T09:38:59.643Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:38:59.643Z] ---> afeebe901d6b [2021-02-08T09:38:59.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:38:59.643Z] ---> Using cache [2021-02-08T09:38:59.643Z] ---> 804803cf2ba3 [2021-02-08T09:38:59.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:38:59.643Z] ---> Using cache [2021-02-08T09:38:59.643Z] ---> 6e3e93b94e18 [2021-02-08T09:38:59.643Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-08T09:38:59.643Z] Removing intermediate container 383ba14e8cbb [2021-02-08T09:38:59.643Z] ---> e359bf9f4a7f [2021-02-08T09:38:59.643Z] Step 24/24 : LABEL version=2.0.0-dev.84 [2021-02-08T09:38:59.918Z] ---> Running in 3db6a7730e7f [2021-02-08T09:38:59.918Z] Removing intermediate container 5153126e3726 [2021-02-08T09:38:59.918Z] ---> 650888bc6b24 [2021-02-08T09:38:59.918Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-08T09:38:59.918Z] Removing intermediate container 28cf01387b5d [2021-02-08T09:38:59.919Z] ---> d8def0a5a1c4 [2021-02-08T09:38:59.919Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-08T09:39:00.191Z] ---> Running in f53aa8bb8118 [2021-02-08T09:39:00.191Z] ---> Running in bc6adcb79c35 [2021-02-08T09:39:00.191Z] ---> Running in d6d6e6cd594f [2021-02-08T09:39:00.466Z] Removing intermediate container 0ab5b4628429 [2021-02-08T09:39:00.466Z] ---> 1212bf1210b4 [2021-02-08T09:39:00.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:39:00.466Z] Removing intermediate container 3db6a7730e7f [2021-02-08T09:39:00.466Z] ---> dc97b903a2d8 [2021-02-08T09:39:00.466Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:39:00.744Z] ---> Running in fc86035a976f [2021-02-08T09:39:01.027Z] ---> Running in 21fcd7f09022 [2021-02-08T09:39:01.027Z] Removing intermediate container bc6adcb79c35 [2021-02-08T09:39:01.027Z] ---> a19c896ebd8b [2021-02-08T09:39:01.027Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-08T09:39:01.027Z] Removing intermediate container f53aa8bb8118 [2021-02-08T09:39:01.027Z] ---> d49c01bd9a1e [2021-02-08T09:39:01.027Z] [2021-02-08T09:39:01.027Z] ---> Running in c907588450ac [2021-02-08T09:39:01.642Z] Successfully built d49c01bd9a1e [2021-02-08T09:39:01.642Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-08T09:39:01.642Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-08T09:39:01.642Z] Removing intermediate container 21fcd7f09022 [2021-02-08T09:39:01.642Z] ---> 87ad86515e40 [2021-02-08T09:39:01.642Z] Step 15/23 : WORKDIR / [2021-02-08T09:39:01.642Z] Removing intermediate container fc86035a976f [2021-02-08T09:39:01.642Z] ---> b8bad1e8cbfe [2021-02-08T09:39:01.642Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:39:01.926Z] Removing intermediate container c907588450ac [2021-02-08T09:39:01.926Z] ---> 996a8559d195 [2021-02-08T09:39:01.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:39:01.926Z] ---> Running in c34daa5f15a6 [2021-02-08T09:39:02.913Z] Removing intermediate container c34daa5f15a6 [2021-02-08T09:39:02.913Z] ---> 69c8cf7f975b [2021-02-08T09:39:02.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:39:02.913Z] ---> 23c7e2173b2e [2021-02-08T09:39:02.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-08T09:39:04.908Z] ---> 9a769580556c [2021-02-08T09:39:04.908Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-08T09:39:05.184Z] ---> d52d413e80de [2021-02-08T09:39:05.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-08T09:39:05.184Z] Removing intermediate container d6d6e6cd594f [2021-02-08T09:39:05.184Z] ---> a8a50a9a10bf [2021-02-08T09:39:05.184Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-08T09:39:05.184Z] ---> 7cbf7b33c2e2 [2021-02-08T09:39:05.184Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-08T09:39:05.784Z] ---> Running in a2e593b8acd6 [2021-02-08T09:39:06.775Z] ---> d4ffaa637ea5 [2021-02-08T09:39:06.775Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-08T09:39:07.047Z] Removing intermediate container a2e593b8acd6 [2021-02-08T09:39:07.047Z] ---> e40f5e9b680f [2021-02-08T09:39:07.047Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-08T09:39:07.047Z] ---> Running in b13526a3a0e8 [2021-02-08T09:39:07.047Z] ---> 81900842fc54 [2021-02-08T09:39:07.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-08T09:39:07.047Z] ---> 6dac0288eb3d [2021-02-08T09:39:07.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-08T09:39:07.650Z] Removing intermediate container b13526a3a0e8 [2021-02-08T09:39:07.650Z] ---> a4e35d19c398 [2021-02-08T09:39:07.650Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:39:07.924Z] ---> Running in c3990d4c6851 [2021-02-08T09:39:08.918Z] ---> 51a343855569 [2021-02-08T09:39:08.918Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-08T09:39:09.513Z] ---> 0277fb1d867e [2021-02-08T09:39:09.513Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-08T09:39:09.513Z] ---> 05a8dc1123e0 [2021-02-08T09:39:09.513Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-08T09:39:09.796Z] Removing intermediate container c3990d4c6851 [2021-02-08T09:39:09.796Z] ---> 73045c75b3f9 [2021-02-08T09:39:09.796Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T09:39:09.796Z] ---> Running in 143379c62114 [2021-02-08T09:39:10.073Z] ---> Running in 298d38970e09 [2021-02-08T09:39:10.073Z] ---> Running in 320c12ff5ca1 [2021-02-08T09:39:10.347Z] ---> Running in d6531707cf9f [2021-02-08T09:39:10.947Z] Removing intermediate container 298d38970e09 [2021-02-08T09:39:10.947Z] ---> 93c1b104ea35 [2021-02-08T09:39:10.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:39:10.947Z] Removing intermediate container 320c12ff5ca1 [2021-02-08T09:39:10.947Z] ---> f68158efefdb [2021-02-08T09:39:10.947Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:39:11.547Z] ---> Running in 0d588a5245b5 [2021-02-08T09:39:11.547Z] ---> Running in 5ae7fdca67f3 [2021-02-08T09:39:11.547Z] Removing intermediate container d6531707cf9f [2021-02-08T09:39:11.547Z] ---> 92d5740b37c8 [2021-02-08T09:39:11.547Z] Step 21/22 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:39:11.826Z] ---> Running in e6e0b789e0eb [2021-02-08T09:39:12.434Z] Removing intermediate container 0d588a5245b5 [2021-02-08T09:39:12.434Z] ---> 309cbf25bab7 [2021-02-08T09:39:12.434Z] Step 20/22 : LABEL arch=arm64 [2021-02-08T09:39:12.710Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:12.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:12.710Z] ---> f8ea3815c97b [2021-02-08T09:39:12.710Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:39:12.710Z] ---> Using cache [2021-02-08T09:39:12.710Z] ---> dfd3d0d49f05 [2021-02-08T09:39:12.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:12.710Z] ---> Using cache [2021-02-08T09:39:12.710Z] ---> f02a57a16ae7 [2021-02-08T09:39:12.710Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-08T09:39:12.711Z] ---> Using cache [2021-02-08T09:39:12.711Z] ---> cd1451b8ae07 [2021-02-08T09:39:12.711Z] Step 6/23 : COPY go.mod . [2021-02-08T09:39:12.711Z] ---> Using cache [2021-02-08T09:39:12.711Z] ---> b174f1b61b41 [2021-02-08T09:39:12.711Z] Step 7/23 : RUN go mod download [2021-02-08T09:39:12.711Z] ---> Using cache [2021-02-08T09:39:12.711Z] ---> 3758dfde5e75 [2021-02-08T09:39:12.711Z] Step 8/23 : COPY . . [2021-02-08T09:39:12.711Z] ---> Using cache [2021-02-08T09:39:12.711Z] ---> 5725d071ad19 [2021-02-08T09:39:12.711Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-08T09:39:12.992Z] Removing intermediate container e6e0b789e0eb [2021-02-08T09:39:12.992Z] ---> 367829b63516 [2021-02-08T09:39:12.992Z] Step 22/22 : LABEL version=2.0.0-dev.84 [2021-02-08T09:39:12.992Z] Removing intermediate container 5ae7fdca67f3 [2021-02-08T09:39:12.992Z] ---> f0423341b41c [2021-02-08T09:39:12.992Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:39:12.992Z] ---> Running in 2f3ae00538b9 [2021-02-08T09:39:12.992Z] ---> Running in 61d86d48b4f8 [2021-02-08T09:39:13.269Z] ---> Running in 2a549122794d [2021-02-08T09:39:13.548Z] ---> Running in 90bc4cc87847 [2021-02-08T09:39:13.822Z] Removing intermediate container 61d86d48b4f8 [2021-02-08T09:39:13.822Z] ---> 6732de850ab0 [2021-02-08T09:39:13.822Z] Step 21/22 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:39:14.098Z] Removing intermediate container 143379c62114 [2021-02-08T09:39:14.098Z] ---> b0ee6b5727e8 [2021-02-08T09:39:14.098Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:39:14.098Z] ---> Running in 1ff24344ae22 [2021-02-08T09:39:14.098Z] Removing intermediate container 90bc4cc87847 [2021-02-08T09:39:14.098Z] ---> 786a14286fb6 [2021-02-08T09:39:14.098Z] [2021-02-08T09:39:14.098Z] Removing intermediate container 2a549122794d [2021-02-08T09:39:14.098Z] ---> 751096744afd [2021-02-08T09:39:14.098Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:39:14.695Z] ---> Running in f60628fb397b [2021-02-08T09:39:14.695Z] Successfully built 786a14286fb6 [2021-02-08T09:39:14.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-command/core-command ./cmd/core-command [2021-02-08T09:39:14.695Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-08T09:39:14.695Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-08T09:39:14.969Z] Removing intermediate container 1ff24344ae22 [2021-02-08T09:39:14.969Z] ---> 858552f7018d [2021-02-08T09:39:14.969Z] Step 22/22 : LABEL version=2.0.0-dev.84 [2021-02-08T09:39:15.244Z] ---> Running in 8e7f6612e272 [2021-02-08T09:39:15.244Z] Removing intermediate container f60628fb397b [2021-02-08T09:39:15.244Z] ---> 5c2e2e528444 [2021-02-08T09:39:15.244Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:39:15.244Z] ---> 1362f641eac7 [2021-02-08T09:39:15.244Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-08T09:39:15.518Z] ---> Running in dfd6f9941c84 [2021-02-08T09:39:15.797Z] Removing intermediate container 8e7f6612e272 [2021-02-08T09:39:15.797Z] ---> 070a417fe004 [2021-02-08T09:39:15.797Z] [2021-02-08T09:39:16.444Z] Removing intermediate container dfd6f9941c84 [2021-02-08T09:39:16.444Z] ---> d1954319ce52 [2021-02-08T09:39:16.444Z] [2021-02-08T09:39:16.444Z] Successfully built 070a417fe004 [2021-02-08T09:39:16.444Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-08T09:39:16.444Z] Building docker-security-proxy-setup-go [2021-02-08T09:39:17.053Z]  Building docker-support-notifications-go ... done Successfully built d1954319ce52 [2021-02-08T09:39:17.053Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-08T09:39:17.053Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-08T09:39:17.651Z] ---> 5fda49528525 [2021-02-08T09:39:17.651Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-08T09:39:18.641Z] ---> 6186ae1c2eee [2021-02-08T09:39:18.641Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-08T09:39:21.289Z] ---> 1e50acbb9e66 [2021-02-08T09:39:21.289Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-08T09:39:23.925Z] ---> 65d3ba95d588 [2021-02-08T09:39:23.925Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-08T09:39:24.524Z] ---> Running in af9a675891dc [2021-02-08T09:39:25.505Z] Removing intermediate container af9a675891dc [2021-02-08T09:39:25.505Z] ---> 3b1e8a197e25 [2021-02-08T09:39:25.505Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-08T09:39:26.944Z] ---> 311afe5e18a9 [2021-02-08T09:39:26.944Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-08T09:39:27.218Z] ---> Running in 460f2d6a8929 [2021-02-08T09:39:30.626Z] Removing intermediate container 460f2d6a8929 [2021-02-08T09:39:30.626Z] ---> f5dd0ad04023 [2021-02-08T09:39:30.626Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-08T09:39:31.220Z] ---> Running in b81975383048 [2021-02-08T09:39:31.823Z] Removing intermediate container b81975383048 [2021-02-08T09:39:31.824Z] ---> 2f2502265e4c [2021-02-08T09:39:31.824Z] Step 28/31 : CMD ["gate"] [2021-02-08T09:39:32.104Z] ---> Running in 21ac29f99e24 [2021-02-08T09:39:33.557Z] Removing intermediate container 21ac29f99e24 [2021-02-08T09:39:33.557Z] ---> c44d375936e6 [2021-02-08T09:39:33.557Z] Step 29/31 : LABEL arch=arm64 [2021-02-08T09:39:34.171Z] ---> Running in 4b7f990ffdb6 [2021-02-08T09:39:35.627Z] Removing intermediate container 4b7f990ffdb6 [2021-02-08T09:39:35.627Z] ---> 41ee8e9522c1 [2021-02-08T09:39:35.627Z] Step 30/31 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:39:36.614Z] ---> Running in c3135066a5c0 [2021-02-08T09:39:38.064Z] Removing intermediate container c3135066a5c0 [2021-02-08T09:39:38.064Z] ---> aa09996cff1b [2021-02-08T09:39:38.064Z] Step 31/31 : LABEL version=2.0.0-dev.84 [2021-02-08T09:39:39.048Z] ---> Running in f0df92e335e9 [2021-02-08T09:39:40.493Z] Removing intermediate container f0df92e335e9 [2021-02-08T09:39:40.494Z] ---> e7ef9cdfd4a0 [2021-02-08T09:39:40.494Z] [2021-02-08T09:39:41.481Z] Successfully built e7ef9cdfd4a0 [2021-02-08T09:39:41.481Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-08T09:39:42.927Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:42.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:42.927Z] ---> f8ea3815c97b [2021-02-08T09:39:42.927Z] Step 3/23 : WORKDIR /edgex-go [2021-02-08T09:39:42.927Z] ---> Using cache [2021-02-08T09:39:42.927Z] ---> dfd3d0d49f05 [2021-02-08T09:39:42.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:42.927Z] ---> Using cache [2021-02-08T09:39:42.927Z] ---> f02a57a16ae7 [2021-02-08T09:39:42.927Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-08T09:39:44.466Z] ---> Running in 7d0e490811d3 [2021-02-08T09:39:44.768Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:44.768Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:44.768Z] ---> f8ea3815c97b [2021-02-08T09:39:44.768Z] Step 3/21 : WORKDIR /edgex-go [2021-02-08T09:39:44.768Z] ---> Using cache [2021-02-08T09:39:44.768Z] ---> dfd3d0d49f05 [2021-02-08T09:39:44.768Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:44.768Z] ---> Using cache [2021-02-08T09:39:44.768Z] ---> f02a57a16ae7 [2021-02-08T09:39:44.768Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-08T09:39:44.768Z] ---> Using cache [2021-02-08T09:39:44.768Z] ---> cd1451b8ae07 [2021-02-08T09:39:44.768Z] Step 6/21 : COPY go.mod . [2021-02-08T09:39:44.768Z] ---> Using cache [2021-02-08T09:39:44.768Z] ---> b174f1b61b41 [2021-02-08T09:39:45.153Z] Step 7/21 : RUN go mod download [2021-02-08T09:39:45.153Z] ---> Using cache [2021-02-08T09:39:45.153Z] ---> 3758dfde5e75 [2021-02-08T09:39:45.153Z] Step 8/21 : COPY . . [2021-02-08T09:39:46.203Z] ---> Using cache [2021-02-08T09:39:46.203Z] ---> 5725d071ad19 [2021-02-08T09:39:46.203Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-08T09:39:46.507Z] ---> Running in a5d431b703fc [2021-02-08T09:39:47.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:39:47.808Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-08T09:39:47.808Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-08T09:39:47.808Z] ---> f8ea3815c97b [2021-02-08T09:39:47.808Z] Step 3/26 : WORKDIR /edgex-go [2021-02-08T09:39:47.808Z] ---> Using cache [2021-02-08T09:39:47.808Z] ---> dfd3d0d49f05 [2021-02-08T09:39:47.808Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:39:47.808Z] ---> Using cache [2021-02-08T09:39:47.808Z] ---> f02a57a16ae7 [2021-02-08T09:39:47.808Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-08T09:39:48.087Z] ---> Running in c4a55231fe09 [2021-02-08T09:39:48.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:39:48.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-08T09:39:49.314Z] OK: 217 MiB in 51 packages [2021-02-08T09:39:49.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:39:50.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:39:51.162Z] Removing intermediate container 7d0e490811d3 [2021-02-08T09:39:51.162Z] ---> 007f1199be85 [2021-02-08T09:39:51.162Z] Step 6/23 : COPY go.mod . [2021-02-08T09:39:51.784Z] OK: 217 MiB in 51 packages [2021-02-08T09:39:52.797Z] ---> ca26ee6055d1 [2021-02-08T09:39:52.797Z] Step 7/23 : RUN go mod download [2021-02-08T09:39:53.078Z] ---> Running in b183452702ae [2021-02-08T09:39:54.069Z] Removing intermediate container c4a55231fe09 [2021-02-08T09:39:54.069Z] ---> 58ff0ef7bf33 [2021-02-08T09:39:54.069Z] Step 6/26 : COPY go.mod . [2021-02-08T09:39:55.530Z] ---> 1b2477d57722 [2021-02-08T09:39:55.530Z] Step 7/26 : RUN go mod download [2021-02-08T09:39:55.530Z] ---> Running in e1d64c2b6b94 [2021-02-08T09:39:58.179Z] Removing intermediate container b183452702ae [2021-02-08T09:39:58.179Z] ---> dc583b5ae5c9 [2021-02-08T09:39:58.179Z] Step 8/23 : COPY . . [2021-02-08T09:40:00.828Z] Removing intermediate container e1d64c2b6b94 [2021-02-08T09:40:00.828Z] ---> f0518fa199ff [2021-02-08T09:40:00.828Z] Step 8/26 : COPY . . [2021-02-08T09:40:15.991Z] ---> f23f6392c934 [2021-02-08T09:40:15.991Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-08T09:40:15.991Z] ---> Running in 427c03cd0032 [2021-02-08T09:40:16.295Z] ---> ad2812866b9a [2021-02-08T09:40:16.295Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-08T09:40:16.908Z] ---> Running in 34ba71e53aa4 [2021-02-08T09:40:18.396Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/core-data/core-data ./cmd/core-data [2021-02-08T09:40:19.018Z] Removing intermediate container 2f3ae00538b9 [2021-02-08T09:40:19.018Z] ---> cbefcfa992c8 [2021-02-08T09:40:19.018Z] [2021-02-08T09:40:19.018Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:40:19.018Z] ---> afeebe901d6b [2021-02-08T09:40:19.018Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-08T09:40:19.018Z] ---> Using cache [2021-02-08T09:40:19.018Z] ---> 804803cf2ba3 [2021-02-08T09:40:19.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-08T09:40:19.018Z] ---> Using cache [2021-02-08T09:40:19.018Z] ---> 6e3e93b94e18 [2021-02-08T09:40:19.018Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-08T09:40:19.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-08T09:40:19.295Z] ---> Running in c2d5a83879f4 [2021-02-08T09:40:19.892Z] Removing intermediate container c2d5a83879f4 [2021-02-08T09:40:19.892Z] ---> f6ea01baa821 [2021-02-08T09:40:19.892Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-08T09:40:20.173Z] ---> Running in c19346491f5d [2021-02-08T09:40:20.784Z] Removing intermediate container c19346491f5d [2021-02-08T09:40:20.784Z] ---> d350e4f9cf67 [2021-02-08T09:40:20.784Z] Step 15/23 : WORKDIR / [2021-02-08T09:40:20.784Z] ---> Running in bad04a453ed5 [2021-02-08T09:40:21.389Z] Removing intermediate container bad04a453ed5 [2021-02-08T09:40:21.389Z] ---> dab3d87b4781 [2021-02-08T09:40:21.389Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:40:22.845Z] ---> 678f666bf6d2 [2021-02-08T09:40:22.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-08T09:40:24.832Z] ---> d62199bf6942 [2021-02-08T09:40:24.832Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-08T09:40:25.817Z] ---> c8c5f9a49402 [2021-02-08T09:40:25.817Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-08T09:40:26.089Z] ---> Running in 7d455cef6ef1 [2021-02-08T09:40:27.082Z] Removing intermediate container 7d455cef6ef1 [2021-02-08T09:40:27.082Z] ---> 5a447f7c9fbf [2021-02-08T09:40:27.082Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:40:27.356Z] ---> Running in 83e6a09f0817 [2021-02-08T09:40:27.960Z] Removing intermediate container 83e6a09f0817 [2021-02-08T09:40:27.960Z] ---> 8a4f91c3d2ce [2021-02-08T09:40:27.960Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:40:28.241Z] ---> Running in 85cd3ad8b14d [2021-02-08T09:40:28.843Z] Removing intermediate container 85cd3ad8b14d [2021-02-08T09:40:28.843Z] ---> a55a98a2e626 [2021-02-08T09:40:28.843Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:40:29.128Z] ---> Running in fe80ac3f5aa4 [2021-02-08T09:40:29.734Z] Removing intermediate container fe80ac3f5aa4 [2021-02-08T09:40:29.734Z] ---> a2c3dbfe44db [2021-02-08T09:40:29.734Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:40:30.020Z] ---> Running in fe5fbba01cfd [2021-02-08T09:40:30.621Z] Removing intermediate container fe5fbba01cfd [2021-02-08T09:40:30.621Z] ---> 88e38c8f037e [2021-02-08T09:40:30.621Z] [2021-02-08T09:40:31.222Z] Successfully built 88e38c8f037e [2021-02-08T09:40:31.222Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-08T09:40:43.666Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-08T09:40:58.781Z] Removing intermediate container a5d431b703fc [2021-02-08T09:40:58.781Z] ---> 79059fcae60a [2021-02-08T09:40:58.781Z] [2021-02-08T09:40:58.781Z] Step 10/21 : FROM alpine:3.12 [2021-02-08T09:40:58.781Z] ---> afeebe901d6b [2021-02-08T09:40:58.781Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-08T09:40:58.781Z] ---> Running in 34e96a15bdca [2021-02-08T09:40:58.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:40:58.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:40:59.376Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-08T09:40:59.656Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:40:59.656Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-08T09:40:59.656Z] (4/4) Installing curl (7.69.1-r3) [2021-02-08T09:40:59.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:40:59.656Z] Executing ca-certificates-20191127-r4.trigger [2021-02-08T09:40:59.935Z] OK: 7 MiB in 18 packages [2021-02-08T09:41:02.591Z] Removing intermediate container 34e96a15bdca [2021-02-08T09:41:02.591Z] ---> 946ade9fa014 [2021-02-08T09:41:02.591Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-08T09:41:02.591Z] ---> Running in e7707381ba71 [2021-02-08T09:41:03.200Z] Removing intermediate container e7707381ba71 [2021-02-08T09:41:03.200Z] ---> 8c352788f4e0 [2021-02-08T09:41:03.200Z] Step 13/21 : WORKDIR /edgex [2021-02-08T09:41:03.482Z] ---> Running in 09e7315be598 [2021-02-08T09:41:04.474Z] Removing intermediate container 09e7315be598 [2021-02-08T09:41:04.474Z] ---> 0ebd1afb5879 [2021-02-08T09:41:04.474Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-08T09:41:05.457Z] ---> 77843cbcd407 [2021-02-08T09:41:05.457Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-08T09:41:07.441Z] ---> 4aa9e8dac531 [2021-02-08T09:41:07.441Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-08T09:41:09.438Z] ---> 9b668886810f [2021-02-08T09:41:09.438Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-08T09:41:09.438Z] ---> Running in a125eb572592 [2021-02-08T09:41:09.712Z] Removing intermediate container a125eb572592 [2021-02-08T09:41:09.712Z] ---> 0b4198c57860 [2021-02-08T09:41:09.712Z] Step 18/21 : CMD ["--init=true"] [2021-02-08T09:41:09.991Z] ---> Running in d86a9a92822d [2021-02-08T09:41:10.596Z] Removing intermediate container d86a9a92822d [2021-02-08T09:41:10.596Z] ---> 4320e4cf1610 [2021-02-08T09:41:10.596Z] Step 19/21 : LABEL arch=arm64 [2021-02-08T09:41:10.868Z] ---> Running in ebd0e97f780e [2021-02-08T09:41:11.486Z] Removing intermediate container ebd0e97f780e [2021-02-08T09:41:11.486Z] ---> 28df87ca3287 [2021-02-08T09:41:11.486Z] Step 20/21 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:41:11.486Z] ---> Running in 0e797dc5711f [2021-02-08T09:41:12.465Z] Removing intermediate container 0e797dc5711f [2021-02-08T09:41:12.465Z] ---> dd397fc1b24f [2021-02-08T09:41:12.465Z] Step 21/21 : LABEL version=2.0.0-dev.84 [2021-02-08T09:41:12.465Z] ---> Running in 849891e41419 [2021-02-08T09:41:13.198Z] Removing intermediate container 849891e41419 [2021-02-08T09:41:13.198Z] ---> 2d1aa28c6d34 [2021-02-08T09:41:13.198Z] [2021-02-08T09:41:13.560Z] Successfully built 2d1aa28c6d34 [2021-02-08T09:41:13.560Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-08T09:41:26.412Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 34ba71e53aa4 [2021-02-08T09:41:26.412Z] ---> 2b19e3da9fb6 [2021-02-08T09:41:26.412Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-08T09:41:26.412Z] ---> Running in d42703413fd5 [2021-02-08T09:41:26.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.84" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-08T09:41:30.716Z] Removing intermediate container d42703413fd5 [2021-02-08T09:41:30.716Z] ---> 26208da87009 [2021-02-08T09:41:30.716Z] [2021-02-08T09:41:30.716Z] Step 11/26 : FROM docker:20.10.0 [2021-02-08T09:41:30.716Z] 20.10.0: Pulling from library/docker [2021-02-08T09:41:40.908Z] Removing intermediate container 427c03cd0032 [2021-02-08T09:41:40.908Z] ---> 536df54726d9 [2021-02-08T09:41:40.908Z] [2021-02-08T09:41:40.908Z] Step 10/23 : FROM alpine:3.12 [2021-02-08T09:41:40.908Z] ---> afeebe901d6b [2021-02-08T09:41:40.908Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-08T09:41:40.908Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T09:41:40.908Z] ---> Running in 304ba621c623 [2021-02-08T09:41:40.908Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T09:41:40.908Z] ---> eeaf43b92773 [2021-02-08T09:41:40.908Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-08T09:41:40.908Z] ---> Running in 2d09df3626c5 [2021-02-08T09:41:40.908Z] Removing intermediate container 304ba621c623 [2021-02-08T09:41:40.908Z] ---> 040484913b53 [2021-02-08T09:41:40.908Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-08T09:41:40.908Z] ---> Running in 7bf9d5324fdf [2021-02-08T09:41:40.908Z] Removing intermediate container 7bf9d5324fdf [2021-02-08T09:41:40.908Z] ---> 1e882eac6e55 [2021-02-08T09:41:40.908Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-08T09:41:40.908Z] ---> Running in 7226f8cf816f [2021-02-08T09:41:40.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:41.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:41.457Z] Removing intermediate container 7226f8cf816f [2021-02-08T09:41:41.457Z] ---> 5d7a98087ff9 [2021-02-08T09:41:41.457Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-08T09:41:41.457Z] ---> Running in 9882f22bea8f [2021-02-08T09:41:41.735Z] (1/2) Installing readline (8.0.4-r0) [2021-02-08T09:41:41.735Z] (2/2) Installing bash (5.0.17-r0) [2021-02-08T09:41:42.028Z] Executing bash-5.0.17-r0.post-install [2021-02-08T09:41:42.028Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:41:42.028Z] OK: 12 MiB in 22 packages [2021-02-08T09:41:43.469Z] Removing intermediate container 2d09df3626c5 [2021-02-08T09:41:43.469Z] ---> aab65e50e431 [2021-02-08T09:41:43.469Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-08T09:41:43.469Z] ---> Running in bb0d5658b9fb [2021-02-08T09:41:44.063Z] Removing intermediate container bb0d5658b9fb [2021-02-08T09:41:44.063Z] ---> b189d1c5a8fe [2021-02-08T09:41:44.063Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-08T09:41:44.063Z] Removing intermediate container 9882f22bea8f [2021-02-08T09:41:44.063Z] ---> fed31caab63a [2021-02-08T09:41:44.063Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-08T09:41:44.063Z] ---> Running in 3d2013cb996e [2021-02-08T09:41:44.063Z] ---> Running in 644292bf93b6 [2021-02-08T09:41:44.664Z] Removing intermediate container 3d2013cb996e [2021-02-08T09:41:44.664Z] ---> 72d46c795728 [2021-02-08T09:41:44.664Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-08T09:41:44.664Z] ---> Running in a32e5e4c4989 [2021-02-08T09:41:45.261Z] Removing intermediate container a32e5e4c4989 [2021-02-08T09:41:45.261Z] ---> 1f0ae433d262 [2021-02-08T09:41:45.261Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-08T09:41:45.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:46.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:47.491Z] ---> 57c78434050e [2021-02-08T09:41:47.491Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-08T09:41:47.491Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-08T09:41:47.491Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-08T09:41:47.491Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-08T09:41:47.766Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-08T09:41:48.042Z] ---> 143dccdfa9a3 [2021-02-08T09:41:48.042Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-08T09:41:48.042Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-08T09:41:48.319Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-08T09:41:48.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:41:48.319Z] OK: 8 MiB in 20 packages [2021-02-08T09:41:48.929Z] ---> 3498855007cb [2021-02-08T09:41:48.929Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-08T09:41:49.202Z] ---> Running in 31943ff33a85 [2021-02-08T09:41:49.798Z] Removing intermediate container 644292bf93b6 [2021-02-08T09:41:49.798Z] ---> bcff26b877c6 [2021-02-08T09:41:49.798Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-08T09:41:50.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:50.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:41:50.663Z] ---> 844d4085c553 [2021-02-08T09:41:50.663Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-08T09:41:51.260Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-08T09:41:51.260Z] (2/33) Installing expat (2.2.9-r1) [2021-02-08T09:41:51.260Z] (3/33) Installing libffi (3.3-r2) [2021-02-08T09:41:51.260Z] (4/33) Installing gdbm (1.13-r1) [2021-02-08T09:41:51.260Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-08T09:41:51.260Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-08T09:41:51.260Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-08T09:41:52.697Z] ---> 40ad52756628 [2021-02-08T09:41:52.697Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-08T09:41:53.290Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-08T09:41:53.290Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-08T09:41:53.290Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-08T09:41:53.290Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-08T09:41:53.290Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-08T09:41:53.290Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-08T09:41:53.290Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-08T09:41:53.290Z] ---> d2d37b1eccd7 [2021-02-08T09:41:53.290Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-08T09:41:53.290Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-08T09:41:53.572Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-08T09:41:53.572Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-08T09:41:53.572Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-08T09:41:53.572Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-08T09:41:53.572Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-08T09:41:53.572Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-08T09:41:53.572Z] ---> Running in 24cb2aae6acf [2021-02-08T09:41:53.572Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-08T09:41:53.572Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-08T09:41:53.572Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-08T09:41:53.572Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-08T09:41:53.863Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-08T09:41:53.863Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-08T09:41:53.864Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-08T09:41:53.864Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-08T09:41:53.864Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-08T09:41:53.864Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-08T09:41:53.864Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-08T09:41:53.864Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-08T09:41:54.153Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:41:54.153Z] OK: 71 MiB in 55 packages [2021-02-08T09:41:54.153Z] Removing intermediate container 24cb2aae6acf [2021-02-08T09:41:54.153Z] ---> 50c18bb41831 [2021-02-08T09:41:54.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:41:54.153Z] ---> Running in a51ff7f27c0b [2021-02-08T09:41:54.770Z] Removing intermediate container a51ff7f27c0b [2021-02-08T09:41:54.770Z] ---> 2d4e76af5322 [2021-02-08T09:41:54.770Z] Step 21/23 : LABEL arch=arm64 [2021-02-08T09:41:55.042Z] ---> Running in d4a833d0d9ad [2021-02-08T09:41:55.646Z] Removing intermediate container d4a833d0d9ad [2021-02-08T09:41:55.646Z] ---> ab4fff49c404 [2021-02-08T09:41:55.646Z] Step 22/23 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:41:55.646Z] ---> Running in 62fa81222943 [2021-02-08T09:41:56.249Z] Removing intermediate container 62fa81222943 [2021-02-08T09:41:56.249Z] ---> d649fc36e344 [2021-02-08T09:41:56.249Z] Step 23/23 : LABEL version=2.0.0-dev.84 [2021-02-08T09:41:56.523Z] ---> Running in b24e68eff36f [2021-02-08T09:41:57.129Z] Removing intermediate container b24e68eff36f [2021-02-08T09:41:57.129Z] ---> 305a235bfb15 [2021-02-08T09:41:57.129Z] [2021-02-08T09:41:57.401Z] Successfully built 305a235bfb15 [2021-02-08T09:41:57.401Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-08T09:42:00.027Z]  Building docker-core-data-go ... done Removing intermediate container 31943ff33a85 [2021-02-08T09:42:00.027Z] ---> d0649c0c5b45 [2021-02-08T09:42:00.027Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-08T09:42:00.027Z] ---> Running in 599c6b643ccb [2021-02-08T09:42:05.413Z] Collecting docker-compose==1.23.2 [2021-02-08T09:42:05.413Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-08T09:42:06.005Z] Collecting cached-property<2,>=1.2.0 [2021-02-08T09:42:06.276Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-08T09:42:06.276Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-08T09:42:06.868Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-08T09:42:06.868Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-08T09:42:07.847Z] Collecting docker<4.0,>=3.6.0 [2021-02-08T09:42:07.847Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-08T09:42:08.834Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-08T09:42:08.834Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-08T09:42:11.439Z] Collecting jsonschema<3,>=2.5.1 [2021-02-08T09:42:11.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-08T09:42:11.439Z] Collecting texttable<0.10,>=0.9.0 [2021-02-08T09:42:11.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-08T09:42:15.085Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-08T09:42:15.086Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-08T09:42:16.063Z] Collecting PyYAML<4,>=3.10 [2021-02-08T09:42:16.063Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-08T09:42:19.468Z] Collecting docopt<0.7,>=0.6.1 [2021-02-08T09:42:19.468Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-08T09:42:22.075Z] Collecting docker-pycreds>=0.4.0 [2021-02-08T09:42:22.075Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-08T09:42:22.347Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-08T09:42:22.938Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-08T09:42:22.938Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-08T09:42:23.215Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-08T09:42:23.491Z] Collecting idna<2.8,>=2.5 [2021-02-08T09:42:23.491Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-08T09:42:23.491Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-08T09:42:23.491Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-08T09:42:23.491Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-08T09:42:23.491Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-08T09:42:24.918Z] Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, PyYAML, docopt, docker-compose [2021-02-08T09:42:25.188Z] Attempting uninstall: urllib3 [2021-02-08T09:42:25.188Z] Found existing installation: urllib3 1.25.9 [2021-02-08T09:42:25.188Z] Uninstalling urllib3-1.25.9: [2021-02-08T09:42:25.459Z] Successfully uninstalled urllib3-1.25.9 [2021-02-08T09:42:26.050Z] Attempting uninstall: idna [2021-02-08T09:42:26.050Z] Found existing installation: idna 2.9 [2021-02-08T09:42:26.050Z] Uninstalling idna-2.9: [2021-02-08T09:42:26.050Z] Successfully uninstalled idna-2.9 [2021-02-08T09:42:27.021Z] Attempting uninstall: requests [2021-02-08T09:42:27.021Z] Found existing installation: requests 2.23.0 [2021-02-08T09:42:27.021Z] Uninstalling requests-2.23.0: [2021-02-08T09:42:27.021Z] Successfully uninstalled requests-2.23.0 [2021-02-08T09:42:28.447Z] Running setup.py install for dockerpty: started [2021-02-08T09:42:30.431Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-08T09:42:30.431Z] Running setup.py install for texttable: started [2021-02-08T09:42:33.035Z] Running setup.py install for texttable: finished with status 'done' [2021-02-08T09:42:33.035Z] Running setup.py install for PyYAML: started [2021-02-08T09:42:35.026Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-08T09:42:35.026Z] Running setup.py install for docopt: started [2021-02-08T09:42:37.674Z] Running setup.py install for docopt: finished with status 'done' [2021-02-08T09:42:38.269Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-08T09:42:42.555Z] Removing intermediate container 599c6b643ccb [2021-02-08T09:42:42.555Z] ---> 4e9f82e08432 [2021-02-08T09:42:42.555Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-08T09:42:42.555Z] ---> Running in f54cec08d6c9 [2021-02-08T09:42:43.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T09:42:43.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T09:42:44.128Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-08T09:42:44.128Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-08T09:42:44.128Z] (3/3) Installing curl (7.69.1-r3) [2021-02-08T09:42:44.404Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T09:42:44.404Z] OK: 71 MiB in 58 packages [2021-02-08T09:42:45.832Z] Removing intermediate container f54cec08d6c9 [2021-02-08T09:42:45.832Z] ---> 6970a8771a5e [2021-02-08T09:42:45.832Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-08T09:42:45.832Z] ---> Running in d90a90db2c6a [2021-02-08T09:42:46.104Z] Removing intermediate container d90a90db2c6a [2021-02-08T09:42:46.104Z] ---> e525b97ed1fa [2021-02-08T09:42:46.105Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-08T09:42:46.376Z] ---> Running in 9c3af51fe35f [2021-02-08T09:42:46.975Z] Removing intermediate container 9c3af51fe35f [2021-02-08T09:42:46.975Z] ---> a9bf17db18ae [2021-02-08T09:42:46.975Z] Step 24/26 : LABEL arch=arm64 [2021-02-08T09:42:46.975Z] ---> Running in 59b4e482fd9f [2021-02-08T09:42:47.575Z] Removing intermediate container 59b4e482fd9f [2021-02-08T09:42:47.575Z] ---> 084f01c432b2 [2021-02-08T09:42:47.575Z] Step 25/26 : LABEL git_sha=9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:42:47.575Z] ---> Running in e8080338a0a0 [2021-02-08T09:42:48.173Z] Removing intermediate container e8080338a0a0 [2021-02-08T09:42:48.173Z] ---> 4205cff8725f [2021-02-08T09:42:48.173Z] Step 26/26 : LABEL version=2.0.0-dev.84 [2021-02-08T09:42:48.173Z] ---> Running in 5e083b18d9ac [2021-02-08T09:42:48.767Z] Removing intermediate container 5e083b18d9ac [2021-02-08T09:42:48.767Z] ---> a4c1de9d9573 [2021-02-08T09:42:48.767Z] [2021-02-08T09:42:49.047Z] Successfully built a4c1de9d9573 [2021-02-08T09:42:49.047Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-08T09:42:49.337Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-08T09:42:49.347Z] $ docker stop --time=1 77cd731fa213919881f9e6b66e19abe515b90d5cc2d0349bc1b3d03aadfe45cd [2021-02-08T09:42:51.303Z] $ docker rm -f 77cd731fa213919881f9e6b66e19abe515b90d5cc2d0349bc1b3d03aadfe45cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T09:42:51.969Z] + docker images [2021-02-08T09:42:51.969Z] + grep docker [2021-02-08T09:42:52.239Z] docker-sys-mgmt-agent-go-arm64 latest a4c1de9d9573 4 seconds ago 300MB [2021-02-08T09:42:52.239Z] docker-core-data-go-arm64 latest 305a235bfb15 56 seconds ago 21MB [2021-02-08T09:42:52.239Z] docker-security-proxy-setup-go-arm64 latest 2d1aa28c6d34 About a minute ago 23.2MB [2021-02-08T09:42:52.239Z] docker-core-command-go-arm64 latest 88e38c8f037e 2 minutes ago 16MB [2021-02-08T09:42:52.239Z] docker-security-bootstrapper-go-arm64 latest e7ef9cdfd4a0 3 minutes ago 22.6MB [2021-02-08T09:42:52.239Z] docker-core-metadata-go-arm64 latest d1954319ce52 3 minutes ago 17.8MB [2021-02-08T09:42:52.239Z] docker-support-notifications-go-arm64 latest 070a417fe004 3 minutes ago 16.7MB [2021-02-08T09:42:52.239Z] docker-support-scheduler-go-arm64 latest 786a14286fb6 3 minutes ago 16.1MB [2021-02-08T09:42:52.239Z] docker-security-secretstore-setup-go-arm64 latest d49c01bd9a1e 3 minutes ago 23.4MB [2021-02-08T09:42:52.239Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-08T09:42:53.979Z] provisioning config files... [2021-02-08T09:42:54.017Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/349@tmp/config5557354322312864187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:42:54.403Z] ---> docker-login.sh [2021-02-08T09:42:54.403Z] nexus3.edgexfoundry.org:10001 [2021-02-08T09:42:54.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:42:54.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:42:54.948Z] Configure a credential helper to remove this warning. See [2021-02-08T09:42:54.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:42:54.948Z] [2021-02-08T09:42:54.948Z] Login Succeeded [2021-02-08T09:42:54.948Z] nexus3.edgexfoundry.org:10002 [2021-02-08T09:42:55.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:42:55.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:42:55.501Z] Configure a credential helper to remove this warning. See [2021-02-08T09:42:55.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:42:55.501Z] [2021-02-08T09:42:55.501Z] Login Succeeded [2021-02-08T09:42:55.501Z] nexus3.edgexfoundry.org:10003 [2021-02-08T09:42:56.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:42:56.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:42:56.094Z] Configure a credential helper to remove this warning. See [2021-02-08T09:42:56.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:42:56.094Z] [2021-02-08T09:42:56.094Z] Login Succeeded [2021-02-08T09:42:56.094Z] nexus3.edgexfoundry.org:10004 [2021-02-08T09:42:56.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:42:56.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:42:56.688Z] Configure a credential helper to remove this warning. See [2021-02-08T09:42:56.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:42:56.688Z] [2021-02-08T09:42:56.688Z] Login Succeeded [2021-02-08T09:42:56.688Z] docker.io [2021-02-08T09:42:57.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-08T09:42:57.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-08T09:42:57.553Z] Configure a credential helper to remove this warning. See [2021-02-08T09:42:57.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-08T09:42:57.553Z] [2021-02-08T09:42:57.553Z] Login Succeeded [2021-02-08T09:42:57.553Z] ---> docker-login.sh ends [Pipeline] } [2021-02-08T09:42:57.569Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:42:57.755Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-08T09:42:57.755Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:42:57.755Z] 2.0.0-dev.84 [2021-02-08T09:42:57.755Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:42:57.755Z] master [2021-02-08T09:42:57.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:42:58.251Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:42:58.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:42:58.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T09:42:58.596Z] 197d89396ec0: Preparing [2021-02-08T09:42:58.596Z] 6780addd9d20: Preparing [2021-02-08T09:42:58.596Z] 6e83376e814c: Preparing [2021-02-08T09:42:58.596Z] 42d118925edc: Preparing [2021-02-08T09:42:58.596Z] 379067d0cb53: Preparing [2021-02-08T09:42:58.867Z] 379067d0cb53: Layer already exists [2021-02-08T09:42:58.867Z] 197d89396ec0: Pushed [2021-02-08T09:42:58.867Z] 6e83376e814c: Pushed [2021-02-08T09:42:59.140Z] 42d118925edc: Pushed [2021-02-08T09:43:01.756Z] 6780addd9d20: Pushed [2021-02-08T09:43:02.027Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:1d879a7b716712892d01cbb59ef9ce6bbf7b7cbb63b83d9579c1919214e26739 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:02.376Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:02.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:02.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T09:43:02.709Z] 197d89396ec0: Preparing [2021-02-08T09:43:02.709Z] 6780addd9d20: Preparing [2021-02-08T09:43:02.709Z] 6e83376e814c: Preparing [2021-02-08T09:43:02.709Z] 42d118925edc: Preparing [2021-02-08T09:43:02.709Z] 379067d0cb53: Preparing [2021-02-08T09:43:02.709Z] 42d118925edc: Layer already exists [2021-02-08T09:43:02.709Z] 197d89396ec0: Layer already exists [2021-02-08T09:43:02.709Z] 6780addd9d20: Layer already exists [2021-02-08T09:43:02.709Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:02.709Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:02.976Z] 2.0.0-dev.84: digest: sha256:1d879a7b716712892d01cbb59ef9ce6bbf7b7cbb63b83d9579c1919214e26739 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:03.311Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:03.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:03.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T09:43:03.646Z] 197d89396ec0: Preparing [2021-02-08T09:43:03.646Z] 6780addd9d20: Preparing [2021-02-08T09:43:03.646Z] 6e83376e814c: Preparing [2021-02-08T09:43:03.646Z] 42d118925edc: Preparing [2021-02-08T09:43:03.646Z] 379067d0cb53: Preparing [2021-02-08T09:43:03.646Z] 197d89396ec0: Layer already exists [2021-02-08T09:43:03.646Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:03.646Z] 6780addd9d20: Layer already exists [2021-02-08T09:43:03.646Z] 42d118925edc: Layer already exists [2021-02-08T09:43:03.646Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:03.915Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:1d879a7b716712892d01cbb59ef9ce6bbf7b7cbb63b83d9579c1919214e26739 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:04.256Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:04.586Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-08T09:43:04.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-08T09:43:04.586Z] 197d89396ec0: Preparing [2021-02-08T09:43:04.586Z] 6780addd9d20: Preparing [2021-02-08T09:43:04.586Z] 6e83376e814c: Preparing [2021-02-08T09:43:04.586Z] 42d118925edc: Preparing [2021-02-08T09:43:04.586Z] 379067d0cb53: Preparing [2021-02-08T09:43:04.586Z] 6780addd9d20: Layer already exists [2021-02-08T09:43:04.586Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:04.586Z] 42d118925edc: Layer already exists [2021-02-08T09:43:04.586Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:04.586Z] 197d89396ec0: Layer already exists [2021-02-08T09:43:04.855Z] master: digest: sha256:1d879a7b716712892d01cbb59ef9ce6bbf7b7cbb63b83d9579c1919214e26739 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:05.099Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:05.142Z] taggedImages: [2021-02-08T09:43:05.142Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:05.142Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:05.142Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:05.142Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-08T09:43:05.200Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-08T09:43:05.200Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:05.200Z] 2.0.0-dev.84 [2021-02-08T09:43:05.200Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:05.200Z] master [2021-02-08T09:43:05.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:05.706Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:06.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:06.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T09:43:06.045Z] 10489b2eb613: Preparing [2021-02-08T09:43:06.045Z] 9baa8d9166e3: Preparing [2021-02-08T09:43:06.045Z] 6e83376e814c: Preparing [2021-02-08T09:43:06.045Z] 1dc1632ddda6: Preparing [2021-02-08T09:43:06.045Z] 1e532fbffab7: Preparing [2021-02-08T09:43:06.045Z] 379067d0cb53: Preparing [2021-02-08T09:43:06.045Z] 379067d0cb53: Waiting [2021-02-08T09:43:06.045Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:06.318Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:06.906Z] 1e532fbffab7: Pushed [2021-02-08T09:43:06.906Z] 10489b2eb613: Pushed [2021-02-08T09:43:06.906Z] 1dc1632ddda6: Pushed [2021-02-08T09:43:09.522Z] 9baa8d9166e3: Pushed [2021-02-08T09:43:09.522Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:587248379f23f2b75874baaf5139d74c164887aa2c72e6b05cd63f398916c8b2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:09.865Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:10.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:10.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T09:43:10.203Z] 10489b2eb613: Preparing [2021-02-08T09:43:10.203Z] 9baa8d9166e3: Preparing [2021-02-08T09:43:10.203Z] 6e83376e814c: Preparing [2021-02-08T09:43:10.203Z] 1dc1632ddda6: Preparing [2021-02-08T09:43:10.203Z] 1e532fbffab7: Preparing [2021-02-08T09:43:10.203Z] 379067d0cb53: Preparing [2021-02-08T09:43:10.203Z] 379067d0cb53: Waiting [2021-02-08T09:43:10.473Z] 1e532fbffab7: Layer already exists [2021-02-08T09:43:10.473Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:10.473Z] 10489b2eb613: Layer already exists [2021-02-08T09:43:10.473Z] 9baa8d9166e3: Layer already exists [2021-02-08T09:43:10.473Z] 1dc1632ddda6: Layer already exists [2021-02-08T09:43:10.473Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:10.473Z] 2.0.0-dev.84: digest: sha256:587248379f23f2b75874baaf5139d74c164887aa2c72e6b05cd63f398916c8b2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:10.814Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:11.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:11.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T09:43:11.228Z] 10489b2eb613: Preparing [2021-02-08T09:43:11.228Z] 9baa8d9166e3: Preparing [2021-02-08T09:43:11.228Z] 6e83376e814c: Preparing [2021-02-08T09:43:11.228Z] 1dc1632ddda6: Preparing [2021-02-08T09:43:11.229Z] 1e532fbffab7: Preparing [2021-02-08T09:43:11.229Z] 379067d0cb53: Preparing [2021-02-08T09:43:11.229Z] 379067d0cb53: Waiting [2021-02-08T09:43:11.505Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:11.505Z] 1e532fbffab7: Layer already exists [2021-02-08T09:43:11.505Z] 9baa8d9166e3: Layer already exists [2021-02-08T09:43:11.505Z] 10489b2eb613: Layer already exists [2021-02-08T09:43:11.505Z] 1dc1632ddda6: Layer already exists [2021-02-08T09:43:11.505Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:11.505Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:587248379f23f2b75874baaf5139d74c164887aa2c72e6b05cd63f398916c8b2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:11.873Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:12.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-08T09:43:12.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-08T09:43:12.233Z] 10489b2eb613: Preparing [2021-02-08T09:43:12.233Z] 9baa8d9166e3: Preparing [2021-02-08T09:43:12.233Z] 6e83376e814c: Preparing [2021-02-08T09:43:12.233Z] 1dc1632ddda6: Preparing [2021-02-08T09:43:12.233Z] 1e532fbffab7: Preparing [2021-02-08T09:43:12.233Z] 379067d0cb53: Preparing [2021-02-08T09:43:12.233Z] 379067d0cb53: Waiting [2021-02-08T09:43:12.233Z] 1dc1632ddda6: Layer already exists [2021-02-08T09:43:12.233Z] 10489b2eb613: Layer already exists [2021-02-08T09:43:12.233Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:12.233Z] 1e532fbffab7: Layer already exists [2021-02-08T09:43:12.233Z] 9baa8d9166e3: Layer already exists [2021-02-08T09:43:12.503Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:12.503Z] master: digest: sha256:587248379f23f2b75874baaf5139d74c164887aa2c72e6b05cd63f398916c8b2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:12.687Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:12.730Z] taggedImages: [2021-02-08T09:43:12.730Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:12.730Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:12.730Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:12.730Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-08T09:43:12.843Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-08T09:43:12.843Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:12.843Z] 2.0.0-dev.84 [2021-02-08T09:43:12.843Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:12.843Z] master [2021-02-08T09:43:12.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:13.329Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:13.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:13.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T09:43:13.670Z] 34b2f951b278: Preparing [2021-02-08T09:43:13.670Z] 2cd098b7ef7f: Preparing [2021-02-08T09:43:13.670Z] 6e83376e814c: Preparing [2021-02-08T09:43:13.670Z] 42d118925edc: Preparing [2021-02-08T09:43:13.670Z] 379067d0cb53: Preparing [2021-02-08T09:43:13.670Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:13.943Z] 42d118925edc: Layer already exists [2021-02-08T09:43:13.943Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:13.943Z] 34b2f951b278: Pushed [2021-02-08T09:43:17.320Z] 2cd098b7ef7f: Pushed [2021-02-08T09:43:17.320Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:0b3c204dd5b069ab7f9254924591df81a6f190499a828d8498506b2d1ab19dec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:17.677Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:18.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:18.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T09:43:18.009Z] 34b2f951b278: Preparing [2021-02-08T09:43:18.009Z] 2cd098b7ef7f: Preparing [2021-02-08T09:43:18.009Z] 6e83376e814c: Preparing [2021-02-08T09:43:18.009Z] 42d118925edc: Preparing [2021-02-08T09:43:18.009Z] 379067d0cb53: Preparing [2021-02-08T09:43:18.009Z] 34b2f951b278: Layer already exists [2021-02-08T09:43:18.009Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:18.009Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:18.009Z] 2cd098b7ef7f: Layer already exists [2021-02-08T09:43:18.009Z] 42d118925edc: Layer already exists [2021-02-08T09:43:18.279Z] 2.0.0-dev.84: digest: sha256:0b3c204dd5b069ab7f9254924591df81a6f190499a828d8498506b2d1ab19dec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:18.617Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:18.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:18.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T09:43:18.947Z] 34b2f951b278: Preparing [2021-02-08T09:43:18.947Z] 2cd098b7ef7f: Preparing [2021-02-08T09:43:18.947Z] 6e83376e814c: Preparing [2021-02-08T09:43:18.947Z] 42d118925edc: Preparing [2021-02-08T09:43:18.947Z] 379067d0cb53: Preparing [2021-02-08T09:43:18.947Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:18.947Z] 42d118925edc: Layer already exists [2021-02-08T09:43:18.947Z] 2cd098b7ef7f: Layer already exists [2021-02-08T09:43:18.947Z] 34b2f951b278: Layer already exists [2021-02-08T09:43:18.947Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:19.215Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:0b3c204dd5b069ab7f9254924591df81a6f190499a828d8498506b2d1ab19dec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:19.553Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:19.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-08T09:43:19.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-08T09:43:19.889Z] 34b2f951b278: Preparing [2021-02-08T09:43:19.889Z] 2cd098b7ef7f: Preparing [2021-02-08T09:43:19.889Z] 6e83376e814c: Preparing [2021-02-08T09:43:19.889Z] 42d118925edc: Preparing [2021-02-08T09:43:19.889Z] 379067d0cb53: Preparing [2021-02-08T09:43:19.889Z] 42d118925edc: Layer already exists [2021-02-08T09:43:19.889Z] 2cd098b7ef7f: Layer already exists [2021-02-08T09:43:20.158Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:20.158Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:20.158Z] 34b2f951b278: Layer already exists [2021-02-08T09:43:20.158Z] master: digest: sha256:0b3c204dd5b069ab7f9254924591df81a6f190499a828d8498506b2d1ab19dec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:20.412Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:20.484Z] taggedImages: [2021-02-08T09:43:20.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:20.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:20.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:20.484Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-08T09:43:20.556Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-08T09:43:20.556Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:20.556Z] 2.0.0-dev.84 [2021-02-08T09:43:20.556Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:20.556Z] master [2021-02-08T09:43:20.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:21.082Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:21.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:21.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-08T09:43:21.420Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:21.420Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:21.420Z] dab6d6b31e80: Preparing [2021-02-08T09:43:21.420Z] 2e2123f679e1: Preparing [2021-02-08T09:43:21.420Z] 1e10541a29ef: Preparing [2021-02-08T09:43:21.420Z] 3773ef9cedd5: Preparing [2021-02-08T09:43:21.420Z] 6e83376e814c: Preparing [2021-02-08T09:43:21.420Z] 01557d994ab6: Preparing [2021-02-08T09:43:21.420Z] 01557d994ab6: Preparing [2021-02-08T09:43:21.420Z] b1355f540f52: Preparing [2021-02-08T09:43:21.420Z] 648bbec1dd95: Preparing [2021-02-08T09:43:21.420Z] 379067d0cb53: Preparing [2021-02-08T09:43:21.420Z] 6e83376e814c: Waiting [2021-02-08T09:43:21.420Z] 01557d994ab6: Waiting [2021-02-08T09:43:21.420Z] b1355f540f52: Waiting [2021-02-08T09:43:21.420Z] 379067d0cb53: Waiting [2021-02-08T09:43:21.420Z] 648bbec1dd95: Waiting [2021-02-08T09:43:22.009Z] 1e10541a29ef: Pushed [2021-02-08T09:43:22.009Z] dab6d6b31e80: Pushed [2021-02-08T09:43:22.009Z] 43fa8e6a80ec: Pushed [2021-02-08T09:43:22.009Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:22.009Z] 01557d994ab6: Pushed [2021-02-08T09:43:22.009Z] b1355f540f52: Pushed [2021-02-08T09:43:22.009Z] 648bbec1dd95: Pushed [2021-02-08T09:43:22.278Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:23.700Z] 2e2123f679e1: Pushed [2021-02-08T09:43:23.700Z] 3773ef9cedd5: Pushed [2021-02-08T09:43:23.971Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:b9cb884c49766ffac2a1ed84d2a8e4376fc863a00d213551d76b4fdae3548692 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:24.315Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:24.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:24.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-08T09:43:24.653Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:24.653Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:24.653Z] dab6d6b31e80: Preparing [2021-02-08T09:43:24.653Z] 2e2123f679e1: Preparing [2021-02-08T09:43:24.653Z] 1e10541a29ef: Preparing [2021-02-08T09:43:24.653Z] 3773ef9cedd5: Preparing [2021-02-08T09:43:24.653Z] 6e83376e814c: Preparing [2021-02-08T09:43:24.653Z] 01557d994ab6: Preparing [2021-02-08T09:43:24.653Z] 01557d994ab6: Preparing [2021-02-08T09:43:24.653Z] b1355f540f52: Preparing [2021-02-08T09:43:24.653Z] 648bbec1dd95: Preparing [2021-02-08T09:43:24.653Z] 379067d0cb53: Preparing [2021-02-08T09:43:24.653Z] b1355f540f52: Waiting [2021-02-08T09:43:24.653Z] 648bbec1dd95: Waiting [2021-02-08T09:43:24.653Z] 379067d0cb53: Waiting [2021-02-08T09:43:24.653Z] 6e83376e814c: Waiting [2021-02-08T09:43:24.653Z] 01557d994ab6: Waiting [2021-02-08T09:43:24.653Z] dab6d6b31e80: Layer already exists [2021-02-08T09:43:24.653Z] 1e10541a29ef: Layer already exists [2021-02-08T09:43:24.925Z] 2e2123f679e1: Layer already exists [2021-02-08T09:43:24.925Z] 3773ef9cedd5: Layer already exists [2021-02-08T09:43:24.925Z] 43fa8e6a80ec: Layer already exists [2021-02-08T09:43:24.925Z] 01557d994ab6: Layer already exists [2021-02-08T09:43:24.925Z] b1355f540f52: Layer already exists [2021-02-08T09:43:24.925Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:24.925Z] 648bbec1dd95: Layer already exists [2021-02-08T09:43:24.925Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:24.925Z] 2.0.0-dev.84: digest: sha256:b9cb884c49766ffac2a1ed84d2a8e4376fc863a00d213551d76b4fdae3548692 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:25.265Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:25.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:25.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-08T09:43:25.602Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:25.602Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:25.602Z] dab6d6b31e80: Preparing [2021-02-08T09:43:25.602Z] 2e2123f679e1: Preparing [2021-02-08T09:43:25.602Z] 1e10541a29ef: Preparing [2021-02-08T09:43:25.602Z] 3773ef9cedd5: Preparing [2021-02-08T09:43:25.602Z] 6e83376e814c: Preparing [2021-02-08T09:43:25.602Z] 01557d994ab6: Preparing [2021-02-08T09:43:25.602Z] 01557d994ab6: Preparing [2021-02-08T09:43:25.602Z] b1355f540f52: Preparing [2021-02-08T09:43:25.602Z] 648bbec1dd95: Preparing [2021-02-08T09:43:25.602Z] 379067d0cb53: Preparing [2021-02-08T09:43:25.602Z] b1355f540f52: Waiting [2021-02-08T09:43:25.602Z] 648bbec1dd95: Waiting [2021-02-08T09:43:25.602Z] 379067d0cb53: Waiting [2021-02-08T09:43:25.602Z] 01557d994ab6: Waiting [2021-02-08T09:43:25.602Z] 6e83376e814c: Waiting [2021-02-08T09:43:25.602Z] 2e2123f679e1: Layer already exists [2021-02-08T09:43:25.602Z] 43fa8e6a80ec: Layer already exists [2021-02-08T09:43:25.602Z] 3773ef9cedd5: Layer already exists [2021-02-08T09:43:25.602Z] dab6d6b31e80: Layer already exists [2021-02-08T09:43:25.602Z] 1e10541a29ef: Layer already exists [2021-02-08T09:43:25.876Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:25.876Z] b1355f540f52: Layer already exists [2021-02-08T09:43:25.876Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:25.876Z] 01557d994ab6: Layer already exists [2021-02-08T09:43:25.876Z] 648bbec1dd95: Layer already exists [2021-02-08T09:43:25.876Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:b9cb884c49766ffac2a1ed84d2a8e4376fc863a00d213551d76b4fdae3548692 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:26.216Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:26.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-08T09:43:26.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-08T09:43:26.557Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:26.557Z] 43fa8e6a80ec: Preparing [2021-02-08T09:43:26.557Z] dab6d6b31e80: Preparing [2021-02-08T09:43:26.557Z] 2e2123f679e1: Preparing [2021-02-08T09:43:26.557Z] 1e10541a29ef: Preparing [2021-02-08T09:43:26.557Z] 3773ef9cedd5: Preparing [2021-02-08T09:43:26.557Z] 6e83376e814c: Preparing [2021-02-08T09:43:26.557Z] 01557d994ab6: Preparing [2021-02-08T09:43:26.557Z] 01557d994ab6: Preparing [2021-02-08T09:43:26.557Z] b1355f540f52: Preparing [2021-02-08T09:43:26.557Z] 648bbec1dd95: Preparing [2021-02-08T09:43:26.557Z] 379067d0cb53: Preparing [2021-02-08T09:43:26.557Z] 6e83376e814c: Waiting [2021-02-08T09:43:26.557Z] 01557d994ab6: Waiting [2021-02-08T09:43:26.557Z] b1355f540f52: Waiting [2021-02-08T09:43:26.557Z] 648bbec1dd95: Waiting [2021-02-08T09:43:26.557Z] 379067d0cb53: Waiting [2021-02-08T09:43:26.828Z] dab6d6b31e80: Layer already exists [2021-02-08T09:43:26.828Z] 43fa8e6a80ec: Layer already exists [2021-02-08T09:43:26.828Z] 1e10541a29ef: Layer already exists [2021-02-08T09:43:26.828Z] 2e2123f679e1: Layer already exists [2021-02-08T09:43:26.828Z] 3773ef9cedd5: Layer already exists [2021-02-08T09:43:26.828Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:26.828Z] 01557d994ab6: Layer already exists [2021-02-08T09:43:26.828Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:26.828Z] 648bbec1dd95: Layer already exists [2021-02-08T09:43:26.828Z] b1355f540f52: Layer already exists [2021-02-08T09:43:26.828Z] master: digest: sha256:b9cb884c49766ffac2a1ed84d2a8e4376fc863a00d213551d76b4fdae3548692 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:27.012Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:27.056Z] taggedImages: [2021-02-08T09:43:27.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:27.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:27.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:27.056Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-08T09:43:27.117Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-08T09:43:27.117Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:27.117Z] 2.0.0-dev.84 [2021-02-08T09:43:27.117Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:27.117Z] master [2021-02-08T09:43:27.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:27.636Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:27.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:27.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T09:43:27.972Z] 2020504d6870: Preparing [2021-02-08T09:43:27.972Z] ef13e034ad0e: Preparing [2021-02-08T09:43:27.972Z] 45371189a811: Preparing [2021-02-08T09:43:27.972Z] 28cd1e3fa1f0: Preparing [2021-02-08T09:43:27.972Z] 5047402b3f8b: Preparing [2021-02-08T09:43:27.972Z] 379067d0cb53: Preparing [2021-02-08T09:43:27.972Z] 379067d0cb53: Waiting [2021-02-08T09:43:28.244Z] 28cd1e3fa1f0: Pushed [2021-02-08T09:43:28.244Z] 45371189a811: Pushed [2021-02-08T09:43:28.516Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:28.790Z] 5047402b3f8b: Pushed [2021-02-08T09:43:30.220Z] 2020504d6870: Pushed [2021-02-08T09:43:30.491Z] ef13e034ad0e: Pushed [2021-02-08T09:43:30.763Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:b6e2b68a64190395e33af20ff44d72cbd48be173df6d0d6d9984afe538c629f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:31.104Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:31.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:31.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T09:43:31.461Z] 2020504d6870: Preparing [2021-02-08T09:43:31.461Z] ef13e034ad0e: Preparing [2021-02-08T09:43:31.461Z] 45371189a811: Preparing [2021-02-08T09:43:31.461Z] 28cd1e3fa1f0: Preparing [2021-02-08T09:43:31.461Z] 5047402b3f8b: Preparing [2021-02-08T09:43:31.461Z] 379067d0cb53: Preparing [2021-02-08T09:43:31.461Z] 379067d0cb53: Waiting [2021-02-08T09:43:31.461Z] 28cd1e3fa1f0: Layer already exists [2021-02-08T09:43:31.461Z] 45371189a811: Layer already exists [2021-02-08T09:43:31.461Z] ef13e034ad0e: Layer already exists [2021-02-08T09:43:31.461Z] 5047402b3f8b: Layer already exists [2021-02-08T09:43:31.461Z] 2020504d6870: Layer already exists [2021-02-08T09:43:31.461Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:31.742Z] 2.0.0-dev.84: digest: sha256:b6e2b68a64190395e33af20ff44d72cbd48be173df6d0d6d9984afe538c629f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:32.101Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:32.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:32.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T09:43:32.467Z] 2020504d6870: Preparing [2021-02-08T09:43:32.467Z] ef13e034ad0e: Preparing [2021-02-08T09:43:32.467Z] 45371189a811: Preparing [2021-02-08T09:43:32.467Z] 28cd1e3fa1f0: Preparing [2021-02-08T09:43:32.467Z] 5047402b3f8b: Preparing [2021-02-08T09:43:32.467Z] 379067d0cb53: Preparing [2021-02-08T09:43:32.467Z] 379067d0cb53: Waiting [2021-02-08T09:43:32.751Z] 28cd1e3fa1f0: Layer already exists [2021-02-08T09:43:32.751Z] 2020504d6870: Layer already exists [2021-02-08T09:43:32.751Z] 5047402b3f8b: Layer already exists [2021-02-08T09:43:32.751Z] ef13e034ad0e: Layer already exists [2021-02-08T09:43:32.751Z] 45371189a811: Layer already exists [2021-02-08T09:43:32.751Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:32.751Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:b6e2b68a64190395e33af20ff44d72cbd48be173df6d0d6d9984afe538c629f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:33.115Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:33.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-08T09:43:33.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-08T09:43:33.471Z] 2020504d6870: Preparing [2021-02-08T09:43:33.471Z] ef13e034ad0e: Preparing [2021-02-08T09:43:33.471Z] 45371189a811: Preparing [2021-02-08T09:43:33.471Z] 28cd1e3fa1f0: Preparing [2021-02-08T09:43:33.471Z] 5047402b3f8b: Preparing [2021-02-08T09:43:33.471Z] 379067d0cb53: Preparing [2021-02-08T09:43:33.471Z] 379067d0cb53: Waiting [2021-02-08T09:43:33.471Z] 5047402b3f8b: Layer already exists [2021-02-08T09:43:33.471Z] 45371189a811: Layer already exists [2021-02-08T09:43:33.471Z] 28cd1e3fa1f0: Layer already exists [2021-02-08T09:43:33.471Z] 2020504d6870: Layer already exists [2021-02-08T09:43:33.471Z] ef13e034ad0e: Layer already exists [2021-02-08T09:43:33.757Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:33.757Z] master: digest: sha256:b6e2b68a64190395e33af20ff44d72cbd48be173df6d0d6d9984afe538c629f8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:33.992Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:34.053Z] taggedImages: [2021-02-08T09:43:34.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:34.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:34.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:34.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-08T09:43:34.129Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-08T09:43:34.129Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:34.129Z] 2.0.0-dev.84 [2021-02-08T09:43:34.129Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:34.129Z] master [2021-02-08T09:43:34.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:34.765Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:35.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:35.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T09:43:35.138Z] 9272c5c5e10a: Preparing [2021-02-08T09:43:35.138Z] 7e29f50f426c: Preparing [2021-02-08T09:43:35.138Z] 2ae98719420b: Preparing [2021-02-08T09:43:35.138Z] 85bc5401065b: Preparing [2021-02-08T09:43:35.138Z] 58ad4bca74ea: Preparing [2021-02-08T09:43:35.138Z] ab063f0d40d7: Preparing [2021-02-08T09:43:35.138Z] d56798bd4f79: Preparing [2021-02-08T09:43:35.138Z] 1068a9b12d13: Preparing [2021-02-08T09:43:35.138Z] 379067d0cb53: Preparing [2021-02-08T09:43:35.138Z] d56798bd4f79: Waiting [2021-02-08T09:43:35.138Z] 1068a9b12d13: Waiting [2021-02-08T09:43:35.138Z] 379067d0cb53: Waiting [2021-02-08T09:43:35.138Z] ab063f0d40d7: Waiting [2021-02-08T09:43:35.423Z] 9272c5c5e10a: Pushed [2021-02-08T09:43:35.721Z] 58ad4bca74ea: Pushed [2021-02-08T09:43:35.721Z] 7e29f50f426c: Pushed [2021-02-08T09:43:35.721Z] ab063f0d40d7: Pushed [2021-02-08T09:43:35.721Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:35.721Z] d56798bd4f79: Pushed [2021-02-08T09:43:36.336Z] 1068a9b12d13: Pushed [2021-02-08T09:43:37.779Z] 85bc5401065b: Pushed [2021-02-08T09:43:37.779Z] 2ae98719420b: Pushed [2021-02-08T09:43:38.052Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:8a03d28a1b14c023f7a0714588a4cfe5749970f23dc1e9ef6a39569f0f16efac size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:38.396Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:38.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:38.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T09:43:38.733Z] 9272c5c5e10a: Preparing [2021-02-08T09:43:38.733Z] 7e29f50f426c: Preparing [2021-02-08T09:43:38.733Z] 2ae98719420b: Preparing [2021-02-08T09:43:38.733Z] 85bc5401065b: Preparing [2021-02-08T09:43:38.733Z] 58ad4bca74ea: Preparing [2021-02-08T09:43:38.733Z] ab063f0d40d7: Preparing [2021-02-08T09:43:38.733Z] d56798bd4f79: Preparing [2021-02-08T09:43:38.733Z] 1068a9b12d13: Preparing [2021-02-08T09:43:38.733Z] 379067d0cb53: Preparing [2021-02-08T09:43:38.733Z] ab063f0d40d7: Waiting [2021-02-08T09:43:38.733Z] 1068a9b12d13: Waiting [2021-02-08T09:43:38.733Z] d56798bd4f79: Waiting [2021-02-08T09:43:38.733Z] 379067d0cb53: Waiting [2021-02-08T09:43:38.733Z] 2ae98719420b: Layer already exists [2021-02-08T09:43:38.733Z] 7e29f50f426c: Layer already exists [2021-02-08T09:43:38.734Z] 58ad4bca74ea: Layer already exists [2021-02-08T09:43:38.734Z] 9272c5c5e10a: Layer already exists [2021-02-08T09:43:38.734Z] 85bc5401065b: Layer already exists [2021-02-08T09:43:38.734Z] ab063f0d40d7: Layer already exists [2021-02-08T09:43:38.734Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:38.734Z] 1068a9b12d13: Layer already exists [2021-02-08T09:43:38.734Z] d56798bd4f79: Layer already exists [2021-02-08T09:43:39.004Z] 2.0.0-dev.84: digest: sha256:8a03d28a1b14c023f7a0714588a4cfe5749970f23dc1e9ef6a39569f0f16efac size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:39.343Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:39.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:39.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T09:43:39.672Z] 9272c5c5e10a: Preparing [2021-02-08T09:43:39.672Z] 7e29f50f426c: Preparing [2021-02-08T09:43:39.672Z] 2ae98719420b: Preparing [2021-02-08T09:43:39.672Z] 85bc5401065b: Preparing [2021-02-08T09:43:39.672Z] 58ad4bca74ea: Preparing [2021-02-08T09:43:39.672Z] ab063f0d40d7: Preparing [2021-02-08T09:43:39.672Z] d56798bd4f79: Preparing [2021-02-08T09:43:39.672Z] 1068a9b12d13: Preparing [2021-02-08T09:43:39.672Z] 379067d0cb53: Preparing [2021-02-08T09:43:39.672Z] d56798bd4f79: Waiting [2021-02-08T09:43:39.672Z] 1068a9b12d13: Waiting [2021-02-08T09:43:39.672Z] 379067d0cb53: Waiting [2021-02-08T09:43:39.672Z] ab063f0d40d7: Waiting [2021-02-08T09:43:39.672Z] 2ae98719420b: Layer already exists [2021-02-08T09:43:39.672Z] 85bc5401065b: Layer already exists [2021-02-08T09:43:39.672Z] 7e29f50f426c: Layer already exists [2021-02-08T09:43:39.672Z] 9272c5c5e10a: Layer already exists [2021-02-08T09:43:39.672Z] 58ad4bca74ea: Layer already exists [2021-02-08T09:43:39.672Z] d56798bd4f79: Layer already exists [2021-02-08T09:43:39.672Z] ab063f0d40d7: Layer already exists [2021-02-08T09:43:39.672Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:39.672Z] 1068a9b12d13: Layer already exists [2021-02-08T09:43:39.943Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:8a03d28a1b14c023f7a0714588a4cfe5749970f23dc1e9ef6a39569f0f16efac size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:40.279Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:40.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-08T09:43:40.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-08T09:43:40.611Z] 9272c5c5e10a: Preparing [2021-02-08T09:43:40.611Z] 7e29f50f426c: Preparing [2021-02-08T09:43:40.611Z] 2ae98719420b: Preparing [2021-02-08T09:43:40.611Z] 85bc5401065b: Preparing [2021-02-08T09:43:40.611Z] 58ad4bca74ea: Preparing [2021-02-08T09:43:40.611Z] ab063f0d40d7: Preparing [2021-02-08T09:43:40.611Z] d56798bd4f79: Preparing [2021-02-08T09:43:40.611Z] 1068a9b12d13: Preparing [2021-02-08T09:43:40.611Z] 379067d0cb53: Preparing [2021-02-08T09:43:40.611Z] d56798bd4f79: Waiting [2021-02-08T09:43:40.611Z] 1068a9b12d13: Waiting [2021-02-08T09:43:40.611Z] 379067d0cb53: Waiting [2021-02-08T09:43:40.611Z] ab063f0d40d7: Waiting [2021-02-08T09:43:40.882Z] 9272c5c5e10a: Layer already exists [2021-02-08T09:43:40.882Z] 2ae98719420b: Layer already exists [2021-02-08T09:43:40.882Z] 85bc5401065b: Layer already exists [2021-02-08T09:43:40.882Z] 7e29f50f426c: Layer already exists [2021-02-08T09:43:40.882Z] 58ad4bca74ea: Layer already exists [2021-02-08T09:43:40.882Z] d56798bd4f79: Layer already exists [2021-02-08T09:43:40.882Z] ab063f0d40d7: Layer already exists [2021-02-08T09:43:40.882Z] 1068a9b12d13: Layer already exists [2021-02-08T09:43:40.882Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:40.882Z] master: digest: sha256:8a03d28a1b14c023f7a0714588a4cfe5749970f23dc1e9ef6a39569f0f16efac size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:41.112Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:41.182Z] taggedImages: [2021-02-08T09:43:41.182Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:41.182Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:41.182Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:41.182Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-08T09:43:41.254Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-08T09:43:41.254Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:41.254Z] 2.0.0-dev.84 [2021-02-08T09:43:41.254Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:41.254Z] master [2021-02-08T09:43:41.254Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:41.747Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:42.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:42.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T09:43:42.078Z] 4cd5f74affbc: Preparing [2021-02-08T09:43:42.078Z] 52401dc508bf: Preparing [2021-02-08T09:43:42.078Z] 6e83376e814c: Preparing [2021-02-08T09:43:42.078Z] 6eb3c2d8deb4: Preparing [2021-02-08T09:43:42.078Z] 379067d0cb53: Preparing [2021-02-08T09:43:42.348Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:42.348Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:42.348Z] 4cd5f74affbc: Pushed [2021-02-08T09:43:42.620Z] 6eb3c2d8deb4: Pushed [2021-02-08T09:43:45.230Z] 52401dc508bf: Pushed [2021-02-08T09:43:45.230Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:c1ea5d206723a3943d3776f259911dd05870f327c3270e9fffc23e15c5c289ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:45.570Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:45.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:45.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T09:43:45.903Z] 4cd5f74affbc: Preparing [2021-02-08T09:43:45.903Z] 52401dc508bf: Preparing [2021-02-08T09:43:45.903Z] 6e83376e814c: Preparing [2021-02-08T09:43:45.903Z] 6eb3c2d8deb4: Preparing [2021-02-08T09:43:45.903Z] 379067d0cb53: Preparing [2021-02-08T09:43:46.174Z] 6eb3c2d8deb4: Layer already exists [2021-02-08T09:43:46.174Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:46.174Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:46.174Z] 52401dc508bf: Layer already exists [2021-02-08T09:43:46.174Z] 4cd5f74affbc: Layer already exists [2021-02-08T09:43:46.174Z] 2.0.0-dev.84: digest: sha256:c1ea5d206723a3943d3776f259911dd05870f327c3270e9fffc23e15c5c289ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:46.514Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:46.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:46.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T09:43:46.856Z] 4cd5f74affbc: Preparing [2021-02-08T09:43:46.856Z] 52401dc508bf: Preparing [2021-02-08T09:43:46.856Z] 6e83376e814c: Preparing [2021-02-08T09:43:46.856Z] 6eb3c2d8deb4: Preparing [2021-02-08T09:43:46.856Z] 379067d0cb53: Preparing [2021-02-08T09:43:47.130Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:47.130Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:47.130Z] 4cd5f74affbc: Layer already exists [2021-02-08T09:43:47.130Z] 52401dc508bf: Layer already exists [2021-02-08T09:43:47.130Z] 6eb3c2d8deb4: Layer already exists [2021-02-08T09:43:47.130Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:c1ea5d206723a3943d3776f259911dd05870f327c3270e9fffc23e15c5c289ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:47.472Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:47.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-08T09:43:47.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-08T09:43:47.816Z] 4cd5f74affbc: Preparing [2021-02-08T09:43:47.816Z] 52401dc508bf: Preparing [2021-02-08T09:43:47.816Z] 6e83376e814c: Preparing [2021-02-08T09:43:47.816Z] 6eb3c2d8deb4: Preparing [2021-02-08T09:43:47.816Z] 379067d0cb53: Preparing [2021-02-08T09:43:48.087Z] 6eb3c2d8deb4: Layer already exists [2021-02-08T09:43:48.087Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:48.087Z] 4cd5f74affbc: Layer already exists [2021-02-08T09:43:48.087Z] 52401dc508bf: Layer already exists [2021-02-08T09:43:48.087Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:48.087Z] master: digest: sha256:c1ea5d206723a3943d3776f259911dd05870f327c3270e9fffc23e15c5c289ce size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:48.267Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:48.313Z] taggedImages: [2021-02-08T09:43:48.313Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:48.313Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:48.313Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:48.313Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-08T09:43:48.391Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-08T09:43:48.391Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:48.391Z] 2.0.0-dev.84 [2021-02-08T09:43:48.391Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:48.391Z] master [2021-02-08T09:43:48.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:48.902Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:49.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:49.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T09:43:49.241Z] fcedb90e7617: Preparing [2021-02-08T09:43:49.241Z] 311eb2c57744: Preparing [2021-02-08T09:43:49.241Z] 6e83376e814c: Preparing [2021-02-08T09:43:49.241Z] 42d118925edc: Preparing [2021-02-08T09:43:49.241Z] 379067d0cb53: Preparing [2021-02-08T09:43:49.513Z] 42d118925edc: Layer already exists [2021-02-08T09:43:49.513Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:49.513Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:49.513Z] fcedb90e7617: Pushed [2021-02-08T09:43:52.119Z] 311eb2c57744: Pushed [2021-02-08T09:43:52.389Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:6aa99289bf8f7e314f4c608990c91f831323d499d2410c3c60b855c02a4f69ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:52.729Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:53.068Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:53.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T09:43:53.068Z] fcedb90e7617: Preparing [2021-02-08T09:43:53.068Z] 311eb2c57744: Preparing [2021-02-08T09:43:53.068Z] 6e83376e814c: Preparing [2021-02-08T09:43:53.068Z] 42d118925edc: Preparing [2021-02-08T09:43:53.068Z] 379067d0cb53: Preparing [2021-02-08T09:43:53.339Z] 42d118925edc: Layer already exists [2021-02-08T09:43:53.339Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:53.339Z] fcedb90e7617: Layer already exists [2021-02-08T09:43:53.339Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:53.339Z] 311eb2c57744: Layer already exists [2021-02-08T09:43:53.339Z] 2.0.0-dev.84: digest: sha256:6aa99289bf8f7e314f4c608990c91f831323d499d2410c3c60b855c02a4f69ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:53.678Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:54.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:54.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T09:43:54.011Z] fcedb90e7617: Preparing [2021-02-08T09:43:54.011Z] 311eb2c57744: Preparing [2021-02-08T09:43:54.011Z] 6e83376e814c: Preparing [2021-02-08T09:43:54.011Z] 42d118925edc: Preparing [2021-02-08T09:43:54.011Z] 379067d0cb53: Preparing [2021-02-08T09:43:54.283Z] 311eb2c57744: Layer already exists [2021-02-08T09:43:54.283Z] fcedb90e7617: Layer already exists [2021-02-08T09:43:54.283Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:54.283Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:54.283Z] 42d118925edc: Layer already exists [2021-02-08T09:43:54.283Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:6aa99289bf8f7e314f4c608990c91f831323d499d2410c3c60b855c02a4f69ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:54.624Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:54.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-08T09:43:54.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-08T09:43:54.960Z] fcedb90e7617: Preparing [2021-02-08T09:43:54.960Z] 311eb2c57744: Preparing [2021-02-08T09:43:54.960Z] 6e83376e814c: Preparing [2021-02-08T09:43:54.960Z] 42d118925edc: Preparing [2021-02-08T09:43:54.960Z] 379067d0cb53: Preparing [2021-02-08T09:43:55.231Z] 311eb2c57744: Layer already exists [2021-02-08T09:43:55.231Z] 379067d0cb53: Layer already exists [2021-02-08T09:43:55.231Z] fcedb90e7617: Layer already exists [2021-02-08T09:43:55.231Z] 42d118925edc: Layer already exists [2021-02-08T09:43:55.231Z] 6e83376e814c: Layer already exists [2021-02-08T09:43:55.231Z] master: digest: sha256:6aa99289bf8f7e314f4c608990c91f831323d499d2410c3c60b855c02a4f69ce size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:43:55.443Z] ===================================================== [Pipeline] echo [2021-02-08T09:43:55.490Z] taggedImages: [2021-02-08T09:43:55.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:55.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.84 [2021-02-08T09:43:55.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:55.490Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-08T09:43:55.551Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-08T09:43:55.551Z] 9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:55.551Z] 2.0.0-dev.84 [2021-02-08T09:43:55.551Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:43:55.551Z] master [2021-02-08T09:43:55.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:56.045Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:43:56.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:43:56.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T09:43:56.412Z] 01eecf3b7717: Preparing [2021-02-08T09:43:56.412Z] bebad2e37c5c: Preparing [2021-02-08T09:43:56.412Z] 30136c669a26: Preparing [2021-02-08T09:43:56.412Z] cb5a143c1d0c: Preparing [2021-02-08T09:43:56.412Z] 519a79383c25: Preparing [2021-02-08T09:43:56.412Z] 1f1e2c91be5f: Preparing [2021-02-08T09:43:56.412Z] 83b03be0090a: Preparing [2021-02-08T09:43:56.412Z] 9ded3b6bb9b5: Preparing [2021-02-08T09:43:56.412Z] fa1afe8e6ed9: Preparing [2021-02-08T09:43:56.412Z] 87a09b4c083e: Preparing [2021-02-08T09:43:56.412Z] 0f74e9ff2a61: Preparing [2021-02-08T09:43:56.412Z] b122376c33c6: Preparing [2021-02-08T09:43:56.412Z] f8381ed47b22: Preparing [2021-02-08T09:43:56.412Z] e934a737d657: Preparing [2021-02-08T09:43:56.412Z] 9ded3b6bb9b5: Waiting [2021-02-08T09:43:56.412Z] fa1afe8e6ed9: Waiting [2021-02-08T09:43:56.412Z] 87a09b4c083e: Waiting [2021-02-08T09:43:56.412Z] 0f74e9ff2a61: Waiting [2021-02-08T09:43:56.412Z] b122376c33c6: Waiting [2021-02-08T09:43:56.412Z] f8381ed47b22: Waiting [2021-02-08T09:43:56.412Z] e934a737d657: Waiting [2021-02-08T09:43:56.412Z] 1f1e2c91be5f: Waiting [2021-02-08T09:43:56.412Z] 83b03be0090a: Waiting [2021-02-08T09:43:57.046Z] 519a79383c25: Pushed [2021-02-08T09:43:57.429Z] 01eecf3b7717: Pushed [2021-02-08T09:43:58.043Z] cb5a143c1d0c: Pushed [2021-02-08T09:43:58.043Z] 9ded3b6bb9b5: Layer already exists [2021-02-08T09:43:58.043Z] fa1afe8e6ed9: Layer already exists [2021-02-08T09:43:58.043Z] 87a09b4c083e: Layer already exists [2021-02-08T09:43:58.043Z] 83b03be0090a: Pushed [2021-02-08T09:43:58.316Z] 0f74e9ff2a61: Layer already exists [2021-02-08T09:43:58.316Z] b122376c33c6: Layer already exists [2021-02-08T09:43:58.316Z] f8381ed47b22: Layer already exists [2021-02-08T09:43:58.316Z] e934a737d657: Layer already exists [2021-02-08T09:43:58.911Z] bebad2e37c5c: Pushed [2021-02-08T09:43:59.883Z] 1f1e2c91be5f: Pushed [2021-02-08T09:44:10.007Z] 30136c669a26: Pushed [2021-02-08T09:44:10.007Z] 9ee6a915f0da87ac859f0375cd81210a85b62227: digest: sha256:354955a15dbc30eeea55360f732aa82795f17cb512ae47e0c2cd6d09bdf28b78 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:10.350Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:10.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.84 [2021-02-08T09:44:10.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T09:44:10.688Z] 01eecf3b7717: Preparing [2021-02-08T09:44:10.688Z] bebad2e37c5c: Preparing [2021-02-08T09:44:10.688Z] 30136c669a26: Preparing [2021-02-08T09:44:10.688Z] cb5a143c1d0c: Preparing [2021-02-08T09:44:10.688Z] 519a79383c25: Preparing [2021-02-08T09:44:10.688Z] 1f1e2c91be5f: Preparing [2021-02-08T09:44:10.688Z] 83b03be0090a: Preparing [2021-02-08T09:44:10.688Z] 9ded3b6bb9b5: Preparing [2021-02-08T09:44:10.688Z] fa1afe8e6ed9: Preparing [2021-02-08T09:44:10.688Z] 87a09b4c083e: Preparing [2021-02-08T09:44:10.688Z] 0f74e9ff2a61: Preparing [2021-02-08T09:44:10.688Z] b122376c33c6: Preparing [2021-02-08T09:44:10.688Z] f8381ed47b22: Preparing [2021-02-08T09:44:10.688Z] e934a737d657: Preparing [2021-02-08T09:44:10.688Z] 1f1e2c91be5f: Waiting [2021-02-08T09:44:10.688Z] 0f74e9ff2a61: Waiting [2021-02-08T09:44:10.688Z] b122376c33c6: Waiting [2021-02-08T09:44:10.688Z] f8381ed47b22: Waiting [2021-02-08T09:44:10.688Z] 83b03be0090a: Waiting [2021-02-08T09:44:10.688Z] 9ded3b6bb9b5: Waiting [2021-02-08T09:44:10.688Z] fa1afe8e6ed9: Waiting [2021-02-08T09:44:10.688Z] 87a09b4c083e: Waiting [2021-02-08T09:44:10.959Z] bebad2e37c5c: Layer already exists [2021-02-08T09:44:10.959Z] 30136c669a26: Layer already exists [2021-02-08T09:44:10.959Z] 519a79383c25: Layer already exists [2021-02-08T09:44:10.959Z] 01eecf3b7717: Layer already exists [2021-02-08T09:44:10.959Z] cb5a143c1d0c: Layer already exists [2021-02-08T09:44:10.959Z] 1f1e2c91be5f: Layer already exists [2021-02-08T09:44:10.959Z] 83b03be0090a: Layer already exists [2021-02-08T09:44:10.959Z] 87a09b4c083e: Layer already exists [2021-02-08T09:44:10.959Z] 9ded3b6bb9b5: Layer already exists [2021-02-08T09:44:10.959Z] fa1afe8e6ed9: Layer already exists [2021-02-08T09:44:10.959Z] b122376c33c6: Layer already exists [2021-02-08T09:44:10.959Z] f8381ed47b22: Layer already exists [2021-02-08T09:44:10.959Z] e934a737d657: Layer already exists [2021-02-08T09:44:10.959Z] 0f74e9ff2a61: Layer already exists [2021-02-08T09:44:10.959Z] 2.0.0-dev.84: digest: sha256:354955a15dbc30eeea55360f732aa82795f17cb512ae47e0c2cd6d09bdf28b78 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:11.299Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:11.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:44:11.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T09:44:11.636Z] 01eecf3b7717: Preparing [2021-02-08T09:44:11.636Z] bebad2e37c5c: Preparing [2021-02-08T09:44:11.636Z] 30136c669a26: Preparing [2021-02-08T09:44:11.636Z] cb5a143c1d0c: Preparing [2021-02-08T09:44:11.636Z] 519a79383c25: Preparing [2021-02-08T09:44:11.636Z] 1f1e2c91be5f: Preparing [2021-02-08T09:44:11.636Z] 83b03be0090a: Preparing [2021-02-08T09:44:11.636Z] 9ded3b6bb9b5: Preparing [2021-02-08T09:44:11.636Z] fa1afe8e6ed9: Preparing [2021-02-08T09:44:11.636Z] 87a09b4c083e: Preparing [2021-02-08T09:44:11.636Z] 0f74e9ff2a61: Preparing [2021-02-08T09:44:11.636Z] b122376c33c6: Preparing [2021-02-08T09:44:11.636Z] f8381ed47b22: Preparing [2021-02-08T09:44:11.636Z] e934a737d657: Preparing [2021-02-08T09:44:11.636Z] 9ded3b6bb9b5: Waiting [2021-02-08T09:44:11.636Z] fa1afe8e6ed9: Waiting [2021-02-08T09:44:11.636Z] 87a09b4c083e: Waiting [2021-02-08T09:44:11.636Z] 0f74e9ff2a61: Waiting [2021-02-08T09:44:11.636Z] b122376c33c6: Waiting [2021-02-08T09:44:11.636Z] f8381ed47b22: Waiting [2021-02-08T09:44:11.636Z] e934a737d657: Waiting [2021-02-08T09:44:11.636Z] 1f1e2c91be5f: Waiting [2021-02-08T09:44:11.636Z] 83b03be0090a: Waiting [2021-02-08T09:44:11.906Z] 01eecf3b7717: Layer already exists [2021-02-08T09:44:11.906Z] cb5a143c1d0c: Layer already exists [2021-02-08T09:44:11.906Z] 30136c669a26: Layer already exists [2021-02-08T09:44:11.906Z] bebad2e37c5c: Layer already exists [2021-02-08T09:44:11.906Z] 519a79383c25: Layer already exists [2021-02-08T09:44:11.906Z] 1f1e2c91be5f: Layer already exists [2021-02-08T09:44:11.906Z] 9ded3b6bb9b5: Layer already exists [2021-02-08T09:44:11.906Z] 83b03be0090a: Layer already exists [2021-02-08T09:44:11.906Z] fa1afe8e6ed9: Layer already exists [2021-02-08T09:44:11.906Z] 87a09b4c083e: Layer already exists [2021-02-08T09:44:11.906Z] b122376c33c6: Layer already exists [2021-02-08T09:44:11.906Z] 0f74e9ff2a61: Layer already exists [2021-02-08T09:44:11.906Z] e934a737d657: Layer already exists [2021-02-08T09:44:11.906Z] f8381ed47b22: Layer already exists [2021-02-08T09:44:11.906Z] 9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84: digest: sha256:354955a15dbc30eeea55360f732aa82795f17cb512ae47e0c2cd6d09bdf28b78 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:12.254Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:12.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-08T09:44:12.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-08T09:44:12.592Z] 01eecf3b7717: Preparing [2021-02-08T09:44:12.592Z] bebad2e37c5c: Preparing [2021-02-08T09:44:12.592Z] 30136c669a26: Preparing [2021-02-08T09:44:12.592Z] cb5a143c1d0c: Preparing [2021-02-08T09:44:12.592Z] 519a79383c25: Preparing [2021-02-08T09:44:12.592Z] 1f1e2c91be5f: Preparing [2021-02-08T09:44:12.592Z] 83b03be0090a: Preparing [2021-02-08T09:44:12.592Z] 9ded3b6bb9b5: Preparing [2021-02-08T09:44:12.592Z] fa1afe8e6ed9: Preparing [2021-02-08T09:44:12.592Z] 87a09b4c083e: Preparing [2021-02-08T09:44:12.592Z] 0f74e9ff2a61: Preparing [2021-02-08T09:44:12.592Z] b122376c33c6: Preparing [2021-02-08T09:44:12.592Z] f8381ed47b22: Preparing [2021-02-08T09:44:12.592Z] e934a737d657: Preparing [2021-02-08T09:44:12.592Z] f8381ed47b22: Waiting [2021-02-08T09:44:12.592Z] 87a09b4c083e: Waiting [2021-02-08T09:44:12.592Z] 0f74e9ff2a61: Waiting [2021-02-08T09:44:12.592Z] b122376c33c6: Waiting [2021-02-08T09:44:12.592Z] 1f1e2c91be5f: Waiting [2021-02-08T09:44:12.592Z] 83b03be0090a: Waiting [2021-02-08T09:44:12.592Z] 9ded3b6bb9b5: Waiting [2021-02-08T09:44:12.592Z] fa1afe8e6ed9: Waiting [2021-02-08T09:44:12.592Z] e934a737d657: Waiting [2021-02-08T09:44:12.863Z] bebad2e37c5c: Layer already exists [2021-02-08T09:44:12.864Z] cb5a143c1d0c: Layer already exists [2021-02-08T09:44:12.864Z] 01eecf3b7717: Layer already exists [2021-02-08T09:44:12.864Z] 519a79383c25: Layer already exists [2021-02-08T09:44:12.864Z] 30136c669a26: Layer already exists [2021-02-08T09:44:12.864Z] 1f1e2c91be5f: Layer already exists [2021-02-08T09:44:12.864Z] 87a09b4c083e: Layer already exists [2021-02-08T09:44:12.864Z] 83b03be0090a: Layer already exists [2021-02-08T09:44:12.864Z] fa1afe8e6ed9: Layer already exists [2021-02-08T09:44:12.864Z] 9ded3b6bb9b5: Layer already exists [2021-02-08T09:44:12.864Z] f8381ed47b22: Layer already exists [2021-02-08T09:44:12.864Z] 0f74e9ff2a61: Layer already exists [2021-02-08T09:44:12.864Z] b122376c33c6: Layer already exists [2021-02-08T09:44:12.864Z] e934a737d657: Layer already exists [2021-02-08T09:44:12.864Z] master: digest: sha256:354955a15dbc30eeea55360f732aa82795f17cb512ae47e0c2cd6d09bdf28b78 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-08T09:44:13.090Z] ===================================================== [Pipeline] echo [2021-02-08T09:44:13.153Z] taggedImages: [2021-02-08T09:44:13.153Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227 [2021-02-08T09:44:13.153Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.84 [2021-02-08T09:44:13.153Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9ee6a915f0da87ac859f0375cd81210a85b62227-2.0.0-dev.84 [2021-02-08T09:44:13.153Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-08T09:44:14.454Z] provisioning config files... [2021-02-08T09:44:14.465Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/349@tmp/config5143026873797073368tmp [Pipeline] { [Pipeline] sh [2021-02-08T09:44:14.844Z] + set +x [2021-02-08T09:44:14.844Z] + curl -s https://codecov.io/bash [2021-02-08T09:44:14.844Z] + bash -s -- [2021-02-08T09:44:15.419Z] [2021-02-08T09:44:15.419Z] _____ _ [2021-02-08T09:44:15.419Z] / ____| | | [2021-02-08T09:44:15.419Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T09:44:15.419Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T09:44:15.419Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T09:44:15.419Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T09:44:15.419Z] Bash-20210129-7c25fce [2021-02-08T09:44:15.419Z] [2021-02-08T09:44:15.419Z] [2021-02-08T09:44:15.419Z] ==> git version 2.24.3 found [2021-02-08T09:44:15.419Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-08T09:44:15.419Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T09:44:15.419Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T09:44:15.419Z] ==> Jenkins CI detected. [2021-02-08T09:44:15.419Z] project root: . [2021-02-08T09:44:15.419Z] --> token set from env [2021-02-08T09:44:15.419Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T09:44:15.419Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T09:44:15.419Z] ==> Python coveragepy not found [2021-02-08T09:44:15.419Z] ==> Searching for coverage reports in: [2021-02-08T09:44:15.419Z] + . [2021-02-08T09:44:15.419Z] -> Found 1 reports [2021-02-08T09:44:15.419Z] ==> Detecting git/mercurial file structure [2021-02-08T09:44:15.419Z] ==> Reading reports [2021-02-08T09:44:15.419Z] + ./coverage.out bytes=590503 [2021-02-08T09:44:15.419Z] ==> Appending adjustments [2021-02-08T09:44:15.419Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T09:44:18.734Z] + Found adjustments [2021-02-08T09:44:18.734Z] ==> Gzipping contents [2021-02-08T09:44:18.734Z] 88K /tmp/codecov.SaLnMz.gz [2021-02-08T09:44:18.734Z] ==> Uploading reports [2021-02-08T09:44:18.734Z] url: https://codecov.io [2021-02-08T09:44:18.734Z] query: branch=master&commit=9ee6a915f0da87ac859f0375cd81210a85b62227&build=349&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F349%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T09:44:18.734Z] -> Pinging Codecov [2021-02-08T09:44:18.734Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9ee6a915f0da87ac859f0375cd81210a85b62227&build=349&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F349%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-08T09:44:19.311Z] -> Uploading to [2021-02-08T09:44:19.311Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/00271124DB129430A58F1EEE437C3FCB/9ee6a915f0da87ac859f0375cd81210a85b62227/a7ef7ec8-73fd-4034-86cd-6c256f04f491.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T094419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8ec890d37e4ee4a8a45189d43341da760e601560d9b707f836063d24e0780aea [2021-02-08T09:44:19.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:44:19.311Z] Dload Upload Total Spent Left Speed [2021-02-08T09:44:19.885Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88716 0 0 100 88716 0 171k --:--:-- --:--:-- --:--:-- 171k 100 88716 0 0 100 88716 0 171k --:--:-- --:--:-- --:--:-- 171k [2021-02-08T09:44:19.885Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9ee6a915f0da87ac859f0375cd81210a85b62227 [Pipeline] } [2021-02-08T09:44:19.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-08T09:44:20.834Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-08T09:44:20.883Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:21.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T09:44:21.264Z] [2021-02-08T09:44:21.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:44:21.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T09:44:21.611Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-08T09:44:21.611Z] 188c0c94c7c5: Already exists [2021-02-08T09:44:21.611Z] 0ef7d3d256c8: Already exists [2021-02-08T09:44:21.611Z] de9db76c5a1d: Already exists [2021-02-08T09:44:21.611Z] 0eba1c9be4d2: Pulling fs layer [2021-02-08T09:44:21.611Z] 0d57e429df01: Pulling fs layer [2021-02-08T09:44:21.611Z] 4e4be7b47b0d: Pulling fs layer [2021-02-08T09:44:21.611Z] e1f770b5df2f: Pulling fs layer [2021-02-08T09:44:21.611Z] 85a0685a4137: Pulling fs layer [2021-02-08T09:44:21.611Z] e1f770b5df2f: Waiting [2021-02-08T09:44:21.611Z] 85a0685a4137: Waiting [2021-02-08T09:44:21.611Z] 0d57e429df01: Verifying Checksum [2021-02-08T09:44:21.611Z] 0d57e429df01: Download complete [2021-02-08T09:44:21.611Z] 4e4be7b47b0d: Verifying Checksum [2021-02-08T09:44:21.611Z] 4e4be7b47b0d: Download complete [2021-02-08T09:44:23.003Z] e1f770b5df2f: Verifying Checksum [2021-02-08T09:44:23.003Z] e1f770b5df2f: Download complete [2021-02-08T09:44:24.947Z] 0eba1c9be4d2: Verifying Checksum [2021-02-08T09:44:24.947Z] 0eba1c9be4d2: Download complete [2021-02-08T09:44:25.215Z] 85a0685a4137: Verifying Checksum [2021-02-08T09:44:25.215Z] 85a0685a4137: Download complete [2021-02-08T09:44:30.528Z] 0eba1c9be4d2: Pull complete [2021-02-08T09:44:30.528Z] 0d57e429df01: Pull complete [2021-02-08T09:44:30.528Z] 4e4be7b47b0d: Pull complete [2021-02-08T09:44:34.744Z] e1f770b5df2f: Pull complete [2021-02-08T09:44:44.911Z] 85a0685a4137: Pull complete [2021-02-08T09:44:44.911Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-08T09:44:44.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-08T09:44:44.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-08T09:44:45.095Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:44:45.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-08T09:44:46.312Z] $ docker top 9703741c7fcc7b3314b4e88ef7be5511c657f93c57d44a225690dee2e232445f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-08T09:44:46.530Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-08T09:44:46.821Z] + set -o pipefail [2021-02-08T09:44:46.822Z] + snyk monitor '--org=edgex-jenkins' [2021-02-08T09:45:08.809Z] [2021-02-08T09:45:08.809Z] Monitoring /w/workspace/edgex-go/349 (github.com/edgexfoundry/edgex-go)... [2021-02-08T09:45:08.809Z] [2021-02-08T09:45:08.809Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e0fcff8a-5a04-4347-aeda-80ce5c682dad [2021-02-08T09:45:08.809Z] [2021-02-08T09:45:08.809Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-08T09:45:08.809Z] [2021-02-08T09:45:09.072Z] [Pipeline] } [2021-02-08T09:45:09.089Z] $ docker stop --time=1 9703741c7fcc7b3314b4e88ef7be5511c657f93c57d44a225690dee2e232445f [2021-02-08T09:45:12.036Z] $ docker rm -f 9703741c7fcc7b3314b4e88ef7be5511c657f93c57d44a225690dee2e232445f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-08T09:45:13.228Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T09:45:13.279Z] provisioning config files... [2021-02-08T09:45:13.289Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/349@tmp/config5527568579333051967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:45:13.663Z] --> edgex-publish-swagger.sh [2021-02-08T09:45:13.663Z] === Publish openapi/v1 API === [2021-02-08T09:45:13.663Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-08T09:45:13.663Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/349/openapi/v1/core-command.yaml] [2021-02-08T09:45:13.663Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:13.663Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:14.874Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8248 0:00:01 0:00:01 --:--:-- 8246 100 10522 0 0 100 10522 0 8138 0:00:01 0:00:01 --:--:-- 8137 [2021-02-08T09:45:14.874Z] [2021-02-08T09:45:14.874Z] [2021-02-08T09:45:14.874Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/349/openapi/v1/core-data.yaml] [2021-02-08T09:45:14.874Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:14.874Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:16.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28153 0:00:01 0:00:01 --:--:-- 28163 100 32557 0 0 100 32557 0 28148 0:00:01 0:00:01 --:--:-- 28163 [2021-02-08T09:45:16.263Z] [2021-02-08T09:45:16.263Z] [2021-02-08T09:45:16.263Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/349/openapi/v1/core-metadata.yaml] [2021-02-08T09:45:16.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:16.263Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:17.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61071 0:00:01 0:00:01 --:--:-- 61128 100 73721 0 0 100 73721 0 53427 0:00:01 0:00:01 --:--:-- 53459 [2021-02-08T09:45:17.471Z] [2021-02-08T09:45:17.471Z] [2021-02-08T09:45:17.471Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/349/openapi/v1/support-logging.yaml] [2021-02-08T09:45:17.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:17.471Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:18.415Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13901 --:--:-- --:--:-- --:--:-- 13900 100 13581 0 0 100 13581 0 13899 --:--:-- --:--:-- --:--:-- 13900 [2021-02-08T09:45:18.415Z] [2021-02-08T09:45:18.415Z] [2021-02-08T09:45:18.415Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/349/openapi/v1/support-notifications.yaml] [2021-02-08T09:45:18.415Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:18.415Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:19.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 37191 0:00:01 0:00:01 --:--:-- 37215 100 38890 0 0 100 38890 0 37182 0:00:01 0:00:01 --:--:-- 37215 [2021-02-08T09:45:19.363Z] [2021-02-08T09:45:19.363Z] [2021-02-08T09:45:19.363Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/349/openapi/v1/support-scheduler.yaml] [2021-02-08T09:45:19.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:19.363Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:20.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12345 0:00:01 0:00:01 --:--:-- 12347 [2021-02-08T09:45:20.578Z] [2021-02-08T09:45:20.578Z] [2021-02-08T09:45:20.578Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/349/openapi/v1/system-agent.yaml] [2021-02-08T09:45:20.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:20.578Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:21.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3871 0:00:01 0:00:01 --:--:-- 3870 100 4110 0 0 100 4110 0 3870 0:00:01 0:00:01 --:--:-- 3870 [2021-02-08T09:45:21.787Z] [2021-02-08T09:45:21.787Z] [2021-02-08T09:45:21.787Z] === Publish openapi/v2 API === [2021-02-08T09:45:21.787Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-08T09:45:21.787Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/349/openapi/v2/core-command.yaml] [2021-02-08T09:45:21.787Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:21.787Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:23.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27057 0 0 100 27057 0 22531 0:00:01 0:00:01 --:--:-- 22547 100 27057 0 0 100 27057 0 22527 0:00:01 0:00:01 --:--:-- 22547 [2021-02-08T09:45:23.178Z] [2021-02-08T09:45:23.178Z] [2021-02-08T09:45:23.178Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/349/openapi/v2/core-data.yaml] [2021-02-08T09:45:23.179Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:23.179Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:24.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 47210 0:00:01 0:00:01 --:--:-- 47219 100 57136 0 0 100 57136 0 31105 0:00:01 0:00:01 --:--:-- 31102 100 57136 0 0 100 57136 0 31101 0:00:01 0:00:01 --:--:-- 31102 [2021-02-08T09:45:24.704Z] [2021-02-08T09:45:24.704Z] [2021-02-08T09:45:24.704Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/349/openapi/v2/core-metadata.yaml] [2021-02-08T09:45:24.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:24.704Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:26.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 118k 0 0 100 118k 0 98399 0:00:01 0:00:01 --:--:-- 98449 [2021-02-08T09:45:26.099Z] [2021-02-08T09:45:26.099Z] [2021-02-08T09:45:26.099Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/349/openapi/v2/support-notifications.yaml] [2021-02-08T09:45:26.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:26.099Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:27.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 54358 0:00:01 0:00:01 --:--:-- 54376 100 59705 0 0 100 59705 0 54343 0:00:01 0:00:01 --:--:-- 54376 [2021-02-08T09:45:27.050Z] [2021-02-08T09:45:27.050Z] [2021-02-08T09:45:27.050Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/349/openapi/v2/support-scheduler.yaml] [2021-02-08T09:45:27.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:27.050Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:28.440Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 36580 0:00:01 0:00:01 --:--:-- 36608 100 40086 0 0 100 40086 0 36573 0:00:01 0:00:01 --:--:-- 36608 [2021-02-08T09:45:28.440Z] [2021-02-08T09:45:28.440Z] [2021-02-08T09:45:28.440Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/349/openapi/v2/system-agent.yaml] [2021-02-08T09:45:28.440Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T09:45:28.440Z] Dload Upload Total Spent Left Speed [2021-02-08T09:45:29.389Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 19999 0:00:01 0:00:01 --:--:-- 20018 100 24182 0 0 100 24182 0 19994 0:00:01 0:00:01 --:--:-- 20001 [2021-02-08T09:45:29.389Z] [2021-02-08T09:45:29.389Z] [Pipeline] } [2021-02-08T09:45:29.399Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:45:30.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:45:30.171Z] . [Pipeline] withDockerContainer [2021-02-08T09:45:30.285Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:45:30.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:45:31.296Z] $ docker top 6eaebdf89d16bd7cfc898961c446721c2bc98be4bd6fa397157215bb5e1ecad8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:45:31.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:45:31.624Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:45:31.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:45:31.869Z] $ docker exec 6eaebdf89d16bd7cfc898961c446721c2bc98be4bd6fa397157215bb5e1ecad8 ssh-agent [2021-02-08T09:45:32.050Z] SSH_AUTH_SOCK=/tmp/ssh-g07BJsgOIKX5/agent.11 [2021-02-08T09:45:32.050Z] SSH_AGENT_PID=17 [2021-02-08T09:45:32.058Z] Running ssh-add (command line suppressed) [2021-02-08T09:45:32.193Z] Identity added: /w/workspace/edgex-go/349@tmp/private_key_124901790676895813.key (/w/workspace/edgex-go/349@tmp/private_key_124901790676895813.key) [2021-02-08T09:45:32.256Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:45:32.593Z] + git semver tag [2021-02-08T09:45:32.854Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:45:32.854Z] # $GIT_DIR = /w/workspace/edgex-go/349/.git [2021-02-08T09:45:32.854Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/349 [2021-02-08T09:45:32.854Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:45:32.854Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:45:32.854Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:45:32.854Z] # $SEMVER_BRANCH = master [2021-02-08T09:45:32.854Z] # $SEMVER_DIR = /w/workspace/edgex-go/349/.semver [2021-02-08T09:45:32.854Z] # 9ee6a915f0da87ac859f0375cd81210a85b62227 HEAD [2021-02-08T09:45:33.428Z] # -> Force: false [2021-02-08T09:45:33.428Z] # 46930ce013a80f0a092c7b2f1fd8d530e72f9a49 refs/tags/v2.0.0-dev.84 [Pipeline] } [2021-02-08T09:45:33.440Z] $ docker exec --env ******** --env ******** 6eaebdf89d16bd7cfc898961c446721c2bc98be4bd6fa397157215bb5e1ecad8 ssh-agent -k [2021-02-08T09:45:33.566Z] unset SSH_AUTH_SOCK; [2021-02-08T09:45:33.566Z] unset SSH_AGENT_PID; [2021-02-08T09:45:33.566Z] echo Agent pid 17 killed; [2021-02-08T09:45:33.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:45:34.100Z] + git semver [Pipeline] } [2021-02-08T09:45:34.117Z] $ docker stop --time=1 6eaebdf89d16bd7cfc898961c446721c2bc98be4bd6fa397157215bb5e1ecad8 [2021-02-08T09:45:35.495Z] $ docker rm -f 6eaebdf89d16bd7cfc898961c446721c2bc98be4bd6fa397157215bb5e1ecad8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:45:36.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T09:45:36.128Z] [2021-02-08T09:45:36.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:45:36.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T09:45:36.480Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-08T09:45:36.480Z] ab5ef0e58194: Pulling fs layer [2021-02-08T09:45:36.480Z] 9712f1f96733: Pulling fs layer [2021-02-08T09:45:36.480Z] 63f879dbbcfc: Pulling fs layer [2021-02-08T09:45:36.480Z] 0d9ebad4ef96: Pulling fs layer [2021-02-08T09:45:36.480Z] e9a5061849ea: Pulling fs layer [2021-02-08T09:45:36.480Z] d747dcd14b5f: Pulling fs layer [2021-02-08T09:45:36.480Z] 2de7ff778b66: Pulling fs layer [2021-02-08T09:45:36.480Z] 0d9ebad4ef96: Waiting [2021-02-08T09:45:36.480Z] 2de7ff778b66: Waiting [2021-02-08T09:45:36.480Z] e9a5061849ea: Waiting [2021-02-08T09:45:36.480Z] d747dcd14b5f: Waiting [2021-02-08T09:45:36.480Z] 9712f1f96733: Verifying Checksum [2021-02-08T09:45:36.480Z] 9712f1f96733: Download complete [2021-02-08T09:45:37.873Z] 63f879dbbcfc: Verifying Checksum [2021-02-08T09:45:37.873Z] 63f879dbbcfc: Download complete [2021-02-08T09:45:38.134Z] e9a5061849ea: Verifying Checksum [2021-02-08T09:45:38.135Z] e9a5061849ea: Download complete [2021-02-08T09:45:38.135Z] d747dcd14b5f: Verifying Checksum [2021-02-08T09:45:38.135Z] d747dcd14b5f: Download complete [2021-02-08T09:45:38.400Z] 2de7ff778b66: Verifying Checksum [2021-02-08T09:45:38.400Z] 2de7ff778b66: Download complete [2021-02-08T09:45:38.668Z] 0d9ebad4ef96: Verifying Checksum [2021-02-08T09:45:38.668Z] 0d9ebad4ef96: Download complete [2021-02-08T09:45:38.934Z] ab5ef0e58194: Verifying Checksum [2021-02-08T09:45:38.935Z] ab5ef0e58194: Download complete [2021-02-08T09:45:43.242Z] ab5ef0e58194: Pull complete [2021-02-08T09:45:43.509Z] 9712f1f96733: Pull complete [2021-02-08T09:45:46.091Z] 63f879dbbcfc: Pull complete [2021-02-08T09:45:54.291Z] 0d9ebad4ef96: Pull complete [2021-02-08T09:45:57.610Z] e9a5061849ea: Pull complete [2021-02-08T09:45:57.610Z] d747dcd14b5f: Pull complete [2021-02-08T09:45:59.020Z] 2de7ff778b66: Pull complete [2021-02-08T09:45:59.020Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-08T09:45:59.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-08T09:45:59.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-08T09:45:59.214Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:45:59.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-08T09:46:03.006Z] $ docker top 4149c321651c6e5f5ce0c811ccb2dd9980e2470a1595942e7bc8a61619441fbb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-08T09:46:03.239Z] provisioning config files... [2021-02-08T09:46:03.248Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/349@tmp/config4823827138693460938tmp [2021-02-08T09:46:03.264Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/349@tmp/config3663923470983889154tmp [2021-02-08T09:46:03.279Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/349@tmp/config4483536945325903473tmp [Pipeline] { [Pipeline] echo [2021-02-08T09:46:03.333Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:46:03.634Z] ---> sigul-configuration.sh [2021-02-08T09:46:03.634Z] gpg: directory `/root/.gnupg' created [2021-02-08T09:46:03.634Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-08T09:46:03.634Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-08T09:46:03.634Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-08T09:46:03.634Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-08T09:46:03.634Z] gpg: CAST5 encrypted data [2021-02-08T09:46:03.907Z] gpg: encrypted with 1 passphrase [2021-02-08T09:46:03.907Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-08T09:46:04.472Z] + mkdir /home/jenkins [2021-02-08T09:46:04.472Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-08T09:46:04.770Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-08T09:46:04.781Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:46:05.077Z] ---> sigul-install.sh [2021-02-08T09:46:10.378Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-08T09:46:10.680Z] + git tag --list [2021-02-08T09:46:10.680Z] 0.6.0 [2021-02-08T09:46:10.680Z] 0.6.1 [2021-02-08T09:46:10.680Z] 0.7.0 [2021-02-08T09:46:10.680Z] 0.7.1 [2021-02-08T09:46:10.680Z] v0.0.0 [2021-02-08T09:46:10.680Z] v0.0.1-dev.1 [2021-02-08T09:46:10.680Z] v1.0.0 [2021-02-08T09:46:10.680Z] v1.0.1 [2021-02-08T09:46:10.680Z] v1.1.0 [2021-02-08T09:46:10.680Z] v1.2.0 [2021-02-08T09:46:10.680Z] v1.2.1 [2021-02-08T09:46:10.680Z] v1.2.2-dev.1 [2021-02-08T09:46:10.680Z] v1.2.2-dev.10 [2021-02-08T09:46:10.680Z] v1.2.2-dev.100 [2021-02-08T09:46:10.680Z] v1.2.2-dev.101 [2021-02-08T09:46:10.680Z] v1.2.2-dev.102 [2021-02-08T09:46:10.680Z] v1.2.2-dev.103 [2021-02-08T09:46:10.680Z] v1.2.2-dev.104 [2021-02-08T09:46:10.680Z] v1.2.2-dev.105 [2021-02-08T09:46:10.680Z] v1.2.2-dev.106 [2021-02-08T09:46:10.680Z] v1.2.2-dev.107 [2021-02-08T09:46:10.680Z] v1.2.2-dev.11 [2021-02-08T09:46:10.680Z] v1.2.2-dev.12 [2021-02-08T09:46:10.680Z] v1.2.2-dev.13 [2021-02-08T09:46:10.680Z] v1.2.2-dev.14 [2021-02-08T09:46:10.680Z] v1.2.2-dev.15 [2021-02-08T09:46:10.680Z] v1.2.2-dev.16 [2021-02-08T09:46:10.680Z] v1.2.2-dev.17 [2021-02-08T09:46:10.680Z] v1.2.2-dev.18 [2021-02-08T09:46:10.680Z] v1.2.2-dev.19 [2021-02-08T09:46:10.680Z] v1.2.2-dev.2 [2021-02-08T09:46:10.680Z] v1.2.2-dev.20 [2021-02-08T09:46:10.680Z] v1.2.2-dev.21 [2021-02-08T09:46:10.680Z] v1.2.2-dev.22 [2021-02-08T09:46:10.680Z] v1.2.2-dev.23 [2021-02-08T09:46:10.680Z] v1.2.2-dev.24 [2021-02-08T09:46:10.680Z] v1.2.2-dev.25 [2021-02-08T09:46:10.680Z] v1.2.2-dev.26 [2021-02-08T09:46:10.680Z] v1.2.2-dev.27 [2021-02-08T09:46:10.680Z] v1.2.2-dev.28 [2021-02-08T09:46:10.680Z] v1.2.2-dev.29 [2021-02-08T09:46:10.680Z] v1.2.2-dev.3 [2021-02-08T09:46:10.680Z] v1.2.2-dev.30 [2021-02-08T09:46:10.680Z] v1.2.2-dev.31 [2021-02-08T09:46:10.680Z] v1.2.2-dev.32 [2021-02-08T09:46:10.680Z] v1.2.2-dev.33 [2021-02-08T09:46:10.680Z] v1.2.2-dev.34 [2021-02-08T09:46:10.680Z] v1.2.2-dev.35 [2021-02-08T09:46:10.680Z] v1.2.2-dev.36 [2021-02-08T09:46:10.680Z] v1.2.2-dev.37 [2021-02-08T09:46:10.680Z] v1.2.2-dev.38 [2021-02-08T09:46:10.680Z] v1.2.2-dev.39 [2021-02-08T09:46:10.680Z] v1.2.2-dev.4 [2021-02-08T09:46:10.680Z] v1.2.2-dev.40 [2021-02-08T09:46:10.680Z] v1.2.2-dev.41 [2021-02-08T09:46:10.680Z] v1.2.2-dev.42 [2021-02-08T09:46:10.680Z] v1.2.2-dev.43 [2021-02-08T09:46:10.680Z] v1.2.2-dev.44 [2021-02-08T09:46:10.680Z] v1.2.2-dev.45 [2021-02-08T09:46:10.680Z] v1.2.2-dev.46 [2021-02-08T09:46:10.680Z] v1.2.2-dev.47 [2021-02-08T09:46:10.680Z] v1.2.2-dev.48 [2021-02-08T09:46:10.680Z] v1.2.2-dev.49 [2021-02-08T09:46:10.680Z] v1.2.2-dev.5 [2021-02-08T09:46:10.680Z] v1.2.2-dev.50 [2021-02-08T09:46:10.680Z] v1.2.2-dev.51 [2021-02-08T09:46:10.680Z] v1.2.2-dev.52 [2021-02-08T09:46:10.680Z] v1.2.2-dev.53 [2021-02-08T09:46:10.680Z] v1.2.2-dev.54 [2021-02-08T09:46:10.680Z] v1.2.2-dev.55 [2021-02-08T09:46:10.680Z] v1.2.2-dev.56 [2021-02-08T09:46:10.680Z] v1.2.2-dev.57 [2021-02-08T09:46:10.680Z] v1.2.2-dev.58 [2021-02-08T09:46:10.680Z] v1.2.2-dev.59 [2021-02-08T09:46:10.680Z] v1.2.2-dev.6 [2021-02-08T09:46:10.680Z] v1.2.2-dev.60 [2021-02-08T09:46:10.680Z] v1.2.2-dev.61 [2021-02-08T09:46:10.680Z] v1.2.2-dev.62 [2021-02-08T09:46:10.680Z] v1.2.2-dev.63 [2021-02-08T09:46:10.680Z] v1.2.2-dev.64 [2021-02-08T09:46:10.680Z] v1.2.2-dev.65 [2021-02-08T09:46:10.680Z] v1.2.2-dev.66 [2021-02-08T09:46:10.680Z] v1.2.2-dev.67 [2021-02-08T09:46:10.680Z] v1.2.2-dev.68 [2021-02-08T09:46:10.680Z] v1.2.2-dev.69 [2021-02-08T09:46:10.680Z] v1.2.2-dev.7 [2021-02-08T09:46:10.680Z] v1.2.2-dev.70 [2021-02-08T09:46:10.680Z] v1.2.2-dev.71 [2021-02-08T09:46:10.680Z] v1.2.2-dev.72 [2021-02-08T09:46:10.680Z] v1.2.2-dev.73 [2021-02-08T09:46:10.680Z] v1.2.2-dev.74 [2021-02-08T09:46:10.680Z] v1.2.2-dev.75 [2021-02-08T09:46:10.680Z] v1.2.2-dev.76 [2021-02-08T09:46:10.680Z] v1.2.2-dev.77 [2021-02-08T09:46:10.680Z] v1.2.2-dev.78 [2021-02-08T09:46:10.680Z] v1.2.2-dev.79 [2021-02-08T09:46:10.680Z] v1.2.2-dev.8 [2021-02-08T09:46:10.680Z] v1.2.2-dev.80 [2021-02-08T09:46:10.680Z] v1.2.2-dev.81 [2021-02-08T09:46:10.680Z] v1.2.2-dev.82 [2021-02-08T09:46:10.680Z] v1.2.2-dev.83 [2021-02-08T09:46:10.680Z] v1.2.2-dev.84 [2021-02-08T09:46:10.680Z] v1.2.2-dev.85 [2021-02-08T09:46:10.680Z] v1.2.2-dev.86 [2021-02-08T09:46:10.680Z] v1.2.2-dev.87 [2021-02-08T09:46:10.680Z] v1.2.2-dev.88 [2021-02-08T09:46:10.680Z] v1.2.2-dev.89 [2021-02-08T09:46:10.680Z] v1.2.2-dev.9 [2021-02-08T09:46:10.680Z] v1.2.2-dev.90 [2021-02-08T09:46:10.680Z] v1.2.2-dev.91 [2021-02-08T09:46:10.680Z] v1.2.2-dev.92 [2021-02-08T09:46:10.680Z] v1.2.2-dev.93 [2021-02-08T09:46:10.680Z] v1.2.2-dev.94 [2021-02-08T09:46:10.680Z] v1.2.2-dev.95 [2021-02-08T09:46:10.680Z] v1.2.2-dev.96 [2021-02-08T09:46:10.680Z] v1.2.2-dev.97 [2021-02-08T09:46:10.680Z] v1.2.2-dev.98 [2021-02-08T09:46:10.680Z] v1.2.2-dev.99 [2021-02-08T09:46:10.680Z] v1.3.0 [2021-02-08T09:46:10.680Z] v1.3.1-dev.1 [2021-02-08T09:46:10.680Z] v1.3.1-dev.10 [2021-02-08T09:46:10.680Z] v1.3.1-dev.11 [2021-02-08T09:46:10.680Z] v1.3.1-dev.12 [2021-02-08T09:46:10.680Z] v1.3.1-dev.13 [2021-02-08T09:46:10.680Z] v1.3.1-dev.14 [2021-02-08T09:46:10.680Z] v1.3.1-dev.15 [2021-02-08T09:46:10.680Z] v1.3.1-dev.16 [2021-02-08T09:46:10.680Z] v1.3.1-dev.17 [2021-02-08T09:46:10.680Z] v1.3.1-dev.18 [2021-02-08T09:46:10.680Z] v1.3.1-dev.2 [2021-02-08T09:46:10.680Z] v1.3.1-dev.3 [2021-02-08T09:46:10.680Z] v1.3.1-dev.4 [2021-02-08T09:46:10.680Z] v1.3.1-dev.5 [2021-02-08T09:46:10.680Z] v1.3.1-dev.6 [2021-02-08T09:46:10.680Z] v1.3.1-dev.7 [2021-02-08T09:46:10.680Z] v1.3.1-dev.8 [2021-02-08T09:46:10.680Z] v1.3.1-dev.9 [2021-02-08T09:46:10.680Z] v2.0.0-dev.1 [2021-02-08T09:46:10.680Z] v2.0.0-dev.10 [2021-02-08T09:46:10.680Z] v2.0.0-dev.11 [2021-02-08T09:46:10.680Z] v2.0.0-dev.12 [2021-02-08T09:46:10.680Z] v2.0.0-dev.13 [2021-02-08T09:46:10.680Z] v2.0.0-dev.14 [2021-02-08T09:46:10.680Z] v2.0.0-dev.15 [2021-02-08T09:46:10.680Z] v2.0.0-dev.16 [2021-02-08T09:46:10.680Z] v2.0.0-dev.17 [2021-02-08T09:46:10.680Z] v2.0.0-dev.18 [2021-02-08T09:46:10.680Z] v2.0.0-dev.19 [2021-02-08T09:46:10.680Z] v2.0.0-dev.2 [2021-02-08T09:46:10.680Z] v2.0.0-dev.20 [2021-02-08T09:46:10.680Z] v2.0.0-dev.21 [2021-02-08T09:46:10.680Z] v2.0.0-dev.22 [2021-02-08T09:46:10.680Z] v2.0.0-dev.23 [2021-02-08T09:46:10.680Z] v2.0.0-dev.24 [2021-02-08T09:46:10.680Z] v2.0.0-dev.25 [2021-02-08T09:46:10.680Z] v2.0.0-dev.26 [2021-02-08T09:46:10.680Z] v2.0.0-dev.27 [2021-02-08T09:46:10.680Z] v2.0.0-dev.28 [2021-02-08T09:46:10.680Z] v2.0.0-dev.29 [2021-02-08T09:46:10.680Z] v2.0.0-dev.3 [2021-02-08T09:46:10.680Z] v2.0.0-dev.30 [2021-02-08T09:46:10.680Z] v2.0.0-dev.31 [2021-02-08T09:46:10.680Z] v2.0.0-dev.32 [2021-02-08T09:46:10.681Z] v2.0.0-dev.33 [2021-02-08T09:46:10.681Z] v2.0.0-dev.34 [2021-02-08T09:46:10.681Z] v2.0.0-dev.35 [2021-02-08T09:46:10.681Z] v2.0.0-dev.36 [2021-02-08T09:46:10.681Z] v2.0.0-dev.37 [2021-02-08T09:46:10.681Z] v2.0.0-dev.38 [2021-02-08T09:46:10.681Z] v2.0.0-dev.39 [2021-02-08T09:46:10.681Z] v2.0.0-dev.4 [2021-02-08T09:46:10.681Z] v2.0.0-dev.40 [2021-02-08T09:46:10.681Z] v2.0.0-dev.41 [2021-02-08T09:46:10.681Z] v2.0.0-dev.42 [2021-02-08T09:46:10.681Z] v2.0.0-dev.43 [2021-02-08T09:46:10.681Z] v2.0.0-dev.44 [2021-02-08T09:46:10.681Z] v2.0.0-dev.45 [2021-02-08T09:46:10.681Z] v2.0.0-dev.46 [2021-02-08T09:46:10.681Z] v2.0.0-dev.47 [2021-02-08T09:46:10.681Z] v2.0.0-dev.48 [2021-02-08T09:46:10.681Z] v2.0.0-dev.49 [2021-02-08T09:46:10.681Z] v2.0.0-dev.5 [2021-02-08T09:46:10.681Z] v2.0.0-dev.50 [2021-02-08T09:46:10.681Z] v2.0.0-dev.51 [2021-02-08T09:46:10.681Z] v2.0.0-dev.52 [2021-02-08T09:46:10.681Z] v2.0.0-dev.53 [2021-02-08T09:46:10.681Z] v2.0.0-dev.54 [2021-02-08T09:46:10.681Z] v2.0.0-dev.55 [2021-02-08T09:46:10.681Z] v2.0.0-dev.56 [2021-02-08T09:46:10.681Z] v2.0.0-dev.57 [2021-02-08T09:46:10.681Z] v2.0.0-dev.58 [2021-02-08T09:46:10.681Z] v2.0.0-dev.59 [2021-02-08T09:46:10.681Z] v2.0.0-dev.6 [2021-02-08T09:46:10.681Z] v2.0.0-dev.60 [2021-02-08T09:46:10.681Z] v2.0.0-dev.61 [2021-02-08T09:46:10.681Z] v2.0.0-dev.62 [2021-02-08T09:46:10.681Z] v2.0.0-dev.63 [2021-02-08T09:46:10.681Z] v2.0.0-dev.64 [2021-02-08T09:46:10.681Z] v2.0.0-dev.65 [2021-02-08T09:46:10.681Z] v2.0.0-dev.66 [2021-02-08T09:46:10.681Z] v2.0.0-dev.67 [2021-02-08T09:46:10.681Z] v2.0.0-dev.68 [2021-02-08T09:46:10.681Z] v2.0.0-dev.69 [2021-02-08T09:46:10.681Z] v2.0.0-dev.7 [2021-02-08T09:46:10.681Z] v2.0.0-dev.70 [2021-02-08T09:46:10.681Z] v2.0.0-dev.71 [2021-02-08T09:46:10.681Z] v2.0.0-dev.72 [2021-02-08T09:46:10.681Z] v2.0.0-dev.73 [2021-02-08T09:46:10.681Z] v2.0.0-dev.74 [2021-02-08T09:46:10.681Z] v2.0.0-dev.75 [2021-02-08T09:46:10.681Z] v2.0.0-dev.76 [2021-02-08T09:46:10.681Z] v2.0.0-dev.77 [2021-02-08T09:46:10.681Z] v2.0.0-dev.78 [2021-02-08T09:46:10.681Z] v2.0.0-dev.79 [2021-02-08T09:46:10.681Z] v2.0.0-dev.8 [2021-02-08T09:46:10.681Z] v2.0.0-dev.80 [2021-02-08T09:46:10.681Z] v2.0.0-dev.81 [2021-02-08T09:46:10.681Z] v2.0.0-dev.82 [2021-02-08T09:46:10.681Z] v2.0.0-dev.83 [2021-02-08T09:46:10.681Z] v2.0.0-dev.84 [2021-02-08T09:46:10.681Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-08T09:46:10.983Z] + lftools sign git-tag v2.0.0-dev.84 [2021-02-08T09:46:12.383Z] Signing Git tag with Sigul... [2021-02-08T09:46:12.383Z] Signing v2.0.0-dev.84 [Pipeline] echo [2021-02-08T09:46:14.314Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:46:14.614Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-08T09:46:14.624Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-08T09:46:14.716Z] $ docker stop --time=1 4149c321651c6e5f5ce0c811ccb2dd9980e2470a1595942e7bc8a61619441fbb [2021-02-08T09:46:16.800Z] $ docker rm -f 4149c321651c6e5f5ce0c811ccb2dd9980e2470a1595942e7bc8a61619441fbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:46:17.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:46:17.745Z] . [Pipeline] withDockerContainer [2021-02-08T09:46:17.852Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:46:17.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:46:18.787Z] $ docker top a579477efc4f07bf518eba0260413e13da6713baadd294881b5bb48cb24b5b56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:46:19.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:46:19.116Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:46:19.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:46:19.341Z] $ docker exec a579477efc4f07bf518eba0260413e13da6713baadd294881b5bb48cb24b5b56 ssh-agent [2021-02-08T09:46:19.525Z] SSH_AUTH_SOCK=/tmp/ssh-VHx57QHqkyb1/agent.12 [2021-02-08T09:46:19.525Z] SSH_AGENT_PID=17 [2021-02-08T09:46:19.533Z] Running ssh-add (command line suppressed) [2021-02-08T09:46:19.669Z] Identity added: /w/workspace/edgex-go/349@tmp/private_key_3542772800341077365.key (/w/workspace/edgex-go/349@tmp/private_key_3542772800341077365.key) [2021-02-08T09:46:19.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:46:20.071Z] + git semver bump pre [2021-02-08T09:46:20.071Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:46:20.071Z] # $GIT_DIR = /w/workspace/edgex-go/349/.git [2021-02-08T09:46:20.071Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/349 [2021-02-08T09:46:20.071Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:46:20.071Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:46:20.071Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:46:20.071Z] # $SEMVER_BRANCH = master [2021-02-08T09:46:20.071Z] # $SEMVER_DIR = /w/workspace/edgex-go/349/.semver [2021-02-08T09:46:20.071Z] 2.0.0-dev.85 [Pipeline] } [2021-02-08T09:46:20.083Z] $ docker exec --env ******** --env ******** a579477efc4f07bf518eba0260413e13da6713baadd294881b5bb48cb24b5b56 ssh-agent -k [2021-02-08T09:46:20.211Z] unset SSH_AUTH_SOCK; [2021-02-08T09:46:20.211Z] unset SSH_AGENT_PID; [2021-02-08T09:46:20.211Z] echo Agent pid 17 killed; [2021-02-08T09:46:20.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:46:20.751Z] + git semver [Pipeline] } [2021-02-08T09:46:20.769Z] $ docker stop --time=1 a579477efc4f07bf518eba0260413e13da6713baadd294881b5bb48cb24b5b56 [2021-02-08T09:46:22.135Z] $ docker rm -f a579477efc4f07bf518eba0260413e13da6713baadd294881b5bb48cb24b5b56 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:46:22.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T09:46:22.658Z] . [Pipeline] withDockerContainer [2021-02-08T09:46:22.790Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:46:22.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-08T09:46:23.657Z] $ docker top 50011bd4d5e4b9e5ee5b0cca776bbb3629d5ceaf8932c00e04f0a03a4783b722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T09:46:23.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T09:46:23.966Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T09:46:24.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T09:46:24.167Z] $ docker exec 50011bd4d5e4b9e5ee5b0cca776bbb3629d5ceaf8932c00e04f0a03a4783b722 ssh-agent [2021-02-08T09:46:24.358Z] SSH_AUTH_SOCK=/tmp/ssh-eJS7VmUX0YRJ/agent.11 [2021-02-08T09:46:24.358Z] SSH_AGENT_PID=16 [2021-02-08T09:46:24.365Z] Running ssh-add (command line suppressed) [2021-02-08T09:46:24.489Z] Identity added: /w/workspace/edgex-go/349@tmp/private_key_6330091553977777756.key (/w/workspace/edgex-go/349@tmp/private_key_6330091553977777756.key) [2021-02-08T09:46:24.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T09:46:24.903Z] + git semver push [2021-02-08T09:46:24.903Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T09:46:24.903Z] # $GIT_DIR = /w/workspace/edgex-go/349/.git [2021-02-08T09:46:24.903Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/349 [2021-02-08T09:46:24.903Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T09:46:24.903Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T09:46:24.903Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T09:46:24.903Z] # $SEMVER_BRANCH = master [2021-02-08T09:46:24.903Z] # $SEMVER_DIR = /w/workspace/edgex-go/349/.semver [Pipeline] } [2021-02-08T09:46:37.169Z] $ docker exec --env ******** --env ******** 50011bd4d5e4b9e5ee5b0cca776bbb3629d5ceaf8932c00e04f0a03a4783b722 ssh-agent -k [2021-02-08T09:46:37.355Z] unset SSH_AUTH_SOCK; [2021-02-08T09:46:37.356Z] unset SSH_AGENT_PID; [2021-02-08T09:46:37.356Z] echo Agent pid 16 killed; [2021-02-08T09:46:37.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T09:46:38.021Z] + git semver [Pipeline] } [2021-02-08T09:46:38.042Z] $ docker stop --time=1 50011bd4d5e4b9e5ee5b0cca776bbb3629d5ceaf8932c00e04f0a03a4783b722 [2021-02-08T09:46:39.472Z] $ docker rm -f 50011bd4d5e4b9e5ee5b0cca776bbb3629d5ceaf8932c00e04f0a03a4783b722 [Pipeline] // withDockerContainer [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-08T09:46:40.524Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:46:41.401Z] ---> package-listing.sh [2021-02-08T09:46:41.401Z] ++ facter osfamily [2021-02-08T09:46:41.401Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T09:46:41.401Z] + OS_FAMILY=redhat [2021-02-08T09:46:41.401Z] + workspace=/w/workspace/edgex-go/349 [2021-02-08T09:46:41.401Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T09:46:41.401Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T09:46:41.401Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T09:46:41.401Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T09:46:41.401Z] + '[' /w/workspace/edgex-go/349 ']' [2021-02-08T09:46:41.401Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T09:46:41.401Z] + case "${OS_FAMILY}" in [2021-02-08T09:46:41.402Z] + rpm -qa [2021-02-08T09:46:41.402Z] + sort [2021-02-08T09:46:46.708Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T09:46:46.708Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T09:46:46.708Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T09:46:46.708Z] + '[' /w/workspace/edgex-go/349 ']' [2021-02-08T09:46:46.708Z] + mkdir -p /w/workspace/edgex-go/349/archives/ [2021-02-08T09:46:46.708Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/349/archives/ [Pipeline] echo [2021-02-08T09:46:46.720Z] 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/edgex-go/349/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T09:46:47.011Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:46:47.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:46:47.317Z] [2021-02-08T09:46:47.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T09:46:47.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:46:47.678Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T09:46:47.678Z] df20fa9351a1: Pulling fs layer [2021-02-08T09:46:47.678Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T09:46:47.678Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T09:46:47.678Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T09:46:47.678Z] 93b61091891f: Pulling fs layer [2021-02-08T09:46:47.678Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T09:46:47.678Z] 5e14af77c1be: Pulling fs layer [2021-02-08T09:46:47.678Z] 01666e4c0597: Pulling fs layer [2021-02-08T09:46:47.678Z] aa168da1d23b: Pulling fs layer [2021-02-08T09:46:47.678Z] 46f8f816bc3b: Waiting [2021-02-08T09:46:47.678Z] 93b61091891f: Waiting [2021-02-08T09:46:47.678Z] 93b9cdb0e59b: Waiting [2021-02-08T09:46:47.678Z] 5e14af77c1be: Waiting [2021-02-08T09:46:47.678Z] 01666e4c0597: Waiting [2021-02-08T09:46:47.678Z] 36b3adc4ff6f: Download complete [2021-02-08T09:46:47.678Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T09:46:47.678Z] 46f8f816bc3b: Download complete [2021-02-08T09:46:47.678Z] df20fa9351a1: Verifying Checksum [2021-02-08T09:46:47.678Z] df20fa9351a1: Download complete [2021-02-08T09:46:47.941Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T09:46:47.941Z] 93b9cdb0e59b: Download complete [2021-02-08T09:46:47.941Z] 5e14af77c1be: Verifying Checksum [2021-02-08T09:46:47.941Z] 5e14af77c1be: Download complete [2021-02-08T09:46:47.941Z] 93b61091891f: Verifying Checksum [2021-02-08T09:46:47.941Z] 93b61091891f: Download complete [2021-02-08T09:46:47.941Z] 01666e4c0597: Verifying Checksum [2021-02-08T09:46:47.941Z] 01666e4c0597: Download complete [2021-02-08T09:46:48.202Z] df20fa9351a1: Pull complete [2021-02-08T09:46:48.465Z] 36b3adc4ff6f: Pull complete [2021-02-08T09:46:48.465Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T09:46:48.465Z] 8ad3a11d3b57: Download complete [2021-02-08T09:46:50.407Z] aa168da1d23b: Verifying Checksum [2021-02-08T09:46:50.407Z] aa168da1d23b: Download complete [2021-02-08T09:46:50.407Z] 8ad3a11d3b57: Pull complete [2021-02-08T09:46:50.675Z] 46f8f816bc3b: Pull complete [2021-02-08T09:46:50.938Z] 93b61091891f: Pull complete [2021-02-08T09:46:51.201Z] 93b9cdb0e59b: Pull complete [2021-02-08T09:46:51.201Z] 5e14af77c1be: Pull complete [2021-02-08T09:46:51.469Z] 01666e4c0597: Pull complete [2021-02-08T09:46:58.125Z] aa168da1d23b: Pull complete [2021-02-08T09:46:58.136Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T09:46:58.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T09:46:58.136Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T09:46:58.308Z] prd-centos7-docker-4c-2g-25529 does not seem to be running inside a container [2021-02-08T09:46:58.361Z] $ 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/edgex-go/349/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/349 -v /w/workspace/edgex-go/349:/w/workspace/edgex-go/349:rw,z -v /w/workspace/edgex-go/349@tmp:/w/workspace/edgex-go/349@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-08T09:47:01.563Z] $ docker top 05db8339255245cc8ff9a4d7886dea6f37297d4405398fc9e1d1ecc27d88ddbb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T09:47:02.106Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T09:47:02.404Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T09:47:02.701Z] + ls /var/log/sa-host [2021-02-08T09:47:02.701Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T09:47:02.701Z] file_magic: OK [2021-02-08T09:47:02.701Z] HZ: Using current value: 100 [2021-02-08T09:47:02.701Z] file_header: OK [2021-02-08T09:47:02.701Z] 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-08T09:47:02.701Z] Statistics: [2021-02-08T09:47:02.701Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T09:47:02.701Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T09:47:02.701Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T09:47:02.701Z] file_magic: OK [2021-02-08T09:47:02.701Z] HZ: Using current value: 100 [2021-02-08T09:47:02.701Z] file_header: OK [2021-02-08T09:47:02.701Z] 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-08T09:47:02.701Z] Statistics: [2021-02-08T09:47:02.701Z] Hnuu...uuuununununu... [2021-02-08T09:47:02.701Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T09:47:02.907Z] provisioning config files... [2021-02-08T09:47:02.921Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/349@tmp/config7877087678874044729tmp [Pipeline] { [Pipeline] echo [2021-02-08T09:47:02.990Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:47:03.283Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T09:47:03.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T09:47:03.380Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:47:03.679Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T09:47:03.690Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:47:03.985Z] ---> sudo-logs.sh [2021-02-08T09:47:03.985Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T09:47:04.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:47:04.558Z] ---> job-cost.sh [2021-02-08T09:47:04.558Z] lf-activate-venv: SKIPPING [2021-02-08T09:47:04.558Z] INFO: No Stack... [2021-02-08T09:47:05.505Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T09:47:06.080Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T09:47:06.092Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T09:47:06.407Z] ---> logs-deploy.sh [2021-02-08T09:47:06.407Z] lf-activate-venv: SKIPPING [2021-02-08T09:47:06.407Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/349 [2021-02-08T09:47:06.407Z] INFO: archiving workspace using pattern(s): [2021-02-08T09:47:07.797Z] Archives upload complete. [2021-02-08T09:47:07.797Z] INFO: archiving logs to Nexus