Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f0a5054a805e8aad79e6fefc9c847f3d46b91de1 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28239 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/376 [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/376 # 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 > 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 Checking out Revision f0a5054a805e8aad79e6fefc9c847f3d46b91de1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 Commit message: "fix: Enable proper configuration for SecretStore initialization (#3206)" > git rev-list --no-walk f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-02T17:41:28.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-02T17:41:29.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T17:41:29.166Z] ========================================================= [2021-03-02T17:41:29.166Z] EdgeX Global Pipelines Version Info [2021-03-02T17:41:29.166Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:41:30.629Z] ------------------- [2021-03-02T17:41:30.630Z] stable info: [2021-03-02T17:41:30.630Z] ------------------- [2021-03-02T17:41:30.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-02T17:41:30.630Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T17:41:30.630Z] Message: update stable to v1.0.184 [2021-03-02T17:41:31.577Z] ------------------- [2021-03-02T17:41:31.577Z] experimental info: [2021-03-02T17:41:31.577Z] ------------------- [2021-03-02T17:41:31.577Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-02T17:41:31.577Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T17:41:31.577Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-02T17:41:31.842Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-02T17:41:31.938Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-02T17:41:32.031Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-02T17:41:32.124Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-02T17:41:32.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-02T17:41:32.334Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-02T17:41:32.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-02T17:41:32.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-02T17:41:32.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-02T17:41:32.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-02T17:41:32.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-02T17:41:32.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-02T17:41:33.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-02T17:41:33.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-02T17:41:33.253Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T17:41:33.365Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T17:41:33.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-02T17:41:33.548Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-02T17:41:33.641Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-02T17:41:33.731Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-02T17:41:33.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-02T17:41:33.958Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-02T17:41:34.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-02T17:41:34.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-02T17:41:34.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-02T17:41:34.377Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] echo [2021-03-02T17:41:34.464Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0a5054 [Pipeline] echo [2021-03-02T17:41:34.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T17:41:34.765Z] provisioning config files... [2021-03-02T17:41:34.802Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/376@tmp/config4988540110249671963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:41:35.159Z] ---> docker-login.sh [2021-03-02T17:41:35.159Z] nexus3.edgexfoundry.org:10001 [2021-03-02T17:41:35.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:41:35.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:41:35.686Z] Configure a credential helper to remove this warning. See [2021-03-02T17:41:35.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:41:35.686Z] [2021-03-02T17:41:35.686Z] Login Succeeded [2021-03-02T17:41:35.686Z] nexus3.edgexfoundry.org:10002 [2021-03-02T17:41:35.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:41:35.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:41:35.951Z] Configure a credential helper to remove this warning. See [2021-03-02T17:41:35.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:41:35.951Z] [2021-03-02T17:41:35.951Z] Login Succeeded [2021-03-02T17:41:35.951Z] nexus3.edgexfoundry.org:10003 [2021-03-02T17:41:35.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:41:35.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:41:35.951Z] Configure a credential helper to remove this warning. See [2021-03-02T17:41:35.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:41:35.951Z] [2021-03-02T17:41:35.951Z] Login Succeeded [2021-03-02T17:41:35.951Z] nexus3.edgexfoundry.org:10004 [2021-03-02T17:41:36.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:41:36.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:41:36.213Z] Configure a credential helper to remove this warning. See [2021-03-02T17:41:36.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:41:36.213Z] [2021-03-02T17:41:36.213Z] Login Succeeded [2021-03-02T17:41:36.213Z] docker.io [2021-03-02T17:41:36.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:41:36.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:41:36.477Z] Configure a credential helper to remove this warning. See [2021-03-02T17:41:36.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:41:36.477Z] [2021-03-02T17:41:36.477Z] Login Succeeded [2021-03-02T17:41:36.477Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T17:41:36.487Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T17:41:36.962Z] ++ 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-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/core-command/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/core-data/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-02T17:41:36.963Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T17:41:36.963Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-02T17:41:36.963Z] ++ cut -d/ -f2 [2021-03-02T17:41:36.963Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-02T17:41:37.035Z] 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-03-02T17:41:38.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T17:41:38.573Z] [2021-03-02T17:41:38.573Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:41:38.923Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T17:41:38.924Z] latest: Pulling from edgex-devops/git-semver [2021-03-02T17:41:38.924Z] 31603596830f: Pulling fs layer [2021-03-02T17:41:38.924Z] 2a8b12db71e7: Pulling fs layer [2021-03-02T17:41:38.924Z] 6ca5941a6612: Pulling fs layer [2021-03-02T17:41:38.924Z] ecc8261a40a4: Pulling fs layer [2021-03-02T17:41:38.924Z] ecc8261a40a4: Waiting [2021-03-02T17:41:38.924Z] 2a8b12db71e7: Verifying Checksum [2021-03-02T17:41:38.924Z] 2a8b12db71e7: Download complete [2021-03-02T17:41:39.187Z] 31603596830f: Download complete [2021-03-02T17:41:39.187Z] ecc8261a40a4: Verifying Checksum [2021-03-02T17:41:39.187Z] ecc8261a40a4: Download complete [2021-03-02T17:41:39.187Z] 6ca5941a6612: Verifying Checksum [2021-03-02T17:41:39.187Z] 6ca5941a6612: Download complete [2021-03-02T17:41:39.451Z] 31603596830f: Pull complete [2021-03-02T17:41:39.715Z] 2a8b12db71e7: Pull complete [2021-03-02T17:41:40.291Z] 6ca5941a6612: Pull complete [2021-03-02T17:41:40.556Z] ecc8261a40a4: Pull complete [2021-03-02T17:41:40.819Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-02T17:41:40.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T17:41:40.819Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-02T17:41:40.950Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:41:41.037Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T17:41:43.854Z] $ docker top 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T17:41:44.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T17:41:44.136Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T17:41:44.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T17:41:44.356Z] $ docker exec 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c ssh-agent [2021-03-02T17:41:44.520Z] SSH_AUTH_SOCK=/tmp/ssh-EpqLH8AXKPOj/agent.12 [2021-03-02T17:41:44.520Z] SSH_AGENT_PID=17 [2021-03-02T17:41:44.530Z] Running ssh-add (command line suppressed) [2021-03-02T17:41:44.651Z] Identity added: /w/workspace/edgex-go/376@tmp/private_key_2000005279470855413.key (/w/workspace/edgex-go/376@tmp/private_key_2000005279470855413.key) [2021-03-02T17:41:44.701Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T17:41:45.032Z] + git tag --points-at HEAD [Pipeline] } [2021-03-02T17:41:45.052Z] $ docker exec --env ******** --env ******** 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c ssh-agent -k [2021-03-02T17:41:45.159Z] unset SSH_AUTH_SOCK; [2021-03-02T17:41:45.160Z] unset SSH_AGENT_PID; [2021-03-02T17:41:45.160Z] echo Agent pid 17 killed; [2021-03-02T17:41:45.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-03-02T17:41:45.340Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.109' [Pipeline] sshagent [2021-03-02T17:41:45.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T17:41:45.434Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T17:41:45.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T17:41:45.613Z] $ docker exec 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c ssh-agent [2021-03-02T17:41:45.775Z] SSH_AUTH_SOCK=/tmp/ssh-plj4rd66ZP70/agent.46 [2021-03-02T17:41:45.775Z] SSH_AGENT_PID=51 [2021-03-02T17:41:45.781Z] Running ssh-add (command line suppressed) [2021-03-02T17:41:45.896Z] Identity added: /w/workspace/edgex-go/376@tmp/private_key_525721854577449561.key (/w/workspace/edgex-go/376@tmp/private_key_525721854577449561.key) [2021-03-02T17:41:45.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T17:41:46.282Z] + git semver init [2021-03-02T17:41:46.282Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T17:41:46.282Z] # $GIT_DIR = /w/workspace/edgex-go/376/.git [2021-03-02T17:41:46.282Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/376 [2021-03-02T17:41:46.282Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T17:41:46.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T17:41:46.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T17:41:46.282Z] # $SEMVER_BRANCH = master [2021-03-02T17:41:46.282Z] # $SEMVER_TEMP = /tmp/semver-948488016 [2021-03-02T17:41:46.282Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-02T17:42:08.366Z] # '/tmp/semver-948488016' -> '/w/workspace/edgex-go/376/.semver' [2021-03-02T17:42:09.767Z] # -> Force: false [2021-03-02T17:42:09.767Z] # $SEMVER_DIR = /w/workspace/edgex-go/376/.semver [Pipeline] } [2021-03-02T17:42:09.785Z] $ docker exec --env ******** --env ******** 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c ssh-agent -k [2021-03-02T17:42:10.051Z] unset SSH_AUTH_SOCK; [2021-03-02T17:42:10.051Z] unset SSH_AGENT_PID; [2021-03-02T17:42:10.051Z] echo Agent pid 51 killed; [2021-03-02T17:42:10.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T17:42:10.601Z] + git semver [Pipeline] } [2021-03-02T17:42:10.625Z] $ docker stop --time=1 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c [2021-03-02T17:42:12.246Z] $ docker rm -f 439aa221c263bcce7b99a34fac9eb9bd32da7cc4bfd3bd1e0ccb635f98066c2c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T17:42:12.807Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-02T17:42:13.366Z] Stashed 1 file(s) [Pipeline] echo [2021-03-02T17:42:13.370Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.110 [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-03-02T17:42:14.305Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-02T17:42:14.605Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T17:42:14.904Z] + sudo service docker restart [2021-03-02T17:42:14.904Z] + true [2021-03-02T17:42:14.904Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-02T17:42:15.495Z] ========================================================= [2021-03-02T17:42:15.495Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-02T17:42:15.495Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:42:15.839Z] + 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-03-02T17:42:20.060Z] Sending build context to Docker daemon 328.1MB [2021-03-02T17:42:20.060Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T17:42:20.060Z] Step 2/6 : FROM ${BASE} [2021-03-02T17:42:20.060Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-02T17:42:20.060Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T17:42:20.060Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T17:42:20.060Z] de9db76c5a1d: Pulling fs layer [2021-03-02T17:42:20.060Z] bca2f99d35d6: Pulling fs layer [2021-03-02T17:42:20.060Z] 93359f2a8cfa: Pulling fs layer [2021-03-02T17:42:20.060Z] 7c6f9722023f: Pulling fs layer [2021-03-02T17:42:20.060Z] a35cf1a2eb13: Pulling fs layer [2021-03-02T17:42:20.060Z] 93359f2a8cfa: Waiting [2021-03-02T17:42:20.060Z] 7c6f9722023f: Waiting [2021-03-02T17:42:20.060Z] a35cf1a2eb13: Waiting [2021-03-02T17:42:20.060Z] bca2f99d35d6: Waiting [2021-03-02T17:42:20.325Z] de9db76c5a1d: Download complete [2021-03-02T17:42:20.325Z] 0ef7d3d256c8: Download complete [2021-03-02T17:42:20.325Z] 93359f2a8cfa: Verifying Checksum [2021-03-02T17:42:20.325Z] 93359f2a8cfa: Download complete [2021-03-02T17:42:20.325Z] 7c6f9722023f: Verifying Checksum [2021-03-02T17:42:20.325Z] 7c6f9722023f: Download complete [2021-03-02T17:42:20.325Z] 188c0c94c7c5: Verifying Checksum [2021-03-02T17:42:20.325Z] 188c0c94c7c5: Download complete [2021-03-02T17:42:20.591Z] 188c0c94c7c5: Pull complete [2021-03-02T17:42:20.854Z] 0ef7d3d256c8: Pull complete [2021-03-02T17:42:20.854Z] de9db76c5a1d: Pull complete [2021-03-02T17:42:22.793Z] a35cf1a2eb13: Verifying Checksum [2021-03-02T17:42:22.793Z] a35cf1a2eb13: Download complete [2021-03-02T17:42:23.058Z] bca2f99d35d6: Verifying Checksum [2021-03-02T17:42:23.058Z] bca2f99d35d6: Download complete [2021-03-02T17:42:28.388Z] bca2f99d35d6: Pull complete [2021-03-02T17:42:28.388Z] 93359f2a8cfa: Pull complete [2021-03-02T17:42:28.388Z] 7c6f9722023f: Pull complete [2021-03-02T17:42:28.740Z] Still waiting to schedule task [2021-03-02T17:42:28.741Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-02T17:42:35.010Z] a35cf1a2eb13: Pull complete [2021-03-02T17:42:35.010Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-02T17:42:35.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-02T17:42:35.010Z] ---> a62c8e92a672 [2021-03-02T17:42:35.010Z] 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-03-02T17:42:35.010Z] ---> Running in ee16de51daaf [2021-03-02T17:42:35.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:42:38.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:42:38.326Z] (1/12) Installing libmagic (5.38-r0) [2021-03-02T17:42:38.589Z] (2/12) Installing file (5.38-r0) [2021-03-02T17:42:38.857Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-02T17:42:38.857Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-02T17:42:43.082Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-02T17:42:43.082Z] (6/12) Installing patch (2.7.6-r6) [2021-03-02T17:42:43.082Z] (7/12) Installing build-base (0.5-r2) [2021-03-02T17:42:43.082Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-02T17:42:43.082Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-02T17:42:43.082Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-02T17:42:43.347Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-02T17:42:43.347Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-02T17:42:43.347Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:42:43.347Z] OK: 233 MiB in 51 packages [2021-03-02T17:42:46.673Z] Removing intermediate container ee16de51daaf [2021-03-02T17:42:46.673Z] ---> 0dce78208a18 [2021-03-02T17:42:46.673Z] Step 4/6 : WORKDIR /edgex-go [2021-03-02T17:42:46.935Z] ---> Running in 4390ec3956ea [2021-03-02T17:42:46.935Z] Removing intermediate container 4390ec3956ea [2021-03-02T17:42:46.935Z] ---> d0ed41e90f52 [2021-03-02T17:42:46.935Z] Step 5/6 : COPY go.mod . [2021-03-02T17:42:47.206Z] ---> b37ba7956935 [2021-03-02T17:42:47.206Z] Step 6/6 : RUN go mod download [2021-03-02T17:42:47.206Z] ---> Running in 471c6531ce04 [2021-03-02T17:43:13.834Z] Removing intermediate container 471c6531ce04 [2021-03-02T17:43:13.834Z] ---> 2fd184df5297 [2021-03-02T17:43:13.834Z] Successfully built 2fd184df5297 [2021-03-02T17:43:13.834Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:43:14.148Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T17:43:14.148Z] . [Pipeline] withDockerContainer [2021-03-02T17:43:14.248Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:43:14.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:43:15.032Z] $ docker top d8d88d4fe762d473f87167df49afaca1f8681957fcc5bf5cc600f1a7588b7149 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T17:43:15.567Z] + go version [2021-03-02T17:43:15.568Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-02T17:43:15.588Z] $ docker stop --time=1 d8d88d4fe762d473f87167df49afaca1f8681957fcc5bf5cc600f1a7588b7149 [2021-03-02T17:43:16.925Z] $ docker rm -f d8d88d4fe762d473f87167df49afaca1f8681957fcc5bf5cc600f1a7588b7149 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:43:17.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T17:43:17.880Z] . [Pipeline] withDockerContainer [2021-03-02T17:43:18.014Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:43:18.065Z] $ 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/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:43:18.842Z] $ docker top dc19a546290038f723644d2d84e0a6625d1896d755e6a530a786fd2e19eb04e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T17:43:19.054Z] ========================================================= [2021-03-02T17:43:19.054Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-02T17:43:19.054Z] ========================================================= [Pipeline] sh [2021-03-02T17:43:19.351Z] + make test [2021-03-02T17:43:19.352Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-02T17:43:27.537Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-02T17:43:42.606Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-02T17:43:49.264Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-02T17:43:49.264Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-02T17:43:49.264Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-02T17:43:52.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-02T17:43:52.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-02T17:43:52.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-02T17:43:52.621Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-02T17:43:52.621Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-02T17:43:53.220Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-02T17:43:55.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-02T17:43:55.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-02T17:43:55.823Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-02T17:43:58.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-02T17:43:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-02T17:43:58.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-03-02T17:44:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-02T17:44:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-02T17:44:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-02T17:44:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-02T17:44:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.416s coverage: 82.3% of statements [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-02T17:44:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-02T17:44:03.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-02T17:44:03.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-02T17:44:03.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-02T17:44:03.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-02T17:44:03.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-03-02T17:44:03.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-02T17:44:04.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-03-02T17:44:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-02T17:44:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-02T17:44:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-02T17:44:04.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-02T17:44:06.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 45.5% of statements [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 79.5% of statements [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-03-02T17:44:06.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-03-02T17:44:06.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-02T17:44:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-03-02T17:44:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-02T17:44:20.584Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28240 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-02T17:44:20.651Z] Running in /w/workspace/edgex-go/376 [Pipeline] { [Pipeline] checkout [2021-03-02T17:44:25.787Z] using credential edgex-jenkins-ssh [2021-03-02T17:44:25.882Z] Cloning the remote Git repository [2021-03-02T17:44:25.943Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-02T17:44:26.054Z] > git init /w/workspace/edgex-go/376 # timeout=10 [2021-03-02T17:44:26.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T17:44:26.149Z] > git --version # timeout=10 [2021-03-02T17:44:26.178Z] > git --version # 'git version 2.17.1' [2021-03-02T17:44:26.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T17:44:26.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 69.1% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.124s coverage: 89.4% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 29.1% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.073s coverage: 94.3% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-02T17:44:31.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-02T17:44:31.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-02T17:44:31.482Z] GO111MODULE=on go vet ./... [2021-03-02T17:44:42.613Z] Checking out Revision f0a5054a805e8aad79e6fefc9c847f3d46b91de1 (master) [2021-03-02T17:44:41.857Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T17:44:41.873Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T17:44:41.898Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T17:44:41.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T17:44:41.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T17:44:41.962Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-02T17:44:42.632Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T17:44:42.646Z] > git checkout -f f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 [2021-03-02T17:44:47.356Z] Commit message: "fix: Enable proper configuration for SecretStore initialization (#3206)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T17:44:49.087Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-02T17:44:49.480Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T17:44:49.819Z] + sudo service docker restart [2021-03-02T17:44:49.819Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T17:44:52.531Z] provisioning config files... [2021-03-02T17:44:52.578Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/376@tmp/config6714713286841374567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:44:52.991Z] ---> docker-login.sh [2021-03-02T17:44:52.991Z] nexus3.edgexfoundry.org:10001 [2021-03-02T17:44:53.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:44:54.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:44:54.270Z] Configure a credential helper to remove this warning. See [2021-03-02T17:44:54.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:44:54.270Z] [2021-03-02T17:44:54.270Z] Login Succeeded [2021-03-02T17:44:54.270Z] nexus3.edgexfoundry.org:10002 [2021-03-02T17:44:54.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:44:54.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:44:54.820Z] Configure a credential helper to remove this warning. See [2021-03-02T17:44:54.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:44:54.820Z] [2021-03-02T17:44:54.820Z] Login Succeeded [2021-03-02T17:44:54.820Z] nexus3.edgexfoundry.org:10003 [2021-03-02T17:44:55.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:44:55.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:44:55.367Z] Configure a credential helper to remove this warning. See [2021-03-02T17:44:55.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:44:55.367Z] [2021-03-02T17:44:55.367Z] Login Succeeded [2021-03-02T17:44:55.367Z] nexus3.edgexfoundry.org:10004 [2021-03-02T17:44:55.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:44:55.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:44:55.921Z] Configure a credential helper to remove this warning. See [2021-03-02T17:44:55.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:44:55.921Z] [2021-03-02T17:44:55.921Z] Login Succeeded [2021-03-02T17:44:55.921Z] docker.io [2021-03-02T17:44:56.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:44:56.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:44:56.790Z] Configure a credential helper to remove this warning. See [2021-03-02T17:44:56.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:44:56.790Z] [2021-03-02T17:44:56.790Z] Login Succeeded [2021-03-02T17:44:56.790Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T17:44:56.809Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-02T17:44:57.224Z] ========================================================= [2021-03-02T17:44:57.224Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-02T17:44:57.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:44:57.665Z] + 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-03-02T17:44:58.559Z] gofmt -l . [2021-03-02T17:44:58.559Z] [ "`gofmt -l .`" = "" ] [2021-03-02T17:44:58.559Z] ./bin/test-go-mod-tidy.sh [2021-03-02T17:44:58.559Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-02T17:44:58.874Z] + ls -al . [2021-03-02T17:44:58.874Z] total 712 [2021-03-02T17:44:58.874Z] drwxrwxr-x 10 1001 1001 4096 Mar 2 17:44 . [2021-03-02T17:44:58.874Z] drwxr-xr-x 4 root root 32 Mar 2 17:43 .. [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 11 Mar 2 17:41 .dockerignore [2021-03-02T17:44:58.874Z] drwxrwxr-x 8 1001 1001 162 Mar 2 17:41 .git [2021-03-02T17:44:58.874Z] drwxrwxr-x 3 1001 1001 125 Mar 2 17:41 .github [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 818 Mar 2 17:41 .gitignore [2021-03-02T17:44:58.874Z] drwx------ 3 1001 1001 45 Mar 2 17:42 .semver [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 17:41 .sonarcloud.properties [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 8475 Mar 2 17:41 Attribution.txt [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 17:41 CONTRIBUTING.md [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 931 Mar 2 17:41 Dockerfile.build [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 863 Mar 2 17:41 Jenkinsfile [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 17:41 LICENSE [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 5774 Mar 2 17:41 Makefile [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 6524 Mar 2 17:41 README.md [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 6755 Mar 2 17:41 SECURITY.md [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 13 Mar 2 17:42 VERSION [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 4131 Mar 2 17:41 ZMQWindows.md [2021-03-02T17:44:58.874Z] drwxrwxr-x 2 1001 1001 117 Mar 2 17:41 bin [2021-03-02T17:44:58.874Z] drwxrwxr-x 14 1001 1001 4096 Mar 2 17:41 cmd [2021-03-02T17:44:58.874Z] -rw-r--r-- 1 root root 600565 Mar 2 17:44 coverage.out [2021-03-02T17:44:58.874Z] -rw-r--r-- 1 root root 1055 Mar 2 17:44 go.mod [2021-03-02T17:44:58.874Z] -rw-r--r-- 1 root root 21699 Mar 2 17:44 go.sum [2021-03-02T17:44:58.874Z] drwxrwxr-x 8 1001 1001 127 Mar 2 17:41 internal [2021-03-02T17:44:58.874Z] drwxrwxr-x 4 1001 1001 26 Mar 2 17:41 openapi [2021-03-02T17:44:58.874Z] drwxrwxr-x 4 1001 1001 71 Mar 2 17:41 snap [2021-03-02T17:44:58.874Z] -rw-rw-r-- 1 1001 1001 168 Mar 2 17:41 version.go [Pipeline] sh [2021-03-02T17:44:59.190Z] + '[' -e coverage.out ] [2021-03-02T17:44:59.190Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-02T17:44:59.388Z] Stashed 1 file(s) [Pipeline] sh [2021-03-02T17:44:59.689Z] + make build [2021-03-02T17:44:59.689Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-data/core-data ./cmd/core-data [2021-03-02T17:45:00.316Z] Sending build context to Docker daemon 166.4MB [2021-03-02T17:45:00.316Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T17:45:00.316Z] Step 2/6 : FROM ${BASE} [2021-03-02T17:45:00.316Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-02T17:45:00.316Z] 5f621e34cdf4: Pulling fs layer [2021-03-02T17:45:00.316Z] a4357932f1b6: Pulling fs layer [2021-03-02T17:45:00.316Z] 18c013af1878: Pulling fs layer [2021-03-02T17:45:00.316Z] 00ac8860ef70: Pulling fs layer [2021-03-02T17:45:00.316Z] 63d7cb157983: Pulling fs layer [2021-03-02T17:45:00.316Z] b116817d02f9: Pulling fs layer [2021-03-02T17:45:00.316Z] 745a02a5169b: Pulling fs layer [2021-03-02T17:45:00.316Z] 00ac8860ef70: Waiting [2021-03-02T17:45:00.316Z] 63d7cb157983: Waiting [2021-03-02T17:45:00.316Z] b116817d02f9: Waiting [2021-03-02T17:45:00.316Z] 745a02a5169b: Waiting [2021-03-02T17:45:00.316Z] 18c013af1878: Verifying Checksum [2021-03-02T17:45:00.316Z] 18c013af1878: Download complete [2021-03-02T17:45:00.316Z] a4357932f1b6: Verifying Checksum [2021-03-02T17:45:00.316Z] a4357932f1b6: Download complete [2021-03-02T17:45:00.316Z] 63d7cb157983: Verifying Checksum [2021-03-02T17:45:00.316Z] 63d7cb157983: Download complete [2021-03-02T17:45:00.316Z] b116817d02f9: Verifying Checksum [2021-03-02T17:45:00.316Z] b116817d02f9: Download complete [2021-03-02T17:45:00.591Z] 5f621e34cdf4: Verifying Checksum [2021-03-02T17:45:00.591Z] 5f621e34cdf4: Download complete [2021-03-02T17:45:01.194Z] 5f621e34cdf4: Pull complete [2021-03-02T17:45:01.804Z] a4357932f1b6: Pull complete [2021-03-02T17:45:02.411Z] 18c013af1878: Pull complete [2021-03-02T17:45:03.403Z] 745a02a5169b: Verifying Checksum [2021-03-02T17:45:03.403Z] 745a02a5169b: Download complete [2021-03-02T17:45:04.847Z] 00ac8860ef70: Verifying Checksum [2021-03-02T17:45:04.847Z] 00ac8860ef70: Download complete [2021-03-02T17:45:05.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-02T17:45:11.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-command/core-command ./cmd/core-command [2021-03-02T17:45:13.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-02T17:45:14.994Z] 00ac8860ef70: Pull complete [2021-03-02T17:45:14.994Z] 63d7cb157983: Pull complete [2021-03-02T17:45:14.994Z] b116817d02f9: Pull complete [2021-03-02T17:45:15.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-02T17:45:15.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-02T17:45:16.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-02T17:45:18.378Z] 745a02a5169b: Pull complete [2021-03-02T17:45:18.379Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-02T17:45:18.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-02T17:45:18.379Z] ---> b7e6874047d6 [2021-03-02T17:45:18.379Z] 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-03-02T17:45:18.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-02T17:45:19.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-02T17:45:20.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-02T17:45:21.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-02T17:45:21.768Z] ---> Running in 5db77849945e [2021-03-02T17:45:22.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:45:23.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T17:45:23.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:45:23.947Z] (1/12) Installing libmagic (5.38-r0) [2021-03-02T17:45:24.219Z] (2/12) Installing file (5.38-r0) [2021-03-02T17:45:24.219Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-02T17:45:24.219Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-03-02T17:45:24.450Z] $ docker stop --time=1 dc19a546290038f723644d2d84e0a6625d1896d755e6a530a786fd2e19eb04e6 [2021-03-02T17:45:26.055Z] $ docker rm -f dc19a546290038f723644d2d84e0a6625d1896d755e6a530a786fd2e19eb04e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-02T17:45:28.518Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-02T17:45:28.518Z] (6/12) Installing patch (2.7.6-r6) [2021-03-02T17:45:28.519Z] (7/12) Installing build-base (0.5-r2) [2021-03-02T17:45:28.519Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-02T17:45:28.519Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-02T17:45:28.792Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-02T17:45:28.792Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-02T17:45:29.063Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-02T17:45:29.063Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:45:29.063Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:45:29.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T17:45:29.848Z] [2021-03-02T17:45:29.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:45:30.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T17:45:30.207Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-02T17:45:30.207Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-02T17:45:30.207Z] ca9280d653b3: Pulling fs layer [2021-03-02T17:45:30.207Z] 7e9c9ca2126c: Pulling fs layer [2021-03-02T17:45:30.470Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-02T17:45:30.470Z] cbdbe7a5bc2a: Download complete [2021-03-02T17:45:30.734Z] cbdbe7a5bc2a: Pull complete [2021-03-02T17:45:30.734Z] ca9280d653b3: Verifying Checksum [2021-03-02T17:45:30.734Z] ca9280d653b3: Download complete [2021-03-02T17:45:31.684Z] ca9280d653b3: Pull complete [2021-03-02T17:45:31.952Z] 7e9c9ca2126c: Verifying Checksum [2021-03-02T17:45:31.952Z] 7e9c9ca2126c: Download complete [2021-03-02T17:45:33.406Z] Removing intermediate container 5db77849945e [2021-03-02T17:45:33.406Z] ---> 8834abd21bf6 [2021-03-02T17:45:33.406Z] Step 4/6 : WORKDIR /edgex-go [2021-03-02T17:45:33.406Z] ---> Running in b5b6246eb2a0 [2021-03-02T17:45:33.679Z] Removing intermediate container b5b6246eb2a0 [2021-03-02T17:45:33.679Z] ---> 981770a81ffe [2021-03-02T17:45:33.679Z] Step 5/6 : COPY go.mod . [2021-03-02T17:45:34.274Z] ---> a9dc1396df0a [2021-03-02T17:45:34.274Z] Step 6/6 : RUN go mod download [2021-03-02T17:45:34.546Z] ---> Running in d54f26c3b96a [2021-03-02T17:45:38.606Z] 7e9c9ca2126c: Pull complete [2021-03-02T17:45:38.606Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-02T17:45:38.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T17:45:38.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-02T17:45:38.786Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:45:38.837Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:45:40.272Z] $ docker top 1cbc72f70a3153219e19cbc25eca5736df4be9f5d8f91112c1a1095f9b39bd09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T17:45:40.876Z] + docker-compose build --help [2021-03-02T17:45:40.876Z] + grep parallel [2021-03-02T17:45:41.829Z] --parallel Build images in parallel. [Pipeline] } [2021-03-02T17:45:41.853Z] $ docker stop --time=1 1cbc72f70a3153219e19cbc25eca5736df4be9f5d8f91112c1a1095f9b39bd09 [2021-03-02T17:45:43.217Z] $ docker rm -f 1cbc72f70a3153219e19cbc25eca5736df4be9f5d8f91112c1a1095f9b39bd09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:45:43.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T17:45:43.865Z] . [Pipeline] withDockerContainer [2021-03-02T17:45:43.968Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:45:44.018Z] $ 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/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:45:44.611Z] $ docker top 865bcf43dee1ed9f96de75e7efd8492dd0189228f14d1a241f8c7e7da2c9ce5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T17:45:45.069Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-02T17:45:46.020Z] Building docker-core-command-go ... [2021-03-02T17:45:46.020Z] Building docker-core-data-go ... [2021-03-02T17:45:46.020Z] Building docker-core-metadata-go ... [2021-03-02T17:45:46.020Z] Building docker-security-bootstrapper-go ... [2021-03-02T17:45:46.020Z] Building docker-security-proxy-setup-go ... [2021-03-02T17:45:46.020Z] Building docker-security-secretstore-setup-go ... [2021-03-02T17:45:46.020Z] Building docker-support-notifications-go ... [2021-03-02T17:45:46.020Z] Building docker-support-scheduler-go ... [2021-03-02T17:45:46.020Z] Building docker-sys-mgmt-agent-go ... [2021-03-02T17:45:46.020Z] Building docker-support-notifications-go [2021-03-02T17:45:46.020Z] Building docker-sys-mgmt-agent-go [2021-03-02T17:45:46.020Z] Building docker-security-proxy-setup-go [2021-03-02T17:45:46.020Z] Building docker-security-secretstore-setup-go [2021-03-02T17:45:46.020Z] Building docker-core-command-go [2021-03-02T17:46:01.333Z] Removing intermediate container d54f26c3b96a [2021-03-02T17:46:01.333Z] ---> 1f4e9f68255d [2021-03-02T17:46:01.333Z] Successfully built 1f4e9f68255d [2021-03-02T17:46:01.333Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:46:01.678Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T17:46:01.678Z] . [Pipeline] withDockerContainer [2021-03-02T17:46:01.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-28240 does not seem to be running inside a container [2021-03-02T17:46:02.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:46:03.617Z] $ docker top 1cf6a65ce09499d046cd7499fe096fe37550ffcf3e688c21da92fcd394584260 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T17:46:04.653Z] + go version [2021-03-02T17:46:04.654Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-02T17:46:04.673Z] $ docker stop --time=1 1cf6a65ce09499d046cd7499fe096fe37550ffcf3e688c21da92fcd394584260 [2021-03-02T17:46:06.611Z] $ docker rm -f 1cf6a65ce09499d046cd7499fe096fe37550ffcf3e688c21da92fcd394584260 [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-03-02T17:46:07.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T17:46:07.952Z] [2021-03-02T17:46:07.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:46:08.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T17:46:08.892Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-02T17:46:08.892Z] 29e5d40040c1: Pulling fs layer [2021-03-02T17:46:08.892Z] 1ce36da41761: Pulling fs layer [2021-03-02T17:46:08.892Z] 25b303627fd3: Pulling fs layer [2021-03-02T17:46:09.165Z] 29e5d40040c1: Verifying Checksum [2021-03-02T17:46:09.165Z] 29e5d40040c1: Download complete [2021-03-02T17:46:09.441Z] 1ce36da41761: Verifying Checksum [2021-03-02T17:46:09.441Z] 1ce36da41761: Download complete [2021-03-02T17:46:09.718Z] 29e5d40040c1: Pull complete [2021-03-02T17:46:11.158Z] 1ce36da41761: Pull complete [2021-03-02T17:46:11.158Z] 25b303627fd3: Verifying Checksum [2021-03-02T17:46:11.158Z] 25b303627fd3: Download complete [2021-03-02T17:46:18.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:46:18.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:46:18.275Z] ---> 2fd184df5297 [2021-03-02T17:46:18.275Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:46:18.275Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:46:18.275Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:46:18.275Z] ---> 2fd184df5297 [2021-03-02T17:46:18.275Z] Step 3/26 : WORKDIR /edgex-go [2021-03-02T17:46:18.275Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:46:18.275Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:46:18.275Z] ---> 2fd184df5297 [2021-03-02T17:46:18.275Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T17:46:18.275Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:46:18.275Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:46:18.275Z] ---> 2fd184df5297 [2021-03-02T17:46:18.275Z] Step 3/24 : WORKDIR /edgex-go [2021-03-02T17:46:18.275Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:46:18.275Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:46:18.275Z] ---> 2fd184df5297 [2021-03-02T17:46:18.275Z] Step 3/21 : WORKDIR /edgex-go [2021-03-02T17:46:18.275Z] ---> Running in 3c8af7ff6a0d [2021-03-02T17:46:18.275Z] ---> Running in f8ec2bcd93da [2021-03-02T17:46:18.275Z] ---> Running in 46a6cda1456d [2021-03-02T17:46:18.275Z] ---> Running in 258240fd9e2c [2021-03-02T17:46:18.275Z] ---> Running in d7379fe84e71 [2021-03-02T17:46:18.540Z] Removing intermediate container 46a6cda1456d [2021-03-02T17:46:18.540Z] ---> 0d5ea35a628c [2021-03-02T17:46:18.540Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:46:18.540Z] Removing intermediate container f8ec2bcd93da [2021-03-02T17:46:18.540Z] ---> e59aa2152005 [2021-03-02T17:46:18.540Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:46:18.540Z] Removing intermediate container 258240fd9e2c [2021-03-02T17:46:18.540Z] ---> a41ab1b6b819 [2021-03-02T17:46:18.540Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:46:18.540Z] Removing intermediate container d7379fe84e71 [2021-03-02T17:46:18.540Z] ---> f55ece8b373e [2021-03-02T17:46:18.540Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:46:18.540Z] Removing intermediate container 3c8af7ff6a0d [2021-03-02T17:46:18.540Z] ---> e13aa4604054 [2021-03-02T17:46:18.540Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:46:18.810Z] ---> Running in 51abe16d322f [2021-03-02T17:46:18.810Z] ---> Running in cf9f23408b97 [2021-03-02T17:46:18.810Z] ---> Running in 0a843cc5304c [2021-03-02T17:46:18.810Z] ---> Running in deaac6825b7e [2021-03-02T17:46:18.810Z] ---> Running in df9e5b74e8c0 [2021-03-02T17:46:20.756Z] Removing intermediate container 51abe16d322f [2021-03-02T17:46:20.756Z] ---> c0c7469c6f52 [2021-03-02T17:46:20.756Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-02T17:46:20.756Z] ---> Running in cfeb02e512bb [2021-03-02T17:46:20.756Z] Removing intermediate container cf9f23408b97 [2021-03-02T17:46:20.756Z] ---> 311caf978870 [2021-03-02T17:46:20.756Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-02T17:46:21.018Z] Removing intermediate container 0a843cc5304c [2021-03-02T17:46:21.019Z] ---> ab0743c878be [2021-03-02T17:46:21.019Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-02T17:46:21.019Z] ---> Running in 0aae35341106 [2021-03-02T17:46:21.019Z] Removing intermediate container deaac6825b7e [2021-03-02T17:46:21.019Z] ---> 996c3952c511 [2021-03-02T17:46:21.019Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T17:46:21.282Z] ---> Running in 251ede1773ab [2021-03-02T17:46:21.282Z] ---> Running in bb5ca9fccfe2 [2021-03-02T17:46:21.295Z] 25b303627fd3: Pull complete [2021-03-02T17:46:21.295Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-02T17:46:21.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T17:46:21.295Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-02T17:46:21.529Z] prd-ubuntu18.04-docker-arm64-4c-16g-28240 does not seem to be running inside a container [2021-03-02T17:46:21.547Z] Removing intermediate container df9e5b74e8c0 [2021-03-02T17:46:21.547Z] ---> e39facab1340 [2021-03-02T17:46:21.547Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-02T17:46:21.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:21.608Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:46:21.815Z] ---> Running in 952987a7b651 [2021-03-02T17:46:22.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.635Z] OK: 233 MiB in 51 packages [2021-03-02T17:46:22.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:22.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:23.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:46:23.173Z] Removing intermediate container cfeb02e512bb [2021-03-02T17:46:23.173Z] ---> 8a424436d353 [2021-03-02T17:46:23.173Z] Step 6/21 : COPY go.mod . [2021-03-02T17:46:23.173Z] OK: 233 MiB in 51 packages [2021-03-02T17:46:23.441Z] OK: 233 MiB in 51 packages [2021-03-02T17:46:23.441Z] OK: 233 MiB in 51 packages [2021-03-02T17:46:23.441Z] ---> 65741838a577 [2021-03-02T17:46:23.441Z] Step 7/21 : RUN go mod download [2021-03-02T17:46:23.707Z] ---> Running in 879f5f2c7d63 [2021-03-02T17:46:23.707Z] OK: 233 MiB in 51 packages [2021-03-02T17:46:23.973Z] Removing intermediate container 0aae35341106 [2021-03-02T17:46:23.973Z] ---> 195389a0a495 [2021-03-02T17:46:23.973Z] Step 6/22 : COPY go.mod . [2021-03-02T17:46:24.547Z] ---> 505b59921055 [2021-03-02T17:46:24.547Z] Step 7/22 : RUN go mod download [2021-03-02T17:46:24.547Z] ---> Running in b68fde9ca408 [2021-03-02T17:46:24.547Z] Removing intermediate container 251ede1773ab [2021-03-02T17:46:24.547Z] ---> bbfef60d5cad [2021-03-02T17:46:24.547Z] Step 6/24 : COPY go.mod . [2021-03-02T17:46:24.559Z] $ docker top ad7b0d1a904f563ac71fe778eb6b306e10c8503079abbfc016ab6298959aa57b -eo pid,comm [2021-03-02T17:46:24.812Z] Removing intermediate container 952987a7b651 [2021-03-02T17:46:24.813Z] ---> e8d137ddbb85 [2021-03-02T17:46:24.813Z] Step 6/26 : COPY go.mod . [2021-03-02T17:46:24.813Z] Removing intermediate container bb5ca9fccfe2 [2021-03-02T17:46:24.813Z] ---> 71325f7716ae [2021-03-02T17:46:24.813Z] Step 6/23 : COPY go.mod . [Pipeline] { [Pipeline] sh [2021-03-02T17:46:25.084Z] ---> 74055a7a51d3 [2021-03-02T17:46:25.084Z] Step 7/24 : RUN go mod download [2021-03-02T17:46:25.084Z] ---> 6a3bb3666a92 [2021-03-02T17:46:25.085Z] Step 7/26 : RUN go mod download [2021-03-02T17:46:25.085Z] ---> Running in 677651ba93c5 [2021-03-02T17:46:25.354Z] ---> Running in 74e1120c9734 [2021-03-02T17:46:25.354Z] ---> c1d86617efb3 [2021-03-02T17:46:25.354Z] Step 7/23 : RUN go mod download [2021-03-02T17:46:25.354Z] ---> Running in d69b9722a62f [2021-03-02T17:46:25.596Z] + grep parallel [2021-03-02T17:46:25.596Z] + docker-compose build --help [2021-03-02T17:46:26.315Z] Removing intermediate container 879f5f2c7d63 [2021-03-02T17:46:26.315Z] ---> 7f0eabd7b339 [2021-03-02T17:46:26.315Z] Step 8/21 : COPY . . [2021-03-02T17:46:26.315Z] Removing intermediate container b68fde9ca408 [2021-03-02T17:46:26.315Z] ---> 7073d8420e1c [2021-03-02T17:46:26.315Z] Step 8/22 : COPY . . [2021-03-02T17:46:28.919Z] Removing intermediate container 677651ba93c5 [2021-03-02T17:46:28.919Z] ---> 12ede4909f3a [2021-03-02T17:46:28.919Z] Step 8/24 : COPY . . [2021-03-02T17:46:28.971Z] --parallel Build images in parallel. [Pipeline] } [2021-03-02T17:46:28.990Z] $ docker stop --time=1 ad7b0d1a904f563ac71fe778eb6b306e10c8503079abbfc016ab6298959aa57b [2021-03-02T17:46:30.822Z] $ docker rm -f ad7b0d1a904f563ac71fe778eb6b306e10c8503079abbfc016ab6298959aa57b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:46:31.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T17:46:31.733Z] . [Pipeline] withDockerContainer [2021-03-02T17:46:32.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-28240 does not seem to be running inside a container [2021-03-02T17:46:32.083Z] $ 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/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:46:33.427Z] $ docker top 02f8a8045021647e04d9a15fec31e028a50bfe15928ce353f9a537100c6a8fbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T17:46:34.257Z] Removing intermediate container 74e1120c9734 [2021-03-02T17:46:34.257Z] ---> e8c415f0350c [2021-03-02T17:46:34.257Z] Step 8/26 : COPY . . [2021-03-02T17:46:34.420Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-02T17:46:37.803Z] Building docker-core-command-go ... [2021-03-02T17:46:37.803Z] Building docker-core-data-go ... [2021-03-02T17:46:37.803Z] Building docker-core-metadata-go ... [2021-03-02T17:46:37.803Z] Building docker-security-bootstrapper-go ... [2021-03-02T17:46:37.803Z] Building docker-security-proxy-setup-go ... [2021-03-02T17:46:37.803Z] Building docker-security-secretstore-setup-go ... [2021-03-02T17:46:37.803Z] Building docker-support-notifications-go ... [2021-03-02T17:46:37.803Z] Building docker-support-scheduler-go ... [2021-03-02T17:46:37.803Z] Building docker-sys-mgmt-agent-go ... [2021-03-02T17:46:37.803Z] Building docker-security-bootstrapper-go [2021-03-02T17:46:37.803Z] Building docker-security-secretstore-setup-go [2021-03-02T17:46:37.803Z] Building docker-sys-mgmt-agent-go [2021-03-02T17:46:37.803Z] Building docker-core-metadata-go [2021-03-02T17:46:37.803Z] Building docker-core-command-go [2021-03-02T17:46:39.594Z] Removing intermediate container d69b9722a62f [2021-03-02T17:46:39.594Z] ---> 0d2201687eea [2021-03-02T17:46:39.594Z] Step 8/23 : COPY . . [2021-03-02T17:47:11.810Z] ---> 34a3ec93b708 [2021-03-02T17:47:11.810Z] ---> 80b6d3c79c69 [2021-03-02T17:47:11.810Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-02T17:47:11.810Z] [2021-03-02T17:47:11.810Z] ---> 20c8234b45cf [2021-03-02T17:47:11.810Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-02T17:47:11.810Z] ---> Running in 07e6125cea5d [2021-03-02T17:47:11.810Z] ---> Running in 630b041baf02 [2021-03-02T17:47:11.810Z] ---> Running in ea30878cf2c9 [2021-03-02T17:47:11.810Z] ---> e68ce0fd021a [2021-03-02T17:47:11.810Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-02T17:47:11.810Z] ---> a0f5107854e8 [2021-03-02T17:47:11.810Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-02T17:47:11.810Z] ---> Running in 47634c1ad7b0 [2021-03-02T17:47:11.810Z] ---> Running in ecb58a0dac2a [2021-03-02T17:47:11.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-02T17:47:11.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-02T17:47:11.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-02T17:47:11.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-command/core-command ./cmd/core-command [2021-03-02T17:47:11.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-02T17:47:24.991Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:47:24.991Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:47:24.991Z] ---> 1f4e9f68255d [2021-03-02T17:47:24.991Z] Step 3/30 : WORKDIR /edgex-go [2021-03-02T17:47:24.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:47:24.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:47:24.991Z] ---> 1f4e9f68255d [2021-03-02T17:47:24.991Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:47:24.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:47:24.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:47:24.991Z] ---> 1f4e9f68255d [2021-03-02T17:47:24.991Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:47:24.991Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:47:24.991Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:47:24.991Z] ---> 1f4e9f68255d [2021-03-02T17:47:24.991Z] Step 3/26 : WORKDIR /edgex-go [2021-03-02T17:47:24.991Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:47:24.991Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:47:24.991Z] ---> 1f4e9f68255d [2021-03-02T17:47:24.991Z] Step 3/24 : WORKDIR /edgex-go [2021-03-02T17:47:26.983Z] ---> Running in e05b29609eb4 [2021-03-02T17:47:26.983Z] ---> Running in 57d84dc7cc9f [2021-03-02T17:47:26.983Z] ---> Running in f0c7ea33299d [2021-03-02T17:47:26.983Z] ---> Running in 14b152156d0d [2021-03-02T17:47:26.983Z] ---> Running in 6fda72f103a3 [2021-03-02T17:47:27.586Z] Removing intermediate container 6fda72f103a3 [2021-03-02T17:47:27.586Z] ---> eceb018536a8 [2021-03-02T17:47:27.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:47:27.586Z] Removing intermediate container 14b152156d0d [2021-03-02T17:47:27.586Z] ---> 14397cb6fe2a [2021-03-02T17:47:27.586Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:47:27.586Z] Removing intermediate container f0c7ea33299d [2021-03-02T17:47:27.586Z] ---> 45a0730ac2b5 [2021-03-02T17:47:27.586Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:47:27.586Z] Removing intermediate container e05b29609eb4 [2021-03-02T17:47:27.586Z] ---> ecdfd5e379a0 [2021-03-02T17:47:27.586Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:47:27.586Z] Removing intermediate container 57d84dc7cc9f [2021-03-02T17:47:27.586Z] ---> 2fde071a369c [2021-03-02T17:47:27.587Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:47:27.587Z] ---> Running in 7562b060b0b6 [2021-03-02T17:47:27.587Z] ---> Running in 374a80ab679f [2021-03-02T17:47:27.859Z] ---> Running in 0c48e2f6b5d9 [2021-03-02T17:47:27.859Z] ---> Running in 8bbc564ac90a [2021-03-02T17:47:27.859Z] ---> Running in 9258f42f3dda [2021-03-02T17:47:31.283Z] Removing intermediate container 374a80ab679f [2021-03-02T17:47:31.283Z] ---> 4f7d50d46744 [2021-03-02T17:47:31.283Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-02T17:47:31.555Z] ---> Running in 94563bbc5b73 [2021-03-02T17:47:31.555Z] Removing intermediate container 7562b060b0b6 [2021-03-02T17:47:31.555Z] ---> 136f72048f76 [2021-03-02T17:47:31.555Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T17:47:31.830Z] Removing intermediate container 8bbc564ac90a [2021-03-02T17:47:31.830Z] ---> bf82714e4a67 [2021-03-02T17:47:31.830Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-02T17:47:31.830Z] ---> Running in 7a2949de1212 [2021-03-02T17:47:32.105Z] ---> Running in b506744264fb [2021-03-02T17:47:32.377Z] Removing intermediate container 0c48e2f6b5d9 [2021-03-02T17:47:32.377Z] ---> f471c3877ff8 [2021-03-02T17:47:32.377Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-02T17:47:32.377Z] Removing intermediate container 9258f42f3dda [2021-03-02T17:47:32.377Z] ---> 69db4508c0f6 [2021-03-02T17:47:32.377Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T17:47:32.657Z] ---> Running in b050cdb1f248 [2021-03-02T17:47:32.657Z] ---> Running in 88338c1ac9a2 [2021-03-02T17:47:33.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:33.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:33.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:34.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:34.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:34.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:34.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:34.673Z] OK: 217 MiB in 51 packages [2021-03-02T17:47:34.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:35.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:35.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:47:35.225Z] OK: 217 MiB in 51 packages [2021-03-02T17:47:35.503Z] OK: 217 MiB in 51 packages [2021-03-02T17:47:36.110Z] OK: 217 MiB in 51 packages [2021-03-02T17:47:36.110Z] OK: 217 MiB in 51 packages [2021-03-02T17:47:36.110Z] Removing intermediate container 94563bbc5b73 [2021-03-02T17:47:36.110Z] ---> fc08e3611c76 [2021-03-02T17:47:36.110Z] Step 6/26 : COPY go.mod . [2021-03-02T17:47:37.105Z] Removing intermediate container 7a2949de1212 [2021-03-02T17:47:37.105Z] ---> 7bcd870dcbcb [2021-03-02T17:47:37.105Z] Step 6/23 : COPY go.mod . [2021-03-02T17:47:37.380Z] ---> ee34e9ded08f [2021-03-02T17:47:37.380Z] Step 7/26 : RUN go mod download [2021-03-02T17:47:37.380Z] Removing intermediate container b506744264fb [2021-03-02T17:47:37.380Z] ---> 8f38b977a375 [2021-03-02T17:47:37.380Z] Step 6/24 : COPY go.mod . [2021-03-02T17:47:37.654Z] ---> Running in e9c8b66b513b [2021-03-02T17:47:37.960Z] Removing intermediate container b050cdb1f248 [2021-03-02T17:47:37.960Z] ---> 00d657325bc6 [2021-03-02T17:47:37.960Z] Step 6/30 : COPY go.mod . [2021-03-02T17:47:37.960Z] ---> b0e5bcae1919 [2021-03-02T17:47:37.960Z] Step 7/23 : RUN go mod download [2021-03-02T17:47:38.246Z] Removing intermediate container 88338c1ac9a2 [2021-03-02T17:47:38.246Z] ---> fb0f80957e11 [2021-03-02T17:47:38.246Z] Step 6/23 : COPY go.mod . [2021-03-02T17:47:38.246Z] ---> Running in 4c2fa6674475 [2021-03-02T17:47:38.848Z] ---> 6cc8a77167cc [2021-03-02T17:47:38.848Z] Step 7/24 : RUN go mod download [2021-03-02T17:47:39.124Z] ---> Running in 275f07ab7744 [2021-03-02T17:47:39.436Z] ---> 59543209e59a [2021-03-02T17:47:39.436Z] Step 7/30 : RUN go mod download [2021-03-02T17:47:39.436Z] ---> be4d6a810538 [2021-03-02T17:47:39.436Z] Step 7/23 : RUN go mod download [2021-03-02T17:47:39.436Z] ---> Running in 3dd624712ff9 [2021-03-02T17:47:40.053Z] ---> Running in aaa3944b6c38 [2021-03-02T17:47:42.721Z] Removing intermediate container e9c8b66b513b [2021-03-02T17:47:42.721Z] ---> ee2c57a7a1c8 [2021-03-02T17:47:42.721Z] Step 8/26 : COPY . . [2021-03-02T17:47:43.000Z] Removing intermediate container 4c2fa6674475 [2021-03-02T17:47:43.000Z] ---> 37e3dbfa688d [2021-03-02T17:47:43.000Z] Step 8/23 : COPY . . [2021-03-02T17:47:44.010Z] Removing intermediate container 275f07ab7744 [2021-03-02T17:47:44.010Z] ---> 10d37f867fe5 [2021-03-02T17:47:44.010Z] Step 8/24 : COPY . . [2021-03-02T17:47:44.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-02T17:47:44.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-02T17:47:44.609Z] Removing intermediate container 3dd624712ff9 [2021-03-02T17:47:44.609Z] ---> bd06433d5e32 [2021-03-02T17:47:44.609Z] Step 8/30 : COPY . . [2021-03-02T17:47:45.213Z] Removing intermediate container aaa3944b6c38 [2021-03-02T17:47:45.213Z] ---> f8d517bec9f4 [2021-03-02T17:47:45.213Z] Step 8/23 : COPY . . [2021-03-02T17:47:47.857Z] Removing intermediate container 47634c1ad7b0 [2021-03-02T17:47:47.857Z] ---> cbca50a4226a [2021-03-02T17:47:47.857Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-02T17:47:47.857Z] Removing intermediate container 07e6125cea5d [2021-03-02T17:47:47.857Z] ---> 0fa9a07dfb18 [2021-03-02T17:47:47.857Z] [2021-03-02T17:47:47.857Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T17:47:47.857Z] Removing intermediate container ecb58a0dac2a [2021-03-02T17:47:47.857Z] ---> 99095d8b9a46 [2021-03-02T17:47:47.857Z] [2021-03-02T17:47:47.857Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:47:47.857Z] ---> Running in f9823c4f5b63 [2021-03-02T17:47:48.128Z] 3.12: Pulling from library/alpine [2021-03-02T17:47:48.129Z] 3.12: Pulling from library/alpine [2021-03-02T17:47:48.705Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T17:47:48.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-02T17:47:48.705Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T17:47:48.705Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T17:47:48.705Z] ---> 88dd2752d2ea [2021-03-02T17:47:48.705Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:47:48.705Z] Status: Image is up to date for alpine:3.12 [2021-03-02T17:47:48.705Z] ---> 88dd2752d2ea [2021-03-02T17:47:48.705Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-02T17:47:50.631Z] ---> Running in dd177c824c60 [2021-03-02T17:47:50.631Z] ---> Running in d87844160c3a [2021-03-02T17:47:50.631Z] Removing intermediate container ea30878cf2c9 [2021-03-02T17:47:50.631Z] ---> 66ca4617db6a [2021-03-02T17:47:50.631Z] [2021-03-02T17:47:50.631Z] Step 10/24 : FROM alpine:3.12 [2021-03-02T17:47:50.631Z] ---> 88dd2752d2ea [2021-03-02T17:47:50.631Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-02T17:47:50.895Z] Removing intermediate container 630b041baf02 [2021-03-02T17:47:50.895Z] ---> 13a740430107 [2021-03-02T17:47:50.895Z] [2021-03-02T17:47:50.895Z] Step 10/21 : FROM alpine:3.12 [2021-03-02T17:47:50.895Z] ---> 88dd2752d2ea [2021-03-02T17:47:50.895Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-02T17:47:50.895Z] ---> Running in 2739709df488 [2021-03-02T17:47:51.159Z] ---> Running in 689cee49be00 [2021-03-02T17:47:51.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:51.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:51.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:51.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:52.016Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-02T17:47:52.016Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-02T17:47:52.016Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-02T17:47:52.016Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:47:52.016Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:47:52.016Z] OK: 6 MiB in 15 packages [2021-03-02T17:47:52.016Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:47:52.016Z] OK: 6 MiB in 16 packages [2021-03-02T17:47:52.281Z] Removing intermediate container f9823c4f5b63 [2021-03-02T17:47:52.281Z] ---> 81e19d7c8558 [2021-03-02T17:47:52.281Z] [2021-03-02T17:47:52.281Z] Step 11/26 : FROM docker:20.10.0 [2021-03-02T17:47:52.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:52.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:52.548Z] 20.10.0: Pulling from library/docker [2021-03-02T17:47:52.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:52.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:47:52.548Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-02T17:47:52.548Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:47:52.548Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-02T17:47:52.548Z] (4/5) Installing curl (7.69.1-r3) [2021-03-02T17:47:52.548Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-02T17:47:52.548Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:47:52.815Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-02T17:47:52.815Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:47:52.815Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:47:52.815Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-02T17:47:52.815Z] (4/4) Installing curl (7.69.1-r3) [2021-03-02T17:47:52.815Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:47:52.815Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:47:52.815Z] OK: 7 MiB in 19 packages [2021-03-02T17:47:52.815Z] OK: 7 MiB in 18 packages [2021-03-02T17:47:54.754Z] Removing intermediate container dd177c824c60 [2021-03-02T17:47:54.754Z] ---> dee37f5c09f9 [2021-03-02T17:47:54.754Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:47:54.754Z] Removing intermediate container d87844160c3a [2021-03-02T17:47:54.754Z] ---> f4d7b35799f7 [2021-03-02T17:47:54.754Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:47:56.146Z] ---> Running in c6001eb631a2 [2021-03-02T17:47:56.146Z] ---> Running in f94574c7712c [2021-03-02T17:47:56.146Z] Removing intermediate container 2739709df488 [2021-03-02T17:47:56.146Z] ---> 6ffff447473c [2021-03-02T17:47:56.146Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T17:47:56.146Z] Removing intermediate container 689cee49be00 [2021-03-02T17:47:56.146Z] ---> 1aa7495d6b3d [2021-03-02T17:47:56.146Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T17:47:56.409Z] ---> Running in fefa747e21a9 [2021-03-02T17:47:56.409Z] ---> Running in c7b8db1b56f0 [2021-03-02T17:47:56.683Z] Removing intermediate container c6001eb631a2 [2021-03-02T17:47:56.683Z] ---> eb0b0537ce42 [2021-03-02T17:47:56.683Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-02T17:47:56.683Z] Removing intermediate container f94574c7712c [2021-03-02T17:47:56.683Z] ---> 400b8464fabf [2021-03-02T17:47:56.683Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-02T17:47:56.683Z] ---> Running in d20a53a9b420 [2021-03-02T17:47:56.950Z] ---> Running in e13cbf4201fd [2021-03-02T17:47:56.950Z] Removing intermediate container c7b8db1b56f0 [2021-03-02T17:47:56.950Z] ---> 98a884eb2d19 [2021-03-02T17:47:56.950Z] Step 13/24 : WORKDIR / [2021-03-02T17:47:56.950Z] Removing intermediate container fefa747e21a9 [2021-03-02T17:47:56.950Z] ---> 2c1e452d3ef1 [2021-03-02T17:47:56.950Z] Step 13/21 : WORKDIR /edgex [2021-03-02T17:47:56.950Z] ---> Running in 406f1c38672b [2021-03-02T17:47:57.214Z] ---> Running in 7789895a16fb [2021-03-02T17:47:57.214Z] Removing intermediate container d20a53a9b420 [2021-03-02T17:47:57.214Z] ---> 1a916a57eb2d [2021-03-02T17:47:57.214Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T17:47:57.214Z] Removing intermediate container e13cbf4201fd [2021-03-02T17:47:57.214Z] ---> 996255e0c635 [2021-03-02T17:47:57.214Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T17:47:57.482Z] ---> Running in fe43cdae3503 [2021-03-02T17:47:57.482Z] ---> Running in d69ee9cced61 [2021-03-02T17:47:57.482Z] Removing intermediate container 406f1c38672b [2021-03-02T17:47:57.482Z] ---> 1c9cf024e06d [2021-03-02T17:47:57.482Z] 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-03-02T17:47:57.482Z] Removing intermediate container 7789895a16fb [2021-03-02T17:47:57.482Z] ---> 53de5131d880 [2021-03-02T17:47:57.482Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-02T17:47:57.749Z] Removing intermediate container fe43cdae3503 [2021-03-02T17:47:57.749Z] ---> 289cabe33b9b [2021-03-02T17:47:57.749Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:47:57.749Z] Removing intermediate container d69ee9cced61 [2021-03-02T17:47:57.749Z] ---> bd0f23a123eb [2021-03-02T17:47:57.749Z] Step 15/23 : WORKDIR / [2021-03-02T17:47:58.011Z] ---> db8d546e628f [2021-03-02T17:47:58.011Z] 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-03-02T17:47:58.594Z] ---> eef020f1184e [2021-03-02T17:47:58.594Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-02T17:47:58.594Z] ---> Running in 07fbbd03649e [2021-03-02T17:47:58.874Z] ---> 8f8b51acf16e [2021-03-02T17:47:58.874Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-02T17:47:58.874Z] ---> c4bc004709e0 [2021-03-02T17:47:58.874Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-02T17:47:58.874Z] Removing intermediate container 07fbbd03649e [2021-03-02T17:47:58.874Z] ---> 114667b9b22f [2021-03-02T17:47:58.874Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:48:00.282Z] ---> 3ee564d75b0f [2021-03-02T17:48:00.282Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-02T17:48:00.282Z] ---> 43053e671d1d [2021-03-02T17:48:00.282Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-02T17:48:00.282Z] ---> a90a9ddadef9 [2021-03-02T17:48:00.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-02T17:48:00.282Z] ---> 4be51641daf7 [2021-03-02T17:48:00.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-02T17:48:00.869Z] ---> fbbf9df15a3c [2021-03-02T17:48:00.869Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-02T17:48:00.869Z] ---> Running in 4c856783f03e [2021-03-02T17:48:00.869Z] ---> 1fa1eca9c973 [2021-03-02T17:48:00.869Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-02T17:48:00.869Z] ---> e7f572a232f3 [2021-03-02T17:48:00.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-02T17:48:00.869Z] ---> 000ad0f0ed13 [2021-03-02T17:48:00.869Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-02T17:48:01.144Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-02T17:48:01.144Z] ---> Running in b722be794557 [2021-03-02T17:48:01.144Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-02T17:48:01.144Z] ---> aefe523efa57 [2021-03-02T17:48:01.144Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-02T17:48:01.144Z] Removing intermediate container 4c856783f03e [2021-03-02T17:48:01.144Z] ---> 83c62d16ae1a [2021-03-02T17:48:01.144Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:48:01.410Z] ---> Running in 93f342bb17a6 [2021-03-02T17:48:01.410Z] ---> 3fa90cd278f8 [2021-03-02T17:48:01.410Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-02T17:48:01.410Z] ---> Running in 29e4abe09a0c [2021-03-02T17:48:01.676Z] Removing intermediate container b722be794557 [2021-03-02T17:48:01.676Z] ---> 0d39f9669319 [2021-03-02T17:48:01.676Z] Step 18/21 : CMD ["--init=true"] [2021-03-02T17:48:01.676Z] ---> 2b1e30740cd3 [2021-03-02T17:48:01.676Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-02T17:48:01.676Z] ---> Running in 6d00a8d73282 [2021-03-02T17:48:01.938Z] ---> Running in 5ef1c3ba3089 [2021-03-02T17:48:01.938Z] Removing intermediate container 29e4abe09a0c [2021-03-02T17:48:01.938Z] ---> dcdc02aea6ed [2021-03-02T17:48:01.938Z] Step 20/22 : LABEL arch=x86_64 [2021-03-02T17:48:01.938Z] ---> d9f5f5fb7a32 [2021-03-02T17:48:01.939Z] 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-03-02T17:48:02.201Z] ---> Running in 0a8de189afcb [2021-03-02T17:48:02.201Z] ---> Running in 7104024f584e [2021-03-02T17:48:02.201Z] Removing intermediate container 6d00a8d73282 [2021-03-02T17:48:02.201Z] ---> eabbf50d9ac0 [2021-03-02T17:48:02.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:48:02.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:02.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:02.201Z] Removing intermediate container 5ef1c3ba3089 [2021-03-02T17:48:02.201Z] ---> 5f7b3242a532 [2021-03-02T17:48:02.201Z] Step 19/21 : LABEL arch=x86_64 [2021-03-02T17:48:02.464Z] (1/2) Installing readline (8.0.4-r0) [2021-03-02T17:48:02.464Z] (2/2) Installing bash (5.0.17-r0) [2021-03-02T17:48:02.464Z] Executing bash-5.0.17-r0.post-install [2021-03-02T17:48:02.464Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:48:02.464Z] OK: 12 MiB in 22 packages [2021-03-02T17:48:02.464Z] ---> Running in bee277eb6bb8 [2021-03-02T17:48:02.726Z] ---> Running in 16b2eaf1ebe5 [2021-03-02T17:48:02.726Z] Removing intermediate container 0a8de189afcb [2021-03-02T17:48:02.726Z] ---> 7be8c0b395e1 [2021-03-02T17:48:02.726Z] Step 21/22 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:48:02.990Z] ---> Running in 33f38d112a5d [2021-03-02T17:48:02.990Z] Removing intermediate container bee277eb6bb8 [2021-03-02T17:48:02.990Z] ---> 3ff39f4a659f [2021-03-02T17:48:02.990Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T17:48:03.254Z] Removing intermediate container 16b2eaf1ebe5 [2021-03-02T17:48:03.254Z] ---> e8c37e18db1c [2021-03-02T17:48:03.254Z] Step 20/21 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:48:03.254Z] ---> Running in 96bda94c5057 [2021-03-02T17:48:03.520Z] ---> Running in ddfcb1709170 [2021-03-02T17:48:03.520Z] Removing intermediate container 33f38d112a5d [2021-03-02T17:48:03.520Z] ---> d03c9df4a5f0 [2021-03-02T17:48:03.520Z] Step 22/22 : LABEL version=2.0.0-dev.110 [2021-03-02T17:48:03.520Z] Removing intermediate container 93f342bb17a6 [2021-03-02T17:48:03.520Z] ---> 64a49730c5aa [2021-03-02T17:48:03.520Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-02T17:48:03.580Z] ---> 45f0062534cf [2021-03-02T17:48:03.580Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-02T17:48:03.580Z] ---> 89f9acbb8d70 [2021-03-02T17:48:03.580Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-02T17:48:03.580Z] ---> dc946e820d08 [2021-03-02T17:48:03.580Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-02T17:48:03.580Z] ---> be8f36a51e65 [2021-03-02T17:48:03.580Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-02T17:48:03.580Z] ---> 7e858e482839 [2021-03-02T17:48:03.580Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-02T17:48:03.580Z] ---> Running in a5f47317db2f [2021-03-02T17:48:03.580Z] ---> Running in 2e12ff7ae0bf [2021-03-02T17:48:03.580Z] ---> Running in 31fe7cadc0d5 [2021-03-02T17:48:03.580Z] ---> Running in 4d3e2b82769d [2021-03-02T17:48:03.580Z] ---> Running in a4bb3d1f70df [2021-03-02T17:48:03.783Z] ---> Running in 75c0456e389f [2021-03-02T17:48:03.783Z] ---> Running in 398de2dc1979 [2021-03-02T17:48:03.783Z] Removing intermediate container 96bda94c5057 [2021-03-02T17:48:03.783Z] ---> 4b6d6a60bd47 [2021-03-02T17:48:03.783Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:48:04.045Z] Removing intermediate container ddfcb1709170 [2021-03-02T17:48:04.045Z] ---> afe6b3df1a86 [2021-03-02T17:48:04.045Z] Step 21/21 : LABEL version=2.0.0-dev.110 [2021-03-02T17:48:04.045Z] ---> Running in 371fc34f905e [2021-03-02T17:48:04.045Z] Removing intermediate container 7104024f584e [2021-03-02T17:48:04.045Z] ---> ba3ec67a4cdd [2021-03-02T17:48:04.045Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-02T17:48:04.045Z] ---> Running in 762ff63876dc [2021-03-02T17:48:04.307Z] Removing intermediate container 75c0456e389f [2021-03-02T17:48:04.307Z] ---> 55ca2abadce1 [2021-03-02T17:48:04.307Z] [2021-03-02T17:48:04.307Z] Removing intermediate container 398de2dc1979 [2021-03-02T17:48:04.307Z] ---> a94efdcb1945 [2021-03-02T17:48:04.307Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-02T17:48:04.307Z] ---> Running in 90e8257de499 [2021-03-02T17:48:04.307Z] Removing intermediate container 371fc34f905e [2021-03-02T17:48:04.307Z] ---> 1c696f8a01e7 [2021-03-02T17:48:04.307Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:48:04.570Z] ---> Running in 1408f9eedd3b [2021-03-02T17:48:04.570Z] Successfully built 55ca2abadce1 [2021-03-02T17:48:04.570Z] ---> Running in edb8f215b91c [2021-03-02T17:48:04.570Z] Removing intermediate container 762ff63876dc [2021-03-02T17:48:04.570Z] ---> a876034ae63f [2021-03-02T17:48:04.570Z] [2021-03-02T17:48:04.570Z] Successfully tagged docker-support-notifications-go:latest [2021-03-02T17:48:04.570Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-02T17:48:04.835Z] Successfully built a876034ae63f [2021-03-02T17:48:04.835Z] Removing intermediate container 90e8257de499 [2021-03-02T17:48:04.835Z] ---> 6b15883e3a67 [2021-03-02T17:48:04.835Z] Step 22/24 : LABEL arch=x86_64 [2021-03-02T17:48:04.835Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-02T17:48:04.835Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-02T17:48:05.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-02T17:48:05.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-command/core-command ./cmd/core-command [2021-03-02T17:48:05.102Z] Removing intermediate container 1408f9eedd3b [2021-03-02T17:48:05.102Z] ---> f36c41cce3f4 [2021-03-02T17:48:05.102Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-02T17:48:05.102Z] Removing intermediate container edb8f215b91c [2021-03-02T17:48:05.102Z] ---> 41a67a540321 [2021-03-02T17:48:05.102Z] [2021-03-02T17:48:05.102Z] ---> Running in 893fd26c7b0b [2021-03-02T17:48:05.102Z] ---> Running in c1d936b50cbe [2021-03-02T17:48:05.370Z] Successfully built 41a67a540321 [2021-03-02T17:48:05.370Z] Successfully tagged docker-core-command-go:latest [2021-03-02T17:48:05.370Z] Building docker-support-scheduler-go [2021-03-02T17:48:05.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-02T17:48:05.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T17:48:05.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-02T17:48:06.761Z]  Building docker-core-command-go ... done Removing intermediate container 893fd26c7b0b [2021-03-02T17:48:06.761Z] ---> a7fd69b99087 [2021-03-02T17:48:06.761Z] Step 23/24 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:48:09.319Z] Removing intermediate container c1d936b50cbe [2021-03-02T17:48:09.319Z] ---> 0a54cc242e18 [2021-03-02T17:48:09.319Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-02T17:48:09.319Z] ---> Running in 8268aee1e692 [2021-03-02T17:48:14.632Z] Removing intermediate container 8268aee1e692 [2021-03-02T17:48:14.632Z] ---> 3aa295cd43b0 [2021-03-02T17:48:14.632Z] Step 24/24 : LABEL version=2.0.0-dev.110 [2021-03-02T17:48:14.632Z] ---> 7579f0770f6f [2021-03-02T17:48:14.632Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-02T17:48:15.208Z] ---> Running in ee45a2c387b6 [2021-03-02T17:48:15.208Z] ---> 328fb25a3e0f [2021-03-02T17:48:15.208Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-02T17:48:15.471Z] Removing intermediate container ee45a2c387b6 [2021-03-02T17:48:15.471Z] ---> 24458110c38b [2021-03-02T17:48:15.471Z] [2021-03-02T17:48:15.471Z] Successfully built 24458110c38b [2021-03-02T17:48:15.471Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-02T17:48:15.735Z] Building docker-core-metadata-go [2021-03-02T17:48:15.735Z]  Building docker-security-secretstore-setup-go ... done  ---> 9a17cf4d5e2a [2021-03-02T17:48:15.735Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-02T17:48:15.735Z] ---> Running in 80e7acc09648 [2021-03-02T17:48:17.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:17.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:17.129Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-02T17:48:17.129Z] (2/33) Installing expat (2.2.9-r1) [2021-03-02T17:48:17.129Z] (3/33) Installing libffi (3.3-r2) [2021-03-02T17:48:17.129Z] (4/33) Installing gdbm (1.13-r1) [2021-03-02T17:48:17.395Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-02T17:48:17.395Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-02T17:48:17.395Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-02T17:48:30.127Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-02T17:48:30.128Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-02T17:48:30.128Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-02T17:48:30.128Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-02T17:48:30.128Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-02T17:48:30.128Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-02T17:48:30.128Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-02T17:48:30.128Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-02T17:48:30.128Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-02T17:48:30.128Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-02T17:48:30.128Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-02T17:48:30.128Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-02T17:48:30.128Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-02T17:48:30.128Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-02T17:48:30.128Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-02T17:48:30.398Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-02T17:48:31.366Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:48:31.366Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:48:31.366Z] ---> 2fd184df5297 [2021-03-02T17:48:31.366Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T17:48:31.366Z] ---> Using cache [2021-03-02T17:48:31.366Z] ---> e13aa4604054 [2021-03-02T17:48:31.366Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:48:31.633Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-02T17:48:31.633Z] ---> Using cache [2021-03-02T17:48:31.633Z] ---> e39facab1340 [2021-03-02T17:48:31.633Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-02T17:48:33.048Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-02T17:48:33.048Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:48:33.048Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:48:33.048Z] ---> 2fd184df5297 [2021-03-02T17:48:33.048Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:48:33.048Z] ---> Using cache [2021-03-02T17:48:33.048Z] ---> e13aa4604054 [2021-03-02T17:48:33.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:48:33.048Z] ---> Using cache [2021-03-02T17:48:33.048Z] ---> e39facab1340 [2021-03-02T17:48:33.048Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-02T17:48:33.632Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-02T17:48:33.902Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:48:33.902Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:48:33.902Z] ---> 2fd184df5297 [2021-03-02T17:48:33.902Z] Step 3/30 : WORKDIR /edgex-go [2021-03-02T17:48:33.902Z] ---> Using cache [2021-03-02T17:48:33.902Z] ---> e13aa4604054 [2021-03-02T17:48:33.902Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:48:33.902Z] ---> Using cache [2021-03-02T17:48:33.902Z] ---> e39facab1340 [2021-03-02T17:48:33.902Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-02T17:48:34.485Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-02T17:48:35.079Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-02T17:48:35.079Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-02T17:48:35.079Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-02T17:48:35.079Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-02T17:48:35.079Z] ---> Running in 255a3e385f96 [2021-03-02T17:48:35.079Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-02T17:48:35.079Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-02T17:48:35.376Z] ---> Running in dcf9c82b6c8f [2021-03-02T17:48:35.376Z] ---> Running in ddd47a3cd12d [2021-03-02T17:48:35.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:48:35.746Z] OK: 71 MiB in 55 packages [2021-03-02T17:48:37.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:37.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:37.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:38.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:38.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:38.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:39.037Z] OK: 233 MiB in 51 packages [2021-03-02T17:48:39.037Z] OK: 233 MiB in 51 packages [2021-03-02T17:48:39.037Z] OK: 233 MiB in 51 packages [2021-03-02T17:48:41.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:48:41.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:48:41.631Z] ---> 2fd184df5297 [2021-03-02T17:48:41.631Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:48:41.631Z] ---> Using cache [2021-03-02T17:48:41.631Z] ---> e13aa4604054 [2021-03-02T17:48:41.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:48:41.631Z] ---> Using cache [2021-03-02T17:48:41.631Z] ---> e39facab1340 [2021-03-02T17:48:41.631Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T17:48:43.029Z] ---> Running in 93f8e9a1e34b [2021-03-02T17:48:43.292Z] Removing intermediate container dcf9c82b6c8f [2021-03-02T17:48:43.292Z] ---> 83a7d4e9c7a0 [2021-03-02T17:48:43.292Z] Step 6/23 : COPY go.mod . [2021-03-02T17:48:43.870Z] Removing intermediate container ddd47a3cd12d [2021-03-02T17:48:43.870Z] ---> 770b54c175ae [2021-03-02T17:48:43.870Z] Step 6/30 : COPY go.mod . [2021-03-02T17:48:44.445Z] Removing intermediate container 255a3e385f96 [2021-03-02T17:48:44.445Z] ---> ffdf4e44c435 [2021-03-02T17:48:44.445Z] Step 6/22 : COPY go.mod . [2021-03-02T17:48:45.019Z] ---> 54754ca3d084 [2021-03-02T17:48:45.019Z] Step 7/23 : RUN go mod download [2021-03-02T17:48:45.594Z] ---> fde4da504869 [2021-03-02T17:48:45.594Z] Step 7/30 : RUN go mod download [2021-03-02T17:48:45.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:46.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:48:46.743Z] OK: 233 MiB in 51 packages [2021-03-02T17:48:47.318Z] ---> 7921fd2b8007 [2021-03-02T17:48:47.318Z] Step 7/22 : RUN go mod download [2021-03-02T17:48:47.318Z] ---> Running in f2ca10580137 [2021-03-02T17:48:47.318Z] ---> Running in f5d13b41e1e0 [2021-03-02T17:48:47.318Z] ---> Running in ea07ba9b56b1 [2021-03-02T17:48:47.891Z] Removing intermediate container 80e7acc09648 [2021-03-02T17:48:47.891Z] ---> b2190cdc14ec [2021-03-02T17:48:47.891Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-02T17:48:48.486Z] ---> Running in bd79e1edc070 [2021-03-02T17:48:48.486Z] Removing intermediate container 93f8e9a1e34b [2021-03-02T17:48:48.486Z] ---> 85c2cf41dbc3 [2021-03-02T17:48:48.486Z] Step 6/23 : COPY go.mod . [2021-03-02T17:48:48.759Z] ---> 67c7cefe81c7 [2021-03-02T17:48:48.759Z] Step 7/23 : RUN go mod download [2021-03-02T17:48:49.024Z] ---> Running in a7efcd75cdb5 [2021-03-02T17:48:50.443Z] Collecting docker-compose==1.23.2 [2021-03-02T17:48:50.443Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-02T17:48:50.443Z] Removing intermediate container ea07ba9b56b1 [2021-03-02T17:48:50.443Z] ---> 56813e8296a2 [2021-03-02T17:48:50.443Z] Step 8/22 : COPY . . [2021-03-02T17:48:50.443Z] Removing intermediate container f5d13b41e1e0 [2021-03-02T17:48:50.443Z] ---> c1d4181cc2cf [2021-03-02T17:48:50.443Z] Step 8/30 : COPY . . [2021-03-02T17:48:50.709Z] Removing intermediate container f2ca10580137 [2021-03-02T17:48:50.709Z] ---> 08eb3136bed5 [2021-03-02T17:48:50.709Z] Step 8/23 : COPY . . [2021-03-02T17:48:50.709Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-02T17:48:50.709Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-02T17:48:50.975Z] Removing intermediate container a7efcd75cdb5 [2021-03-02T17:48:50.975Z] ---> a95077e02008 [2021-03-02T17:48:50.975Z] Step 8/23 : COPY . . [2021-03-02T17:48:50.975Z] Collecting PyYAML<4,>=3.10 [2021-03-02T17:48:50.975Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-02T17:48:59.161Z] Collecting docopt<0.7,>=0.6.1 [2021-03-02T17:48:59.161Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-02T17:49:02.495Z] Collecting texttable<0.10,>=0.9.0 [2021-03-02T17:49:02.495Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-02T17:49:05.826Z] Collecting jsonschema<3,>=2.5.1 [2021-03-02T17:49:05.827Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-02T17:49:05.827Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-02T17:49:05.827Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-02T17:49:07.782Z] Collecting docker<4.0,>=3.6.0 [2021-03-02T17:49:07.782Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-02T17:49:09.793Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-02T17:49:09.793Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-02T17:49:12.364Z] Collecting cached-property<2,>=1.2.0 [2021-03-02T17:49:12.364Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-02T17:49:13.950Z] 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-03-02T17:49:15.344Z] Collecting docker-pycreds>=0.4.0 [2021-03-02T17:49:15.344Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-02T17:49:16.752Z] 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-03-02T17:49:17.722Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-02T17:49:17.722Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-02T17:49:18.315Z] Collecting idna<2.8,>=2.5 [2021-03-02T17:49:18.315Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-02T17:49:18.912Z] 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-03-02T17:49:18.912Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-02T17:49:18.912Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-02T17:49:18.912Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-02T17:49:18.912Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-02T17:49:18.912Z] Installing collected packages: websocket-client, PyYAML, docopt, texttable, jsonschema, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, docker-compose [2021-03-02T17:49:19.870Z] Running setup.py install for PyYAML: started [2021-03-02T17:49:22.467Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-02T17:49:22.467Z] Running setup.py install for docopt: started [2021-03-02T17:49:24.181Z] Running setup.py install for docopt: finished with status 'done' [2021-03-02T17:49:24.182Z] Running setup.py install for texttable: started [2021-03-02T17:49:24.452Z] Running setup.py install for texttable: finished with status 'done' [2021-03-02T17:49:24.452Z] Running setup.py install for dockerpty: started [2021-03-02T17:49:25.408Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-02T17:49:25.408Z] Attempting uninstall: urllib3 [2021-03-02T17:49:25.408Z] Found existing installation: urllib3 1.25.9 [2021-03-02T17:49:25.408Z] Uninstalling urllib3-1.25.9: [2021-03-02T17:49:26.360Z] Successfully uninstalled urllib3-1.25.9 [2021-03-02T17:49:28.291Z] Attempting uninstall: idna [2021-03-02T17:49:28.291Z] Found existing installation: idna 2.9 [2021-03-02T17:49:28.291Z] Uninstalling idna-2.9: [2021-03-02T17:49:28.291Z] Successfully uninstalled idna-2.9 [2021-03-02T17:49:29.239Z] Attempting uninstall: requests [2021-03-02T17:49:29.239Z] Found existing installation: requests 2.23.0 [2021-03-02T17:49:29.239Z] Uninstalling requests-2.23.0: [2021-03-02T17:49:29.239Z] Successfully uninstalled requests-2.23.0 [2021-03-02T17:49:29.502Z] ---> 036670406569 [2021-03-02T17:49:29.502Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-02T17:49:29.502Z] ---> 628909970058 [2021-03-02T17:49:29.502Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-02T17:49:31.425Z] ---> Running in 4b355fafd984 [2021-03-02T17:49:31.425Z] ---> Running in d37d5864f09c [2021-03-02T17:49:31.425Z] ---> 2fed9e871ec8 [2021-03-02T17:49:31.425Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-02T17:49:31.687Z] ---> dc8861eaf823 [2021-03-02T17:49:31.687Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-02T17:49:31.949Z] ---> Running in 02eae1852ba1 [2021-03-02T17:49:32.216Z] ---> Running in 4e2621198e21 [2021-03-02T17:49:32.216Z] 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-03-02T17:49:33.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T17:49:33.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-02T17:49:33.179Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-data/core-data ./cmd/core-data [2021-03-02T17:49:33.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-02T17:49:35.753Z] Removing intermediate container bd79e1edc070 [2021-03-02T17:49:35.753Z] ---> da710166812b [2021-03-02T17:49:35.753Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-02T17:49:36.718Z] ---> Running in 19629c77d2a9 [2021-03-02T17:49:38.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:49:38.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:49:38.959Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:49:38.959Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-02T17:49:38.959Z] (3/3) Installing curl (7.69.1-r3) [2021-03-02T17:49:38.959Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:49:38.959Z] OK: 72 MiB in 58 packages [2021-03-02T17:49:41.570Z] Removing intermediate container 19629c77d2a9 [2021-03-02T17:49:41.570Z] ---> d84edf89593b [2021-03-02T17:49:41.570Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-02T17:49:41.570Z] ---> Running in 63f95d72f930 [2021-03-02T17:49:42.157Z] Removing intermediate container 63f95d72f930 [2021-03-02T17:49:42.157Z] ---> 1a76be0e1f69 [2021-03-02T17:49:42.157Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:49:42.157Z] ---> Running in 6a63851316b8 [2021-03-02T17:49:42.428Z] Removing intermediate container 6a63851316b8 [2021-03-02T17:49:42.428Z] ---> 4e7392936e57 [2021-03-02T17:49:42.428Z] Step 24/26 : LABEL arch=x86_64 [2021-03-02T17:49:42.699Z] ---> Running in 588633da95f9 [2021-03-02T17:49:42.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-02T17:49:43.287Z] Removing intermediate container 588633da95f9 [2021-03-02T17:49:43.287Z] ---> 73db4481f04f [2021-03-02T17:49:43.287Z] Step 25/26 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:49:43.287Z] ---> Running in 2766e5d63ab0 [2021-03-02T17:49:44.700Z] Removing intermediate container 2766e5d63ab0 [2021-03-02T17:49:44.700Z] ---> edeb0e6ce753 [2021-03-02T17:49:44.700Z] Step 26/26 : LABEL version=2.0.0-dev.110 [2021-03-02T17:49:45.284Z] ---> Running in 1c1c29497c30 [2021-03-02T17:49:45.871Z] Removing intermediate container 1c1c29497c30 [2021-03-02T17:49:45.871Z] ---> 9abba67f7f8d [2021-03-02T17:49:45.871Z] [2021-03-02T17:49:46.455Z] Successfully built 9abba67f7f8d [2021-03-02T17:49:46.455Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-02T17:49:49.669Z] Removing intermediate container a5f47317db2f [2021-03-02T17:49:49.669Z] ---> 1ae40bf13d28 [2021-03-02T17:49:49.669Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-02T17:49:49.669Z] Removing intermediate container 4d3e2b82769d [2021-03-02T17:49:49.669Z] ---> 45ed456b01ce [2021-03-02T17:49:49.669Z] [2021-03-02T17:49:49.669Z] Step 10/24 : FROM alpine:3.12 [2021-03-02T17:49:49.669Z] 3.12: Pulling from library/alpine [2021-03-02T17:49:49.952Z] ---> Running in 260b130049f7 [2021-03-02T17:49:52.605Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T17:49:52.605Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T17:49:52.605Z] ---> d10569e2745f [2021-03-02T17:49:52.605Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-02T17:49:52.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-02T17:49:52.605Z] Removing intermediate container a4bb3d1f70df [2021-03-02T17:49:52.605Z] ---> b61d7d459c56 [2021-03-02T17:49:52.605Z] [2021-03-02T17:49:52.605Z] Step 10/30 : FROM alpine:3.12 [2021-03-02T17:49:52.605Z] ---> d10569e2745f [2021-03-02T17:49:52.605Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-02T17:49:52.605Z] ---> Running in 47c3a5415508 [2021-03-02T17:49:52.893Z] ---> Running in d6bcc17e8718 [2021-03-02T17:49:53.909Z] Removing intermediate container d6bcc17e8718 [2021-03-02T17:49:53.909Z] ---> d35da680395c [2021-03-02T17:49:53.909Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-02T17:49:54.189Z] ---> Running in a4b058807d0f [2021-03-02T17:49:54.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:49:55.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:49:55.671Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-02T17:49:55.671Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:49:55.671Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-02T17:49:55.950Z] (4/5) Installing curl (7.69.1-r3) [2021-03-02T17:49:55.950Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-02T17:49:55.950Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:49:55.950Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:49:56.227Z] OK: 7 MiB in 19 packages [2021-03-02T17:49:56.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:49:56.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:49:57.383Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-02T17:49:57.383Z] (2/2) Installing su-exec (0.2-r1) [2021-03-02T17:49:57.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:49:57.383Z] OK: 5 MiB in 16 packages [2021-03-02T17:49:58.838Z] Removing intermediate container 2e12ff7ae0bf [2021-03-02T17:49:58.838Z] ---> 4dd9bd7d9f6e [2021-03-02T17:49:58.838Z] [2021-03-02T17:49:58.838Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:49:58.838Z] ---> d10569e2745f [2021-03-02T17:49:58.838Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:49:59.119Z] ---> Running in d229cd5c743f [2021-03-02T17:49:59.400Z] Removing intermediate container 260b130049f7 [2021-03-02T17:49:59.400Z] ---> 1087969fdf19 [2021-03-02T17:49:59.400Z] [2021-03-02T17:49:59.400Z] Step 11/26 : FROM docker:20.10.0 [2021-03-02T17:49:59.400Z] 20.10.0: Pulling from library/docker [2021-03-02T17:49:59.400Z] Removing intermediate container a4b058807d0f [2021-03-02T17:49:59.400Z] ---> d88e4057720f [2021-03-02T17:49:59.400Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-02T17:49:59.674Z] Removing intermediate container 47c3a5415508 [2021-03-02T17:49:59.674Z] ---> e02a4eab70e9 [2021-03-02T17:49:59.674Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T17:49:59.674Z] ---> Running in d8b90819ba96 [2021-03-02T17:49:59.950Z] ---> Running in 138c5fcd7b45 [2021-03-02T17:50:00.565Z] Removing intermediate container d8b90819ba96 [2021-03-02T17:50:00.565Z] ---> edfb4c4903be [2021-03-02T17:50:00.565Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-02T17:50:00.845Z] Removing intermediate container 138c5fcd7b45 [2021-03-02T17:50:00.845Z] ---> ee3692ab306c [2021-03-02T17:50:00.845Z] Step 13/24 : WORKDIR / [2021-03-02T17:50:00.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:00.845Z] ---> Running in e23d0778e9fd [2021-03-02T17:50:01.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:01.125Z] ---> Running in b52da6c38560 [2021-03-02T17:50:01.730Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-02T17:50:01.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:50:01.730Z] OK: 5 MiB in 15 packages [2021-03-02T17:50:02.005Z] Removing intermediate container e23d0778e9fd [2021-03-02T17:50:02.005Z] ---> 61093983d102 [2021-03-02T17:50:02.005Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-02T17:50:02.607Z] ---> Running in ec70337216c3 [2021-03-02T17:50:02.607Z] Removing intermediate container b52da6c38560 [2021-03-02T17:50:02.607Z] ---> 9367ae997f1b [2021-03-02T17:50:02.607Z] 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-03-02T17:50:04.060Z] ---> f2160511a67c [2021-03-02T17:50:04.060Z] 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-03-02T17:50:04.060Z] Removing intermediate container d229cd5c743f [2021-03-02T17:50:04.060Z] ---> c12245e311da [2021-03-02T17:50:04.060Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:50:04.661Z] ---> Running in 6fb001e88680 [2021-03-02T17:50:05.655Z] Removing intermediate container 6fb001e88680 [2021-03-02T17:50:05.655Z] ---> d230f30b78c1 [2021-03-02T17:50:05.655Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-02T17:50:07.111Z] ---> 42ab9fa3435c [2021-03-02T17:50:07.111Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:07.111Z] ---> Running in c8cb61c65391 [2021-03-02T17:50:07.384Z] Removing intermediate container ec70337216c3 [2021-03-02T17:50:07.384Z] ---> 5961d52624fc [2021-03-02T17:50:07.384Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-02T17:50:07.658Z] ---> Running in 875140c946fc [2021-03-02T17:50:07.932Z] Removing intermediate container 31fe7cadc0d5 [2021-03-02T17:50:07.932Z] ---> e0f0ba303d15 [2021-03-02T17:50:07.932Z] [2021-03-02T17:50:07.932Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:50:07.932Z] ---> d10569e2745f [2021-03-02T17:50:07.932Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:50:07.932Z] ---> Using cache [2021-03-02T17:50:07.932Z] ---> c12245e311da [2021-03-02T17:50:07.932Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:50:07.932Z] ---> Using cache [2021-03-02T17:50:07.932Z] ---> d230f30b78c1 [2021-03-02T17:50:07.932Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-02T17:50:07.932Z] Removing intermediate container c8cb61c65391 [2021-03-02T17:50:07.932Z] ---> f1acbd73b2b6 [2021-03-02T17:50:07.932Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T17:50:08.210Z] ---> a72edcd6ba11 [2021-03-02T17:50:08.210Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-02T17:50:08.483Z] ---> Running in 7a57cfe7565c [2021-03-02T17:50:08.483Z] ---> Running in 4bb3ee8ddfb5 [2021-03-02T17:50:08.538Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4b355fafd984 [2021-03-02T17:50:08.539Z] ---> 691bbba7733e [2021-03-02T17:50:08.539Z] [2021-03-02T17:50:08.539Z] Step 10/30 : FROM alpine:3.12 [2021-03-02T17:50:08.539Z] ---> 88dd2752d2ea [2021-03-02T17:50:08.539Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-02T17:50:08.539Z] ---> Running in ac67d9f1107a [2021-03-02T17:50:08.539Z] Removing intermediate container ac67d9f1107a [2021-03-02T17:50:08.539Z] ---> 740d6b8b77d6 [2021-03-02T17:50:08.539Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-02T17:50:08.758Z] Removing intermediate container 875140c946fc [2021-03-02T17:50:08.758Z] ---> 21e23499e201 [2021-03-02T17:50:08.758Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-02T17:50:09.417Z] Removing intermediate container 7a57cfe7565c [2021-03-02T17:50:09.417Z] ---> a3aed6517e03 [2021-03-02T17:50:09.417Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T17:50:09.702Z] Removing intermediate container 4bb3ee8ddfb5 [2021-03-02T17:50:09.702Z] ---> 9429fb87ca8c [2021-03-02T17:50:09.702Z] Step 15/23 : WORKDIR / [2021-03-02T17:50:09.998Z] ---> Running in 7920bcc3f02d [2021-03-02T17:50:10.377Z] ---> Running in 94e9afd01764 [2021-03-02T17:50:10.377Z] ---> 879451bca9ac [2021-03-02T17:50:10.377Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-02T17:50:10.377Z] ---> cb9456ba01fc [2021-03-02T17:50:10.377Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-02T17:50:10.663Z] ---> Running in 7859977b7fc8 [2021-03-02T17:50:10.942Z] Removing intermediate container 7920bcc3f02d [2021-03-02T17:50:10.942Z] ---> 042c70c26396 [2021-03-02T17:50:10.942Z] Step 15/23 : WORKDIR / [2021-03-02T17:50:11.566Z] ---> Running in 09979e988ebc [2021-03-02T17:50:11.566Z] Removing intermediate container 94e9afd01764 [2021-03-02T17:50:11.566Z] ---> 7ba663280344 [2021-03-02T17:50:11.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:11.849Z] ---> Running in 329561a2a596 [2021-03-02T17:50:12.425Z] Removing intermediate container d37d5864f09c [2021-03-02T17:50:12.425Z] ---> f651f14e77db [2021-03-02T17:50:12.425Z] [2021-03-02T17:50:12.425Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T17:50:12.425Z] ---> 88dd2752d2ea [2021-03-02T17:50:12.425Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:50:12.425Z] ---> Using cache [2021-03-02T17:50:12.425Z] ---> f4d7b35799f7 [2021-03-02T17:50:12.425Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:50:12.425Z] ---> Using cache [2021-03-02T17:50:12.425Z] ---> 400b8464fabf [2021-03-02T17:50:12.425Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-02T17:50:12.425Z] Removing intermediate container 4e2621198e21 [2021-03-02T17:50:12.425Z] ---> 55cfd945959b [2021-03-02T17:50:12.425Z] [2021-03-02T17:50:12.425Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:50:12.425Z] ---> 88dd2752d2ea [2021-03-02T17:50:12.425Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:50:12.425Z] ---> Using cache [2021-03-02T17:50:12.425Z] ---> f4d7b35799f7 [2021-03-02T17:50:12.425Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:50:12.425Z] ---> Using cache [2021-03-02T17:50:12.425Z] ---> 400b8464fabf [2021-03-02T17:50:12.425Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-02T17:50:12.554Z] Removing intermediate container 09979e988ebc [2021-03-02T17:50:12.554Z] ---> bafd528ac4c2 [2021-03-02T17:50:12.554Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:12.694Z] ---> Running in ff5d35126476 [2021-03-02T17:50:12.694Z] ---> Running in 7b3e4846654f [2021-03-02T17:50:13.153Z] ---> 803039719138 [2021-03-02T17:50:13.153Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-02T17:50:13.153Z] ---> 0b57d0fcb02d [2021-03-02T17:50:13.153Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-02T17:50:13.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:50:13.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:50:13.274Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-02T17:50:13.274Z] (2/2) Installing su-exec (0.2-r1) [2021-03-02T17:50:13.536Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:50:13.536Z] OK: 6 MiB in 16 packages [2021-03-02T17:50:13.747Z] ---> a544984a0095 [2021-03-02T17:50:13.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-02T17:50:14.030Z] Removing intermediate container 7859977b7fc8 [2021-03-02T17:50:14.030Z] ---> c00644144e85 [2021-03-02T17:50:14.030Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:14.328Z] ---> 4b1963a9b1cd [2021-03-02T17:50:14.328Z] 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-03-02T17:50:14.484Z] Removing intermediate container ff5d35126476 [2021-03-02T17:50:14.484Z] ---> a6e5643746a9 [2021-03-02T17:50:14.484Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T17:50:14.484Z] Removing intermediate container 7b3e4846654f [2021-03-02T17:50:14.484Z] ---> 1b199efc6dd2 [2021-03-02T17:50:14.484Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T17:50:14.753Z] ---> Running in 26c11cb45911 [2021-03-02T17:50:14.753Z] ---> Running in 3bd1e8550064 [2021-03-02T17:50:14.920Z] ---> Running in 9ac6a42410f3 [2021-03-02T17:50:15.017Z] Removing intermediate container 02eae1852ba1 [2021-03-02T17:50:15.017Z] ---> a548137cacc7 [2021-03-02T17:50:15.017Z] [2021-03-02T17:50:15.017Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:50:15.017Z] ---> 88dd2752d2ea [2021-03-02T17:50:15.017Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-02T17:50:15.017Z] ---> Running in 17ae83cc70cc [2021-03-02T17:50:15.202Z] ---> 4fe80639f25f [2021-03-02T17:50:15.202Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:15.202Z] ---> fc9767aff34f [2021-03-02T17:50:15.202Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-02T17:50:15.202Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-02T17:50:15.280Z] Removing intermediate container 3bd1e8550064 [2021-03-02T17:50:15.280Z] ---> 75fd4caf78ff [2021-03-02T17:50:15.280Z] Step 15/23 : WORKDIR / [2021-03-02T17:50:15.280Z] Removing intermediate container 26c11cb45911 [2021-03-02T17:50:15.280Z] ---> ab1cf2ea82e5 [2021-03-02T17:50:15.280Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:15.280Z] Removing intermediate container 329561a2a596 [2021-03-02T17:50:15.280Z] ---> 8ca87a18dac8 [2021-03-02T17:50:15.280Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-02T17:50:15.280Z] Removing intermediate container 17ae83cc70cc [2021-03-02T17:50:15.280Z] ---> ad62200dbf85 [2021-03-02T17:50:15.280Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-02T17:50:15.476Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-02T17:50:15.476Z] ---> eeaf43b92773 [2021-03-02T17:50:15.476Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-02T17:50:15.476Z] ---> 74268fd13609 [2021-03-02T17:50:15.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:15.542Z] ---> Running in 5e8e9a6e3df4 [2021-03-02T17:50:15.542Z] ---> Running in 01d64eec4183 [2021-03-02T17:50:15.542Z] ---> Running in b2726a6ed7bd [2021-03-02T17:50:15.542Z] ---> 8d82938f5f2f [2021-03-02T17:50:15.542Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-02T17:50:15.745Z] ---> Running in 844aff118b76 [2021-03-02T17:50:15.808Z] Removing intermediate container 01d64eec4183 [2021-03-02T17:50:15.808Z] ---> 00ce01ac59e5 [2021-03-02T17:50:15.808Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-02T17:50:15.808Z] Removing intermediate container 5e8e9a6e3df4 [2021-03-02T17:50:15.808Z] ---> 93fa039e6ab9 [2021-03-02T17:50:15.808Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:15.808Z] Removing intermediate container b2726a6ed7bd [2021-03-02T17:50:15.808Z] ---> 7b0b57d72867 [2021-03-02T17:50:15.808Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-02T17:50:16.073Z] ---> Running in 38d7e8200d5a [2021-03-02T17:50:16.073Z] ---> Running in 832ddc476e76 [2021-03-02T17:50:16.335Z] ---> dfa6acc3ea85 [2021-03-02T17:50:16.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:16.335Z] ---> e89cbe14adc4 [2021-03-02T17:50:16.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-02T17:50:16.335Z] Removing intermediate container 38d7e8200d5a [2021-03-02T17:50:16.335Z] ---> dd7994f303b2 [2021-03-02T17:50:16.335Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-02T17:50:16.335Z] Removing intermediate container 832ddc476e76 [2021-03-02T17:50:16.335Z] ---> d2cf14fefa35 [2021-03-02T17:50:16.335Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:50:16.343Z] ---> 6801289d6660 [2021-03-02T17:50:16.343Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-02T17:50:16.601Z] ---> Running in afd53050b47d [2021-03-02T17:50:16.602Z] ---> Running in f283409a4279 [2021-03-02T17:50:16.616Z] ---> ab647025e7bb [2021-03-02T17:50:16.616Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-02T17:50:16.865Z] ---> 771d8ac54c79 [2021-03-02T17:50:16.865Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-02T17:50:16.865Z] ---> Running in f8c21b160a36 [2021-03-02T17:50:16.887Z] ---> Running in d9c0926d8c24 [2021-03-02T17:50:17.146Z] ---> db5841a4d6be [2021-03-02T17:50:17.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:17.146Z] Removing intermediate container f8c21b160a36 [2021-03-02T17:50:17.146Z] ---> 0299dd2e8c9e [2021-03-02T17:50:17.146Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:50:17.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:17.163Z] ---> Running in b08247f2aaf1 [2021-03-02T17:50:17.420Z] ---> Running in 2cf77556f4c8 [2021-03-02T17:50:17.420Z] ---> 10657f4c8903 [2021-03-02T17:50:17.420Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-02T17:50:17.420Z] ---> Running in 106e5aff3630 [2021-03-02T17:50:17.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:17.434Z] ---> 5580f119e048 [2021-03-02T17:50:17.434Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-02T17:50:17.434Z] Removing intermediate container d9c0926d8c24 [2021-03-02T17:50:17.434Z] ---> 582975cbf821 [2021-03-02T17:50:17.434Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:50:17.689Z] Removing intermediate container 2cf77556f4c8 [2021-03-02T17:50:17.689Z] ---> a71a4b7c7602 [2021-03-02T17:50:17.689Z] Step 20/22 : LABEL arch=x86_64 [2021-03-02T17:50:17.689Z] ---> Running in 4114d6e92cb2 [2021-03-02T17:50:17.689Z] Removing intermediate container 106e5aff3630 [2021-03-02T17:50:17.689Z] ---> 29aea84cb030 [2021-03-02T17:50:17.706Z] ---> Running in 6223c76176fc [2021-03-02T17:50:17.706Z] Removing intermediate container b08247f2aaf1 [2021-03-02T17:50:17.706Z] ---> 01b4e81a83f1 [2021-03-02T17:50:17.706Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:50:17.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:50:17.951Z] ---> Running in 2444ce44ad7d [2021-03-02T17:50:17.987Z] (1/2) Installing readline (8.0.4-r0) [2021-03-02T17:50:17.987Z] (2/2) Installing bash (5.0.17-r0) [2021-03-02T17:50:17.987Z] Executing bash-5.0.17-r0.post-install [2021-03-02T17:50:17.987Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:50:17.987Z] OK: 12 MiB in 22 packages [2021-03-02T17:50:17.987Z] ---> Running in a540cd64ab6f [2021-03-02T17:50:18.213Z] Removing intermediate container 4114d6e92cb2 [2021-03-02T17:50:18.214Z] ---> 6d123c48833b [2021-03-02T17:50:18.214Z] Step 21/22 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:18.261Z] Removing intermediate container 6223c76176fc [2021-03-02T17:50:18.261Z] ---> 8616b7fc3504 [2021-03-02T17:50:18.261Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T17:50:18.261Z] Removing intermediate container 9ac6a42410f3 [2021-03-02T17:50:18.261Z] ---> 5144ffa4d247 [2021-03-02T17:50:18.261Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-02T17:50:18.546Z] ---> 0f87cf60b43e [2021-03-02T17:50:18.546Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-02T17:50:18.546Z] ---> Running in 726fdd28c6e2 [2021-03-02T17:50:18.546Z] ---> Running in 745984d76f5b [2021-03-02T17:50:18.818Z] Removing intermediate container a540cd64ab6f [2021-03-02T17:50:18.818Z] ---> b49d4d325358 [2021-03-02T17:50:18.818Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T17:50:19.104Z] ---> Running in 53fff59a21ef [2021-03-02T17:50:19.376Z] Removing intermediate container 726fdd28c6e2 [2021-03-02T17:50:19.376Z] ---> a55478ea48ef [2021-03-02T17:50:19.376Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:19.376Z] Removing intermediate container 745984d76f5b [2021-03-02T17:50:19.376Z] ---> 262efb04a306 [2021-03-02T17:50:19.376Z] Step 22/24 : LABEL arch=arm64 [2021-03-02T17:50:19.608Z] ---> Running in 7eb2bbd30b14 [2021-03-02T17:50:19.608Z] Removing intermediate container 2444ce44ad7d [2021-03-02T17:50:19.608Z] ---> cc76846be11b [2021-03-02T17:50:19.608Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T17:50:19.608Z] Removing intermediate container afd53050b47d [2021-03-02T17:50:19.608Z] ---> 0dccf1f39c7f [2021-03-02T17:50:19.608Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-02T17:50:19.608Z] Removing intermediate container f283409a4279 [2021-03-02T17:50:19.608Z] ---> faef178a6125 [2021-03-02T17:50:19.608Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-02T17:50:19.608Z] ---> Running in 3ed24a2167d5 [2021-03-02T17:50:19.608Z] ---> Running in be7ed892b45e [2021-03-02T17:50:19.608Z] ---> Running in c623b9c1e96f [2021-03-02T17:50:19.608Z] Removing intermediate container 7eb2bbd30b14 [2021-03-02T17:50:19.608Z] ---> ba9da040ffe7 [2021-03-02T17:50:19.608Z] Step 22/22 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:19.646Z] ---> Running in fd3ad486816d [2021-03-02T17:50:19.646Z] ---> Running in 77a65909389d [2021-03-02T17:50:19.646Z] ---> 4c69c06df3e4 [2021-03-02T17:50:19.646Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-02T17:50:19.919Z] Removing intermediate container 53fff59a21ef [2021-03-02T17:50:19.919Z] ---> e01d8e0cad12 [2021-03-02T17:50:19.919Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:19.919Z] Removing intermediate container 844aff118b76 [2021-03-02T17:50:19.919Z] ---> 95a96c553687 [2021-03-02T17:50:19.919Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-02T17:50:20.186Z] ---> Running in 4d243e91b755 [2021-03-02T17:50:20.186Z] Removing intermediate container 3ed24a2167d5 [2021-03-02T17:50:20.186Z] ---> 62e78ecfd8af [2021-03-02T17:50:20.186Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:20.186Z] Removing intermediate container be7ed892b45e [2021-03-02T17:50:20.186Z] ---> b1a1deaf5375 [2021-03-02T17:50:20.186Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-02T17:50:20.186Z] ---> Running in e64e6e75ad08 [2021-03-02T17:50:20.192Z] ---> Running in 6da9db290900 [2021-03-02T17:50:20.192Z] ---> Running in e52d081b7a8c [2021-03-02T17:50:20.192Z] ---> Running in fc2be9d41a8a [2021-03-02T17:50:20.461Z] Removing intermediate container 77a65909389d [2021-03-02T17:50:20.461Z] ---> 1615241ae714 [2021-03-02T17:50:20.461Z] Step 23/24 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:20.461Z] Removing intermediate container fd3ad486816d [2021-03-02T17:50:20.461Z] ---> 83b8f8856710 [2021-03-02T17:50:20.461Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:20.485Z] Removing intermediate container 4d243e91b755 [2021-03-02T17:50:20.485Z] ---> b34cb44e5271 [2021-03-02T17:50:20.485Z] [2021-03-02T17:50:20.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T17:50:20.485Z] Removing intermediate container e64e6e75ad08 [2021-03-02T17:50:20.485Z] ---> f148f278be55 [2021-03-02T17:50:20.485Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:20.485Z] Successfully built b34cb44e5271 [2021-03-02T17:50:20.735Z] ---> Running in ee24080a37a8 [2021-03-02T17:50:20.735Z] ---> Running in 467959b96018 [2021-03-02T17:50:20.735Z] Removing intermediate container 6da9db290900 [2021-03-02T17:50:20.735Z] ---> d9c44c86b8c6 [2021-03-02T17:50:20.735Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-02T17:50:20.754Z] ---> 0c719319c582 [2021-03-02T17:50:20.754Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-02T17:50:20.754Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-02T17:50:20.754Z]  Building docker-support-scheduler-go ... done  ---> Running in bc23f7ce18d7 [2021-03-02T17:50:20.754Z] ---> Running in 81ad9c222fcf [2021-03-02T17:50:21.011Z] Removing intermediate container fc2be9d41a8a [2021-03-02T17:50:21.011Z] ---> 48b610030a1f [2021-03-02T17:50:21.011Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-02T17:50:21.011Z] Removing intermediate container e52d081b7a8c [2021-03-02T17:50:21.011Z] ---> f14abaf849e6 [2021-03-02T17:50:21.011Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:21.041Z] Removing intermediate container bc23f7ce18d7 [2021-03-02T17:50:21.041Z] ---> 3627785a57c2 [2021-03-02T17:50:21.041Z] [2021-03-02T17:50:21.286Z] ---> Running in c93fd7d46150 [2021-03-02T17:50:21.286Z] ---> Running in 55314c4a10b9 [2021-03-02T17:50:21.286Z] Removing intermediate container 467959b96018 [2021-03-02T17:50:21.286Z] ---> 79e204701611 [2021-03-02T17:50:21.286Z] [2021-03-02T17:50:21.286Z] Removing intermediate container ee24080a37a8 [2021-03-02T17:50:21.286Z] ---> e630796c4f07 [2021-03-02T17:50:21.286Z] Step 24/24 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:21.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T17:50:21.309Z] Successfully built 3627785a57c2 [2021-03-02T17:50:21.309Z] Successfully tagged docker-core-metadata-go:latest [2021-03-02T17:50:21.563Z] ---> Running in 06325a8c1f5e [2021-03-02T17:50:21.563Z] Successfully built 79e204701611 [2021-03-02T17:50:21.836Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-02T17:50:21.836Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-02T17:50:21.836Z] Removing intermediate container c93fd7d46150 [2021-03-02T17:50:21.836Z] ---> da0c37e9f2ee [2021-03-02T17:50:21.836Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-02T17:50:21.836Z] ---> 6a0bf4279cd9 [2021-03-02T17:50:21.837Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-02T17:50:21.837Z] Removing intermediate container 55314c4a10b9 [2021-03-02T17:50:21.837Z] ---> da07b3eb1595 [2021-03-02T17:50:21.837Z] [2021-03-02T17:50:21.881Z]  Building docker-core-metadata-go ... done Removing intermediate container 81ad9c222fcf [2021-03-02T17:50:21.881Z] ---> 4d90d616e29e [2021-03-02T17:50:21.881Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:21.881Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-02T17:50:21.881Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-02T17:50:21.881Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-02T17:50:21.881Z] ---> f9870912485e [2021-03-02T17:50:21.881Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-02T17:50:22.143Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-02T17:50:22.405Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T17:50:22.405Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-02T17:50:22.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:50:22.405Z] OK: 8 MiB in 20 packages [2021-03-02T17:50:22.427Z] ---> Running in 572b3bd59143 [2021-03-02T17:50:22.427Z] Successfully built da07b3eb1595 [2021-03-02T17:50:22.427Z] Removing intermediate container 06325a8c1f5e [2021-03-02T17:50:22.427Z] ---> d888c3c6f542 [2021-03-02T17:50:22.427Z] [2021-03-02T17:50:22.427Z] ---> Running in 13efda579f16 [2021-03-02T17:50:22.427Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-02T17:50:22.427Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-02T17:50:22.668Z] ---> bbf5a91bc7ce [2021-03-02T17:50:22.668Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-02T17:50:22.707Z] Successfully built d888c3c6f542 [2021-03-02T17:50:22.930Z] ---> f497c457749c [2021-03-02T17:50:22.930Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-02T17:50:22.930Z] Removing intermediate container c623b9c1e96f [2021-03-02T17:50:22.930Z] ---> 09423d127a99 [2021-03-02T17:50:22.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:50:22.980Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-02T17:50:22.980Z] Building docker-core-data-go [2021-03-02T17:50:22.980Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 572b3bd59143 [2021-03-02T17:50:22.980Z] ---> 4657c3d285d0 [2021-03-02T17:50:22.980Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-02T17:50:23.193Z] ---> 1e2cf5662361 [2021-03-02T17:50:23.193Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-02T17:50:23.193Z] ---> Running in 05239923f57b [2021-03-02T17:50:23.457Z] ---> 259d5818959b [2021-03-02T17:50:23.457Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-02T17:50:23.457Z] Removing intermediate container 05239923f57b [2021-03-02T17:50:23.457Z] ---> 5d2307b5d7e1 [2021-03-02T17:50:23.457Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-02T17:50:23.719Z] ---> 267471567f8e [2021-03-02T17:50:23.719Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-02T17:50:23.984Z] ---> Running in bd0fe9f0d43a [2021-03-02T17:50:23.984Z] ---> 33474d695a88 [2021-03-02T17:50:23.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:24.252Z] ---> 544866db2601 [2021-03-02T17:50:24.252Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-02T17:50:24.252Z] ---> Running in af8368c0a9db [2021-03-02T17:50:24.423Z] ---> 910f2b429cf2 [2021-03-02T17:50:24.423Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-02T17:50:24.513Z] Removing intermediate container af8368c0a9db [2021-03-02T17:50:24.513Z] ---> bd9c6554bd1f [2021-03-02T17:50:24.513Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:50:24.513Z] ---> Running in ea2eff6c3b42 [2021-03-02T17:50:24.775Z] Removing intermediate container ea2eff6c3b42 [2021-03-02T17:50:24.775Z] ---> f3b0de7b1f01 [2021-03-02T17:50:24.775Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T17:50:24.775Z] ---> Running in c6eb1d4ad657 [2021-03-02T17:50:25.037Z] Removing intermediate container bd0fe9f0d43a [2021-03-02T17:50:25.037Z] ---> 6fd7aad11f64 [2021-03-02T17:50:25.037Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-02T17:50:25.037Z] Removing intermediate container c6eb1d4ad657 [2021-03-02T17:50:25.037Z] ---> ed17534fefa2 [2021-03-02T17:50:25.037Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:25.037Z] ---> Running in 212cf9408fb5 [2021-03-02T17:50:25.299Z] ---> Running in fec7867f47da [2021-03-02T17:50:25.299Z] Removing intermediate container 212cf9408fb5 [2021-03-02T17:50:25.299Z] ---> 9eb9a7c13c28 [2021-03-02T17:50:25.299Z] Step 27/30 : CMD ["gate"] [2021-03-02T17:50:25.405Z] Removing intermediate container 13efda579f16 [2021-03-02T17:50:25.405Z] ---> 3d17ff0b081a [2021-03-02T17:50:25.405Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-02T17:50:25.564Z] Removing intermediate container fec7867f47da [2021-03-02T17:50:25.564Z] ---> ab971f14cda6 [2021-03-02T17:50:25.564Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:25.564Z] ---> Running in 45da058f2f9e [2021-03-02T17:50:25.564Z] ---> Running in 0b5bc92745be [2021-03-02T17:50:25.564Z] Removing intermediate container 45da058f2f9e [2021-03-02T17:50:25.564Z] ---> 9f6446380cd6 [2021-03-02T17:50:25.564Z] Step 28/30 : LABEL arch=x86_64 [2021-03-02T17:50:25.827Z] ---> Running in 7ab78ee3797e [2021-03-02T17:50:25.827Z] Removing intermediate container 0b5bc92745be [2021-03-02T17:50:25.827Z] ---> 108c3eced26b [2021-03-02T17:50:25.827Z] [2021-03-02T17:50:26.390Z] ---> a80a9caf13b9 [2021-03-02T17:50:26.390Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-02T17:50:26.401Z] Successfully built 108c3eced26b [2021-03-02T17:50:26.401Z] Successfully tagged docker-core-data-go:latest [2021-03-02T17:50:26.663Z]  Building docker-core-data-go ... done Removing intermediate container 7ab78ee3797e [2021-03-02T17:50:26.663Z] ---> afd4b6674721 [2021-03-02T17:50:26.663Z] Step 29/30 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:26.928Z] ---> Running in a36d8c6df10a [2021-03-02T17:50:26.928Z] Removing intermediate container a36d8c6df10a [2021-03-02T17:50:26.928Z] ---> 3a0819416348 [2021-03-02T17:50:26.928Z] Step 30/30 : LABEL version=2.0.0-dev.110 [2021-03-02T17:50:27.191Z] ---> Running in 232a766f591c [2021-03-02T17:50:27.191Z] Removing intermediate container 232a766f591c [2021-03-02T17:50:27.191Z] ---> 8968d4c7ad0b [2021-03-02T17:50:27.191Z] [2021-03-02T17:50:27.371Z] ---> Running in d8980561322c [2021-03-02T17:50:27.454Z] Successfully built 8968d4c7ad0b [2021-03-02T17:50:27.454Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-02T17:50:28.040Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-02T17:50:28.047Z] $ docker stop --time=1 865bcf43dee1ed9f96de75e7efd8492dd0189228f14d1a241f8c7e7da2c9ce5c [2021-03-02T17:50:28.819Z] ---> de5dcaf0c54b [2021-03-02T17:50:28.820Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-02T17:50:29.095Z] Removing intermediate container d8980561322c [2021-03-02T17:50:29.095Z] ---> a1f4417917b6 [2021-03-02T17:50:29.095Z] Step 27/30 : CMD ["gate"] [2021-03-02T17:50:29.526Z] $ docker rm -f 865bcf43dee1ed9f96de75e7efd8492dd0189228f14d1a241f8c7e7da2c9ce5c [2021-03-02T17:50:29.696Z] ---> Running in e6c929de1f7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T17:50:30.050Z] + docker images [2021-03-02T17:50:30.050Z] + grep docker [2021-03-02T17:50:30.295Z] ---> Running in 495ff90842c8 [2021-03-02T17:50:30.312Z] docker-security-bootstrapper-go latest 8968d4c7ad0b 3 seconds ago 18.7MB [2021-03-02T17:50:30.312Z] docker-core-data-go latest 108c3eced26b 5 seconds ago 22.4MB [2021-03-02T17:50:30.312Z] docker-core-metadata-go latest 3627785a57c2 10 seconds ago 19MB [2021-03-02T17:50:30.312Z] docker-support-scheduler-go latest b34cb44e5271 10 seconds ago 17.2MB [2021-03-02T17:50:30.312Z] docker-sys-mgmt-agent-go latest 9abba67f7f8d 45 seconds ago 313MB [2021-03-02T17:50:30.312Z] docker-security-secretstore-setup-go latest 24458110c38b 2 minutes ago 24.9MB [2021-03-02T17:50:30.312Z] docker-core-command-go latest 41a67a540321 2 minutes ago 17MB [2021-03-02T17:50:30.312Z] docker-security-proxy-setup-go latest a876034ae63f 2 minutes ago 24.7MB [2021-03-02T17:50:30.312Z] docker-support-notifications-go latest 55ca2abadce1 2 minutes ago 17.8MB [2021-03-02T17:50:30.312Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-03-02T17:50:30.897Z] Removing intermediate container 495ff90842c8 [2021-03-02T17:50:30.897Z] ---> 0536c14b0e33 [2021-03-02T17:50:30.897Z] Step 28/30 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T17:50:31.003Z] provisioning config files... [2021-03-02T17:50:31.035Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/376@tmp/config5017192019975809119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:50:31.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:31.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:50:31.417Z] ---> docker-login.sh [2021-03-02T17:50:31.417Z] nexus3.edgexfoundry.org:10001 [2021-03-02T17:50:31.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:50:31.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:50:31.417Z] Configure a credential helper to remove this warning. See [2021-03-02T17:50:31.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:50:31.417Z] [2021-03-02T17:50:31.417Z] Login Succeeded [2021-03-02T17:50:31.417Z] nexus3.edgexfoundry.org:10002 [2021-03-02T17:50:31.455Z] ---> Running in cf8cc7535cf8 [2021-03-02T17:50:31.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:50:31.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:50:31.682Z] Configure a credential helper to remove this warning. See [2021-03-02T17:50:31.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:50:31.682Z] [2021-03-02T17:50:31.682Z] Login Succeeded [2021-03-02T17:50:31.682Z] nexus3.edgexfoundry.org:10003 [2021-03-02T17:50:31.734Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-02T17:50:31.734Z] (2/33) Installing expat (2.2.9-r1) [2021-03-02T17:50:31.734Z] (3/33) Installing libffi (3.3-r2) [2021-03-02T17:50:31.734Z] (4/33) Installing gdbm (1.13-r1) [2021-03-02T17:50:31.734Z] Removing intermediate container cf8cc7535cf8 [2021-03-02T17:50:31.734Z] ---> 37fe57942447 [2021-03-02T17:50:31.734Z] Step 29/30 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:31.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:50:31.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:50:31.945Z] Configure a credential helper to remove this warning. See [2021-03-02T17:50:31.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:50:31.945Z] [2021-03-02T17:50:31.945Z] Login Succeeded [2021-03-02T17:50:31.945Z] nexus3.edgexfoundry.org:10004 [2021-03-02T17:50:32.008Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-02T17:50:32.008Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-02T17:50:32.008Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-02T17:50:32.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:50:32.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:50:32.206Z] Configure a credential helper to remove this warning. See [2021-03-02T17:50:32.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:50:32.206Z] [2021-03-02T17:50:32.206Z] Login Succeeded [2021-03-02T17:50:32.206Z] docker.io [2021-03-02T17:50:32.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:50:32.284Z] ---> Running in 1871890b39d6 [2021-03-02T17:50:32.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:50:32.468Z] Configure a credential helper to remove this warning. See [2021-03-02T17:50:32.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:50:32.468Z] [2021-03-02T17:50:32.468Z] Login Succeeded [2021-03-02T17:50:32.468Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T17:50:32.478Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:32.738Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-02T17:50:32.738Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:32.738Z] 2.0.0-dev.110 [2021-03-02T17:50:32.738Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:32.738Z] master [2021-03-02T17:50:32.738Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:33.260Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:33.267Z] Removing intermediate container 1871890b39d6 [2021-03-02T17:50:33.267Z] ---> f4a839640d36 [2021-03-02T17:50:33.267Z] Step 30/30 : LABEL version=2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:33.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:33.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-02T17:50:33.563Z] 2b8f05303eb8: Preparing [2021-03-02T17:50:33.563Z] f4a4534da8db: Preparing [2021-03-02T17:50:33.563Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:33.564Z] 229eb56975e6: Preparing [2021-03-02T17:50:33.564Z] 33e8713114f8: Preparing [2021-03-02T17:50:33.564Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:33.825Z] 2b6bc7134d56: Pushed [2021-03-02T17:50:33.825Z] 2b8f05303eb8: Pushed [2021-03-02T17:50:33.825Z] 229eb56975e6: Pushed [2021-03-02T17:50:33.865Z] ---> Running in 89f7c9976fef [2021-03-02T17:50:33.865Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-02T17:50:33.865Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-02T17:50:33.865Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-02T17:50:33.865Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-02T17:50:33.865Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-02T17:50:33.865Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-02T17:50:33.865Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-02T17:50:33.865Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-02T17:50:33.865Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-02T17:50:34.139Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-02T17:50:34.139Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-02T17:50:34.139Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-02T17:50:34.139Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-02T17:50:34.139Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-02T17:50:34.139Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-02T17:50:34.139Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-02T17:50:34.139Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-02T17:50:34.139Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-02T17:50:34.139Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-02T17:50:34.139Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-02T17:50:34.139Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-02T17:50:34.419Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-02T17:50:34.419Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-02T17:50:34.419Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-02T17:50:34.419Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-02T17:50:34.419Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-02T17:50:34.419Z] Removing intermediate container 89f7c9976fef [2021-03-02T17:50:34.419Z] ---> 4457b8ae94d8 [2021-03-02T17:50:34.419Z] [2021-03-02T17:50:34.419Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:50:34.419Z] OK: 71 MiB in 55 packages [2021-03-02T17:50:34.693Z] Successfully built 4457b8ae94d8 [2021-03-02T17:50:34.693Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-02T17:50:34.693Z] Building docker-support-scheduler-go [2021-03-02T17:50:34.773Z] f4a4534da8db: Pushed [2021-03-02T17:50:34.774Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:bdcea09c4d3c8963656264e5a571ac792a9d188bb25d606ec7a3cf63dc789073 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:35.351Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:35.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.110 [2021-03-02T17:50:35.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-02T17:50:35.653Z] 2b8f05303eb8: Preparing [2021-03-02T17:50:35.653Z] f4a4534da8db: Preparing [2021-03-02T17:50:35.653Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:35.653Z] 229eb56975e6: Preparing [2021-03-02T17:50:35.653Z] 33e8713114f8: Preparing [2021-03-02T17:50:35.653Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:35.653Z] f4a4534da8db: Layer already exists [2021-03-02T17:50:35.653Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:35.653Z] 2b8f05303eb8: Layer already exists [2021-03-02T17:50:35.653Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:35.653Z] 2.0.0-dev.110: digest: sha256:bdcea09c4d3c8963656264e5a571ac792a9d188bb25d606ec7a3cf63dc789073 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:35.960Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:36.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:36.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-02T17:50:36.262Z] 2b8f05303eb8: Preparing [2021-03-02T17:50:36.262Z] f4a4534da8db: Preparing [2021-03-02T17:50:36.262Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:36.262Z] 229eb56975e6: Preparing [2021-03-02T17:50:36.262Z] 33e8713114f8: Preparing [2021-03-02T17:50:36.262Z] 2b8f05303eb8: Layer already exists [2021-03-02T17:50:36.262Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:36.262Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:36.262Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:36.262Z] f4a4534da8db: Layer already exists [2021-03-02T17:50:36.262Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:bdcea09c4d3c8963656264e5a571ac792a9d188bb25d606ec7a3cf63dc789073 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:36.570Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:36.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-02T17:50:36.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-02T17:50:36.876Z] 2b8f05303eb8: Preparing [2021-03-02T17:50:36.876Z] f4a4534da8db: Preparing [2021-03-02T17:50:36.876Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:36.876Z] 229eb56975e6: Preparing [2021-03-02T17:50:36.876Z] 33e8713114f8: Preparing [2021-03-02T17:50:36.876Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:36.876Z] f4a4534da8db: Layer already exists [2021-03-02T17:50:36.876Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:36.876Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:36.876Z] 2b8f05303eb8: Layer already exists [2021-03-02T17:50:37.138Z] master: digest: sha256:bdcea09c4d3c8963656264e5a571ac792a9d188bb25d606ec7a3cf63dc789073 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:37.351Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:37.405Z] taggedImages: [2021-03-02T17:50:37.405Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:37.405Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.110 [2021-03-02T17:50:37.405Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:37.405Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-02T17:50:37.481Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-02T17:50:37.482Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:37.482Z] 2.0.0-dev.110 [2021-03-02T17:50:37.482Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:37.482Z] master [2021-03-02T17:50:37.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:37.980Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:38.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:38.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-02T17:50:38.354Z] 502b21b2d1f2: Preparing [2021-03-02T17:50:38.354Z] 54a465bf972a: Preparing [2021-03-02T17:50:38.354Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:38.354Z] e438ccc7d689: Preparing [2021-03-02T17:50:38.354Z] 9d1d7e3c1c1d: Preparing [2021-03-02T17:50:38.354Z] 33e8713114f8: Preparing [2021-03-02T17:50:38.354Z] 33e8713114f8: Waiting [2021-03-02T17:50:38.354Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:38.354Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:38.354Z] 9d1d7e3c1c1d: Pushed [2021-03-02T17:50:38.354Z] 502b21b2d1f2: Pushed [2021-03-02T17:50:38.627Z] e438ccc7d689: Pushed [2021-03-02T17:50:39.570Z] 54a465bf972a: Pushed [2021-03-02T17:50:39.830Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:e93908a498ff8a5dea6bda67154b08018f2eba380922c8f2a9b7f386bfa3f4c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:40.138Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:41.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.110 [2021-03-02T17:50:41.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-02T17:50:41.011Z] 502b21b2d1f2: Preparing [2021-03-02T17:50:41.011Z] 54a465bf972a: Preparing [2021-03-02T17:50:41.011Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:41.011Z] e438ccc7d689: Preparing [2021-03-02T17:50:41.011Z] 9d1d7e3c1c1d: Preparing [2021-03-02T17:50:41.011Z] 33e8713114f8: Preparing [2021-03-02T17:50:41.011Z] 33e8713114f8: Waiting [2021-03-02T17:50:41.011Z] e438ccc7d689: Layer already exists [2021-03-02T17:50:41.011Z] 9d1d7e3c1c1d: Layer already exists [2021-03-02T17:50:41.011Z] 502b21b2d1f2: Layer already exists [2021-03-02T17:50:41.011Z] 54a465bf972a: Layer already exists [2021-03-02T17:50:41.011Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:41.011Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:41.011Z] 2.0.0-dev.110: digest: sha256:e93908a498ff8a5dea6bda67154b08018f2eba380922c8f2a9b7f386bfa3f4c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:41.314Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:41.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:41.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-02T17:50:41.624Z] 502b21b2d1f2: Preparing [2021-03-02T17:50:41.624Z] 54a465bf972a: Preparing [2021-03-02T17:50:41.624Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:41.624Z] e438ccc7d689: Preparing [2021-03-02T17:50:41.624Z] 9d1d7e3c1c1d: Preparing [2021-03-02T17:50:41.624Z] 33e8713114f8: Preparing [2021-03-02T17:50:41.624Z] 33e8713114f8: Waiting [2021-03-02T17:50:41.624Z] e438ccc7d689: Layer already exists [2021-03-02T17:50:41.624Z] 54a465bf972a: Layer already exists [2021-03-02T17:50:41.624Z] 9d1d7e3c1c1d: Layer already exists [2021-03-02T17:50:41.624Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:41.624Z] 502b21b2d1f2: Layer already exists [2021-03-02T17:50:41.624Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:41.624Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:e93908a498ff8a5dea6bda67154b08018f2eba380922c8f2a9b7f386bfa3f4c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:41.926Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:42.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-02T17:50:42.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-02T17:50:42.229Z] 502b21b2d1f2: Preparing [2021-03-02T17:50:42.229Z] 54a465bf972a: Preparing [2021-03-02T17:50:42.229Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:42.229Z] e438ccc7d689: Preparing [2021-03-02T17:50:42.229Z] 9d1d7e3c1c1d: Preparing [2021-03-02T17:50:42.229Z] 33e8713114f8: Preparing [2021-03-02T17:50:42.229Z] 33e8713114f8: Waiting [2021-03-02T17:50:42.229Z] 502b21b2d1f2: Layer already exists [2021-03-02T17:50:42.229Z] e438ccc7d689: Layer already exists [2021-03-02T17:50:42.229Z] 54a465bf972a: Layer already exists [2021-03-02T17:50:42.229Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:42.229Z] 9d1d7e3c1c1d: Layer already exists [2021-03-02T17:50:42.229Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:42.229Z] master: digest: sha256:e93908a498ff8a5dea6bda67154b08018f2eba380922c8f2a9b7f386bfa3f4c9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:42.430Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:42.480Z] taggedImages: [2021-03-02T17:50:42.480Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:42.480Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.110 [2021-03-02T17:50:42.480Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:42.480Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-02T17:50:42.556Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-02T17:50:42.556Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:42.556Z] 2.0.0-dev.110 [2021-03-02T17:50:42.556Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:42.556Z] master [2021-03-02T17:50:42.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:43.048Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:43.265Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e6c929de1f7d [2021-03-02T17:50:43.265Z] ---> 92e127f77b1c [2021-03-02T17:50:43.265Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-02T17:50:43.265Z] ---> Running in ef1975ee6b31 [2021-03-02T17:50:43.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:43.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-02T17:50:43.346Z] df6ddbcf6885: Preparing [2021-03-02T17:50:43.346Z] cf53922faa06: Preparing [2021-03-02T17:50:43.346Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:43.346Z] 229eb56975e6: Preparing [2021-03-02T17:50:43.346Z] 33e8713114f8: Preparing [2021-03-02T17:50:43.346Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:43.346Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:43.346Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:43.346Z] df6ddbcf6885: Pushed [2021-03-02T17:50:44.732Z] cf53922faa06: Pushed [2021-03-02T17:50:44.732Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:568964ffe9e235be53e53569404c4a68893e6f2e93e9075cad5aafe91b5ee1e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:45.034Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:45.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.110 [2021-03-02T17:50:45.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-02T17:50:45.341Z] df6ddbcf6885: Preparing [2021-03-02T17:50:45.341Z] cf53922faa06: Preparing [2021-03-02T17:50:45.341Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:45.341Z] 229eb56975e6: Preparing [2021-03-02T17:50:45.341Z] 33e8713114f8: Preparing [2021-03-02T17:50:45.341Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:45.341Z] df6ddbcf6885: Layer already exists [2021-03-02T17:50:45.341Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:45.341Z] cf53922faa06: Layer already exists [2021-03-02T17:50:45.341Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:45.341Z] 2.0.0-dev.110: digest: sha256:568964ffe9e235be53e53569404c4a68893e6f2e93e9075cad5aafe91b5ee1e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:45.644Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:45.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:45.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-02T17:50:45.942Z] df6ddbcf6885: Preparing [2021-03-02T17:50:45.942Z] cf53922faa06: Preparing [2021-03-02T17:50:45.942Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:45.942Z] 229eb56975e6: Preparing [2021-03-02T17:50:45.942Z] 33e8713114f8: Preparing [2021-03-02T17:50:45.942Z] df6ddbcf6885: Layer already exists [2021-03-02T17:50:45.942Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:45.942Z] cf53922faa06: Layer already exists [2021-03-02T17:50:45.942Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:45.942Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:45.942Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:568964ffe9e235be53e53569404c4a68893e6f2e93e9075cad5aafe91b5ee1e4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:46.247Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:46.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-02T17:50:46.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-02T17:50:46.545Z] df6ddbcf6885: Preparing [2021-03-02T17:50:46.545Z] cf53922faa06: Preparing [2021-03-02T17:50:46.545Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:46.545Z] 229eb56975e6: Preparing [2021-03-02T17:50:46.545Z] 33e8713114f8: Preparing [2021-03-02T17:50:46.545Z] df6ddbcf6885: Layer already exists [2021-03-02T17:50:46.545Z] 229eb56975e6: Layer already exists [2021-03-02T17:50:46.545Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:46.545Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:46.545Z] cf53922faa06: Layer already exists [2021-03-02T17:50:46.545Z] master: digest: sha256:568964ffe9e235be53e53569404c4a68893e6f2e93e9075cad5aafe91b5ee1e4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:46.772Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:46.831Z] taggedImages: [2021-03-02T17:50:46.831Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:46.831Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.110 [2021-03-02T17:50:46.831Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:46.831Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-02T17:50:46.901Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-02T17:50:46.901Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:46.901Z] 2.0.0-dev.110 [2021-03-02T17:50:46.901Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:46.901Z] master [2021-03-02T17:50:46.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:47.380Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:47.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:47.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-02T17:50:47.675Z] acc02bb0be32: Preparing [2021-03-02T17:50:47.675Z] acc02bb0be32: Preparing [2021-03-02T17:50:47.675Z] c482e5dd06ad: Preparing [2021-03-02T17:50:47.675Z] f8e5340e8e0b: Preparing [2021-03-02T17:50:47.675Z] 21099ca7ed59: Preparing [2021-03-02T17:50:47.675Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:47.675Z] 30056478230e: Preparing [2021-03-02T17:50:47.675Z] 30056478230e: Preparing [2021-03-02T17:50:47.675Z] 4d88e6428ff2: Preparing [2021-03-02T17:50:47.675Z] a46ba404bac0: Preparing [2021-03-02T17:50:47.675Z] 33e8713114f8: Preparing [2021-03-02T17:50:47.675Z] 30056478230e: Waiting [2021-03-02T17:50:47.675Z] 4d88e6428ff2: Waiting [2021-03-02T17:50:47.675Z] 33e8713114f8: Waiting [2021-03-02T17:50:47.675Z] a46ba404bac0: Waiting [2021-03-02T17:50:47.675Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:47.936Z] acc02bb0be32: Pushed [2021-03-02T17:50:47.936Z] 30056478230e: Pushed [2021-03-02T17:50:47.936Z] f8e5340e8e0b: Pushed [2021-03-02T17:50:48.197Z] c482e5dd06ad: Pushed [2021-03-02T17:50:48.197Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:48.197Z] a46ba404bac0: Pushed [2021-03-02T17:50:48.197Z] 4d88e6428ff2: Pushed [2021-03-02T17:50:48.690Z] Collecting docker-compose==1.23.2 [2021-03-02T17:50:48.967Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-02T17:50:49.140Z] 21099ca7ed59: Pushed [2021-03-02T17:50:49.140Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:15593b6aed108145cdb0ee733567f198d01ab914f51a8dfa3fe982d9150bb328 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:49.446Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:49.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.110 [2021-03-02T17:50:49.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-02T17:50:49.742Z] acc02bb0be32: Preparing [2021-03-02T17:50:49.742Z] acc02bb0be32: Preparing [2021-03-02T17:50:49.742Z] c482e5dd06ad: Preparing [2021-03-02T17:50:49.742Z] f8e5340e8e0b: Preparing [2021-03-02T17:50:49.742Z] 21099ca7ed59: Preparing [2021-03-02T17:50:49.742Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:49.742Z] 30056478230e: Preparing [2021-03-02T17:50:49.742Z] 30056478230e: Preparing [2021-03-02T17:50:49.742Z] 4d88e6428ff2: Preparing [2021-03-02T17:50:49.742Z] a46ba404bac0: Preparing [2021-03-02T17:50:49.742Z] 33e8713114f8: Preparing [2021-03-02T17:50:49.742Z] 30056478230e: Waiting [2021-03-02T17:50:49.742Z] 4d88e6428ff2: Waiting [2021-03-02T17:50:49.742Z] a46ba404bac0: Waiting [2021-03-02T17:50:49.742Z] 33e8713114f8: Waiting [2021-03-02T17:50:49.742Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:49.742Z] 21099ca7ed59: Layer already exists [2021-03-02T17:50:49.742Z] f8e5340e8e0b: Layer already exists [2021-03-02T17:50:49.742Z] acc02bb0be32: Layer already exists [2021-03-02T17:50:49.742Z] c482e5dd06ad: Layer already exists [2021-03-02T17:50:49.742Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:49.742Z] a46ba404bac0: Layer already exists [2021-03-02T17:50:49.742Z] 4d88e6428ff2: Layer already exists [2021-03-02T17:50:49.742Z] 30056478230e: Layer already exists [2021-03-02T17:50:49.742Z] 2.0.0-dev.110: digest: sha256:15593b6aed108145cdb0ee733567f198d01ab914f51a8dfa3fe982d9150bb328 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:50.123Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:50.408Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-02T17:50:50.408Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-02T17:50:50.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:50.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-02T17:50:50.446Z] acc02bb0be32: Preparing [2021-03-02T17:50:50.446Z] acc02bb0be32: Preparing [2021-03-02T17:50:50.446Z] c482e5dd06ad: Preparing [2021-03-02T17:50:50.446Z] f8e5340e8e0b: Preparing [2021-03-02T17:50:50.446Z] 21099ca7ed59: Preparing [2021-03-02T17:50:50.446Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:50.446Z] 30056478230e: Preparing [2021-03-02T17:50:50.446Z] 30056478230e: Preparing [2021-03-02T17:50:50.446Z] 4d88e6428ff2: Preparing [2021-03-02T17:50:50.446Z] a46ba404bac0: Preparing [2021-03-02T17:50:50.446Z] 33e8713114f8: Preparing [2021-03-02T17:50:50.446Z] 30056478230e: Waiting [2021-03-02T17:50:50.446Z] 4d88e6428ff2: Waiting [2021-03-02T17:50:50.446Z] a46ba404bac0: Waiting [2021-03-02T17:50:50.446Z] 33e8713114f8: Waiting [2021-03-02T17:50:50.446Z] f8e5340e8e0b: Layer already exists [2021-03-02T17:50:50.446Z] acc02bb0be32: Layer already exists [2021-03-02T17:50:50.446Z] c482e5dd06ad: Layer already exists [2021-03-02T17:50:50.446Z] 21099ca7ed59: Layer already exists [2021-03-02T17:50:50.446Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:50.446Z] 4d88e6428ff2: Layer already exists [2021-03-02T17:50:50.446Z] 30056478230e: Layer already exists [2021-03-02T17:50:50.446Z] a46ba404bac0: Layer already exists [2021-03-02T17:50:50.446Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:50.446Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:15593b6aed108145cdb0ee733567f198d01ab914f51a8dfa3fe982d9150bb328 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:50.751Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:51.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-02T17:50:51.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-02T17:50:51.054Z] acc02bb0be32: Preparing [2021-03-02T17:50:51.054Z] acc02bb0be32: Preparing [2021-03-02T17:50:51.054Z] c482e5dd06ad: Preparing [2021-03-02T17:50:51.054Z] f8e5340e8e0b: Preparing [2021-03-02T17:50:51.054Z] 21099ca7ed59: Preparing [2021-03-02T17:50:51.054Z] 2b6bc7134d56: Preparing [2021-03-02T17:50:51.054Z] 30056478230e: Preparing [2021-03-02T17:50:51.054Z] 30056478230e: Preparing [2021-03-02T17:50:51.054Z] 4d88e6428ff2: Preparing [2021-03-02T17:50:51.054Z] a46ba404bac0: Preparing [2021-03-02T17:50:51.054Z] 33e8713114f8: Preparing [2021-03-02T17:50:51.054Z] 30056478230e: Waiting [2021-03-02T17:50:51.054Z] 4d88e6428ff2: Waiting [2021-03-02T17:50:51.054Z] a46ba404bac0: Waiting [2021-03-02T17:50:51.054Z] 33e8713114f8: Waiting [2021-03-02T17:50:51.054Z] c482e5dd06ad: Layer already exists [2021-03-02T17:50:51.054Z] 21099ca7ed59: Layer already exists [2021-03-02T17:50:51.054Z] acc02bb0be32: Layer already exists [2021-03-02T17:50:51.054Z] f8e5340e8e0b: Layer already exists [2021-03-02T17:50:51.054Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:50:51.054Z] 30056478230e: Layer already exists [2021-03-02T17:50:51.054Z] 4d88e6428ff2: Layer already exists [2021-03-02T17:50:51.054Z] a46ba404bac0: Layer already exists [2021-03-02T17:50:51.054Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:51.054Z] master: digest: sha256:15593b6aed108145cdb0ee733567f198d01ab914f51a8dfa3fe982d9150bb328 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:51.269Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:51.322Z] taggedImages: [2021-03-02T17:50:51.322Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:51.322Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.110 [2021-03-02T17:50:51.322Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:51.322Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-02T17:50:51.390Z] Collecting PyYAML<4,>=3.10 [2021-03-02T17:50:51.390Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] echo [2021-03-02T17:50:51.400Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-02T17:50:51.400Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:51.400Z] 2.0.0-dev.110 [2021-03-02T17:50:51.400Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:51.400Z] master [2021-03-02T17:50:51.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:51.962Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:52.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:52.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-02T17:50:52.266Z] 9f4ca707b16c: Preparing [2021-03-02T17:50:52.266Z] 1d3143e26089: Preparing [2021-03-02T17:50:52.266Z] 4a2066099eea: Preparing [2021-03-02T17:50:52.266Z] 9ad0f8d8ee85: Preparing [2021-03-02T17:50:52.266Z] 65c78f8f0c49: Preparing [2021-03-02T17:50:52.266Z] 33e8713114f8: Preparing [2021-03-02T17:50:52.266Z] 33e8713114f8: Waiting [2021-03-02T17:50:52.528Z] 4a2066099eea: Pushed [2021-03-02T17:50:52.528Z] 9ad0f8d8ee85: Pushed [2021-03-02T17:50:52.528Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:52.791Z] 65c78f8f0c49: Pushed [2021-03-02T17:50:53.053Z] 1d3143e26089: Pushed [2021-03-02T17:50:53.314Z] 9f4ca707b16c: Pushed [2021-03-02T17:50:53.314Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:eec8034b4341fad90df20a31933e792db7691c98fab91452bdc8309df37a0383 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:53.616Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:53.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.110 [2021-03-02T17:50:53.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-02T17:50:53.914Z] 9f4ca707b16c: Preparing [2021-03-02T17:50:53.914Z] 1d3143e26089: Preparing [2021-03-02T17:50:53.914Z] 4a2066099eea: Preparing [2021-03-02T17:50:53.914Z] 9ad0f8d8ee85: Preparing [2021-03-02T17:50:53.914Z] 65c78f8f0c49: Preparing [2021-03-02T17:50:53.914Z] 33e8713114f8: Preparing [2021-03-02T17:50:53.914Z] 33e8713114f8: Waiting [2021-03-02T17:50:53.914Z] 1d3143e26089: Layer already exists [2021-03-02T17:50:53.914Z] 9ad0f8d8ee85: Layer already exists [2021-03-02T17:50:53.914Z] 65c78f8f0c49: Layer already exists [2021-03-02T17:50:53.914Z] 4a2066099eea: Layer already exists [2021-03-02T17:50:53.914Z] 9f4ca707b16c: Layer already exists [2021-03-02T17:50:53.914Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:53.914Z] 2.0.0-dev.110: digest: sha256:eec8034b4341fad90df20a31933e792db7691c98fab91452bdc8309df37a0383 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:54.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:50:54.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:50:54.034Z] ---> 1f4e9f68255d [2021-03-02T17:50:54.034Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T17:50:54.034Z] ---> Using cache [2021-03-02T17:50:54.034Z] ---> 2fde071a369c [2021-03-02T17:50:54.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:50:54.034Z] ---> Using cache [2021-03-02T17:50:54.034Z] ---> 69db4508c0f6 [2021-03-02T17:50:54.034Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-02T17:50:54.219Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:54.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:54.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-02T17:50:54.513Z] 9f4ca707b16c: Preparing [2021-03-02T17:50:54.513Z] 1d3143e26089: Preparing [2021-03-02T17:50:54.513Z] 4a2066099eea: Preparing [2021-03-02T17:50:54.513Z] 9ad0f8d8ee85: Preparing [2021-03-02T17:50:54.513Z] 65c78f8f0c49: Preparing [2021-03-02T17:50:54.513Z] 33e8713114f8: Preparing [2021-03-02T17:50:54.513Z] 33e8713114f8: Waiting [2021-03-02T17:50:54.513Z] 65c78f8f0c49: Layer already exists [2021-03-02T17:50:54.513Z] 9f4ca707b16c: Layer already exists [2021-03-02T17:50:54.513Z] 9ad0f8d8ee85: Layer already exists [2021-03-02T17:50:54.513Z] 4a2066099eea: Layer already exists [2021-03-02T17:50:54.513Z] 1d3143e26089: Layer already exists [2021-03-02T17:50:54.513Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:54.513Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:eec8034b4341fad90df20a31933e792db7691c98fab91452bdc8309df37a0383 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:54.814Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:55.030Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:50:55.030Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:50:55.030Z] ---> 1f4e9f68255d [2021-03-02T17:50:55.030Z] Step 3/21 : WORKDIR /edgex-go [2021-03-02T17:50:55.030Z] ---> Using cache [2021-03-02T17:50:55.030Z] ---> 2fde071a369c [2021-03-02T17:50:55.030Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:50:55.030Z] ---> Using cache [2021-03-02T17:50:55.030Z] ---> 69db4508c0f6 [2021-03-02T17:50:55.030Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-02T17:50:55.030Z] ---> Using cache [2021-03-02T17:50:55.030Z] ---> fb0f80957e11 [2021-03-02T17:50:55.030Z] Step 6/21 : COPY go.mod . [2021-03-02T17:50:55.030Z] ---> Using cache [2021-03-02T17:50:55.030Z] ---> be4d6a810538 [2021-03-02T17:50:55.030Z] Step 7/21 : RUN go mod download [2021-03-02T17:50:55.030Z] ---> Using cache [2021-03-02T17:50:55.030Z] ---> f8d517bec9f4 [2021-03-02T17:50:55.030Z] Step 8/21 : COPY . . [2021-03-02T17:50:55.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-02T17:50:55.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-02T17:50:55.114Z] 9f4ca707b16c: Preparing [2021-03-02T17:50:55.114Z] 1d3143e26089: Preparing [2021-03-02T17:50:55.114Z] 4a2066099eea: Preparing [2021-03-02T17:50:55.114Z] 9ad0f8d8ee85: Preparing [2021-03-02T17:50:55.114Z] 65c78f8f0c49: Preparing [2021-03-02T17:50:55.114Z] 33e8713114f8: Preparing [2021-03-02T17:50:55.114Z] 33e8713114f8: Waiting [2021-03-02T17:50:55.114Z] 9ad0f8d8ee85: Layer already exists [2021-03-02T17:50:55.114Z] 9f4ca707b16c: Layer already exists [2021-03-02T17:50:55.114Z] 65c78f8f0c49: Layer already exists [2021-03-02T17:50:55.114Z] 4a2066099eea: Layer already exists [2021-03-02T17:50:55.114Z] 1d3143e26089: Layer already exists [2021-03-02T17:50:55.114Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:55.114Z] master: digest: sha256:eec8034b4341fad90df20a31933e792db7691c98fab91452bdc8309df37a0383 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-02T17:50:55.306Z] ---> Using cache [2021-03-02T17:50:55.306Z] ---> be8f36a51e65 [2021-03-02T17:50:55.306Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-02T17:50:55.306Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:50:55.306Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:50:55.306Z] ---> 1f4e9f68255d [2021-03-02T17:50:55.306Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T17:50:55.306Z] ---> Using cache [2021-03-02T17:50:55.306Z] ---> 2fde071a369c [2021-03-02T17:50:55.306Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:50:55.306Z] ---> Using cache [2021-03-02T17:50:55.306Z] ---> 69db4508c0f6 [2021-03-02T17:50:55.306Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] echo [2021-03-02T17:50:55.314Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:55.366Z] taggedImages: [2021-03-02T17:50:55.366Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:55.366Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.110 [2021-03-02T17:50:55.366Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:55.366Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-02T17:50:55.468Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-02T17:50:55.468Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:55.468Z] 2.0.0-dev.110 [2021-03-02T17:50:55.468Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:55.468Z] master [2021-03-02T17:50:55.468Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:55.690Z] Collecting cached-property<2,>=1.2.0 [2021-03-02T17:50:55.690Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-02T17:50:55.943Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:56.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:56.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-02T17:50:56.246Z] 8f0cca395ff5: Preparing [2021-03-02T17:50:56.246Z] 506cad32e688: Preparing [2021-03-02T17:50:56.246Z] 5a70743106c7: Preparing [2021-03-02T17:50:56.246Z] e6d066ac8682: Preparing [2021-03-02T17:50:56.246Z] bee1f739a8a3: Preparing [2021-03-02T17:50:56.246Z] 4bc4cd21e9ea: Preparing [2021-03-02T17:50:56.246Z] badf16771428: Preparing [2021-03-02T17:50:56.246Z] 0fdb6c7dc84c: Preparing [2021-03-02T17:50:56.246Z] 33e8713114f8: Preparing [2021-03-02T17:50:56.246Z] 4bc4cd21e9ea: Waiting [2021-03-02T17:50:56.246Z] badf16771428: Waiting [2021-03-02T17:50:56.246Z] 0fdb6c7dc84c: Waiting [2021-03-02T17:50:56.246Z] 33e8713114f8: Waiting [2021-03-02T17:50:56.513Z] 506cad32e688: Pushed [2021-03-02T17:50:56.513Z] bee1f739a8a3: Pushed [2021-03-02T17:50:56.513Z] 8f0cca395ff5: Pushed [2021-03-02T17:50:56.513Z] 4bc4cd21e9ea: Pushed [2021-03-02T17:50:56.513Z] badf16771428: Pushed [2021-03-02T17:50:56.513Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:57.087Z] 0fdb6c7dc84c: Pushed [2021-03-02T17:50:57.153Z] Collecting docker<4.0,>=3.6.0 [2021-03-02T17:50:57.153Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-02T17:50:57.348Z] 5a70743106c7: Pushed [2021-03-02T17:50:57.348Z] e6d066ac8682: Pushed [2021-03-02T17:50:57.609Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:a2b52e4cc4e4c497fc71930121f95f88be7cfad392f25d3684d63588e20affb0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:57.912Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:58.130Z] ---> Running in bf6303b603aa [2021-03-02T17:50:58.130Z] ---> Running in 09ddb3c4495b [2021-03-02T17:50:58.130Z] ---> Running in 60a9e48e54f4 [2021-03-02T17:50:58.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.110 [2021-03-02T17:50:58.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-02T17:50:58.213Z] 8f0cca395ff5: Preparing [2021-03-02T17:50:58.213Z] 506cad32e688: Preparing [2021-03-02T17:50:58.213Z] 5a70743106c7: Preparing [2021-03-02T17:50:58.213Z] e6d066ac8682: Preparing [2021-03-02T17:50:58.213Z] bee1f739a8a3: Preparing [2021-03-02T17:50:58.213Z] 4bc4cd21e9ea: Preparing [2021-03-02T17:50:58.213Z] badf16771428: Preparing [2021-03-02T17:50:58.213Z] 0fdb6c7dc84c: Preparing [2021-03-02T17:50:58.213Z] 33e8713114f8: Preparing [2021-03-02T17:50:58.213Z] 4bc4cd21e9ea: Waiting [2021-03-02T17:50:58.213Z] badf16771428: Waiting [2021-03-02T17:50:58.213Z] 0fdb6c7dc84c: Waiting [2021-03-02T17:50:58.213Z] 33e8713114f8: Waiting [2021-03-02T17:50:58.213Z] 8f0cca395ff5: Layer already exists [2021-03-02T17:50:58.213Z] e6d066ac8682: Layer already exists [2021-03-02T17:50:58.213Z] 5a70743106c7: Layer already exists [2021-03-02T17:50:58.213Z] 506cad32e688: Layer already exists [2021-03-02T17:50:58.213Z] bee1f739a8a3: Layer already exists [2021-03-02T17:50:58.213Z] 4bc4cd21e9ea: Layer already exists [2021-03-02T17:50:58.213Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:58.213Z] badf16771428: Layer already exists [2021-03-02T17:50:58.213Z] 0fdb6c7dc84c: Layer already exists [2021-03-02T17:50:58.213Z] 2.0.0-dev.110: digest: sha256:a2b52e4cc4e4c497fc71930121f95f88be7cfad392f25d3684d63588e20affb0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:58.410Z] Collecting jsonschema<3,>=2.5.1 [2021-03-02T17:50:58.410Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-02T17:50:58.519Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:58.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:58.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-02T17:50:58.820Z] 8f0cca395ff5: Preparing [2021-03-02T17:50:58.820Z] 506cad32e688: Preparing [2021-03-02T17:50:58.820Z] 5a70743106c7: Preparing [2021-03-02T17:50:58.820Z] e6d066ac8682: Preparing [2021-03-02T17:50:58.820Z] bee1f739a8a3: Preparing [2021-03-02T17:50:58.820Z] 4bc4cd21e9ea: Preparing [2021-03-02T17:50:58.820Z] badf16771428: Preparing [2021-03-02T17:50:58.820Z] 0fdb6c7dc84c: Preparing [2021-03-02T17:50:58.820Z] 33e8713114f8: Preparing [2021-03-02T17:50:58.820Z] 4bc4cd21e9ea: Waiting [2021-03-02T17:50:58.820Z] badf16771428: Waiting [2021-03-02T17:50:58.820Z] 0fdb6c7dc84c: Waiting [2021-03-02T17:50:58.820Z] 33e8713114f8: Waiting [2021-03-02T17:50:58.820Z] 8f0cca395ff5: Layer already exists [2021-03-02T17:50:58.820Z] e6d066ac8682: Layer already exists [2021-03-02T17:50:58.820Z] 506cad32e688: Layer already exists [2021-03-02T17:50:58.820Z] bee1f739a8a3: Layer already exists [2021-03-02T17:50:58.820Z] 5a70743106c7: Layer already exists [2021-03-02T17:50:58.820Z] 4bc4cd21e9ea: Layer already exists [2021-03-02T17:50:58.820Z] badf16771428: Layer already exists [2021-03-02T17:50:58.820Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:58.820Z] 0fdb6c7dc84c: Layer already exists [2021-03-02T17:50:58.820Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:a2b52e4cc4e4c497fc71930121f95f88be7cfad392f25d3684d63588e20affb0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:59.017Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T17:50:59.017Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T17:50:59.017Z] ---> 1f4e9f68255d [2021-03-02T17:50:59.017Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T17:50:59.017Z] ---> Using cache [2021-03-02T17:50:59.017Z] ---> 2fde071a369c [2021-03-02T17:50:59.017Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:50:59.017Z] ---> Using cache [2021-03-02T17:50:59.017Z] ---> 69db4508c0f6 [2021-03-02T17:50:59.017Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-02T17:50:59.017Z] ---> Using cache [2021-03-02T17:50:59.017Z] ---> fb0f80957e11 [2021-03-02T17:50:59.017Z] Step 6/22 : COPY go.mod . [2021-03-02T17:50:59.017Z] ---> Using cache [2021-03-02T17:50:59.017Z] ---> be4d6a810538 [2021-03-02T17:50:59.017Z] Step 7/22 : RUN go mod download [2021-03-02T17:50:59.017Z] ---> Using cache [2021-03-02T17:50:59.017Z] ---> f8d517bec9f4 [2021-03-02T17:50:59.017Z] Step 8/22 : COPY . . [2021-03-02T17:50:59.124Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:50:59.290Z] ---> Using cache [2021-03-02T17:50:59.291Z] ---> be8f36a51e65 [2021-03-02T17:50:59.291Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-02T17:50:59.291Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-02T17:50:59.291Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-02T17:50:59.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-02T17:50:59.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-02T17:50:59.423Z] 8f0cca395ff5: Preparing [2021-03-02T17:50:59.423Z] 506cad32e688: Preparing [2021-03-02T17:50:59.423Z] 5a70743106c7: Preparing [2021-03-02T17:50:59.423Z] e6d066ac8682: Preparing [2021-03-02T17:50:59.423Z] bee1f739a8a3: Preparing [2021-03-02T17:50:59.423Z] 4bc4cd21e9ea: Preparing [2021-03-02T17:50:59.423Z] badf16771428: Preparing [2021-03-02T17:50:59.423Z] 0fdb6c7dc84c: Preparing [2021-03-02T17:50:59.423Z] 33e8713114f8: Preparing [2021-03-02T17:50:59.423Z] badf16771428: Waiting [2021-03-02T17:50:59.423Z] 0fdb6c7dc84c: Waiting [2021-03-02T17:50:59.423Z] 33e8713114f8: Waiting [2021-03-02T17:50:59.423Z] 4bc4cd21e9ea: Waiting [2021-03-02T17:50:59.423Z] 506cad32e688: Layer already exists [2021-03-02T17:50:59.423Z] bee1f739a8a3: Layer already exists [2021-03-02T17:50:59.423Z] 5a70743106c7: Layer already exists [2021-03-02T17:50:59.423Z] e6d066ac8682: Layer already exists [2021-03-02T17:50:59.423Z] 8f0cca395ff5: Layer already exists [2021-03-02T17:50:59.423Z] badf16771428: Layer already exists [2021-03-02T17:50:59.423Z] 33e8713114f8: Layer already exists [2021-03-02T17:50:59.423Z] 0fdb6c7dc84c: Layer already exists [2021-03-02T17:50:59.423Z] 4bc4cd21e9ea: Layer already exists [2021-03-02T17:50:59.423Z] master: digest: sha256:a2b52e4cc4e4c497fc71930121f95f88be7cfad392f25d3684d63588e20affb0 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:50:59.614Z] ===================================================== [Pipeline] echo [2021-03-02T17:50:59.662Z] taggedImages: [2021-03-02T17:50:59.662Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:59.662Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.110 [2021-03-02T17:50:59.662Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:59.662Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-02T17:50:59.731Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-02T17:50:59.731Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:50:59.732Z] 2.0.0-dev.110 [2021-03-02T17:50:59.732Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:50:59.732Z] master [2021-03-02T17:50:59.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-02T17:50:59.897Z] ---> Running in ae1504d2f409 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:00.169Z] Collecting docopt<0.7,>=0.6.1 [2021-03-02T17:51:00.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:00.169Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-02T17:51:00.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-02T17:51:00.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:00.258Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:00.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:00.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-02T17:51:00.556Z] 17f1abb5e18a: Preparing [2021-03-02T17:51:00.556Z] 599c7015f8ea: Preparing [2021-03-02T17:51:00.556Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:00.556Z] 38ddf6562230: Preparing [2021-03-02T17:51:00.556Z] 33e8713114f8: Preparing [2021-03-02T17:51:00.556Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:00.556Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:00.556Z] 17f1abb5e18a: Pushed [2021-03-02T17:51:00.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:00.817Z] 38ddf6562230: Pushed [2021-03-02T17:51:01.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:01.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-02T17:51:01.760Z] 599c7015f8ea: Pushed [2021-03-02T17:51:01.760Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:b8502dee49ec48cfc0e86cb5ad85176f8d2eb787805f477e70ab0d5c474fa4e8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:01.945Z] OK: 217 MiB in 51 packages [2021-03-02T17:51:01.945Z] OK: 217 MiB in 51 packages [2021-03-02T17:51:02.064Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:02.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.110 [2021-03-02T17:51:02.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-02T17:51:02.366Z] 17f1abb5e18a: Preparing [2021-03-02T17:51:02.366Z] 599c7015f8ea: Preparing [2021-03-02T17:51:02.366Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:02.366Z] 38ddf6562230: Preparing [2021-03-02T17:51:02.366Z] 33e8713114f8: Preparing [2021-03-02T17:51:02.366Z] 17f1abb5e18a: Layer already exists [2021-03-02T17:51:02.366Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:02.366Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:02.366Z] 38ddf6562230: Layer already exists [2021-03-02T17:51:02.366Z] 599c7015f8ea: Layer already exists [2021-03-02T17:51:02.366Z] 2.0.0-dev.110: digest: sha256:b8502dee49ec48cfc0e86cb5ad85176f8d2eb787805f477e70ab0d5c474fa4e8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:02.669Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:02.975Z] Collecting texttable<0.10,>=0.9.0 [2021-03-02T17:51:02.975Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-02T17:51:02.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:02.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-02T17:51:02.997Z] 17f1abb5e18a: Preparing [2021-03-02T17:51:02.997Z] 599c7015f8ea: Preparing [2021-03-02T17:51:02.997Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:02.997Z] 38ddf6562230: Preparing [2021-03-02T17:51:02.997Z] 33e8713114f8: Preparing [2021-03-02T17:51:02.997Z] 38ddf6562230: Layer already exists [2021-03-02T17:51:02.997Z] 17f1abb5e18a: Layer already exists [2021-03-02T17:51:02.997Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:02.997Z] 599c7015f8ea: Layer already exists [2021-03-02T17:51:02.997Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:02.997Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:b8502dee49ec48cfc0e86cb5ad85176f8d2eb787805f477e70ab0d5c474fa4e8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:03.299Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:03.591Z] Removing intermediate container 09ddb3c4495b [2021-03-02T17:51:03.591Z] ---> fdd3d4c023f3 [2021-03-02T17:51:03.591Z] Step 6/23 : COPY go.mod . [2021-03-02T17:51:03.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-02T17:51:03.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-02T17:51:03.599Z] 17f1abb5e18a: Preparing [2021-03-02T17:51:03.599Z] 599c7015f8ea: Preparing [2021-03-02T17:51:03.599Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:03.599Z] 38ddf6562230: Preparing [2021-03-02T17:51:03.599Z] 33e8713114f8: Preparing [2021-03-02T17:51:03.599Z] 599c7015f8ea: Layer already exists [2021-03-02T17:51:03.599Z] 17f1abb5e18a: Layer already exists [2021-03-02T17:51:03.599Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:03.599Z] 38ddf6562230: Layer already exists [2021-03-02T17:51:03.599Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:03.599Z] master: digest: sha256:b8502dee49ec48cfc0e86cb5ad85176f8d2eb787805f477e70ab0d5c474fa4e8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:51:03.795Z] ===================================================== [Pipeline] echo [2021-03-02T17:51:03.840Z] taggedImages: [2021-03-02T17:51:03.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:03.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.110 [2021-03-02T17:51:03.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:03.840Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-02T17:51:03.871Z] Removing intermediate container 60a9e48e54f4 [2021-03-02T17:51:03.871Z] ---> 6dbdd1097854 [2021-03-02T17:51:03.871Z] Step 6/22 : COPY go.mod . [Pipeline] echo [2021-03-02T17:51:03.909Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-02T17:51:03.909Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:03.909Z] 2.0.0-dev.110 [2021-03-02T17:51:03.909Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:03.909Z] master [2021-03-02T17:51:03.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:04.379Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:04.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:04.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-02T17:51:04.678Z] 5f35d89f1860: Preparing [2021-03-02T17:51:04.678Z] 4fe4478fbaa0: Preparing [2021-03-02T17:51:04.678Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:04.678Z] 229eb56975e6: Preparing [2021-03-02T17:51:04.678Z] 33e8713114f8: Preparing [2021-03-02T17:51:04.678Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:04.678Z] 229eb56975e6: Layer already exists [2021-03-02T17:51:04.678Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:04.678Z] 5f35d89f1860: Pushed [2021-03-02T17:51:04.878Z] ---> 654a59a9c602 [2021-03-02T17:51:04.878Z] Step 7/23 : RUN go mod download [2021-03-02T17:51:05.166Z] ---> Running in e7e56aeba5e7 [2021-03-02T17:51:05.450Z] ---> f8518ffc3a4c [2021-03-02T17:51:05.450Z] Step 7/22 : RUN go mod download [2021-03-02T17:51:05.450Z] 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-03-02T17:51:05.741Z] ---> Running in d96799a4ca6b [2021-03-02T17:51:06.024Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-02T17:51:06.024Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-02T17:51:06.066Z] 4fe4478fbaa0: Pushed [2021-03-02T17:51:06.066Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:d20f7fad41ef2f56d7695509beeed9cdbfd1a162b06702fbb5d0dd42e1445cfc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:06.368Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:06.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.110 [2021-03-02T17:51:06.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-02T17:51:06.665Z] 5f35d89f1860: Preparing [2021-03-02T17:51:06.665Z] 4fe4478fbaa0: Preparing [2021-03-02T17:51:06.665Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:06.665Z] 229eb56975e6: Preparing [2021-03-02T17:51:06.665Z] 33e8713114f8: Preparing [2021-03-02T17:51:06.665Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:06.665Z] 5f35d89f1860: Layer already exists [2021-03-02T17:51:06.665Z] 229eb56975e6: Layer already exists [2021-03-02T17:51:06.665Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:06.665Z] 4fe4478fbaa0: Layer already exists [2021-03-02T17:51:06.665Z] 2.0.0-dev.110: digest: sha256:d20f7fad41ef2f56d7695509beeed9cdbfd1a162b06702fbb5d0dd42e1445cfc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:06.972Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:07.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:07.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-02T17:51:07.271Z] 5f35d89f1860: Preparing [2021-03-02T17:51:07.271Z] 4fe4478fbaa0: Preparing [2021-03-02T17:51:07.271Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:07.271Z] 229eb56975e6: Preparing [2021-03-02T17:51:07.271Z] 33e8713114f8: Preparing [2021-03-02T17:51:07.271Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:07.271Z] 5f35d89f1860: Layer already exists [2021-03-02T17:51:07.271Z] 4fe4478fbaa0: Layer already exists [2021-03-02T17:51:07.271Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:07.271Z] 229eb56975e6: Layer already exists [2021-03-02T17:51:07.271Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:d20f7fad41ef2f56d7695509beeed9cdbfd1a162b06702fbb5d0dd42e1445cfc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:07.576Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:07.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-02T17:51:07.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-02T17:51:07.873Z] 5f35d89f1860: Preparing [2021-03-02T17:51:07.873Z] 4fe4478fbaa0: Preparing [2021-03-02T17:51:07.873Z] 2b6bc7134d56: Preparing [2021-03-02T17:51:07.873Z] 229eb56975e6: Preparing [2021-03-02T17:51:07.873Z] 33e8713114f8: Preparing [2021-03-02T17:51:07.873Z] 33e8713114f8: Layer already exists [2021-03-02T17:51:07.873Z] 2b6bc7134d56: Layer already exists [2021-03-02T17:51:07.873Z] 229eb56975e6: Layer already exists [2021-03-02T17:51:07.873Z] 5f35d89f1860: Layer already exists [2021-03-02T17:51:07.873Z] 4fe4478fbaa0: Layer already exists [2021-03-02T17:51:07.873Z] master: digest: sha256:d20f7fad41ef2f56d7695509beeed9cdbfd1a162b06702fbb5d0dd42e1445cfc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:51:08.060Z] ===================================================== [Pipeline] echo [2021-03-02T17:51:08.107Z] taggedImages: [2021-03-02T17:51:08.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:08.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.110 [2021-03-02T17:51:08.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:08.107Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-02T17:51:08.172Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-02T17:51:08.172Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:08.172Z] 2.0.0-dev.110 [2021-03-02T17:51:08.172Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:08.172Z] master [2021-03-02T17:51:08.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:08.652Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:08.958Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:08.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-02T17:51:08.958Z] b4eb40b327ea: Preparing [2021-03-02T17:51:08.958Z] 950983e09014: Preparing [2021-03-02T17:51:08.958Z] 553164968d56: Preparing [2021-03-02T17:51:08.958Z] 2a634d5245bd: Preparing [2021-03-02T17:51:08.958Z] 69145e4a0cf8: Preparing [2021-03-02T17:51:08.958Z] b1526bf3c302: Preparing [2021-03-02T17:51:08.958Z] 785b96ce9e90: Preparing [2021-03-02T17:51:08.958Z] 0754057c0ad3: Preparing [2021-03-02T17:51:08.958Z] 998cdf262ab1: Preparing [2021-03-02T17:51:08.958Z] 02e56110abd2: Preparing [2021-03-02T17:51:08.958Z] abc36efb885a: Preparing [2021-03-02T17:51:08.958Z] b0b09059f4e1: Preparing [2021-03-02T17:51:08.958Z] bb961f40224b: Preparing [2021-03-02T17:51:08.958Z] f4666769fca7: Preparing [2021-03-02T17:51:08.958Z] 785b96ce9e90: Waiting [2021-03-02T17:51:08.958Z] 0754057c0ad3: Waiting [2021-03-02T17:51:08.958Z] 998cdf262ab1: Waiting [2021-03-02T17:51:08.958Z] 02e56110abd2: Waiting [2021-03-02T17:51:08.958Z] b1526bf3c302: Waiting [2021-03-02T17:51:08.958Z] abc36efb885a: Waiting [2021-03-02T17:51:08.958Z] b0b09059f4e1: Waiting [2021-03-02T17:51:08.958Z] bb961f40224b: Waiting [2021-03-02T17:51:08.958Z] f4666769fca7: Waiting [2021-03-02T17:51:09.220Z] 69145e4a0cf8: Pushed [2021-03-02T17:51:09.221Z] b4eb40b327ea: Pushed [2021-03-02T17:51:09.451Z] 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-03-02T17:51:09.451Z] 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-03-02T17:51:09.482Z] 2a634d5245bd: Pushed [2021-03-02T17:51:09.482Z] 0754057c0ad3: Layer already exists [2021-03-02T17:51:09.482Z] 998cdf262ab1: Layer already exists [2021-03-02T17:51:09.482Z] 02e56110abd2: Layer already exists [2021-03-02T17:51:09.482Z] abc36efb885a: Layer already exists [2021-03-02T17:51:09.482Z] 785b96ce9e90: Pushed [2021-03-02T17:51:09.746Z] b0b09059f4e1: Layer already exists [2021-03-02T17:51:09.746Z] bb961f40224b: Layer already exists [2021-03-02T17:51:09.746Z] f4666769fca7: Layer already exists [2021-03-02T17:51:10.066Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-02T17:51:10.067Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-02T17:51:10.321Z] b1526bf3c302: Pushed [2021-03-02T17:51:10.344Z] Removing intermediate container e7e56aeba5e7 [2021-03-02T17:51:10.344Z] ---> f62ed67a5666 [2021-03-02T17:51:10.344Z] Step 8/23 : COPY . . [2021-03-02T17:51:10.582Z] 950983e09014: Pushed [2021-03-02T17:51:10.635Z] Removing intermediate container d96799a4ca6b [2021-03-02T17:51:10.635Z] ---> fdc876089f3b [2021-03-02T17:51:10.635Z] Step 8/22 : COPY . . [2021-03-02T17:51:10.635Z] Collecting idna<2.8,>=2.5 [2021-03-02T17:51:10.635Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-02T17:51:10.911Z] Collecting docker-pycreds>=0.4.0 [2021-03-02T17:51:10.911Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-02T17:51:11.196Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-02T17:51:11.196Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-02T17:51:11.196Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-02T17:51:11.196Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-02T17:51:12.661Z] Installing collected packages: urllib3, idna, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, jsonschema, docopt, texttable, dockerpty, docker-compose [2021-03-02T17:51:12.661Z] Attempting uninstall: urllib3 [2021-03-02T17:51:12.661Z] Found existing installation: urllib3 1.25.9 [2021-03-02T17:51:12.661Z] Uninstalling urllib3-1.25.9: [2021-03-02T17:51:12.661Z] Successfully uninstalled urllib3-1.25.9 [2021-03-02T17:51:13.655Z] Attempting uninstall: idna [2021-03-02T17:51:13.655Z] Found existing installation: idna 2.9 [2021-03-02T17:51:13.655Z] Uninstalling idna-2.9: [2021-03-02T17:51:13.655Z] Successfully uninstalled idna-2.9 [2021-03-02T17:51:14.657Z] Attempting uninstall: requests [2021-03-02T17:51:14.657Z] Found existing installation: requests 2.23.0 [2021-03-02T17:51:14.657Z] Uninstalling requests-2.23.0: [2021-03-02T17:51:14.657Z] Successfully uninstalled requests-2.23.0 [2021-03-02T17:51:15.256Z] Running setup.py install for PyYAML: started [2021-03-02T17:51:18.724Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-02T17:51:18.743Z] 553164968d56: Pushed [2021-03-02T17:51:18.743Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:c4becbfd278fce654eb5e5b412b36e3be1ee19af866fb01a5dbc41e2ca026e0c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:19.155Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:19.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.110 [2021-03-02T17:51:19.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-02T17:51:19.463Z] b4eb40b327ea: Preparing [2021-03-02T17:51:19.463Z] 950983e09014: Preparing [2021-03-02T17:51:19.463Z] 553164968d56: Preparing [2021-03-02T17:51:19.463Z] 2a634d5245bd: Preparing [2021-03-02T17:51:19.463Z] 69145e4a0cf8: Preparing [2021-03-02T17:51:19.463Z] b1526bf3c302: Preparing [2021-03-02T17:51:19.463Z] 785b96ce9e90: Preparing [2021-03-02T17:51:19.463Z] 0754057c0ad3: Preparing [2021-03-02T17:51:19.463Z] 998cdf262ab1: Preparing [2021-03-02T17:51:19.463Z] 02e56110abd2: Preparing [2021-03-02T17:51:19.463Z] abc36efb885a: Preparing [2021-03-02T17:51:19.463Z] b0b09059f4e1: Preparing [2021-03-02T17:51:19.463Z] bb961f40224b: Preparing [2021-03-02T17:51:19.463Z] f4666769fca7: Preparing [2021-03-02T17:51:19.463Z] b1526bf3c302: Waiting [2021-03-02T17:51:19.463Z] 785b96ce9e90: Waiting [2021-03-02T17:51:19.463Z] 0754057c0ad3: Waiting [2021-03-02T17:51:19.463Z] 998cdf262ab1: Waiting [2021-03-02T17:51:19.463Z] 02e56110abd2: Waiting [2021-03-02T17:51:19.463Z] abc36efb885a: Waiting [2021-03-02T17:51:19.463Z] b0b09059f4e1: Waiting [2021-03-02T17:51:19.463Z] bb961f40224b: Waiting [2021-03-02T17:51:19.463Z] f4666769fca7: Waiting [2021-03-02T17:51:19.463Z] 69145e4a0cf8: Layer already exists [2021-03-02T17:51:19.463Z] 553164968d56: Layer already exists [2021-03-02T17:51:19.463Z] 2a634d5245bd: Layer already exists [2021-03-02T17:51:19.463Z] b4eb40b327ea: Layer already exists [2021-03-02T17:51:19.463Z] 950983e09014: Layer already exists [2021-03-02T17:51:19.463Z] 0754057c0ad3: Layer already exists [2021-03-02T17:51:19.463Z] b1526bf3c302: Layer already exists [2021-03-02T17:51:19.463Z] 02e56110abd2: Layer already exists [2021-03-02T17:51:19.463Z] 998cdf262ab1: Layer already exists [2021-03-02T17:51:19.463Z] 785b96ce9e90: Layer already exists [2021-03-02T17:51:19.463Z] abc36efb885a: Layer already exists [2021-03-02T17:51:19.463Z] f4666769fca7: Layer already exists [2021-03-02T17:51:19.463Z] b0b09059f4e1: Layer already exists [2021-03-02T17:51:19.463Z] bb961f40224b: Layer already exists [2021-03-02T17:51:19.463Z] 2.0.0-dev.110: digest: sha256:c4becbfd278fce654eb5e5b412b36e3be1ee19af866fb01a5dbc41e2ca026e0c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:19.769Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:20.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:20.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-02T17:51:20.069Z] b4eb40b327ea: Preparing [2021-03-02T17:51:20.069Z] 950983e09014: Preparing [2021-03-02T17:51:20.069Z] 553164968d56: Preparing [2021-03-02T17:51:20.069Z] 2a634d5245bd: Preparing [2021-03-02T17:51:20.069Z] 69145e4a0cf8: Preparing [2021-03-02T17:51:20.069Z] b1526bf3c302: Preparing [2021-03-02T17:51:20.069Z] 785b96ce9e90: Preparing [2021-03-02T17:51:20.069Z] 0754057c0ad3: Preparing [2021-03-02T17:51:20.069Z] 998cdf262ab1: Preparing [2021-03-02T17:51:20.069Z] 02e56110abd2: Preparing [2021-03-02T17:51:20.069Z] abc36efb885a: Preparing [2021-03-02T17:51:20.069Z] b0b09059f4e1: Preparing [2021-03-02T17:51:20.069Z] bb961f40224b: Preparing [2021-03-02T17:51:20.069Z] f4666769fca7: Preparing [2021-03-02T17:51:20.069Z] 785b96ce9e90: Waiting [2021-03-02T17:51:20.069Z] 0754057c0ad3: Waiting [2021-03-02T17:51:20.069Z] 998cdf262ab1: Waiting [2021-03-02T17:51:20.069Z] 02e56110abd2: Waiting [2021-03-02T17:51:20.069Z] abc36efb885a: Waiting [2021-03-02T17:51:20.069Z] b0b09059f4e1: Waiting [2021-03-02T17:51:20.069Z] bb961f40224b: Waiting [2021-03-02T17:51:20.069Z] f4666769fca7: Waiting [2021-03-02T17:51:20.069Z] b1526bf3c302: Waiting [2021-03-02T17:51:20.069Z] 2a634d5245bd: Layer already exists [2021-03-02T17:51:20.069Z] 69145e4a0cf8: Layer already exists [2021-03-02T17:51:20.069Z] b4eb40b327ea: Layer already exists [2021-03-02T17:51:20.069Z] 950983e09014: Layer already exists [2021-03-02T17:51:20.069Z] 553164968d56: Layer already exists [2021-03-02T17:51:20.069Z] 998cdf262ab1: Layer already exists [2021-03-02T17:51:20.069Z] 02e56110abd2: Layer already exists [2021-03-02T17:51:20.069Z] 785b96ce9e90: Layer already exists [2021-03-02T17:51:20.069Z] b1526bf3c302: Layer already exists [2021-03-02T17:51:20.069Z] 0754057c0ad3: Layer already exists [2021-03-02T17:51:20.069Z] abc36efb885a: Layer already exists [2021-03-02T17:51:20.069Z] b0b09059f4e1: Layer already exists [2021-03-02T17:51:20.069Z] bb961f40224b: Layer already exists [2021-03-02T17:51:20.069Z] f4666769fca7: Layer already exists [2021-03-02T17:51:20.069Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:c4becbfd278fce654eb5e5b412b36e3be1ee19af866fb01a5dbc41e2ca026e0c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:20.376Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:51:20.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-02T17:51:20.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-02T17:51:20.676Z] b4eb40b327ea: Preparing [2021-03-02T17:51:20.676Z] 950983e09014: Preparing [2021-03-02T17:51:20.676Z] 553164968d56: Preparing [2021-03-02T17:51:20.676Z] 2a634d5245bd: Preparing [2021-03-02T17:51:20.676Z] 69145e4a0cf8: Preparing [2021-03-02T17:51:20.676Z] b1526bf3c302: Preparing [2021-03-02T17:51:20.676Z] 785b96ce9e90: Preparing [2021-03-02T17:51:20.676Z] 0754057c0ad3: Preparing [2021-03-02T17:51:20.676Z] 998cdf262ab1: Preparing [2021-03-02T17:51:20.676Z] 02e56110abd2: Preparing [2021-03-02T17:51:20.676Z] abc36efb885a: Preparing [2021-03-02T17:51:20.676Z] b0b09059f4e1: Preparing [2021-03-02T17:51:20.676Z] bb961f40224b: Preparing [2021-03-02T17:51:20.676Z] f4666769fca7: Preparing [2021-03-02T17:51:20.676Z] b1526bf3c302: Waiting [2021-03-02T17:51:20.676Z] 785b96ce9e90: Waiting [2021-03-02T17:51:20.676Z] 0754057c0ad3: Waiting [2021-03-02T17:51:20.676Z] 998cdf262ab1: Waiting [2021-03-02T17:51:20.676Z] 02e56110abd2: Waiting [2021-03-02T17:51:20.676Z] abc36efb885a: Waiting [2021-03-02T17:51:20.676Z] b0b09059f4e1: Waiting [2021-03-02T17:51:20.676Z] bb961f40224b: Waiting [2021-03-02T17:51:20.676Z] f4666769fca7: Waiting [2021-03-02T17:51:20.676Z] b4eb40b327ea: Layer already exists [2021-03-02T17:51:20.676Z] 69145e4a0cf8: Layer already exists [2021-03-02T17:51:20.676Z] 2a634d5245bd: Layer already exists [2021-03-02T17:51:20.676Z] 553164968d56: Layer already exists [2021-03-02T17:51:20.676Z] 950983e09014: Layer already exists [2021-03-02T17:51:20.676Z] b1526bf3c302: Layer already exists [2021-03-02T17:51:20.676Z] 785b96ce9e90: Layer already exists [2021-03-02T17:51:20.676Z] 0754057c0ad3: Layer already exists [2021-03-02T17:51:20.676Z] 02e56110abd2: Layer already exists [2021-03-02T17:51:20.676Z] 998cdf262ab1: Layer already exists [2021-03-02T17:51:20.676Z] abc36efb885a: Layer already exists [2021-03-02T17:51:20.677Z] f4666769fca7: Layer already exists [2021-03-02T17:51:20.677Z] b0b09059f4e1: Layer already exists [2021-03-02T17:51:20.677Z] bb961f40224b: Layer already exists [2021-03-02T17:51:20.677Z] master: digest: sha256:c4becbfd278fce654eb5e5b412b36e3be1ee19af866fb01a5dbc41e2ca026e0c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:51:21.149Z] ===================================================== [Pipeline] echo [2021-03-02T17:51:21.201Z] taggedImages: [2021-03-02T17:51:21.201Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:21.201Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.110 [2021-03-02T17:51:21.201Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:51:21.201Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-02T17:51:21.673Z] Running setup.py install for docopt: started [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-02T17:51:24.316Z] Running setup.py install for docopt: finished with status 'done' [2021-03-02T17:51:24.593Z] Running setup.py install for texttable: started [2021-03-02T17:51:27.231Z] Running setup.py install for texttable: finished with status 'done' [2021-03-02T17:51:27.231Z] Running setup.py install for dockerpty: started [2021-03-02T17:51:30.668Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-02T17:51:30.943Z] ---> 784bff6d8f85 [2021-03-02T17:51:30.943Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-02T17:51:31.217Z] ---> 60af5ef696e1 [2021-03-02T17:51:31.217Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-02T17:51:31.497Z] ---> Running in be49dc393672 [2021-03-02T17:51:31.497Z] 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-03-02T17:51:31.497Z] ---> Running in 654cf19396c6 [2021-03-02T17:51:33.480Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/core-data/core-data ./cmd/core-data [2021-03-02T17:51:33.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-02T17:51:37.183Z] Removing intermediate container ef1975ee6b31 [2021-03-02T17:51:37.183Z] ---> 71f86651be8b [2021-03-02T17:51:37.183Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-02T17:51:37.183Z] ---> Running in b9dd16bfdf2c [2021-03-02T17:51:39.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:39.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:51:39.785Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:51:39.785Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-02T17:51:39.785Z] (3/3) Installing curl (7.69.1-r3) [2021-03-02T17:51:39.785Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:51:39.785Z] OK: 71 MiB in 58 packages [2021-03-02T17:51:41.776Z] Removing intermediate container b9dd16bfdf2c [2021-03-02T17:51:41.776Z] ---> e901a3f2b1a1 [2021-03-02T17:51:41.776Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-02T17:51:41.776Z] ---> Running in 5513d64506f9 [2021-03-02T17:51:42.382Z] Removing intermediate container 5513d64506f9 [2021-03-02T17:51:42.382Z] ---> 3070f348307a [2021-03-02T17:51:42.382Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:51:42.658Z] ---> Running in 6d2ac9eead39 [2021-03-02T17:51:43.263Z] Removing intermediate container 6d2ac9eead39 [2021-03-02T17:51:43.263Z] ---> 3d8daed63814 [2021-03-02T17:51:43.263Z] Step 24/26 : LABEL arch=arm64 [2021-03-02T17:51:43.542Z] ---> Running in a14c7ac589af [2021-03-02T17:51:44.166Z] Removing intermediate container a14c7ac589af [2021-03-02T17:51:44.166Z] ---> bd6ad0c43ad9 [2021-03-02T17:51:44.166Z] Step 25/26 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:51:44.443Z] ---> Running in 5fdae79887a0 [2021-03-02T17:51:45.049Z] Removing intermediate container 5fdae79887a0 [2021-03-02T17:51:45.049Z] ---> 3879de663d37 [2021-03-02T17:51:45.049Z] Step 26/26 : LABEL version=2.0.0-dev.110 [2021-03-02T17:51:45.329Z] ---> Running in 175652e129ad [2021-03-02T17:51:45.947Z] Removing intermediate container 175652e129ad [2021-03-02T17:51:45.947Z] ---> 76a3dd5d108d [2021-03-02T17:51:45.947Z] [2021-03-02T17:51:46.232Z] Successfully built 76a3dd5d108d [2021-03-02T17:51:46.507Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-02T17:52:18.898Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.110" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-02T17:52:31.366Z] Removing intermediate container bf6303b603aa [2021-03-02T17:52:31.366Z] ---> 065425b02464 [2021-03-02T17:52:31.366Z] [2021-03-02T17:52:31.366Z] Step 10/21 : FROM alpine:3.12 [2021-03-02T17:52:31.366Z] ---> d10569e2745f [2021-03-02T17:52:31.366Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-02T17:52:31.366Z] ---> Running in 23a229c8d4d1 [2021-03-02T17:52:32.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:52:33.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:52:33.707Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-02T17:52:33.707Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T17:52:33.707Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-02T17:52:33.707Z] (4/4) Installing curl (7.69.1-r3) [2021-03-02T17:52:33.707Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:52:33.985Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:52:34.263Z] OK: 7 MiB in 18 packages [2021-03-02T17:52:36.921Z] Removing intermediate container 23a229c8d4d1 [2021-03-02T17:52:36.921Z] ---> 8e59ff6a3f1a [2021-03-02T17:52:36.921Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T17:52:36.921Z] ---> Running in 42d89b30e3c7 [2021-03-02T17:52:37.531Z] Removing intermediate container 42d89b30e3c7 [2021-03-02T17:52:37.531Z] ---> be982d71a628 [2021-03-02T17:52:37.531Z] Step 13/21 : WORKDIR /edgex [2021-03-02T17:52:37.813Z] ---> Running in 144e38dceda7 [2021-03-02T17:52:38.417Z] Removing intermediate container 144e38dceda7 [2021-03-02T17:52:38.417Z] ---> 29c272c788c3 [2021-03-02T17:52:38.417Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-02T17:52:39.872Z] ---> 2c1e61412fc2 [2021-03-02T17:52:39.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-02T17:52:41.880Z] ---> cb46f727dc45 [2021-03-02T17:52:41.880Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-02T17:52:44.557Z] ---> 0dc729181c42 [2021-03-02T17:52:44.557Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-02T17:52:44.844Z] ---> Running in a6ef3699a662 [2021-03-02T17:52:45.842Z] Removing intermediate container a6ef3699a662 [2021-03-02T17:52:45.842Z] ---> a40a56927bc6 [2021-03-02T17:52:45.842Z] Step 18/21 : CMD ["--init=true"] [2021-03-02T17:52:46.130Z] Removing intermediate container ae1504d2f409 [2021-03-02T17:52:46.130Z] ---> Running in f86c9097fad4 [2021-03-02T17:52:46.130Z] ---> 4de214e285f5 [2021-03-02T17:52:46.130Z] [2021-03-02T17:52:46.130Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T17:52:46.130Z] ---> d10569e2745f [2021-03-02T17:52:46.130Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-02T17:52:46.130Z] ---> Using cache [2021-03-02T17:52:46.130Z] ---> c12245e311da [2021-03-02T17:52:46.130Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:52:46.130Z] ---> Using cache [2021-03-02T17:52:46.130Z] ---> d230f30b78c1 [2021-03-02T17:52:46.130Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-02T17:52:46.411Z] ---> Running in a3e2fdfc5784 [2021-03-02T17:52:47.032Z] Removing intermediate container f86c9097fad4 [2021-03-02T17:52:47.032Z] ---> 4220f1957fa9 [2021-03-02T17:52:47.032Z] Step 19/21 : LABEL arch=arm64 [2021-03-02T17:52:47.032Z] ---> Running in ad6a74f38147 [2021-03-02T17:52:47.323Z] Removing intermediate container a3e2fdfc5784 [2021-03-02T17:52:47.323Z] ---> 6bd0eb7e995d [2021-03-02T17:52:47.323Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T17:52:47.323Z] ---> Running in 2d0ba4400a88 [2021-03-02T17:52:47.931Z] Removing intermediate container ad6a74f38147 [2021-03-02T17:52:47.931Z] ---> 1a5b5c0ff0ca [2021-03-02T17:52:47.931Z] Step 20/21 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:52:48.210Z] ---> Running in 86649300e837 [2021-03-02T17:52:48.210Z] Removing intermediate container 2d0ba4400a88 [2021-03-02T17:52:48.210Z] ---> 0d7637c8f104 [2021-03-02T17:52:48.210Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:52:49.213Z] Removing intermediate container 86649300e837 [2021-03-02T17:52:49.213Z] ---> 919b54a18d3c [2021-03-02T17:52:49.213Z] Step 21/21 : LABEL version=2.0.0-dev.110 [2021-03-02T17:52:49.496Z] ---> Running in 580ac6f2a17d [2021-03-02T17:52:49.777Z] ---> 84c57b68637f [2021-03-02T17:52:49.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-02T17:52:50.387Z] Removing intermediate container 580ac6f2a17d [2021-03-02T17:52:50.387Z] ---> 6d82bfd9ddbf [2021-03-02T17:52:50.387Z] [2021-03-02T17:52:50.673Z] Successfully built 6d82bfd9ddbf [2021-03-02T17:52:50.960Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-02T17:52:51.950Z]  Building docker-security-proxy-setup-go ... done  ---> 9453b8115d7a [2021-03-02T17:52:51.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-02T17:52:53.437Z] ---> 43663b03cf00 [2021-03-02T17:52:53.437Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-02T17:52:53.437Z] ---> Running in 6965eb403c54 [2021-03-02T17:52:54.046Z] Removing intermediate container 6965eb403c54 [2021-03-02T17:52:54.046Z] ---> 7df70007aca0 [2021-03-02T17:52:54.046Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:52:54.323Z] ---> Running in e1c86defbb2f [2021-03-02T17:52:54.932Z] Removing intermediate container e1c86defbb2f [2021-03-02T17:52:54.932Z] ---> 30b07e8d8d96 [2021-03-02T17:52:54.932Z] Step 20/22 : LABEL arch=arm64 [2021-03-02T17:52:54.932Z] ---> Running in 8add9bb83cc9 [2021-03-02T17:52:55.540Z] Removing intermediate container 8add9bb83cc9 [2021-03-02T17:52:55.540Z] ---> 7ef1f573777a [2021-03-02T17:52:55.540Z] Step 21/22 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:52:55.816Z] ---> Running in 30c814945467 [2021-03-02T17:52:56.421Z] Removing intermediate container 30c814945467 [2021-03-02T17:52:56.421Z] ---> 51fb868f5a3a [2021-03-02T17:52:56.421Z] Step 22/22 : LABEL version=2.0.0-dev.110 [2021-03-02T17:52:56.698Z] ---> Running in bc6ee0827df1 [2021-03-02T17:52:57.303Z] Removing intermediate container bc6ee0827df1 [2021-03-02T17:52:57.303Z] ---> c7636ba882c9 [2021-03-02T17:52:57.303Z] [2021-03-02T17:52:57.911Z] Successfully built c7636ba882c9 [2021-03-02T17:52:57.911Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-02T17:53:04.672Z]  Building docker-support-scheduler-go ... done Removing intermediate container 654cf19396c6 [2021-03-02T17:53:04.672Z] ---> b46340b89d03 [2021-03-02T17:53:04.672Z] [2021-03-02T17:53:04.672Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T17:53:04.672Z] ---> d10569e2745f [2021-03-02T17:53:04.672Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-02T17:53:04.672Z] ---> Running in 1dc8b9d48e82 [2021-03-02T17:53:05.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:53:05.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:53:06.341Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-02T17:53:06.341Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-02T17:53:06.341Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:53:06.341Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T17:53:06.341Z] OK: 6 MiB in 16 packages [2021-03-02T17:53:08.424Z] Removing intermediate container 1dc8b9d48e82 [2021-03-02T17:53:08.424Z] ---> f85b917c22c9 [2021-03-02T17:53:08.424Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T17:53:08.424Z] ---> Running in 6251a8c94304 [2021-03-02T17:53:09.037Z] Removing intermediate container 6251a8c94304 [2021-03-02T17:53:09.037Z] ---> f8ecc892405e [2021-03-02T17:53:09.037Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-02T17:53:09.037Z] ---> Running in ce03dc841e1b [2021-03-02T17:53:09.639Z] Removing intermediate container ce03dc841e1b [2021-03-02T17:53:09.639Z] ---> ad97cc541a75 [2021-03-02T17:53:09.639Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T17:53:09.639Z] ---> Running in f3d39f7f20f0 [2021-03-02T17:53:10.242Z] Removing intermediate container f3d39f7f20f0 [2021-03-02T17:53:10.242Z] ---> 537918a98a9b [2021-03-02T17:53:10.242Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:53:11.242Z] ---> 09510db38ff7 [2021-03-02T17:53:11.242Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-02T17:53:13.236Z] ---> 50b2af32167e [2021-03-02T17:53:13.236Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-02T17:53:13.236Z] Removing intermediate container be49dc393672 [2021-03-02T17:53:13.236Z] ---> bc0f6346179b [2021-03-02T17:53:13.236Z] [2021-03-02T17:53:13.236Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T17:53:13.236Z] ---> d10569e2745f [2021-03-02T17:53:13.236Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-02T17:53:13.513Z] ---> Running in 0dae0f2705fc [2021-03-02T17:53:13.787Z] ---> 7d6ef2a3939b [2021-03-02T17:53:13.787Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-02T17:53:13.787Z] ---> Running in f7c15ae4cf4b [2021-03-02T17:53:14.060Z] Removing intermediate container 0dae0f2705fc [2021-03-02T17:53:14.060Z] ---> 3195b0d8d8c8 [2021-03-02T17:53:14.060Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-02T17:53:14.060Z] ---> Running in bd52dd77910e [2021-03-02T17:53:14.331Z] Removing intermediate container f7c15ae4cf4b [2021-03-02T17:53:14.331Z] ---> 5a06cbfae34c [2021-03-02T17:53:14.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:53:14.603Z] ---> Running in e08651746b14 [2021-03-02T17:53:14.603Z] Removing intermediate container bd52dd77910e [2021-03-02T17:53:14.603Z] ---> cb995ff0bf8b [2021-03-02T17:53:14.603Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-02T17:53:14.875Z] ---> Running in 0024eb7bf9f9 [2021-03-02T17:53:15.148Z] Removing intermediate container e08651746b14 [2021-03-02T17:53:15.148Z] ---> cd98024de9d6 [2021-03-02T17:53:15.148Z] Step 20/22 : LABEL arch=arm64 [2021-03-02T17:53:15.148Z] ---> Running in 8f8be8a238d6 [2021-03-02T17:53:15.422Z] Removing intermediate container 0024eb7bf9f9 [2021-03-02T17:53:15.422Z] ---> 4c80a64f52dd [2021-03-02T17:53:15.422Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T17:53:15.422Z] ---> Running in 8baee16bf874 [2021-03-02T17:53:15.701Z] Removing intermediate container 8f8be8a238d6 [2021-03-02T17:53:15.701Z] ---> 5379e217feb2 [2021-03-02T17:53:15.701Z] Step 21/22 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:15.975Z] ---> Running in b0115169a125 [2021-03-02T17:53:16.251Z] Removing intermediate container b0115169a125 [2021-03-02T17:53:16.251Z] ---> b078ed385e8a [2021-03-02T17:53:16.251Z] Step 22/22 : LABEL version=2.0.0-dev.110 [2021-03-02T17:53:16.524Z] ---> Running in 96ca5af91591 [2021-03-02T17:53:17.124Z] Removing intermediate container 96ca5af91591 [2021-03-02T17:53:17.124Z] ---> 793e30aa8f82 [2021-03-02T17:53:17.124Z] [2021-03-02T17:53:17.393Z] Successfully built 793e30aa8f82 [2021-03-02T17:53:17.393Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-02T17:53:17.989Z]  Building docker-support-notifications-go ... done Removing intermediate container 8baee16bf874 [2021-03-02T17:53:17.989Z] ---> 7a7e2de7b6a9 [2021-03-02T17:53:17.989Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-02T17:53:17.989Z] ---> Running in 7bedcee2f550 [2021-03-02T17:53:18.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T17:53:19.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T17:53:20.522Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-02T17:53:20.522Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-02T17:53:20.793Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-02T17:53:20.793Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-02T17:53:21.062Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T17:53:21.062Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-02T17:53:21.335Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T17:53:21.335Z] OK: 8 MiB in 20 packages [2021-03-02T17:53:22.773Z] Removing intermediate container 7bedcee2f550 [2021-03-02T17:53:22.773Z] ---> 36ce921f89a2 [2021-03-02T17:53:22.773Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T17:53:23.368Z] ---> 8c3d08f7a442 [2021-03-02T17:53:23.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-02T17:53:24.820Z] ---> b793ff0a81ab [2021-03-02T17:53:24.820Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-02T17:53:25.421Z] ---> 95ce5f32d821 [2021-03-02T17:53:25.421Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-02T17:53:25.421Z] ---> Running in f75be62062cf [2021-03-02T17:53:26.022Z] Removing intermediate container f75be62062cf [2021-03-02T17:53:26.022Z] ---> 52ca2eab4535 [2021-03-02T17:53:26.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T17:53:26.022Z] ---> Running in 91eccb2bb560 [2021-03-02T17:53:26.621Z] Removing intermediate container 91eccb2bb560 [2021-03-02T17:53:26.621Z] ---> 04060bcbffbc [2021-03-02T17:53:26.621Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T17:53:26.621Z] ---> Running in 1700f1df6e63 [2021-03-02T17:53:27.220Z] Removing intermediate container 1700f1df6e63 [2021-03-02T17:53:27.220Z] ---> de2a389afeaf [2021-03-02T17:53:27.220Z] Step 22/23 : LABEL git_sha=f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:27.220Z] ---> Running in c3331c3446ae [2021-03-02T17:53:27.816Z] Removing intermediate container c3331c3446ae [2021-03-02T17:53:27.816Z] ---> d7726ab9d3d1 [2021-03-02T17:53:27.816Z] Step 23/23 : LABEL version=2.0.0-dev.110 [2021-03-02T17:53:27.816Z] ---> Running in ab5bae80d9c1 [2021-03-02T17:53:28.415Z] Removing intermediate container ab5bae80d9c1 [2021-03-02T17:53:28.415Z] ---> fca22d9a9389 [2021-03-02T17:53:28.415Z] [2021-03-02T17:53:28.690Z] Successfully built fca22d9a9389 [2021-03-02T17:53:28.690Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-02T17:53:28.981Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-02T17:53:28.983Z] $ docker stop --time=1 02f8a8045021647e04d9a15fec31e028a50bfe15928ce353f9a537100c6a8fbe [2021-03-02T17:53:30.947Z] $ docker rm -f 02f8a8045021647e04d9a15fec31e028a50bfe15928ce353f9a537100c6a8fbe [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T17:53:31.668Z] + + grepdocker docker images [2021-03-02T17:53:31.668Z] [2021-03-02T17:53:31.941Z] docker-core-data-go-arm64 latest fca22d9a9389 3 seconds ago 21.1MB [2021-03-02T17:53:31.941Z] docker-support-notifications-go-arm64 latest 793e30aa8f82 15 seconds ago 16.8MB [2021-03-02T17:53:31.941Z] docker-support-scheduler-go-arm64 latest c7636ba882c9 34 seconds ago 16.3MB [2021-03-02T17:53:31.941Z] docker-security-proxy-setup-go-arm64 latest 6d82bfd9ddbf 42 seconds ago 23.4MB [2021-03-02T17:53:31.941Z] docker-sys-mgmt-agent-go-arm64 latest 76a3dd5d108d About a minute ago 300MB [2021-03-02T17:53:31.941Z] docker-security-bootstrapper-go-arm64 latest 4457b8ae94d8 2 minutes ago 17.6MB [2021-03-02T17:53:31.941Z] docker-security-secretstore-setup-go-arm64 latest d888c3c6f542 3 minutes ago 23.7MB [2021-03-02T17:53:31.941Z] docker-core-metadata-go-arm64 latest da07b3eb1595 3 minutes ago 17.9MB [2021-03-02T17:53:31.941Z] docker-core-command-go-arm64 latest 79e204701611 3 minutes ago 16.2MB [2021-03-02T17:53:31.941Z] docker 20.10.0 eeaf43b92773 2 months 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-03-02T17:53:32.511Z] provisioning config files... [2021-03-02T17:53:32.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/376@tmp/config1819080090974779419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:53:32.957Z] ---> docker-login.sh [2021-03-02T17:53:32.957Z] nexus3.edgexfoundry.org:10001 [2021-03-02T17:53:33.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:53:33.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:53:33.501Z] Configure a credential helper to remove this warning. See [2021-03-02T17:53:33.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:53:33.501Z] [2021-03-02T17:53:33.501Z] Login Succeeded [2021-03-02T17:53:33.501Z] nexus3.edgexfoundry.org:10002 [2021-03-02T17:53:33.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:53:34.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:53:34.052Z] Configure a credential helper to remove this warning. See [2021-03-02T17:53:34.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:53:34.052Z] [2021-03-02T17:53:34.052Z] Login Succeeded [2021-03-02T17:53:34.052Z] nexus3.edgexfoundry.org:10003 [2021-03-02T17:53:34.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:53:34.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:53:34.645Z] Configure a credential helper to remove this warning. See [2021-03-02T17:53:34.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:53:34.645Z] [2021-03-02T17:53:34.645Z] Login Succeeded [2021-03-02T17:53:34.645Z] nexus3.edgexfoundry.org:10004 [2021-03-02T17:53:35.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:53:35.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:53:35.240Z] Configure a credential helper to remove this warning. See [2021-03-02T17:53:35.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:53:35.240Z] [2021-03-02T17:53:35.240Z] Login Succeeded [2021-03-02T17:53:35.240Z] docker.io [2021-03-02T17:53:35.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T17:53:36.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T17:53:36.108Z] Configure a credential helper to remove this warning. See [2021-03-02T17:53:36.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T17:53:36.108Z] [2021-03-02T17:53:36.108Z] Login Succeeded [2021-03-02T17:53:36.108Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T17:53:36.126Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:53:36.355Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-02T17:53:36.355Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:36.355Z] 2.0.0-dev.110 [2021-03-02T17:53:36.355Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:36.355Z] master [2021-03-02T17:53:36.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:36.887Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:37.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:37.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-02T17:53:37.226Z] eec69d231d06: Preparing [2021-03-02T17:53:37.226Z] 3b4aed2ff2ae: Preparing [2021-03-02T17:53:37.226Z] c35ad8725604: Preparing [2021-03-02T17:53:37.226Z] 2d9ef0192964: Preparing [2021-03-02T17:53:37.226Z] 02a88cfff88f: Preparing [2021-03-02T17:53:37.498Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:37.498Z] 2d9ef0192964: Pushed [2021-03-02T17:53:37.498Z] c35ad8725604: Pushed [2021-03-02T17:53:37.498Z] eec69d231d06: Pushed [2021-03-02T17:53:40.880Z] 3b4aed2ff2ae: Pushed [2021-03-02T17:53:40.880Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:d4ad2e55c773291458b136f193b3e21d3d42177a8c41c66cfb2ed280f8e6e410 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:41.236Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:41.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:41.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-02T17:53:41.577Z] eec69d231d06: Preparing [2021-03-02T17:53:41.577Z] 3b4aed2ff2ae: Preparing [2021-03-02T17:53:41.577Z] c35ad8725604: Preparing [2021-03-02T17:53:41.577Z] 2d9ef0192964: Preparing [2021-03-02T17:53:41.577Z] 02a88cfff88f: Preparing [2021-03-02T17:53:41.846Z] eec69d231d06: Layer already exists [2021-03-02T17:53:41.846Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:41.846Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:41.846Z] c35ad8725604: Layer already exists [2021-03-02T17:53:41.846Z] 3b4aed2ff2ae: Layer already exists [2021-03-02T17:53:41.846Z] 2.0.0-dev.110: digest: sha256:d4ad2e55c773291458b136f193b3e21d3d42177a8c41c66cfb2ed280f8e6e410 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:42.199Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:42.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:42.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-02T17:53:42.539Z] eec69d231d06: Preparing [2021-03-02T17:53:42.539Z] 3b4aed2ff2ae: Preparing [2021-03-02T17:53:42.539Z] c35ad8725604: Preparing [2021-03-02T17:53:42.539Z] 2d9ef0192964: Preparing [2021-03-02T17:53:42.539Z] 02a88cfff88f: Preparing [2021-03-02T17:53:42.812Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:42.812Z] eec69d231d06: Layer already exists [2021-03-02T17:53:42.812Z] 3b4aed2ff2ae: Layer already exists [2021-03-02T17:53:42.812Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:42.812Z] c35ad8725604: Layer already exists [2021-03-02T17:53:42.812Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:d4ad2e55c773291458b136f193b3e21d3d42177a8c41c66cfb2ed280f8e6e410 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:43.161Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:43.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-02T17:53:43.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-02T17:53:43.500Z] eec69d231d06: Preparing [2021-03-02T17:53:43.500Z] 3b4aed2ff2ae: Preparing [2021-03-02T17:53:43.500Z] c35ad8725604: Preparing [2021-03-02T17:53:43.500Z] 2d9ef0192964: Preparing [2021-03-02T17:53:43.500Z] 02a88cfff88f: Preparing [2021-03-02T17:53:43.500Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:43.500Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:43.771Z] 3b4aed2ff2ae: Layer already exists [2021-03-02T17:53:43.771Z] c35ad8725604: Layer already exists [2021-03-02T17:53:43.771Z] eec69d231d06: Layer already exists [2021-03-02T17:53:43.771Z] master: digest: sha256:d4ad2e55c773291458b136f193b3e21d3d42177a8c41c66cfb2ed280f8e6e410 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:53:43.995Z] ===================================================== [Pipeline] echo [2021-03-02T17:53:44.047Z] taggedImages: [2021-03-02T17:53:44.047Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:44.047Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:44.047Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:44.047Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-02T17:53:44.130Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-02T17:53:44.130Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:44.130Z] 2.0.0-dev.110 [2021-03-02T17:53:44.130Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:44.130Z] master [2021-03-02T17:53:44.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:44.647Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:44.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:44.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-02T17:53:44.983Z] 554f6f7d2a7c: Preparing [2021-03-02T17:53:44.983Z] 685da66cf4d7: Preparing [2021-03-02T17:53:44.983Z] c35ad8725604: Preparing [2021-03-02T17:53:44.983Z] 5bd6d333e394: Preparing [2021-03-02T17:53:44.983Z] 2b0ece0a6a06: Preparing [2021-03-02T17:53:44.983Z] 02a88cfff88f: Preparing [2021-03-02T17:53:44.983Z] 02a88cfff88f: Waiting [2021-03-02T17:53:45.255Z] c35ad8725604: Layer already exists [2021-03-02T17:53:45.255Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:45.527Z] 554f6f7d2a7c: Pushed [2021-03-02T17:53:45.527Z] 2b0ece0a6a06: Pushed [2021-03-02T17:53:46.120Z] 5bd6d333e394: Pushed [2021-03-02T17:53:48.095Z] 685da66cf4d7: Pushed [2021-03-02T17:53:48.370Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:6255eeacf58b9f2800b0a070ed9cdf0d95250910f5b72c00ecd6965256bc7dce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:48.722Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:49.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:49.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-02T17:53:49.073Z] 554f6f7d2a7c: Preparing [2021-03-02T17:53:49.073Z] 685da66cf4d7: Preparing [2021-03-02T17:53:49.073Z] c35ad8725604: Preparing [2021-03-02T17:53:49.073Z] 5bd6d333e394: Preparing [2021-03-02T17:53:49.073Z] 2b0ece0a6a06: Preparing [2021-03-02T17:53:49.073Z] 02a88cfff88f: Preparing [2021-03-02T17:53:49.073Z] 02a88cfff88f: Waiting [2021-03-02T17:53:49.350Z] 5bd6d333e394: Layer already exists [2021-03-02T17:53:49.350Z] 685da66cf4d7: Layer already exists [2021-03-02T17:53:49.350Z] 554f6f7d2a7c: Layer already exists [2021-03-02T17:53:49.350Z] 2b0ece0a6a06: Layer already exists [2021-03-02T17:53:49.350Z] c35ad8725604: Layer already exists [2021-03-02T17:53:49.350Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:49.350Z] 2.0.0-dev.110: digest: sha256:6255eeacf58b9f2800b0a070ed9cdf0d95250910f5b72c00ecd6965256bc7dce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:49.718Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:50.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:50.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-02T17:53:50.075Z] 554f6f7d2a7c: Preparing [2021-03-02T17:53:50.075Z] 685da66cf4d7: Preparing [2021-03-02T17:53:50.075Z] c35ad8725604: Preparing [2021-03-02T17:53:50.075Z] 5bd6d333e394: Preparing [2021-03-02T17:53:50.075Z] 2b0ece0a6a06: Preparing [2021-03-02T17:53:50.075Z] 02a88cfff88f: Preparing [2021-03-02T17:53:50.075Z] 02a88cfff88f: Waiting [2021-03-02T17:53:50.344Z] 685da66cf4d7: Layer already exists [2021-03-02T17:53:50.344Z] 2b0ece0a6a06: Layer already exists [2021-03-02T17:53:50.344Z] 554f6f7d2a7c: Layer already exists [2021-03-02T17:53:50.344Z] c35ad8725604: Layer already exists [2021-03-02T17:53:50.344Z] 5bd6d333e394: Layer already exists [2021-03-02T17:53:50.344Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:50.344Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:6255eeacf58b9f2800b0a070ed9cdf0d95250910f5b72c00ecd6965256bc7dce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:50.682Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:51.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-02T17:53:51.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-02T17:53:51.027Z] 554f6f7d2a7c: Preparing [2021-03-02T17:53:51.027Z] 685da66cf4d7: Preparing [2021-03-02T17:53:51.027Z] c35ad8725604: Preparing [2021-03-02T17:53:51.027Z] 5bd6d333e394: Preparing [2021-03-02T17:53:51.027Z] 2b0ece0a6a06: Preparing [2021-03-02T17:53:51.027Z] 02a88cfff88f: Preparing [2021-03-02T17:53:51.027Z] 02a88cfff88f: Waiting [2021-03-02T17:53:51.297Z] 5bd6d333e394: Layer already exists [2021-03-02T17:53:51.297Z] 2b0ece0a6a06: Layer already exists [2021-03-02T17:53:51.297Z] 685da66cf4d7: Layer already exists [2021-03-02T17:53:51.297Z] c35ad8725604: Layer already exists [2021-03-02T17:53:51.297Z] 554f6f7d2a7c: Layer already exists [2021-03-02T17:53:51.297Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:51.297Z] master: digest: sha256:6255eeacf58b9f2800b0a070ed9cdf0d95250910f5b72c00ecd6965256bc7dce size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:53:51.495Z] ===================================================== [Pipeline] echo [2021-03-02T17:53:51.545Z] taggedImages: [2021-03-02T17:53:51.545Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:51.545Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:51.545Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:51.545Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-02T17:53:51.615Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-02T17:53:51.615Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:51.615Z] 2.0.0-dev.110 [2021-03-02T17:53:51.615Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:51.615Z] master [2021-03-02T17:53:51.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:52.123Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:52.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:52.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-02T17:53:52.492Z] 066f25d024ce: Preparing [2021-03-02T17:53:52.492Z] 43af87bf8d20: Preparing [2021-03-02T17:53:52.492Z] c35ad8725604: Preparing [2021-03-02T17:53:52.492Z] 2d9ef0192964: Preparing [2021-03-02T17:53:52.492Z] 02a88cfff88f: Preparing [2021-03-02T17:53:52.763Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:52.763Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:52.763Z] c35ad8725604: Layer already exists [2021-03-02T17:53:52.763Z] 066f25d024ce: Pushed [2021-03-02T17:53:56.133Z] 43af87bf8d20: Pushed [2021-03-02T17:53:56.133Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:55c9b7593d0e369952d5a75f2323750d57fcf08e6a8325d156d0302adef786ac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:56.475Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:56.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:56.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-02T17:53:56.809Z] 066f25d024ce: Preparing [2021-03-02T17:53:56.809Z] 43af87bf8d20: Preparing [2021-03-02T17:53:56.809Z] c35ad8725604: Preparing [2021-03-02T17:53:56.809Z] 2d9ef0192964: Preparing [2021-03-02T17:53:56.809Z] 02a88cfff88f: Preparing [2021-03-02T17:53:56.809Z] 43af87bf8d20: Layer already exists [2021-03-02T17:53:56.809Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:56.809Z] c35ad8725604: Layer already exists [2021-03-02T17:53:56.809Z] 066f25d024ce: Layer already exists [2021-03-02T17:53:56.809Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:57.079Z] 2.0.0-dev.110: digest: sha256:55c9b7593d0e369952d5a75f2323750d57fcf08e6a8325d156d0302adef786ac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:57.424Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:57.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:57.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-02T17:53:57.760Z] 066f25d024ce: Preparing [2021-03-02T17:53:57.760Z] 43af87bf8d20: Preparing [2021-03-02T17:53:57.760Z] c35ad8725604: Preparing [2021-03-02T17:53:57.760Z] 2d9ef0192964: Preparing [2021-03-02T17:53:57.760Z] 02a88cfff88f: Preparing [2021-03-02T17:53:57.760Z] c35ad8725604: Layer already exists [2021-03-02T17:53:57.760Z] 066f25d024ce: Layer already exists [2021-03-02T17:53:57.760Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:57.760Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:57.760Z] 43af87bf8d20: Layer already exists [2021-03-02T17:53:58.030Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:55c9b7593d0e369952d5a75f2323750d57fcf08e6a8325d156d0302adef786ac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:58.375Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:58.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-02T17:53:58.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-02T17:53:58.709Z] 066f25d024ce: Preparing [2021-03-02T17:53:58.709Z] 43af87bf8d20: Preparing [2021-03-02T17:53:58.709Z] c35ad8725604: Preparing [2021-03-02T17:53:58.709Z] 2d9ef0192964: Preparing [2021-03-02T17:53:58.709Z] 02a88cfff88f: Preparing [2021-03-02T17:53:58.981Z] 066f25d024ce: Layer already exists [2021-03-02T17:53:58.981Z] c35ad8725604: Layer already exists [2021-03-02T17:53:58.981Z] 43af87bf8d20: Layer already exists [2021-03-02T17:53:58.981Z] 2d9ef0192964: Layer already exists [2021-03-02T17:53:58.981Z] 02a88cfff88f: Layer already exists [2021-03-02T17:53:58.981Z] master: digest: sha256:55c9b7593d0e369952d5a75f2323750d57fcf08e6a8325d156d0302adef786ac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:53:59.163Z] ===================================================== [Pipeline] echo [2021-03-02T17:53:59.212Z] taggedImages: [2021-03-02T17:53:59.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:59.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.110 [2021-03-02T17:53:59.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:59.212Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-02T17:53:59.279Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-02T17:53:59.279Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:53:59.279Z] 2.0.0-dev.110 [2021-03-02T17:53:59.279Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:53:59.279Z] master [2021-03-02T17:53:59.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:53:59.793Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:00.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:00.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-02T17:54:00.132Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:00.132Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:00.132Z] 70f0e86e4d5c: Preparing [2021-03-02T17:54:00.132Z] fc9cea638156: Preparing [2021-03-02T17:54:00.132Z] af6fd9c2d116: Preparing [2021-03-02T17:54:00.132Z] c35ad8725604: Preparing [2021-03-02T17:54:00.132Z] f0036eab05b5: Preparing [2021-03-02T17:54:00.132Z] f0036eab05b5: Preparing [2021-03-02T17:54:00.132Z] 338075ad9384: Preparing [2021-03-02T17:54:00.132Z] 32dc9335a800: Preparing [2021-03-02T17:54:00.132Z] 02a88cfff88f: Preparing [2021-03-02T17:54:00.132Z] 338075ad9384: Waiting [2021-03-02T17:54:00.132Z] 32dc9335a800: Waiting [2021-03-02T17:54:00.132Z] 02a88cfff88f: Waiting [2021-03-02T17:54:00.403Z] c35ad8725604: Layer already exists [2021-03-02T17:54:00.403Z] 70f0e86e4d5c: Pushed [2021-03-02T17:54:00.403Z] fc9cea638156: Pushed [2021-03-02T17:54:00.403Z] 08ee6cb7a0ef: Pushed [2021-03-02T17:54:00.403Z] f0036eab05b5: Pushed [2021-03-02T17:54:00.675Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:00.675Z] 338075ad9384: Pushed [2021-03-02T17:54:00.675Z] 32dc9335a800: Pushed [2021-03-02T17:54:04.056Z] af6fd9c2d116: Pushed [2021-03-02T17:54:04.056Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:c9845f7b70f410d3c911b45979307fc7b8a5e6dd44b467befd600bec0b451d45 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:04.405Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:04.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:04.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-02T17:54:04.741Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:04.741Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:04.741Z] 70f0e86e4d5c: Preparing [2021-03-02T17:54:04.741Z] fc9cea638156: Preparing [2021-03-02T17:54:04.741Z] af6fd9c2d116: Preparing [2021-03-02T17:54:04.741Z] c35ad8725604: Preparing [2021-03-02T17:54:04.741Z] f0036eab05b5: Preparing [2021-03-02T17:54:04.741Z] f0036eab05b5: Preparing [2021-03-02T17:54:04.741Z] 338075ad9384: Preparing [2021-03-02T17:54:04.741Z] 32dc9335a800: Preparing [2021-03-02T17:54:04.741Z] 02a88cfff88f: Preparing [2021-03-02T17:54:04.741Z] f0036eab05b5: Waiting [2021-03-02T17:54:04.741Z] 338075ad9384: Waiting [2021-03-02T17:54:04.741Z] 32dc9335a800: Waiting [2021-03-02T17:54:04.741Z] 02a88cfff88f: Waiting [2021-03-02T17:54:05.013Z] c35ad8725604: Layer already exists [2021-03-02T17:54:05.013Z] 70f0e86e4d5c: Layer already exists [2021-03-02T17:54:05.013Z] fc9cea638156: Layer already exists [2021-03-02T17:54:05.013Z] af6fd9c2d116: Layer already exists [2021-03-02T17:54:05.013Z] 08ee6cb7a0ef: Layer already exists [2021-03-02T17:54:05.013Z] f0036eab05b5: Layer already exists [2021-03-02T17:54:05.013Z] 338075ad9384: Layer already exists [2021-03-02T17:54:05.013Z] 32dc9335a800: Layer already exists [2021-03-02T17:54:05.013Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:05.013Z] 2.0.0-dev.110: digest: sha256:c9845f7b70f410d3c911b45979307fc7b8a5e6dd44b467befd600bec0b451d45 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:05.356Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:05.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:05.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-02T17:54:05.690Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:05.690Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:05.690Z] 70f0e86e4d5c: Preparing [2021-03-02T17:54:05.690Z] fc9cea638156: Preparing [2021-03-02T17:54:05.690Z] af6fd9c2d116: Preparing [2021-03-02T17:54:05.690Z] c35ad8725604: Preparing [2021-03-02T17:54:05.690Z] f0036eab05b5: Preparing [2021-03-02T17:54:05.690Z] f0036eab05b5: Preparing [2021-03-02T17:54:05.690Z] 338075ad9384: Preparing [2021-03-02T17:54:05.690Z] 32dc9335a800: Preparing [2021-03-02T17:54:05.690Z] 02a88cfff88f: Preparing [2021-03-02T17:54:05.690Z] 338075ad9384: Waiting [2021-03-02T17:54:05.690Z] 32dc9335a800: Waiting [2021-03-02T17:54:05.690Z] 02a88cfff88f: Waiting [2021-03-02T17:54:05.690Z] f0036eab05b5: Waiting [2021-03-02T17:54:05.961Z] 08ee6cb7a0ef: Layer already exists [2021-03-02T17:54:05.961Z] fc9cea638156: Layer already exists [2021-03-02T17:54:05.961Z] c35ad8725604: Layer already exists [2021-03-02T17:54:05.961Z] af6fd9c2d116: Layer already exists [2021-03-02T17:54:05.961Z] 70f0e86e4d5c: Layer already exists [2021-03-02T17:54:05.961Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:05.961Z] f0036eab05b5: Layer already exists [2021-03-02T17:54:05.961Z] 338075ad9384: Layer already exists [2021-03-02T17:54:05.961Z] 32dc9335a800: Layer already exists [2021-03-02T17:54:05.961Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:c9845f7b70f410d3c911b45979307fc7b8a5e6dd44b467befd600bec0b451d45 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:06.302Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:06.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-02T17:54:06.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-02T17:54:06.639Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:06.639Z] 08ee6cb7a0ef: Preparing [2021-03-02T17:54:06.639Z] 70f0e86e4d5c: Preparing [2021-03-02T17:54:06.639Z] fc9cea638156: Preparing [2021-03-02T17:54:06.639Z] af6fd9c2d116: Preparing [2021-03-02T17:54:06.639Z] c35ad8725604: Preparing [2021-03-02T17:54:06.639Z] f0036eab05b5: Preparing [2021-03-02T17:54:06.639Z] f0036eab05b5: Preparing [2021-03-02T17:54:06.639Z] 338075ad9384: Preparing [2021-03-02T17:54:06.639Z] 32dc9335a800: Preparing [2021-03-02T17:54:06.639Z] 02a88cfff88f: Preparing [2021-03-02T17:54:06.639Z] f0036eab05b5: Waiting [2021-03-02T17:54:06.639Z] 338075ad9384: Waiting [2021-03-02T17:54:06.639Z] 32dc9335a800: Waiting [2021-03-02T17:54:06.639Z] 02a88cfff88f: Waiting [2021-03-02T17:54:06.639Z] fc9cea638156: Layer already exists [2021-03-02T17:54:06.909Z] 08ee6cb7a0ef: Layer already exists [2021-03-02T17:54:06.909Z] c35ad8725604: Layer already exists [2021-03-02T17:54:06.909Z] 70f0e86e4d5c: Layer already exists [2021-03-02T17:54:06.909Z] af6fd9c2d116: Layer already exists [2021-03-02T17:54:06.909Z] 32dc9335a800: Layer already exists [2021-03-02T17:54:06.909Z] f0036eab05b5: Layer already exists [2021-03-02T17:54:06.909Z] 338075ad9384: Layer already exists [2021-03-02T17:54:06.909Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:06.909Z] master: digest: sha256:c9845f7b70f410d3c911b45979307fc7b8a5e6dd44b467befd600bec0b451d45 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:07.108Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:07.156Z] taggedImages: [2021-03-02T17:54:07.156Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:07.156Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:07.156Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:07.156Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-02T17:54:07.226Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-02T17:54:07.226Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:07.226Z] 2.0.0-dev.110 [2021-03-02T17:54:07.226Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:07.226Z] master [2021-03-02T17:54:07.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:07.740Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:08.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:08.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-02T17:54:08.077Z] 3917469171d1: Preparing [2021-03-02T17:54:08.077Z] deca74450991: Preparing [2021-03-02T17:54:08.077Z] 5ae433dd2d0e: Preparing [2021-03-02T17:54:08.077Z] f94dba6c5bd1: Preparing [2021-03-02T17:54:08.077Z] 6b2576390c1e: Preparing [2021-03-02T17:54:08.077Z] 02a88cfff88f: Preparing [2021-03-02T17:54:08.077Z] 02a88cfff88f: Waiting [2021-03-02T17:54:08.366Z] 5ae433dd2d0e: Pushed [2021-03-02T17:54:08.366Z] f94dba6c5bd1: Pushed [2021-03-02T17:54:08.366Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:08.638Z] 6b2576390c1e: Pushed [2021-03-02T17:54:10.605Z] 3917469171d1: Pushed [2021-03-02T17:54:10.605Z] deca74450991: Pushed [2021-03-02T17:54:10.605Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:8f66c0c1fb7f2a26803f2c15906439f5bef131debf4e6833ec5048bec3bad32d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:11.219Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:11.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:11.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-02T17:54:11.561Z] 3917469171d1: Preparing [2021-03-02T17:54:11.561Z] deca74450991: Preparing [2021-03-02T17:54:11.561Z] 5ae433dd2d0e: Preparing [2021-03-02T17:54:11.561Z] f94dba6c5bd1: Preparing [2021-03-02T17:54:11.561Z] 6b2576390c1e: Preparing [2021-03-02T17:54:11.561Z] 02a88cfff88f: Preparing [2021-03-02T17:54:11.561Z] 02a88cfff88f: Waiting [2021-03-02T17:54:11.561Z] deca74450991: Layer already exists [2021-03-02T17:54:11.561Z] f94dba6c5bd1: Layer already exists [2021-03-02T17:54:11.561Z] 6b2576390c1e: Layer already exists [2021-03-02T17:54:11.561Z] 3917469171d1: Layer already exists [2021-03-02T17:54:11.561Z] 5ae433dd2d0e: Layer already exists [2021-03-02T17:54:11.830Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:11.830Z] 2.0.0-dev.110: digest: sha256:8f66c0c1fb7f2a26803f2c15906439f5bef131debf4e6833ec5048bec3bad32d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:12.172Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:12.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:12.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-02T17:54:12.559Z] 3917469171d1: Preparing [2021-03-02T17:54:12.559Z] deca74450991: Preparing [2021-03-02T17:54:12.559Z] 5ae433dd2d0e: Preparing [2021-03-02T17:54:12.559Z] f94dba6c5bd1: Preparing [2021-03-02T17:54:12.559Z] 6b2576390c1e: Preparing [2021-03-02T17:54:12.559Z] 02a88cfff88f: Preparing [2021-03-02T17:54:12.559Z] 02a88cfff88f: Waiting [2021-03-02T17:54:12.838Z] 5ae433dd2d0e: Layer already exists [2021-03-02T17:54:12.838Z] 3917469171d1: Layer already exists [2021-03-02T17:54:12.838Z] f94dba6c5bd1: Layer already exists [2021-03-02T17:54:12.838Z] deca74450991: Layer already exists [2021-03-02T17:54:12.838Z] 6b2576390c1e: Layer already exists [2021-03-02T17:54:12.838Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:12.838Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:8f66c0c1fb7f2a26803f2c15906439f5bef131debf4e6833ec5048bec3bad32d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:13.189Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:13.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-02T17:54:13.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-02T17:54:13.540Z] 3917469171d1: Preparing [2021-03-02T17:54:13.540Z] deca74450991: Preparing [2021-03-02T17:54:13.540Z] 5ae433dd2d0e: Preparing [2021-03-02T17:54:13.540Z] f94dba6c5bd1: Preparing [2021-03-02T17:54:13.540Z] 6b2576390c1e: Preparing [2021-03-02T17:54:13.540Z] 02a88cfff88f: Preparing [2021-03-02T17:54:13.540Z] 02a88cfff88f: Waiting [2021-03-02T17:54:13.819Z] 5ae433dd2d0e: Layer already exists [2021-03-02T17:54:13.819Z] 6b2576390c1e: Layer already exists [2021-03-02T17:54:13.819Z] deca74450991: Layer already exists [2021-03-02T17:54:13.819Z] 3917469171d1: Layer already exists [2021-03-02T17:54:13.819Z] f94dba6c5bd1: Layer already exists [2021-03-02T17:54:13.819Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:13.820Z] master: digest: sha256:8f66c0c1fb7f2a26803f2c15906439f5bef131debf4e6833ec5048bec3bad32d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:14.052Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:14.101Z] taggedImages: [2021-03-02T17:54:14.101Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:14.101Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:14.101Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:14.101Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-02T17:54:14.170Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-02T17:54:14.170Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:14.170Z] 2.0.0-dev.110 [2021-03-02T17:54:14.170Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:14.170Z] master [2021-03-02T17:54:14.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:14.676Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:15.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:15.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-02T17:54:15.013Z] 60270d337854: Preparing [2021-03-02T17:54:15.013Z] b29f6f674300: Preparing [2021-03-02T17:54:15.013Z] 6869890e43e8: Preparing [2021-03-02T17:54:15.013Z] ed8a17a9696e: Preparing [2021-03-02T17:54:15.013Z] 46c2170327dd: Preparing [2021-03-02T17:54:15.013Z] fffc9f203d09: Preparing [2021-03-02T17:54:15.013Z] a6ede675c265: Preparing [2021-03-02T17:54:15.013Z] 6d54a28bd65c: Preparing [2021-03-02T17:54:15.013Z] 02a88cfff88f: Preparing [2021-03-02T17:54:15.013Z] fffc9f203d09: Waiting [2021-03-02T17:54:15.013Z] a6ede675c265: Waiting [2021-03-02T17:54:15.013Z] 6d54a28bd65c: Waiting [2021-03-02T17:54:15.013Z] 02a88cfff88f: Waiting [2021-03-02T17:54:15.285Z] 46c2170327dd: Pushed [2021-03-02T17:54:15.285Z] 60270d337854: Pushed [2021-03-02T17:54:15.285Z] b29f6f674300: Pushed [2021-03-02T17:54:15.560Z] fffc9f203d09: Pushed [2021-03-02T17:54:15.560Z] a6ede675c265: Pushed [2021-03-02T17:54:15.830Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:16.102Z] 6d54a28bd65c: Pushed [2021-03-02T17:54:17.527Z] ed8a17a9696e: Pushed [2021-03-02T17:54:17.528Z] 6869890e43e8: Pushed [2021-03-02T17:54:17.799Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:ccce6d213355f22fe16d47e93b9e84449b7e9452f1c3c40cd014b591ebf5bffc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:18.144Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:18.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:18.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-02T17:54:18.484Z] 60270d337854: Preparing [2021-03-02T17:54:18.484Z] b29f6f674300: Preparing [2021-03-02T17:54:18.484Z] 6869890e43e8: Preparing [2021-03-02T17:54:18.484Z] ed8a17a9696e: Preparing [2021-03-02T17:54:18.484Z] 46c2170327dd: Preparing [2021-03-02T17:54:18.484Z] fffc9f203d09: Preparing [2021-03-02T17:54:18.484Z] a6ede675c265: Preparing [2021-03-02T17:54:18.484Z] 6d54a28bd65c: Preparing [2021-03-02T17:54:18.484Z] 02a88cfff88f: Preparing [2021-03-02T17:54:18.484Z] 6d54a28bd65c: Waiting [2021-03-02T17:54:18.484Z] 02a88cfff88f: Waiting [2021-03-02T17:54:18.484Z] a6ede675c265: Waiting [2021-03-02T17:54:18.484Z] fffc9f203d09: Waiting [2021-03-02T17:54:18.484Z] ed8a17a9696e: Layer already exists [2021-03-02T17:54:18.484Z] b29f6f674300: Layer already exists [2021-03-02T17:54:18.755Z] 60270d337854: Layer already exists [2021-03-02T17:54:18.755Z] 6869890e43e8: Layer already exists [2021-03-02T17:54:18.755Z] 46c2170327dd: Layer already exists [2021-03-02T17:54:18.755Z] fffc9f203d09: Layer already exists [2021-03-02T17:54:18.755Z] a6ede675c265: Layer already exists [2021-03-02T17:54:18.755Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:18.755Z] 6d54a28bd65c: Layer already exists [2021-03-02T17:54:18.755Z] 2.0.0-dev.110: digest: sha256:ccce6d213355f22fe16d47e93b9e84449b7e9452f1c3c40cd014b591ebf5bffc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:19.094Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:19.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:19.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-02T17:54:19.432Z] 60270d337854: Preparing [2021-03-02T17:54:19.432Z] b29f6f674300: Preparing [2021-03-02T17:54:19.432Z] 6869890e43e8: Preparing [2021-03-02T17:54:19.432Z] ed8a17a9696e: Preparing [2021-03-02T17:54:19.432Z] 46c2170327dd: Preparing [2021-03-02T17:54:19.432Z] fffc9f203d09: Preparing [2021-03-02T17:54:19.432Z] a6ede675c265: Preparing [2021-03-02T17:54:19.432Z] 6d54a28bd65c: Preparing [2021-03-02T17:54:19.432Z] 02a88cfff88f: Preparing [2021-03-02T17:54:19.432Z] a6ede675c265: Waiting [2021-03-02T17:54:19.432Z] 6d54a28bd65c: Waiting [2021-03-02T17:54:19.432Z] 02a88cfff88f: Waiting [2021-03-02T17:54:19.432Z] fffc9f203d09: Waiting [2021-03-02T17:54:19.432Z] ed8a17a9696e: Layer already exists [2021-03-02T17:54:19.432Z] 46c2170327dd: Layer already exists [2021-03-02T17:54:19.432Z] 6869890e43e8: Layer already exists [2021-03-02T17:54:19.432Z] 60270d337854: Layer already exists [2021-03-02T17:54:19.432Z] b29f6f674300: Layer already exists [2021-03-02T17:54:19.702Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:19.702Z] fffc9f203d09: Layer already exists [2021-03-02T17:54:19.702Z] a6ede675c265: Layer already exists [2021-03-02T17:54:19.702Z] 6d54a28bd65c: Layer already exists [2021-03-02T17:54:19.702Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:ccce6d213355f22fe16d47e93b9e84449b7e9452f1c3c40cd014b591ebf5bffc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:20.043Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:20.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-02T17:54:20.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-02T17:54:20.376Z] 60270d337854: Preparing [2021-03-02T17:54:20.376Z] b29f6f674300: Preparing [2021-03-02T17:54:20.376Z] 6869890e43e8: Preparing [2021-03-02T17:54:20.376Z] ed8a17a9696e: Preparing [2021-03-02T17:54:20.376Z] 46c2170327dd: Preparing [2021-03-02T17:54:20.376Z] fffc9f203d09: Preparing [2021-03-02T17:54:20.376Z] a6ede675c265: Preparing [2021-03-02T17:54:20.376Z] 6d54a28bd65c: Preparing [2021-03-02T17:54:20.376Z] 02a88cfff88f: Preparing [2021-03-02T17:54:20.376Z] fffc9f203d09: Waiting [2021-03-02T17:54:20.376Z] a6ede675c265: Waiting [2021-03-02T17:54:20.376Z] 6d54a28bd65c: Waiting [2021-03-02T17:54:20.376Z] 02a88cfff88f: Waiting [2021-03-02T17:54:20.648Z] b29f6f674300: Layer already exists [2021-03-02T17:54:20.648Z] 60270d337854: Layer already exists [2021-03-02T17:54:20.648Z] 46c2170327dd: Layer already exists [2021-03-02T17:54:20.648Z] 6869890e43e8: Layer already exists [2021-03-02T17:54:20.648Z] ed8a17a9696e: Layer already exists [2021-03-02T17:54:20.648Z] fffc9f203d09: Layer already exists [2021-03-02T17:54:20.648Z] a6ede675c265: Layer already exists [2021-03-02T17:54:20.648Z] 6d54a28bd65c: Layer already exists [2021-03-02T17:54:20.648Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:20.648Z] master: digest: sha256:ccce6d213355f22fe16d47e93b9e84449b7e9452f1c3c40cd014b591ebf5bffc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:20.919Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:20.967Z] taggedImages: [2021-03-02T17:54:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:20.967Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-02T17:54:21.040Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-02T17:54:21.040Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:21.040Z] 2.0.0-dev.110 [2021-03-02T17:54:21.040Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:21.040Z] master [2021-03-02T17:54:21.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:21.574Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:21.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:21.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-02T17:54:21.913Z] 580f9010f5a2: Preparing [2021-03-02T17:54:21.913Z] dc1d5ce3353a: Preparing [2021-03-02T17:54:21.913Z] c35ad8725604: Preparing [2021-03-02T17:54:21.913Z] ded5af9f490d: Preparing [2021-03-02T17:54:21.913Z] 02a88cfff88f: Preparing [2021-03-02T17:54:22.186Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:22.186Z] c35ad8725604: Layer already exists [2021-03-02T17:54:22.186Z] 580f9010f5a2: Pushed [2021-03-02T17:54:22.457Z] ded5af9f490d: Pushed [2021-03-02T17:54:25.065Z] dc1d5ce3353a: Pushed [2021-03-02T17:54:25.335Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:fadbe0f919afc15ebde4681f4d44b846d81b7e2bccac87fc8d9c82e5aebc5691 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:25.676Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:26.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:26.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-02T17:54:26.013Z] 580f9010f5a2: Preparing [2021-03-02T17:54:26.013Z] dc1d5ce3353a: Preparing [2021-03-02T17:54:26.013Z] c35ad8725604: Preparing [2021-03-02T17:54:26.013Z] ded5af9f490d: Preparing [2021-03-02T17:54:26.013Z] 02a88cfff88f: Preparing [2021-03-02T17:54:26.013Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:26.013Z] c35ad8725604: Layer already exists [2021-03-02T17:54:26.013Z] ded5af9f490d: Layer already exists [2021-03-02T17:54:26.013Z] 580f9010f5a2: Layer already exists [2021-03-02T17:54:26.013Z] dc1d5ce3353a: Layer already exists [2021-03-02T17:54:26.284Z] 2.0.0-dev.110: digest: sha256:fadbe0f919afc15ebde4681f4d44b846d81b7e2bccac87fc8d9c82e5aebc5691 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:26.628Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:26.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:26.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-02T17:54:26.964Z] 580f9010f5a2: Preparing [2021-03-02T17:54:26.964Z] dc1d5ce3353a: Preparing [2021-03-02T17:54:26.964Z] c35ad8725604: Preparing [2021-03-02T17:54:26.964Z] ded5af9f490d: Preparing [2021-03-02T17:54:26.964Z] 02a88cfff88f: Preparing [2021-03-02T17:54:26.964Z] ded5af9f490d: Layer already exists [2021-03-02T17:54:26.964Z] dc1d5ce3353a: Layer already exists [2021-03-02T17:54:26.964Z] 580f9010f5a2: Layer already exists [2021-03-02T17:54:27.236Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:27.236Z] c35ad8725604: Layer already exists [2021-03-02T17:54:27.236Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:fadbe0f919afc15ebde4681f4d44b846d81b7e2bccac87fc8d9c82e5aebc5691 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:27.579Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:27.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-02T17:54:27.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-02T17:54:27.907Z] 580f9010f5a2: Preparing [2021-03-02T17:54:27.907Z] dc1d5ce3353a: Preparing [2021-03-02T17:54:27.907Z] c35ad8725604: Preparing [2021-03-02T17:54:27.907Z] ded5af9f490d: Preparing [2021-03-02T17:54:27.907Z] 02a88cfff88f: Preparing [2021-03-02T17:54:27.907Z] c35ad8725604: Layer already exists [2021-03-02T17:54:27.907Z] ded5af9f490d: Layer already exists [2021-03-02T17:54:27.907Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:27.907Z] 580f9010f5a2: Layer already exists [2021-03-02T17:54:27.907Z] dc1d5ce3353a: Layer already exists [2021-03-02T17:54:28.178Z] master: digest: sha256:fadbe0f919afc15ebde4681f4d44b846d81b7e2bccac87fc8d9c82e5aebc5691 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:28.368Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:28.416Z] taggedImages: [2021-03-02T17:54:28.416Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:28.416Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:28.416Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:28.416Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-02T17:54:28.481Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-02T17:54:28.481Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:28.481Z] 2.0.0-dev.110 [2021-03-02T17:54:28.481Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:28.481Z] master [2021-03-02T17:54:28.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:29.135Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:29.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:29.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-02T17:54:29.475Z] 7ced21a68b32: Preparing [2021-03-02T17:54:29.475Z] ce61491b57c6: Preparing [2021-03-02T17:54:29.475Z] c35ad8725604: Preparing [2021-03-02T17:54:29.475Z] 2d9ef0192964: Preparing [2021-03-02T17:54:29.475Z] 02a88cfff88f: Preparing [2021-03-02T17:54:29.746Z] 2d9ef0192964: Layer already exists [2021-03-02T17:54:29.746Z] c35ad8725604: Layer already exists [2021-03-02T17:54:29.746Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:29.746Z] 7ced21a68b32: Pushed [2021-03-02T17:54:32.353Z] ce61491b57c6: Pushed [2021-03-02T17:54:32.626Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:683bd81fa7e90f9bfc431ee93ccf3c4f637c30c3e5fdb2aa195ee4ef06c852ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:32.967Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:33.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:33.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-02T17:54:33.302Z] 7ced21a68b32: Preparing [2021-03-02T17:54:33.302Z] ce61491b57c6: Preparing [2021-03-02T17:54:33.302Z] c35ad8725604: Preparing [2021-03-02T17:54:33.302Z] 2d9ef0192964: Preparing [2021-03-02T17:54:33.302Z] 02a88cfff88f: Preparing [2021-03-02T17:54:33.302Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:33.302Z] ce61491b57c6: Layer already exists [2021-03-02T17:54:33.302Z] 2d9ef0192964: Layer already exists [2021-03-02T17:54:33.302Z] 7ced21a68b32: Layer already exists [2021-03-02T17:54:33.302Z] c35ad8725604: Layer already exists [2021-03-02T17:54:33.573Z] 2.0.0-dev.110: digest: sha256:683bd81fa7e90f9bfc431ee93ccf3c4f637c30c3e5fdb2aa195ee4ef06c852ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:33.914Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:34.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:34.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-02T17:54:34.249Z] 7ced21a68b32: Preparing [2021-03-02T17:54:34.249Z] ce61491b57c6: Preparing [2021-03-02T17:54:34.249Z] c35ad8725604: Preparing [2021-03-02T17:54:34.249Z] 2d9ef0192964: Preparing [2021-03-02T17:54:34.249Z] 02a88cfff88f: Preparing [2021-03-02T17:54:34.249Z] 7ced21a68b32: Layer already exists [2021-03-02T17:54:34.249Z] ce61491b57c6: Layer already exists [2021-03-02T17:54:34.249Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:34.250Z] c35ad8725604: Layer already exists [2021-03-02T17:54:34.250Z] 2d9ef0192964: Layer already exists [2021-03-02T17:54:34.521Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:683bd81fa7e90f9bfc431ee93ccf3c4f637c30c3e5fdb2aa195ee4ef06c852ab size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:34.860Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:35.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-02T17:54:35.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-02T17:54:35.189Z] 7ced21a68b32: Preparing [2021-03-02T17:54:35.189Z] ce61491b57c6: Preparing [2021-03-02T17:54:35.189Z] c35ad8725604: Preparing [2021-03-02T17:54:35.189Z] 2d9ef0192964: Preparing [2021-03-02T17:54:35.189Z] 02a88cfff88f: Preparing [2021-03-02T17:54:35.189Z] 2d9ef0192964: Layer already exists [2021-03-02T17:54:35.189Z] ce61491b57c6: Layer already exists [2021-03-02T17:54:35.189Z] 7ced21a68b32: Layer already exists [2021-03-02T17:54:35.189Z] c35ad8725604: Layer already exists [2021-03-02T17:54:35.189Z] 02a88cfff88f: Layer already exists [2021-03-02T17:54:35.457Z] master: digest: sha256:683bd81fa7e90f9bfc431ee93ccf3c4f637c30c3e5fdb2aa195ee4ef06c852ab size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:35.664Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:35.717Z] taggedImages: [2021-03-02T17:54:35.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:35.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:35.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:35.717Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-02T17:54:35.785Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-02T17:54:35.785Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:35.785Z] 2.0.0-dev.110 [2021-03-02T17:54:35.785Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:35.785Z] master [2021-03-02T17:54:35.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:36.344Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:36.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:36.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-02T17:54:36.704Z] dd7126579787: Preparing [2021-03-02T17:54:36.704Z] 9cef7e9b75f0: Preparing [2021-03-02T17:54:36.704Z] 1188641e1b54: Preparing [2021-03-02T17:54:36.704Z] 8c97cc02e7c3: Preparing [2021-03-02T17:54:36.704Z] c5aba6fc8136: Preparing [2021-03-02T17:54:36.704Z] acc4f7225cd7: Preparing [2021-03-02T17:54:36.704Z] 807b228952af: Preparing [2021-03-02T17:54:36.704Z] 9ded3b6bb9b5: Preparing [2021-03-02T17:54:36.704Z] fa1afe8e6ed9: Preparing [2021-03-02T17:54:36.704Z] 87a09b4c083e: Preparing [2021-03-02T17:54:36.704Z] 0f74e9ff2a61: Preparing [2021-03-02T17:54:36.704Z] b122376c33c6: Preparing [2021-03-02T17:54:36.704Z] f8381ed47b22: Preparing [2021-03-02T17:54:36.704Z] e934a737d657: Preparing [2021-03-02T17:54:36.704Z] acc4f7225cd7: Waiting [2021-03-02T17:54:36.704Z] 807b228952af: Waiting [2021-03-02T17:54:36.704Z] f8381ed47b22: Waiting [2021-03-02T17:54:36.704Z] 0f74e9ff2a61: Waiting [2021-03-02T17:54:36.704Z] e934a737d657: Waiting [2021-03-02T17:54:36.704Z] b122376c33c6: Waiting [2021-03-02T17:54:36.704Z] fa1afe8e6ed9: Waiting [2021-03-02T17:54:36.704Z] 87a09b4c083e: Waiting [2021-03-02T17:54:36.704Z] 9ded3b6bb9b5: Waiting [2021-03-02T17:54:37.325Z] c5aba6fc8136: Pushed [2021-03-02T17:54:37.602Z] dd7126579787: Pushed [2021-03-02T17:54:38.205Z] 8c97cc02e7c3: Pushed [2021-03-02T17:54:38.205Z] 9ded3b6bb9b5: Layer already exists [2021-03-02T17:54:38.479Z] fa1afe8e6ed9: Layer already exists [2021-03-02T17:54:38.479Z] 807b228952af: Pushed [2021-03-02T17:54:38.479Z] 87a09b4c083e: Layer already exists [2021-03-02T17:54:38.479Z] 0f74e9ff2a61: Layer already exists [2021-03-02T17:54:38.479Z] b122376c33c6: Layer already exists [2021-03-02T17:54:38.479Z] f8381ed47b22: Layer already exists [2021-03-02T17:54:38.479Z] e934a737d657: Layer already exists [2021-03-02T17:54:39.073Z] 9cef7e9b75f0: Pushed [2021-03-02T17:54:40.044Z] acc4f7225cd7: Pushed [2021-03-02T17:54:52.423Z] 1188641e1b54: Pushed [2021-03-02T17:54:52.423Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1: digest: sha256:c4cf74111d4ffd80f6f1312b4e9b4eb7d29cc01a86d28d69cf5539a1ac0d9c67 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:52.762Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:53.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:53.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-02T17:54:53.097Z] dd7126579787: Preparing [2021-03-02T17:54:53.097Z] 9cef7e9b75f0: Preparing [2021-03-02T17:54:53.097Z] 1188641e1b54: Preparing [2021-03-02T17:54:53.097Z] 8c97cc02e7c3: Preparing [2021-03-02T17:54:53.097Z] c5aba6fc8136: Preparing [2021-03-02T17:54:53.097Z] acc4f7225cd7: Preparing [2021-03-02T17:54:53.097Z] 807b228952af: Preparing [2021-03-02T17:54:53.097Z] 9ded3b6bb9b5: Preparing [2021-03-02T17:54:53.097Z] fa1afe8e6ed9: Preparing [2021-03-02T17:54:53.097Z] 87a09b4c083e: Preparing [2021-03-02T17:54:53.097Z] 0f74e9ff2a61: Preparing [2021-03-02T17:54:53.097Z] b122376c33c6: Preparing [2021-03-02T17:54:53.097Z] f8381ed47b22: Preparing [2021-03-02T17:54:53.097Z] e934a737d657: Preparing [2021-03-02T17:54:53.097Z] acc4f7225cd7: Waiting [2021-03-02T17:54:53.097Z] 807b228952af: Waiting [2021-03-02T17:54:53.097Z] 9ded3b6bb9b5: Waiting [2021-03-02T17:54:53.097Z] b122376c33c6: Waiting [2021-03-02T17:54:53.097Z] fa1afe8e6ed9: Waiting [2021-03-02T17:54:53.097Z] 87a09b4c083e: Waiting [2021-03-02T17:54:53.097Z] 0f74e9ff2a61: Waiting [2021-03-02T17:54:53.097Z] f8381ed47b22: Waiting [2021-03-02T17:54:53.097Z] c5aba6fc8136: Layer already exists [2021-03-02T17:54:53.097Z] 8c97cc02e7c3: Layer already exists [2021-03-02T17:54:53.097Z] 1188641e1b54: Layer already exists [2021-03-02T17:54:53.097Z] 9cef7e9b75f0: Layer already exists [2021-03-02T17:54:53.370Z] dd7126579787: Layer already exists [2021-03-02T17:54:53.370Z] 9ded3b6bb9b5: Layer already exists [2021-03-02T17:54:53.370Z] 807b228952af: Layer already exists [2021-03-02T17:54:53.370Z] acc4f7225cd7: Layer already exists [2021-03-02T17:54:53.370Z] fa1afe8e6ed9: Layer already exists [2021-03-02T17:54:53.370Z] 87a09b4c083e: Layer already exists [2021-03-02T17:54:53.370Z] b122376c33c6: Layer already exists [2021-03-02T17:54:53.370Z] e934a737d657: Layer already exists [2021-03-02T17:54:53.370Z] f8381ed47b22: Layer already exists [2021-03-02T17:54:53.370Z] 0f74e9ff2a61: Layer already exists [2021-03-02T17:54:53.370Z] 2.0.0-dev.110: digest: sha256:c4cf74111d4ffd80f6f1312b4e9b4eb7d29cc01a86d28d69cf5539a1ac0d9c67 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:53.704Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:54.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:54.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-02T17:54:54.038Z] dd7126579787: Preparing [2021-03-02T17:54:54.038Z] 9cef7e9b75f0: Preparing [2021-03-02T17:54:54.038Z] 1188641e1b54: Preparing [2021-03-02T17:54:54.038Z] 8c97cc02e7c3: Preparing [2021-03-02T17:54:54.038Z] c5aba6fc8136: Preparing [2021-03-02T17:54:54.038Z] acc4f7225cd7: Preparing [2021-03-02T17:54:54.038Z] 807b228952af: Preparing [2021-03-02T17:54:54.038Z] 9ded3b6bb9b5: Preparing [2021-03-02T17:54:54.038Z] fa1afe8e6ed9: Preparing [2021-03-02T17:54:54.038Z] 87a09b4c083e: Preparing [2021-03-02T17:54:54.038Z] 0f74e9ff2a61: Preparing [2021-03-02T17:54:54.038Z] b122376c33c6: Preparing [2021-03-02T17:54:54.038Z] f8381ed47b22: Preparing [2021-03-02T17:54:54.038Z] e934a737d657: Preparing [2021-03-02T17:54:54.038Z] fa1afe8e6ed9: Waiting [2021-03-02T17:54:54.038Z] 87a09b4c083e: Waiting [2021-03-02T17:54:54.038Z] 807b228952af: Waiting [2021-03-02T17:54:54.038Z] 9ded3b6bb9b5: Waiting [2021-03-02T17:54:54.038Z] 0f74e9ff2a61: Waiting [2021-03-02T17:54:54.038Z] f8381ed47b22: Waiting [2021-03-02T17:54:54.038Z] e934a737d657: Waiting [2021-03-02T17:54:54.038Z] b122376c33c6: Waiting [2021-03-02T17:54:54.038Z] acc4f7225cd7: Waiting [2021-03-02T17:54:54.038Z] c5aba6fc8136: Layer already exists [2021-03-02T17:54:54.038Z] dd7126579787: Layer already exists [2021-03-02T17:54:54.038Z] 9cef7e9b75f0: Layer already exists [2021-03-02T17:54:54.038Z] 1188641e1b54: Layer already exists [2021-03-02T17:54:54.038Z] 8c97cc02e7c3: Layer already exists [2021-03-02T17:54:54.307Z] 807b228952af: Layer already exists [2021-03-02T17:54:54.307Z] acc4f7225cd7: Layer already exists [2021-03-02T17:54:54.307Z] 87a09b4c083e: Layer already exists [2021-03-02T17:54:54.307Z] 9ded3b6bb9b5: Layer already exists [2021-03-02T17:54:54.307Z] fa1afe8e6ed9: Layer already exists [2021-03-02T17:54:54.307Z] b122376c33c6: Layer already exists [2021-03-02T17:54:54.307Z] 0f74e9ff2a61: Layer already exists [2021-03-02T17:54:54.307Z] e934a737d657: Layer already exists [2021-03-02T17:54:54.307Z] f8381ed47b22: Layer already exists [2021-03-02T17:54:54.307Z] f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110: digest: sha256:c4cf74111d4ffd80f6f1312b4e9b4eb7d29cc01a86d28d69cf5539a1ac0d9c67 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:54.647Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:54:54.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-02T17:54:54.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-02T17:54:54.977Z] dd7126579787: Preparing [2021-03-02T17:54:54.977Z] 9cef7e9b75f0: Preparing [2021-03-02T17:54:54.977Z] 1188641e1b54: Preparing [2021-03-02T17:54:54.977Z] 8c97cc02e7c3: Preparing [2021-03-02T17:54:54.977Z] c5aba6fc8136: Preparing [2021-03-02T17:54:54.977Z] acc4f7225cd7: Preparing [2021-03-02T17:54:54.977Z] 807b228952af: Preparing [2021-03-02T17:54:54.977Z] 9ded3b6bb9b5: Preparing [2021-03-02T17:54:54.977Z] fa1afe8e6ed9: Preparing [2021-03-02T17:54:54.977Z] 87a09b4c083e: Preparing [2021-03-02T17:54:54.977Z] 0f74e9ff2a61: Preparing [2021-03-02T17:54:54.977Z] b122376c33c6: Preparing [2021-03-02T17:54:54.977Z] f8381ed47b22: Preparing [2021-03-02T17:54:54.977Z] e934a737d657: Preparing [2021-03-02T17:54:54.977Z] fa1afe8e6ed9: Waiting [2021-03-02T17:54:54.977Z] 87a09b4c083e: Waiting [2021-03-02T17:54:54.977Z] 0f74e9ff2a61: Waiting [2021-03-02T17:54:54.977Z] b122376c33c6: Waiting [2021-03-02T17:54:54.977Z] f8381ed47b22: Waiting [2021-03-02T17:54:54.977Z] e934a737d657: Waiting [2021-03-02T17:54:54.977Z] acc4f7225cd7: Waiting [2021-03-02T17:54:54.977Z] 807b228952af: Waiting [2021-03-02T17:54:54.977Z] 9ded3b6bb9b5: Waiting [2021-03-02T17:54:54.977Z] 9cef7e9b75f0: Layer already exists [2021-03-02T17:54:55.248Z] 1188641e1b54: Layer already exists [2021-03-02T17:54:55.248Z] c5aba6fc8136: Layer already exists [2021-03-02T17:54:55.248Z] 8c97cc02e7c3: Layer already exists [2021-03-02T17:54:55.248Z] dd7126579787: Layer already exists [2021-03-02T17:54:55.248Z] 9ded3b6bb9b5: Layer already exists [2021-03-02T17:54:55.248Z] fa1afe8e6ed9: Layer already exists [2021-03-02T17:54:55.248Z] 807b228952af: Layer already exists [2021-03-02T17:54:55.248Z] acc4f7225cd7: Layer already exists [2021-03-02T17:54:55.248Z] 87a09b4c083e: Layer already exists [2021-03-02T17:54:55.248Z] 0f74e9ff2a61: Layer already exists [2021-03-02T17:54:55.248Z] b122376c33c6: Layer already exists [2021-03-02T17:54:55.248Z] f8381ed47b22: Layer already exists [2021-03-02T17:54:55.248Z] e934a737d657: Layer already exists [2021-03-02T17:54:55.248Z] master: digest: sha256:c4cf74111d4ffd80f6f1312b4e9b4eb7d29cc01a86d28d69cf5539a1ac0d9c67 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T17:54:55.441Z] ===================================================== [Pipeline] echo [2021-03-02T17:54:55.489Z] taggedImages: [2021-03-02T17:54:55.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [2021-03-02T17:54:55.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.110 [2021-03-02T17:54:55.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f0a5054a805e8aad79e6fefc9c847f3d46b91de1-2.0.0-dev.110 [2021-03-02T17:54:55.489Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:54:56.353Z] ---> job-cost.sh [2021-03-02T17:54:56.353Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PARh [2021-03-02T17:55:35.299Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T17:57:57.165Z] lf-activate-venv(): INFO: Adding /tmp/venv-PARh/bin to PATH [2021-03-02T17:57:57.165Z] INFO: No Stack... [2021-03-02T17:57:57.165Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-02T17:57:57.165Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T17:57:57.494Z] + + catcut /w/workspace/edgex-go/376/archives/cost.csv -d, [2021-03-02T17:57:57.494Z] -f6 [Pipeline] lock [2021-03-02T17:57:57.603Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-376-stack-cost] [2021-03-02T17:57:57.611Z] Resource [jenkins-edgexfoundry-edgex-go-master-376-stack-cost] did not exist. Created. [2021-03-02T17:57:57.611Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-376-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T17:57:58.041Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-02T17:57:59.184Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T17:57:59.196Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-376-stack-cost] [Pipeline] // lock [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-03-02T17:58:00.602Z] provisioning config files... [2021-03-02T17:58:00.624Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/376@tmp/config5873236415484421862tmp [Pipeline] { [Pipeline] sh [2021-03-02T17:58:01.038Z] + set +x [2021-03-02T17:58:01.038Z] + curl -s https://codecov.io/bash [2021-03-02T17:58:01.038Z] + bash -s -- [2021-03-02T17:58:01.302Z] [2021-03-02T17:58:01.302Z] _____ _ [2021-03-02T17:58:01.302Z] / ____| | | [2021-03-02T17:58:01.302Z] | | ___ __| | ___ ___ _____ __ [2021-03-02T17:58:01.302Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-02T17:58:01.302Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-02T17:58:01.302Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-02T17:58:01.302Z] Bash-20210226-7100762 [2021-03-02T17:58:01.302Z] [2021-03-02T17:58:01.302Z] [2021-03-02T17:58:01.302Z] ==> git version 2.24.3 found [2021-03-02T17:58:01.302Z] ==> 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-03-02T17:58:01.302Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-02T17:58:01.302Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-02T17:58:01.570Z] ==> Jenkins CI detected. [2021-03-02T17:58:01.570Z] project root: . [2021-03-02T17:58:01.570Z] --> token set from env [2021-03-02T17:58:01.570Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-02T17:58:01.570Z] ==> Running gcov in . (disable via -X gcov) [2021-03-02T17:58:01.570Z] ==> Python coveragepy not found [2021-03-02T17:58:01.570Z] ==> Searching for coverage reports in: [2021-03-02T17:58:01.570Z] + . [2021-03-02T17:58:01.570Z] -> Found 1 reports [2021-03-02T17:58:01.570Z] ==> Detecting git/mercurial file structure [2021-03-02T17:58:01.570Z] ==> Reading reports [2021-03-02T17:58:01.570Z] + ./coverage.out bytes=600565 [2021-03-02T17:58:01.570Z] ==> Appending adjustments [2021-03-02T17:58:01.570Z] https://docs.codecov.io/docs/fixing-reports [2021-03-02T17:58:04.916Z] + Found adjustments [2021-03-02T17:58:04.916Z] ==> Gzipping contents [2021-03-02T17:58:04.916Z] 88K /tmp/codecov.3pmk4T.gz [2021-03-02T17:58:04.916Z] ==> Uploading reports [2021-03-02T17:58:04.916Z] url: https://codecov.io [2021-03-02T17:58:04.916Z] query: branch=master&commit=f0a5054a805e8aad79e6fefc9c847f3d46b91de1&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F376%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T17:58:04.916Z] -> Pinging Codecov [2021-03-02T17:58:04.916Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=f0a5054a805e8aad79e6fefc9c847f3d46b91de1&build=376&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F376%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T17:58:05.491Z] -> Uploading to [2021-03-02T17:58:05.491Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-02/00271124DB129430A58F1EEE437C3FCB/f0a5054a805e8aad79e6fefc9c847f3d46b91de1/1554abe4-7956-42b0-a8c9-cff9c32f9ea4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T175805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a8447e7d5fd98b9592f0fc45a2707c609b71c1bb8ddc9a14d84ff0ff2e14e99 [2021-03-02T17:58:05.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:58:05.491Z] Dload Upload Total Spent Left Speed [2021-03-02T17:58:06.015Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 89486 0 0 91 81920 0 255k --:--:-- --:--:-- --:--:-- 254k 100 89486 0 0 100 89486 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-03-02T17:58:06.015Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f0a5054a805e8aad79e6fefc9c847f3d46b91de1 [Pipeline] } [2021-03-02T17:58:06.025Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-02T17:58:06.894Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-02T17:58:06.983Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:58:07.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T17:58:07.321Z] [2021-03-02T17:58:07.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:58:07.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T17:58:07.667Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-02T17:58:07.667Z] 188c0c94c7c5: Already exists [2021-03-02T17:58:07.667Z] 0ef7d3d256c8: Already exists [2021-03-02T17:58:07.667Z] de9db76c5a1d: Already exists [2021-03-02T17:58:07.667Z] 0eba1c9be4d2: Pulling fs layer [2021-03-02T17:58:07.667Z] 0d57e429df01: Pulling fs layer [2021-03-02T17:58:07.667Z] 4e4be7b47b0d: Pulling fs layer [2021-03-02T17:58:07.667Z] e1f770b5df2f: Pulling fs layer [2021-03-02T17:58:07.667Z] 85a0685a4137: Pulling fs layer [2021-03-02T17:58:07.667Z] e1f770b5df2f: Waiting [2021-03-02T17:58:07.667Z] 85a0685a4137: Waiting [2021-03-02T17:58:07.667Z] 4e4be7b47b0d: Download complete [2021-03-02T17:58:07.667Z] 0d57e429df01: Verifying Checksum [2021-03-02T17:58:07.667Z] 0d57e429df01: Download complete [2021-03-02T17:58:09.055Z] e1f770b5df2f: Verifying Checksum [2021-03-02T17:58:09.055Z] e1f770b5df2f: Download complete [2021-03-02T17:58:10.448Z] 0eba1c9be4d2: Download complete [2021-03-02T17:58:11.028Z] 85a0685a4137: Verifying Checksum [2021-03-02T17:58:11.028Z] 85a0685a4137: Download complete [2021-03-02T17:58:16.350Z] 0eba1c9be4d2: Pull complete [2021-03-02T17:58:16.625Z] 0d57e429df01: Pull complete [2021-03-02T17:58:16.625Z] 4e4be7b47b0d: Pull complete [2021-03-02T17:58:22.050Z] e1f770b5df2f: Pull complete [2021-03-02T17:58:28.680Z] 85a0685a4137: Pull complete [2021-03-02T17:58:28.680Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-02T17:58:28.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T17:58:28.680Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-02T17:58:28.880Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:58:28.936Z] $ 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/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:58:30.216Z] $ docker top bbd75cb96d5d062faf3f143e3fd1398494554b30a8d89545b70f7a6cc552fada -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T17:58:30.509Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-02T17:58:30.807Z] + set -o pipefail [2021-03-02T17:58:30.807Z] + snyk monitor '--org=edgex-jenkins' [2021-03-02T17:59:02.996Z] [2021-03-02T17:59:02.996Z] Monitoring /w/workspace/edgex-go/376 (github.com/edgexfoundry/edgex-go)... [2021-03-02T17:59:02.996Z] [2021-03-02T17:59:02.996Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/43819f48-8683-4970-ab74-39411a37866d [2021-03-02T17:59:02.996Z] [2021-03-02T17:59:02.996Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-02T17:59:02.996Z] [2021-03-02T17:59:02.996Z] [Pipeline] } [2021-03-02T17:59:03.016Z] $ docker stop --time=1 bbd75cb96d5d062faf3f143e3fd1398494554b30a8d89545b70f7a6cc552fada [2021-03-02T17:59:06.252Z] $ docker rm -f bbd75cb96d5d062faf3f143e3fd1398494554b30a8d89545b70f7a6cc552fada [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-02T17:59:07.367Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-02T17:59:07.431Z] provisioning config files... [2021-03-02T17:59:07.446Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/376@tmp/config2280489050214297999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:59:07.863Z] --> edgex-publish-swagger.sh [2021-03-02T17:59:07.863Z] === Publish openapi/v1 API === [2021-03-02T17:59:07.863Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-02T17:59:07.863Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/376/openapi/v1/core-command.yaml] [2021-03-02T17:59:07.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:07.863Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:08.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9336 0:00:01 0:00:01 --:--:-- 9344 100 10522 0 0 100 10522 0 9334 0:00:01 0:00:01 --:--:-- 9344 [2021-03-02T17:59:08.819Z] [2021-03-02T17:59:08.819Z] [2021-03-02T17:59:08.819Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/376/openapi/v1/core-data.yaml] [2021-03-02T17:59:08.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:08.819Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:10.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27373 0:00:01 0:00:01 --:--:-- 27381 100 32557 0 0 100 32557 0 27369 0:00:01 0:00:01 --:--:-- 27381 [2021-03-02T17:59:10.219Z] [2021-03-02T17:59:10.219Z] [2021-03-02T17:59:10.219Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/376/openapi/v1/core-metadata.yaml] [2021-03-02T17:59:10.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:10.219Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:11.611Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60700 0:00:01 0:00:01 --:--:-- 60725 100 73721 0 0 100 73721 0 59466 0:00:01 0:00:01 --:--:-- 59500 [2021-03-02T17:59:11.611Z] [2021-03-02T17:59:11.611Z] [2021-03-02T17:59:11.611Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/376/openapi/v1/support-logging.yaml] [2021-03-02T17:59:11.611Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:11.611Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:12.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12079 0:00:01 0:00:01 --:--:-- 12082 100 13581 0 0 100 13581 0 12077 0:00:01 0:00:01 --:--:-- 12082 [2021-03-02T17:59:12.557Z] [2021-03-02T17:59:12.557Z] [2021-03-02T17:59:12.558Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/376/openapi/v1/support-notifications.yaml] [2021-03-02T17:59:12.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:12.558Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:13.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32673 0:00:01 0:00:01 --:--:-- 32653 100 38890 0 0 100 38890 0 32667 0:00:01 0:00:01 --:--:-- 32653 [2021-03-02T17:59:13.965Z] [2021-03-02T17:59:13.965Z] [2021-03-02T17:59:13.965Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/376/openapi/v1/support-scheduler.yaml] [2021-03-02T17:59:13.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:13.965Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:14.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13293 0:00:01 0:00:01 --:--:-- 13304 100 14249 0 0 100 14249 0 13290 0:00:01 0:00:01 --:--:-- 13304 [2021-03-02T17:59:14.990Z] [2021-03-02T17:59:14.990Z] [2021-03-02T17:59:14.990Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/376/openapi/v1/system-agent.yaml] [2021-03-02T17:59:14.990Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:14.990Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:15.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3664 0:00:01 0:00:01 --:--:-- 3666 100 4110 0 0 100 4110 0 3663 0:00:01 0:00:01 --:--:-- 3666 [2021-03-02T17:59:15.938Z] [2021-03-02T17:59:15.938Z] [2021-03-02T17:59:15.938Z] === Publish openapi/v2 API === [2021-03-02T17:59:15.938Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-02T17:59:15.938Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/376/openapi/v2/core-command.yaml] [2021-03-02T17:59:15.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:15.938Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:17.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25763 0:00:01 0:00:01 --:--:-- 25774 100 29744 0 0 100 29744 0 25758 0:00:01 0:00:01 --:--:-- 25774 [2021-03-02T17:59:17.332Z] [2021-03-02T17:59:17.332Z] [2021-03-02T17:59:17.332Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/376/openapi/v2/core-data.yaml] [2021-03-02T17:59:17.332Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:17.332Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:18.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 53025 0:00:01 0:00:01 --:--:-- 53051 100 57136 0 0 100 57136 0 53017 0:00:01 0:00:01 --:--:-- 53051 [2021-03-02T17:59:18.374Z] [2021-03-02T17:59:18.374Z] [2021-03-02T17:59:18.374Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/376/openapi/v2/core-metadata.yaml] [2021-03-02T17:59:18.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:18.374Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:19.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 98k 100 118k 0 0 100 118k 0 97673 0:00:01 0:00:01 --:--:-- 97737 [2021-03-02T17:59:19.328Z] [2021-03-02T17:59:19.328Z] [2021-03-02T17:59:19.328Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/376/openapi/v2/support-notifications.yaml] [2021-03-02T17:59:19.590Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:19.590Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:20.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 48984 0:00:01 0:00:01 --:--:-- 48978 100 59705 0 0 100 59705 0 46510 0:00:01 0:00:01 --:--:-- 46499 [2021-03-02T17:59:20.992Z] [2021-03-02T17:59:20.992Z] [2021-03-02T17:59:20.992Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/376/openapi/v2/support-scheduler.yaml] [2021-03-02T17:59:20.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:20.992Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:21.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31843 0:00:01 0:00:01 --:--:-- 31857 100 37783 0 0 100 37783 0 31839 0:00:01 0:00:01 --:--:-- 31857 [2021-03-02T17:59:21.943Z] [2021-03-02T17:59:21.943Z] [2021-03-02T17:59:21.943Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/376/openapi/v2/system-agent.yaml] [2021-03-02T17:59:21.943Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T17:59:21.943Z] Dload Upload Total Spent Left Speed [2021-03-02T17:59:23.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22011 0:00:01 0:00:01 --:--:-- 22023 100 24182 0 0 100 24182 0 22007 0:00:01 0:00:01 --:--:-- 22023 [2021-03-02T17:59:23.344Z] [2021-03-02T17:59:23.344Z] [Pipeline] } [2021-03-02T17:59:23.353Z] 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-03-02T17:59:24.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T17:59:24.124Z] . [Pipeline] withDockerContainer [2021-03-02T17:59:24.230Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:59:24.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:59:25.266Z] $ docker top a5c0feab88f06de7646f0afd94a682433efa20a663bbbb9e081b3b6909db2c3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T17:59:25.595Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.109' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T17:59:25.970Z] + git semver [Pipeline] } [2021-03-02T17:59:26.253Z] $ docker stop --time=1 a5c0feab88f06de7646f0afd94a682433efa20a663bbbb9e081b3b6909db2c3a [2021-03-02T17:59:27.694Z] $ docker rm -f a5c0feab88f06de7646f0afd94a682433efa20a663bbbb9e081b3b6909db2c3a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:59:28.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T17:59:28.358Z] [2021-03-02T17:59:28.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-02T17:59:28.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T17:59:28.710Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-02T17:59:28.710Z] ab5ef0e58194: Pulling fs layer [2021-03-02T17:59:28.710Z] 9712f1f96733: Pulling fs layer [2021-03-02T17:59:28.710Z] 63f879dbbcfc: Pulling fs layer [2021-03-02T17:59:28.710Z] 0d9ebad4ef96: Pulling fs layer [2021-03-02T17:59:28.710Z] e9a5061849ea: Pulling fs layer [2021-03-02T17:59:28.710Z] d747dcd14b5f: Pulling fs layer [2021-03-02T17:59:28.710Z] 2de7ff778b66: Pulling fs layer [2021-03-02T17:59:28.710Z] 0d9ebad4ef96: Waiting [2021-03-02T17:59:28.710Z] d747dcd14b5f: Waiting [2021-03-02T17:59:28.710Z] 2de7ff778b66: Waiting [2021-03-02T17:59:28.710Z] e9a5061849ea: Waiting [2021-03-02T17:59:28.710Z] 9712f1f96733: Verifying Checksum [2021-03-02T17:59:28.710Z] 9712f1f96733: Download complete [2021-03-02T17:59:30.130Z] 63f879dbbcfc: Verifying Checksum [2021-03-02T17:59:30.130Z] 63f879dbbcfc: Download complete [2021-03-02T17:59:30.399Z] e9a5061849ea: Verifying Checksum [2021-03-02T17:59:30.399Z] e9a5061849ea: Download complete [2021-03-02T17:59:30.399Z] d747dcd14b5f: Verifying Checksum [2021-03-02T17:59:30.399Z] d747dcd14b5f: Download complete [2021-03-02T17:59:30.976Z] 2de7ff778b66: Verifying Checksum [2021-03-02T17:59:30.976Z] 2de7ff778b66: Download complete [2021-03-02T17:59:31.238Z] 0d9ebad4ef96: Verifying Checksum [2021-03-02T17:59:31.238Z] 0d9ebad4ef96: Download complete [2021-03-02T17:59:31.238Z] ab5ef0e58194: Verifying Checksum [2021-03-02T17:59:31.238Z] ab5ef0e58194: Download complete [2021-03-02T17:59:37.908Z] ab5ef0e58194: Pull complete [2021-03-02T17:59:37.908Z] 9712f1f96733: Pull complete [2021-03-02T17:59:39.330Z] 63f879dbbcfc: Pull complete [2021-03-02T17:59:47.688Z] 0d9ebad4ef96: Pull complete [2021-03-02T17:59:49.077Z] e9a5061849ea: Pull complete [2021-03-02T17:59:49.077Z] d747dcd14b5f: Pull complete [2021-03-02T17:59:53.308Z] 2de7ff778b66: Pull complete [2021-03-02T17:59:53.308Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-02T17:59:53.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T17:59:53.308Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-02T17:59:53.547Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T17:59:53.608Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T17:59:56.390Z] $ docker top 98d0f797783213ce1ed10914b624ebe371d70c059d138aa6acc14bd6da784118 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-02T17:59:56.625Z] provisioning config files... [2021-03-02T17:59:56.638Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/376@tmp/config2516965569210441699tmp [2021-03-02T17:59:56.659Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/376@tmp/config4827165834470850275tmp [2021-03-02T17:59:56.674Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/376@tmp/config8792699270732142003tmp [Pipeline] { [Pipeline] echo [2021-03-02T17:59:56.722Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:59:57.024Z] ---> sigul-configuration.sh [2021-03-02T17:59:57.024Z] gpg: directory `/root/.gnupg' created [2021-03-02T17:59:57.024Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-02T17:59:57.024Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-02T17:59:57.024Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-02T17:59:57.024Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-02T17:59:57.024Z] gpg: CAST5 encrypted data [2021-03-02T17:59:57.288Z] gpg: encrypted with 1 passphrase [2021-03-02T17:59:57.288Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-02T17:59:57.593Z] + mkdir /home/jenkins [2021-03-02T17:59:57.593Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-02T17:59:57.912Z] + 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-03-02T17:59:57.925Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T17:59:58.237Z] ---> sigul-install.sh [2021-03-02T18:00:04.906Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-02T18:00:05.237Z] + git tag --list [2021-03-02T18:00:05.237Z] 0.6.0 [2021-03-02T18:00:05.237Z] 0.6.1 [2021-03-02T18:00:05.237Z] 0.7.0 [2021-03-02T18:00:05.237Z] 0.7.1 [2021-03-02T18:00:05.237Z] v0.0.0 [2021-03-02T18:00:05.237Z] v0.0.1-dev.1 [2021-03-02T18:00:05.237Z] v1.0.0 [2021-03-02T18:00:05.237Z] v1.0.1 [2021-03-02T18:00:05.237Z] v1.1.0 [2021-03-02T18:00:05.237Z] v1.2.0 [2021-03-02T18:00:05.237Z] v1.2.1 [2021-03-02T18:00:05.237Z] v1.2.2-dev.1 [2021-03-02T18:00:05.237Z] v1.2.2-dev.10 [2021-03-02T18:00:05.237Z] v1.2.2-dev.100 [2021-03-02T18:00:05.237Z] v1.2.2-dev.101 [2021-03-02T18:00:05.237Z] v1.2.2-dev.102 [2021-03-02T18:00:05.237Z] v1.2.2-dev.103 [2021-03-02T18:00:05.237Z] v1.2.2-dev.104 [2021-03-02T18:00:05.237Z] v1.2.2-dev.105 [2021-03-02T18:00:05.237Z] v1.2.2-dev.106 [2021-03-02T18:00:05.237Z] v1.2.2-dev.107 [2021-03-02T18:00:05.237Z] v1.2.2-dev.11 [2021-03-02T18:00:05.237Z] v1.2.2-dev.12 [2021-03-02T18:00:05.237Z] v1.2.2-dev.13 [2021-03-02T18:00:05.237Z] v1.2.2-dev.14 [2021-03-02T18:00:05.237Z] v1.2.2-dev.15 [2021-03-02T18:00:05.237Z] v1.2.2-dev.16 [2021-03-02T18:00:05.237Z] v1.2.2-dev.17 [2021-03-02T18:00:05.237Z] v1.2.2-dev.18 [2021-03-02T18:00:05.237Z] v1.2.2-dev.19 [2021-03-02T18:00:05.237Z] v1.2.2-dev.2 [2021-03-02T18:00:05.237Z] v1.2.2-dev.20 [2021-03-02T18:00:05.237Z] v1.2.2-dev.21 [2021-03-02T18:00:05.237Z] v1.2.2-dev.22 [2021-03-02T18:00:05.237Z] v1.2.2-dev.23 [2021-03-02T18:00:05.237Z] v1.2.2-dev.24 [2021-03-02T18:00:05.237Z] v1.2.2-dev.25 [2021-03-02T18:00:05.237Z] v1.2.2-dev.26 [2021-03-02T18:00:05.237Z] v1.2.2-dev.27 [2021-03-02T18:00:05.237Z] v1.2.2-dev.28 [2021-03-02T18:00:05.237Z] v1.2.2-dev.29 [2021-03-02T18:00:05.237Z] v1.2.2-dev.3 [2021-03-02T18:00:05.237Z] v1.2.2-dev.30 [2021-03-02T18:00:05.237Z] v1.2.2-dev.31 [2021-03-02T18:00:05.237Z] v1.2.2-dev.32 [2021-03-02T18:00:05.237Z] v1.2.2-dev.33 [2021-03-02T18:00:05.237Z] v1.2.2-dev.34 [2021-03-02T18:00:05.237Z] v1.2.2-dev.35 [2021-03-02T18:00:05.237Z] v1.2.2-dev.36 [2021-03-02T18:00:05.237Z] v1.2.2-dev.37 [2021-03-02T18:00:05.237Z] v1.2.2-dev.38 [2021-03-02T18:00:05.237Z] v1.2.2-dev.39 [2021-03-02T18:00:05.237Z] v1.2.2-dev.4 [2021-03-02T18:00:05.237Z] v1.2.2-dev.40 [2021-03-02T18:00:05.237Z] v1.2.2-dev.41 [2021-03-02T18:00:05.237Z] v1.2.2-dev.42 [2021-03-02T18:00:05.237Z] v1.2.2-dev.43 [2021-03-02T18:00:05.237Z] v1.2.2-dev.44 [2021-03-02T18:00:05.237Z] v1.2.2-dev.45 [2021-03-02T18:00:05.237Z] v1.2.2-dev.46 [2021-03-02T18:00:05.237Z] v1.2.2-dev.47 [2021-03-02T18:00:05.237Z] v1.2.2-dev.48 [2021-03-02T18:00:05.237Z] v1.2.2-dev.49 [2021-03-02T18:00:05.237Z] v1.2.2-dev.5 [2021-03-02T18:00:05.237Z] v1.2.2-dev.50 [2021-03-02T18:00:05.237Z] v1.2.2-dev.51 [2021-03-02T18:00:05.237Z] v1.2.2-dev.52 [2021-03-02T18:00:05.237Z] v1.2.2-dev.53 [2021-03-02T18:00:05.237Z] v1.2.2-dev.54 [2021-03-02T18:00:05.237Z] v1.2.2-dev.55 [2021-03-02T18:00:05.237Z] v1.2.2-dev.56 [2021-03-02T18:00:05.237Z] v1.2.2-dev.57 [2021-03-02T18:00:05.237Z] v1.2.2-dev.58 [2021-03-02T18:00:05.237Z] v1.2.2-dev.59 [2021-03-02T18:00:05.237Z] v1.2.2-dev.6 [2021-03-02T18:00:05.237Z] v1.2.2-dev.60 [2021-03-02T18:00:05.237Z] v1.2.2-dev.61 [2021-03-02T18:00:05.237Z] v1.2.2-dev.62 [2021-03-02T18:00:05.237Z] v1.2.2-dev.63 [2021-03-02T18:00:05.237Z] v1.2.2-dev.64 [2021-03-02T18:00:05.237Z] v1.2.2-dev.65 [2021-03-02T18:00:05.237Z] v1.2.2-dev.66 [2021-03-02T18:00:05.237Z] v1.2.2-dev.67 [2021-03-02T18:00:05.237Z] v1.2.2-dev.68 [2021-03-02T18:00:05.237Z] v1.2.2-dev.69 [2021-03-02T18:00:05.237Z] v1.2.2-dev.7 [2021-03-02T18:00:05.237Z] v1.2.2-dev.70 [2021-03-02T18:00:05.237Z] v1.2.2-dev.71 [2021-03-02T18:00:05.237Z] v1.2.2-dev.72 [2021-03-02T18:00:05.237Z] v1.2.2-dev.73 [2021-03-02T18:00:05.237Z] v1.2.2-dev.74 [2021-03-02T18:00:05.237Z] v1.2.2-dev.75 [2021-03-02T18:00:05.237Z] v1.2.2-dev.76 [2021-03-02T18:00:05.237Z] v1.2.2-dev.77 [2021-03-02T18:00:05.237Z] v1.2.2-dev.78 [2021-03-02T18:00:05.237Z] v1.2.2-dev.79 [2021-03-02T18:00:05.237Z] v1.2.2-dev.8 [2021-03-02T18:00:05.237Z] v1.2.2-dev.80 [2021-03-02T18:00:05.237Z] v1.2.2-dev.81 [2021-03-02T18:00:05.237Z] v1.2.2-dev.82 [2021-03-02T18:00:05.237Z] v1.2.2-dev.83 [2021-03-02T18:00:05.237Z] v1.2.2-dev.84 [2021-03-02T18:00:05.237Z] v1.2.2-dev.85 [2021-03-02T18:00:05.237Z] v1.2.2-dev.86 [2021-03-02T18:00:05.237Z] v1.2.2-dev.87 [2021-03-02T18:00:05.237Z] v1.2.2-dev.88 [2021-03-02T18:00:05.237Z] v1.2.2-dev.89 [2021-03-02T18:00:05.237Z] v1.2.2-dev.9 [2021-03-02T18:00:05.237Z] v1.2.2-dev.90 [2021-03-02T18:00:05.237Z] v1.2.2-dev.91 [2021-03-02T18:00:05.237Z] v1.2.2-dev.92 [2021-03-02T18:00:05.237Z] v1.2.2-dev.93 [2021-03-02T18:00:05.237Z] v1.2.2-dev.94 [2021-03-02T18:00:05.237Z] v1.2.2-dev.95 [2021-03-02T18:00:05.237Z] v1.2.2-dev.96 [2021-03-02T18:00:05.237Z] v1.2.2-dev.97 [2021-03-02T18:00:05.237Z] v1.2.2-dev.98 [2021-03-02T18:00:05.237Z] v1.2.2-dev.99 [2021-03-02T18:00:05.237Z] v1.3.0 [2021-03-02T18:00:05.237Z] v1.3.1 [2021-03-02T18:00:05.237Z] v1.3.1-dev.1 [2021-03-02T18:00:05.237Z] v1.3.1-dev.10 [2021-03-02T18:00:05.237Z] v1.3.1-dev.11 [2021-03-02T18:00:05.237Z] v1.3.1-dev.12 [2021-03-02T18:00:05.237Z] v1.3.1-dev.13 [2021-03-02T18:00:05.237Z] v1.3.1-dev.14 [2021-03-02T18:00:05.237Z] v1.3.1-dev.15 [2021-03-02T18:00:05.237Z] v1.3.1-dev.16 [2021-03-02T18:00:05.237Z] v1.3.1-dev.17 [2021-03-02T18:00:05.237Z] v1.3.1-dev.18 [2021-03-02T18:00:05.237Z] v1.3.1-dev.2 [2021-03-02T18:00:05.237Z] v1.3.1-dev.3 [2021-03-02T18:00:05.237Z] v1.3.1-dev.4 [2021-03-02T18:00:05.237Z] v1.3.1-dev.5 [2021-03-02T18:00:05.237Z] v1.3.1-dev.6 [2021-03-02T18:00:05.237Z] v1.3.1-dev.7 [2021-03-02T18:00:05.237Z] v1.3.1-dev.8 [2021-03-02T18:00:05.237Z] v1.3.1-dev.9 [2021-03-02T18:00:05.237Z] v2.0.0-dev.1 [2021-03-02T18:00:05.237Z] v2.0.0-dev.10 [2021-03-02T18:00:05.237Z] v2.0.0-dev.100 [2021-03-02T18:00:05.237Z] v2.0.0-dev.101 [2021-03-02T18:00:05.237Z] v2.0.0-dev.102 [2021-03-02T18:00:05.237Z] v2.0.0-dev.103 [2021-03-02T18:00:05.237Z] v2.0.0-dev.104 [2021-03-02T18:00:05.237Z] v2.0.0-dev.105 [2021-03-02T18:00:05.237Z] v2.0.0-dev.106 [2021-03-02T18:00:05.237Z] v2.0.0-dev.107 [2021-03-02T18:00:05.237Z] v2.0.0-dev.108 [2021-03-02T18:00:05.237Z] v2.0.0-dev.109 [2021-03-02T18:00:05.237Z] v2.0.0-dev.11 [2021-03-02T18:00:05.237Z] v2.0.0-dev.12 [2021-03-02T18:00:05.237Z] v2.0.0-dev.13 [2021-03-02T18:00:05.237Z] v2.0.0-dev.14 [2021-03-02T18:00:05.237Z] v2.0.0-dev.15 [2021-03-02T18:00:05.237Z] v2.0.0-dev.16 [2021-03-02T18:00:05.237Z] v2.0.0-dev.17 [2021-03-02T18:00:05.237Z] v2.0.0-dev.18 [2021-03-02T18:00:05.237Z] v2.0.0-dev.19 [2021-03-02T18:00:05.237Z] v2.0.0-dev.2 [2021-03-02T18:00:05.237Z] v2.0.0-dev.20 [2021-03-02T18:00:05.237Z] v2.0.0-dev.21 [2021-03-02T18:00:05.237Z] v2.0.0-dev.22 [2021-03-02T18:00:05.237Z] v2.0.0-dev.23 [2021-03-02T18:00:05.237Z] v2.0.0-dev.24 [2021-03-02T18:00:05.237Z] v2.0.0-dev.25 [2021-03-02T18:00:05.237Z] v2.0.0-dev.26 [2021-03-02T18:00:05.237Z] v2.0.0-dev.27 [2021-03-02T18:00:05.237Z] v2.0.0-dev.28 [2021-03-02T18:00:05.237Z] v2.0.0-dev.29 [2021-03-02T18:00:05.237Z] v2.0.0-dev.3 [2021-03-02T18:00:05.237Z] v2.0.0-dev.30 [2021-03-02T18:00:05.237Z] v2.0.0-dev.31 [2021-03-02T18:00:05.237Z] v2.0.0-dev.32 [2021-03-02T18:00:05.237Z] v2.0.0-dev.33 [2021-03-02T18:00:05.237Z] v2.0.0-dev.34 [2021-03-02T18:00:05.237Z] v2.0.0-dev.35 [2021-03-02T18:00:05.237Z] v2.0.0-dev.36 [2021-03-02T18:00:05.237Z] v2.0.0-dev.37 [2021-03-02T18:00:05.237Z] v2.0.0-dev.38 [2021-03-02T18:00:05.237Z] v2.0.0-dev.39 [2021-03-02T18:00:05.237Z] v2.0.0-dev.4 [2021-03-02T18:00:05.237Z] v2.0.0-dev.40 [2021-03-02T18:00:05.237Z] v2.0.0-dev.41 [2021-03-02T18:00:05.237Z] v2.0.0-dev.42 [2021-03-02T18:00:05.237Z] v2.0.0-dev.43 [2021-03-02T18:00:05.237Z] v2.0.0-dev.44 [2021-03-02T18:00:05.237Z] v2.0.0-dev.45 [2021-03-02T18:00:05.237Z] v2.0.0-dev.46 [2021-03-02T18:00:05.237Z] v2.0.0-dev.47 [2021-03-02T18:00:05.237Z] v2.0.0-dev.48 [2021-03-02T18:00:05.237Z] v2.0.0-dev.49 [2021-03-02T18:00:05.237Z] v2.0.0-dev.5 [2021-03-02T18:00:05.237Z] v2.0.0-dev.50 [2021-03-02T18:00:05.237Z] v2.0.0-dev.51 [2021-03-02T18:00:05.237Z] v2.0.0-dev.52 [2021-03-02T18:00:05.237Z] v2.0.0-dev.53 [2021-03-02T18:00:05.237Z] v2.0.0-dev.54 [2021-03-02T18:00:05.237Z] v2.0.0-dev.55 [2021-03-02T18:00:05.237Z] v2.0.0-dev.56 [2021-03-02T18:00:05.237Z] v2.0.0-dev.57 [2021-03-02T18:00:05.237Z] v2.0.0-dev.58 [2021-03-02T18:00:05.237Z] v2.0.0-dev.59 [2021-03-02T18:00:05.237Z] v2.0.0-dev.6 [2021-03-02T18:00:05.237Z] v2.0.0-dev.60 [2021-03-02T18:00:05.237Z] v2.0.0-dev.61 [2021-03-02T18:00:05.237Z] v2.0.0-dev.62 [2021-03-02T18:00:05.237Z] v2.0.0-dev.63 [2021-03-02T18:00:05.237Z] v2.0.0-dev.64 [2021-03-02T18:00:05.238Z] v2.0.0-dev.65 [2021-03-02T18:00:05.238Z] v2.0.0-dev.66 [2021-03-02T18:00:05.238Z] v2.0.0-dev.67 [2021-03-02T18:00:05.238Z] v2.0.0-dev.68 [2021-03-02T18:00:05.238Z] v2.0.0-dev.69 [2021-03-02T18:00:05.238Z] v2.0.0-dev.7 [2021-03-02T18:00:05.238Z] v2.0.0-dev.70 [2021-03-02T18:00:05.238Z] v2.0.0-dev.71 [2021-03-02T18:00:05.238Z] v2.0.0-dev.72 [2021-03-02T18:00:05.238Z] v2.0.0-dev.73 [2021-03-02T18:00:05.238Z] v2.0.0-dev.74 [2021-03-02T18:00:05.238Z] v2.0.0-dev.75 [2021-03-02T18:00:05.238Z] v2.0.0-dev.76 [2021-03-02T18:00:05.238Z] v2.0.0-dev.77 [2021-03-02T18:00:05.238Z] v2.0.0-dev.78 [2021-03-02T18:00:05.238Z] v2.0.0-dev.79 [2021-03-02T18:00:05.238Z] v2.0.0-dev.8 [2021-03-02T18:00:05.238Z] v2.0.0-dev.80 [2021-03-02T18:00:05.238Z] v2.0.0-dev.81 [2021-03-02T18:00:05.238Z] v2.0.0-dev.82 [2021-03-02T18:00:05.238Z] v2.0.0-dev.83 [2021-03-02T18:00:05.238Z] v2.0.0-dev.84 [2021-03-02T18:00:05.238Z] v2.0.0-dev.85 [2021-03-02T18:00:05.238Z] v2.0.0-dev.86 [2021-03-02T18:00:05.238Z] v2.0.0-dev.87 [2021-03-02T18:00:05.238Z] v2.0.0-dev.88 [2021-03-02T18:00:05.238Z] v2.0.0-dev.89 [2021-03-02T18:00:05.238Z] v2.0.0-dev.9 [2021-03-02T18:00:05.238Z] v2.0.0-dev.90 [2021-03-02T18:00:05.238Z] v2.0.0-dev.91 [2021-03-02T18:00:05.238Z] v2.0.0-dev.92 [2021-03-02T18:00:05.238Z] v2.0.0-dev.93 [2021-03-02T18:00:05.238Z] v2.0.0-dev.94 [2021-03-02T18:00:05.238Z] v2.0.0-dev.95 [2021-03-02T18:00:05.238Z] v2.0.0-dev.96 [2021-03-02T18:00:05.238Z] v2.0.0-dev.97 [2021-03-02T18:00:05.238Z] v2.0.0-dev.98 [2021-03-02T18:00:05.238Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-02T18:00:05.554Z] + lftools sign git-tag v2.0.0-dev.110 [2021-03-02T18:00:06.952Z] Signing Git tag with Sigul... [2021-03-02T18:00:06.952Z] Signing v2.0.0-dev.110 [2021-03-02T18:00:06.952Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.110'], return code 1, stdout , stderr [Pipeline] echo [2021-03-02T18:00:07.227Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:07.604Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-02T18:00:07.615Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-02T18:00:07.718Z] $ docker stop --time=1 98d0f797783213ce1ed10914b624ebe371d70c059d138aa6acc14bd6da784118 [2021-03-02T18:00:09.959Z] $ docker rm -f 98d0f797783213ce1ed10914b624ebe371d70c059d138aa6acc14bd6da784118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:00:10.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T18:00:10.929Z] . [Pipeline] withDockerContainer [2021-03-02T18:00:11.068Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T18:00:11.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T18:00:12.619Z] $ docker top ac525229795e46d125198a66a2c5f6b3e02f16a45f808be9ba117d5116ca9cd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T18:00:12.901Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.109' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T18:00:13.294Z] + git semver [Pipeline] } [2021-03-02T18:00:13.312Z] $ docker stop --time=1 ac525229795e46d125198a66a2c5f6b3e02f16a45f808be9ba117d5116ca9cd8 [2021-03-02T18:00:14.792Z] $ docker rm -f ac525229795e46d125198a66a2c5f6b3e02f16a45f808be9ba117d5116ca9cd8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:00:15.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T18:00:15.355Z] . [Pipeline] withDockerContainer [2021-03-02T18:00:15.463Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T18:00:15.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T18:00:16.314Z] $ docker top 48b290e115ed9518833af7b4eb1b15fa9371cf30f7e78e97589b69f7c8918fb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T18:00:16.553Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.109' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T18:00:16.925Z] + git semver [Pipeline] } [2021-03-02T18:00:16.944Z] $ docker stop --time=1 48b290e115ed9518833af7b4eb1b15fa9371cf30f7e78e97589b69f7c8918fb6 [2021-03-02T18:00:18.376Z] $ docker rm -f 48b290e115ed9518833af7b4eb1b15fa9371cf30f7e78e97589b69f7c8918fb6 [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-03-02T18:00:19.611Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:20.489Z] ---> package-listing.sh [2021-03-02T18:00:20.489Z] ++ facter osfamily [2021-03-02T18:00:20.489Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-02T18:00:20.489Z] + OS_FAMILY=redhat [2021-03-02T18:00:20.489Z] + workspace=/w/workspace/edgex-go/376 [2021-03-02T18:00:20.489Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-02T18:00:20.489Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-02T18:00:20.489Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-02T18:00:20.489Z] + PACKAGES=/tmp/packages_start.txt [2021-03-02T18:00:20.489Z] + '[' /w/workspace/edgex-go/376 ']' [2021-03-02T18:00:20.489Z] + PACKAGES=/tmp/packages_end.txt [2021-03-02T18:00:20.489Z] + case "${OS_FAMILY}" in [2021-03-02T18:00:20.489Z] + rpm -qa [2021-03-02T18:00:20.489Z] + sort [2021-03-02T18:00:25.789Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-02T18:00:25.789Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-02T18:00:25.789Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-02T18:00:25.789Z] + '[' /w/workspace/edgex-go/376 ']' [2021-03-02T18:00:25.789Z] + mkdir -p /w/workspace/edgex-go/376/archives/ [2021-03-02T18:00:25.789Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/376/archives/ [Pipeline] echo [2021-03-02T18:00:25.803Z] 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/376/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-02T18:00:26.095Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:00:26.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:00:26.404Z] [2021-03-02T18:00:26.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:00:26.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:00:26.755Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-02T18:00:26.755Z] df20fa9351a1: Pulling fs layer [2021-03-02T18:00:26.755Z] 36b3adc4ff6f: Pulling fs layer [2021-03-02T18:00:26.755Z] 8ad3a11d3b57: Pulling fs layer [2021-03-02T18:00:26.755Z] 46f8f816bc3b: Pulling fs layer [2021-03-02T18:00:26.755Z] 93b61091891f: Pulling fs layer [2021-03-02T18:00:26.755Z] 93b9cdb0e59b: Pulling fs layer [2021-03-02T18:00:26.755Z] 5e14af77c1be: Pulling fs layer [2021-03-02T18:00:26.755Z] 01666e4c0597: Pulling fs layer [2021-03-02T18:00:26.755Z] aa168da1d23b: Pulling fs layer [2021-03-02T18:00:26.755Z] 46f8f816bc3b: Waiting [2021-03-02T18:00:26.755Z] 93b61091891f: Waiting [2021-03-02T18:00:26.755Z] 93b9cdb0e59b: Waiting [2021-03-02T18:00:26.755Z] aa168da1d23b: Waiting [2021-03-02T18:00:26.755Z] 36b3adc4ff6f: Verifying Checksum [2021-03-02T18:00:26.755Z] 36b3adc4ff6f: Download complete [2021-03-02T18:00:26.755Z] 46f8f816bc3b: Verifying Checksum [2021-03-02T18:00:26.755Z] 46f8f816bc3b: Download complete [2021-03-02T18:00:27.020Z] df20fa9351a1: Verifying Checksum [2021-03-02T18:00:27.020Z] df20fa9351a1: Download complete [2021-03-02T18:00:27.020Z] 93b9cdb0e59b: Verifying Checksum [2021-03-02T18:00:27.020Z] 93b9cdb0e59b: Download complete [2021-03-02T18:00:27.020Z] 5e14af77c1be: Verifying Checksum [2021-03-02T18:00:27.020Z] 5e14af77c1be: Download complete [2021-03-02T18:00:27.020Z] 93b61091891f: Verifying Checksum [2021-03-02T18:00:27.020Z] 93b61091891f: Download complete [2021-03-02T18:00:27.020Z] 01666e4c0597: Verifying Checksum [2021-03-02T18:00:27.020Z] 01666e4c0597: Download complete [2021-03-02T18:00:27.020Z] 8ad3a11d3b57: Verifying Checksum [2021-03-02T18:00:27.020Z] 8ad3a11d3b57: Download complete [2021-03-02T18:00:27.598Z] df20fa9351a1: Pull complete [2021-03-02T18:00:27.865Z] 36b3adc4ff6f: Pull complete [2021-03-02T18:00:29.261Z] aa168da1d23b: Verifying Checksum [2021-03-02T18:00:29.261Z] aa168da1d23b: Download complete [2021-03-02T18:00:29.527Z] 8ad3a11d3b57: Pull complete [2021-03-02T18:00:29.789Z] 46f8f816bc3b: Pull complete [2021-03-02T18:00:30.051Z] 93b61091891f: Pull complete [2021-03-02T18:00:30.313Z] 93b9cdb0e59b: Pull complete [2021-03-02T18:00:30.313Z] 5e14af77c1be: Pull complete [2021-03-02T18:00:30.581Z] 01666e4c0597: Pull complete [2021-03-02T18:00:37.206Z] aa168da1d23b: Pull complete [2021-03-02T18:00:37.471Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-02T18:00:37.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:00:37.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-02T18:00:37.649Z] prd-centos7-docker-4c-2g-28239 does not seem to be running inside a container [2021-03-02T18:00:37.705Z] $ 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/376/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/376 -v /w/workspace/edgex-go/376:/w/workspace/edgex-go/376:rw,z -v /w/workspace/edgex-go/376@tmp:/w/workspace/edgex-go/376@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-03-02T18:00:41.106Z] $ docker top 57067bf8a952c175958dd0d8ba91006b61ec5f373bb8b1df68459b89c968d976 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:00:41.705Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-02T18:00:42.587Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-02T18:00:42.887Z] + ls /var/log/sa-host [2021-03-02T18:00:42.887Z] + sadf -c /var/log/sa-host/sa02 [2021-03-02T18:00:42.887Z] file_magic: OK [2021-03-02T18:00:42.887Z] HZ: Using current value: 100 [2021-03-02T18:00:42.887Z] file_header: OK [2021-03-02T18:00:42.887Z] 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-03-02T18:00:42.887Z] Statistics: [2021-03-02T18:00:42.887Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-02T18:00:42.887Z] File successfully converted to sysstat format version 12.2.1 [2021-03-02T18:00:42.887Z] + sadf -c /var/log/sa-host/sa23 [2021-03-02T18:00:42.887Z] file_magic: OK [2021-03-02T18:00:42.887Z] HZ: Using current value: 100 [2021-03-02T18:00:42.887Z] file_header: OK [2021-03-02T18:00:42.887Z] 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-03-02T18:00:42.888Z] Statistics: [2021-03-02T18:00:42.888Z] Hnuu...uuuununununu... [2021-03-02T18:00:42.888Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-02T18:00:43.626Z] provisioning config files... [2021-03-02T18:00:43.641Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/376@tmp/config2451532202313213004tmp [Pipeline] { [Pipeline] echo [2021-03-02T18:00:43.720Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:44.067Z] ---> create-netrc.sh [Pipeline] } [2021-03-02T18:00:44.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-02T18:00:44.202Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:44.588Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-02T18:00:44.600Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:44.896Z] ---> sudo-logs.sh [2021-03-02T18:00:44.896Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-02T18:00:45.017Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:45.311Z] ---> job-cost.sh [2021-03-02T18:00:45.311Z] lf-activate-venv: SKIPPING [2021-03-02T18:00:45.311Z] DEBUG: total: 0.20999999344348907 [2021-03-02T18:00:45.311Z] INFO: Retrieving Stack Cost... [2021-03-02T18:00:46.258Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T18:00:46.520Z] INFO: Archiving Costs [Pipeline] echo [2021-03-02T18:00:46.534Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:00:46.828Z] ---> logs-deploy.sh [2021-03-02T18:00:46.828Z] lf-activate-venv: SKIPPING [2021-03-02T18:00:46.828Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/376 [2021-03-02T18:00:46.828Z] INFO: archiving workspace using pattern(s): [2021-03-02T18:00:48.224Z] Archives upload complete. [2021-03-02T18:00:48.486Z] INFO: archiving logs to Nexus [2021-03-02T18:00:49.432Z] ---> uname -a: [2021-03-02T18:00:49.432Z] Linux prd-centos7-docker-4c-2g-28239.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-02T18:00:49.432Z] [2021-03-02T18:00:49.432Z]