Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2a4efc596d6299a706f2b1b5ea90705279ab33b1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24429 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/335 [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/335 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 Commit message: "fix: Support Scheduler V1 DB credentials not used due to V2 DB Handler side effect (#3108)" > git rev-list --no-walk d8f294b0e80c665dde41f3d1630808064576ab40 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T22:49:49.496Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T22:49:49.761Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T22:49:49.856Z] ========================================================= [2021-02-01T22:49:49.856Z] EdgeX Global Pipelines Version Info [2021-02-01T22:49:49.856Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T22:49:51.487Z] ------------------- [2021-02-01T22:49:51.487Z] stable info: [2021-02-01T22:49:51.487Z] ------------------- [2021-02-01T22:49:51.487Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T22:49:51.487Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T22:49:51.487Z] Message: update stable to v1.0.179 [2021-02-01T22:49:52.439Z] ------------------- [2021-02-01T22:49:52.439Z] experimental info: [2021-02-01T22:49:52.439Z] ------------------- [2021-02-01T22:49:52.439Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T22:49:52.439Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T22:49:52.439Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T22:49:52.698Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T22:49:52.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T22:49:52.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T22:49:52.960Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T22:49:53.054Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T22:49:53.148Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T22:49:53.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T22:49:53.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T22:49:53.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T22:49:53.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T22:49:53.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T22:49:53.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T22:49:53.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T22:49:53.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T22:49:54.003Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T22:49:54.090Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T22:49:54.224Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T22:49:54.322Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T22:49:54.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T22:49:54.497Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T22:49:54.585Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T22:49:54.669Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T22:49:54.774Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T22:49:54.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T22:49:54.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T22:49:55.089Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T22:49:55.208Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] echo [2021-02-01T22:49:55.394Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a4efc5 [Pipeline] echo [2021-02-01T22:49:55.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T22:49:55.687Z] provisioning config files... [2021-02-01T22:49:55.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/335@tmp/config2073710861815594884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T22:49:56.064Z] ---> docker-login.sh [2021-02-01T22:49:56.065Z] nexus3.edgexfoundry.org:10001 [2021-02-01T22:49:56.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:49:56.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:49:56.593Z] Configure a credential helper to remove this warning. See [2021-02-01T22:49:56.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:49:56.593Z] [2021-02-01T22:49:56.593Z] Login Succeeded [2021-02-01T22:49:56.593Z] nexus3.edgexfoundry.org:10002 [2021-02-01T22:49:56.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:49:56.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:49:56.856Z] Configure a credential helper to remove this warning. See [2021-02-01T22:49:56.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:49:56.856Z] [2021-02-01T22:49:56.856Z] Login Succeeded [2021-02-01T22:49:56.856Z] nexus3.edgexfoundry.org:10003 [2021-02-01T22:49:56.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:49:56.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:49:56.856Z] Configure a credential helper to remove this warning. See [2021-02-01T22:49:56.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:49:56.856Z] [2021-02-01T22:49:56.856Z] Login Succeeded [2021-02-01T22:49:56.856Z] nexus3.edgexfoundry.org:10004 [2021-02-01T22:49:57.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:49:57.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:49:57.119Z] Configure a credential helper to remove this warning. See [2021-02-01T22:49:57.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:49:57.119Z] [2021-02-01T22:49:57.119Z] Login Succeeded [2021-02-01T22:49:57.119Z] docker.io [2021-02-01T22:49:57.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:49:57.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:49:57.383Z] Configure a credential helper to remove this warning. See [2021-02-01T22:49:57.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:49:57.383Z] [2021-02-01T22:49:57.383Z] Login Succeeded [2021-02-01T22:49:57.383Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T22:49:57.393Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T22:49:57.932Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T22:49:57.932Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.932Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T22:49:57.932Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.932Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T22:49:57.932Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.932Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T22:49:57.932Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.932Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T22:49:57.932Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.932Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T22:49:57.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.932Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T22:49:57.933Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.933Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T22:49:57.933Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.933Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T22:49:57.933Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.933Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T22:49:57.933Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.933Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T22:49:57.933Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.933Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T22:49:57.933Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T22:49:57.933Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T22:49:57.933Z] ++ cut -d/ -f2 [2021-02-01T22:49:57.933Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T22:49:58.006Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:49:59.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T22:49:59.276Z] [2021-02-01T22:49:59.276Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:49:59.626Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T22:49:59.626Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T22:49:59.626Z] 31603596830f: Pulling fs layer [2021-02-01T22:49:59.626Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T22:49:59.626Z] 6ca5941a6612: Pulling fs layer [2021-02-01T22:49:59.626Z] ecc8261a40a4: Pulling fs layer [2021-02-01T22:49:59.626Z] ecc8261a40a4: Waiting [2021-02-01T22:49:59.626Z] 2a8b12db71e7: Download complete [2021-02-01T22:49:59.889Z] 31603596830f: Verifying Checksum [2021-02-01T22:49:59.889Z] 31603596830f: Download complete [2021-02-01T22:49:59.889Z] 6ca5941a6612: Verifying Checksum [2021-02-01T22:49:59.889Z] 6ca5941a6612: Download complete [2021-02-01T22:49:59.889Z] ecc8261a40a4: Download complete [2021-02-01T22:50:00.151Z] 31603596830f: Pull complete [2021-02-01T22:50:00.414Z] 2a8b12db71e7: Pull complete [2021-02-01T22:50:01.392Z] 6ca5941a6612: Pull complete [2021-02-01T22:50:01.655Z] ecc8261a40a4: Pull complete [2021-02-01T22:50:01.655Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T22:50:01.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T22:50:01.655Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T22:50:01.776Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T22:50:01.845Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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-02-01T22:50:04.464Z] $ docker top a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T22:50:04.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T22:50:04.774Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T22:50:05.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T22:50:05.008Z] $ docker exec a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 ssh-agent [2021-02-01T22:50:05.185Z] SSH_AUTH_SOCK=/tmp/ssh-JqrxIO9G2E9U/agent.12 [2021-02-01T22:50:05.185Z] SSH_AGENT_PID=17 [2021-02-01T22:50:05.195Z] Running ssh-add (command line suppressed) [2021-02-01T22:50:05.333Z] Identity added: /w/workspace/edgex-go/335@tmp/private_key_2074041995315749167.key (/w/workspace/edgex-go/335@tmp/private_key_2074041995315749167.key) [2021-02-01T22:50:05.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T22:50:05.730Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T22:50:05.749Z] $ docker exec --env ******** --env ******** a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 ssh-agent -k [2021-02-01T22:50:05.884Z] unset SSH_AUTH_SOCK; [2021-02-01T22:50:05.884Z] unset SSH_AGENT_PID; [2021-02-01T22:50:05.884Z] echo Agent pid 17 killed; [2021-02-01T22:50:05.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T22:50:06.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T22:50:06.080Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T22:50:06.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T22:50:06.254Z] $ docker exec a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 ssh-agent [2021-02-01T22:50:06.425Z] SSH_AUTH_SOCK=/tmp/ssh-2LlpmqFrkRUM/agent.45 [2021-02-01T22:50:06.425Z] SSH_AGENT_PID=50 [2021-02-01T22:50:06.431Z] Running ssh-add (command line suppressed) [2021-02-01T22:50:06.558Z] Identity added: /w/workspace/edgex-go/335@tmp/private_key_5816903518412603135.key (/w/workspace/edgex-go/335@tmp/private_key_5816903518412603135.key) [2021-02-01T22:50:06.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T22:50:06.955Z] + git semver init [2021-02-01T22:50:06.955Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T22:50:06.955Z] # $GIT_DIR = /w/workspace/edgex-go/335/.git [2021-02-01T22:50:06.955Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/335 [2021-02-01T22:50:06.955Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T22:50:06.955Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T22:50:06.955Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T22:50:06.955Z] # $SEMVER_BRANCH = master [2021-02-01T22:50:06.955Z] # $SEMVER_TEMP = /tmp/semver-946276873 [2021-02-01T22:50:06.955Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T22:50:29.009Z] # '/tmp/semver-946276873' -> '/w/workspace/edgex-go/335/.semver' [2021-02-01T22:50:29.009Z] # -> Force: false [2021-02-01T22:50:29.009Z] # $SEMVER_DIR = /w/workspace/edgex-go/335/.semver [Pipeline] } [2021-02-01T22:50:29.022Z] $ docker exec --env ******** --env ******** a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 ssh-agent -k [2021-02-01T22:50:29.274Z] unset SSH_AUTH_SOCK; [2021-02-01T22:50:29.274Z] unset SSH_AGENT_PID; [2021-02-01T22:50:29.274Z] echo Agent pid 50 killed; [2021-02-01T22:50:29.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T22:50:29.863Z] + git semver [Pipeline] } [2021-02-01T22:50:29.879Z] $ docker stop --time=1 a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 [2021-02-01T22:50:31.945Z] $ docker rm -f a9dd2b7d01a77a54227bae7eb300240db1d9c242b6ff3439ab895f22bc341433 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T22:50:32.553Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T22:50:33.138Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T22:50:33.141Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.71 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T22:50:34.119Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T22:50:34.426Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T22:50:34.732Z] + sudo service docker restart [2021-02-01T22:50:34.732Z] + true [2021-02-01T22:50:34.732Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T22:50:35.331Z] ========================================================= [2021-02-01T22:50:35.331Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T22:50:35.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:50:35.690Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-01T22:50:39.941Z] Sending build context to Docker daemon 327.4MB [2021-02-01T22:50:39.941Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T22:50:39.941Z] Step 2/6 : FROM ${BASE} [2021-02-01T22:50:40.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T22:50:40.224Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T22:50:40.224Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T22:50:40.224Z] de9db76c5a1d: Pulling fs layer [2021-02-01T22:50:40.224Z] bca2f99d35d6: Pulling fs layer [2021-02-01T22:50:40.224Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T22:50:40.224Z] 7c6f9722023f: Pulling fs layer [2021-02-01T22:50:40.224Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T22:50:40.224Z] 93359f2a8cfa: Waiting [2021-02-01T22:50:40.224Z] 7c6f9722023f: Waiting [2021-02-01T22:50:40.224Z] a35cf1a2eb13: Waiting [2021-02-01T22:50:40.224Z] bca2f99d35d6: Waiting [2021-02-01T22:50:40.224Z] de9db76c5a1d: Verifying Checksum [2021-02-01T22:50:40.224Z] de9db76c5a1d: Download complete [2021-02-01T22:50:40.224Z] 0ef7d3d256c8: Download complete [2021-02-01T22:50:40.224Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T22:50:40.224Z] 93359f2a8cfa: Download complete [2021-02-01T22:50:40.224Z] 7c6f9722023f: Verifying Checksum [2021-02-01T22:50:40.224Z] 188c0c94c7c5: Download complete [2021-02-01T22:50:40.807Z] 188c0c94c7c5: Pull complete [2021-02-01T22:50:41.072Z] 0ef7d3d256c8: Pull complete [2021-02-01T22:50:41.072Z] de9db76c5a1d: Pull complete [2021-02-01T22:50:43.678Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T22:50:43.678Z] a35cf1a2eb13: Download complete [2021-02-01T22:50:43.947Z] bca2f99d35d6: Verifying Checksum [2021-02-01T22:50:43.947Z] bca2f99d35d6: Download complete [2021-02-01T22:50:48.586Z] Still waiting to schedule task [2021-02-01T22:50:48.586Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-01T22:50:50.642Z] bca2f99d35d6: Pull complete [2021-02-01T22:50:50.922Z] 93359f2a8cfa: Pull complete [2021-02-01T22:50:50.922Z] 7c6f9722023f: Pull complete [2021-02-01T22:50:55.244Z] a35cf1a2eb13: Pull complete [2021-02-01T22:50:55.244Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T22:50:55.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T22:50:55.244Z] ---> a62c8e92a672 [2021-02-01T22:50:55.244Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-01T22:50:55.519Z] ---> Running in 36264d98b8a7 [2021-02-01T22:50:56.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:50:57.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:50:58.189Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T22:50:58.189Z] (2/12) Installing file (5.38-r0) [2021-02-01T22:50:58.189Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T22:50:58.454Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T22:51:03.786Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T22:51:03.786Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T22:51:03.786Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T22:51:03.786Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T22:51:03.786Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T22:51:03.786Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T22:51:03.786Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T22:51:03.786Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T22:51:03.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:51:03.786Z] OK: 233 MiB in 51 packages [2021-02-01T22:51:08.065Z] Removing intermediate container 36264d98b8a7 [2021-02-01T22:51:08.065Z] ---> 90602b2128df [2021-02-01T22:51:08.065Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T22:51:08.065Z] ---> Running in 23dd23cdc7ad [2021-02-01T22:51:08.065Z] Removing intermediate container 23dd23cdc7ad [2021-02-01T22:51:08.065Z] ---> 18d3c0317b53 [2021-02-01T22:51:08.065Z] Step 5/6 : COPY go.mod . [2021-02-01T22:51:08.065Z] ---> dcd65c351f48 [2021-02-01T22:51:08.065Z] Step 6/6 : RUN go mod download [2021-02-01T22:51:08.065Z] ---> Running in fac50bedb165 [2021-02-01T22:51:30.115Z] Removing intermediate container fac50bedb165 [2021-02-01T22:51:30.115Z] ---> 3d842aa5939f [2021-02-01T22:51:30.115Z] Successfully built 3d842aa5939f [2021-02-01T22:51:30.115Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:51:30.453Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T22:51:30.453Z] . [Pipeline] withDockerContainer [2021-02-01T22:51:30.581Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T22:51:30.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** ci-base-image-x86_64 cat [2021-02-01T22:51:31.626Z] $ docker top 8bfe1a7329b595daddda7da809db9c4ee570a592f9cbba08c12b0ea0e91194b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:51:32.242Z] + go version [2021-02-01T22:51:32.242Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T22:51:32.256Z] $ docker stop --time=1 8bfe1a7329b595daddda7da809db9c4ee570a592f9cbba08c12b0ea0e91194b4 [2021-02-01T22:51:33.784Z] $ docker rm -f 8bfe1a7329b595daddda7da809db9c4ee570a592f9cbba08c12b0ea0e91194b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:51:34.610Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T22:51:34.611Z] . [Pipeline] withDockerContainer [2021-02-01T22:51:34.748Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T22:51:34.834Z] $ 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/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** ci-base-image-x86_64 cat [2021-02-01T22:51:36.100Z] $ docker top c38ee6c86d2d1e0193d07e81eacad555fcb01f07c575aa18ff8551a024421a7e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T22:51:36.384Z] ========================================================= [2021-02-01T22:51:36.384Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T22:51:36.384Z] ========================================================= [Pipeline] sh [2021-02-01T22:51:36.715Z] + make test [2021-02-01T22:51:36.715Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T22:51:46.814Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T22:52:09.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T22:52:10.984Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T22:52:12.404Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T22:52:12.404Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T22:52:12.404Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T22:52:15.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T22:52:17.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T22:52:17.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T22:52:17.606Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T22:52:19.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.0% of statements [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T22:52:19.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T22:52:19.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-01T22:52:23.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T22:52:23.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T22:52:23.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T22:52:23.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T22:52:23.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 82.3% of statements [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T22:52:23.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T22:52:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T22:52:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T22:52:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T22:52:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T22:52:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-02-01T22:52:25.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T22:52:26.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-02-01T22:52:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T22:52:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T22:52:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T22:52:26.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T22:52:28.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.408s coverage: 92.8% of statements [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T22:52:28.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T22:52:28.418Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T22:52:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T22:52:28.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements [2021-02-01T22:52:28.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.056s coverage: 79.5% of statements [2021-02-01T22:52:28.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-02-01T22:52:28.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-02-01T22:52:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-01T22:52:38.200Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24430 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-01T22:52:38.267Z] Running in /w/workspace/edgex-go/335 [Pipeline] { [Pipeline] checkout [2021-02-01T22:52:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-02-01T22:52:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-02-01T22:52:43.522Z] using credential edgex-jenkins-ssh [2021-02-01T22:52:43.576Z] Cloning the remote Git repository [2021-02-01T22:52:43.641Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T22:52:43.760Z] > git init /w/workspace/edgex-go/335 # timeout=10 [2021-02-01T22:52:43.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T22:52:43.852Z] > git --version # timeout=10 [2021-02-01T22:52:43.881Z] > git --version # 'git version 2.17.1' [2021-02-01T22:52:43.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T22:52:43.968Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T22:52:54.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-01T22:52:54.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 68.9% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.923s coverage: 29.1% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.065s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T22:52:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-01T22:52:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-01T22:52:54.022Z] GO111MODULE=on go vet ./... [2021-02-01T22:53:06.797Z] Checking out Revision 2a4efc596d6299a706f2b1b5ea90705279ab33b1 (master) [2021-02-01T22:53:05.696Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T22:53:05.761Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T22:53:05.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T22:53:05.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T22:53:05.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T22:53:05.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T22:53:06.811Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T22:53:06.832Z] > git checkout -f 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-01T22:53:11.257Z] Commit message: "fix: Support Scheduler V1 DB credentials not used due to V2 DB Handler side effect (#3108)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T22:53:12.612Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T22:53:13.023Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T22:53:13.419Z] + true [2021-02-01T22:53:13.419Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T22:53:15.472Z] provisioning config files... [2021-02-01T22:53:15.516Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/335@tmp/config8785373572823377856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T22:53:15.923Z] ---> docker-login.sh [2021-02-01T22:53:15.923Z] nexus3.edgexfoundry.org:10001 [2021-02-01T22:53:16.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:53:17.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:53:17.188Z] Configure a credential helper to remove this warning. See [2021-02-01T22:53:17.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:53:17.188Z] [2021-02-01T22:53:17.188Z] Login Succeeded [2021-02-01T22:53:17.188Z] nexus3.edgexfoundry.org:10002 [2021-02-01T22:53:17.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:53:17.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:53:17.737Z] Configure a credential helper to remove this warning. See [2021-02-01T22:53:17.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:53:17.737Z] [2021-02-01T22:53:17.737Z] Login Succeeded [2021-02-01T22:53:17.737Z] nexus3.edgexfoundry.org:10003 [2021-02-01T22:53:18.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:53:18.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:53:18.284Z] Configure a credential helper to remove this warning. See [2021-02-01T22:53:18.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:53:18.284Z] [2021-02-01T22:53:18.284Z] Login Succeeded [2021-02-01T22:53:18.284Z] nexus3.edgexfoundry.org:10004 [2021-02-01T22:53:18.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:53:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:53:18.832Z] Configure a credential helper to remove this warning. See [2021-02-01T22:53:18.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:53:18.832Z] [2021-02-01T22:53:18.832Z] Login Succeeded [2021-02-01T22:53:18.832Z] docker.io [2021-02-01T22:53:19.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:53:19.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:53:19.376Z] Configure a credential helper to remove this warning. See [2021-02-01T22:53:19.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:53:19.376Z] [2021-02-01T22:53:19.376Z] Login Succeeded [2021-02-01T22:53:19.376Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T22:53:19.397Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T22:53:19.813Z] ========================================================= [2021-02-01T22:53:19.813Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T22:53:19.813Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:53:20.191Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-01T22:53:22.849Z] Sending build context to Docker daemon 166MB [2021-02-01T22:53:22.849Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T22:53:22.849Z] Step 2/6 : FROM ${BASE} [2021-02-01T22:53:22.849Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T22:53:22.849Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T22:53:22.849Z] a4357932f1b6: Pulling fs layer [2021-02-01T22:53:22.849Z] 18c013af1878: Pulling fs layer [2021-02-01T22:53:22.849Z] 00ac8860ef70: Pulling fs layer [2021-02-01T22:53:22.849Z] 63d7cb157983: Pulling fs layer [2021-02-01T22:53:22.849Z] b116817d02f9: Pulling fs layer [2021-02-01T22:53:22.849Z] 745a02a5169b: Pulling fs layer [2021-02-01T22:53:22.849Z] 63d7cb157983: Waiting [2021-02-01T22:53:22.849Z] b116817d02f9: Waiting [2021-02-01T22:53:22.849Z] 745a02a5169b: Waiting [2021-02-01T22:53:22.849Z] 00ac8860ef70: Waiting [2021-02-01T22:53:22.849Z] 18c013af1878: Verifying Checksum [2021-02-01T22:53:22.849Z] 18c013af1878: Download complete [2021-02-01T22:53:22.849Z] a4357932f1b6: Verifying Checksum [2021-02-01T22:53:22.849Z] a4357932f1b6: Download complete [2021-02-01T22:53:22.849Z] 63d7cb157983: Verifying Checksum [2021-02-01T22:53:22.849Z] 63d7cb157983: Download complete [2021-02-01T22:53:22.849Z] b116817d02f9: Verifying Checksum [2021-02-01T22:53:22.849Z] b116817d02f9: Download complete [2021-02-01T22:53:22.849Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T22:53:22.849Z] 5f621e34cdf4: Download complete [2021-02-01T22:53:23.449Z] 5f621e34cdf4: Pull complete [2021-02-01T22:53:24.053Z] a4357932f1b6: Pull complete [2021-02-01T22:53:24.327Z] 18c013af1878: Pull complete [2021-02-01T22:53:25.314Z] 745a02a5169b: Verifying Checksum [2021-02-01T22:53:25.314Z] 745a02a5169b: Download complete [2021-02-01T22:53:26.294Z] 00ac8860ef70: Download complete [2021-02-01T22:53:26.477Z] gofmt -l . [2021-02-01T22:53:26.477Z] [ "`gofmt -l .`" = "" ] [2021-02-01T22:53:26.477Z] ./bin/test-go-mod-tidy.sh [2021-02-01T22:53:26.477Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T22:53:27.119Z] + ls -al . [2021-02-01T22:53:27.119Z] total 680 [2021-02-01T22:53:27.119Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 22:53 . [2021-02-01T22:53:27.119Z] drwxr-xr-x 4 root root 32 Feb 1 22:51 .. [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 22:49 .dockerignore [2021-02-01T22:53:27.119Z] drwxrwxr-x 8 1001 1001 162 Feb 1 22:49 .git [2021-02-01T22:53:27.119Z] drwxrwxr-x 3 1001 1001 125 Feb 1 22:49 .github [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 22:49 .gitignore [2021-02-01T22:53:27.119Z] drwx------ 3 1001 1001 45 Feb 1 22:50 .semver [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 22:49 .sonarcloud.properties [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 22:49 Attribution.txt [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 22:49 CONTRIBUTING.md [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 22:49 Dockerfile.build [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 22:49 Jenkinsfile [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 22:49 LICENSE [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 22:49 Makefile [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 22:49 README.md [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 22:49 SECURITY.md [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 12 Feb 1 22:50 VERSION [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 22:49 ZMQWindows.md [2021-02-01T22:53:27.119Z] drwxrwxr-x 2 1001 1001 117 Feb 1 22:49 bin [2021-02-01T22:53:27.119Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 22:49 cmd [2021-02-01T22:53:27.119Z] -rw-r--r-- 1 root root 574984 Feb 1 22:52 coverage.out [2021-02-01T22:53:27.119Z] -rw-r--r-- 1 root root 1054 Feb 1 22:53 go.mod [2021-02-01T22:53:27.119Z] -rw-r--r-- 1 root root 19399 Feb 1 22:53 go.sum [2021-02-01T22:53:27.119Z] drwxrwxr-x 8 1001 1001 127 Feb 1 22:49 internal [2021-02-01T22:53:27.119Z] drwxrwxr-x 4 1001 1001 26 Feb 1 22:49 openapi [2021-02-01T22:53:27.119Z] drwxrwxr-x 4 1001 1001 71 Feb 1 22:49 snap [2021-02-01T22:53:27.119Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 22:49 version.go [Pipeline] sh [2021-02-01T22:53:27.431Z] + '[' -e coverage.out ] [2021-02-01T22:53:27.431Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T22:53:27.666Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T22:53:27.976Z] + make build [2021-02-01T22:53:27.976Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T22:53:32.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T22:53:36.464Z] 00ac8860ef70: Pull complete [2021-02-01T22:53:37.059Z] 63d7cb157983: Pull complete [2021-02-01T22:53:37.335Z] b116817d02f9: Pull complete [2021-02-01T22:53:41.660Z] 745a02a5169b: Pull complete [2021-02-01T22:53:41.660Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T22:53:41.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T22:53:41.660Z] ---> b7e6874047d6 [2021-02-01T22:53:41.660Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-01T22:53:42.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T22:53:43.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T22:53:44.362Z] ---> Running in ac46465230d1 [2021-02-01T22:53:44.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T22:53:45.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T22:53:45.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:53:46.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:53:46.995Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T22:53:47.268Z] (2/12) Installing file (5.38-r0) [2021-02-01T22:53:47.268Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T22:53:47.539Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T22:53:47.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T22:53:50.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T22:53:51.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T22:53:52.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T22:53:54.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T22:53:54.278Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T22:53:54.278Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T22:53:54.278Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T22:53:54.278Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T22:53:54.278Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T22:53:54.278Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T22:53:54.278Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T22:53:54.278Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T22:53:54.278Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:53:54.278Z] OK: 217 MiB in 51 packages [2021-02-01T22:53:55.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T22:53:56.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T22:53:58.598Z] Removing intermediate container ac46465230d1 [2021-02-01T22:53:58.599Z] ---> 7d1c226c8f58 [2021-02-01T22:53:58.599Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T22:53:58.599Z] ---> Running in 00fbe6937e13 [2021-02-01T22:53:58.599Z] Removing intermediate container 00fbe6937e13 [2021-02-01T22:53:58.599Z] ---> 084d9809b59a [2021-02-01T22:53:58.599Z] Step 5/6 : COPY go.mod . [Pipeline] } [2021-02-01T22:53:59.113Z] $ docker stop --time=1 c38ee6c86d2d1e0193d07e81eacad555fcb01f07c575aa18ff8551a024421a7e [2021-02-01T22:53:59.198Z] ---> 69b772628406 [2021-02-01T22:53:59.199Z] Step 6/6 : RUN go mod download [2021-02-01T22:53:59.475Z] ---> Running in 97f6f752deb4 [2021-02-01T22:54:00.841Z] $ docker rm -f c38ee6c86d2d1e0193d07e81eacad555fcb01f07c575aa18ff8551a024421a7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:04.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T22:54:04.665Z] [2021-02-01T22:54:04.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:05.012Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T22:54:05.012Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T22:54:05.012Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T22:54:05.012Z] ca9280d653b3: Pulling fs layer [2021-02-01T22:54:05.012Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T22:54:05.280Z] cbdbe7a5bc2a: Download complete [2021-02-01T22:54:05.858Z] cbdbe7a5bc2a: Pull complete [2021-02-01T22:54:05.858Z] ca9280d653b3: Verifying Checksum [2021-02-01T22:54:05.858Z] ca9280d653b3: Download complete [2021-02-01T22:54:06.827Z] ca9280d653b3: Pull complete [2021-02-01T22:54:06.827Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T22:54:06.827Z] 7e9c9ca2126c: Download complete [2021-02-01T22:54:13.473Z] 7e9c9ca2126c: Pull complete [2021-02-01T22:54:13.473Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T22:54:13.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T22:54:13.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T22:54:13.635Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T22:54:13.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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-devops/edgex-compose:latest cat [2021-02-01T22:54:14.600Z] $ docker top 2f2a7d2f6fc212c80eeb9e40379a883050c20decd1de18c1d1faf23fb1589b8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:54:15.113Z] + docker-compose build --help [2021-02-01T22:54:15.113Z] + grep parallel [2021-02-01T22:54:16.056Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T22:54:16.068Z] $ docker stop --time=1 2f2a7d2f6fc212c80eeb9e40379a883050c20decd1de18c1d1faf23fb1589b8f [2021-02-01T22:54:17.415Z] $ docker rm -f 2f2a7d2f6fc212c80eeb9e40379a883050c20decd1de18c1d1faf23fb1589b8f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:18.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T22:54:18.212Z] . [Pipeline] withDockerContainer [2021-02-01T22:54:18.383Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T22:54:18.441Z] $ 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/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T22:54:19.203Z] $ docker top a6f6669807254575897124fca0071e503d7c4cbae962f30e2544f51b5ad81248 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:54:19.723Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T22:54:20.672Z] Building docker-core-command-go ... [2021-02-01T22:54:20.672Z] Building docker-core-data-go ... [2021-02-01T22:54:20.672Z] Building docker-core-metadata-go ... [2021-02-01T22:54:20.672Z] Building docker-security-bootstrapper-go ... [2021-02-01T22:54:20.672Z] Building docker-security-proxy-setup-go ... [2021-02-01T22:54:20.672Z] Building docker-security-secretstore-setup-go ... [2021-02-01T22:54:20.672Z] Building docker-support-notifications-go ... [2021-02-01T22:54:20.672Z] Building docker-support-scheduler-go ... [2021-02-01T22:54:20.672Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T22:54:20.672Z] Building docker-support-scheduler-go [2021-02-01T22:54:20.672Z] Building docker-core-data-go [2021-02-01T22:54:20.672Z] Building docker-core-metadata-go [2021-02-01T22:54:20.672Z] Building docker-security-proxy-setup-go [2021-02-01T22:54:20.672Z] Building docker-security-bootstrapper-go [2021-02-01T22:54:26.284Z] Removing intermediate container 97f6f752deb4 [2021-02-01T22:54:26.284Z] ---> 62cd41812b4a [2021-02-01T22:54:26.284Z] Successfully built 62cd41812b4a [2021-02-01T22:54:26.284Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:26.627Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T22:54:26.627Z] . [Pipeline] withDockerContainer [2021-02-01T22:54:26.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-24430 does not seem to be running inside a container [2021-02-01T22:54:26.957Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T22:54:28.455Z] $ docker top 64aa52ec5d4b39991b49318a5702236f5dff48bd697f82e91432a8700fb42a7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:54:29.518Z] + go version [2021-02-01T22:54:29.518Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T22:54:29.538Z] $ docker stop --time=1 64aa52ec5d4b39991b49318a5702236f5dff48bd697f82e91432a8700fb42a7e [2021-02-01T22:54:31.488Z] $ docker rm -f 64aa52ec5d4b39991b49318a5702236f5dff48bd697f82e91432a8700fb42a7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:32.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T22:54:32.695Z] [2021-02-01T22:54:32.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:33.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T22:54:33.343Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T22:54:33.343Z] 29e5d40040c1: Pulling fs layer [2021-02-01T22:54:33.343Z] 1ce36da41761: Pulling fs layer [2021-02-01T22:54:33.343Z] 25b303627fd3: Pulling fs layer [2021-02-01T22:54:33.616Z] 29e5d40040c1: Download complete [2021-02-01T22:54:34.212Z] 1ce36da41761: Verifying Checksum [2021-02-01T22:54:34.212Z] 1ce36da41761: Download complete [2021-02-01T22:54:34.212Z] 29e5d40040c1: Pull complete [2021-02-01T22:54:35.644Z] 1ce36da41761: Pull complete [2021-02-01T22:54:35.915Z] 25b303627fd3: Verifying Checksum [2021-02-01T22:54:35.915Z] 25b303627fd3: Download complete [2021-02-01T22:54:46.077Z] 25b303627fd3: Pull complete [2021-02-01T22:54:46.077Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T22:54:46.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T22:54:46.077Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T22:54:46.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-24430 does not seem to be running inside a container [2021-02-01T22:54:46.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T22:54:49.686Z] $ docker top 0779f21927aabc3e6d5888be42d868d10cce80a6c5b535573b442815954ffcd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:54:50.708Z] + docker-compose build --help [2021-02-01T22:54:50.708Z] + grep parallel [2021-02-01T22:54:54.079Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T22:54:54.096Z] $ docker stop --time=1 0779f21927aabc3e6d5888be42d868d10cce80a6c5b535573b442815954ffcd6 [2021-02-01T22:54:56.042Z] $ docker rm -f 0779f21927aabc3e6d5888be42d868d10cce80a6c5b535573b442815954ffcd6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:54:56.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T22:54:56.853Z] . [Pipeline] withDockerContainer [2021-02-01T22:54:57.118Z] prd-ubuntu18.04-docker-arm64-4c-16g-24430 does not seem to be running inside a container [2021-02-01T22:54:57.194Z] $ 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/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T22:54:58.585Z] $ docker top 4125dc21bed086ebf68bc3be73efbf2b46048f4b4a299dadbf2fa435c93666e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T22:54:59.670Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:54:59.670Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:54:59.670Z] ---> 3d842aa5939f [2021-02-01T22:54:59.670Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T22:54:59.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:54:59.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:54:59.670Z] ---> 3d842aa5939f [2021-02-01T22:54:59.670Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:54:59.670Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:54:59.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:54:59.670Z] ---> 3d842aa5939f [2021-02-01T22:54:59.670Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T22:54:59.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:54:59.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:54:59.670Z] ---> 3d842aa5939f [2021-02-01T22:54:59.670Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:54:59.670Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:54:59.670Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:54:59.670Z] ---> 3d842aa5939f [2021-02-01T22:54:59.670Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T22:54:59.670Z] ---> Running in ffbd31a91300 [2021-02-01T22:54:59.670Z] ---> Running in f1505d6e242d [2021-02-01T22:54:59.670Z] ---> Running in 9b8aa44c4ed2 [2021-02-01T22:54:59.670Z] ---> Running in fce839196ebd [2021-02-01T22:54:59.670Z] ---> Running in 43070f3ba26a [2021-02-01T22:54:59.670Z] Removing intermediate container 9b8aa44c4ed2 [2021-02-01T22:54:59.670Z] ---> 1e1d48b62bfa [2021-02-01T22:54:59.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:54:59.670Z] Removing intermediate container fce839196ebd [2021-02-01T22:54:59.670Z] ---> dad2a7ce8aa9 [2021-02-01T22:54:59.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:54:59.670Z] Removing intermediate container 43070f3ba26a [2021-02-01T22:54:59.670Z] ---> a61a27f0d63a [2021-02-01T22:54:59.670Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:54:59.670Z] Removing intermediate container f1505d6e242d [2021-02-01T22:54:59.670Z] ---> 316893ab1306 [2021-02-01T22:54:59.670Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:54:59.670Z] Removing intermediate container ffbd31a91300 [2021-02-01T22:54:59.670Z] ---> 0511071f33b6 [2021-02-01T22:54:59.670Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:54:59.670Z] ---> Running in f89a641382d1 [2021-02-01T22:54:59.670Z] ---> Running in d903d4eeeeff [2021-02-01T22:54:59.670Z] ---> Running in 8a7138f4e30d [2021-02-01T22:54:59.670Z] ---> Running in cb04eedacd7a [2021-02-01T22:54:59.670Z] ---> Running in 49c8a0023755 [2021-02-01T22:54:59.779Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T22:55:01.135Z] Removing intermediate container f89a641382d1 [2021-02-01T22:55:01.135Z] ---> a48a95858b1a [2021-02-01T22:55:01.135Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T22:55:01.420Z] Removing intermediate container 49c8a0023755 [2021-02-01T22:55:01.420Z] ---> 51720d9b7770 [2021-02-01T22:55:01.420Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T22:55:01.420Z] ---> Running in cd0e9b2971a8 [2021-02-01T22:55:01.420Z] Removing intermediate container 8a7138f4e30d [2021-02-01T22:55:01.420Z] ---> 6efbd11d73c8 [2021-02-01T22:55:01.420Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T22:55:01.691Z] ---> Running in 98bf4d66ed19 [2021-02-01T22:55:01.691Z] Removing intermediate container d903d4eeeeff [2021-02-01T22:55:01.691Z] ---> 9fcdc28e60c4 [2021-02-01T22:55:01.691Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T22:55:01.963Z] Removing intermediate container cb04eedacd7a [2021-02-01T22:55:01.963Z] ---> b1a2d76d6e08 [2021-02-01T22:55:01.963Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T22:55:01.963Z] ---> Running in 341ab95d3864 [2021-02-01T22:55:01.963Z] ---> Running in 3fe5e7381d14 [2021-02-01T22:55:01.963Z] ---> Running in 566f1ff64249 [2021-02-01T22:55:02.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:02.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:02.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:03.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:03.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:03.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:03.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:03.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:05.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:05.347Z] OK: 233 MiB in 51 packages [2021-02-01T22:55:05.347Z] OK: 233 MiB in 51 packages [2021-02-01T22:55:05.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:55:05.347Z] OK: 233 MiB in 51 packages [2021-02-01T22:55:05.347Z] OK: 233 MiB in 51 packages [2021-02-01T22:55:05.347Z] Removing intermediate container 98bf4d66ed19 [2021-02-01T22:55:05.347Z] ---> a2715bb43175 [2021-02-01T22:55:05.347Z] Step 6/31 : COPY go.mod . [2021-02-01T22:55:05.347Z] Removing intermediate container cd0e9b2971a8 [2021-02-01T22:55:05.347Z] ---> c7d835af4c19 [2021-02-01T22:55:05.347Z] Step 6/23 : COPY go.mod . [2021-02-01T22:55:05.347Z] OK: 233 MiB in 51 packages [2021-02-01T22:55:05.347Z] ---> 9bddc7dbe15a [2021-02-01T22:55:05.347Z] Step 7/31 : RUN go mod download [2021-02-01T22:55:05.352Z] Building docker-core-command-go ... [2021-02-01T22:55:05.352Z] Building docker-core-data-go ... [2021-02-01T22:55:05.352Z] Building docker-core-metadata-go ... [2021-02-01T22:55:05.352Z] Building docker-security-bootstrapper-go ... [2021-02-01T22:55:05.352Z] Building docker-security-proxy-setup-go ... [2021-02-01T22:55:05.352Z] Building docker-security-secretstore-setup-go ... [2021-02-01T22:55:05.352Z] Building docker-support-notifications-go ... [2021-02-01T22:55:05.352Z] Building docker-support-scheduler-go ... [2021-02-01T22:55:05.352Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T22:55:05.352Z] Building docker-support-notifications-go [2021-02-01T22:55:05.352Z] Building docker-support-scheduler-go [2021-02-01T22:55:05.352Z] Building docker-security-proxy-setup-go [2021-02-01T22:55:05.352Z] Building docker-core-command-go [2021-02-01T22:55:05.352Z] Building docker-security-secretstore-setup-go [2021-02-01T22:55:05.615Z] ---> Running in c1018a33cc82 [2021-02-01T22:55:05.615Z] Removing intermediate container 3fe5e7381d14 [2021-02-01T22:55:05.615Z] ---> dcfbc93c8528 [2021-02-01T22:55:05.615Z] Step 6/23 : COPY go.mod . [2021-02-01T22:55:05.899Z] Removing intermediate container 566f1ff64249 [2021-02-01T22:55:05.899Z] ---> 40509431f5bc [2021-02-01T22:55:05.899Z] Step 6/22 : COPY go.mod . [2021-02-01T22:55:05.899Z] ---> cd2ba2805a52 [2021-02-01T22:55:05.899Z] Step 7/23 : RUN go mod download [2021-02-01T22:55:05.899Z] ---> Running in abc4d3becbfe [2021-02-01T22:55:06.178Z] Removing intermediate container 341ab95d3864 [2021-02-01T22:55:06.178Z] ---> 61c4c767b5a5 [2021-02-01T22:55:06.178Z] Step 6/21 : COPY go.mod . [2021-02-01T22:55:06.178Z] ---> 50991290cbbf [2021-02-01T22:55:06.178Z] Step 7/23 : RUN go mod download [2021-02-01T22:55:06.445Z] ---> f28b30dc0f48 [2021-02-01T22:55:06.445Z] Step 7/22 : RUN go mod download [2021-02-01T22:55:06.445Z] ---> Running in 4f3408960309 [2021-02-01T22:55:06.445Z] ---> Running in b2b7bb217ddf [2021-02-01T22:55:06.709Z] ---> 3640d5e30788 [2021-02-01T22:55:06.709Z] Step 7/21 : RUN go mod download [2021-02-01T22:55:07.009Z] ---> Running in 1e3f8ba227a2 [2021-02-01T22:55:08.453Z] Removing intermediate container abc4d3becbfe [2021-02-01T22:55:08.453Z] ---> 9915ffde547c [2021-02-01T22:55:08.453Z] Step 8/23 : COPY . . [2021-02-01T22:55:08.453Z] Removing intermediate container c1018a33cc82 [2021-02-01T22:55:08.453Z] ---> a92c864b0b32 [2021-02-01T22:55:08.453Z] Step 8/31 : COPY . . [2021-02-01T22:55:08.735Z] Removing intermediate container 4f3408960309 [2021-02-01T22:55:08.735Z] ---> 3ef188ba6a24 [2021-02-01T22:55:08.735Z] Step 8/23 : COPY . . [2021-02-01T22:55:08.735Z] Removing intermediate container b2b7bb217ddf [2021-02-01T22:55:08.735Z] ---> 510fa9e6fdce [2021-02-01T22:55:08.735Z] Step 8/22 : COPY . . [2021-02-01T22:55:10.707Z] Removing intermediate container 1e3f8ba227a2 [2021-02-01T22:55:10.707Z] ---> 436b2bf0744a [2021-02-01T22:55:10.707Z] Step 8/21 : COPY . . [2021-02-01T22:55:49.792Z] ---> 99b2fb731e0a [2021-02-01T22:55:49.792Z] ---> bc98da1795c3 [2021-02-01T22:55:49.792Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata ---> ffbfd12649e1 [2021-02-01T22:55:49.792Z] [2021-02-01T22:55:49.792Z] Step 9/23 : RUN make cmd/core-data/core-data ---> 8e39419b0084 [2021-02-01T22:55:49.792Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T22:55:49.792Z] [2021-02-01T22:55:49.792Z] [2021-02-01T22:55:49.792Z] ---> Running in c0ea3595a5ab [2021-02-01T22:55:49.792Z] ---> Running in 77a61ea8f29e [2021-02-01T22:55:49.792Z] ---> Running in 190ca6601fbd [2021-02-01T22:55:49.792Z] ---> Running in 2512e41e57e6 [2021-02-01T22:55:49.792Z] ---> d4332ee676bc [2021-02-01T22:55:49.792Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T22:55:49.792Z] ---> Running in 76be1d05f835 [2021-02-01T22:55:49.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T22:55:49.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T22:55:49.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T22:55:49.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T22:55:49.792Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T22:55:52.332Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:55:52.332Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:55:52.332Z] ---> 62cd41812b4a [2021-02-01T22:55:52.332Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T22:55:52.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:55:52.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:55:52.332Z] ---> 62cd41812b4a [2021-02-01T22:55:52.332Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:55:52.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:55:52.332Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:55:52.332Z] [2021-02-01T22:55:52.332Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 62cd41812b4a [2021-02-01T22:55:52.332Z] [2021-02-01T22:55:52.332Z] Step 3/22 : WORKDIR /edgex-go ---> 62cd41812b4a [2021-02-01T22:55:52.332Z] [2021-02-01T22:55:52.332Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T22:55:52.332Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:55:52.332Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:55:52.332Z] ---> 62cd41812b4a [2021-02-01T22:55:52.332Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T22:55:52.601Z] ---> Running in b40a43392e8b [2021-02-01T22:55:52.601Z] ---> Running in dddc7316f3d4 [2021-02-01T22:55:52.601Z] ---> Running in 7de551363ddb [2021-02-01T22:55:52.601Z] ---> Running in af86ad1ba04d [2021-02-01T22:55:52.601Z] ---> Running in be2b2494d284 [2021-02-01T22:55:53.200Z] Removing intermediate container be2b2494d284 [2021-02-01T22:55:53.200Z] ---> 1c55c2d51c59 [2021-02-01T22:55:53.200Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:55:53.200Z] Removing intermediate container dddc7316f3d4 [2021-02-01T22:55:53.200Z] ---> d7bd343f667f [2021-02-01T22:55:53.200Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:55:53.200Z] Removing intermediate container 7de551363ddb [2021-02-01T22:55:53.200Z] ---> 928c06d8f6b3 [2021-02-01T22:55:53.201Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:55:53.201Z] Removing intermediate container b40a43392e8b [2021-02-01T22:55:53.201Z] ---> 15ff7c3d0534 [2021-02-01T22:55:53.201Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:55:53.474Z] Removing intermediate container af86ad1ba04d [2021-02-01T22:55:53.474Z] ---> 569eccffa51d [2021-02-01T22:55:53.474Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:55:53.474Z] ---> Running in 936c2e983f30 [2021-02-01T22:55:53.474Z] ---> Running in 5c37cb66fbb6 [2021-02-01T22:55:53.474Z] ---> Running in 692818dfcb64 [2021-02-01T22:55:53.474Z] ---> Running in 382177fe485b [2021-02-01T22:55:53.746Z] ---> Running in dca771764bbc [2021-02-01T22:55:57.152Z] Removing intermediate container 5c37cb66fbb6 [2021-02-01T22:55:57.152Z] ---> 8da97844574a [2021-02-01T22:55:57.152Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T22:55:57.427Z] ---> Running in a4adff01ba3b [2021-02-01T22:55:57.700Z] Removing intermediate container 936c2e983f30 [2021-02-01T22:55:57.700Z] ---> 2ad91a968425 [2021-02-01T22:55:57.700Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T22:55:57.700Z] Removing intermediate container 692818dfcb64 [2021-02-01T22:55:57.700Z] ---> ad39ff90d410 [2021-02-01T22:55:57.700Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T22:55:57.978Z] Removing intermediate container 382177fe485b [2021-02-01T22:55:57.978Z] ---> d8969124f9b2 [2021-02-01T22:55:57.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T22:55:57.978Z] ---> Running in d7695bed5a63 [2021-02-01T22:55:57.978Z] Removing intermediate container dca771764bbc [2021-02-01T22:55:57.978Z] ---> ef603d37a07a [2021-02-01T22:55:57.978Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T22:55:57.978Z] ---> Running in f4bff75dc9c9 [2021-02-01T22:55:58.258Z] ---> Running in 63e8114fabff [2021-02-01T22:55:58.258Z] ---> Running in 6afe9f50a0ce [2021-02-01T22:55:59.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:55:59.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:00.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:00.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:00.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:00.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:00.712Z] OK: 217 MiB in 51 packages [2021-02-01T22:56:00.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:01.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:01.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:01.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:56:01.570Z] OK: 217 MiB in 51 packages [2021-02-01T22:56:01.858Z] OK: 217 MiB in 51 packages [2021-02-01T22:56:02.134Z] OK: 217 MiB in 51 packages [2021-02-01T22:56:02.134Z] OK: 217 MiB in 51 packages [2021-02-01T22:56:02.134Z] Removing intermediate container a4adff01ba3b [2021-02-01T22:56:02.134Z] ---> 357c511bfbe6 [2021-02-01T22:56:02.134Z] Step 6/21 : COPY go.mod . [2021-02-01T22:56:03.566Z] ---> b3c353389f27 [2021-02-01T22:56:03.566Z] Step 7/21 : RUN go mod download [2021-02-01T22:56:03.566Z] Removing intermediate container d7695bed5a63 [2021-02-01T22:56:03.566Z] ---> 43f30b09fb54 [2021-02-01T22:56:03.566Z] Step 6/22 : COPY go.mod . [2021-02-01T22:56:03.566Z] ---> Running in 0e57e451739a [2021-02-01T22:56:03.848Z] Removing intermediate container f4bff75dc9c9 [2021-02-01T22:56:03.848Z] ---> 407ec5590dac [2021-02-01T22:56:03.848Z] Step 6/24 : COPY go.mod . [2021-02-01T22:56:03.848Z] Removing intermediate container 63e8114fabff [2021-02-01T22:56:03.848Z] ---> e0a10dd39ea6 [2021-02-01T22:56:03.848Z] Step 6/23 : COPY go.mod . [2021-02-01T22:56:03.848Z] Removing intermediate container 6afe9f50a0ce [2021-02-01T22:56:03.848Z] ---> 5ac2d37e18c2 [2021-02-01T22:56:03.848Z] Step 6/22 : COPY go.mod . [2021-02-01T22:56:04.455Z] ---> 9c51e90e4ed9 [2021-02-01T22:56:04.455Z] Step 7/22 : RUN go mod download [2021-02-01T22:56:04.736Z] ---> Running in 21dadf80ba8c [2021-02-01T22:56:05.017Z] ---> 10b6932cc024 [2021-02-01T22:56:05.017Z] Step 7/24 : RUN go mod download [2021-02-01T22:56:05.297Z] ---> Running in dfb9ab88ada9 [2021-02-01T22:56:05.297Z] ---> fe0f5a83977c [2021-02-01T22:56:05.297Z] Step 7/22 : RUN go mod download [2021-02-01T22:56:05.297Z] ---> 3ddf5cf56550 [2021-02-01T22:56:05.297Z] Step 7/23 : RUN go mod download [2021-02-01T22:56:05.573Z] ---> Running in d6f791118f04 [2021-02-01T22:56:05.847Z] ---> Running in 27d74dcd9326 [2021-02-01T22:56:07.316Z] Removing intermediate container 0e57e451739a [2021-02-01T22:56:07.316Z] ---> 59e03edda506 [2021-02-01T22:56:07.316Z] Step 8/21 : COPY . . [2021-02-01T22:56:09.330Z] Removing intermediate container 21dadf80ba8c [2021-02-01T22:56:09.330Z] ---> 83e1a1c3865c [2021-02-01T22:56:09.330Z] Step 8/22 : COPY . . [2021-02-01T22:56:09.925Z] Removing intermediate container dfb9ab88ada9 [2021-02-01T22:56:09.925Z] ---> a3b4e717f47e [2021-02-01T22:56:09.925Z] Step 8/24 : COPY . . [2021-02-01T22:56:10.523Z] Removing intermediate container 27d74dcd9326 [2021-02-01T22:56:10.523Z] ---> 598332ad081e [2021-02-01T22:56:10.523Z] Step 8/23 : COPY . . [2021-02-01T22:56:10.796Z] Removing intermediate container d6f791118f04 [2021-02-01T22:56:10.796Z] ---> 6dad49bcc4cf [2021-02-01T22:56:10.796Z] Step 8/22 : COPY . . [2021-02-01T22:56:22.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T22:56:22.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T22:56:29.161Z] ---> 8717e838abe0 [2021-02-01T22:56:29.161Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T22:56:29.161Z] ---> b2d8662467c3 [2021-02-01T22:56:29.161Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T22:56:29.161Z] ---> d31f8002de94 [2021-02-01T22:56:29.161Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T22:56:29.161Z] ---> a5c0c63f3d0c [2021-02-01T22:56:29.161Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T22:56:29.161Z] ---> Running in dd91afeaf3c8 [2021-02-01T22:56:29.161Z] ---> 516d4e2bd52a [2021-02-01T22:56:29.161Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T22:56:29.161Z] ---> Running in f41fe9789aa9 [2021-02-01T22:56:29.161Z] ---> Running in 71fab640d00e [2021-02-01T22:56:29.161Z] ---> Running in 1853c5022276 [2021-02-01T22:56:29.161Z] ---> Running in cec0e38857f8 [2021-02-01T22:56:29.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T22:56:30.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T22:56:30.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T22:56:30.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T22:56:30.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T22:56:37.543Z] Removing intermediate container 190ca6601fbd [2021-02-01T22:56:37.543Z] ---> f42870d884e1 [2021-02-01T22:56:37.543Z] [2021-02-01T22:56:37.543Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T22:56:37.543Z] 3.12: Pulling from library/alpine [2021-02-01T22:56:38.500Z] Removing intermediate container 76be1d05f835 [2021-02-01T22:56:38.500Z] ---> f9e160d19159 [2021-02-01T22:56:38.500Z] [2021-02-01T22:56:38.500Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T22:56:38.500Z] Removing intermediate container c0ea3595a5ab [2021-02-01T22:56:38.500Z] ---> 02ec90f75168 [2021-02-01T22:56:38.500Z] [2021-02-01T22:56:38.500Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T22:56:38.500Z] 3.12: Pulling from library/alpine [2021-02-01T22:56:38.500Z] 3.12: Pulling from library/alpine [2021-02-01T22:56:39.456Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:56:39.456Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:56:39.456Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T22:56:39.456Z] Status: Image is up to date for alpine:3.12 [2021-02-01T22:56:39.456Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:56:39.456Z] Status: Image is up to date for alpine:3.12 [2021-02-01T22:56:39.456Z] ---> 389fef711851 [2021-02-01T22:56:39.456Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T22:56:39.456Z] ---> 389fef711851 [2021-02-01T22:56:39.456Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T22:56:39.456Z] ---> 389fef711851 [2021-02-01T22:56:39.456Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T22:56:39.720Z] Removing intermediate container 77a61ea8f29e [2021-02-01T22:56:39.720Z] ---> 3f8e4d417ddb [2021-02-01T22:56:39.720Z] [2021-02-01T22:56:39.720Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T22:56:39.720Z] ---> 389fef711851 [2021-02-01T22:56:39.720Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T22:56:39.720Z] ---> Running in 5978bf4d50fb [2021-02-01T22:56:39.720Z] ---> Running in 9bb27eca4ac1 [2021-02-01T22:56:39.720Z] ---> Running in 413361e8e3e4 [2021-02-01T22:56:39.987Z] ---> Running in b1d9b85c2952 [2021-02-01T22:56:40.952Z] Removing intermediate container b1d9b85c2952 [2021-02-01T22:56:40.952Z] ---> 6fbf1d2dbdb2 [2021-02-01T22:56:41.230Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T22:56:41.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:41.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:41.495Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T22:56:41.495Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T22:56:41.495Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T22:56:41.495Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T22:56:41.495Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:56:41.495Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:56:41.495Z] OK: 7 MiB in 18 packages [2021-02-01T22:56:42.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:42.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:42.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:42.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:42.342Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T22:56:42.342Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T22:56:42.342Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:56:42.342Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:56:42.342Z] OK: 6 MiB in 15 packages [2021-02-01T22:56:42.342Z] OK: 6 MiB in 15 packages [2021-02-01T22:56:42.611Z] ---> Running in 210388cd9c8e [2021-02-01T22:56:42.611Z] Removing intermediate container 2512e41e57e6 [2021-02-01T22:56:42.611Z] ---> e326f43a90b3 [2021-02-01T22:56:42.611Z] [2021-02-01T22:56:42.611Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T22:56:42.611Z] ---> 389fef711851 [2021-02-01T22:56:42.611Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T22:56:44.015Z] ---> Running in 93809e837a13 [2021-02-01T22:56:44.589Z] Removing intermediate container 93809e837a13 [2021-02-01T22:56:44.589Z] ---> d42ece1a3799 [2021-02-01T22:56:44.589Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T22:56:44.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:44.852Z] Removing intermediate container 5978bf4d50fb [2021-02-01T22:56:44.852Z] ---> e34d543b122d [2021-02-01T22:56:44.852Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T22:56:44.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:44.852Z] ---> Running in a35d4145d0de [2021-02-01T22:56:44.852Z] ---> Running in 7e175bad3e4f [2021-02-01T22:56:44.852Z] Removing intermediate container 413361e8e3e4 [2021-02-01T22:56:44.852Z] ---> 27f116a8848a [2021-02-01T22:56:44.852Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:56:44.852Z] Removing intermediate container 9bb27eca4ac1 [2021-02-01T22:56:44.852Z] ---> 9cda25040241 [2021-02-01T22:56:44.852Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:56:44.852Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T22:56:44.852Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T22:56:45.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:56:45.116Z] OK: 6 MiB in 16 packages [2021-02-01T22:56:45.116Z] ---> Running in 934edc765389 [2021-02-01T22:56:45.116Z] ---> Running in ffa691396cd0 [2021-02-01T22:56:45.381Z] Removing intermediate container a35d4145d0de [2021-02-01T22:56:45.381Z] ---> a80c2edc9a96 [2021-02-01T22:56:45.381Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T22:56:45.381Z] Removing intermediate container 7e175bad3e4f [2021-02-01T22:56:45.381Z] ---> bf8eefe2581f [2021-02-01T22:56:45.381Z] Step 13/21 : WORKDIR /edgex [2021-02-01T22:56:45.643Z] ---> Running in 6f3f3515a507 [2021-02-01T22:56:45.643Z] ---> Running in 076fb8d9b6f8 [2021-02-01T22:56:45.643Z] Removing intermediate container ffa691396cd0 [2021-02-01T22:56:45.643Z] ---> 99c1a27c3eac [2021-02-01T22:56:45.643Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T22:56:45.643Z] Removing intermediate container 934edc765389 [2021-02-01T22:56:45.643Z] ---> ffb7043d8c4d [2021-02-01T22:56:45.643Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T22:56:45.905Z] ---> Running in e59a1840693f [2021-02-01T22:56:46.168Z] Removing intermediate container 210388cd9c8e [2021-02-01T22:56:46.168Z] ---> 215fbf496538 [2021-02-01T22:56:46.168Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T22:56:46.168Z] ---> Running in 06ca007bcd62 [2021-02-01T22:56:46.433Z] Removing intermediate container 6f3f3515a507 [2021-02-01T22:56:46.433Z] ---> 8eae74e172eb [2021-02-01T22:56:46.433Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T22:56:46.433Z] Removing intermediate container 076fb8d9b6f8 [2021-02-01T22:56:46.433Z] ---> fae85adb3a9f [2021-02-01T22:56:46.433Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:56:46.433Z] Removing intermediate container e59a1840693f [2021-02-01T22:56:46.433Z] ---> b613e8a08462 [2021-02-01T22:56:46.433Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T22:56:46.433Z] ---> Running in 4d8a7e68de0e [2021-02-01T22:56:46.695Z] ---> Running in ed647b5864b9 [2021-02-01T22:56:46.695Z] ---> Running in 775d617fa71b [2021-02-01T22:56:46.695Z] Removing intermediate container 06ca007bcd62 [2021-02-01T22:56:46.695Z] ---> 5723c786c7b3 [2021-02-01T22:56:46.695Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T22:56:46.959Z] ---> 4472d478e672 [2021-02-01T22:56:46.959Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T22:56:46.959Z] ---> Running in 11d354b2d3e3 [2021-02-01T22:56:46.959Z] Removing intermediate container 4d8a7e68de0e [2021-02-01T22:56:46.959Z] ---> 6896a7ce8150 [2021-02-01T22:56:46.959Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T22:56:47.227Z] Removing intermediate container 775d617fa71b [2021-02-01T22:56:47.227Z] ---> da72739d0f12 [2021-02-01T22:56:47.227Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:56:47.227Z] ---> Running in 4bbea240e858 [2021-02-01T22:56:47.498Z] Removing intermediate container 11d354b2d3e3 [2021-02-01T22:56:47.498Z] ---> d2af08d836b6 [2021-02-01T22:56:47.498Z] Step 15/23 : WORKDIR / [2021-02-01T22:56:47.498Z] ---> Running in b45dd61f8ed1 [2021-02-01T22:56:47.498Z] Removing intermediate container 4bbea240e858 [2021-02-01T22:56:47.498Z] ---> 2adc8e6bf80e [2021-02-01T22:56:47.498Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T22:56:47.763Z] ---> 54863c606b79 [2021-02-01T22:56:47.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T22:56:47.764Z] ---> db26c54be314 [2021-02-01T22:56:47.764Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T22:56:47.764Z] ---> Running in 4b6691db9fea [2021-02-01T22:56:48.030Z] Removing intermediate container b45dd61f8ed1 [2021-02-01T22:56:48.030Z] ---> b71e6a71ab90 [2021-02-01T22:56:48.030Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:56:48.611Z] Removing intermediate container ed647b5864b9 [2021-02-01T22:56:48.611Z] ---> 874d308bf05c [2021-02-01T22:56:48.612Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T22:56:48.612Z] ---> 6458b1873f4c [2021-02-01T22:56:48.612Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T22:56:49.201Z] ---> 8363e7ffcf60 [2021-02-01T22:56:49.201Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T22:56:49.201Z] ---> 55c8dd62e25c [2021-02-01T22:56:49.201Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T22:56:49.201Z] ---> Running in 6725f366e206 [2021-02-01T22:56:49.484Z] ---> Running in 635914762db0 [2021-02-01T22:56:49.484Z] ---> 8ac1ca6b8f96 [2021-02-01T22:56:49.484Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T22:56:49.749Z] ---> c4482d44252a [2021-02-01T22:56:49.749Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T22:56:50.027Z] ---> Running in 4f11c8dd6b25 [2021-02-01T22:56:50.027Z] Removing intermediate container 635914762db0 [2021-02-01T22:56:50.027Z] ---> 93069b1ae455 [2021-02-01T22:56:50.027Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T22:56:50.027Z] Removing intermediate container 4b6691db9fea [2021-02-01T22:56:50.027Z] ---> 0779152808a8 [2021-02-01T22:56:50.027Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T22:56:50.027Z] ---> 00afc1fc761d [2021-02-01T22:56:50.027Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T22:56:50.027Z] ---> Running in b7f20d02de03 [2021-02-01T22:56:50.293Z] ---> Running in 73b14697be04 [2021-02-01T22:56:50.293Z] ---> Running in b38350207706 [2021-02-01T22:56:50.293Z] Removing intermediate container 4f11c8dd6b25 [2021-02-01T22:56:50.293Z] ---> bdb25f162bed [2021-02-01T22:56:50.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:56:50.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:50.562Z] ---> Running in 478dba91badf [2021-02-01T22:56:50.562Z] Removing intermediate container b7f20d02de03 [2021-02-01T22:56:50.562Z] ---> 9b4ba05e452f [2021-02-01T22:56:50.562Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T22:56:50.562Z] Removing intermediate container b38350207706 [2021-02-01T22:56:50.562Z] ---> b7255b657df1 [2021-02-01T22:56:50.562Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:56:50.562Z] ---> Running in 6fdc5bcab481 [2021-02-01T22:56:50.562Z] Removing intermediate container 73b14697be04 [2021-02-01T22:56:50.562Z] ---> 39c74f5a2030 [2021-02-01T22:56:50.562Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T22:56:50.835Z] ---> Running in 1f6fbca7ed16 [2021-02-01T22:56:50.835Z] Removing intermediate container 478dba91badf [2021-02-01T22:56:50.835Z] ---> ae6e6ead313e [2021-02-01T22:56:50.835Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T22:56:51.101Z] ---> Running in 9a0e8adc9b65 [2021-02-01T22:56:51.101Z] Removing intermediate container 6fdc5bcab481 [2021-02-01T22:56:51.101Z] ---> ad6d03242773 [2021-02-01T22:56:51.101Z] Step 20/21 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:56:51.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:56:51.101Z] ---> b4c11a562508 [2021-02-01T22:56:51.101Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T22:56:51.101Z] ---> Running in f08a8f403ce0 [2021-02-01T22:56:51.367Z] Removing intermediate container 1f6fbca7ed16 [2021-02-01T22:56:51.367Z] ---> 85be649cb761 [2021-02-01T22:56:51.367Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T22:56:51.367Z] Removing intermediate container 9a0e8adc9b65 [2021-02-01T22:56:51.367Z] ---> b1dfd0f4470a [2021-02-01T22:56:51.367Z] Step 21/22 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:56:51.367Z] ---> Running in beb56c47475c [2021-02-01T22:56:51.367Z] ---> Running in d8e9634ad149 [2021-02-01T22:56:51.633Z] ---> Running in fe7b48241819 [2021-02-01T22:56:51.633Z] Removing intermediate container f08a8f403ce0 [2021-02-01T22:56:51.633Z] ---> 576cd56b4536 [2021-02-01T22:56:51.633Z] Step 21/21 : LABEL version=2.0.0-dev.71 [2021-02-01T22:56:51.633Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T22:56:51.902Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T22:56:51.902Z] Removing intermediate container beb56c47475c [2021-02-01T22:56:51.902Z] ---> 401b18cacdc9 [2021-02-01T22:56:51.902Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:56:51.902Z] ---> Running in b32947da8cbd [2021-02-01T22:56:51.902Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T22:56:51.902Z] Removing intermediate container fe7b48241819 [2021-02-01T22:56:51.902Z] ---> 6e6d6be1eb50 [2021-02-01T22:56:51.902Z] Step 22/22 : LABEL version=2.0.0-dev.71 [2021-02-01T22:56:51.902Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T22:56:51.902Z] ---> Running in ae2bbb9c148e [2021-02-01T22:56:51.902Z] ---> Running in 7c8249cccc4c [2021-02-01T22:56:52.171Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T22:56:52.171Z] Removing intermediate container b32947da8cbd [2021-02-01T22:56:52.171Z] ---> cb859d410d99 [2021-02-01T22:56:52.171Z] [2021-02-01T22:56:52.171Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T22:56:52.438Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:56:52.438Z] OK: 8 MiB in 20 packages [2021-02-01T22:56:52.438Z] Removing intermediate container ae2bbb9c148e [2021-02-01T22:56:52.438Z] ---> d0f4b22a6911 [2021-02-01T22:56:52.438Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T22:56:52.438Z] Removing intermediate container 7c8249cccc4c [2021-02-01T22:56:52.438Z] ---> 3b11d61a26f4 [2021-02-01T22:56:52.438Z] [2021-02-01T22:56:52.438Z] Successfully built cb859d410d99 [2021-02-01T22:56:52.438Z] ---> Running in 06ec4b4c51af [2021-02-01T22:56:52.705Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T22:56:52.705Z] Building docker-support-notifications-go [2021-02-01T22:56:52.705Z]  Building docker-security-proxy-setup-go ... done Successfully built 3b11d61a26f4 [2021-02-01T22:56:52.705Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T22:56:52.705Z] Building docker-security-secretstore-setup-go [2021-02-01T22:56:52.970Z]  Building docker-support-scheduler-go ... done Removing intermediate container 06ec4b4c51af [2021-02-01T22:56:52.970Z] ---> f249506acf21 [2021-02-01T22:56:52.970Z] [2021-02-01T22:56:52.970Z] Successfully built f249506acf21 [2021-02-01T22:56:52.970Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T22:56:52.970Z] Building docker-sys-mgmt-agent-go [2021-02-01T22:56:53.251Z]  Building docker-core-metadata-go ... done Removing intermediate container 6725f366e206 [2021-02-01T22:56:53.251Z] ---> 336d8df58962 [2021-02-01T22:56:53.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:56:53.251Z] Removing intermediate container d8e9634ad149 [2021-02-01T22:56:53.251Z] ---> f7592f3a7bb5 [2021-02-01T22:56:53.251Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:56:53.862Z] ---> 2bf45972267c [2021-02-01T22:56:53.862Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T22:56:53.862Z] ---> c3c93ba2c7db [2021-02-01T22:56:53.862Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T22:56:57.269Z] ---> d2b1310c6209 [2021-02-01T22:56:57.269Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T22:56:57.269Z] ---> 7e8037334f92 [2021-02-01T22:56:57.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T22:56:58.739Z] ---> 81b76bd9627e [2021-02-01T22:56:58.739Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T22:56:58.739Z] ---> bfc5a46031f5 [2021-02-01T22:56:58.739Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T22:56:59.731Z] ---> Running in 2fcc76ad86fc [2021-02-01T22:57:00.004Z] ---> b6c2a840264e [2021-02-01T22:57:00.004Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T22:57:00.600Z] Removing intermediate container 2fcc76ad86fc [2021-02-01T22:57:00.600Z] ---> 775f0a5771fd [2021-02-01T22:57:00.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:57:04.881Z] ---> Running in 8ffe390cfa3b [2021-02-01T22:57:04.881Z] ---> bcfd09e7e24d [2021-02-01T22:57:04.881Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T22:57:05.159Z] ---> Running in 87d631daad88 [2021-02-01T22:57:05.159Z] Removing intermediate container 8ffe390cfa3b [2021-02-01T22:57:05.159Z] ---> 5da11362a2ac [2021-02-01T22:57:05.159Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T22:57:05.764Z] ---> Running in 96499d0140b1 [2021-02-01T22:57:07.717Z] Removing intermediate container 87d631daad88 [2021-02-01T22:57:07.717Z] ---> 1938c89483f4 [2021-02-01T22:57:07.717Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T22:57:07.990Z] Removing intermediate container 96499d0140b1 [2021-02-01T22:57:07.990Z] ---> 8fd7e2b39efd [2021-02-01T22:57:07.990Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:57:08.980Z] ---> Running in b581a5ce5d60 [2021-02-01T22:57:09.267Z] ---> fecf0b67105a [2021-02-01T22:57:09.267Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T22:57:11.238Z] Removing intermediate container b581a5ce5d60 [2021-02-01T22:57:11.238Z] ---> 3ed9e666f514 [2021-02-01T22:57:11.238Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T22:57:12.210Z] ---> Running in fe70aaa0d79c [2021-02-01T22:57:13.171Z] ---> Running in c895eb21de31 [2021-02-01T22:57:14.608Z] Removing intermediate container c895eb21de31 [2021-02-01T22:57:14.608Z] ---> 93aeed0ed188 [2021-02-01T22:57:14.608Z] [2021-02-01T22:57:15.188Z] Successfully built 93aeed0ed188 [2021-02-01T22:57:15.455Z] Successfully tagged docker-core-data-go:latest [2021-02-01T22:57:15.455Z] Building docker-core-command-go [2021-02-01T22:57:19.053Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:57:19.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:57:19.382Z] ---> 3d842aa5939f [2021-02-01T22:57:19.382Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T22:57:19.382Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:57:19.382Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:57:19.382Z] ---> 3d842aa5939f [2021-02-01T22:57:19.382Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> 316893ab1306 [2021-02-01T22:57:19.382Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> 316893ab1306 [2021-02-01T22:57:19.382Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> b1a2d76d6e08 [2021-02-01T22:57:19.382Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> b1a2d76d6e08 [2021-02-01T22:57:19.382Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> 40509431f5bc [2021-02-01T22:57:19.382Z] Step 6/24 : COPY go.mod . [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> f28b30dc0f48 [2021-02-01T22:57:19.382Z] Step 7/24 : RUN go mod download [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> 510fa9e6fdce [2021-02-01T22:57:19.382Z] Step 8/24 : COPY . . [2021-02-01T22:57:19.382Z] ---> Using cache [2021-02-01T22:57:19.382Z] ---> d4332ee676bc [2021-02-01T22:57:19.382Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T22:57:20.031Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:57:20.031Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:57:20.031Z] ---> 3d842aa5939f [2021-02-01T22:57:20.031Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T22:57:20.031Z] ---> Using cache [2021-02-01T22:57:20.031Z] ---> 316893ab1306 [2021-02-01T22:57:20.031Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:57:20.031Z] ---> Using cache [2021-02-01T22:57:20.031Z] ---> b1a2d76d6e08 [2021-02-01T22:57:20.031Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T22:57:20.612Z] Removing intermediate container fe70aaa0d79c [2021-02-01T22:57:20.612Z] ---> ca160f1f4cf5 [2021-02-01T22:57:20.612Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T22:57:21.190Z] ---> Running in 0dae784c07c2 [2021-02-01T22:57:21.190Z] ---> Running in 537fc9f9fdb5 [2021-02-01T22:57:21.190Z] ---> Running in 066a62cef0fb [2021-02-01T22:57:22.141Z] ---> Running in 22d22050253f [2021-02-01T22:57:23.096Z] Removing intermediate container 22d22050253f [2021-02-01T22:57:23.096Z] ---> f6e9f4b947e0 [2021-02-01T22:57:23.096Z] Step 28/31 : CMD ["gate"] [2021-02-01T22:57:23.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T22:57:23.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:57:23.954Z] ---> Running in a7314c98b570 [2021-02-01T22:57:23.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:57:23.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:57:24.537Z] Removing intermediate container a7314c98b570 [2021-02-01T22:57:24.537Z] ---> 8627fd963776 [2021-02-01T22:57:24.537Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T22:57:24.537Z] OK: 233 MiB in 51 packages [2021-02-01T22:57:24.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:57:25.129Z] OK: 233 MiB in 51 packages [2021-02-01T22:57:25.412Z] ---> Running in 9a23de3428eb [2021-02-01T22:57:26.437Z] Removing intermediate container 9a23de3428eb [2021-02-01T22:57:26.437Z] ---> 7cb0de82afe2 [2021-02-01T22:57:26.437Z] Step 30/31 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:57:27.055Z] Removing intermediate container 537fc9f9fdb5 [2021-02-01T22:57:27.055Z] ---> 5b30bd8bfe89 [2021-02-01T22:57:27.055Z] Step 6/22 : COPY go.mod . [2021-02-01T22:57:27.354Z] ---> Running in c3c54f0232b1 [2021-02-01T22:57:27.956Z] Removing intermediate container 066a62cef0fb [2021-02-01T22:57:27.956Z] ---> 6d244f766068 [2021-02-01T22:57:27.956Z] Step 6/26 : COPY go.mod . [2021-02-01T22:57:28.228Z] Removing intermediate container c3c54f0232b1 [2021-02-01T22:57:28.228Z] ---> fafcd741d8f9 [2021-02-01T22:57:28.228Z] Step 31/31 : LABEL version=2.0.0-dev.71 [2021-02-01T22:57:28.228Z] ---> 2371dd055dcd [2021-02-01T22:57:28.228Z] Step 7/22 : RUN go mod download [2021-02-01T22:57:28.512Z] ---> d7600ea6cccd [2021-02-01T22:57:28.512Z] Step 7/26 : RUN go mod download [2021-02-01T22:57:28.788Z] ---> Running in e7232dc81816 [2021-02-01T22:57:28.788Z] ---> Running in ec586b0b626c [2021-02-01T22:57:28.788Z] ---> Running in 06a80424012a [2021-02-01T22:57:29.754Z] Removing intermediate container e7232dc81816 [2021-02-01T22:57:29.754Z] ---> e1f4ce9fc8a6 [2021-02-01T22:57:29.754Z] [2021-02-01T22:57:30.024Z] Successfully built e1f4ce9fc8a6 [2021-02-01T22:57:30.024Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T22:57:33.390Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:57:33.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:57:33.390Z] ---> 3d842aa5939f [2021-02-01T22:57:33.390Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:57:33.390Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> 316893ab1306 [2021-02-01T22:57:33.391Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:57:33.391Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> b1a2d76d6e08 [2021-02-01T22:57:33.391Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T22:57:33.391Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> 40509431f5bc [2021-02-01T22:57:33.391Z] Step 6/23 : COPY go.mod . [2021-02-01T22:57:33.391Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> f28b30dc0f48 [2021-02-01T22:57:33.391Z] Step 7/23 : RUN go mod download [2021-02-01T22:57:33.391Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> 510fa9e6fdce [2021-02-01T22:57:33.391Z] Step 8/23 : COPY . . [2021-02-01T22:57:33.391Z] ---> Using cache [2021-02-01T22:57:33.391Z] ---> d4332ee676bc [2021-02-01T22:57:33.391Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T22:57:33.665Z] Removing intermediate container ec586b0b626c [2021-02-01T22:57:33.665Z] ---> 56b1c62d5249 [2021-02-01T22:57:33.665Z] Step 8/22 : COPY . . [2021-02-01T22:57:33.665Z] Removing intermediate container 06a80424012a [2021-02-01T22:57:33.665Z] ---> 63e9dee91386 [2021-02-01T22:57:33.665Z] Step 8/26 : COPY . . [2021-02-01T22:57:33.951Z] ---> Running in 61ad0307ec92 [2021-02-01T22:57:35.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T22:57:40.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T22:57:52.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T22:57:52.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T22:57:59.026Z] Removing intermediate container 0dae784c07c2 [2021-02-01T22:57:59.026Z] ---> a3c7ed7dd9ad [2021-02-01T22:57:59.026Z] [2021-02-01T22:57:59.026Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T22:57:59.026Z] ---> 389fef711851 [2021-02-01T22:57:59.026Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T22:58:00.431Z] ---> Running in 92ed7feb3293 [2021-02-01T22:58:01.985Z] ---> 6c2e34ed4463 [2021-02-01T22:58:01.985Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T22:58:01.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:01.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:01.985Z] ---> e4803eff7ef8 [2021-02-01T22:58:01.985Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T22:58:01.985Z] ---> Running in 55c26783c5bc [2021-02-01T22:58:02.248Z] ---> Running in 9d0bb01ca3d0 [2021-02-01T22:58:02.248Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T22:58:02.248Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T22:58:02.248Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T22:58:02.248Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T22:58:02.248Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:02.248Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:02.511Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:58:02.784Z] OK: 7 MiB in 19 packages [2021-02-01T22:58:03.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T22:58:03.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T22:58:04.336Z] Removing intermediate container 92ed7feb3293 [2021-02-01T22:58:04.336Z] ---> 8d933e179372 [2021-02-01T22:58:04.336Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T22:58:05.764Z] ---> Running in 9dadddc68af9 [2021-02-01T22:58:06.032Z] Removing intermediate container 61ad0307ec92 [2021-02-01T22:58:06.032Z] ---> f68a510b9aa5 [2021-02-01T22:58:06.032Z] [2021-02-01T22:58:06.032Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T22:58:06.032Z] ---> 389fef711851 [2021-02-01T22:58:06.032Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T22:58:06.032Z] ---> Using cache [2021-02-01T22:58:06.032Z] ---> 9cda25040241 [2021-02-01T22:58:06.032Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:58:06.032Z] ---> Using cache [2021-02-01T22:58:06.032Z] ---> ffb7043d8c4d [2021-02-01T22:58:06.032Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T22:58:06.989Z] Removing intermediate container 9dadddc68af9 [2021-02-01T22:58:06.989Z] ---> 451f6b1a6c3e [2021-02-01T22:58:06.989Z] Step 13/24 : WORKDIR / [2021-02-01T22:58:06.989Z] ---> Running in 7102c71a6442 [2021-02-01T22:58:07.261Z] ---> Running in d403ee0a559d [2021-02-01T22:58:07.261Z] Removing intermediate container 7102c71a6442 [2021-02-01T22:58:07.261Z] ---> f6ccc02864af [2021-02-01T22:58:07.261Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T22:58:07.344Z] Removing intermediate container cec0e38857f8 [2021-02-01T22:58:07.344Z] ---> 5f75c84582db [2021-02-01T22:58:07.344Z] [2021-02-01T22:58:07.344Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T22:58:07.344Z] 3.12: Pulling from library/alpine [2021-02-01T22:58:07.344Z] Removing intermediate container dd91afeaf3c8 [2021-02-01T22:58:07.344Z] ---> 99d6775116b9 [2021-02-01T22:58:07.344Z] [2021-02-01T22:58:07.344Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T22:58:07.344Z] Removing intermediate container 71fab640d00e [2021-02-01T22:58:07.344Z] ---> 4b2cf5a738c2 [2021-02-01T22:58:07.344Z] [2021-02-01T22:58:07.344Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T22:58:07.344Z] 3.12: Pulling from library/alpine [2021-02-01T22:58:07.344Z] 3.12: Pulling from library/alpine [2021-02-01T22:58:07.344Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:58:07.344Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:58:07.344Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T22:58:07.344Z] Status: Image is up to date for alpine:3.12 [2021-02-01T22:58:07.344Z] ---> afeebe901d6b [2021-02-01T22:58:07.344Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T22:58:07.344Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T22:58:07.344Z] ---> afeebe901d6b [2021-02-01T22:58:07.344Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T22:58:07.344Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T22:58:07.344Z] ---> afeebe901d6b [2021-02-01T22:58:07.344Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T22:58:07.344Z] ---> Running in 61d98254a06a [2021-02-01T22:58:07.344Z] ---> Running in fd842fa27fbc [2021-02-01T22:58:07.344Z] ---> Running in 33505fba10b8 [2021-02-01T22:58:07.528Z] ---> Running in 64e56eb100ba [2021-02-01T22:58:07.528Z] Removing intermediate container d403ee0a559d [2021-02-01T22:58:07.528Z] ---> dd5bb58f344b [2021-02-01T22:58:07.528Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-01T22:58:07.801Z] Removing intermediate container 64e56eb100ba [2021-02-01T22:58:07.801Z] ---> 346248b74233 [2021-02-01T22:58:07.801Z] Step 15/23 : WORKDIR / [2021-02-01T22:58:08.067Z] ---> Running in 90c57c2cf78e [2021-02-01T22:58:08.067Z] ---> 66f1049f4a52 [2021-02-01T22:58:08.067Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-01T22:58:08.335Z] Removing intermediate container 90c57c2cf78e [2021-02-01T22:58:08.335Z] ---> de0f95b8399f [2021-02-01T22:58:08.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:58:08.603Z] ---> 626b18447ece [2021-02-01T22:58:08.603Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:08.870Z] ---> c6c7f74cb0ce [2021-02-01T22:58:08.870Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T22:58:09.149Z] ---> 31a583f784dd [2021-02-01T22:58:09.149Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:10.576Z] ---> 6dee6bb5a62b [2021-02-01T22:58:10.576Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:10.576Z] ---> 7ad1076d898a [2021-02-01T22:58:10.577Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T22:58:10.615Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T22:58:10.615Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T22:58:10.615Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T22:58:10.615Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T22:58:10.615Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T22:58:10.615Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:10.615Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:10.615Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:10.615Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:10.615Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:58:10.615Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:58:10.615Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T22:58:10.843Z] ---> 6e9e00f34dc7 [2021-02-01T22:58:10.843Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T22:58:10.843Z] ---> Running in b19cb75f424d [2021-02-01T22:58:10.893Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T22:58:10.893Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T22:58:10.893Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T22:58:10.893Z] OK: 7 MiB in 19 packages [2021-02-01T22:58:10.893Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:10.893Z] OK: 6 MiB in 16 packages [2021-02-01T22:58:10.893Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:58:11.195Z] OK: 7 MiB in 18 packages [2021-02-01T22:58:11.432Z] Removing intermediate container b19cb75f424d [2021-02-01T22:58:11.432Z] ---> d8d35439fc3a [2021-02-01T22:58:11.432Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:58:11.432Z] ---> Running in b2829176a323 [2021-02-01T22:58:11.712Z] ---> 5d9b4735c05a [2021-02-01T22:58:11.712Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T22:58:11.712Z] Removing intermediate container b2829176a323 [2021-02-01T22:58:11.712Z] ---> 53bcf03b70a9 [2021-02-01T22:58:11.712Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T22:58:11.992Z] ---> Running in 60327e00c011 [2021-02-01T22:58:11.992Z] ---> 0c4ec3ee461b [2021-02-01T22:58:11.992Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-01T22:58:12.272Z] ---> Running in 0b00d862b370 [2021-02-01T22:58:12.272Z] Removing intermediate container 60327e00c011 [2021-02-01T22:58:12.272Z] ---> bd6b04a5091b [2021-02-01T22:58:12.272Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:12.272Z] ---> Running in 7783624b7552 [2021-02-01T22:58:12.555Z] Removing intermediate container 7783624b7552 [2021-02-01T22:58:12.555Z] ---> 25553a5f00ae [2021-02-01T22:58:12.555Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:12.832Z] ---> Running in 93e26fc82a5f [2021-02-01T22:58:13.797Z] Removing intermediate container 93e26fc82a5f [2021-02-01T22:58:13.797Z] ---> 651fc036e573 [2021-02-01T22:58:13.797Z] [2021-02-01T22:58:14.070Z] Successfully built 651fc036e573 [2021-02-01T22:58:14.070Z] Successfully tagged docker-core-command-go:latest [2021-02-01T22:58:14.590Z] Removing intermediate container 1853c5022276 [2021-02-01T22:58:14.590Z] ---> 527991fb6622 [2021-02-01T22:58:14.590Z] [2021-02-01T22:58:14.590Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T22:58:14.590Z] ---> afeebe901d6b [2021-02-01T22:58:14.590Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T22:58:14.590Z] Removing intermediate container f41fe9789aa9 [2021-02-01T22:58:14.590Z] ---> 0bc58ce4a2a6 [2021-02-01T22:58:14.590Z] [2021-02-01T22:58:14.590Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T22:58:14.590Z] ---> afeebe901d6b [2021-02-01T22:58:14.590Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T22:58:14.590Z] ---> Running in bde3ec209ee9 [2021-02-01T22:58:14.590Z] ---> Running in 65d7a0298ec0 [2021-02-01T22:58:14.670Z]  Building docker-core-command-go ... done Removing intermediate container 0b00d862b370 [2021-02-01T22:58:14.670Z] ---> 60fddbcc9dcb [2021-02-01T22:58:14.670Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T22:58:14.861Z] Removing intermediate container 61d98254a06a [2021-02-01T22:58:14.861Z] ---> 9b053c15e063 [2021-02-01T22:58:14.861Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T22:58:14.861Z] Removing intermediate container fd842fa27fbc [2021-02-01T22:58:14.861Z] ---> 3951aac739e5 [2021-02-01T22:58:14.861Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:58:14.861Z] Removing intermediate container 33505fba10b8 [2021-02-01T22:58:14.861Z] ---> 498a82f6e844 [2021-02-01T22:58:14.861Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T22:58:14.954Z] ---> Running in e53a869fb066 [2021-02-01T22:58:15.133Z] ---> Running in 3db69a910881 [2021-02-01T22:58:15.133Z] ---> Running in 894e9c8af277 [2021-02-01T22:58:15.133Z] ---> Running in 823ab4184655 [2021-02-01T22:58:15.233Z] Removing intermediate container e53a869fb066 [2021-02-01T22:58:15.233Z] ---> 8a221a63192d [2021-02-01T22:58:15.233Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T22:58:15.510Z] ---> Running in 91ddc685294c [2021-02-01T22:58:15.727Z] Removing intermediate container 3db69a910881 [2021-02-01T22:58:15.727Z] ---> 952c9f4460d0 [2021-02-01T22:58:15.727Z] Step 13/24 : WORKDIR / [2021-02-01T22:58:15.789Z] Removing intermediate container 91ddc685294c [2021-02-01T22:58:15.789Z] ---> 0f75a99c2fc1 [2021-02-01T22:58:15.789Z] Step 23/24 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:16.000Z] Removing intermediate container 894e9c8af277 [2021-02-01T22:58:16.000Z] ---> f59919fdfed4 [2021-02-01T22:58:16.000Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T22:58:16.000Z] Removing intermediate container 823ab4184655 [2021-02-01T22:58:16.000Z] ---> 84b306fadf3f [2021-02-01T22:58:16.000Z] Step 13/21 : WORKDIR /edgex [2021-02-01T22:58:16.057Z] ---> Running in e730d3b5978e [2021-02-01T22:58:16.278Z] ---> Running in f6c04498b06e [2021-02-01T22:58:16.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:16.278Z] ---> Running in 573d738b270d [2021-02-01T22:58:16.278Z] ---> Running in 44f5a7a4f5a5 [2021-02-01T22:58:16.329Z] Removing intermediate container e730d3b5978e [2021-02-01T22:58:16.330Z] ---> 5f8600cda486 [2021-02-01T22:58:16.330Z] Step 24/24 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:16.330Z] ---> Running in 55c787e478d8 [2021-02-01T22:58:16.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:16.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:16.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:58:16.602Z] Removing intermediate container 55c787e478d8 [2021-02-01T22:58:16.603Z] ---> 19c205117776 [2021-02-01T22:58:16.603Z] [2021-02-01T22:58:16.841Z] Removing intermediate container f6c04498b06e [2021-02-01T22:58:16.841Z] ---> 663a2d9c9c58 [2021-02-01T22:58:16.841Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-01T22:58:16.841Z] Removing intermediate container 44f5a7a4f5a5 [2021-02-01T22:58:16.841Z] ---> 8f633c22abfa [2021-02-01T22:58:16.841Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T22:58:16.870Z] Successfully built 19c205117776 [2021-02-01T22:58:16.870Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T22:58:17.116Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:17.116Z] Removing intermediate container 573d738b270d [2021-02-01T22:58:17.116Z] ---> ca64047897b0 [2021-02-01T22:58:17.116Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T22:58:17.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:17.116Z] OK: 5 MiB in 15 packages [2021-02-01T22:58:17.116Z] ---> Running in 97bc6a790c31 [2021-02-01T22:58:17.116Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:17.392Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:17.392Z] OK: 5 MiB in 15 packages [2021-02-01T22:58:18.011Z] Removing intermediate container 97bc6a790c31 [2021-02-01T22:58:18.011Z] ---> bc72422ef2cd [2021-02-01T22:58:18.011Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:58:18.287Z] ---> 7eee5f91df87 [2021-02-01T22:58:18.287Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-01T22:58:18.287Z] ---> 1a93389bedf9 [2021-02-01T22:58:18.287Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T22:58:19.270Z] ---> 5d6ada9709a3 [2021-02-01T22:58:19.270Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T22:58:19.270Z] Removing intermediate container 65d7a0298ec0 [2021-02-01T22:58:19.270Z] ---> 57c026545382 [2021-02-01T22:58:19.270Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:58:19.270Z] Removing intermediate container bde3ec209ee9 [2021-02-01T22:58:19.270Z] ---> 806dc8bb445b [2021-02-01T22:58:19.270Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:19.270Z] ---> 7c87006c7fef [2021-02-01T22:58:19.270Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:58:19.550Z] ---> Running in 6e8d905c0e4b [2021-02-01T22:58:19.550Z] ---> Running in 8018ec6255e6 [2021-02-01T22:58:20.154Z] ---> 6a42e5689c46 [2021-02-01T22:58:20.154Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T22:58:20.154Z] Removing intermediate container 6e8d905c0e4b [2021-02-01T22:58:20.154Z] ---> 4a317032f9ac [2021-02-01T22:58:20.154Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T22:58:20.223Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 55c26783c5bc [2021-02-01T22:58:20.223Z] ---> 2563f599784f [2021-02-01T22:58:20.223Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T22:58:20.433Z] Removing intermediate container 8018ec6255e6 [2021-02-01T22:58:20.433Z] ---> ea03c8e9e9f1 [2021-02-01T22:58:20.433Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T22:58:20.433Z] ---> 3da4f71128d4 [2021-02-01T22:58:20.433Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T22:58:20.433Z] ---> Running in 9a494d87974c [2021-02-01T22:58:20.715Z] ---> Running in 19c9b270c8c1 [2021-02-01T22:58:20.715Z] ---> 266c94f5cf4d [2021-02-01T22:58:20.715Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:21.175Z] ---> Running in 42e38c770657 [2021-02-01T22:58:21.325Z] Removing intermediate container 9a494d87974c [2021-02-01T22:58:21.325Z] ---> 1a30646ce31e [2021-02-01T22:58:21.325Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T22:58:21.325Z] ---> 0cd54e175ebb [2021-02-01T22:58:21.325Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T22:58:21.438Z] Removing intermediate container 9d0bb01ca3d0 [2021-02-01T22:58:21.439Z] ---> 53b880cf667e [2021-02-01T22:58:21.439Z] [2021-02-01T22:58:21.439Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T22:58:21.439Z] ---> 389fef711851 [2021-02-01T22:58:21.439Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T22:58:21.439Z] ---> Running in 6d9b17e4f762 [2021-02-01T22:58:21.608Z] Removing intermediate container 19c9b270c8c1 [2021-02-01T22:58:21.608Z] ---> 73fbfeee913f [2021-02-01T22:58:21.608Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T22:58:21.608Z] ---> Running in f7402f786bc6 [2021-02-01T22:58:21.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T22:58:21.883Z] ---> Running in 498cd394cb25 [2021-02-01T22:58:21.883Z] ---> Running in fcb9b877a038 [2021-02-01T22:58:21.883Z] ---> 9981d531a9b3 [2021-02-01T22:58:21.883Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T22:58:21.883Z] ---> 2306b3b1d45f [2021-02-01T22:58:21.883Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T22:58:21.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:21.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:22.159Z] ---> Running in 68bef2a56b9b [2021-02-01T22:58:22.159Z] Removing intermediate container f7402f786bc6 [2021-02-01T22:58:22.159Z] ---> 997b89a55633 [2021-02-01T22:58:22.159Z] Step 15/23 : WORKDIR / [2021-02-01T22:58:22.436Z] ---> Running in b05996bfc8fe [2021-02-01T22:58:22.542Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T22:58:22.542Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T22:58:22.542Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:22.542Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T22:58:22.721Z] Removing intermediate container 498cd394cb25 [2021-02-01T22:58:22.721Z] ---> 7a56148eac20 [2021-02-01T22:58:22.721Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T22:58:22.721Z] Removing intermediate container fcb9b877a038 [2021-02-01T22:58:22.721Z] ---> 0b349dbb2b4b [2021-02-01T22:58:22.722Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:58:22.722Z] Removing intermediate container 68bef2a56b9b [2021-02-01T22:58:22.722Z] ---> a8ef9c764a1e [2021-02-01T22:58:22.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:58:22.804Z] OK: 6 MiB in 16 packages [2021-02-01T22:58:23.007Z] ---> Running in 2f37a7b30435 [2021-02-01T22:58:23.068Z] Removing intermediate container 42e38c770657 [2021-02-01T22:58:23.068Z] ---> a23cd9905f4c [2021-02-01T22:58:23.068Z] [2021-02-01T22:58:23.068Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T22:58:23.068Z] 20.10.0: Pulling from library/docker [2021-02-01T22:58:23.285Z] ---> Running in c0a3305571f3 [2021-02-01T22:58:23.285Z] Removing intermediate container b05996bfc8fe [2021-02-01T22:58:23.285Z] ---> f951a34d4161 [2021-02-01T22:58:23.285Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:58:23.285Z] ---> 882f9ed1b8f1 [2021-02-01T22:58:23.285Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T22:58:23.561Z] Removing intermediate container 2f37a7b30435 [2021-02-01T22:58:23.561Z] ---> ba868d7d9e8c [2021-02-01T22:58:23.561Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T22:58:23.561Z] ---> 25dadaa3bbf4 [2021-02-01T22:58:23.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T22:58:23.846Z] Removing intermediate container c0a3305571f3 [2021-02-01T22:58:23.846Z] ---> bea7a56f6580 [2021-02-01T22:58:23.846Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T22:58:23.846Z] ---> Running in 5c7cebe04061 [2021-02-01T22:58:24.022Z] Removing intermediate container 6d9b17e4f762 [2021-02-01T22:58:24.022Z] ---> b2426325b36a [2021-02-01T22:58:24.022Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T22:58:24.124Z] ---> Running in 1490e311767a [2021-02-01T22:58:24.512Z] ---> 7b6adc09b060 [2021-02-01T22:58:24.512Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T22:58:24.512Z] ---> d594057423b2 [2021-02-01T22:58:24.512Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-01T22:58:24.603Z] ---> Running in 81fa15195c12 [2021-02-01T22:58:24.838Z] Removing intermediate container 5c7cebe04061 [2021-02-01T22:58:24.838Z] ---> 4d2caecd45c8 [2021-02-01T22:58:24.838Z] Step 20/21 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:24.838Z] Removing intermediate container 1490e311767a [2021-02-01T22:58:24.838Z] ---> 1ab12cbb325d [2021-02-01T22:58:24.838Z] Step 21/22 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:24.838Z] ---> Running in 7681f854cbc1 [2021-02-01T22:58:24.838Z] ---> Running in a93945cd4a18 [2021-02-01T22:58:25.178Z] Removing intermediate container 81fa15195c12 [2021-02-01T22:58:25.178Z] ---> 19a6d509efd9 [2021-02-01T22:58:25.178Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T22:58:25.178Z] ---> Running in c72978d9f87a [2021-02-01T22:58:25.187Z] ---> Running in 94267d55a85d [2021-02-01T22:58:25.445Z] Removing intermediate container c72978d9f87a [2021-02-01T22:58:25.445Z] ---> 8b630df97be9 [2021-02-01T22:58:25.445Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T22:58:25.709Z] ---> Running in 2766dd0c3a63 [2021-02-01T22:58:25.802Z] Removing intermediate container 7681f854cbc1 [2021-02-01T22:58:25.802Z] ---> f617657490e9 [2021-02-01T22:58:25.802Z] Step 21/21 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:25.802Z] ---> 6a790326ac35 [2021-02-01T22:58:25.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:25.971Z] Removing intermediate container 2766dd0c3a63 [2021-02-01T22:58:25.971Z] ---> 7bb1af90ed2d [2021-02-01T22:58:25.971Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T22:58:26.112Z] Removing intermediate container 94267d55a85d [2021-02-01T22:58:26.112Z] ---> b82153f4d973 [2021-02-01T22:58:26.112Z] Step 22/22 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:26.112Z] ---> Running in 27d137fcb420 [2021-02-01T22:58:26.112Z] ---> Running in 6da7d8a98fb8 [2021-02-01T22:58:26.236Z] ---> 3b3d30da6eea [2021-02-01T22:58:26.236Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T22:58:27.122Z] ---> 9c11e97e3eab [2021-02-01T22:58:27.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:27.122Z] Removing intermediate container 6da7d8a98fb8 [2021-02-01T22:58:27.122Z] ---> 20cf1f50446a [2021-02-01T22:58:27.122Z] [2021-02-01T22:58:27.122Z] Removing intermediate container 27d137fcb420 [2021-02-01T22:58:27.122Z] ---> 0e59c755b762 [2021-02-01T22:58:27.122Z] [2021-02-01T22:58:27.190Z] ---> b1352955bd0a [2021-02-01T22:58:27.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:27.400Z] ---> 7c19a1d6cef8 [2021-02-01T22:58:27.400Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T22:58:27.400Z] Successfully built 20cf1f50446a [2021-02-01T22:58:27.454Z] ---> 1377dc037821 [2021-02-01T22:58:27.454Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T22:58:27.677Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T22:58:27.677Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-01T22:58:27.677Z] ---> Running in 7146b055502d [2021-02-01T22:58:27.677Z] Successfully built 0e59c755b762 [2021-02-01T22:58:27.677Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T22:58:27.677Z] Building docker-sys-mgmt-agent-go [2021-02-01T22:58:27.810Z] ---> Running in de043a30ac2b [2021-02-01T22:58:27.956Z]  Building docker-security-proxy-setup-go ... done  ---> ef274de45635 [2021-02-01T22:58:27.956Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T22:58:28.232Z] ---> Running in 9cf694ae097d [2021-02-01T22:58:28.232Z] Removing intermediate container 7146b055502d [2021-02-01T22:58:28.232Z] ---> 7c5a9c3890ed [2021-02-01T22:58:28.232Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:58:28.509Z] ---> Running in 48c60ada35ac [2021-02-01T22:58:28.509Z] Removing intermediate container a93945cd4a18 [2021-02-01T22:58:28.509Z] ---> b48f4a028823 [2021-02-01T22:58:28.509Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T22:58:28.786Z] Removing intermediate container 9cf694ae097d [2021-02-01T22:58:28.786Z] ---> 36e354a2c3fd [2021-02-01T22:58:28.786Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:58:28.786Z] ---> Running in ac24af5ca03e [2021-02-01T22:58:29.061Z] ---> Running in 085f4db9d006 [2021-02-01T22:58:29.061Z] Removing intermediate container 48c60ada35ac [2021-02-01T22:58:29.061Z] ---> 171bf2ad41e6 [2021-02-01T22:58:29.061Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T22:58:29.219Z] Removing intermediate container de043a30ac2b [2021-02-01T22:58:29.219Z] ---> 9f6ed157030b [2021-02-01T22:58:29.219Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:58:29.219Z] ---> Running in a42fc2d90365 [2021-02-01T22:58:29.219Z] Removing intermediate container a42fc2d90365 [2021-02-01T22:58:29.219Z] ---> 3f6dcb33fe11 [2021-02-01T22:58:29.219Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T22:58:29.339Z] ---> Running in cdee09cf413b [2021-02-01T22:58:29.339Z] Removing intermediate container ac24af5ca03e [2021-02-01T22:58:29.339Z] ---> a36d26193289 [2021-02-01T22:58:29.339Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T22:58:29.610Z] ---> Running in ab0373637109 [2021-02-01T22:58:29.610Z] Removing intermediate container 085f4db9d006 [2021-02-01T22:58:29.610Z] ---> af6dab16c5dd [2021-02-01T22:58:29.610Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T22:58:29.795Z] ---> Running in ee5a4966f88f [2021-02-01T22:58:29.795Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T22:58:29.795Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T22:58:29.795Z] ---> aefe523efa57 [2021-02-01T22:58:29.795Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T22:58:29.795Z] ---> Running in a6b596b8b85e [2021-02-01T22:58:29.881Z] Removing intermediate container cdee09cf413b [2021-02-01T22:58:29.882Z] ---> 06371cd27ea3 [2021-02-01T22:58:29.882Z] Step 21/22 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:30.062Z] Removing intermediate container ee5a4966f88f [2021-02-01T22:58:30.062Z] ---> 2aa3db0890f7 [2021-02-01T22:58:30.062Z] Step 21/22 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:30.062Z] ---> Running in 49f2f18e77fe [2021-02-01T22:58:30.154Z] ---> Running in 9dec4380e78d [2021-02-01T22:58:30.326Z] Removing intermediate container 49f2f18e77fe [2021-02-01T22:58:30.326Z] ---> dbb5d938c0e5 [2021-02-01T22:58:30.326Z] Step 22/22 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:30.428Z] ---> Running in cb1965de887f [2021-02-01T22:58:30.594Z] ---> Running in 293566f90cee [2021-02-01T22:58:30.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:30.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:30.594Z] Removing intermediate container 293566f90cee [2021-02-01T22:58:30.594Z] ---> d41f7d61bc8a [2021-02-01T22:58:30.594Z] [2021-02-01T22:58:30.706Z] Removing intermediate container ab0373637109 [2021-02-01T22:58:30.706Z] ---> c5b65a51427a [2021-02-01T22:58:30.706Z] Step 23/24 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:30.878Z] Successfully built d41f7d61bc8a [2021-02-01T22:58:30.878Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T22:58:30.878Z]  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) [2021-02-01T22:58:30.878Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T22:58:30.878Z] Executing bash-5.0.17-r0.post-install [2021-02-01T22:58:30.878Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:30.878Z] OK: 12 MiB in 22 packages [2021-02-01T22:58:31.336Z] Removing intermediate container 9dec4380e78d [2021-02-01T22:58:31.336Z] ---> 78a9e59bec55 [2021-02-01T22:58:31.336Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:58:31.336Z] ---> Running in 8e42f7bbabfd [2021-02-01T22:58:31.456Z] Removing intermediate container a6b596b8b85e [2021-02-01T22:58:31.456Z] ---> 6361072ea339 [2021-02-01T22:58:31.456Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T22:58:31.456Z] ---> Running in 883ed69eef21 [2021-02-01T22:58:31.624Z] Removing intermediate container cb1965de887f [2021-02-01T22:58:31.624Z] ---> b8fce238723f [2021-02-01T22:58:31.624Z] Step 22/22 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:31.720Z] Removing intermediate container 883ed69eef21 [2021-02-01T22:58:31.720Z] ---> 6cc4160ff279 [2021-02-01T22:58:31.720Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T22:58:31.720Z] ---> Running in d78ac70fe955 [2021-02-01T22:58:31.946Z] ---> Running in a29ce4d266a0 [2021-02-01T22:58:31.982Z] Removing intermediate container d78ac70fe955 [2021-02-01T22:58:31.983Z] ---> 52066539c907 [2021-02-01T22:58:31.983Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T22:58:31.983Z] ---> Running in 63c319b25529 [2021-02-01T22:58:32.216Z] ---> Running in 236ca3f80347 [2021-02-01T22:58:32.216Z] Removing intermediate container 8e42f7bbabfd [2021-02-01T22:58:32.216Z] ---> 706d22c88435 [2021-02-01T22:58:32.216Z] Step 24/24 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:32.247Z] Removing intermediate container 63c319b25529 [2021-02-01T22:58:32.247Z] ---> 52b5b6f64feb [2021-02-01T22:58:32.247Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T22:58:32.486Z] Removing intermediate container a29ce4d266a0 [2021-02-01T22:58:32.486Z] ---> 8047c774eae4 [2021-02-01T22:58:32.486Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T22:58:32.763Z] ---> Running in 6064169ea1a0 [2021-02-01T22:58:32.763Z] ---> Running in ac1253de719a [2021-02-01T22:58:32.763Z] Removing intermediate container 236ca3f80347 [2021-02-01T22:58:32.763Z] ---> ccf367794e49 [2021-02-01T22:58:32.763Z] [2021-02-01T22:58:32.821Z] ---> 62a4b4ecef15 [2021-02-01T22:58:32.821Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T22:58:33.085Z] ---> 79706c75f19d [2021-02-01T22:58:33.085Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T22:58:33.355Z] Successfully built ccf367794e49 [2021-02-01T22:58:33.356Z] Removing intermediate container 6064169ea1a0 [2021-02-01T22:58:33.356Z] ---> 47d2f6877ffd [2021-02-01T22:58:33.356Z] [2021-02-01T22:58:33.356Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T22:58:33.356Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-01T22:58:33.356Z] Removing intermediate container ac1253de719a [2021-02-01T22:58:33.356Z] ---> be8c0409fd04 [2021-02-01T22:58:33.356Z] [2021-02-01T22:58:33.633Z] Successfully built 47d2f6877ffd [2021-02-01T22:58:33.633Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T22:58:33.633Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-02-01T22:58:33.633Z] Successfully built be8c0409fd04 [2021-02-01T22:58:33.633Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T22:58:33.662Z] ---> b6de06a8028a [2021-02-01T22:58:33.662Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T22:58:33.662Z] ---> Running in bc2715b46c1d [2021-02-01T22:58:34.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:34.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:34.510Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T22:58:34.510Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T22:58:34.510Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T22:58:34.510Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T22:58:34.510Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T22:58:34.510Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T22:58:34.510Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T22:58:35.458Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T22:58:35.458Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T22:58:35.458Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T22:58:35.458Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T22:58:35.458Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T22:58:35.458Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T22:58:35.721Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T22:58:35.721Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T22:58:35.721Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T22:58:35.721Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T22:58:35.721Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T22:58:35.721Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T22:58:35.721Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T22:58:35.721Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T22:58:35.985Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T22:58:35.985Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T22:58:35.985Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T22:58:35.985Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T22:58:35.985Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T22:58:35.985Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T22:58:35.985Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T22:58:35.985Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T22:58:35.985Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T22:58:35.985Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T22:58:36.247Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T22:58:36.247Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T22:58:36.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:58:36.247Z] OK: 71 MiB in 55 packages [2021-02-01T22:58:46.331Z] Removing intermediate container bc2715b46c1d [2021-02-01T22:58:46.331Z] ---> 690b0478ac00 [2021-02-01T22:58:46.331Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T22:58:46.331Z] ---> Running in 35d5b5352ad9 [2021-02-01T22:58:46.596Z] Collecting docker-compose==1.23.2 [2021-02-01T22:58:46.596Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T22:58:46.860Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T22:58:46.860Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T22:58:47.452Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T22:58:47.452Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T22:58:47.452Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T22:58:47.452Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T22:58:48.413Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T22:58:48.413Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T22:58:48.413Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T22:58:48.413Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T22:58:48.995Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-01T22:58:48.995Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T22:58:48.995Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T22:58:49.581Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T22:58:49.581Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T22:58:49.848Z] Collecting PyYAML<4,>=3.10 [2021-02-01T22:58:49.848Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T22:58:50.806Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T22:58:50.806Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T22:58:51.073Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T22:58:51.073Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T22:58:51.073Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-01T22:58:51.073Z] Collecting idna<2.8,>=2.5 [2021-02-01T22:58:51.073Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T22:58:51.073Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-01T22:58:51.339Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T22:58:51.339Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T22:58:51.339Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T22:58:51.339Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T22:58:51.339Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T22:58:51.339Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T22:58:51.605Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, dockerpty, texttable, cached-property, PyYAML, docker-compose [2021-02-01T22:58:51.605Z] Attempting uninstall: idna [2021-02-01T22:58:51.605Z] Found existing installation: idna 2.9 [2021-02-01T22:58:51.605Z] Uninstalling idna-2.9: [2021-02-01T22:58:51.605Z] Successfully uninstalled idna-2.9 [2021-02-01T22:58:51.871Z] Attempting uninstall: urllib3 [2021-02-01T22:58:51.871Z] Found existing installation: urllib3 1.25.9 [2021-02-01T22:58:51.871Z] Uninstalling urllib3-1.25.9: [2021-02-01T22:58:51.871Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T22:58:52.137Z] Attempting uninstall: requests [2021-02-01T22:58:52.137Z] Found existing installation: requests 2.23.0 [2021-02-01T22:58:52.137Z] Uninstalling requests-2.23.0: [2021-02-01T22:58:52.137Z] Successfully uninstalled requests-2.23.0 [2021-02-01T22:58:52.720Z] Running setup.py install for docopt: started [2021-02-01T22:58:53.304Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T22:58:53.304Z] Running setup.py install for dockerpty: started [2021-02-01T22:58:53.904Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T22:58:53.904Z] Running setup.py install for texttable: started [2021-02-01T22:58:55.125Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T22:58:55.125Z] Running setup.py install for PyYAML: started [2021-02-01T22:58:55.125Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T22:58:55.473Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-01T22:58:58.951Z] Removing intermediate container 35d5b5352ad9 [2021-02-01T22:58:58.951Z] ---> bb1dbb0ec955 [2021-02-01T22:58:58.951Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T22:58:58.951Z] ---> Running in 035ebde28e94 [2021-02-01T22:58:59.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:59.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T22:58:59.481Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T22:59:00.063Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T22:59:00.063Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T22:59:00.063Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T22:59:00.330Z] OK: 72 MiB in 58 packages [2021-02-01T22:59:00.443Z]  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:59:00.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:59:00.444Z] ---> 62cd41812b4a [2021-02-01T22:59:00.444Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:59:00.444Z] ---> Using cache [2021-02-01T22:59:00.444Z] ---> 569eccffa51d [2021-02-01T22:59:00.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:59:00.444Z] ---> Using cache [2021-02-01T22:59:00.444Z] ---> ef603d37a07a [2021-02-01T22:59:00.444Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T22:59:00.444Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:59:00.444Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:59:00.444Z] ---> 62cd41812b4a [2021-02-01T22:59:00.444Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T22:59:00.444Z] ---> Using cache [2021-02-01T22:59:00.444Z] ---> 569eccffa51d [2021-02-01T22:59:00.444Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:59:00.444Z] ---> Using cache [2021-02-01T22:59:00.444Z] ---> ef603d37a07a [2021-02-01T22:59:00.444Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T22:59:00.910Z] Removing intermediate container 035ebde28e94 [2021-02-01T22:59:00.910Z] ---> 47ff039e0250 [2021-02-01T22:59:00.910Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T22:59:00.910Z] ---> Running in 05efd369bd9b [2021-02-01T22:59:00.910Z] Removing intermediate container 05efd369bd9b [2021-02-01T22:59:00.910Z] ---> b9cc694c6803 [2021-02-01T22:59:00.910Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T22:59:01.179Z] ---> Running in 94147c6c9d56 [2021-02-01T22:59:01.179Z] Removing intermediate container 94147c6c9d56 [2021-02-01T22:59:01.179Z] ---> 9b2ea3436744 [2021-02-01T22:59:01.179Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T22:59:01.444Z] ---> Running in d36404e0bd8d [2021-02-01T22:59:01.444Z] Removing intermediate container d36404e0bd8d [2021-02-01T22:59:01.444Z] ---> e818817cbc73 [2021-02-01T22:59:01.444Z] Step 25/26 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:01.719Z] ---> Running in 1c58da1f7ff6 [2021-02-01T22:59:01.719Z] Removing intermediate container 1c58da1f7ff6 [2021-02-01T22:59:01.719Z] ---> 6f80405292ff [2021-02-01T22:59:01.720Z] Step 26/26 : LABEL version=2.0.0-dev.71 [2021-02-01T22:59:01.720Z] ---> Running in cb1094f36b9b [2021-02-01T22:59:01.994Z] Removing intermediate container cb1094f36b9b [2021-02-01T22:59:01.994Z] ---> 932e05c52674 [2021-02-01T22:59:01.994Z] [2021-02-01T22:59:02.258Z] Successfully built 932e05c52674 [2021-02-01T22:59:02.259Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T22:59:02.536Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T22:59:02.543Z] $ docker stop --time=1 a6f6669807254575897124fca0071e503d7c4cbae962f30e2544f51b5ad81248 [2021-02-01T22:59:03.859Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:59:03.859Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:59:03.859Z] ---> 62cd41812b4a [2021-02-01T22:59:03.859Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T22:59:03.859Z] ---> Using cache [2021-02-01T22:59:03.859Z] ---> 569eccffa51d [2021-02-01T22:59:03.859Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:59:03.859Z] ---> Using cache [2021-02-01T22:59:03.859Z] ---> ef603d37a07a [2021-02-01T22:59:03.859Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T22:59:03.859Z] ---> Using cache [2021-02-01T22:59:03.859Z] ---> 5ac2d37e18c2 [2021-02-01T22:59:03.859Z] Step 6/23 : COPY go.mod . [2021-02-01T22:59:03.859Z] ---> Using cache [2021-02-01T22:59:03.859Z] ---> fe0f5a83977c [2021-02-01T22:59:03.859Z] Step 7/23 : RUN go mod download [2021-02-01T22:59:03.859Z] ---> Using cache [2021-02-01T22:59:03.859Z] ---> 6dad49bcc4cf [2021-02-01T22:59:03.859Z] Step 8/23 : COPY . . [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> b2d8662467c3 [2021-02-01T22:59:04.131Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T22:59:04.131Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T22:59:04.131Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T22:59:04.131Z] ---> 62cd41812b4a [2021-02-01T22:59:04.131Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> 569eccffa51d [2021-02-01T22:59:04.131Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> ef603d37a07a [2021-02-01T22:59:04.131Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> 5ac2d37e18c2 [2021-02-01T22:59:04.131Z] Step 6/31 : COPY go.mod . [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> fe0f5a83977c [2021-02-01T22:59:04.131Z] Step 7/31 : RUN go mod download [2021-02-01T22:59:04.131Z] ---> Using cache [2021-02-01T22:59:04.131Z] ---> 6dad49bcc4cf [2021-02-01T22:59:04.131Z] Step 8/31 : COPY . . [2021-02-01T22:59:04.183Z] $ docker rm -f a6f6669807254575897124fca0071e503d7c4cbae962f30e2544f51b5ad81248 [Pipeline] // withDockerContainer [2021-02-01T22:59:04.400Z] ---> Using cache [2021-02-01T22:59:04.400Z] ---> b2d8662467c3 [2021-02-01T22:59:04.400Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T22:59:04.400Z] ---> Running in c420f8406bcd [2021-02-01T22:59:04.400Z] ---> Running in e2eda2c5b83a [2021-02-01T22:59:04.400Z] ---> Running in 69c9a9b555b5 [Pipeline] sh [2021-02-01T22:59:04.679Z] ---> Running in 28919bf691fd [2021-02-01T22:59:04.714Z] + docker images [2021-02-01T22:59:04.714Z] + grep docker [2021-02-01T22:59:05.288Z] docker-sys-mgmt-agent-go latest 932e05c52674 3 seconds ago 313MB [2021-02-01T22:59:05.288Z] docker-support-notifications-go latest d41f7d61bc8a 34 seconds ago 16.9MB [2021-02-01T22:59:05.288Z] docker-security-secretstore-setup-go latest 19c205117776 48 seconds ago 24.6MB [2021-02-01T22:59:05.288Z] docker-core-command-go latest 651fc036e573 51 seconds ago 16.9MB [2021-02-01T22:59:05.288Z] docker-security-bootstrapper-go latest e1f4ce9fc8a6 About a minute ago 23.8MB [2021-02-01T22:59:05.288Z] docker-core-data-go latest 93aeed0ed188 About a minute ago 22.3MB [2021-02-01T22:59:05.288Z] docker-support-scheduler-go latest 3b11d61a26f4 2 minutes ago 17MB [2021-02-01T22:59:05.288Z] docker-core-metadata-go latest f249506acf21 2 minutes ago 18.8MB [2021-02-01T22:59:05.288Z] docker-security-proxy-setup-go latest cb859d410d99 2 minutes ago 24.4MB [2021-02-01T22:59:05.288Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T22:59:05.863Z] provisioning config files... [2021-02-01T22:59:05.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/335@tmp/config2296967812005791549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T22:59:06.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:59:06.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T22:59:06.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T22:59:06.289Z] ---> docker-login.sh [2021-02-01T22:59:06.289Z] nexus3.edgexfoundry.org:10001 [2021-02-01T22:59:06.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:59:06.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T22:59:06.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:59:06.551Z] Configure a credential helper to remove this warning. See [2021-02-01T22:59:06.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:59:06.551Z] [2021-02-01T22:59:06.551Z] Login Succeeded [2021-02-01T22:59:06.551Z] nexus3.edgexfoundry.org:10002 [2021-02-01T22:59:06.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:59:06.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:59:06.551Z] Configure a credential helper to remove this warning. See [2021-02-01T22:59:06.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:59:06.551Z] [2021-02-01T22:59:06.551Z] Login Succeeded [2021-02-01T22:59:06.551Z] nexus3.edgexfoundry.org:10003 [2021-02-01T22:59:06.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:59:06.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:59:06.818Z] Configure a credential helper to remove this warning. See [2021-02-01T22:59:06.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:59:06.818Z] [2021-02-01T22:59:06.818Z] Login Succeeded [2021-02-01T22:59:06.818Z] nexus3.edgexfoundry.org:10004 [2021-02-01T22:59:07.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:59:07.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T22:59:07.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:59:07.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:59:07.083Z] Configure a credential helper to remove this warning. See [2021-02-01T22:59:07.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:59:07.083Z] [2021-02-01T22:59:07.083Z] Login Succeeded [2021-02-01T22:59:07.083Z] docker.io [2021-02-01T22:59:07.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T22:59:07.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T22:59:07.346Z] Configure a credential helper to remove this warning. See [2021-02-01T22:59:07.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T22:59:07.346Z] [2021-02-01T22:59:07.346Z] Login Succeeded [2021-02-01T22:59:07.346Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T22:59:07.356Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:07.572Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-01T22:59:07.572Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:07.572Z] 2.0.0-dev.71 [2021-02-01T22:59:07.572Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:07.572Z] master [2021-02-01T22:59:07.572Z] ===================================================== [2021-02-01T22:59:07.602Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:07.886Z] OK: 217 MiB in 51 packages [2021-02-01T22:59:08.093Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:08.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:08.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T22:59:08.407Z] 72879779f795: Preparing [2021-02-01T22:59:08.407Z] 18df11ae2528: Preparing [2021-02-01T22:59:08.407Z] 2b23d0549705: Preparing [2021-02-01T22:59:08.407Z] 190ced631acb: Preparing [2021-02-01T22:59:08.407Z] 777b2c648970: Preparing [2021-02-01T22:59:08.407Z] 777b2c648970: Layer already exists [2021-02-01T22:59:08.673Z] 190ced631acb: Pushed [2021-02-01T22:59:08.673Z] 2b23d0549705: Pushed [2021-02-01T22:59:08.673Z] 72879779f795: Pushed [2021-02-01T22:59:09.353Z] Removing intermediate container 69c9a9b555b5 [2021-02-01T22:59:09.353Z] ---> bab82373b27a [2021-02-01T22:59:09.353Z] Step 6/26 : COPY go.mod . [2021-02-01T22:59:09.627Z] 18df11ae2528: Pushed [2021-02-01T22:59:09.629Z] Removing intermediate container c420f8406bcd [2021-02-01T22:59:09.629Z] ---> 0abdbfc420b0 [2021-02-01T22:59:09.629Z] Step 6/23 : COPY go.mod . [2021-02-01T22:59:09.891Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:4eedfcb1a667c8b74c59bb214aec8d4709f5b29e8f8e1cc1283af7a015084518 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:10.206Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:10.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.71 [2021-02-01T22:59:10.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T22:59:10.509Z] 72879779f795: Preparing [2021-02-01T22:59:10.509Z] 18df11ae2528: Preparing [2021-02-01T22:59:10.509Z] 2b23d0549705: Preparing [2021-02-01T22:59:10.509Z] 190ced631acb: Preparing [2021-02-01T22:59:10.509Z] 777b2c648970: Preparing [2021-02-01T22:59:10.509Z] 190ced631acb: Layer already exists [2021-02-01T22:59:10.509Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:10.509Z] 777b2c648970: Layer already exists [2021-02-01T22:59:10.509Z] 72879779f795: Layer already exists [2021-02-01T22:59:10.509Z] 18df11ae2528: Layer already exists [2021-02-01T22:59:10.509Z] 2.0.0-dev.71: digest: sha256:4eedfcb1a667c8b74c59bb214aec8d4709f5b29e8f8e1cc1283af7a015084518 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:10.640Z] ---> a17eef525ba5 [2021-02-01T22:59:10.640Z] Step 7/26 : RUN go mod download [2021-02-01T22:59:10.832Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:10.918Z] ---> Running in 32aa3c52a1a5 [2021-02-01T22:59:10.918Z] ---> 68a74adb2062 [2021-02-01T22:59:10.918Z] Step 7/23 : RUN go mod download [2021-02-01T22:59:11.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:11.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T22:59:11.134Z] 72879779f795: Preparing [2021-02-01T22:59:11.134Z] 18df11ae2528: Preparing [2021-02-01T22:59:11.134Z] 2b23d0549705: Preparing [2021-02-01T22:59:11.134Z] 190ced631acb: Preparing [2021-02-01T22:59:11.134Z] 777b2c648970: Preparing [2021-02-01T22:59:11.134Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:11.134Z] 72879779f795: Layer already exists [2021-02-01T22:59:11.134Z] 190ced631acb: Layer already exists [2021-02-01T22:59:11.134Z] 777b2c648970: Layer already exists [2021-02-01T22:59:11.134Z] 18df11ae2528: Layer already exists [2021-02-01T22:59:11.134Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:4eedfcb1a667c8b74c59bb214aec8d4709f5b29e8f8e1cc1283af7a015084518 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:11.193Z] ---> Running in a30cffa1c4e5 [2021-02-01T22:59:11.446Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:11.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-01T22:59:11.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T22:59:11.756Z] 72879779f795: Preparing [2021-02-01T22:59:11.756Z] 18df11ae2528: Preparing [2021-02-01T22:59:11.756Z] 2b23d0549705: Preparing [2021-02-01T22:59:11.756Z] 190ced631acb: Preparing [2021-02-01T22:59:11.756Z] 777b2c648970: Preparing [2021-02-01T22:59:11.756Z] 18df11ae2528: Layer already exists [2021-02-01T22:59:11.756Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:11.756Z] 190ced631acb: Layer already exists [2021-02-01T22:59:11.756Z] 72879779f795: Layer already exists [2021-02-01T22:59:11.756Z] 777b2c648970: Layer already exists [2021-02-01T22:59:12.027Z] master: digest: sha256:4eedfcb1a667c8b74c59bb214aec8d4709f5b29e8f8e1cc1283af7a015084518 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:12.232Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:12.286Z] taggedImages: [2021-02-01T22:59:12.286Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:12.286Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.71 [2021-02-01T22:59:12.286Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:12.286Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-01T22:59:12.380Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-01T22:59:12.380Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:12.380Z] 2.0.0-dev.71 [2021-02-01T22:59:12.380Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:12.380Z] master [2021-02-01T22:59:12.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:12.887Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:13.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:13.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T22:59:13.204Z] 497079ad3e19: Preparing [2021-02-01T22:59:13.204Z] 04a0c313965c: Preparing [2021-02-01T22:59:13.204Z] 2b23d0549705: Preparing [2021-02-01T22:59:13.204Z] ea59f949605c: Preparing [2021-02-01T22:59:13.204Z] 81ad389295c1: Preparing [2021-02-01T22:59:13.204Z] 777b2c648970: Preparing [2021-02-01T22:59:13.204Z] 777b2c648970: Waiting [2021-02-01T22:59:13.204Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:13.204Z] 777b2c648970: Layer already exists [2021-02-01T22:59:13.471Z] 81ad389295c1: Pushed [2021-02-01T22:59:13.471Z] 497079ad3e19: Pushed [2021-02-01T22:59:13.471Z] ea59f949605c: Pushed [2021-02-01T22:59:14.423Z] 04a0c313965c: Pushed [2021-02-01T22:59:14.689Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:b55509afa4d48ed8db75a62ecf6992a878575c1b5f43357675833d14b0d65c38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:15.002Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:15.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.71 [2021-02-01T22:59:15.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T22:59:15.304Z] 497079ad3e19: Preparing [2021-02-01T22:59:15.304Z] 04a0c313965c: Preparing [2021-02-01T22:59:15.304Z] 2b23d0549705: Preparing [2021-02-01T22:59:15.304Z] ea59f949605c: Preparing [2021-02-01T22:59:15.304Z] 81ad389295c1: Preparing [2021-02-01T22:59:15.304Z] 777b2c648970: Preparing [2021-02-01T22:59:15.304Z] 777b2c648970: Waiting [2021-02-01T22:59:15.304Z] ea59f949605c: Layer already exists [2021-02-01T22:59:15.304Z] 81ad389295c1: Layer already exists [2021-02-01T22:59:15.304Z] 04a0c313965c: Layer already exists [2021-02-01T22:59:15.304Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:15.304Z] 497079ad3e19: Layer already exists [2021-02-01T22:59:15.304Z] 777b2c648970: Layer already exists [2021-02-01T22:59:15.304Z] 2.0.0-dev.71: digest: sha256:b55509afa4d48ed8db75a62ecf6992a878575c1b5f43357675833d14b0d65c38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:15.616Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:15.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:15.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T22:59:15.925Z] 497079ad3e19: Preparing [2021-02-01T22:59:15.925Z] 04a0c313965c: Preparing [2021-02-01T22:59:15.925Z] 2b23d0549705: Preparing [2021-02-01T22:59:15.925Z] ea59f949605c: Preparing [2021-02-01T22:59:15.925Z] 81ad389295c1: Preparing [2021-02-01T22:59:15.925Z] 777b2c648970: Preparing [2021-02-01T22:59:15.925Z] 777b2c648970: Waiting [2021-02-01T22:59:15.925Z] 81ad389295c1: Layer already exists [2021-02-01T22:59:15.925Z] 497079ad3e19: Layer already exists [2021-02-01T22:59:15.925Z] 04a0c313965c: Layer already exists [2021-02-01T22:59:15.925Z] ea59f949605c: Layer already exists [2021-02-01T22:59:15.925Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:15.925Z] 777b2c648970: Layer already exists [2021-02-01T22:59:15.925Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:b55509afa4d48ed8db75a62ecf6992a878575c1b5f43357675833d14b0d65c38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:16.234Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:16.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-01T22:59:16.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T22:59:16.535Z] 497079ad3e19: Preparing [2021-02-01T22:59:16.535Z] 04a0c313965c: Preparing [2021-02-01T22:59:16.535Z] 2b23d0549705: Preparing [2021-02-01T22:59:16.535Z] ea59f949605c: Preparing [2021-02-01T22:59:16.535Z] 81ad389295c1: Preparing [2021-02-01T22:59:16.535Z] 777b2c648970: Preparing [2021-02-01T22:59:16.535Z] 777b2c648970: Waiting [2021-02-01T22:59:16.535Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:16.535Z] 04a0c313965c: Layer already exists [2021-02-01T22:59:16.535Z] 81ad389295c1: Layer already exists [2021-02-01T22:59:16.535Z] ea59f949605c: Layer already exists [2021-02-01T22:59:16.535Z] 777b2c648970: Layer already exists [2021-02-01T22:59:16.535Z] 497079ad3e19: Layer already exists [2021-02-01T22:59:16.535Z] master: digest: sha256:b55509afa4d48ed8db75a62ecf6992a878575c1b5f43357675833d14b0d65c38 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-01T22:59:16.671Z] Removing intermediate container 32aa3c52a1a5 [2021-02-01T22:59:16.671Z] ---> f1060764d22f [2021-02-01T22:59:16.671Z] Step 8/26 : COPY . . [2021-02-01T22:59:16.671Z] Removing intermediate container a30cffa1c4e5 [2021-02-01T22:59:16.671Z] ---> d65cc353f4d2 [2021-02-01T22:59:16.671Z] Step 8/23 : COPY . . [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:16.730Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:16.779Z] taggedImages: [2021-02-01T22:59:16.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:16.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.71 [2021-02-01T22:59:16.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:16.779Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-01T22:59:16.844Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-01T22:59:16.844Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:16.844Z] 2.0.0-dev.71 [2021-02-01T22:59:16.844Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:16.844Z] master [2021-02-01T22:59:16.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:17.364Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:17.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:17.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T22:59:17.666Z] 0a0d711c2df8: Preparing [2021-02-01T22:59:17.666Z] 1fe4157bae22: Preparing [2021-02-01T22:59:17.666Z] 2b23d0549705: Preparing [2021-02-01T22:59:17.666Z] 190ced631acb: Preparing [2021-02-01T22:59:17.666Z] 777b2c648970: Preparing [2021-02-01T22:59:17.666Z] 777b2c648970: Layer already exists [2021-02-01T22:59:17.666Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:17.666Z] 190ced631acb: Layer already exists [2021-02-01T22:59:17.666Z] 0a0d711c2df8: Pushed [2021-02-01T22:59:19.058Z] 1fe4157bae22: Pushed [2021-02-01T22:59:19.058Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:60abcb25c7bbd03ab6abd4429dd3e7bd5b5d189e750ca25dd7c6266edb96af49 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:19.370Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:19.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.71 [2021-02-01T22:59:19.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T22:59:19.676Z] 0a0d711c2df8: Preparing [2021-02-01T22:59:19.676Z] 1fe4157bae22: Preparing [2021-02-01T22:59:19.676Z] 2b23d0549705: Preparing [2021-02-01T22:59:19.676Z] 190ced631acb: Preparing [2021-02-01T22:59:19.676Z] 777b2c648970: Preparing [2021-02-01T22:59:19.676Z] 190ced631acb: Layer already exists [2021-02-01T22:59:19.676Z] 1fe4157bae22: Layer already exists [2021-02-01T22:59:19.676Z] 777b2c648970: Layer already exists [2021-02-01T22:59:19.676Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:19.676Z] 0a0d711c2df8: Layer already exists [2021-02-01T22:59:19.676Z] 2.0.0-dev.71: digest: sha256:60abcb25c7bbd03ab6abd4429dd3e7bd5b5d189e750ca25dd7c6266edb96af49 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:19.998Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:20.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:20.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T22:59:20.307Z] 0a0d711c2df8: Preparing [2021-02-01T22:59:20.307Z] 1fe4157bae22: Preparing [2021-02-01T22:59:20.307Z] 2b23d0549705: Preparing [2021-02-01T22:59:20.307Z] 190ced631acb: Preparing [2021-02-01T22:59:20.307Z] 777b2c648970: Preparing [2021-02-01T22:59:20.307Z] 777b2c648970: Layer already exists [2021-02-01T22:59:20.307Z] 190ced631acb: Layer already exists [2021-02-01T22:59:20.307Z] 1fe4157bae22: Layer already exists [2021-02-01T22:59:20.307Z] 0a0d711c2df8: Layer already exists [2021-02-01T22:59:20.307Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:20.307Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:60abcb25c7bbd03ab6abd4429dd3e7bd5b5d189e750ca25dd7c6266edb96af49 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:20.618Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:20.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-01T22:59:20.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T22:59:20.925Z] 0a0d711c2df8: Preparing [2021-02-01T22:59:20.925Z] 1fe4157bae22: Preparing [2021-02-01T22:59:20.925Z] 2b23d0549705: Preparing [2021-02-01T22:59:20.925Z] 190ced631acb: Preparing [2021-02-01T22:59:20.925Z] 777b2c648970: Preparing [2021-02-01T22:59:20.925Z] 190ced631acb: Layer already exists [2021-02-01T22:59:20.925Z] 1fe4157bae22: Layer already exists [2021-02-01T22:59:20.925Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:20.925Z] 777b2c648970: Layer already exists [2021-02-01T22:59:20.925Z] 0a0d711c2df8: Layer already exists [2021-02-01T22:59:20.925Z] master: digest: sha256:60abcb25c7bbd03ab6abd4429dd3e7bd5b5d189e750ca25dd7c6266edb96af49 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:21.138Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:21.186Z] taggedImages: [2021-02-01T22:59:21.186Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:21.186Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.71 [2021-02-01T22:59:21.186Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:21.186Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-01T22:59:21.251Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-01T22:59:21.251Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:21.251Z] 2.0.0-dev.71 [2021-02-01T22:59:21.251Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:21.251Z] master [2021-02-01T22:59:21.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:21.749Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:22.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:22.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T22:59:22.053Z] 6f052dac1c57: Preparing [2021-02-01T22:59:22.053Z] 6f052dac1c57: Preparing [2021-02-01T22:59:22.053Z] 4968d8036aeb: Preparing [2021-02-01T22:59:22.053Z] b55df02ef45a: Preparing [2021-02-01T22:59:22.053Z] cebdf8914b12: Preparing [2021-02-01T22:59:22.053Z] d1e33d969af6: Preparing [2021-02-01T22:59:22.053Z] 2b23d0549705: Preparing [2021-02-01T22:59:22.053Z] 664d9afe2527: Preparing [2021-02-01T22:59:22.053Z] 664d9afe2527: Preparing [2021-02-01T22:59:22.053Z] adf1e24759dd: Preparing [2021-02-01T22:59:22.053Z] 7a227aa371e0: Preparing [2021-02-01T22:59:22.053Z] 777b2c648970: Preparing [2021-02-01T22:59:22.053Z] 2b23d0549705: Waiting [2021-02-01T22:59:22.053Z] 664d9afe2527: Waiting [2021-02-01T22:59:22.053Z] adf1e24759dd: Waiting [2021-02-01T22:59:22.053Z] 7a227aa371e0: Waiting [2021-02-01T22:59:22.053Z] 777b2c648970: Waiting [2021-02-01T22:59:22.317Z] 6f052dac1c57: Pushed [2021-02-01T22:59:22.317Z] cebdf8914b12: Pushed [2021-02-01T22:59:22.317Z] 4968d8036aeb: Pushed [2021-02-01T22:59:22.893Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:23.172Z] adf1e24759dd: Pushed [2021-02-01T22:59:23.172Z] 777b2c648970: Layer already exists [2021-02-01T22:59:23.173Z] 664d9afe2527: Pushed [2021-02-01T22:59:23.173Z] d1e33d969af6: Pushed [2021-02-01T22:59:23.173Z] b55df02ef45a: Pushed [2021-02-01T22:59:23.173Z] 7a227aa371e0: Pushed [2021-02-01T22:59:23.555Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:e650b10ee50aaed4effd8e7ebcc37fa021918f1a82467674e13ffcd42d5d2937 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:23.981Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:24.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.71 [2021-02-01T22:59:24.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T22:59:24.287Z] 6f052dac1c57: Preparing [2021-02-01T22:59:24.287Z] 6f052dac1c57: Preparing [2021-02-01T22:59:24.287Z] 4968d8036aeb: Preparing [2021-02-01T22:59:24.287Z] b55df02ef45a: Preparing [2021-02-01T22:59:24.287Z] cebdf8914b12: Preparing [2021-02-01T22:59:24.287Z] d1e33d969af6: Preparing [2021-02-01T22:59:24.287Z] 2b23d0549705: Preparing [2021-02-01T22:59:24.287Z] 664d9afe2527: Preparing [2021-02-01T22:59:24.287Z] 664d9afe2527: Preparing [2021-02-01T22:59:24.287Z] adf1e24759dd: Preparing [2021-02-01T22:59:24.287Z] 7a227aa371e0: Preparing [2021-02-01T22:59:24.287Z] 777b2c648970: Preparing [2021-02-01T22:59:24.287Z] 2b23d0549705: Waiting [2021-02-01T22:59:24.287Z] 664d9afe2527: Waiting [2021-02-01T22:59:24.287Z] adf1e24759dd: Waiting [2021-02-01T22:59:24.287Z] 7a227aa371e0: Waiting [2021-02-01T22:59:24.287Z] 777b2c648970: Waiting [2021-02-01T22:59:24.287Z] 6f052dac1c57: Layer already exists [2021-02-01T22:59:24.287Z] 4968d8036aeb: Layer already exists [2021-02-01T22:59:24.287Z] b55df02ef45a: Layer already exists [2021-02-01T22:59:24.287Z] d1e33d969af6: Layer already exists [2021-02-01T22:59:24.287Z] cebdf8914b12: Layer already exists [2021-02-01T22:59:24.287Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:24.287Z] 7a227aa371e0: Layer already exists [2021-02-01T22:59:24.287Z] 664d9afe2527: Layer already exists [2021-02-01T22:59:24.287Z] adf1e24759dd: Layer already exists [2021-02-01T22:59:24.287Z] 777b2c648970: Layer already exists [2021-02-01T22:59:24.287Z] 2.0.0-dev.71: digest: sha256:e650b10ee50aaed4effd8e7ebcc37fa021918f1a82467674e13ffcd42d5d2937 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:24.600Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:24.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:24.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T22:59:24.904Z] 6f052dac1c57: Preparing [2021-02-01T22:59:24.904Z] 6f052dac1c57: Preparing [2021-02-01T22:59:24.904Z] 4968d8036aeb: Preparing [2021-02-01T22:59:24.904Z] b55df02ef45a: Preparing [2021-02-01T22:59:24.904Z] cebdf8914b12: Preparing [2021-02-01T22:59:24.904Z] d1e33d969af6: Preparing [2021-02-01T22:59:24.904Z] 2b23d0549705: Preparing [2021-02-01T22:59:24.904Z] 664d9afe2527: Preparing [2021-02-01T22:59:24.904Z] 664d9afe2527: Preparing [2021-02-01T22:59:24.904Z] adf1e24759dd: Preparing [2021-02-01T22:59:24.904Z] 7a227aa371e0: Preparing [2021-02-01T22:59:24.904Z] 777b2c648970: Preparing [2021-02-01T22:59:24.904Z] 2b23d0549705: Waiting [2021-02-01T22:59:24.904Z] 664d9afe2527: Waiting [2021-02-01T22:59:24.904Z] adf1e24759dd: Waiting [2021-02-01T22:59:24.904Z] 7a227aa371e0: Waiting [2021-02-01T22:59:24.904Z] 777b2c648970: Waiting [2021-02-01T22:59:24.904Z] cebdf8914b12: Layer already exists [2021-02-01T22:59:24.904Z] b55df02ef45a: Layer already exists [2021-02-01T22:59:24.904Z] d1e33d969af6: Layer already exists [2021-02-01T22:59:24.904Z] 4968d8036aeb: Layer already exists [2021-02-01T22:59:24.904Z] 6f052dac1c57: Layer already exists [2021-02-01T22:59:24.904Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:24.904Z] 664d9afe2527: Layer already exists [2021-02-01T22:59:24.904Z] 777b2c648970: Layer already exists [2021-02-01T22:59:24.904Z] adf1e24759dd: Layer already exists [2021-02-01T22:59:24.904Z] 7a227aa371e0: Layer already exists [2021-02-01T22:59:24.904Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:e650b10ee50aaed4effd8e7ebcc37fa021918f1a82467674e13ffcd42d5d2937 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:25.215Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:25.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-01T22:59:25.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T22:59:25.537Z] 6f052dac1c57: Preparing [2021-02-01T22:59:25.537Z] 6f052dac1c57: Preparing [2021-02-01T22:59:25.537Z] 4968d8036aeb: Preparing [2021-02-01T22:59:25.537Z] b55df02ef45a: Preparing [2021-02-01T22:59:25.537Z] cebdf8914b12: Preparing [2021-02-01T22:59:25.537Z] d1e33d969af6: Preparing [2021-02-01T22:59:25.537Z] 2b23d0549705: Preparing [2021-02-01T22:59:25.537Z] 664d9afe2527: Preparing [2021-02-01T22:59:25.537Z] 664d9afe2527: Preparing [2021-02-01T22:59:25.537Z] adf1e24759dd: Preparing [2021-02-01T22:59:25.537Z] 7a227aa371e0: Preparing [2021-02-01T22:59:25.537Z] 777b2c648970: Preparing [2021-02-01T22:59:25.537Z] 2b23d0549705: Waiting [2021-02-01T22:59:25.537Z] 7a227aa371e0: Waiting [2021-02-01T22:59:25.537Z] 777b2c648970: Waiting [2021-02-01T22:59:25.537Z] 664d9afe2527: Waiting [2021-02-01T22:59:25.537Z] adf1e24759dd: Waiting [2021-02-01T22:59:25.537Z] 6f052dac1c57: Layer already exists [2021-02-01T22:59:25.537Z] d1e33d969af6: Layer already exists [2021-02-01T22:59:25.537Z] 4968d8036aeb: Layer already exists [2021-02-01T22:59:25.537Z] cebdf8914b12: Layer already exists [2021-02-01T22:59:25.537Z] b55df02ef45a: Layer already exists [2021-02-01T22:59:25.537Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:25.537Z] 664d9afe2527: Layer already exists [2021-02-01T22:59:25.537Z] adf1e24759dd: Layer already exists [2021-02-01T22:59:25.537Z] 7a227aa371e0: Layer already exists [2021-02-01T22:59:25.537Z] 777b2c648970: Layer already exists [2021-02-01T22:59:25.801Z] master: digest: sha256:e650b10ee50aaed4effd8e7ebcc37fa021918f1a82467674e13ffcd42d5d2937 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:25.997Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:26.066Z] taggedImages: [2021-02-01T22:59:26.066Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:26.066Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.71 [2021-02-01T22:59:26.066Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:26.066Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-01T22:59:26.127Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-01T22:59:26.127Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:26.127Z] 2.0.0-dev.71 [2021-02-01T22:59:26.127Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:26.127Z] master [2021-02-01T22:59:26.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:26.652Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:26.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:26.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T22:59:26.995Z] de5997ffff9a: Preparing [2021-02-01T22:59:26.995Z] 9a5a777ae147: Preparing [2021-02-01T22:59:26.995Z] 743cbf233f31: Preparing [2021-02-01T22:59:26.995Z] 4d0f1166b449: Preparing [2021-02-01T22:59:26.995Z] b66a96f97c39: Preparing [2021-02-01T22:59:26.995Z] 777b2c648970: Preparing [2021-02-01T22:59:26.995Z] 777b2c648970: Waiting [2021-02-01T22:59:27.263Z] 743cbf233f31: Pushed [2021-02-01T22:59:27.263Z] 4d0f1166b449: Pushed [2021-02-01T22:59:27.529Z] 777b2c648970: Layer already exists [2021-02-01T22:59:27.529Z] b66a96f97c39: Pushed [2021-02-01T22:59:28.111Z] 9a5a777ae147: Pushed [2021-02-01T22:59:28.111Z] de5997ffff9a: Pushed [2021-02-01T22:59:28.373Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:c692d0bb484a46b578ed3afe92fcc388afd557f68c4285c393bd737717701e76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:28.688Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:29.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.71 [2021-02-01T22:59:29.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T22:59:29.048Z] de5997ffff9a: Preparing [2021-02-01T22:59:29.048Z] 9a5a777ae147: Preparing [2021-02-01T22:59:29.048Z] 743cbf233f31: Preparing [2021-02-01T22:59:29.048Z] 4d0f1166b449: Preparing [2021-02-01T22:59:29.048Z] b66a96f97c39: Preparing [2021-02-01T22:59:29.048Z] 777b2c648970: Preparing [2021-02-01T22:59:29.048Z] 777b2c648970: Waiting [2021-02-01T22:59:29.048Z] de5997ffff9a: Layer already exists [2021-02-01T22:59:29.048Z] 4d0f1166b449: Layer already exists [2021-02-01T22:59:29.048Z] 9a5a777ae147: Layer already exists [2021-02-01T22:59:29.048Z] b66a96f97c39: Layer already exists [2021-02-01T22:59:29.048Z] 743cbf233f31: Layer already exists [2021-02-01T22:59:29.048Z] 777b2c648970: Layer already exists [2021-02-01T22:59:29.048Z] 2.0.0-dev.71: digest: sha256:c692d0bb484a46b578ed3afe92fcc388afd557f68c4285c393bd737717701e76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:29.358Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:29.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:29.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T22:59:29.667Z] de5997ffff9a: Preparing [2021-02-01T22:59:29.667Z] 9a5a777ae147: Preparing [2021-02-01T22:59:29.667Z] 743cbf233f31: Preparing [2021-02-01T22:59:29.667Z] 4d0f1166b449: Preparing [2021-02-01T22:59:29.667Z] b66a96f97c39: Preparing [2021-02-01T22:59:29.667Z] 777b2c648970: Preparing [2021-02-01T22:59:29.667Z] 777b2c648970: Waiting [2021-02-01T22:59:29.667Z] de5997ffff9a: Layer already exists [2021-02-01T22:59:29.667Z] b66a96f97c39: Layer already exists [2021-02-01T22:59:29.667Z] 4d0f1166b449: Layer already exists [2021-02-01T22:59:29.667Z] 9a5a777ae147: Layer already exists [2021-02-01T22:59:29.667Z] 743cbf233f31: Layer already exists [2021-02-01T22:59:29.667Z] 777b2c648970: Layer already exists [2021-02-01T22:59:29.667Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:c692d0bb484a46b578ed3afe92fcc388afd557f68c4285c393bd737717701e76 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:29.976Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:30.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-01T22:59:30.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T22:59:30.278Z] de5997ffff9a: Preparing [2021-02-01T22:59:30.278Z] 9a5a777ae147: Preparing [2021-02-01T22:59:30.278Z] 743cbf233f31: Preparing [2021-02-01T22:59:30.278Z] 4d0f1166b449: Preparing [2021-02-01T22:59:30.278Z] b66a96f97c39: Preparing [2021-02-01T22:59:30.278Z] 777b2c648970: Preparing [2021-02-01T22:59:30.278Z] 777b2c648970: Waiting [2021-02-01T22:59:30.278Z] b66a96f97c39: Layer already exists [2021-02-01T22:59:30.278Z] 743cbf233f31: Layer already exists [2021-02-01T22:59:30.278Z] 9a5a777ae147: Layer already exists [2021-02-01T22:59:30.278Z] de5997ffff9a: Layer already exists [2021-02-01T22:59:30.278Z] 4d0f1166b449: Layer already exists [2021-02-01T22:59:30.278Z] 777b2c648970: Layer already exists [2021-02-01T22:59:30.540Z] master: digest: sha256:c692d0bb484a46b578ed3afe92fcc388afd557f68c4285c393bd737717701e76 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:30.785Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:30.831Z] taggedImages: [2021-02-01T22:59:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.71 [2021-02-01T22:59:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:30.831Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-01T22:59:30.914Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-01T22:59:30.914Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:30.914Z] 2.0.0-dev.71 [2021-02-01T22:59:30.914Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:30.914Z] master [2021-02-01T22:59:30.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:31.442Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:31.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:31.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T22:59:31.757Z] d489b1b959fb: Preparing [2021-02-01T22:59:31.757Z] f7cb202f904d: Preparing [2021-02-01T22:59:31.757Z] 322e9fc7c230: Preparing [2021-02-01T22:59:31.757Z] a63595d80867: Preparing [2021-02-01T22:59:31.757Z] fde8535180e1: Preparing [2021-02-01T22:59:31.757Z] 338155f30808: Preparing [2021-02-01T22:59:31.757Z] 79c1c31db39d: Preparing [2021-02-01T22:59:31.757Z] 8e39181ec753: Preparing [2021-02-01T22:59:31.757Z] 777b2c648970: Preparing [2021-02-01T22:59:31.757Z] 338155f30808: Waiting [2021-02-01T22:59:31.757Z] 79c1c31db39d: Waiting [2021-02-01T22:59:31.757Z] 8e39181ec753: Waiting [2021-02-01T22:59:31.757Z] 777b2c648970: Waiting [2021-02-01T22:59:32.046Z] fde8535180e1: Pushed [2021-02-01T22:59:32.046Z] d489b1b959fb: Pushed [2021-02-01T22:59:32.046Z] f7cb202f904d: Pushed [2021-02-01T22:59:32.325Z] 338155f30808: Pushed [2021-02-01T22:59:32.325Z] 79c1c31db39d: Pushed [2021-02-01T22:59:32.325Z] 777b2c648970: Layer already exists [2021-02-01T22:59:32.325Z] 8e39181ec753: Pushed [2021-02-01T22:59:32.908Z] a63595d80867: Pushed [2021-02-01T22:59:33.171Z] 322e9fc7c230: Pushed [2021-02-01T22:59:33.433Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:0a7049130fe490ad697b65d37e25b25ceac3a6174bc2d90fba1685668336d3d0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:33.743Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:34.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.71 [2021-02-01T22:59:34.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T22:59:34.051Z] d489b1b959fb: Preparing [2021-02-01T22:59:34.051Z] f7cb202f904d: Preparing [2021-02-01T22:59:34.051Z] 322e9fc7c230: Preparing [2021-02-01T22:59:34.051Z] a63595d80867: Preparing [2021-02-01T22:59:34.051Z] fde8535180e1: Preparing [2021-02-01T22:59:34.051Z] 338155f30808: Preparing [2021-02-01T22:59:34.051Z] 79c1c31db39d: Preparing [2021-02-01T22:59:34.051Z] 8e39181ec753: Preparing [2021-02-01T22:59:34.051Z] 777b2c648970: Preparing [2021-02-01T22:59:34.051Z] 338155f30808: Waiting [2021-02-01T22:59:34.051Z] 79c1c31db39d: Waiting [2021-02-01T22:59:34.051Z] 8e39181ec753: Waiting [2021-02-01T22:59:34.051Z] 322e9fc7c230: Layer already exists [2021-02-01T22:59:34.051Z] a63595d80867: Layer already exists [2021-02-01T22:59:34.051Z] f7cb202f904d: Layer already exists [2021-02-01T22:59:34.051Z] d489b1b959fb: Layer already exists [2021-02-01T22:59:34.051Z] fde8535180e1: Layer already exists [2021-02-01T22:59:34.051Z] 79c1c31db39d: Layer already exists [2021-02-01T22:59:34.051Z] 8e39181ec753: Layer already exists [2021-02-01T22:59:34.051Z] 338155f30808: Layer already exists [2021-02-01T22:59:34.051Z] 777b2c648970: Layer already exists [2021-02-01T22:59:34.051Z] 2.0.0-dev.71: digest: sha256:0a7049130fe490ad697b65d37e25b25ceac3a6174bc2d90fba1685668336d3d0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:34.374Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:34.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:34.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T22:59:34.671Z] d489b1b959fb: Preparing [2021-02-01T22:59:34.671Z] f7cb202f904d: Preparing [2021-02-01T22:59:34.671Z] 322e9fc7c230: Preparing [2021-02-01T22:59:34.671Z] a63595d80867: Preparing [2021-02-01T22:59:34.671Z] fde8535180e1: Preparing [2021-02-01T22:59:34.671Z] 338155f30808: Preparing [2021-02-01T22:59:34.671Z] 79c1c31db39d: Preparing [2021-02-01T22:59:34.671Z] 8e39181ec753: Preparing [2021-02-01T22:59:34.671Z] 777b2c648970: Preparing [2021-02-01T22:59:34.671Z] 338155f30808: Waiting [2021-02-01T22:59:34.671Z] 79c1c31db39d: Waiting [2021-02-01T22:59:34.671Z] 8e39181ec753: Waiting [2021-02-01T22:59:34.671Z] 777b2c648970: Waiting [2021-02-01T22:59:34.671Z] d489b1b959fb: Layer already exists [2021-02-01T22:59:34.671Z] f7cb202f904d: Layer already exists [2021-02-01T22:59:34.671Z] 322e9fc7c230: Layer already exists [2021-02-01T22:59:34.671Z] fde8535180e1: Layer already exists [2021-02-01T22:59:34.671Z] a63595d80867: Layer already exists [2021-02-01T22:59:34.671Z] 79c1c31db39d: Layer already exists [2021-02-01T22:59:34.671Z] 8e39181ec753: Layer already exists [2021-02-01T22:59:34.671Z] 338155f30808: Layer already exists [2021-02-01T22:59:34.671Z] 777b2c648970: Layer already exists [2021-02-01T22:59:34.671Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:0a7049130fe490ad697b65d37e25b25ceac3a6174bc2d90fba1685668336d3d0 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:34.981Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:35.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-01T22:59:35.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T22:59:35.291Z] d489b1b959fb: Preparing [2021-02-01T22:59:35.291Z] f7cb202f904d: Preparing [2021-02-01T22:59:35.291Z] 322e9fc7c230: Preparing [2021-02-01T22:59:35.291Z] a63595d80867: Preparing [2021-02-01T22:59:35.291Z] fde8535180e1: Preparing [2021-02-01T22:59:35.291Z] 338155f30808: Preparing [2021-02-01T22:59:35.291Z] 79c1c31db39d: Preparing [2021-02-01T22:59:35.291Z] 8e39181ec753: Preparing [2021-02-01T22:59:35.291Z] 777b2c648970: Preparing [2021-02-01T22:59:35.291Z] 338155f30808: Waiting [2021-02-01T22:59:35.291Z] 79c1c31db39d: Waiting [2021-02-01T22:59:35.291Z] 8e39181ec753: Waiting [2021-02-01T22:59:35.291Z] 777b2c648970: Waiting [2021-02-01T22:59:35.291Z] f7cb202f904d: Layer already exists [2021-02-01T22:59:35.291Z] fde8535180e1: Layer already exists [2021-02-01T22:59:35.291Z] 322e9fc7c230: Layer already exists [2021-02-01T22:59:35.291Z] a63595d80867: Layer already exists [2021-02-01T22:59:35.291Z] d489b1b959fb: Layer already exists [2021-02-01T22:59:35.291Z] 338155f30808: Layer already exists [2021-02-01T22:59:35.291Z] 79c1c31db39d: Layer already exists [2021-02-01T22:59:35.291Z] 777b2c648970: Layer already exists [2021-02-01T22:59:35.291Z] 8e39181ec753: Layer already exists [2021-02-01T22:59:35.291Z] master: digest: sha256:0a7049130fe490ad697b65d37e25b25ceac3a6174bc2d90fba1685668336d3d0 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:35.514Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:35.559Z] taggedImages: [2021-02-01T22:59:35.559Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:35.559Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.71 [2021-02-01T22:59:35.559Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:35.559Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-01T22:59:35.654Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-01T22:59:35.654Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:35.654Z] 2.0.0-dev.71 [2021-02-01T22:59:35.654Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:35.654Z] master [2021-02-01T22:59:35.654Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:36.140Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:36.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:36.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T22:59:36.441Z] 850046a9c6b1: Preparing [2021-02-01T22:59:36.442Z] 45bfeb70e60d: Preparing [2021-02-01T22:59:36.442Z] 2b23d0549705: Preparing [2021-02-01T22:59:36.442Z] 74341f2488fa: Preparing [2021-02-01T22:59:36.442Z] 777b2c648970: Preparing [2021-02-01T22:59:36.442Z] 777b2c648970: Layer already exists [2021-02-01T22:59:36.442Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:36.713Z] 850046a9c6b1: Pushed [2021-02-01T22:59:36.713Z] 74341f2488fa: Pushed [2021-02-01T22:59:37.670Z] 45bfeb70e60d: Pushed [2021-02-01T22:59:37.931Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:b101813e8affe0c459faeccab805363097b042018669cd9d5e5c48b19bea682a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:38.243Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:38.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.71 [2021-02-01T22:59:38.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T22:59:38.551Z] 850046a9c6b1: Preparing [2021-02-01T22:59:38.551Z] 45bfeb70e60d: Preparing [2021-02-01T22:59:38.551Z] 2b23d0549705: Preparing [2021-02-01T22:59:38.552Z] 74341f2488fa: Preparing [2021-02-01T22:59:38.552Z] 777b2c648970: Preparing [2021-02-01T22:59:38.552Z] 74341f2488fa: Layer already exists [2021-02-01T22:59:38.552Z] 777b2c648970: Layer already exists [2021-02-01T22:59:38.552Z] 45bfeb70e60d: Layer already exists [2021-02-01T22:59:38.552Z] 850046a9c6b1: Layer already exists [2021-02-01T22:59:38.552Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:38.552Z] 2.0.0-dev.71: digest: sha256:b101813e8affe0c459faeccab805363097b042018669cd9d5e5c48b19bea682a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:38.865Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:38.887Z] ---> fddc0b62bb59 [2021-02-01T22:59:38.887Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T22:59:38.887Z] ---> 5c4c3d626141 [2021-02-01T22:59:38.887Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T22:59:38.887Z] ---> Running in 3229100a1ed1 [2021-02-01T22:59:38.887Z] ---> Running in 814af1c73291 [2021-02-01T22:59:38.887Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T22:59:38.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T22:59:39.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:39.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T22:59:39.168Z] 850046a9c6b1: Preparing [2021-02-01T22:59:39.168Z] 45bfeb70e60d: Preparing [2021-02-01T22:59:39.168Z] 2b23d0549705: Preparing [2021-02-01T22:59:39.168Z] 74341f2488fa: Preparing [2021-02-01T22:59:39.168Z] 777b2c648970: Preparing [2021-02-01T22:59:39.168Z] 74341f2488fa: Layer already exists [2021-02-01T22:59:39.168Z] 45bfeb70e60d: Layer already exists [2021-02-01T22:59:39.168Z] 850046a9c6b1: Layer already exists [2021-02-01T22:59:39.168Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:39.168Z] 777b2c648970: Layer already exists [2021-02-01T22:59:39.168Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:b101813e8affe0c459faeccab805363097b042018669cd9d5e5c48b19bea682a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:39.481Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:39.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-01T22:59:39.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T22:59:39.790Z] 850046a9c6b1: Preparing [2021-02-01T22:59:39.790Z] 45bfeb70e60d: Preparing [2021-02-01T22:59:39.790Z] 2b23d0549705: Preparing [2021-02-01T22:59:39.790Z] 74341f2488fa: Preparing [2021-02-01T22:59:39.790Z] 777b2c648970: Preparing [2021-02-01T22:59:39.790Z] 850046a9c6b1: Layer already exists [2021-02-01T22:59:39.790Z] 777b2c648970: Layer already exists [2021-02-01T22:59:39.790Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:39.790Z] 45bfeb70e60d: Layer already exists [2021-02-01T22:59:39.790Z] 74341f2488fa: Layer already exists [2021-02-01T22:59:39.790Z] master: digest: sha256:b101813e8affe0c459faeccab805363097b042018669cd9d5e5c48b19bea682a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:40.028Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:40.090Z] taggedImages: [2021-02-01T22:59:40.090Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:40.090Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.71 [2021-02-01T22:59:40.090Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:40.090Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-01T22:59:40.191Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-01T22:59:40.191Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:40.191Z] 2.0.0-dev.71 [2021-02-01T22:59:40.191Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:40.191Z] master [2021-02-01T22:59:40.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:40.737Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:41.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:41.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T22:59:41.039Z] d4cbdaf2a664: Preparing [2021-02-01T22:59:41.039Z] ee05983db66c: Preparing [2021-02-01T22:59:41.039Z] 2b23d0549705: Preparing [2021-02-01T22:59:41.039Z] 190ced631acb: Preparing [2021-02-01T22:59:41.039Z] 777b2c648970: Preparing [2021-02-01T22:59:41.039Z] 777b2c648970: Layer already exists [2021-02-01T22:59:41.039Z] 190ced631acb: Layer already exists [2021-02-01T22:59:41.039Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:41.039Z] d4cbdaf2a664: Pushed [2021-02-01T22:59:41.983Z] ee05983db66c: Pushed [2021-02-01T22:59:42.249Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:4b58522a374e5b12a0cf634ba43ceb914174db94d9ad34c3bf813c5aead58bd0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:42.558Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:42.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.71 [2021-02-01T22:59:42.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T22:59:42.858Z] d4cbdaf2a664: Preparing [2021-02-01T22:59:42.858Z] ee05983db66c: Preparing [2021-02-01T22:59:42.858Z] 2b23d0549705: Preparing [2021-02-01T22:59:42.858Z] 190ced631acb: Preparing [2021-02-01T22:59:42.858Z] 777b2c648970: Preparing [2021-02-01T22:59:42.858Z] 190ced631acb: Layer already exists [2021-02-01T22:59:42.858Z] d4cbdaf2a664: Layer already exists [2021-02-01T22:59:42.858Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:42.858Z] ee05983db66c: Layer already exists [2021-02-01T22:59:42.858Z] 777b2c648970: Layer already exists [2021-02-01T22:59:42.858Z] 2.0.0-dev.71: digest: sha256:4b58522a374e5b12a0cf634ba43ceb914174db94d9ad34c3bf813c5aead58bd0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:43.166Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:43.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:43.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T22:59:43.469Z] d4cbdaf2a664: Preparing [2021-02-01T22:59:43.469Z] ee05983db66c: Preparing [2021-02-01T22:59:43.469Z] 2b23d0549705: Preparing [2021-02-01T22:59:43.469Z] 190ced631acb: Preparing [2021-02-01T22:59:43.469Z] 777b2c648970: Preparing [2021-02-01T22:59:43.469Z] d4cbdaf2a664: Layer already exists [2021-02-01T22:59:43.469Z] ee05983db66c: Layer already exists [2021-02-01T22:59:43.469Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:43.469Z] 777b2c648970: Layer already exists [2021-02-01T22:59:43.469Z] 190ced631acb: Layer already exists [2021-02-01T22:59:43.469Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:4b58522a374e5b12a0cf634ba43ceb914174db94d9ad34c3bf813c5aead58bd0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:43.776Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:44.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-01T22:59:44.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T22:59:44.078Z] d4cbdaf2a664: Preparing [2021-02-01T22:59:44.078Z] ee05983db66c: Preparing [2021-02-01T22:59:44.078Z] 2b23d0549705: Preparing [2021-02-01T22:59:44.078Z] 190ced631acb: Preparing [2021-02-01T22:59:44.078Z] 777b2c648970: Preparing [2021-02-01T22:59:44.078Z] 2b23d0549705: Layer already exists [2021-02-01T22:59:44.078Z] d4cbdaf2a664: Layer already exists [2021-02-01T22:59:44.078Z] 777b2c648970: Layer already exists [2021-02-01T22:59:44.078Z] 190ced631acb: Layer already exists [2021-02-01T22:59:44.078Z] ee05983db66c: Layer already exists [2021-02-01T22:59:44.078Z] master: digest: sha256:4b58522a374e5b12a0cf634ba43ceb914174db94d9ad34c3bf813c5aead58bd0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:44.280Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:44.327Z] taggedImages: [2021-02-01T22:59:44.327Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:44.327Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.71 [2021-02-01T22:59:44.327Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:44.327Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-01T22:59:44.388Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-01T22:59:44.388Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:44.388Z] 2.0.0-dev.71 [2021-02-01T22:59:44.388Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:44.388Z] master [2021-02-01T22:59:44.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:44.986Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:45.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:45.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T22:59:45.390Z] d14335ad3e4d: Preparing [2021-02-01T22:59:45.390Z] c4b3949dbfb3: Preparing [2021-02-01T22:59:45.390Z] 85fcc8e008f9: Preparing [2021-02-01T22:59:45.390Z] bc5436b26036: Preparing [2021-02-01T22:59:45.390Z] d08a5dd0349a: Preparing [2021-02-01T22:59:45.390Z] 37172385ad90: Preparing [2021-02-01T22:59:45.390Z] 210d212809b6: Preparing [2021-02-01T22:59:45.390Z] 0754057c0ad3: Preparing [2021-02-01T22:59:45.390Z] 998cdf262ab1: Preparing [2021-02-01T22:59:45.390Z] 02e56110abd2: Preparing [2021-02-01T22:59:45.390Z] abc36efb885a: Preparing [2021-02-01T22:59:45.390Z] b0b09059f4e1: Preparing [2021-02-01T22:59:45.390Z] bb961f40224b: Preparing [2021-02-01T22:59:45.390Z] f4666769fca7: Preparing [2021-02-01T22:59:45.390Z] abc36efb885a: Waiting [2021-02-01T22:59:45.390Z] 37172385ad90: Waiting [2021-02-01T22:59:45.390Z] b0b09059f4e1: Waiting [2021-02-01T22:59:45.390Z] 210d212809b6: Waiting [2021-02-01T22:59:45.390Z] bb961f40224b: Waiting [2021-02-01T22:59:45.390Z] f4666769fca7: Waiting [2021-02-01T22:59:45.390Z] 0754057c0ad3: Waiting [2021-02-01T22:59:45.390Z] 02e56110abd2: Waiting [2021-02-01T22:59:45.390Z] 998cdf262ab1: Waiting [2021-02-01T22:59:45.678Z] d08a5dd0349a: Pushed [2021-02-01T22:59:45.678Z] d14335ad3e4d: Pushed [2021-02-01T22:59:45.943Z] bc5436b26036: Pushed [2021-02-01T22:59:45.943Z] 0754057c0ad3: Layer already exists [2021-02-01T22:59:45.943Z] 998cdf262ab1: Layer already exists [2021-02-01T22:59:45.943Z] 210d212809b6: Pushed [2021-02-01T22:59:45.943Z] 02e56110abd2: Layer already exists [2021-02-01T22:59:45.943Z] abc36efb885a: Layer already exists [2021-02-01T22:59:45.943Z] b0b09059f4e1: Layer already exists [2021-02-01T22:59:45.943Z] c4b3949dbfb3: Pushed [2021-02-01T22:59:45.943Z] bb961f40224b: Layer already exists [2021-02-01T22:59:45.943Z] f4666769fca7: Layer already exists [2021-02-01T22:59:46.890Z] 37172385ad90: Pushed [2021-02-01T22:59:50.201Z] 85fcc8e008f9: Pushed [2021-02-01T22:59:50.201Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:4bcdd776e6e174f91ebd633be4092711b731b08640cac8ad3d99e05bb35b525e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:50.506Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:50.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.71 [2021-02-01T22:59:50.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T22:59:50.802Z] d14335ad3e4d: Preparing [2021-02-01T22:59:50.802Z] c4b3949dbfb3: Preparing [2021-02-01T22:59:50.802Z] 85fcc8e008f9: Preparing [2021-02-01T22:59:50.802Z] bc5436b26036: Preparing [2021-02-01T22:59:50.802Z] d08a5dd0349a: Preparing [2021-02-01T22:59:50.802Z] 37172385ad90: Preparing [2021-02-01T22:59:50.802Z] 210d212809b6: Preparing [2021-02-01T22:59:50.802Z] 0754057c0ad3: Preparing [2021-02-01T22:59:50.802Z] 998cdf262ab1: Preparing [2021-02-01T22:59:50.802Z] 02e56110abd2: Preparing [2021-02-01T22:59:50.802Z] abc36efb885a: Preparing [2021-02-01T22:59:50.802Z] b0b09059f4e1: Preparing [2021-02-01T22:59:50.802Z] bb961f40224b: Preparing [2021-02-01T22:59:50.802Z] f4666769fca7: Preparing [2021-02-01T22:59:50.802Z] 37172385ad90: Waiting [2021-02-01T22:59:50.802Z] 210d212809b6: Waiting [2021-02-01T22:59:50.802Z] 0754057c0ad3: Waiting [2021-02-01T22:59:50.802Z] 998cdf262ab1: Waiting [2021-02-01T22:59:50.802Z] 02e56110abd2: Waiting [2021-02-01T22:59:50.802Z] abc36efb885a: Waiting [2021-02-01T22:59:50.802Z] b0b09059f4e1: Waiting [2021-02-01T22:59:50.802Z] bb961f40224b: Waiting [2021-02-01T22:59:50.802Z] f4666769fca7: Waiting [2021-02-01T22:59:50.802Z] d14335ad3e4d: Layer already exists [2021-02-01T22:59:50.802Z] bc5436b26036: Layer already exists [2021-02-01T22:59:50.802Z] 85fcc8e008f9: Layer already exists [2021-02-01T22:59:50.802Z] c4b3949dbfb3: Layer already exists [2021-02-01T22:59:50.802Z] d08a5dd0349a: Layer already exists [2021-02-01T22:59:50.802Z] 37172385ad90: Layer already exists [2021-02-01T22:59:50.802Z] 0754057c0ad3: Layer already exists [2021-02-01T22:59:50.802Z] 998cdf262ab1: Layer already exists [2021-02-01T22:59:50.802Z] 210d212809b6: Layer already exists [2021-02-01T22:59:50.802Z] 02e56110abd2: Layer already exists [2021-02-01T22:59:50.802Z] abc36efb885a: Layer already exists [2021-02-01T22:59:50.802Z] b0b09059f4e1: Layer already exists [2021-02-01T22:59:50.802Z] bb961f40224b: Layer already exists [2021-02-01T22:59:50.802Z] f4666769fca7: Layer already exists [2021-02-01T22:59:50.802Z] 2.0.0-dev.71: digest: sha256:4bcdd776e6e174f91ebd633be4092711b731b08640cac8ad3d99e05bb35b525e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:51.109Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:51.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:51.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T22:59:51.424Z] d14335ad3e4d: Preparing [2021-02-01T22:59:51.424Z] c4b3949dbfb3: Preparing [2021-02-01T22:59:51.424Z] 85fcc8e008f9: Preparing [2021-02-01T22:59:51.424Z] bc5436b26036: Preparing [2021-02-01T22:59:51.424Z] d08a5dd0349a: Preparing [2021-02-01T22:59:51.424Z] 37172385ad90: Preparing [2021-02-01T22:59:51.424Z] 210d212809b6: Preparing [2021-02-01T22:59:51.424Z] 0754057c0ad3: Preparing [2021-02-01T22:59:51.424Z] 998cdf262ab1: Preparing [2021-02-01T22:59:51.424Z] 02e56110abd2: Preparing [2021-02-01T22:59:51.424Z] abc36efb885a: Preparing [2021-02-01T22:59:51.424Z] b0b09059f4e1: Preparing [2021-02-01T22:59:51.424Z] bb961f40224b: Preparing [2021-02-01T22:59:51.424Z] f4666769fca7: Preparing [2021-02-01T22:59:51.424Z] 37172385ad90: Waiting [2021-02-01T22:59:51.424Z] 210d212809b6: Waiting [2021-02-01T22:59:51.424Z] 0754057c0ad3: Waiting [2021-02-01T22:59:51.424Z] 998cdf262ab1: Waiting [2021-02-01T22:59:51.424Z] 02e56110abd2: Waiting [2021-02-01T22:59:51.424Z] abc36efb885a: Waiting [2021-02-01T22:59:51.424Z] b0b09059f4e1: Waiting [2021-02-01T22:59:51.424Z] bb961f40224b: Waiting [2021-02-01T22:59:51.424Z] f4666769fca7: Waiting [2021-02-01T22:59:51.424Z] bc5436b26036: Layer already exists [2021-02-01T22:59:51.424Z] c4b3949dbfb3: Layer already exists [2021-02-01T22:59:51.424Z] 85fcc8e008f9: Layer already exists [2021-02-01T22:59:51.424Z] d14335ad3e4d: Layer already exists [2021-02-01T22:59:51.424Z] d08a5dd0349a: Layer already exists [2021-02-01T22:59:51.424Z] 37172385ad90: Layer already exists [2021-02-01T22:59:51.424Z] 0754057c0ad3: Layer already exists [2021-02-01T22:59:51.424Z] 210d212809b6: Layer already exists [2021-02-01T22:59:51.424Z] 02e56110abd2: Layer already exists [2021-02-01T22:59:51.424Z] 998cdf262ab1: Layer already exists [2021-02-01T22:59:51.424Z] bb961f40224b: Layer already exists [2021-02-01T22:59:51.424Z] abc36efb885a: Layer already exists [2021-02-01T22:59:51.424Z] f4666769fca7: Layer already exists [2021-02-01T22:59:51.424Z] b0b09059f4e1: Layer already exists [2021-02-01T22:59:51.424Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:4bcdd776e6e174f91ebd633be4092711b731b08640cac8ad3d99e05bb35b525e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:51.746Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T22:59:52.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-01T22:59:52.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T22:59:52.054Z] d14335ad3e4d: Preparing [2021-02-01T22:59:52.054Z] c4b3949dbfb3: Preparing [2021-02-01T22:59:52.054Z] 85fcc8e008f9: Preparing [2021-02-01T22:59:52.054Z] bc5436b26036: Preparing [2021-02-01T22:59:52.054Z] d08a5dd0349a: Preparing [2021-02-01T22:59:52.054Z] 37172385ad90: Preparing [2021-02-01T22:59:52.054Z] 210d212809b6: Preparing [2021-02-01T22:59:52.054Z] 0754057c0ad3: Preparing [2021-02-01T22:59:52.054Z] 998cdf262ab1: Preparing [2021-02-01T22:59:52.054Z] 02e56110abd2: Preparing [2021-02-01T22:59:52.054Z] abc36efb885a: Preparing [2021-02-01T22:59:52.054Z] b0b09059f4e1: Preparing [2021-02-01T22:59:52.054Z] bb961f40224b: Preparing [2021-02-01T22:59:52.054Z] f4666769fca7: Preparing [2021-02-01T22:59:52.054Z] 02e56110abd2: Waiting [2021-02-01T22:59:52.054Z] abc36efb885a: Waiting [2021-02-01T22:59:52.054Z] 37172385ad90: Waiting [2021-02-01T22:59:52.054Z] b0b09059f4e1: Waiting [2021-02-01T22:59:52.054Z] bb961f40224b: Waiting [2021-02-01T22:59:52.054Z] f4666769fca7: Waiting [2021-02-01T22:59:52.054Z] 210d212809b6: Waiting [2021-02-01T22:59:52.054Z] 0754057c0ad3: Waiting [2021-02-01T22:59:52.054Z] 998cdf262ab1: Waiting [2021-02-01T22:59:52.054Z] d14335ad3e4d: Layer already exists [2021-02-01T22:59:52.054Z] c4b3949dbfb3: Layer already exists [2021-02-01T22:59:52.054Z] bc5436b26036: Layer already exists [2021-02-01T22:59:52.054Z] d08a5dd0349a: Layer already exists [2021-02-01T22:59:52.054Z] 85fcc8e008f9: Layer already exists [2021-02-01T22:59:52.054Z] 37172385ad90: Layer already exists [2021-02-01T22:59:52.054Z] 210d212809b6: Layer already exists [2021-02-01T22:59:52.054Z] 0754057c0ad3: Layer already exists [2021-02-01T22:59:52.054Z] 998cdf262ab1: Layer already exists [2021-02-01T22:59:52.054Z] 02e56110abd2: Layer already exists [2021-02-01T22:59:52.054Z] b0b09059f4e1: Layer already exists [2021-02-01T22:59:52.054Z] abc36efb885a: Layer already exists [2021-02-01T22:59:52.054Z] bb961f40224b: Layer already exists [2021-02-01T22:59:52.054Z] f4666769fca7: Layer already exists [2021-02-01T22:59:52.054Z] master: digest: sha256:4bcdd776e6e174f91ebd633be4092711b731b08640cac8ad3d99e05bb35b525e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T22:59:52.274Z] ===================================================== [Pipeline] echo [2021-02-01T22:59:52.319Z] taggedImages: [2021-02-01T22:59:52.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T22:59:52.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.71 [2021-02-01T22:59:52.319Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T22:59:52.319Z] - 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T23:00:05.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T23:00:27.972Z] Removing intermediate container 28919bf691fd [2021-02-01T23:00:27.972Z] ---> e546e625bb42 [2021-02-01T23:00:27.972Z] [2021-02-01T23:00:27.972Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T23:00:27.972Z] ---> afeebe901d6b [2021-02-01T23:00:27.972Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T23:00:27.972Z] ---> Running in 34383b8338ba [2021-02-01T23:00:27.972Z] Removing intermediate container 34383b8338ba [2021-02-01T23:00:27.972Z] ---> 0eb9ed575bfd [2021-02-01T23:00:27.972Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T23:00:27.972Z] ---> Running in aa532868411a [2021-02-01T23:00:28.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T23:00:28.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T23:00:29.462Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T23:00:29.462Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T23:00:29.462Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T23:00:29.462Z] OK: 5 MiB in 16 packages [2021-02-01T23:00:31.467Z] Removing intermediate container aa532868411a [2021-02-01T23:00:31.467Z] ---> 5963a9df7fe2 [2021-02-01T23:00:31.467Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T23:00:31.467Z] ---> Running in 43433e9a18d3 [2021-02-01T23:00:32.460Z] Removing intermediate container 43433e9a18d3 [2021-02-01T23:00:32.460Z] ---> 411684111b52 [2021-02-01T23:00:32.460Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T23:00:32.460Z] ---> Running in c19105aa9217 [2021-02-01T23:00:33.460Z] Removing intermediate container c19105aa9217 [2021-02-01T23:00:33.460Z] ---> 418c5e5ba413 [2021-02-01T23:00:33.460Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T23:00:33.736Z] ---> Running in b5e4768b7b92 [2021-02-01T23:00:37.185Z] Removing intermediate container e2eda2c5b83a [2021-02-01T23:00:37.185Z] ---> 5b6b6990225b [2021-02-01T23:00:37.185Z] [2021-02-01T23:00:37.185Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T23:00:37.185Z] ---> afeebe901d6b [2021-02-01T23:00:37.185Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T23:00:37.185Z] ---> Using cache [2021-02-01T23:00:37.185Z] ---> 57c026545382 [2021-02-01T23:00:37.185Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T23:00:37.185Z] ---> Using cache [2021-02-01T23:00:37.185Z] ---> 4a317032f9ac [2021-02-01T23:00:37.185Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T23:00:37.462Z] ---> Running in 5e2c047c722f [2021-02-01T23:00:37.741Z] Removing intermediate container b5e4768b7b92 [2021-02-01T23:00:37.741Z] ---> 932a25be31dd [2021-02-01T23:00:37.741Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T23:00:38.025Z] ---> Running in 95f6dad8ccf8 [2021-02-01T23:00:38.331Z] Removing intermediate container 5e2c047c722f [2021-02-01T23:00:38.331Z] ---> d5da909ca338 [2021-02-01T23:00:38.331Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T23:00:38.613Z] ---> Running in b1745b84464a [2021-02-01T23:00:38.889Z] Removing intermediate container 95f6dad8ccf8 [2021-02-01T23:00:38.889Z] ---> 450101b107ab [2021-02-01T23:00:38.889Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T23:00:39.493Z] Removing intermediate container b1745b84464a [2021-02-01T23:00:39.493Z] ---> 4e56026f4ccb [2021-02-01T23:00:39.493Z] Step 15/23 : WORKDIR / [2021-02-01T23:00:39.493Z] ---> Running in d2140a15d488 [2021-02-01T23:00:40.098Z] ---> 6d74afbb3988 [2021-02-01T23:00:40.098Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T23:00:40.098Z] ---> Running in cfb9f305fe37 [2021-02-01T23:00:40.707Z] Removing intermediate container d2140a15d488 [2021-02-01T23:00:40.707Z] ---> fb2ab5b6f35c [2021-02-01T23:00:40.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T23:00:42.161Z] ---> 8e1e57cfda67 [2021-02-01T23:00:42.161Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T23:00:44.189Z] Removing intermediate container cfb9f305fe37 [2021-02-01T23:00:44.189Z] ---> 0a8fd03c1587 [2021-02-01T23:00:44.189Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T23:00:44.793Z] ---> e4f9aa95eca6 [2021-02-01T23:00:44.793Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T23:00:45.790Z] ---> 5090d5459088 [2021-02-01T23:00:45.790Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T23:00:46.062Z] ---> bbf3ca1054b9 [2021-02-01T23:00:46.062Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T23:00:46.662Z] ---> Running in db0a79ab1285 [2021-02-01T23:00:47.648Z] ---> 9004e5bd3772 [2021-02-01T23:00:47.648Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T23:00:47.927Z] Removing intermediate container db0a79ab1285 [2021-02-01T23:00:47.927Z] ---> 8b99dc806ce8 [2021-02-01T23:00:47.927Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T23:00:48.403Z] ---> Running in 60c391475db2 [2021-02-01T23:00:49.104Z] Removing intermediate container 60c391475db2 [2021-02-01T23:00:49.104Z] ---> 28070899e261 [2021-02-01T23:00:49.104Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T23:00:49.104Z] ---> d47eea98f4c4 [2021-02-01T23:00:49.104Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T23:00:49.860Z] ---> Running in 5656985e3096 [2021-02-01T23:00:51.440Z] Removing intermediate container 5656985e3096 [2021-02-01T23:00:51.440Z] ---> 6ebe9eb52d17 [2021-02-01T23:00:51.440Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:00:51.714Z] ---> Running in e0ab3a868b7e [2021-02-01T23:00:52.327Z] ---> 18ed5f453640 [2021-02-01T23:00:52.327Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T23:00:52.600Z] Removing intermediate container e0ab3a868b7e [2021-02-01T23:00:52.600Z] ---> 80712689a64f [2021-02-01T23:00:52.600Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T23:00:52.880Z] ---> Running in f6f55f3dd39e [2021-02-01T23:00:53.167Z] Removing intermediate container 3229100a1ed1 [2021-02-01T23:00:53.167Z] ---> d229a2aaffed [2021-02-01T23:00:53.167Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T23:00:53.443Z] ---> Running in dc45205aac62 [2021-02-01T23:00:53.720Z] ---> fd94aa513fec [2021-02-01T23:00:53.720Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T23:00:53.720Z] Removing intermediate container f6f55f3dd39e [2021-02-01T23:00:53.720Z] ---> 109f1ae363c6 [2021-02-01T23:00:53.720Z] [2021-02-01T23:00:54.000Z] Successfully built 109f1ae363c6 [2021-02-01T23:00:54.275Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T23:00:54.275Z]  Building docker-core-metadata-go ... done  ---> Running in 742eeaba1380 [2021-02-01T23:00:54.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.71" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T23:00:55.163Z] Removing intermediate container 742eeaba1380 [2021-02-01T23:00:55.163Z] ---> 4d4f40daa795 [2021-02-01T23:00:55.163Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T23:00:56.162Z] ---> f3ee9e9ab6b9 [2021-02-01T23:00:56.162Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T23:00:56.449Z] ---> Running in 18a28082e4dc [2021-02-01T23:00:58.444Z] Removing intermediate container dc45205aac62 [2021-02-01T23:00:58.445Z] ---> 5941d50d9074 [2021-02-01T23:00:58.445Z] [2021-02-01T23:00:58.445Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T23:00:58.445Z] 20.10.0: Pulling from library/docker [2021-02-01T23:00:59.898Z] Removing intermediate container 18a28082e4dc [2021-02-01T23:00:59.898Z] ---> 28742b273434 [2021-02-01T23:00:59.898Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T23:01:00.888Z] ---> Running in 4dffb4ba3c26 [2021-02-01T23:01:01.499Z] Removing intermediate container 4dffb4ba3c26 [2021-02-01T23:01:01.499Z] ---> d2c9595042a0 [2021-02-01T23:01:01.499Z] Step 28/31 : CMD ["gate"] [2021-02-01T23:01:02.100Z] ---> Running in 80733cc9022f [2021-02-01T23:01:03.092Z] Removing intermediate container 80733cc9022f [2021-02-01T23:01:03.092Z] ---> f8c478ae7b67 [2021-02-01T23:01:03.092Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T23:01:03.719Z] ---> Running in 79e5697fba91 [2021-02-01T23:01:05.176Z] Removing intermediate container 79e5697fba91 [2021-02-01T23:01:05.176Z] ---> f6954e1f8788 [2021-02-01T23:01:05.176Z] Step 30/31 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:01:06.162Z] ---> Running in d37842e53f78 [2021-02-01T23:01:07.145Z] Removing intermediate container d37842e53f78 [2021-02-01T23:01:07.145Z] ---> 60617c90d0b5 [2021-02-01T23:01:07.145Z] Step 31/31 : LABEL version=2.0.0-dev.71 [2021-02-01T23:01:08.611Z] ---> Running in 80f4a9344556 [2021-02-01T23:01:08.900Z] Removing intermediate container 814af1c73291 [2021-02-01T23:01:08.900Z] ---> 4c8e4d3c72d4 [2021-02-01T23:01:08.900Z] [2021-02-01T23:01:08.900Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T23:01:08.900Z] ---> afeebe901d6b [2021-02-01T23:01:08.900Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T23:01:09.180Z] Removing intermediate container 80f4a9344556 [2021-02-01T23:01:09.180Z] ---> 9cd8d67c5a69 [2021-02-01T23:01:09.180Z] [2021-02-01T23:01:09.180Z] ---> Running in 54cf33067690 [2021-02-01T23:01:09.463Z] Successfully built 9cd8d67c5a69 [2021-02-01T23:01:09.463Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T23:01:09.463Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T23:01:09.463Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T23:01:09.463Z] ---> eeaf43b92773 [2021-02-01T23:01:09.463Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T23:01:09.742Z] Removing intermediate container 54cf33067690 [2021-02-01T23:01:09.742Z] ---> cff714267bbf [2021-02-01T23:01:09.742Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T23:01:09.742Z] ---> Running in 9aac4af88e1e [2021-02-01T23:01:09.742Z] ---> Running in 07c2b71ddd5b [2021-02-01T23:01:10.351Z] Removing intermediate container 07c2b71ddd5b [2021-02-01T23:01:10.351Z] ---> ca26e6c3b7b1 [2021-02-01T23:01:10.351Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T23:01:10.351Z] ---> Running in 4a403c0e63f9 [2021-02-01T23:01:10.944Z] Removing intermediate container 4a403c0e63f9 [2021-02-01T23:01:10.944Z] ---> 92737b3c6d91 [2021-02-01T23:01:10.944Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T23:01:10.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:11.231Z] ---> Running in 23e3bd5ec4e7 [2021-02-01T23:01:11.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:11.844Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T23:01:11.844Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T23:01:11.844Z] Executing bash-5.0.17-r0.post-install [2021-02-01T23:01:11.844Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T23:01:11.844Z] OK: 12 MiB in 22 packages [2021-02-01T23:01:13.293Z] Removing intermediate container 9aac4af88e1e [2021-02-01T23:01:13.293Z] ---> 380f57f8f9c4 [2021-02-01T23:01:13.293Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T23:01:13.293Z] ---> Running in 998614cf8e89 [2021-02-01T23:01:13.293Z] Removing intermediate container 23e3bd5ec4e7 [2021-02-01T23:01:13.293Z] ---> 92648086c884 [2021-02-01T23:01:13.293Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T23:01:13.590Z] ---> Running in f78453dfa41b [2021-02-01T23:01:13.865Z] Removing intermediate container 998614cf8e89 [2021-02-01T23:01:13.865Z] ---> 9e43428ce707 [2021-02-01T23:01:13.865Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T23:01:14.140Z] ---> Running in d014a456b2b6 [2021-02-01T23:01:14.427Z] Removing intermediate container d014a456b2b6 [2021-02-01T23:01:14.427Z] ---> ac1faa348720 [2021-02-01T23:01:14.427Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T23:01:14.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:14.699Z] ---> Running in d576de3f2d32 [2021-02-01T23:01:15.296Z] Removing intermediate container d576de3f2d32 [2021-02-01T23:01:15.296Z] ---> b4a4f12242e2 [2021-02-01T23:01:15.296Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T23:01:15.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:16.275Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T23:01:16.275Z] ---> e29201aeaaf7 [2021-02-01T23:01:16.275Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T23:01:16.275Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T23:01:16.547Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T23:01:16.547Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T23:01:16.820Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T23:01:17.097Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T23:01:17.097Z] ---> ba3222143937 [2021-02-01T23:01:17.097Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T23:01:17.097Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T23:01:17.097Z] OK: 8 MiB in 20 packages [2021-02-01T23:01:18.082Z] ---> 61960e64fa0a [2021-02-01T23:01:18.082Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T23:01:18.355Z] ---> Running in 110695ee80b2 [2021-02-01T23:01:18.631Z] Removing intermediate container f78453dfa41b [2021-02-01T23:01:18.631Z] ---> d739c5ffe32c [2021-02-01T23:01:18.631Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T23:01:19.620Z] ---> 9165499281a2 [2021-02-01T23:01:19.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T23:01:19.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:19.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T23:01:20.216Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T23:01:20.216Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T23:01:20.216Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T23:01:20.216Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T23:01:20.216Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T23:01:20.216Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T23:01:20.216Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T23:01:21.195Z] ---> 46906ea375a0 [2021-02-01T23:01:21.195Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T23:01:22.176Z] ---> 2bc4450c0fa3 [2021-02-01T23:01:22.176Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T23:01:22.176Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T23:01:22.176Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T23:01:22.176Z] ---> Running in dacf5f9d3389 [2021-02-01T23:01:22.449Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T23:01:22.449Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T23:01:22.449Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T23:01:22.449Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T23:01:22.449Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T23:01:22.449Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T23:01:22.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T23:01:22.721Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T23:01:22.721Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T23:01:22.721Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T23:01:22.721Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T23:01:22.721Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T23:01:22.721Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T23:01:22.721Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T23:01:22.721Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T23:01:22.721Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T23:01:22.721Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T23:01:22.995Z] Removing intermediate container dacf5f9d3389 [2021-02-01T23:01:22.995Z] ---> 0a19383b3c6d [2021-02-01T23:01:22.995Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T23:01:22.995Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T23:01:22.995Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T23:01:22.995Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T23:01:22.995Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T23:01:22.995Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T23:01:22.995Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T23:01:22.995Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T23:01:22.995Z] ---> Running in bb716ed52dbb [2021-02-01T23:01:23.270Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T23:01:23.270Z] OK: 71 MiB in 55 packages [2021-02-01T23:01:23.549Z] Removing intermediate container bb716ed52dbb [2021-02-01T23:01:23.549Z] ---> 7aa95c6c9bbf [2021-02-01T23:01:23.549Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T23:01:23.826Z] ---> Running in d88b97935110 [2021-02-01T23:01:24.419Z] Removing intermediate container d88b97935110 [2021-02-01T23:01:24.419Z] ---> 10710bf3220d [2021-02-01T23:01:24.419Z] Step 22/23 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:01:24.699Z] ---> Running in 19c6fd6a9cc4 [2021-02-01T23:01:25.301Z] Removing intermediate container 19c6fd6a9cc4 [2021-02-01T23:01:25.301Z] ---> 18163c33904a [2021-02-01T23:01:25.301Z] Step 23/23 : LABEL version=2.0.0-dev.71 [2021-02-01T23:01:25.573Z] ---> Running in 70188cb1ed98 [2021-02-01T23:01:26.167Z] Removing intermediate container 70188cb1ed98 [2021-02-01T23:01:26.167Z] ---> 04fb3ae79ba3 [2021-02-01T23:01:26.167Z] [2021-02-01T23:01:26.439Z] Successfully built 04fb3ae79ba3 [2021-02-01T23:01:26.439Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T23:01:29.058Z]  Building docker-core-data-go ... done Removing intermediate container 110695ee80b2 [2021-02-01T23:01:29.059Z] ---> 1ba1e34bb0f2 [2021-02-01T23:01:29.059Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T23:01:29.059Z] ---> Running in d7d0d0968ca3 [2021-02-01T23:01:34.450Z] Collecting docker-compose==1.23.2 [2021-02-01T23:01:34.450Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T23:01:34.450Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T23:01:34.450Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T23:01:35.420Z] Collecting PyYAML<4,>=3.10 [2021-02-01T23:01:35.420Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T23:01:39.710Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T23:01:39.710Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T23:01:39.710Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T23:01:39.710Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T23:01:41.669Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T23:01:41.669Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T23:01:42.256Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T23:01:42.257Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T23:01:42.845Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T23:01:42.845Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T23:01:43.115Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T23:01:43.115Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T23:01:45.076Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-01T23:01:45.076Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T23:01:45.076Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T23:01:47.041Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-01T23:01:47.041Z] Collecting idna<2.8,>=2.5 [2021-02-01T23:01:47.041Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T23:01:47.041Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-01T23:01:47.642Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T23:01:47.642Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T23:01:47.911Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T23:01:47.911Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T23:01:48.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T23:01:48.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T23:01:48.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T23:01:48.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T23:01:48.804Z] Installing collected packages: cached-property, PyYAML, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, docker-compose [2021-02-01T23:01:48.804Z] Running setup.py install for PyYAML: started [2021-02-01T23:01:51.407Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T23:01:51.407Z] Attempting uninstall: idna [2021-02-01T23:01:51.407Z] Found existing installation: idna 2.9 [2021-02-01T23:01:51.407Z] Uninstalling idna-2.9: [2021-02-01T23:01:51.407Z] Successfully uninstalled idna-2.9 [2021-02-01T23:01:51.677Z] Attempting uninstall: urllib3 [2021-02-01T23:01:51.677Z] Found existing installation: urllib3 1.25.9 [2021-02-01T23:01:51.677Z] Uninstalling urllib3-1.25.9: [2021-02-01T23:01:51.947Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T23:01:52.536Z] Attempting uninstall: requests [2021-02-01T23:01:52.536Z] Found existing installation: requests 2.23.0 [2021-02-01T23:01:52.536Z] Uninstalling requests-2.23.0: [2021-02-01T23:01:52.536Z] Successfully uninstalled requests-2.23.0 [2021-02-01T23:01:52.806Z] Running setup.py install for dockerpty: started [2021-02-01T23:01:54.768Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T23:01:56.240Z] Running setup.py install for docopt: started [2021-02-01T23:01:58.256Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T23:01:58.256Z] Running setup.py install for texttable: started [2021-02-01T23:01:59.682Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T23:02:00.652Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-01T23:02:04.939Z] Removing intermediate container d7d0d0968ca3 [2021-02-01T23:02:04.939Z] ---> 1af89c017f48 [2021-02-01T23:02:04.939Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T23:02:04.939Z] ---> Running in b5a69b3b728e [2021-02-01T23:02:05.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T23:02:05.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T23:02:06.122Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T23:02:06.122Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T23:02:06.122Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T23:02:06.122Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T23:02:06.122Z] OK: 71 MiB in 58 packages [2021-02-01T23:02:07.555Z] Removing intermediate container b5a69b3b728e [2021-02-01T23:02:07.555Z] ---> b2fd6a32ff89 [2021-02-01T23:02:07.555Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T23:02:07.555Z] ---> Running in 63e00179d956 [2021-02-01T23:02:08.149Z] Removing intermediate container 63e00179d956 [2021-02-01T23:02:08.149Z] ---> 7d4788b47e11 [2021-02-01T23:02:08.149Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T23:02:08.149Z] ---> Running in 52d7a2f48f62 [2021-02-01T23:02:08.743Z] Removing intermediate container 52d7a2f48f62 [2021-02-01T23:02:08.743Z] ---> cf4382a895b6 [2021-02-01T23:02:08.743Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T23:02:08.743Z] ---> Running in e72f43939e4d [2021-02-01T23:02:09.337Z] Removing intermediate container e72f43939e4d [2021-02-01T23:02:09.337Z] ---> 39bdf087c773 [2021-02-01T23:02:09.337Z] Step 25/26 : LABEL git_sha=2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:09.337Z] ---> Running in 0aee67abb03c [2021-02-01T23:02:09.933Z] Removing intermediate container 0aee67abb03c [2021-02-01T23:02:09.933Z] ---> 49858a9e7ab8 [2021-02-01T23:02:09.933Z] Step 26/26 : LABEL version=2.0.0-dev.71 [2021-02-01T23:02:09.933Z] ---> Running in 0fffc1bb71fe [2021-02-01T23:02:10.529Z] Removing intermediate container 0fffc1bb71fe [2021-02-01T23:02:10.529Z] ---> 03ccabaa12b7 [2021-02-01T23:02:10.529Z] [2021-02-01T23:02:10.802Z] Successfully built 03ccabaa12b7 [2021-02-01T23:02:10.802Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T23:02:11.089Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T23:02:11.086Z] $ docker stop --time=1 4125dc21bed086ebf68bc3be73efbf2b46048f4b4a299dadbf2fa435c93666e7 [2021-02-01T23:02:13.052Z] $ docker rm -f 4125dc21bed086ebf68bc3be73efbf2b46048f4b4a299dadbf2fa435c93666e7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T23:02:13.738Z] + + docker imagesgrep docker [2021-02-01T23:02:13.738Z] [2021-02-01T23:02:14.009Z] docker-sys-mgmt-agent-go-arm64 latest 03ccabaa12b7 3 seconds ago 300MB [2021-02-01T23:02:14.009Z] docker-core-data-go-arm64 latest 04fb3ae79ba3 48 seconds ago 21MB [2021-02-01T23:02:14.009Z] docker-security-bootstrapper-go-arm64 latest 9cd8d67c5a69 About a minute ago 22.6MB [2021-02-01T23:02:14.009Z] docker-core-metadata-go-arm64 latest 109f1ae363c6 About a minute ago 17.8MB [2021-02-01T23:02:14.009Z] docker-core-command-go-arm64 latest be8c0409fd04 3 minutes ago 16MB [2021-02-01T23:02:14.009Z] docker-support-scheduler-go-arm64 latest ccf367794e49 3 minutes ago 16.1MB [2021-02-01T23:02:14.009Z] docker-security-secretstore-setup-go-arm64 latest 47d2f6877ffd 3 minutes ago 23.4MB [2021-02-01T23:02:14.009Z] docker-security-proxy-setup-go-arm64 latest 0e59c755b762 3 minutes ago 23.2MB [2021-02-01T23:02:14.009Z] docker-support-notifications-go-arm64 latest 20cf1f50446a 3 minutes ago 16MB [2021-02-01T23:02:14.009Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T23:02:14.541Z] provisioning config files... [2021-02-01T23:02:14.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/335@tmp/config476205908028237365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:02:14.980Z] ---> docker-login.sh [2021-02-01T23:02:14.981Z] nexus3.edgexfoundry.org:10001 [2021-02-01T23:02:15.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T23:02:15.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T23:02:15.528Z] Configure a credential helper to remove this warning. See [2021-02-01T23:02:15.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T23:02:15.528Z] [2021-02-01T23:02:15.528Z] Login Succeeded [2021-02-01T23:02:15.528Z] nexus3.edgexfoundry.org:10002 [2021-02-01T23:02:15.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T23:02:16.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T23:02:16.072Z] Configure a credential helper to remove this warning. See [2021-02-01T23:02:16.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T23:02:16.072Z] [2021-02-01T23:02:16.072Z] Login Succeeded [2021-02-01T23:02:16.072Z] nexus3.edgexfoundry.org:10003 [2021-02-01T23:02:16.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T23:02:16.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T23:02:16.619Z] Configure a credential helper to remove this warning. See [2021-02-01T23:02:16.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T23:02:16.619Z] [2021-02-01T23:02:16.619Z] Login Succeeded [2021-02-01T23:02:16.619Z] nexus3.edgexfoundry.org:10004 [2021-02-01T23:02:17.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T23:02:17.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T23:02:17.211Z] Configure a credential helper to remove this warning. See [2021-02-01T23:02:17.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T23:02:17.211Z] [2021-02-01T23:02:17.211Z] Login Succeeded [2021-02-01T23:02:17.211Z] docker.io [2021-02-01T23:02:17.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T23:02:18.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T23:02:18.076Z] Configure a credential helper to remove this warning. See [2021-02-01T23:02:18.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T23:02:18.076Z] [2021-02-01T23:02:18.076Z] Login Succeeded [2021-02-01T23:02:18.076Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T23:02:18.098Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:18.315Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-01T23:02:18.315Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:18.315Z] 2.0.0-dev.71 [2021-02-01T23:02:18.315Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:18.315Z] master [2021-02-01T23:02:18.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:18.857Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:19.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:19.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T23:02:19.189Z] 7f735b3d37a7: Preparing [2021-02-01T23:02:19.189Z] 3636db8e96f0: Preparing [2021-02-01T23:02:19.189Z] b75d503646b9: Preparing [2021-02-01T23:02:19.189Z] c318afcdd1a3: Preparing [2021-02-01T23:02:19.189Z] 379067d0cb53: Preparing [2021-02-01T23:02:19.467Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:19.467Z] b75d503646b9: Pushed [2021-02-01T23:02:19.467Z] c318afcdd1a3: Pushed [2021-02-01T23:02:19.467Z] 7f735b3d37a7: Pushed [2021-02-01T23:02:22.074Z] 3636db8e96f0: Pushed [2021-02-01T23:02:22.345Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:88a447afc6fd1e805930eb61c53c6b7e0452ee06813181d27b362730eb4eb42f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:22.689Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:23.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:23.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T23:02:23.023Z] 7f735b3d37a7: Preparing [2021-02-01T23:02:23.023Z] 3636db8e96f0: Preparing [2021-02-01T23:02:23.023Z] b75d503646b9: Preparing [2021-02-01T23:02:23.023Z] c318afcdd1a3: Preparing [2021-02-01T23:02:23.023Z] 379067d0cb53: Preparing [2021-02-01T23:02:23.296Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:23.296Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:23.296Z] b75d503646b9: Layer already exists [2021-02-01T23:02:23.296Z] 7f735b3d37a7: Layer already exists [2021-02-01T23:02:23.296Z] 3636db8e96f0: Layer already exists [2021-02-01T23:02:23.296Z] 2.0.0-dev.71: digest: sha256:88a447afc6fd1e805930eb61c53c6b7e0452ee06813181d27b362730eb4eb42f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:23.639Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:23.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:23.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T23:02:23.976Z] 7f735b3d37a7: Preparing [2021-02-01T23:02:23.976Z] 3636db8e96f0: Preparing [2021-02-01T23:02:23.976Z] b75d503646b9: Preparing [2021-02-01T23:02:23.976Z] c318afcdd1a3: Preparing [2021-02-01T23:02:23.976Z] 379067d0cb53: Preparing [2021-02-01T23:02:23.976Z] b75d503646b9: Layer already exists [2021-02-01T23:02:23.976Z] 7f735b3d37a7: Layer already exists [2021-02-01T23:02:23.976Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:23.976Z] 3636db8e96f0: Layer already exists [2021-02-01T23:02:23.976Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:24.246Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:88a447afc6fd1e805930eb61c53c6b7e0452ee06813181d27b362730eb4eb42f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:24.584Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:24.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-01T23:02:24.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T23:02:24.916Z] 7f735b3d37a7: Preparing [2021-02-01T23:02:24.916Z] 3636db8e96f0: Preparing [2021-02-01T23:02:24.916Z] b75d503646b9: Preparing [2021-02-01T23:02:24.916Z] c318afcdd1a3: Preparing [2021-02-01T23:02:24.916Z] 379067d0cb53: Preparing [2021-02-01T23:02:24.916Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:24.916Z] b75d503646b9: Layer already exists [2021-02-01T23:02:24.916Z] 3636db8e96f0: Layer already exists [2021-02-01T23:02:24.916Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:24.916Z] 7f735b3d37a7: Layer already exists [2021-02-01T23:02:25.186Z] master: digest: sha256:88a447afc6fd1e805930eb61c53c6b7e0452ee06813181d27b362730eb4eb42f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:25.385Z] ===================================================== [Pipeline] echo [2021-02-01T23:02:25.434Z] taggedImages: [2021-02-01T23:02:25.434Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:25.434Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:25.434Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:25.434Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-01T23:02:25.542Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-01T23:02:25.542Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:25.542Z] 2.0.0-dev.71 [2021-02-01T23:02:25.542Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:25.542Z] master [2021-02-01T23:02:25.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:26.061Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:26.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:26.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T23:02:26.398Z] 1e2dc6643aa4: Preparing [2021-02-01T23:02:26.398Z] cf3bdd8e4de5: Preparing [2021-02-01T23:02:26.398Z] b75d503646b9: Preparing [2021-02-01T23:02:26.398Z] cae659aa1747: Preparing [2021-02-01T23:02:26.398Z] cb45c7b78ebd: Preparing [2021-02-01T23:02:26.398Z] 379067d0cb53: Preparing [2021-02-01T23:02:26.398Z] 379067d0cb53: Waiting [2021-02-01T23:02:26.675Z] b75d503646b9: Layer already exists [2021-02-01T23:02:26.675Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:26.675Z] cb45c7b78ebd: Pushed [2021-02-01T23:02:26.675Z] 1e2dc6643aa4: Pushed [2021-02-01T23:02:27.269Z] cae659aa1747: Pushed [2021-02-01T23:02:29.876Z] cf3bdd8e4de5: Pushed [2021-02-01T23:02:29.876Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:1336bb6521461f9178bc2d4811374e76dee66c35c7e802e9fc904a54f7f9e1b5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:30.216Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:30.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:30.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T23:02:30.551Z] 1e2dc6643aa4: Preparing [2021-02-01T23:02:30.551Z] cf3bdd8e4de5: Preparing [2021-02-01T23:02:30.551Z] b75d503646b9: Preparing [2021-02-01T23:02:30.551Z] cae659aa1747: Preparing [2021-02-01T23:02:30.551Z] cb45c7b78ebd: Preparing [2021-02-01T23:02:30.551Z] 379067d0cb53: Preparing [2021-02-01T23:02:30.551Z] 379067d0cb53: Waiting [2021-02-01T23:02:30.551Z] 1e2dc6643aa4: Layer already exists [2021-02-01T23:02:30.551Z] cb45c7b78ebd: Layer already exists [2021-02-01T23:02:30.551Z] cae659aa1747: Layer already exists [2021-02-01T23:02:30.551Z] cf3bdd8e4de5: Layer already exists [2021-02-01T23:02:30.823Z] b75d503646b9: Layer already exists [2021-02-01T23:02:30.823Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:30.823Z] 2.0.0-dev.71: digest: sha256:1336bb6521461f9178bc2d4811374e76dee66c35c7e802e9fc904a54f7f9e1b5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:31.164Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:31.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:31.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T23:02:31.499Z] 1e2dc6643aa4: Preparing [2021-02-01T23:02:31.499Z] cf3bdd8e4de5: Preparing [2021-02-01T23:02:31.499Z] b75d503646b9: Preparing [2021-02-01T23:02:31.499Z] cae659aa1747: Preparing [2021-02-01T23:02:31.499Z] cb45c7b78ebd: Preparing [2021-02-01T23:02:31.499Z] 379067d0cb53: Preparing [2021-02-01T23:02:31.499Z] 379067d0cb53: Waiting [2021-02-01T23:02:31.499Z] cae659aa1747: Layer already exists [2021-02-01T23:02:31.499Z] b75d503646b9: Layer already exists [2021-02-01T23:02:31.499Z] 1e2dc6643aa4: Layer already exists [2021-02-01T23:02:31.499Z] cb45c7b78ebd: Layer already exists [2021-02-01T23:02:31.499Z] cf3bdd8e4de5: Layer already exists [2021-02-01T23:02:31.769Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:31.769Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:1336bb6521461f9178bc2d4811374e76dee66c35c7e802e9fc904a54f7f9e1b5 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:32.129Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:32.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-01T23:02:32.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T23:02:32.496Z] 1e2dc6643aa4: Preparing [2021-02-01T23:02:32.496Z] cf3bdd8e4de5: Preparing [2021-02-01T23:02:32.496Z] b75d503646b9: Preparing [2021-02-01T23:02:32.496Z] cae659aa1747: Preparing [2021-02-01T23:02:32.496Z] cb45c7b78ebd: Preparing [2021-02-01T23:02:32.496Z] 379067d0cb53: Preparing [2021-02-01T23:02:32.496Z] 379067d0cb53: Waiting [2021-02-01T23:02:32.496Z] cf3bdd8e4de5: Layer already exists [2021-02-01T23:02:32.496Z] 1e2dc6643aa4: Layer already exists [2021-02-01T23:02:32.496Z] b75d503646b9: Layer already exists [2021-02-01T23:02:32.496Z] cb45c7b78ebd: Layer already exists [2021-02-01T23:02:32.772Z] cae659aa1747: Layer already exists [2021-02-01T23:02:32.772Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:32.772Z] master: digest: sha256:1336bb6521461f9178bc2d4811374e76dee66c35c7e802e9fc904a54f7f9e1b5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:33.022Z] ===================================================== [Pipeline] echo [2021-02-01T23:02:33.070Z] taggedImages: [2021-02-01T23:02:33.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:33.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:33.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:33.070Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-01T23:02:33.158Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-01T23:02:33.158Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:33.158Z] 2.0.0-dev.71 [2021-02-01T23:02:33.158Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:33.158Z] master [2021-02-01T23:02:33.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:33.723Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:34.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:34.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T23:02:34.060Z] 6170f04f7c62: Preparing [2021-02-01T23:02:34.060Z] 44e22f6fd32b: Preparing [2021-02-01T23:02:34.060Z] b75d503646b9: Preparing [2021-02-01T23:02:34.060Z] c318afcdd1a3: Preparing [2021-02-01T23:02:34.060Z] 379067d0cb53: Preparing [2021-02-01T23:02:34.332Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:34.332Z] b75d503646b9: Layer already exists [2021-02-01T23:02:34.332Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:34.332Z] 6170f04f7c62: Pushed [2021-02-01T23:02:37.694Z] 44e22f6fd32b: Pushed [2021-02-01T23:02:37.694Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:b5ec71b5da8627164887b3d8826bff978222cb3a38ec4662f00c616a69636b29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:38.031Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:38.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:38.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T23:02:38.361Z] 6170f04f7c62: Preparing [2021-02-01T23:02:38.361Z] 44e22f6fd32b: Preparing [2021-02-01T23:02:38.361Z] b75d503646b9: Preparing [2021-02-01T23:02:38.361Z] c318afcdd1a3: Preparing [2021-02-01T23:02:38.361Z] 379067d0cb53: Preparing [2021-02-01T23:02:38.361Z] b75d503646b9: Layer already exists [2021-02-01T23:02:38.361Z] 6170f04f7c62: Layer already exists [2021-02-01T23:02:38.632Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:38.632Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:38.632Z] 44e22f6fd32b: Layer already exists [2021-02-01T23:02:38.632Z] 2.0.0-dev.71: digest: sha256:b5ec71b5da8627164887b3d8826bff978222cb3a38ec4662f00c616a69636b29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:38.971Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:39.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:39.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T23:02:39.317Z] 6170f04f7c62: Preparing [2021-02-01T23:02:39.317Z] 44e22f6fd32b: Preparing [2021-02-01T23:02:39.317Z] b75d503646b9: Preparing [2021-02-01T23:02:39.317Z] c318afcdd1a3: Preparing [2021-02-01T23:02:39.317Z] 379067d0cb53: Preparing [2021-02-01T23:02:39.317Z] b75d503646b9: Layer already exists [2021-02-01T23:02:39.317Z] 44e22f6fd32b: Layer already exists [2021-02-01T23:02:39.317Z] 6170f04f7c62: Layer already exists [2021-02-01T23:02:39.317Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:39.317Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:39.587Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:b5ec71b5da8627164887b3d8826bff978222cb3a38ec4662f00c616a69636b29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:39.927Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:40.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-01T23:02:40.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T23:02:40.261Z] 6170f04f7c62: Preparing [2021-02-01T23:02:40.261Z] 44e22f6fd32b: Preparing [2021-02-01T23:02:40.261Z] b75d503646b9: Preparing [2021-02-01T23:02:40.261Z] c318afcdd1a3: Preparing [2021-02-01T23:02:40.261Z] 379067d0cb53: Preparing [2021-02-01T23:02:40.261Z] 6170f04f7c62: Layer already exists [2021-02-01T23:02:40.261Z] 44e22f6fd32b: Layer already exists [2021-02-01T23:02:40.261Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:40.261Z] b75d503646b9: Layer already exists [2021-02-01T23:02:40.532Z] c318afcdd1a3: Layer already exists [2021-02-01T23:02:40.532Z] master: digest: sha256:b5ec71b5da8627164887b3d8826bff978222cb3a38ec4662f00c616a69636b29 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:40.793Z] ===================================================== [Pipeline] echo [2021-02-01T23:02:40.880Z] taggedImages: [2021-02-01T23:02:40.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:40.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:40.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:40.880Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-01T23:02:40.945Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-01T23:02:40.945Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:40.945Z] 2.0.0-dev.71 [2021-02-01T23:02:40.945Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:40.945Z] master [2021-02-01T23:02:40.945Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:41.475Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:41.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:41.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T23:02:41.827Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:41.827Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:41.827Z] 5dc15c17c1d4: Preparing [2021-02-01T23:02:41.827Z] 9b5cff23d481: Preparing [2021-02-01T23:02:41.827Z] ef0e03b0161c: Preparing [2021-02-01T23:02:41.827Z] ddabc7962b80: Preparing [2021-02-01T23:02:41.827Z] b75d503646b9: Preparing [2021-02-01T23:02:41.827Z] 6a19046c878b: Preparing [2021-02-01T23:02:41.827Z] 6a19046c878b: Preparing [2021-02-01T23:02:41.827Z] 7699fc7410b1: Preparing [2021-02-01T23:02:41.827Z] f349b7768ca3: Preparing [2021-02-01T23:02:41.827Z] 379067d0cb53: Preparing [2021-02-01T23:02:41.827Z] b75d503646b9: Waiting [2021-02-01T23:02:41.827Z] 6a19046c878b: Waiting [2021-02-01T23:02:41.827Z] 7699fc7410b1: Waiting [2021-02-01T23:02:41.827Z] f349b7768ca3: Waiting [2021-02-01T23:02:41.827Z] 379067d0cb53: Waiting [2021-02-01T23:02:42.110Z] ef0e03b0161c: Pushed [2021-02-01T23:02:42.110Z] 5dc15c17c1d4: Pushed [2021-02-01T23:02:42.110Z] 5ebd920af9ff: Pushed [2021-02-01T23:02:42.110Z] b75d503646b9: Layer already exists [2021-02-01T23:02:42.382Z] 6a19046c878b: Pushed [2021-02-01T23:02:42.382Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:42.382Z] 7699fc7410b1: Pushed [2021-02-01T23:02:42.382Z] f349b7768ca3: Pushed [2021-02-01T23:02:44.350Z] 9b5cff23d481: Pushed [2021-02-01T23:02:44.350Z] ddabc7962b80: Pushed [2021-02-01T23:02:44.619Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:00dfe1c95074311adf3678ebea6067a72b32d8b33768c7e44cf29fb714b90ddb size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:44.960Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:45.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:45.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T23:02:45.295Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:45.295Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:45.295Z] 5dc15c17c1d4: Preparing [2021-02-01T23:02:45.295Z] 9b5cff23d481: Preparing [2021-02-01T23:02:45.295Z] ef0e03b0161c: Preparing [2021-02-01T23:02:45.295Z] ddabc7962b80: Preparing [2021-02-01T23:02:45.295Z] b75d503646b9: Preparing [2021-02-01T23:02:45.295Z] 6a19046c878b: Preparing [2021-02-01T23:02:45.295Z] 6a19046c878b: Preparing [2021-02-01T23:02:45.295Z] 7699fc7410b1: Preparing [2021-02-01T23:02:45.295Z] f349b7768ca3: Preparing [2021-02-01T23:02:45.295Z] 379067d0cb53: Preparing [2021-02-01T23:02:45.295Z] b75d503646b9: Waiting [2021-02-01T23:02:45.295Z] 6a19046c878b: Waiting [2021-02-01T23:02:45.295Z] 7699fc7410b1: Waiting [2021-02-01T23:02:45.295Z] 379067d0cb53: Waiting [2021-02-01T23:02:45.295Z] f349b7768ca3: Waiting [2021-02-01T23:02:45.295Z] 5dc15c17c1d4: Layer already exists [2021-02-01T23:02:45.295Z] ddabc7962b80: Layer already exists [2021-02-01T23:02:45.295Z] 9b5cff23d481: Layer already exists [2021-02-01T23:02:45.565Z] ef0e03b0161c: Layer already exists [2021-02-01T23:02:45.565Z] 5ebd920af9ff: Layer already exists [2021-02-01T23:02:45.565Z] 7699fc7410b1: Layer already exists [2021-02-01T23:02:45.565Z] 6a19046c878b: Layer already exists [2021-02-01T23:02:45.565Z] b75d503646b9: Layer already exists [2021-02-01T23:02:45.565Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:45.565Z] f349b7768ca3: Layer already exists [2021-02-01T23:02:45.565Z] 2.0.0-dev.71: digest: sha256:00dfe1c95074311adf3678ebea6067a72b32d8b33768c7e44cf29fb714b90ddb size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:45.900Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:46.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:46.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T23:02:46.498Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:46.498Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:46.498Z] 5dc15c17c1d4: Preparing [2021-02-01T23:02:46.498Z] 9b5cff23d481: Preparing [2021-02-01T23:02:46.498Z] ef0e03b0161c: Preparing [2021-02-01T23:02:46.498Z] ddabc7962b80: Preparing [2021-02-01T23:02:46.498Z] b75d503646b9: Preparing [2021-02-01T23:02:46.498Z] 6a19046c878b: Preparing [2021-02-01T23:02:46.498Z] 6a19046c878b: Preparing [2021-02-01T23:02:46.498Z] 7699fc7410b1: Preparing [2021-02-01T23:02:46.498Z] f349b7768ca3: Preparing [2021-02-01T23:02:46.498Z] 379067d0cb53: Preparing [2021-02-01T23:02:46.498Z] b75d503646b9: Waiting [2021-02-01T23:02:46.498Z] 7699fc7410b1: Waiting [2021-02-01T23:02:46.498Z] f349b7768ca3: Waiting [2021-02-01T23:02:46.498Z] 379067d0cb53: Waiting [2021-02-01T23:02:46.498Z] 6a19046c878b: Waiting [2021-02-01T23:02:46.498Z] 5dc15c17c1d4: Layer already exists [2021-02-01T23:02:46.498Z] ddabc7962b80: Layer already exists [2021-02-01T23:02:46.498Z] ef0e03b0161c: Layer already exists [2021-02-01T23:02:46.498Z] 5ebd920af9ff: Layer already exists [2021-02-01T23:02:46.498Z] 9b5cff23d481: Layer already exists [2021-02-01T23:02:46.769Z] 6a19046c878b: Layer already exists [2021-02-01T23:02:46.769Z] 7699fc7410b1: Layer already exists [2021-02-01T23:02:46.769Z] b75d503646b9: Layer already exists [2021-02-01T23:02:46.769Z] f349b7768ca3: Layer already exists [2021-02-01T23:02:46.769Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:46.769Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:00dfe1c95074311adf3678ebea6067a72b32d8b33768c7e44cf29fb714b90ddb size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:47.111Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:47.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-01T23:02:47.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T23:02:47.443Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:47.443Z] 5ebd920af9ff: Preparing [2021-02-01T23:02:47.443Z] 5dc15c17c1d4: Preparing [2021-02-01T23:02:47.443Z] 9b5cff23d481: Preparing [2021-02-01T23:02:47.443Z] ef0e03b0161c: Preparing [2021-02-01T23:02:47.443Z] ddabc7962b80: Preparing [2021-02-01T23:02:47.443Z] b75d503646b9: Preparing [2021-02-01T23:02:47.443Z] 6a19046c878b: Preparing [2021-02-01T23:02:47.443Z] 6a19046c878b: Preparing [2021-02-01T23:02:47.443Z] 7699fc7410b1: Preparing [2021-02-01T23:02:47.443Z] f349b7768ca3: Preparing [2021-02-01T23:02:47.443Z] 379067d0cb53: Preparing [2021-02-01T23:02:47.443Z] 6a19046c878b: Waiting [2021-02-01T23:02:47.443Z] 7699fc7410b1: Waiting [2021-02-01T23:02:47.443Z] f349b7768ca3: Waiting [2021-02-01T23:02:47.443Z] 379067d0cb53: Waiting [2021-02-01T23:02:47.443Z] b75d503646b9: Waiting [2021-02-01T23:02:47.713Z] ddabc7962b80: Layer already exists [2021-02-01T23:02:47.713Z] 5dc15c17c1d4: Layer already exists [2021-02-01T23:02:47.713Z] 5ebd920af9ff: Layer already exists [2021-02-01T23:02:47.713Z] ef0e03b0161c: Layer already exists [2021-02-01T23:02:47.713Z] 9b5cff23d481: Layer already exists [2021-02-01T23:02:47.713Z] 6a19046c878b: Layer already exists [2021-02-01T23:02:47.713Z] 7699fc7410b1: Layer already exists [2021-02-01T23:02:47.713Z] f349b7768ca3: Layer already exists [2021-02-01T23:02:47.713Z] b75d503646b9: Layer already exists [2021-02-01T23:02:47.713Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:47.713Z] master: digest: sha256:00dfe1c95074311adf3678ebea6067a72b32d8b33768c7e44cf29fb714b90ddb size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:47.900Z] ===================================================== [Pipeline] echo [2021-02-01T23:02:47.955Z] taggedImages: [2021-02-01T23:02:47.955Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:47.955Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:47.955Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:47.955Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-01T23:02:48.015Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-01T23:02:48.015Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:48.015Z] 2.0.0-dev.71 [2021-02-01T23:02:48.015Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:48.015Z] master [2021-02-01T23:02:48.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:48.515Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:48.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:48.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T23:02:48.868Z] 7c7c18a0ec30: Preparing [2021-02-01T23:02:48.868Z] 6919ac66bfd0: Preparing [2021-02-01T23:02:48.868Z] 7fbe25d42df6: Preparing [2021-02-01T23:02:48.868Z] c1fc86cfaf5e: Preparing [2021-02-01T23:02:48.868Z] ac1eed3dec60: Preparing [2021-02-01T23:02:48.868Z] 379067d0cb53: Preparing [2021-02-01T23:02:48.868Z] 379067d0cb53: Waiting [2021-02-01T23:02:49.160Z] c1fc86cfaf5e: Pushed [2021-02-01T23:02:49.160Z] 7fbe25d42df6: Pushed [2021-02-01T23:02:49.160Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:49.753Z] ac1eed3dec60: Pushed [2021-02-01T23:02:51.194Z] 6919ac66bfd0: Pushed [2021-02-01T23:02:51.194Z] 7c7c18a0ec30: Pushed [2021-02-01T23:02:51.465Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:2da5b7df51d6b6290e3ec1b0610f4a873fc4888412267d295d3d308a2cb846d9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:51.805Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:52.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:52.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T23:02:52.138Z] 7c7c18a0ec30: Preparing [2021-02-01T23:02:52.138Z] 6919ac66bfd0: Preparing [2021-02-01T23:02:52.138Z] 7fbe25d42df6: Preparing [2021-02-01T23:02:52.138Z] c1fc86cfaf5e: Preparing [2021-02-01T23:02:52.138Z] ac1eed3dec60: Preparing [2021-02-01T23:02:52.138Z] 379067d0cb53: Preparing [2021-02-01T23:02:52.138Z] 379067d0cb53: Waiting [2021-02-01T23:02:52.138Z] ac1eed3dec60: Layer already exists [2021-02-01T23:02:52.138Z] 7c7c18a0ec30: Layer already exists [2021-02-01T23:02:52.138Z] c1fc86cfaf5e: Layer already exists [2021-02-01T23:02:52.138Z] 7fbe25d42df6: Layer already exists [2021-02-01T23:02:52.138Z] 6919ac66bfd0: Layer already exists [2021-02-01T23:02:52.138Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:52.409Z] 2.0.0-dev.71: digest: sha256:2da5b7df51d6b6290e3ec1b0610f4a873fc4888412267d295d3d308a2cb846d9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:52.750Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:53.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:53.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T23:02:53.083Z] 7c7c18a0ec30: Preparing [2021-02-01T23:02:53.083Z] 6919ac66bfd0: Preparing [2021-02-01T23:02:53.083Z] 7fbe25d42df6: Preparing [2021-02-01T23:02:53.083Z] c1fc86cfaf5e: Preparing [2021-02-01T23:02:53.083Z] ac1eed3dec60: Preparing [2021-02-01T23:02:53.083Z] 379067d0cb53: Preparing [2021-02-01T23:02:53.083Z] 379067d0cb53: Waiting [2021-02-01T23:02:53.083Z] c1fc86cfaf5e: Layer already exists [2021-02-01T23:02:53.083Z] ac1eed3dec60: Layer already exists [2021-02-01T23:02:53.083Z] 6919ac66bfd0: Layer already exists [2021-02-01T23:02:53.083Z] 7fbe25d42df6: Layer already exists [2021-02-01T23:02:53.083Z] 7c7c18a0ec30: Layer already exists [2021-02-01T23:02:53.083Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:53.356Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:2da5b7df51d6b6290e3ec1b0610f4a873fc4888412267d295d3d308a2cb846d9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:53.696Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:54.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-01T23:02:54.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T23:02:54.028Z] 7c7c18a0ec30: Preparing [2021-02-01T23:02:54.028Z] 6919ac66bfd0: Preparing [2021-02-01T23:02:54.028Z] 7fbe25d42df6: Preparing [2021-02-01T23:02:54.028Z] c1fc86cfaf5e: Preparing [2021-02-01T23:02:54.028Z] ac1eed3dec60: Preparing [2021-02-01T23:02:54.028Z] 379067d0cb53: Preparing [2021-02-01T23:02:54.028Z] 379067d0cb53: Waiting [2021-02-01T23:02:54.299Z] 7fbe25d42df6: Layer already exists [2021-02-01T23:02:54.299Z] ac1eed3dec60: Layer already exists [2021-02-01T23:02:54.299Z] 7c7c18a0ec30: Layer already exists [2021-02-01T23:02:54.299Z] c1fc86cfaf5e: Layer already exists [2021-02-01T23:02:54.299Z] 6919ac66bfd0: Layer already exists [2021-02-01T23:02:54.299Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:54.299Z] master: digest: sha256:2da5b7df51d6b6290e3ec1b0610f4a873fc4888412267d295d3d308a2cb846d9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:02:54.492Z] ===================================================== [Pipeline] echo [2021-02-01T23:02:54.543Z] taggedImages: [2021-02-01T23:02:54.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:54.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:54.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:54.543Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-01T23:02:54.607Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-01T23:02:54.607Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:54.607Z] 2.0.0-dev.71 [2021-02-01T23:02:54.607Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:54.607Z] master [2021-02-01T23:02:54.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:55.112Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:55.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:02:55.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T23:02:55.448Z] 0a1dc916ee59: Preparing [2021-02-01T23:02:55.448Z] 3947bb6633c8: Preparing [2021-02-01T23:02:55.448Z] 930aa467e2a1: Preparing [2021-02-01T23:02:55.448Z] 577d32d4e87d: Preparing [2021-02-01T23:02:55.448Z] 22d4c826ad00: Preparing [2021-02-01T23:02:55.448Z] 2fc5bfdaee55: Preparing [2021-02-01T23:02:55.448Z] da7542b255a8: Preparing [2021-02-01T23:02:55.448Z] 7259c52575eb: Preparing [2021-02-01T23:02:55.448Z] 379067d0cb53: Preparing [2021-02-01T23:02:55.448Z] 2fc5bfdaee55: Waiting [2021-02-01T23:02:55.448Z] 7259c52575eb: Waiting [2021-02-01T23:02:55.448Z] 379067d0cb53: Waiting [2021-02-01T23:02:55.448Z] da7542b255a8: Waiting [2021-02-01T23:02:55.737Z] 0a1dc916ee59: Pushed [2021-02-01T23:02:55.738Z] 3947bb6633c8: Pushed [2021-02-01T23:02:55.738Z] 22d4c826ad00: Pushed [2021-02-01T23:02:56.013Z] 2fc5bfdaee55: Pushed [2021-02-01T23:02:56.013Z] da7542b255a8: Pushed [2021-02-01T23:02:56.013Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:56.608Z] 7259c52575eb: Pushed [2021-02-01T23:02:58.054Z] 930aa467e2a1: Pushed [2021-02-01T23:02:58.054Z] 577d32d4e87d: Pushed [2021-02-01T23:02:58.054Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:2cead389fcf65141d4e338e79a85154e8c6e4efbff12d7ceae9e8c146d6612b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:58.409Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:58.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.71 [2021-02-01T23:02:58.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T23:02:58.766Z] 0a1dc916ee59: Preparing [2021-02-01T23:02:58.766Z] 3947bb6633c8: Preparing [2021-02-01T23:02:58.766Z] 930aa467e2a1: Preparing [2021-02-01T23:02:58.766Z] 577d32d4e87d: Preparing [2021-02-01T23:02:58.766Z] 22d4c826ad00: Preparing [2021-02-01T23:02:58.766Z] 2fc5bfdaee55: Preparing [2021-02-01T23:02:58.766Z] da7542b255a8: Preparing [2021-02-01T23:02:58.766Z] 7259c52575eb: Preparing [2021-02-01T23:02:58.766Z] 379067d0cb53: Preparing [2021-02-01T23:02:58.766Z] 2fc5bfdaee55: Waiting [2021-02-01T23:02:58.766Z] da7542b255a8: Waiting [2021-02-01T23:02:58.766Z] 7259c52575eb: Waiting [2021-02-01T23:02:58.766Z] 379067d0cb53: Waiting [2021-02-01T23:02:58.766Z] 930aa467e2a1: Layer already exists [2021-02-01T23:02:58.766Z] 577d32d4e87d: Layer already exists [2021-02-01T23:02:58.766Z] 22d4c826ad00: Layer already exists [2021-02-01T23:02:58.766Z] 0a1dc916ee59: Layer already exists [2021-02-01T23:02:58.766Z] 3947bb6633c8: Layer already exists [2021-02-01T23:02:59.039Z] 2fc5bfdaee55: Layer already exists [2021-02-01T23:02:59.039Z] 7259c52575eb: Layer already exists [2021-02-01T23:02:59.039Z] da7542b255a8: Layer already exists [2021-02-01T23:02:59.039Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:59.039Z] 2.0.0-dev.71: digest: sha256:2cead389fcf65141d4e338e79a85154e8c6e4efbff12d7ceae9e8c146d6612b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:59.375Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:02:59.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:02:59.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T23:02:59.704Z] 0a1dc916ee59: Preparing [2021-02-01T23:02:59.704Z] 3947bb6633c8: Preparing [2021-02-01T23:02:59.704Z] 930aa467e2a1: Preparing [2021-02-01T23:02:59.704Z] 577d32d4e87d: Preparing [2021-02-01T23:02:59.704Z] 22d4c826ad00: Preparing [2021-02-01T23:02:59.704Z] 2fc5bfdaee55: Preparing [2021-02-01T23:02:59.704Z] da7542b255a8: Preparing [2021-02-01T23:02:59.704Z] 7259c52575eb: Preparing [2021-02-01T23:02:59.704Z] 379067d0cb53: Preparing [2021-02-01T23:02:59.704Z] da7542b255a8: Waiting [2021-02-01T23:02:59.704Z] 7259c52575eb: Waiting [2021-02-01T23:02:59.704Z] 379067d0cb53: Waiting [2021-02-01T23:02:59.704Z] 2fc5bfdaee55: Waiting [2021-02-01T23:02:59.704Z] 22d4c826ad00: Layer already exists [2021-02-01T23:02:59.704Z] 577d32d4e87d: Layer already exists [2021-02-01T23:02:59.704Z] 0a1dc916ee59: Layer already exists [2021-02-01T23:02:59.704Z] 3947bb6633c8: Layer already exists [2021-02-01T23:02:59.704Z] 930aa467e2a1: Layer already exists [2021-02-01T23:02:59.704Z] 2fc5bfdaee55: Layer already exists [2021-02-01T23:02:59.704Z] da7542b255a8: Layer already exists [2021-02-01T23:02:59.704Z] 7259c52575eb: Layer already exists [2021-02-01T23:02:59.704Z] 379067d0cb53: Layer already exists [2021-02-01T23:02:59.976Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:2cead389fcf65141d4e338e79a85154e8c6e4efbff12d7ceae9e8c146d6612b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:00.318Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:00.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-01T23:03:00.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T23:03:00.651Z] 0a1dc916ee59: Preparing [2021-02-01T23:03:00.651Z] 3947bb6633c8: Preparing [2021-02-01T23:03:00.651Z] 930aa467e2a1: Preparing [2021-02-01T23:03:00.651Z] 577d32d4e87d: Preparing [2021-02-01T23:03:00.651Z] 22d4c826ad00: Preparing [2021-02-01T23:03:00.651Z] 2fc5bfdaee55: Preparing [2021-02-01T23:03:00.651Z] da7542b255a8: Preparing [2021-02-01T23:03:00.651Z] 7259c52575eb: Preparing [2021-02-01T23:03:00.651Z] 379067d0cb53: Preparing [2021-02-01T23:03:00.651Z] da7542b255a8: Waiting [2021-02-01T23:03:00.651Z] 2fc5bfdaee55: Waiting [2021-02-01T23:03:00.651Z] 379067d0cb53: Waiting [2021-02-01T23:03:00.651Z] 22d4c826ad00: Layer already exists [2021-02-01T23:03:00.651Z] 577d32d4e87d: Layer already exists [2021-02-01T23:03:00.651Z] 930aa467e2a1: Layer already exists [2021-02-01T23:03:00.651Z] 0a1dc916ee59: Layer already exists [2021-02-01T23:03:00.651Z] 3947bb6633c8: Layer already exists [2021-02-01T23:03:00.651Z] 7259c52575eb: Layer already exists [2021-02-01T23:03:00.651Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:00.651Z] da7542b255a8: Layer already exists [2021-02-01T23:03:00.651Z] 2fc5bfdaee55: Layer already exists [2021-02-01T23:03:00.923Z] master: digest: sha256:2cead389fcf65141d4e338e79a85154e8c6e4efbff12d7ceae9e8c146d6612b9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:03:01.137Z] ===================================================== [Pipeline] echo [2021-02-01T23:03:01.207Z] taggedImages: [2021-02-01T23:03:01.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:01.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:01.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:01.207Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-01T23:03:01.279Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-01T23:03:01.279Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:01.279Z] 2.0.0-dev.71 [2021-02-01T23:03:01.279Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:01.279Z] master [2021-02-01T23:03:01.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:01.823Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:02.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:02.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T23:03:02.163Z] f0394897f1e9: Preparing [2021-02-01T23:03:02.163Z] 5d27557414f0: Preparing [2021-02-01T23:03:02.163Z] b75d503646b9: Preparing [2021-02-01T23:03:02.163Z] 6a3b959566eb: Preparing [2021-02-01T23:03:02.163Z] 379067d0cb53: Preparing [2021-02-01T23:03:02.436Z] b75d503646b9: Layer already exists [2021-02-01T23:03:02.436Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:02.436Z] f0394897f1e9: Pushed [2021-02-01T23:03:02.706Z] 6a3b959566eb: Pushed [2021-02-01T23:03:05.312Z] 5d27557414f0: Pushed [2021-02-01T23:03:05.312Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:3f8546f0f51e1d7a3237a1f29e5450760039792d5621c3f4ddc239e9d1d721ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:05.654Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:05.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:05.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T23:03:05.984Z] f0394897f1e9: Preparing [2021-02-01T23:03:05.984Z] 5d27557414f0: Preparing [2021-02-01T23:03:05.984Z] b75d503646b9: Preparing [2021-02-01T23:03:05.984Z] 6a3b959566eb: Preparing [2021-02-01T23:03:05.984Z] 379067d0cb53: Preparing [2021-02-01T23:03:05.984Z] 5d27557414f0: Layer already exists [2021-02-01T23:03:05.984Z] f0394897f1e9: Layer already exists [2021-02-01T23:03:05.984Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:05.984Z] 6a3b959566eb: Layer already exists [2021-02-01T23:03:05.984Z] b75d503646b9: Layer already exists [2021-02-01T23:03:06.255Z] 2.0.0-dev.71: digest: sha256:3f8546f0f51e1d7a3237a1f29e5450760039792d5621c3f4ddc239e9d1d721ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:06.613Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:06.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:06.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T23:03:06.941Z] f0394897f1e9: Preparing [2021-02-01T23:03:06.941Z] 5d27557414f0: Preparing [2021-02-01T23:03:06.941Z] b75d503646b9: Preparing [2021-02-01T23:03:06.941Z] 6a3b959566eb: Preparing [2021-02-01T23:03:06.941Z] 379067d0cb53: Preparing [2021-02-01T23:03:06.941Z] b75d503646b9: Layer already exists [2021-02-01T23:03:06.941Z] f0394897f1e9: Layer already exists [2021-02-01T23:03:06.941Z] 6a3b959566eb: Layer already exists [2021-02-01T23:03:06.941Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:06.941Z] 5d27557414f0: Layer already exists [2021-02-01T23:03:07.209Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:3f8546f0f51e1d7a3237a1f29e5450760039792d5621c3f4ddc239e9d1d721ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:07.546Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:07.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-01T23:03:07.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T23:03:07.874Z] f0394897f1e9: Preparing [2021-02-01T23:03:07.874Z] 5d27557414f0: Preparing [2021-02-01T23:03:07.874Z] b75d503646b9: Preparing [2021-02-01T23:03:07.874Z] 6a3b959566eb: Preparing [2021-02-01T23:03:07.874Z] 379067d0cb53: Preparing [2021-02-01T23:03:07.874Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:07.874Z] 5d27557414f0: Layer already exists [2021-02-01T23:03:07.874Z] 6a3b959566eb: Layer already exists [2021-02-01T23:03:07.874Z] f0394897f1e9: Layer already exists [2021-02-01T23:03:08.146Z] b75d503646b9: Layer already exists [2021-02-01T23:03:08.146Z] master: digest: sha256:3f8546f0f51e1d7a3237a1f29e5450760039792d5621c3f4ddc239e9d1d721ab size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:03:08.336Z] ===================================================== [Pipeline] echo [2021-02-01T23:03:08.383Z] taggedImages: [2021-02-01T23:03:08.383Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:08.383Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:08.383Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:08.383Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-01T23:03:08.446Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-01T23:03:08.446Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:08.446Z] 2.0.0-dev.71 [2021-02-01T23:03:08.446Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:08.446Z] master [2021-02-01T23:03:08.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:08.964Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:09.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:09.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T23:03:09.292Z] 44ed73af8e13: Preparing [2021-02-01T23:03:09.292Z] b2d2ffcd5d4c: Preparing [2021-02-01T23:03:09.292Z] b75d503646b9: Preparing [2021-02-01T23:03:09.292Z] 91f6c5907419: Preparing [2021-02-01T23:03:09.292Z] 379067d0cb53: Preparing [2021-02-01T23:03:09.563Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:09.563Z] b75d503646b9: Layer already exists [2021-02-01T23:03:09.563Z] 44ed73af8e13: Pushed [2021-02-01T23:03:09.563Z] 91f6c5907419: Pushed [2021-02-01T23:03:12.160Z] b2d2ffcd5d4c: Pushed [2021-02-01T23:03:12.431Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:4e1004524680b5cac2ff422929142d0df8952330c1f5a00a0e4d30313a2a9a2f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:12.767Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:13.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:13.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T23:03:13.098Z] 44ed73af8e13: Preparing [2021-02-01T23:03:13.098Z] b2d2ffcd5d4c: Preparing [2021-02-01T23:03:13.098Z] b75d503646b9: Preparing [2021-02-01T23:03:13.098Z] 91f6c5907419: Preparing [2021-02-01T23:03:13.098Z] 379067d0cb53: Preparing [2021-02-01T23:03:13.098Z] b2d2ffcd5d4c: Layer already exists [2021-02-01T23:03:13.098Z] 44ed73af8e13: Layer already exists [2021-02-01T23:03:13.098Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:13.098Z] b75d503646b9: Layer already exists [2021-02-01T23:03:13.098Z] 91f6c5907419: Layer already exists [2021-02-01T23:03:13.368Z] 2.0.0-dev.71: digest: sha256:4e1004524680b5cac2ff422929142d0df8952330c1f5a00a0e4d30313a2a9a2f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:13.703Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:14.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:14.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T23:03:14.034Z] 44ed73af8e13: Preparing [2021-02-01T23:03:14.034Z] b2d2ffcd5d4c: Preparing [2021-02-01T23:03:14.034Z] b75d503646b9: Preparing [2021-02-01T23:03:14.034Z] 91f6c5907419: Preparing [2021-02-01T23:03:14.034Z] 379067d0cb53: Preparing [2021-02-01T23:03:14.034Z] b2d2ffcd5d4c: Layer already exists [2021-02-01T23:03:14.304Z] 91f6c5907419: Layer already exists [2021-02-01T23:03:14.304Z] b75d503646b9: Layer already exists [2021-02-01T23:03:14.304Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:14.304Z] 44ed73af8e13: Layer already exists [2021-02-01T23:03:14.304Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:4e1004524680b5cac2ff422929142d0df8952330c1f5a00a0e4d30313a2a9a2f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:14.642Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:14.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-01T23:03:14.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T23:03:14.977Z] 44ed73af8e13: Preparing [2021-02-01T23:03:14.977Z] b2d2ffcd5d4c: Preparing [2021-02-01T23:03:14.977Z] b75d503646b9: Preparing [2021-02-01T23:03:14.977Z] 91f6c5907419: Preparing [2021-02-01T23:03:14.977Z] 379067d0cb53: Preparing [2021-02-01T23:03:14.977Z] 91f6c5907419: Layer already exists [2021-02-01T23:03:14.977Z] 379067d0cb53: Layer already exists [2021-02-01T23:03:14.977Z] b75d503646b9: Layer already exists [2021-02-01T23:03:14.977Z] b2d2ffcd5d4c: Layer already exists [2021-02-01T23:03:15.250Z] 44ed73af8e13: Layer already exists [2021-02-01T23:03:15.250Z] master: digest: sha256:4e1004524680b5cac2ff422929142d0df8952330c1f5a00a0e4d30313a2a9a2f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:03:15.439Z] ===================================================== [Pipeline] echo [2021-02-01T23:03:15.483Z] taggedImages: [2021-02-01T23:03:15.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:15.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:15.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:15.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-01T23:03:15.561Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-01T23:03:15.561Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:15.561Z] 2.0.0-dev.71 [2021-02-01T23:03:15.561Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:15.561Z] master [2021-02-01T23:03:15.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:16.056Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:16.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:16.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T23:03:16.389Z] 0db164b7115b: Preparing [2021-02-01T23:03:16.389Z] ded9e6192696: Preparing [2021-02-01T23:03:16.389Z] 64d65c632bae: Preparing [2021-02-01T23:03:16.389Z] 391983079e56: Preparing [2021-02-01T23:03:16.389Z] 9de01a7e6788: Preparing [2021-02-01T23:03:16.389Z] 768d0bac70d9: Preparing [2021-02-01T23:03:16.389Z] 5d41678708f8: Preparing [2021-02-01T23:03:16.389Z] 9ded3b6bb9b5: Preparing [2021-02-01T23:03:16.389Z] fa1afe8e6ed9: Preparing [2021-02-01T23:03:16.389Z] 87a09b4c083e: Preparing [2021-02-01T23:03:16.389Z] 0f74e9ff2a61: Preparing [2021-02-01T23:03:16.389Z] b122376c33c6: Preparing [2021-02-01T23:03:16.389Z] f8381ed47b22: Preparing [2021-02-01T23:03:16.389Z] e934a737d657: Preparing [2021-02-01T23:03:16.389Z] 768d0bac70d9: Waiting [2021-02-01T23:03:16.389Z] 87a09b4c083e: Waiting [2021-02-01T23:03:16.389Z] 0f74e9ff2a61: Waiting [2021-02-01T23:03:16.389Z] b122376c33c6: Waiting [2021-02-01T23:03:16.389Z] f8381ed47b22: Waiting [2021-02-01T23:03:16.389Z] e934a737d657: Waiting [2021-02-01T23:03:16.389Z] 9ded3b6bb9b5: Waiting [2021-02-01T23:03:16.389Z] fa1afe8e6ed9: Waiting [2021-02-01T23:03:16.984Z] 9de01a7e6788: Pushed [2021-02-01T23:03:16.984Z] 0db164b7115b: Pushed [2021-02-01T23:03:17.583Z] 391983079e56: Pushed [2021-02-01T23:03:17.583Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T23:03:17.583Z] fa1afe8e6ed9: Layer already exists [2021-02-01T23:03:17.583Z] 87a09b4c083e: Layer already exists [2021-02-01T23:03:17.857Z] 5d41678708f8: Pushed [2021-02-01T23:03:17.857Z] 0f74e9ff2a61: Layer already exists [2021-02-01T23:03:17.857Z] b122376c33c6: Layer already exists [2021-02-01T23:03:17.857Z] f8381ed47b22: Layer already exists [2021-02-01T23:03:17.857Z] e934a737d657: Layer already exists [2021-02-01T23:03:18.447Z] ded9e6192696: Pushed [2021-02-01T23:03:19.416Z] 768d0bac70d9: Pushed [2021-02-01T23:03:29.526Z] 64d65c632bae: Pushed [2021-02-01T23:03:29.526Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1: digest: sha256:2abb8cecf58d88f6c3a734d4285a9e12c52924748b35234ca9a6d2286975b537 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:29.861Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:30.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:30.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T23:03:30.216Z] 0db164b7115b: Preparing [2021-02-01T23:03:30.216Z] ded9e6192696: Preparing [2021-02-01T23:03:30.216Z] 64d65c632bae: Preparing [2021-02-01T23:03:30.216Z] 391983079e56: Preparing [2021-02-01T23:03:30.216Z] 9de01a7e6788: Preparing [2021-02-01T23:03:30.216Z] 768d0bac70d9: Preparing [2021-02-01T23:03:30.216Z] 5d41678708f8: Preparing [2021-02-01T23:03:30.216Z] 9ded3b6bb9b5: Preparing [2021-02-01T23:03:30.216Z] fa1afe8e6ed9: Preparing [2021-02-01T23:03:30.216Z] 87a09b4c083e: Preparing [2021-02-01T23:03:30.216Z] 0f74e9ff2a61: Preparing [2021-02-01T23:03:30.216Z] b122376c33c6: Preparing [2021-02-01T23:03:30.216Z] f8381ed47b22: Preparing [2021-02-01T23:03:30.216Z] e934a737d657: Preparing [2021-02-01T23:03:30.216Z] 9ded3b6bb9b5: Waiting [2021-02-01T23:03:30.216Z] 768d0bac70d9: Waiting [2021-02-01T23:03:30.216Z] 5d41678708f8: Waiting [2021-02-01T23:03:30.216Z] fa1afe8e6ed9: Waiting [2021-02-01T23:03:30.216Z] 87a09b4c083e: Waiting [2021-02-01T23:03:30.216Z] b122376c33c6: Waiting [2021-02-01T23:03:30.216Z] f8381ed47b22: Waiting [2021-02-01T23:03:30.216Z] e934a737d657: Waiting [2021-02-01T23:03:30.216Z] 0f74e9ff2a61: Waiting [2021-02-01T23:03:30.501Z] 64d65c632bae: Layer already exists [2021-02-01T23:03:30.501Z] 391983079e56: Layer already exists [2021-02-01T23:03:30.501Z] ded9e6192696: Layer already exists [2021-02-01T23:03:30.501Z] 9de01a7e6788: Layer already exists [2021-02-01T23:03:30.501Z] 0db164b7115b: Layer already exists [2021-02-01T23:03:30.501Z] 5d41678708f8: Layer already exists [2021-02-01T23:03:30.501Z] 768d0bac70d9: Layer already exists [2021-02-01T23:03:30.501Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T23:03:30.501Z] fa1afe8e6ed9: Layer already exists [2021-02-01T23:03:30.501Z] 87a09b4c083e: Layer already exists [2021-02-01T23:03:30.501Z] 0f74e9ff2a61: Layer already exists [2021-02-01T23:03:30.501Z] f8381ed47b22: Layer already exists [2021-02-01T23:03:30.501Z] b122376c33c6: Layer already exists [2021-02-01T23:03:30.501Z] e934a737d657: Layer already exists [2021-02-01T23:03:30.501Z] 2.0.0-dev.71: digest: sha256:2abb8cecf58d88f6c3a734d4285a9e12c52924748b35234ca9a6d2286975b537 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:30.893Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:31.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:31.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T23:03:31.280Z] 0db164b7115b: Preparing [2021-02-01T23:03:31.280Z] ded9e6192696: Preparing [2021-02-01T23:03:31.280Z] 64d65c632bae: Preparing [2021-02-01T23:03:31.280Z] 391983079e56: Preparing [2021-02-01T23:03:31.280Z] 9de01a7e6788: Preparing [2021-02-01T23:03:31.280Z] 768d0bac70d9: Preparing [2021-02-01T23:03:31.280Z] 5d41678708f8: Preparing [2021-02-01T23:03:31.280Z] 9ded3b6bb9b5: Preparing [2021-02-01T23:03:31.280Z] fa1afe8e6ed9: Preparing [2021-02-01T23:03:31.280Z] 87a09b4c083e: Preparing [2021-02-01T23:03:31.280Z] 0f74e9ff2a61: Preparing [2021-02-01T23:03:31.280Z] b122376c33c6: Preparing [2021-02-01T23:03:31.280Z] f8381ed47b22: Preparing [2021-02-01T23:03:31.280Z] e934a737d657: Preparing [2021-02-01T23:03:31.280Z] 87a09b4c083e: Waiting [2021-02-01T23:03:31.280Z] 768d0bac70d9: Waiting [2021-02-01T23:03:31.280Z] 0f74e9ff2a61: Waiting [2021-02-01T23:03:31.280Z] b122376c33c6: Waiting [2021-02-01T23:03:31.280Z] f8381ed47b22: Waiting [2021-02-01T23:03:31.280Z] e934a737d657: Waiting [2021-02-01T23:03:31.280Z] 5d41678708f8: Waiting [2021-02-01T23:03:31.280Z] 9ded3b6bb9b5: Waiting [2021-02-01T23:03:31.280Z] fa1afe8e6ed9: Waiting [2021-02-01T23:03:31.567Z] 9de01a7e6788: Layer already exists [2021-02-01T23:03:31.567Z] ded9e6192696: Layer already exists [2021-02-01T23:03:31.567Z] 0db164b7115b: Layer already exists [2021-02-01T23:03:31.567Z] 64d65c632bae: Layer already exists [2021-02-01T23:03:31.567Z] 391983079e56: Layer already exists [2021-02-01T23:03:31.567Z] 768d0bac70d9: Layer already exists [2021-02-01T23:03:31.567Z] 5d41678708f8: Layer already exists [2021-02-01T23:03:31.567Z] 87a09b4c083e: Layer already exists [2021-02-01T23:03:31.567Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T23:03:31.567Z] fa1afe8e6ed9: Layer already exists [2021-02-01T23:03:31.567Z] f8381ed47b22: Layer already exists [2021-02-01T23:03:31.567Z] b122376c33c6: Layer already exists [2021-02-01T23:03:31.567Z] e934a737d657: Layer already exists [2021-02-01T23:03:31.567Z] 0f74e9ff2a61: Layer already exists [2021-02-01T23:03:31.567Z] 2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71: digest: sha256:2abb8cecf58d88f6c3a734d4285a9e12c52924748b35234ca9a6d2286975b537 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:31.905Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:32.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-01T23:03:32.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T23:03:32.239Z] 0db164b7115b: Preparing [2021-02-01T23:03:32.239Z] ded9e6192696: Preparing [2021-02-01T23:03:32.239Z] 64d65c632bae: Preparing [2021-02-01T23:03:32.239Z] 391983079e56: Preparing [2021-02-01T23:03:32.239Z] 9de01a7e6788: Preparing [2021-02-01T23:03:32.239Z] 768d0bac70d9: Preparing [2021-02-01T23:03:32.239Z] 5d41678708f8: Preparing [2021-02-01T23:03:32.239Z] 9ded3b6bb9b5: Preparing [2021-02-01T23:03:32.239Z] fa1afe8e6ed9: Preparing [2021-02-01T23:03:32.239Z] 87a09b4c083e: Preparing [2021-02-01T23:03:32.239Z] 0f74e9ff2a61: Preparing [2021-02-01T23:03:32.239Z] b122376c33c6: Preparing [2021-02-01T23:03:32.239Z] f8381ed47b22: Preparing [2021-02-01T23:03:32.239Z] e934a737d657: Preparing [2021-02-01T23:03:32.239Z] 768d0bac70d9: Waiting [2021-02-01T23:03:32.239Z] 5d41678708f8: Waiting [2021-02-01T23:03:32.239Z] 87a09b4c083e: Waiting [2021-02-01T23:03:32.239Z] 0f74e9ff2a61: Waiting [2021-02-01T23:03:32.239Z] b122376c33c6: Waiting [2021-02-01T23:03:32.239Z] f8381ed47b22: Waiting [2021-02-01T23:03:32.239Z] 9ded3b6bb9b5: Waiting [2021-02-01T23:03:32.239Z] fa1afe8e6ed9: Waiting [2021-02-01T23:03:32.239Z] e934a737d657: Waiting [2021-02-01T23:03:32.239Z] 391983079e56: Layer already exists [2021-02-01T23:03:32.239Z] 0db164b7115b: Layer already exists [2021-02-01T23:03:32.239Z] 64d65c632bae: Layer already exists [2021-02-01T23:03:32.239Z] ded9e6192696: Layer already exists [2021-02-01T23:03:32.239Z] 9de01a7e6788: Layer already exists [2021-02-01T23:03:32.239Z] 87a09b4c083e: Layer already exists [2021-02-01T23:03:32.239Z] 5d41678708f8: Layer already exists [2021-02-01T23:03:32.239Z] fa1afe8e6ed9: Layer already exists [2021-02-01T23:03:32.239Z] 768d0bac70d9: Layer already exists [2021-02-01T23:03:32.239Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T23:03:32.511Z] 0f74e9ff2a61: Layer already exists [2021-02-01T23:03:32.511Z] b122376c33c6: Layer already exists [2021-02-01T23:03:32.511Z] e934a737d657: Layer already exists [2021-02-01T23:03:32.511Z] f8381ed47b22: Layer already exists [2021-02-01T23:03:32.511Z] master: digest: sha256:2abb8cecf58d88f6c3a734d4285a9e12c52924748b35234ca9a6d2286975b537 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T23:03:32.696Z] ===================================================== [Pipeline] echo [2021-02-01T23:03:32.742Z] taggedImages: [2021-02-01T23:03:32.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1 [2021-02-01T23:03:32.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.71 [2021-02-01T23:03:32.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2a4efc596d6299a706f2b1b5ea90705279ab33b1-2.0.0-dev.71 [2021-02-01T23:03:32.742Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T23:03:34.336Z] provisioning config files... [2021-02-01T23:03:34.353Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/335@tmp/config6654299062587388076tmp [Pipeline] { [Pipeline] sh [2021-02-01T23:03:34.766Z] + set +x [2021-02-01T23:03:34.766Z] + curl -s https://codecov.io/bash [2021-02-01T23:03:34.766Z] + bash -s -- [2021-02-01T23:03:35.343Z] [2021-02-01T23:03:35.343Z] _____ _ [2021-02-01T23:03:35.343Z] / ____| | | [2021-02-01T23:03:35.343Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T23:03:35.343Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T23:03:35.343Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T23:03:35.343Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T23:03:35.343Z] Bash-20210129-7c25fce [2021-02-01T23:03:35.343Z] [2021-02-01T23:03:35.343Z] [2021-02-01T23:03:35.343Z] ==> git version 2.24.3 found [2021-02-01T23:03:35.343Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-01T23:03:35.343Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T23:03:35.343Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T23:03:35.343Z] ==> Jenkins CI detected. [2021-02-01T23:03:35.343Z] project root: . [2021-02-01T23:03:35.343Z] --> token set from env [2021-02-01T23:03:35.343Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T23:03:35.343Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T23:03:35.343Z] ==> Python coveragepy not found [2021-02-01T23:03:35.343Z] ==> Searching for coverage reports in: [2021-02-01T23:03:35.343Z] + . [2021-02-01T23:03:35.613Z] -> Found 1 reports [2021-02-01T23:03:35.613Z] ==> Detecting git/mercurial file structure [2021-02-01T23:03:35.613Z] ==> Reading reports [2021-02-01T23:03:35.613Z] + ./coverage.out bytes=574984 [2021-02-01T23:03:35.613Z] ==> Appending adjustments [2021-02-01T23:03:35.613Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T23:03:39.842Z] + Found adjustments [2021-02-01T23:03:39.842Z] ==> Gzipping contents [2021-02-01T23:03:39.842Z] 88K /tmp/codecov.k04pYP.gz [2021-02-01T23:03:39.842Z] ==> Uploading reports [2021-02-01T23:03:39.842Z] url: https://codecov.io [2021-02-01T23:03:39.842Z] query: branch=master&commit=2a4efc596d6299a706f2b1b5ea90705279ab33b1&build=335&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F335%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T23:03:39.842Z] -> Pinging Codecov [2021-02-01T23:03:39.842Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=2a4efc596d6299a706f2b1b5ea90705279ab33b1&build=335&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F335%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T23:03:39.842Z] -> Uploading to [2021-02-01T23:03:39.842Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/2a4efc596d6299a706f2b1b5ea90705279ab33b1/ad3c9f2f-d201-4bfc-b6d9-662cde55138e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T230339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5f86788aafc6f498a80ca9d26a4dacdeabe1dec202b2a1992cb3dd86573f065 [2021-02-01T23:03:39.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:03:39.842Z] Dload Upload Total Spent Left Speed [2021-02-01T23:03:40.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86843 0 0 100 86843 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-02-01T23:03:40.106Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2a4efc596d6299a706f2b1b5ea90705279ab33b1 [Pipeline] } [2021-02-01T23:03:40.118Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-01T23:03:41.159Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T23:03:41.237Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:41.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T23:03:41.846Z] [2021-02-01T23:03:41.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:03:42.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T23:03:42.211Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T23:03:42.211Z] 188c0c94c7c5: Already exists [2021-02-01T23:03:42.211Z] 0ef7d3d256c8: Already exists [2021-02-01T23:03:42.211Z] de9db76c5a1d: Already exists [2021-02-01T23:03:42.211Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T23:03:42.211Z] 0d57e429df01: Pulling fs layer [2021-02-01T23:03:42.211Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T23:03:42.211Z] e1f770b5df2f: Pulling fs layer [2021-02-01T23:03:42.212Z] 85a0685a4137: Pulling fs layer [2021-02-01T23:03:42.212Z] e1f770b5df2f: Waiting [2021-02-01T23:03:42.212Z] 85a0685a4137: Waiting [2021-02-01T23:03:42.212Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T23:03:42.212Z] 4e4be7b47b0d: Download complete [2021-02-01T23:03:42.212Z] 0d57e429df01: Verifying Checksum [2021-02-01T23:03:42.212Z] 0d57e429df01: Download complete [2021-02-01T23:03:44.137Z] e1f770b5df2f: Verifying Checksum [2021-02-01T23:03:44.137Z] e1f770b5df2f: Download complete [2021-02-01T23:03:46.711Z] 85a0685a4137: Verifying Checksum [2021-02-01T23:03:46.711Z] 85a0685a4137: Download complete [2021-02-01T23:03:46.711Z] 0eba1c9be4d2: Download complete [2021-02-01T23:03:53.377Z] 0eba1c9be4d2: Pull complete [2021-02-01T23:03:53.377Z] 0d57e429df01: Pull complete [2021-02-01T23:03:53.377Z] 4e4be7b47b0d: Pull complete [2021-02-01T23:03:56.700Z] e1f770b5df2f: Pull complete [2021-02-01T23:04:07.032Z] 85a0685a4137: Pull complete [2021-02-01T23:04:07.032Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T23:04:07.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T23:04:07.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T23:04:07.337Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:04:07.397Z] $ 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/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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-devops/edgex-snyk-go:1.410.4 cat [2021-02-01T23:04:09.006Z] $ docker top 06e727b08ef8125892f1f04499ff066f23fb25940ae1b4fc6a6b005d91d92e4a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T23:04:09.302Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T23:04:09.605Z] + set -o pipefail [2021-02-01T23:04:09.605Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T23:04:19.681Z] [2021-02-01T23:04:19.681Z] Monitoring /w/workspace/edgex-go/335 (github.com/edgexfoundry/edgex-go)... [2021-02-01T23:04:19.681Z] [2021-02-01T23:04:19.681Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3a76645a-cf93-4dff-a866-d4977cd31f1d [2021-02-01T23:04:19.681Z] [2021-02-01T23:04:19.681Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T23:04:19.681Z] [2021-02-01T23:04:20.266Z] [Pipeline] } [2021-02-01T23:04:20.283Z] $ docker stop --time=1 06e727b08ef8125892f1f04499ff066f23fb25940ae1b4fc6a6b005d91d92e4a [2021-02-01T23:04:23.003Z] $ docker rm -f 06e727b08ef8125892f1f04499ff066f23fb25940ae1b4fc6a6b005d91d92e4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-01T23:04:24.264Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T23:04:24.316Z] provisioning config files... [2021-02-01T23:04:24.332Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/335@tmp/config2943192152699236170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:04:24.727Z] --> edgex-publish-swagger.sh [2021-02-01T23:04:24.728Z] === Publish openapi/v1 API === [2021-02-01T23:04:24.728Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-01T23:04:24.728Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/335/openapi/v1/core-command.yaml] [2021-02-01T23:04:24.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:24.728Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:26.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8136 0:00:01 0:00:01 --:--:-- 8143 100 10522 0 0 100 10522 0 7544 0:00:01 0:00:01 --:--:-- 7548 [2021-02-01T23:04:26.147Z] [2021-02-01T23:04:26.147Z] [2021-02-01T23:04:26.147Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/335/openapi/v1/core-data.yaml] [2021-02-01T23:04:26.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:26.147Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:27.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28139 0:00:01 0:00:01 --:--:-- 28163 100 32557 0 0 100 32557 0 28134 0:00:01 0:00:01 --:--:-- 28163 [2021-02-01T23:04:27.099Z] [2021-02-01T23:04:27.099Z] [2021-02-01T23:04:27.099Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/335/openapi/v1/core-metadata.yaml] [2021-02-01T23:04:27.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:27.363Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:28.771Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60026 0:00:01 0:00:01 --:--:-- 60082 100 73721 0 0 100 73721 0 59824 0:00:01 0:00:01 --:--:-- 59838 [2021-02-01T23:04:28.771Z] [2021-02-01T23:04:28.771Z] [2021-02-01T23:04:28.771Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/335/openapi/v1/support-logging.yaml] [2021-02-01T23:04:28.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:28.771Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:29.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11782 0:00:01 0:00:01 --:--:-- 11778 100 13581 0 0 100 13581 0 11780 0:00:01 0:00:01 --:--:-- 11778 [2021-02-01T23:04:29.736Z] [2021-02-01T23:04:29.736Z] [2021-02-01T23:04:29.736Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/335/openapi/v1/support-notifications.yaml] [2021-02-01T23:04:29.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:29.736Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:31.134Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33257 0:00:01 0:00:01 --:--:-- 33267 100 38890 0 0 100 38890 0 33251 0:00:01 0:00:01 --:--:-- 33267 [2021-02-01T23:04:31.134Z] [2021-02-01T23:04:31.134Z] [2021-02-01T23:04:31.134Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/335/openapi/v1/support-scheduler.yaml] [2021-02-01T23:04:31.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:31.135Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:32.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12447 0:00:01 0:00:01 --:--:-- 12455 100 14249 0 0 100 14249 0 12445 0:00:01 0:00:01 --:--:-- 12455 [2021-02-01T23:04:32.087Z] [2021-02-01T23:04:32.087Z] [2021-02-01T23:04:32.087Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/335/openapi/v1/system-agent.yaml] [2021-02-01T23:04:32.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:32.087Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:33.077Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3785 0:00:01 0:00:01 --:--:-- 3788 100 4110 0 0 100 4110 0 3785 0:00:01 0:00:01 --:--:-- 3788 [2021-02-01T23:04:33.077Z] [2021-02-01T23:04:33.077Z] [2021-02-01T23:04:33.077Z] === Publish openapi/v2 API === [2021-02-01T23:04:33.077Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-01T23:04:33.077Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/335/openapi/v2/core-command.yaml] [2021-02-01T23:04:33.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:33.078Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:34.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 19526 0:00:01 0:00:01 --:--:-- 19546 100 21325 0 0 100 21325 0 19519 0:00:01 0:00:01 --:--:-- 19528 [2021-02-01T23:04:34.095Z] [2021-02-01T23:04:34.095Z] [2021-02-01T23:04:34.095Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/335/openapi/v2/core-data.yaml] [2021-02-01T23:04:34.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:34.359Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:35.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 48100 0:00:01 0:00:01 --:--:-- 48112 100 57013 0 0 100 57013 0 48086 0:00:01 0:00:01 --:--:-- 48112 [2021-02-01T23:04:35.314Z] [2021-02-01T23:04:35.314Z] [2021-02-01T23:04:35.314Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/335/openapi/v2/core-metadata.yaml] [2021-02-01T23:04:35.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:35.314Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:36.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2021-02-01T23:04:36.566Z] [2021-02-01T23:04:36.566Z] [2021-02-01T23:04:36.566Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/335/openapi/v2/support-notifications.yaml] [2021-02-01T23:04:36.566Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:36.566Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:38.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58540 0 0 100 58540 0 52896 0:00:01 0:00:01 --:--:-- 52929 100 58540 0 0 100 58540 0 52875 0:00:01 0:00:01 --:--:-- 52929 [2021-02-01T23:04:38.047Z] [2021-02-01T23:04:38.047Z] [2021-02-01T23:04:38.047Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/335/openapi/v2/support-scheduler.yaml] [2021-02-01T23:04:38.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:38.047Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:39.098Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 34654 0:00:01 0:00:01 --:--:-- 34688 100 38851 0 0 100 38851 0 34645 0:00:01 0:00:01 --:--:-- 34657 [2021-02-01T23:04:39.098Z] [2021-02-01T23:04:39.098Z] [2021-02-01T23:04:39.098Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/335/openapi/v2/system-agent.yaml] [2021-02-01T23:04:39.098Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T23:04:39.098Z] Dload Upload Total Spent Left Speed [2021-02-01T23:04:40.056Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 19169 0:00:01 0:00:01 --:--:-- 19177 100 23684 0 0 100 23684 0 18819 0:00:01 0:00:01 --:--:-- 18826 [2021-02-01T23:04:40.056Z] [2021-02-01T23:04:40.056Z] [Pipeline] } [2021-02-01T23:04:40.070Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:04:41.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T23:04:41.000Z] . [Pipeline] withDockerContainer [2021-02-01T23:04:41.133Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:04:41.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T23:04:42.354Z] $ docker top 143928b29c7ccadd10881c6c966452cbc534b5ab9bf2bc9587188f5c42d03bd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T23:04:42.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T23:04:42.764Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T23:04:43.049Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T23:04:43.051Z] $ docker exec 143928b29c7ccadd10881c6c966452cbc534b5ab9bf2bc9587188f5c42d03bd4 ssh-agent [2021-02-01T23:04:43.327Z] SSH_AUTH_SOCK=/tmp/ssh-bqxvGjpVJA1G/agent.12 [2021-02-01T23:04:43.327Z] SSH_AGENT_PID=18 [2021-02-01T23:04:43.336Z] Running ssh-add (command line suppressed) [2021-02-01T23:04:43.568Z] Identity added: /w/workspace/edgex-go/335@tmp/private_key_5683855695232966607.key (/w/workspace/edgex-go/335@tmp/private_key_5683855695232966607.key) [2021-02-01T23:04:43.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T23:04:44.034Z] + git semver tag [2021-02-01T23:04:44.299Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T23:04:44.299Z] # $GIT_DIR = /w/workspace/edgex-go/335/.git [2021-02-01T23:04:44.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/335 [2021-02-01T23:04:44.299Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T23:04:44.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T23:04:44.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T23:04:44.299Z] # $SEMVER_BRANCH = master [2021-02-01T23:04:44.299Z] # $SEMVER_DIR = /w/workspace/edgex-go/335/.semver [2021-02-01T23:04:44.299Z] # 2a4efc596d6299a706f2b1b5ea90705279ab33b1 HEAD [2021-02-01T23:04:44.873Z] # -> Force: false [2021-02-01T23:04:44.873Z] # d13ce01d51441e94ac3909c3882e3b698e103d3d refs/tags/v2.0.0-dev.71 [Pipeline] } [2021-02-01T23:04:44.885Z] $ docker exec --env ******** --env ******** 143928b29c7ccadd10881c6c966452cbc534b5ab9bf2bc9587188f5c42d03bd4 ssh-agent -k [2021-02-01T23:04:45.161Z] unset SSH_AUTH_SOCK; [2021-02-01T23:04:45.162Z] unset SSH_AGENT_PID; [2021-02-01T23:04:45.162Z] echo Agent pid 18 killed; [2021-02-01T23:04:45.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T23:04:45.732Z] + git semver [Pipeline] } [2021-02-01T23:04:45.755Z] $ docker stop --time=1 143928b29c7ccadd10881c6c966452cbc534b5ab9bf2bc9587188f5c42d03bd4 [2021-02-01T23:04:47.247Z] $ docker rm -f 143928b29c7ccadd10881c6c966452cbc534b5ab9bf2bc9587188f5c42d03bd4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:04:47.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T23:04:47.980Z] [2021-02-01T23:04:47.980Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:04:48.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T23:04:48.348Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T23:04:48.348Z] ab5ef0e58194: Pulling fs layer [2021-02-01T23:04:48.348Z] 9712f1f96733: Pulling fs layer [2021-02-01T23:04:48.348Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T23:04:48.348Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T23:04:48.348Z] e9a5061849ea: Pulling fs layer [2021-02-01T23:04:48.348Z] d747dcd14b5f: Pulling fs layer [2021-02-01T23:04:48.348Z] 2de7ff778b66: Pulling fs layer [2021-02-01T23:04:48.348Z] e9a5061849ea: Waiting [2021-02-01T23:04:48.348Z] d747dcd14b5f: Waiting [2021-02-01T23:04:48.348Z] 2de7ff778b66: Waiting [2021-02-01T23:04:48.348Z] 0d9ebad4ef96: Waiting [2021-02-01T23:04:48.348Z] 9712f1f96733: Verifying Checksum [2021-02-01T23:04:48.348Z] 9712f1f96733: Download complete [2021-02-01T23:04:50.304Z] 63f879dbbcfc: Verifying Checksum [2021-02-01T23:04:50.304Z] 63f879dbbcfc: Download complete [2021-02-01T23:04:50.899Z] e9a5061849ea: Verifying Checksum [2021-02-01T23:04:50.899Z] e9a5061849ea: Download complete [2021-02-01T23:04:50.899Z] d747dcd14b5f: Verifying Checksum [2021-02-01T23:04:50.899Z] d747dcd14b5f: Download complete [2021-02-01T23:04:51.485Z] 2de7ff778b66: Verifying Checksum [2021-02-01T23:04:51.485Z] 2de7ff778b66: Download complete [2021-02-01T23:04:51.485Z] ab5ef0e58194: Download complete [2021-02-01T23:04:51.485Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T23:04:51.485Z] 0d9ebad4ef96: Download complete [2021-02-01T23:04:58.143Z] ab5ef0e58194: Pull complete [2021-02-01T23:04:58.143Z] 9712f1f96733: Pull complete [2021-02-01T23:05:00.700Z] 63f879dbbcfc: Pull complete [2021-02-01T23:05:08.988Z] 0d9ebad4ef96: Pull complete [2021-02-01T23:05:10.947Z] e9a5061849ea: Pull complete [2021-02-01T23:05:10.947Z] d747dcd14b5f: Pull complete [2021-02-01T23:05:13.579Z] 2de7ff778b66: Pull complete [2021-02-01T23:05:13.579Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T23:05:13.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T23:05:13.579Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T23:05:13.897Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:05:13.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-01T23:05:17.928Z] $ docker top c1e8ad83dccd18ed477a412543fb48394e15058be9c860e305916eda5f8091f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T23:05:18.214Z] provisioning config files... [2021-02-01T23:05:18.232Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/335@tmp/config1365357064808113394tmp [2021-02-01T23:05:18.256Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/335@tmp/config1740061374510668810tmp [2021-02-01T23:05:18.276Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/335@tmp/config1990953146881093393tmp [Pipeline] { [Pipeline] echo [2021-02-01T23:05:18.351Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:05:18.993Z] ---> sigul-configuration.sh [2021-02-01T23:05:18.993Z] gpg: directory `/root/.gnupg' created [2021-02-01T23:05:18.993Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T23:05:18.993Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T23:05:18.993Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T23:05:18.993Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T23:05:18.993Z] gpg: CAST5 encrypted data [2021-02-01T23:05:18.993Z] gpg: encrypted with 1 passphrase [2021-02-01T23:05:18.993Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T23:05:19.646Z] + mkdir /home/jenkins [2021-02-01T23:05:19.646Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T23:05:19.960Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-01T23:05:19.972Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:05:20.278Z] ---> sigul-install.sh [2021-02-01T23:05:28.742Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T23:05:29.103Z] + git tag --list [2021-02-01T23:05:29.103Z] 0.6.0 [2021-02-01T23:05:29.103Z] 0.6.1 [2021-02-01T23:05:29.103Z] 0.7.0 [2021-02-01T23:05:29.103Z] 0.7.1 [2021-02-01T23:05:29.103Z] v1.0.0 [2021-02-01T23:05:29.103Z] v1.0.1 [2021-02-01T23:05:29.103Z] v1.1.0 [2021-02-01T23:05:29.103Z] v1.2.0 [2021-02-01T23:05:29.103Z] v1.2.1 [2021-02-01T23:05:29.103Z] v1.2.2-dev.1 [2021-02-01T23:05:29.103Z] v1.2.2-dev.10 [2021-02-01T23:05:29.103Z] v1.2.2-dev.100 [2021-02-01T23:05:29.103Z] v1.2.2-dev.101 [2021-02-01T23:05:29.103Z] v1.2.2-dev.102 [2021-02-01T23:05:29.103Z] v1.2.2-dev.103 [2021-02-01T23:05:29.103Z] v1.2.2-dev.104 [2021-02-01T23:05:29.103Z] v1.2.2-dev.105 [2021-02-01T23:05:29.103Z] v1.2.2-dev.106 [2021-02-01T23:05:29.103Z] v1.2.2-dev.107 [2021-02-01T23:05:29.103Z] v1.2.2-dev.11 [2021-02-01T23:05:29.103Z] v1.2.2-dev.12 [2021-02-01T23:05:29.103Z] v1.2.2-dev.13 [2021-02-01T23:05:29.103Z] v1.2.2-dev.14 [2021-02-01T23:05:29.103Z] v1.2.2-dev.15 [2021-02-01T23:05:29.103Z] v1.2.2-dev.16 [2021-02-01T23:05:29.103Z] v1.2.2-dev.17 [2021-02-01T23:05:29.103Z] v1.2.2-dev.18 [2021-02-01T23:05:29.103Z] v1.2.2-dev.19 [2021-02-01T23:05:29.103Z] v1.2.2-dev.2 [2021-02-01T23:05:29.103Z] v1.2.2-dev.20 [2021-02-01T23:05:29.103Z] v1.2.2-dev.21 [2021-02-01T23:05:29.103Z] v1.2.2-dev.22 [2021-02-01T23:05:29.103Z] v1.2.2-dev.23 [2021-02-01T23:05:29.103Z] v1.2.2-dev.24 [2021-02-01T23:05:29.103Z] v1.2.2-dev.25 [2021-02-01T23:05:29.103Z] v1.2.2-dev.26 [2021-02-01T23:05:29.103Z] v1.2.2-dev.27 [2021-02-01T23:05:29.103Z] v1.2.2-dev.28 [2021-02-01T23:05:29.103Z] v1.2.2-dev.29 [2021-02-01T23:05:29.103Z] v1.2.2-dev.3 [2021-02-01T23:05:29.103Z] v1.2.2-dev.30 [2021-02-01T23:05:29.103Z] v1.2.2-dev.31 [2021-02-01T23:05:29.103Z] v1.2.2-dev.32 [2021-02-01T23:05:29.103Z] v1.2.2-dev.33 [2021-02-01T23:05:29.103Z] v1.2.2-dev.34 [2021-02-01T23:05:29.103Z] v1.2.2-dev.35 [2021-02-01T23:05:29.103Z] v1.2.2-dev.36 [2021-02-01T23:05:29.103Z] v1.2.2-dev.37 [2021-02-01T23:05:29.103Z] v1.2.2-dev.38 [2021-02-01T23:05:29.103Z] v1.2.2-dev.39 [2021-02-01T23:05:29.103Z] v1.2.2-dev.4 [2021-02-01T23:05:29.103Z] v1.2.2-dev.40 [2021-02-01T23:05:29.103Z] v1.2.2-dev.41 [2021-02-01T23:05:29.103Z] v1.2.2-dev.42 [2021-02-01T23:05:29.103Z] v1.2.2-dev.43 [2021-02-01T23:05:29.103Z] v1.2.2-dev.44 [2021-02-01T23:05:29.103Z] v1.2.2-dev.45 [2021-02-01T23:05:29.103Z] v1.2.2-dev.46 [2021-02-01T23:05:29.103Z] v1.2.2-dev.47 [2021-02-01T23:05:29.103Z] v1.2.2-dev.48 [2021-02-01T23:05:29.103Z] v1.2.2-dev.49 [2021-02-01T23:05:29.103Z] v1.2.2-dev.5 [2021-02-01T23:05:29.103Z] v1.2.2-dev.50 [2021-02-01T23:05:29.103Z] v1.2.2-dev.51 [2021-02-01T23:05:29.103Z] v1.2.2-dev.52 [2021-02-01T23:05:29.103Z] v1.2.2-dev.53 [2021-02-01T23:05:29.103Z] v1.2.2-dev.54 [2021-02-01T23:05:29.103Z] v1.2.2-dev.55 [2021-02-01T23:05:29.103Z] v1.2.2-dev.56 [2021-02-01T23:05:29.103Z] v1.2.2-dev.57 [2021-02-01T23:05:29.103Z] v1.2.2-dev.58 [2021-02-01T23:05:29.103Z] v1.2.2-dev.59 [2021-02-01T23:05:29.103Z] v1.2.2-dev.6 [2021-02-01T23:05:29.103Z] v1.2.2-dev.60 [2021-02-01T23:05:29.103Z] v1.2.2-dev.61 [2021-02-01T23:05:29.103Z] v1.2.2-dev.62 [2021-02-01T23:05:29.103Z] v1.2.2-dev.63 [2021-02-01T23:05:29.103Z] v1.2.2-dev.64 [2021-02-01T23:05:29.103Z] v1.2.2-dev.65 [2021-02-01T23:05:29.103Z] v1.2.2-dev.66 [2021-02-01T23:05:29.103Z] v1.2.2-dev.67 [2021-02-01T23:05:29.103Z] v1.2.2-dev.68 [2021-02-01T23:05:29.103Z] v1.2.2-dev.69 [2021-02-01T23:05:29.103Z] v1.2.2-dev.7 [2021-02-01T23:05:29.103Z] v1.2.2-dev.70 [2021-02-01T23:05:29.103Z] v1.2.2-dev.71 [2021-02-01T23:05:29.103Z] v1.2.2-dev.72 [2021-02-01T23:05:29.103Z] v1.2.2-dev.73 [2021-02-01T23:05:29.103Z] v1.2.2-dev.74 [2021-02-01T23:05:29.103Z] v1.2.2-dev.75 [2021-02-01T23:05:29.103Z] v1.2.2-dev.76 [2021-02-01T23:05:29.103Z] v1.2.2-dev.77 [2021-02-01T23:05:29.103Z] v1.2.2-dev.78 [2021-02-01T23:05:29.103Z] v1.2.2-dev.79 [2021-02-01T23:05:29.103Z] v1.2.2-dev.8 [2021-02-01T23:05:29.103Z] v1.2.2-dev.80 [2021-02-01T23:05:29.103Z] v1.2.2-dev.81 [2021-02-01T23:05:29.103Z] v1.2.2-dev.82 [2021-02-01T23:05:29.103Z] v1.2.2-dev.83 [2021-02-01T23:05:29.103Z] v1.2.2-dev.84 [2021-02-01T23:05:29.103Z] v1.2.2-dev.85 [2021-02-01T23:05:29.103Z] v1.2.2-dev.86 [2021-02-01T23:05:29.103Z] v1.2.2-dev.87 [2021-02-01T23:05:29.103Z] v1.2.2-dev.88 [2021-02-01T23:05:29.103Z] v1.2.2-dev.89 [2021-02-01T23:05:29.103Z] v1.2.2-dev.9 [2021-02-01T23:05:29.103Z] v1.2.2-dev.90 [2021-02-01T23:05:29.103Z] v1.2.2-dev.91 [2021-02-01T23:05:29.103Z] v1.2.2-dev.92 [2021-02-01T23:05:29.103Z] v1.2.2-dev.93 [2021-02-01T23:05:29.103Z] v1.2.2-dev.94 [2021-02-01T23:05:29.103Z] v1.2.2-dev.95 [2021-02-01T23:05:29.103Z] v1.2.2-dev.96 [2021-02-01T23:05:29.103Z] v1.2.2-dev.97 [2021-02-01T23:05:29.103Z] v1.2.2-dev.98 [2021-02-01T23:05:29.103Z] v1.2.2-dev.99 [2021-02-01T23:05:29.103Z] v1.3.0 [2021-02-01T23:05:29.103Z] v1.3.1-dev.1 [2021-02-01T23:05:29.103Z] v1.3.1-dev.10 [2021-02-01T23:05:29.103Z] v1.3.1-dev.11 [2021-02-01T23:05:29.103Z] v1.3.1-dev.12 [2021-02-01T23:05:29.103Z] v1.3.1-dev.13 [2021-02-01T23:05:29.103Z] v1.3.1-dev.14 [2021-02-01T23:05:29.103Z] v1.3.1-dev.15 [2021-02-01T23:05:29.103Z] v1.3.1-dev.16 [2021-02-01T23:05:29.103Z] v1.3.1-dev.17 [2021-02-01T23:05:29.103Z] v1.3.1-dev.18 [2021-02-01T23:05:29.103Z] v1.3.1-dev.2 [2021-02-01T23:05:29.103Z] v1.3.1-dev.3 [2021-02-01T23:05:29.103Z] v1.3.1-dev.4 [2021-02-01T23:05:29.103Z] v1.3.1-dev.5 [2021-02-01T23:05:29.103Z] v1.3.1-dev.6 [2021-02-01T23:05:29.103Z] v1.3.1-dev.7 [2021-02-01T23:05:29.103Z] v1.3.1-dev.8 [2021-02-01T23:05:29.103Z] v1.3.1-dev.9 [2021-02-01T23:05:29.103Z] v2.0.0-dev.1 [2021-02-01T23:05:29.103Z] v2.0.0-dev.10 [2021-02-01T23:05:29.103Z] v2.0.0-dev.11 [2021-02-01T23:05:29.103Z] v2.0.0-dev.12 [2021-02-01T23:05:29.103Z] v2.0.0-dev.13 [2021-02-01T23:05:29.103Z] v2.0.0-dev.14 [2021-02-01T23:05:29.103Z] v2.0.0-dev.15 [2021-02-01T23:05:29.103Z] v2.0.0-dev.16 [2021-02-01T23:05:29.103Z] v2.0.0-dev.17 [2021-02-01T23:05:29.103Z] v2.0.0-dev.18 [2021-02-01T23:05:29.103Z] v2.0.0-dev.19 [2021-02-01T23:05:29.103Z] v2.0.0-dev.2 [2021-02-01T23:05:29.103Z] v2.0.0-dev.20 [2021-02-01T23:05:29.103Z] v2.0.0-dev.21 [2021-02-01T23:05:29.103Z] v2.0.0-dev.22 [2021-02-01T23:05:29.103Z] v2.0.0-dev.23 [2021-02-01T23:05:29.103Z] v2.0.0-dev.24 [2021-02-01T23:05:29.103Z] v2.0.0-dev.25 [2021-02-01T23:05:29.103Z] v2.0.0-dev.26 [2021-02-01T23:05:29.103Z] v2.0.0-dev.27 [2021-02-01T23:05:29.103Z] v2.0.0-dev.28 [2021-02-01T23:05:29.103Z] v2.0.0-dev.29 [2021-02-01T23:05:29.103Z] v2.0.0-dev.3 [2021-02-01T23:05:29.103Z] v2.0.0-dev.30 [2021-02-01T23:05:29.103Z] v2.0.0-dev.31 [2021-02-01T23:05:29.103Z] v2.0.0-dev.32 [2021-02-01T23:05:29.103Z] v2.0.0-dev.33 [2021-02-01T23:05:29.103Z] v2.0.0-dev.34 [2021-02-01T23:05:29.103Z] v2.0.0-dev.35 [2021-02-01T23:05:29.103Z] v2.0.0-dev.36 [2021-02-01T23:05:29.103Z] v2.0.0-dev.37 [2021-02-01T23:05:29.103Z] v2.0.0-dev.38 [2021-02-01T23:05:29.103Z] v2.0.0-dev.39 [2021-02-01T23:05:29.103Z] v2.0.0-dev.4 [2021-02-01T23:05:29.103Z] v2.0.0-dev.40 [2021-02-01T23:05:29.103Z] v2.0.0-dev.41 [2021-02-01T23:05:29.103Z] v2.0.0-dev.42 [2021-02-01T23:05:29.103Z] v2.0.0-dev.43 [2021-02-01T23:05:29.103Z] v2.0.0-dev.44 [2021-02-01T23:05:29.103Z] v2.0.0-dev.45 [2021-02-01T23:05:29.103Z] v2.0.0-dev.46 [2021-02-01T23:05:29.103Z] v2.0.0-dev.47 [2021-02-01T23:05:29.103Z] v2.0.0-dev.48 [2021-02-01T23:05:29.103Z] v2.0.0-dev.49 [2021-02-01T23:05:29.103Z] v2.0.0-dev.5 [2021-02-01T23:05:29.103Z] v2.0.0-dev.50 [2021-02-01T23:05:29.103Z] v2.0.0-dev.51 [2021-02-01T23:05:29.103Z] v2.0.0-dev.52 [2021-02-01T23:05:29.103Z] v2.0.0-dev.53 [2021-02-01T23:05:29.103Z] v2.0.0-dev.54 [2021-02-01T23:05:29.103Z] v2.0.0-dev.55 [2021-02-01T23:05:29.103Z] v2.0.0-dev.56 [2021-02-01T23:05:29.103Z] v2.0.0-dev.57 [2021-02-01T23:05:29.103Z] v2.0.0-dev.58 [2021-02-01T23:05:29.103Z] v2.0.0-dev.59 [2021-02-01T23:05:29.103Z] v2.0.0-dev.6 [2021-02-01T23:05:29.103Z] v2.0.0-dev.60 [2021-02-01T23:05:29.103Z] v2.0.0-dev.61 [2021-02-01T23:05:29.103Z] v2.0.0-dev.62 [2021-02-01T23:05:29.103Z] v2.0.0-dev.63 [2021-02-01T23:05:29.103Z] v2.0.0-dev.64 [2021-02-01T23:05:29.103Z] v2.0.0-dev.65 [2021-02-01T23:05:29.103Z] v2.0.0-dev.66 [2021-02-01T23:05:29.103Z] v2.0.0-dev.67 [2021-02-01T23:05:29.103Z] v2.0.0-dev.68 [2021-02-01T23:05:29.103Z] v2.0.0-dev.69 [2021-02-01T23:05:29.103Z] v2.0.0-dev.7 [2021-02-01T23:05:29.103Z] v2.0.0-dev.70 [2021-02-01T23:05:29.103Z] v2.0.0-dev.71 [2021-02-01T23:05:29.103Z] v2.0.0-dev.8 [2021-02-01T23:05:29.103Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-01T23:05:29.436Z] + lftools sign git-tag v2.0.0-dev.71 [2021-02-01T23:05:30.870Z] Signing Git tag with Sigul... [2021-02-01T23:05:30.870Z] Signing v2.0.0-dev.71 [Pipeline] echo [2021-02-01T23:05:32.409Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:05:32.732Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T23:05:32.745Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T23:05:32.861Z] $ docker stop --time=1 c1e8ad83dccd18ed477a412543fb48394e15058be9c860e305916eda5f8091f5 [2021-02-01T23:05:34.976Z] $ docker rm -f c1e8ad83dccd18ed477a412543fb48394e15058be9c860e305916eda5f8091f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:05:35.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T23:05:35.813Z] . [Pipeline] withDockerContainer [2021-02-01T23:05:36.019Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:05:36.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T23:05:37.132Z] $ docker top 431c8615b3ec6384ce72498d3a8380c29adf48c09b1550783f18496bede6dee2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T23:05:37.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T23:05:37.514Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T23:05:37.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T23:05:37.933Z] $ docker exec 431c8615b3ec6384ce72498d3a8380c29adf48c09b1550783f18496bede6dee2 ssh-agent [2021-02-01T23:05:38.292Z] SSH_AUTH_SOCK=/tmp/ssh-30hOt02z8Cf1/agent.12 [2021-02-01T23:05:38.292Z] SSH_AGENT_PID=17 [2021-02-01T23:05:38.313Z] Running ssh-add (command line suppressed) [2021-02-01T23:05:38.575Z] Identity added: /w/workspace/edgex-go/335@tmp/private_key_1176363963768459092.key (/w/workspace/edgex-go/335@tmp/private_key_1176363963768459092.key) [2021-02-01T23:05:38.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T23:05:39.090Z] + git semver bump pre [2021-02-01T23:05:39.090Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T23:05:39.090Z] # $GIT_DIR = /w/workspace/edgex-go/335/.git [2021-02-01T23:05:39.090Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/335 [2021-02-01T23:05:39.090Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T23:05:39.090Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T23:05:39.090Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T23:05:39.090Z] # $SEMVER_BRANCH = master [2021-02-01T23:05:39.090Z] # $SEMVER_DIR = /w/workspace/edgex-go/335/.semver [2021-02-01T23:05:39.355Z] 2.0.0-dev.72 [Pipeline] } [2021-02-01T23:05:39.368Z] $ docker exec --env ******** --env ******** 431c8615b3ec6384ce72498d3a8380c29adf48c09b1550783f18496bede6dee2 ssh-agent -k [2021-02-01T23:05:39.544Z] unset SSH_AUTH_SOCK; [2021-02-01T23:05:39.545Z] unset SSH_AGENT_PID; [2021-02-01T23:05:39.545Z] echo Agent pid 17 killed; [2021-02-01T23:05:39.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T23:05:40.171Z] + git semver [Pipeline] } [2021-02-01T23:05:40.199Z] $ docker stop --time=1 431c8615b3ec6384ce72498d3a8380c29adf48c09b1550783f18496bede6dee2 [2021-02-01T23:05:41.732Z] $ docker rm -f 431c8615b3ec6384ce72498d3a8380c29adf48c09b1550783f18496bede6dee2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:05:42.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T23:05:42.302Z] . [Pipeline] withDockerContainer [2021-02-01T23:05:42.439Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:05:42.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T23:05:43.293Z] $ docker top 4e67825d6f75d853e407f0cb36e6b0ed565c235dc3c1473395d0be3ab3ad6cfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T23:05:43.703Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T23:05:43.703Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T23:05:44.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T23:05:44.096Z] $ docker exec 4e67825d6f75d853e407f0cb36e6b0ed565c235dc3c1473395d0be3ab3ad6cfb ssh-agent [2021-02-01T23:05:44.369Z] SSH_AUTH_SOCK=/tmp/ssh-B6nQSwvrp3du/agent.11 [2021-02-01T23:05:44.369Z] SSH_AGENT_PID=16 [2021-02-01T23:05:44.377Z] Running ssh-add (command line suppressed) [2021-02-01T23:05:44.566Z] Identity added: /w/workspace/edgex-go/335@tmp/private_key_3170017182957542791.key (/w/workspace/edgex-go/335@tmp/private_key_3170017182957542791.key) [2021-02-01T23:05:44.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T23:05:45.006Z] + git semver push [2021-02-01T23:05:45.006Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T23:05:45.006Z] # $GIT_DIR = /w/workspace/edgex-go/335/.git [2021-02-01T23:05:45.006Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/335 [2021-02-01T23:05:45.006Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T23:05:45.006Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T23:05:45.006Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T23:05:45.006Z] # $SEMVER_BRANCH = master [2021-02-01T23:05:45.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/335/.semver [Pipeline] } [2021-02-01T23:05:57.350Z] $ docker exec --env ******** --env ******** 4e67825d6f75d853e407f0cb36e6b0ed565c235dc3c1473395d0be3ab3ad6cfb ssh-agent -k [2021-02-01T23:05:57.831Z] unset SSH_AUTH_SOCK; [2021-02-01T23:05:57.831Z] unset SSH_AGENT_PID; [2021-02-01T23:05:57.831Z] echo Agent pid 16 killed; [2021-02-01T23:05:58.027Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T23:05:58.852Z] + git semver [Pipeline] } [2021-02-01T23:05:58.870Z] $ docker stop --time=1 4e67825d6f75d853e407f0cb36e6b0ed565c235dc3c1473395d0be3ab3ad6cfb [2021-02-01T23:06:00.323Z] $ docker rm -f 4e67825d6f75d853e407f0cb36e6b0ed565c235dc3c1473395d0be3ab3ad6cfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:01.425Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:02.352Z] ---> package-listing.sh [2021-02-01T23:06:02.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T23:06:02.352Z] ++ facter osfamily [2021-02-01T23:06:02.352Z] + OS_FAMILY=redhat [2021-02-01T23:06:02.352Z] + workspace=/w/workspace/edgex-go/335 [2021-02-01T23:06:02.352Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T23:06:02.352Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T23:06:02.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T23:06:02.352Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T23:06:02.352Z] + '[' /w/workspace/edgex-go/335 ']' [2021-02-01T23:06:02.352Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T23:06:02.352Z] + case "${OS_FAMILY}" in [2021-02-01T23:06:02.352Z] + rpm -qa [2021-02-01T23:06:02.352Z] + sort [2021-02-01T23:06:07.673Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T23:06:07.673Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T23:06:07.673Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T23:06:07.673Z] + '[' /w/workspace/edgex-go/335 ']' [2021-02-01T23:06:07.673Z] + mkdir -p /w/workspace/edgex-go/335/archives/ [2021-02-01T23:06:07.673Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/335/archives/ [Pipeline] echo [2021-02-01T23:06:07.686Z] 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/335/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T23:06:07.988Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:06:08.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T23:06:08.844Z] [2021-02-01T23:06:08.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T23:06:09.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T23:06:09.197Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T23:06:09.197Z] df20fa9351a1: Pulling fs layer [2021-02-01T23:06:09.197Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T23:06:09.197Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T23:06:09.197Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T23:06:09.197Z] 93b61091891f: Pulling fs layer [2021-02-01T23:06:09.197Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T23:06:09.197Z] 5e14af77c1be: Pulling fs layer [2021-02-01T23:06:09.197Z] 01666e4c0597: Pulling fs layer [2021-02-01T23:06:09.197Z] aa168da1d23b: Pulling fs layer [2021-02-01T23:06:09.197Z] 93b9cdb0e59b: Waiting [2021-02-01T23:06:09.197Z] 5e14af77c1be: Waiting [2021-02-01T23:06:09.197Z] 01666e4c0597: Waiting [2021-02-01T23:06:09.197Z] aa168da1d23b: Waiting [2021-02-01T23:06:09.197Z] 46f8f816bc3b: Waiting [2021-02-01T23:06:09.197Z] 93b61091891f: Waiting [2021-02-01T23:06:09.471Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T23:06:09.471Z] 36b3adc4ff6f: Download complete [2021-02-01T23:06:09.471Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T23:06:09.471Z] 46f8f816bc3b: Download complete [2021-02-01T23:06:09.471Z] df20fa9351a1: Verifying Checksum [2021-02-01T23:06:09.471Z] df20fa9351a1: Download complete [2021-02-01T23:06:09.471Z] 93b61091891f: Verifying Checksum [2021-02-01T23:06:09.471Z] 93b61091891f: Download complete [2021-02-01T23:06:09.471Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T23:06:09.471Z] 93b9cdb0e59b: Download complete [2021-02-01T23:06:09.471Z] 5e14af77c1be: Verifying Checksum [2021-02-01T23:06:09.471Z] 5e14af77c1be: Download complete [2021-02-01T23:06:09.471Z] 01666e4c0597: Verifying Checksum [2021-02-01T23:06:09.471Z] 01666e4c0597: Download complete [2021-02-01T23:06:09.743Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T23:06:09.743Z] 8ad3a11d3b57: Download complete [2021-02-01T23:06:10.015Z] df20fa9351a1: Pull complete [2021-02-01T23:06:10.286Z] 36b3adc4ff6f: Pull complete [2021-02-01T23:06:11.725Z] 8ad3a11d3b57: Pull complete [2021-02-01T23:06:11.725Z] 46f8f816bc3b: Pull complete [2021-02-01T23:06:12.701Z] 93b61091891f: Pull complete [2021-02-01T23:06:12.701Z] aa168da1d23b: Verifying Checksum [2021-02-01T23:06:12.701Z] aa168da1d23b: Download complete [2021-02-01T23:06:12.701Z] 93b9cdb0e59b: Pull complete [2021-02-01T23:06:12.964Z] 5e14af77c1be: Pull complete [2021-02-01T23:06:12.964Z] 01666e4c0597: Pull complete [2021-02-01T23:06:23.309Z] aa168da1d23b: Pull complete [2021-02-01T23:06:23.309Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T23:06:23.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T23:06:23.309Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T23:06:23.503Z] prd-centos7-docker-4c-2g-24429 does not seem to be running inside a container [2021-02-01T23:06:23.568Z] $ 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/335/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/335 -v /w/workspace/edgex-go/335:/w/workspace/edgex-go/335:rw,z -v /w/workspace/edgex-go/335@tmp:/w/workspace/edgex-go/335@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T23:06:26.182Z] $ docker top d9816518271f0dfbd7c441e49bbca65100eb238afee1439645f5e94b2585927a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T23:06:26.743Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T23:06:27.046Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T23:06:27.349Z] + ls /var/log/sa-host [2021-02-01T23:06:27.349Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T23:06:27.349Z] file_magic: OK [2021-02-01T23:06:27.349Z] HZ: Using current value: 100 [2021-02-01T23:06:27.349Z] file_header: OK [2021-02-01T23:06:27.349Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T23:06:27.349Z] Statistics: [2021-02-01T23:06:27.349Z] 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... [2021-02-01T23:06:27.349Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T23:06:27.349Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T23:06:27.349Z] file_magic: OK [2021-02-01T23:06:27.349Z] HZ: Using current value: 100 [2021-02-01T23:06:27.349Z] file_header: OK [2021-02-01T23:06:27.349Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T23:06:27.349Z] Statistics: [2021-02-01T23:06:27.349Z] Hnuu...uuuununununu... [2021-02-01T23:06:27.349Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T23:06:27.558Z] provisioning config files... [2021-02-01T23:06:27.575Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/335@tmp/config2379471801720755046tmp [Pipeline] { [Pipeline] echo [2021-02-01T23:06:27.644Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:27.947Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T23:06:27.956Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T23:06:28.069Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:28.385Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T23:06:28.396Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:28.700Z] ---> sudo-logs.sh [2021-02-01T23:06:28.700Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T23:06:28.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:29.008Z] ---> job-cost.sh [2021-02-01T23:06:29.008Z] lf-activate-venv: SKIPPING [2021-02-01T23:06:29.008Z] INFO: No Stack... [2021-02-01T23:06:29.955Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T23:06:30.530Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T23:06:30.545Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T23:06:30.851Z] ---> logs-deploy.sh [2021-02-01T23:06:30.851Z] lf-activate-venv: SKIPPING [2021-02-01T23:06:30.851Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/335 [2021-02-01T23:06:30.851Z] INFO: archiving workspace using pattern(s): [2021-02-01T23:06:32.246Z] Archives upload complete. [2021-02-01T23:06:32.508Z] INFO: archiving logs to Nexus