Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23553 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/324 [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/324 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4a83cd830d92d64e3c8662a0b68849c078e73697 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 Commit message: "Merge pull request #3072 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" > git rev-list --no-walk 1c7cfc644576576380535a68758636f26b96b40c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:21:13.644Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:21:13.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:21:14.051Z] ========================================================= [2021-01-28T00:21:14.051Z] EdgeX Global Pipelines Version Info [2021-01-28T00:21:14.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:21:15.692Z] ------------------- [2021-01-28T00:21:15.692Z] stable info: [2021-01-28T00:21:15.692Z] ------------------- [2021-01-28T00:21:15.692Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:21:15.692Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:21:15.692Z] Message: update stable to v1.0.179 [2021-01-28T00:21:16.652Z] ------------------- [2021-01-28T00:21:16.652Z] experimental info: [2021-01-28T00:21:16.652Z] ------------------- [2021-01-28T00:21:16.652Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:21:16.652Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:21:16.652Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:21:16.915Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:21:17.015Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:21:17.118Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:21:17.221Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:21:17.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:21:17.435Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:21:17.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:21:17.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:21:17.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:21:17.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:21:17.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:21:18.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:21:18.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:21:18.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:21:18.338Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:21:18.491Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:21:18.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:21:18.658Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:21:18.742Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:21:18.851Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:21:18.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:21:19.023Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:21:19.110Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:21:19.216Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-28T00:21:19.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-28T00:21:19.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-28T00:21:19.483Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] echo [2021-01-28T00:21:19.565Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a83cd8 [Pipeline] echo [2021-01-28T00:21:19.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:21:19.862Z] provisioning config files... [2021-01-28T00:21:19.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/324@tmp/config9215887962028798301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:21:20.261Z] ---> docker-login.sh [2021-01-28T00:21:20.261Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:21:20.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:21:20.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:21:20.789Z] Configure a credential helper to remove this warning. See [2021-01-28T00:21:20.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:21:20.789Z] [2021-01-28T00:21:20.789Z] Login Succeeded [2021-01-28T00:21:20.789Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:21:20.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:21:20.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:21:20.789Z] Configure a credential helper to remove this warning. See [2021-01-28T00:21:20.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:21:20.790Z] [2021-01-28T00:21:20.790Z] Login Succeeded [2021-01-28T00:21:20.790Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:21:21.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:21:21.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:21:21.055Z] Configure a credential helper to remove this warning. See [2021-01-28T00:21:21.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:21:21.055Z] [2021-01-28T00:21:21.055Z] Login Succeeded [2021-01-28T00:21:21.055Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:21:21.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:21:21.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:21:21.320Z] Configure a credential helper to remove this warning. See [2021-01-28T00:21:21.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:21:21.320Z] [2021-01-28T00:21:21.320Z] Login Succeeded [2021-01-28T00:21:21.320Z] docker.io [2021-01-28T00:21:21.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:21:21.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:21:21.860Z] Configure a credential helper to remove this warning. See [2021-01-28T00:21:21.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:21:21.860Z] [2021-01-28T00:21:21.860Z] Login Succeeded [2021-01-28T00:21:21.860Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:21:21.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:21:22.384Z] ++ 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-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:21:22.384Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:21:22.384Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:21:22.384Z] ++ cut -d/ -f2 [2021-01-28T00:21:22.384Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:21:22.467Z] 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-01-28T00:21:23.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:21:23.327Z] [2021-01-28T00:21:23.327Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:21:23.707Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:21:23.707Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:21:23.707Z] 31603596830f: Pulling fs layer [2021-01-28T00:21:23.707Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:21:23.707Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:21:23.707Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:21:23.707Z] ecc8261a40a4: Waiting [2021-01-28T00:21:23.707Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:21:23.707Z] 2a8b12db71e7: Download complete [2021-01-28T00:21:23.707Z] 31603596830f: Verifying Checksum [2021-01-28T00:21:23.707Z] 31603596830f: Download complete [2021-01-28T00:21:23.977Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:21:23.977Z] 6ca5941a6612: Download complete [2021-01-28T00:21:23.977Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:21:23.977Z] ecc8261a40a4: Download complete [2021-01-28T00:21:24.254Z] 31603596830f: Pull complete [2021-01-28T00:21:24.521Z] 2a8b12db71e7: Pull complete [2021-01-28T00:21:25.523Z] 6ca5941a6612: Pull complete [2021-01-28T00:21:25.523Z] ecc8261a40a4: Pull complete [2021-01-28T00:21:25.523Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:21:25.523Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:21:25.523Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:21:25.644Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:21:25.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:21:28.511Z] $ docker top 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:21:28.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:21:28.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:21:29.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:21:29.119Z] $ docker exec 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 ssh-agent [2021-01-28T00:21:29.332Z] SSH_AUTH_SOCK=/tmp/ssh-KCm8I6eViNrj/agent.12 [2021-01-28T00:21:29.332Z] SSH_AGENT_PID=17 [2021-01-28T00:21:29.346Z] Running ssh-add (command line suppressed) [2021-01-28T00:21:29.485Z] Identity added: /w/workspace/edgex-go/324@tmp/private_key_1876680567172099187.key (/w/workspace/edgex-go/324@tmp/private_key_1876680567172099187.key) [2021-01-28T00:21:29.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:21:29.882Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:21:29.906Z] $ docker exec --env ******** --env ******** 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 ssh-agent -k [2021-01-28T00:21:30.032Z] unset SSH_AUTH_SOCK; [2021-01-28T00:21:30.032Z] unset SSH_AGENT_PID; [2021-01-28T00:21:30.032Z] echo Agent pid 17 killed; [2021-01-28T00:21:30.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:21:30.287Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:21:30.287Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:21:30.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:21:30.475Z] $ docker exec 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 ssh-agent [2021-01-28T00:21:30.670Z] SSH_AUTH_SOCK=/tmp/ssh-cDewVLQWwLWZ/agent.46 [2021-01-28T00:21:30.670Z] SSH_AGENT_PID=52 [2021-01-28T00:21:30.680Z] Running ssh-add (command line suppressed) [2021-01-28T00:21:30.832Z] Identity added: /w/workspace/edgex-go/324@tmp/private_key_8294381004614583040.key (/w/workspace/edgex-go/324@tmp/private_key_8294381004614583040.key) [2021-01-28T00:21:30.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:21:31.228Z] + git semver init [2021-01-28T00:21:31.228Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:21:31.229Z] # $GIT_DIR = /w/workspace/edgex-go/324/.git [2021-01-28T00:21:31.229Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/324 [2021-01-28T00:21:31.229Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:21:31.229Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:21:31.229Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:21:31.229Z] # $SEMVER_BRANCH = master [2021-01-28T00:21:31.229Z] # $SEMVER_TEMP = /tmp/semver-826108409 [2021-01-28T00:21:31.229Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:21:53.313Z] # '/tmp/semver-826108409' -> '/w/workspace/edgex-go/324/.semver' [2021-01-28T00:21:53.313Z] # -> Force: false [2021-01-28T00:21:53.313Z] # $SEMVER_DIR = /w/workspace/edgex-go/324/.semver [Pipeline] } [2021-01-28T00:21:53.331Z] $ docker exec --env ******** --env ******** 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 ssh-agent -k [2021-01-28T00:21:53.674Z] unset SSH_AUTH_SOCK; [2021-01-28T00:21:53.675Z] unset SSH_AGENT_PID; [2021-01-28T00:21:53.675Z] echo Agent pid 52 killed; [2021-01-28T00:21:53.814Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:21:54.278Z] + git semver [Pipeline] } [2021-01-28T00:21:54.304Z] $ docker stop --time=1 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 [2021-01-28T00:21:55.927Z] $ docker rm -f 83cd37e419f7be07f93b73338b6eee96d6d85bfbee74837de7d69bce3e63cf85 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:21:56.449Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:21:57.080Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:21:57.082Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.61 [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-01-28T00:21:57.944Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:21:58.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:21:58.549Z] + sudo service docker restart [2021-01-28T00:21:58.549Z] + true [2021-01-28T00:21:58.549Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:21:59.142Z] ========================================================= [2021-01-28T00:21:59.142Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:21:59.142Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:21:59.482Z] + 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-01-28T00:22:04.810Z] Sending build context to Docker daemon 327.1MB [2021-01-28T00:22:04.810Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:22:04.810Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:22:04.810Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:22:04.810Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:22:04.810Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:22:04.810Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:22:04.810Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:22:04.810Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:22:04.810Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:22:04.810Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:22:04.810Z] 93359f2a8cfa: Waiting [2021-01-28T00:22:04.810Z] 7c6f9722023f: Waiting [2021-01-28T00:22:04.810Z] a35cf1a2eb13: Waiting [2021-01-28T00:22:04.810Z] bca2f99d35d6: Waiting [2021-01-28T00:22:04.810Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:22:04.810Z] de9db76c5a1d: Download complete [2021-01-28T00:22:04.810Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:22:04.810Z] 0ef7d3d256c8: Download complete [2021-01-28T00:22:04.810Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:22:04.810Z] 93359f2a8cfa: Download complete [2021-01-28T00:22:04.810Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:22:04.810Z] 188c0c94c7c5: Download complete [2021-01-28T00:22:04.810Z] 7c6f9722023f: Download complete [2021-01-28T00:22:04.810Z] 188c0c94c7c5: Pull complete [2021-01-28T00:22:05.073Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:22:05.341Z] de9db76c5a1d: Pull complete [2021-01-28T00:22:06.757Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:22:06.757Z] a35cf1a2eb13: Download complete [2021-01-28T00:22:07.025Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:22:07.025Z] bca2f99d35d6: Download complete [2021-01-28T00:22:12.460Z] Still waiting to schedule task [2021-01-28T00:22:12.460Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23524’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23534’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23535’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23537’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23539’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23540’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23541’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23543’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23545’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23552’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23538’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23525’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23542’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23544’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23546’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23549’ is offline [2021-01-28T00:22:13.674Z] bca2f99d35d6: Pull complete [2021-01-28T00:22:13.674Z] 93359f2a8cfa: Pull complete [2021-01-28T00:22:13.939Z] 7c6f9722023f: Pull complete [2021-01-28T00:22:18.198Z] a35cf1a2eb13: Pull complete [2021-01-28T00:22:18.198Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:22:18.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:22:18.467Z] ---> a62c8e92a672 [2021-01-28T00:22:18.467Z] 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-01-28T00:22:18.467Z] ---> Running in a6812d817c6e [2021-01-28T00:22:19.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:22:20.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:22:20.582Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:22:20.846Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:22:20.846Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:22:20.846Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:22:26.158Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:22:26.158Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:22:26.158Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:22:26.158Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:22:26.158Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:22:26.158Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:22:26.158Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:22:26.158Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:22:26.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:22:26.158Z] OK: 233 MiB in 51 packages [2021-01-28T00:22:30.401Z] Removing intermediate container a6812d817c6e [2021-01-28T00:22:30.401Z] ---> e933dce446a3 [2021-01-28T00:22:30.401Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:22:30.401Z] ---> Running in e537b4492dc8 [2021-01-28T00:22:30.401Z] Removing intermediate container e537b4492dc8 [2021-01-28T00:22:30.401Z] ---> a2d862ed3937 [2021-01-28T00:22:30.401Z] Step 5/6 : COPY go.mod . [2021-01-28T00:22:30.401Z] ---> c74833a8c05a [2021-01-28T00:22:30.401Z] Step 6/6 : RUN go mod download [2021-01-28T00:22:30.401Z] ---> Running in 487008e28f2f [2021-01-28T00:22:52.458Z] Removing intermediate container 487008e28f2f [2021-01-28T00:22:52.458Z] ---> bc9f04ace505 [2021-01-28T00:22:52.458Z] Successfully built bc9f04ace505 [2021-01-28T00:22:52.458Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:22:52.779Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:22:52.779Z] . [Pipeline] withDockerContainer [2021-01-28T00:22:52.905Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:22:52.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:22:53.826Z] $ docker top 1fa67a5dca3b41c81ab641bd2ca65c6c16fc5c2e13f72f1ba2f5decb2169a9b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:22:54.395Z] + go version [2021-01-28T00:22:54.395Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:22:54.413Z] $ docker stop --time=1 1fa67a5dca3b41c81ab641bd2ca65c6c16fc5c2e13f72f1ba2f5decb2169a9b3 [2021-01-28T00:22:55.777Z] $ docker rm -f 1fa67a5dca3b41c81ab641bd2ca65c6c16fc5c2e13f72f1ba2f5decb2169a9b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:22:56.564Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:22:56.564Z] . [Pipeline] withDockerContainer [2021-01-28T00:22:56.666Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:22:56.718Z] $ 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/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:22:57.532Z] $ docker top 39b6a2ade9e55e39e6e579923eec3e9dd9fdc1c3723e8e30ca114e0d3b7972ca -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:22:57.808Z] ========================================================= [2021-01-28T00:22:57.808Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:22:57.808Z] ========================================================= [Pipeline] sh [2021-01-28T00:22:58.103Z] + make test [2021-01-28T00:22:58.103Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:23:08.202Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:23:26.456Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:23:31.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:23:32.511Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:23:32.511Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:23:32.511Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:23:36.110Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:23:39.141Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:23:39.141Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:23:39.141Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:23:41.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2021-01-28T00:23:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:23:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:23:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:23:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:23:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:23:46.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:23:46.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:23:46.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:23:46.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.138s coverage: 65.8% of statements [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:23:46.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:23:46.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:23:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:23:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:23:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:23:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:23:48.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-01-28T00:23:48.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:23:49.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-01-28T00:23:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:23:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:23:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:23:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.505s coverage: 92.8% of statements [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:23:52.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 43.8% of statements [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-01-28T00:23:52.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-28T00:24:04.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements [2021-01-28T00:24:04.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.132s coverage: 91.4% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.418s coverage: 68.9% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.493s coverage: 84.0% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.194s coverage: 47.1% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:24:04.938Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements [2021-01-28T00:24:04.938Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:24:08.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.975s coverage: 29.1% of statements [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:24:08.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.141s coverage: 99.0% of statements [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:24:08.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:24:08.502Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:24:08.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:24:08.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:24:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-01-28T00:24:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:24:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:24:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-28T00:24:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements [2021-01-28T00:24:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.063s coverage: 100.0% of statements [2021-01-28T00:24:09.110Z] GO111MODULE=on go vet ./... [2021-01-28T00:24:48.727Z] gofmt -l . [2021-01-28T00:24:48.727Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:24:48.727Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:24:48.727Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:24:49.385Z] + ls -al . [2021-01-28T00:24:49.385Z] total 668 [2021-01-28T00:24:49.385Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:24 . [2021-01-28T00:24:49.385Z] drwxr-xr-x 4 root root 32 Jan 28 00:22 .. [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:21 .dockerignore [2021-01-28T00:24:49.385Z] drwxrwxr-x 8 1001 1001 162 Jan 28 00:21 .git [2021-01-28T00:24:49.385Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:21 .github [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:21 .gitignore [2021-01-28T00:24:49.385Z] drwx------ 3 1001 1001 45 Jan 28 00:21 .semver [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:21 .sonarcloud.properties [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:21 Attribution.txt [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:21 CONTRIBUTING.md [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:21 Dockerfile.build [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:21 Jenkinsfile [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:21 LICENSE [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:21 Makefile [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:21 README.md [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:21 SECURITY.md [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 12 Jan 28 00:21 VERSION [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:21 ZMQWindows.md [2021-01-28T00:24:49.385Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:21 bin [2021-01-28T00:24:49.385Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:21 cmd [2021-01-28T00:24:49.385Z] -rw-r--r-- 1 root root 564700 Jan 28 00:24 coverage.out [2021-01-28T00:24:49.385Z] -rw-r--r-- 1 root root 1053 Jan 28 00:24 go.mod [2021-01-28T00:24:49.385Z] -rw-r--r-- 1 root root 19080 Jan 28 00:24 go.sum [2021-01-28T00:24:49.385Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:21 internal [2021-01-28T00:24:49.385Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:21 openapi [2021-01-28T00:24:49.385Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:21 snap [2021-01-28T00:24:49.385Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:21 version.go [Pipeline] sh [2021-01-28T00:24:49.702Z] + '[' -e coverage.out ] [2021-01-28T00:24:49.702Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:24:50.050Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:24:50.350Z] + make build [2021-01-28T00:24:50.622Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:24:54.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:25:05.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:25:05.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:25:07.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:25:08.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:25:10.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:25:11.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:25:13.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:25:15.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:25:16.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:25:17.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:25:18.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:25:20.834Z] $ docker stop --time=1 39b6a2ade9e55e39e6e579923eec3e9dd9fdc1c3723e8e30ca114e0d3b7972ca [2021-01-28T00:25:22.713Z] $ docker rm -f 39b6a2ade9e55e39e6e579923eec3e9dd9fdc1c3723e8e30ca114e0d3b7972ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T00:25:24.415Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23561 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-28T00:25:25.079Z] Running in /w/workspace/edgex-go/324 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:25:25.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:25:25.470Z] [2021-01-28T00:25:25.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:25:25.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:25:25.840Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:25:25.840Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:25:25.840Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:25:25.840Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:25:26.422Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T00:25:26.422Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:25:26.690Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:25:26.690Z] ca9280d653b3: Download complete [2021-01-28T00:25:26.958Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:25:27.913Z] 7e9c9ca2126c: Download complete [2021-01-28T00:25:28.176Z] ca9280d653b3: Pull complete [2021-01-28T00:25:30.837Z] using credential edgex-jenkins-ssh [2021-01-28T00:25:30.955Z] Cloning the remote Git repository [2021-01-28T00:25:31.015Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:25:31.141Z] > git init /w/workspace/edgex-go/324 # timeout=10 [2021-01-28T00:25:31.247Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:25:31.248Z] > git --version # timeout=10 [2021-01-28T00:25:31.270Z] > git --version # 'git version 2.17.1' [2021-01-28T00:25:31.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:25:31.355Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:25:34.838Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:25:34.838Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:25:34.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:25:34.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:25:35.037Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:25:35.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@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-01-28T00:25:36.540Z] $ docker top 31f6cc8542218dd84ffd8dfe82578ce02eb19f6f9ad280da2514a4ce58970fcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:25:37.162Z] + docker-compose build --help [2021-01-28T00:25:37.162Z] + grep parallel [2021-01-28T00:25:38.162Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:25:38.535Z] $ docker stop --time=1 31f6cc8542218dd84ffd8dfe82578ce02eb19f6f9ad280da2514a4ce58970fcc [2021-01-28T00:25:39.931Z] $ docker rm -f 31f6cc8542218dd84ffd8dfe82578ce02eb19f6f9ad280da2514a4ce58970fcc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:25:40.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:25:40.675Z] . [Pipeline] withDockerContainer [2021-01-28T00:25:40.780Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:25:40.836Z] $ 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/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:25:41.651Z] $ docker top d39bf1637661ce5b2a6a17ec6695dbe27e9d1b2c70ed7d82bb09ca7ee285e924 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:25:42.130Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:25:43.088Z] Building docker-core-command-go ... [2021-01-28T00:25:43.089Z] Building docker-core-data-go ... [2021-01-28T00:25:43.089Z] Building docker-core-metadata-go ... [2021-01-28T00:25:43.089Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:25:43.089Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:25:43.089Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:25:43.089Z] Building docker-support-notifications-go ... [2021-01-28T00:25:43.089Z] Building docker-support-scheduler-go ... [2021-01-28T00:25:43.089Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:25:43.089Z] Building docker-core-data-go [2021-01-28T00:25:43.089Z] Building docker-core-command-go [2021-01-28T00:25:43.353Z] Building docker-support-notifications-go [2021-01-28T00:25:43.353Z] Building docker-support-scheduler-go [2021-01-28T00:25:43.353Z] Building docker-security-proxy-setup-go [2021-01-28T00:25:55.743Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:25:55.762Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:25:55.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:25:55.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:25:55.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:25:55.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:25:56.459Z] Checking out Revision 4a83cd830d92d64e3c8662a0b68849c078e73697 (master) [2021-01-28T00:25:56.483Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:25:56.501Z] > git checkout -f 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:26:01.142Z] Commit message: "Merge pull request #3072 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:26:02.846Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:26:03.292Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:26:03.651Z] + true [2021-01-28T00:26:03.651Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:26:06.374Z] provisioning config files... [2021-01-28T00:26:06.423Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/324@tmp/config4733289450884840524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:26:06.851Z] ---> docker-login.sh [2021-01-28T00:26:06.852Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:26:07.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:26:08.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:26:08.119Z] Configure a credential helper to remove this warning. See [2021-01-28T00:26:08.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:26:08.119Z] [2021-01-28T00:26:08.119Z] Login Succeeded [2021-01-28T00:26:08.119Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:26:08.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:26:08.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:26:08.719Z] Configure a credential helper to remove this warning. See [2021-01-28T00:26:08.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:26:08.719Z] [2021-01-28T00:26:08.719Z] Login Succeeded [2021-01-28T00:26:08.719Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:26:09.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:26:09.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:26:09.317Z] Configure a credential helper to remove this warning. See [2021-01-28T00:26:09.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:26:09.317Z] [2021-01-28T00:26:09.317Z] Login Succeeded [2021-01-28T00:26:09.317Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:26:09.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:26:09.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:26:09.926Z] Configure a credential helper to remove this warning. See [2021-01-28T00:26:09.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:26:09.926Z] [2021-01-28T00:26:09.926Z] Login Succeeded [2021-01-28T00:26:09.926Z] docker.io [2021-01-28T00:26:10.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:26:10.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:26:10.803Z] Configure a credential helper to remove this warning. See [2021-01-28T00:26:10.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:26:10.803Z] [2021-01-28T00:26:10.803Z] Login Succeeded [2021-01-28T00:26:10.803Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:26:10.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:26:11.338Z] ========================================================= [2021-01-28T00:26:11.338Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:26:11.338Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:26:11.748Z] + 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-01-28T00:26:14.428Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:26:14.428Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:14.428Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:26:14.428Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:26:14.428Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:26:14.428Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:26:14.428Z] 18c013af1878: Pulling fs layer [2021-01-28T00:26:14.428Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:26:14.428Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:26:14.428Z] b116817d02f9: Pulling fs layer [2021-01-28T00:26:14.428Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:26:14.428Z] 00ac8860ef70: Waiting [2021-01-28T00:26:14.428Z] 63d7cb157983: Waiting [2021-01-28T00:26:14.428Z] b116817d02f9: Waiting [2021-01-28T00:26:14.428Z] 745a02a5169b: Waiting [2021-01-28T00:26:14.428Z] 18c013af1878: Verifying Checksum [2021-01-28T00:26:14.428Z] 18c013af1878: Download complete [2021-01-28T00:26:14.428Z] a4357932f1b6: Download complete [2021-01-28T00:26:14.428Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:26:14.428Z] 63d7cb157983: Download complete [2021-01-28T00:26:14.428Z] b116817d02f9: Verifying Checksum [2021-01-28T00:26:14.428Z] b116817d02f9: Download complete [2021-01-28T00:26:14.428Z] 5f621e34cdf4: Download complete [2021-01-28T00:26:15.032Z] 5f621e34cdf4: Pull complete [2021-01-28T00:26:15.660Z] a4357932f1b6: Pull complete [2021-01-28T00:26:15.944Z] 18c013af1878: Pull complete [2021-01-28T00:26:16.573Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:26:16.573Z] 745a02a5169b: Download complete [2021-01-28T00:26:18.024Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:26:18.024Z] 00ac8860ef70: Download complete [2021-01-28T00:26:22.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:22.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:26:22.397Z] ---> bc9f04ace505 [2021-01-28T00:26:22.397Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:26:22.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:22.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:26:22.397Z] ---> bc9f04ace505 [2021-01-28T00:26:22.397Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:26:22.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:22.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:26:22.397Z] ---> bc9f04ace505 [2021-01-28T00:26:22.397Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:26:22.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:22.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:26:22.398Z] ---> bc9f04ace505 [2021-01-28T00:26:22.398Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:26:22.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:26:22.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:26:22.398Z] ---> bc9f04ace505 [2021-01-28T00:26:22.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:26:22.398Z] ---> Running in ba6d6e460bb1 [2021-01-28T00:26:22.398Z] ---> Running in fd043ec25a5b [2021-01-28T00:26:22.398Z] ---> Running in 8a176c7f3f8b [2021-01-28T00:26:22.398Z] ---> Running in 1c736d9f0bea [2021-01-28T00:26:22.398Z] ---> Running in cd8ce12dbebe [2021-01-28T00:26:22.398Z] Removing intermediate container 1c736d9f0bea [2021-01-28T00:26:22.398Z] ---> c19c028497b6 [2021-01-28T00:26:22.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:26:22.398Z] Removing intermediate container ba6d6e460bb1 [2021-01-28T00:26:22.398Z] ---> da68a071c0c7 [2021-01-28T00:26:22.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:26:22.398Z] Removing intermediate container fd043ec25a5b [2021-01-28T00:26:22.398Z] ---> ee350092e3ca [2021-01-28T00:26:22.398Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:26:22.398Z] Removing intermediate container 8a176c7f3f8b [2021-01-28T00:26:22.398Z] ---> d76ec5272c37 [2021-01-28T00:26:22.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:26:22.398Z] Removing intermediate container cd8ce12dbebe [2021-01-28T00:26:22.398Z] ---> 5f8061857fb3 [2021-01-28T00:26:22.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:26:22.398Z] ---> Running in d3319ddbcbd5 [2021-01-28T00:26:22.398Z] ---> Running in 11f56b83353a [2021-01-28T00:26:22.398Z] ---> Running in 6532b26e000a [2021-01-28T00:26:22.398Z] ---> Running in 0ddce420c34b [2021-01-28T00:26:22.398Z] ---> Running in 4cda6838fbdf [2021-01-28T00:26:24.381Z] Removing intermediate container d3319ddbcbd5 [2021-01-28T00:26:24.381Z] ---> cf180f7dd3b8 [2021-01-28T00:26:24.381Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:26:24.381Z] Removing intermediate container 11f56b83353a [2021-01-28T00:26:24.381Z] ---> 93033652a967 [2021-01-28T00:26:24.381Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:26:24.646Z] Removing intermediate container 4cda6838fbdf [2021-01-28T00:26:24.646Z] ---> 8c6cd9fb68e2 [2021-01-28T00:26:24.646Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:26:24.646Z] ---> Running in 14dbbe398c2b [2021-01-28T00:26:24.646Z] ---> Running in 969a5e78023f [2021-01-28T00:26:24.646Z] Removing intermediate container 0ddce420c34b [2021-01-28T00:26:24.646Z] ---> a2617395f336 [2021-01-28T00:26:24.646Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:26:24.916Z] ---> Running in af8a061ee656 [2021-01-28T00:26:24.916Z] Removing intermediate container 6532b26e000a [2021-01-28T00:26:24.916Z] ---> 37a15950d321 [2021-01-28T00:26:24.916Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:26:24.916Z] ---> Running in 26e9e1ea79cb [2021-01-28T00:26:25.192Z] ---> Running in f722c2342019 [2021-01-28T00:26:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:26.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:27.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:27.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:27.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:27.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:28.221Z] 00ac8860ef70: Pull complete [2021-01-28T00:26:28.221Z] 63d7cb157983: Pull complete [2021-01-28T00:26:28.221Z] b116817d02f9: Pull complete [2021-01-28T00:26:28.222Z] OK: 233 MiB in 51 packages [2021-01-28T00:26:28.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:26:28.497Z] OK: 233 MiB in 51 packages [2021-01-28T00:26:29.091Z] Removing intermediate container f722c2342019 [2021-01-28T00:26:29.091Z] ---> de8ce5dc3cb0 [2021-01-28T00:26:29.091Z] Step 6/23 : COPY go.mod . [2021-01-28T00:26:29.091Z] Removing intermediate container 14dbbe398c2b [2021-01-28T00:26:29.091Z] ---> d78956f94b0a [2021-01-28T00:26:29.091Z] Step 6/22 : COPY go.mod . [2021-01-28T00:26:29.365Z] ---> eb4b0d995946 [2021-01-28T00:26:29.365Z] Step 7/23 : RUN go mod download [2021-01-28T00:26:29.365Z] ---> 3eca3ac98cdb [2021-01-28T00:26:29.365Z] Step 7/22 : RUN go mod download [2021-01-28T00:26:29.365Z] OK: 233 MiB in 51 packages [2021-01-28T00:26:29.365Z] ---> Running in ead2c342c29f [2021-01-28T00:26:29.632Z] ---> Running in a86951a0e98a [2021-01-28T00:26:29.905Z] OK: 233 MiB in 51 packages [2021-01-28T00:26:30.500Z] Removing intermediate container af8a061ee656 [2021-01-28T00:26:30.500Z] ---> 666daf63f1fa [2021-01-28T00:26:30.500Z] Step 6/21 : COPY go.mod . [2021-01-28T00:26:30.766Z] Removing intermediate container 969a5e78023f [2021-01-28T00:26:30.766Z] ---> 184354e103b1 [2021-01-28T00:26:30.766Z] Step 6/23 : COPY go.mod . [2021-01-28T00:26:30.766Z] ---> 791c5f8a3e5e [2021-01-28T00:26:30.766Z] Step 7/21 : RUN go mod download [2021-01-28T00:26:30.766Z] ---> Running in 3454d1957b59 [2021-01-28T00:26:31.035Z] ---> 0c8ffc0b5aa5 [2021-01-28T00:26:31.035Z] Step 7/23 : RUN go mod download [2021-01-28T00:26:31.035Z] OK: 233 MiB in 51 packages [2021-01-28T00:26:31.035Z] ---> Running in 5753b3e4be8a [2021-01-28T00:26:32.004Z] Removing intermediate container 26e9e1ea79cb [2021-01-28T00:26:32.004Z] ---> 29ef19de5cc5 [2021-01-28T00:26:32.004Z] Step 6/22 : COPY go.mod . [2021-01-28T00:26:32.004Z] Removing intermediate container ead2c342c29f [2021-01-28T00:26:32.004Z] ---> b228b83d0be8 [2021-01-28T00:26:32.004Z] Step 8/23 : COPY . . [2021-01-28T00:26:32.279Z] Removing intermediate container a86951a0e98a [2021-01-28T00:26:32.279Z] ---> bd6db37d5a2c [2021-01-28T00:26:32.279Z] Step 8/22 : COPY . . [2021-01-28T00:26:32.279Z] ---> 469dbeddc534 [2021-01-28T00:26:32.279Z] Step 7/22 : RUN go mod download [2021-01-28T00:26:32.560Z] 745a02a5169b: Pull complete [2021-01-28T00:26:32.560Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:26:32.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:26:32.560Z] ---> b7e6874047d6 [2021-01-28T00:26:32.560Z] 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-01-28T00:26:32.888Z] Removing intermediate container 3454d1957b59 [2021-01-28T00:26:32.888Z] ---> 70648b88ebbd [2021-01-28T00:26:32.888Z] Step 8/21 : COPY . . [2021-01-28T00:26:32.888Z] ---> Running in 2088dd7d8b72 [2021-01-28T00:26:35.979Z] ---> Running in 4f88e8598a07 [2021-01-28T00:26:36.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:26:37.162Z] Removing intermediate container 5753b3e4be8a [2021-01-28T00:26:37.162Z] ---> b5417691789d [2021-01-28T00:26:37.162Z] Step 8/23 : COPY . . [2021-01-28T00:26:38.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:26:40.373Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:26:40.645Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:26:40.645Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:26:40.645Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:26:45.516Z] Removing intermediate container 2088dd7d8b72 [2021-01-28T00:26:45.516Z] ---> 41c4c7a394a0 [2021-01-28T00:26:45.516Z] Step 8/22 : COPY . . [2021-01-28T00:26:48.957Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:26:48.957Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:26:48.957Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:26:48.957Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:26:48.957Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:26:49.229Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:26:49.229Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:26:49.501Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:26:49.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:26:49.501Z] OK: 217 MiB in 51 packages [2021-01-28T00:26:53.798Z] Removing intermediate container 4f88e8598a07 [2021-01-28T00:26:53.798Z] ---> f8e6b1dfdc25 [2021-01-28T00:26:53.798Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:26:53.798Z] ---> Running in f327dd5ed686 [2021-01-28T00:26:54.390Z] Removing intermediate container f327dd5ed686 [2021-01-28T00:26:54.390Z] ---> 6dc3896af566 [2021-01-28T00:26:54.390Z] Step 5/6 : COPY go.mod . [2021-01-28T00:26:54.986Z] ---> 7bd4b569e63e [2021-01-28T00:26:54.986Z] Step 6/6 : RUN go mod download [2021-01-28T00:26:54.986Z] ---> Running in a4e3ea072332 [2021-01-28T00:27:12.388Z] ---> c6d8445f0790 [2021-01-28T00:27:12.388Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:27:12.388Z] ---> ebb8854d1137 [2021-01-28T00:27:12.388Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:27:12.388Z] ---> b2b30b8897d2 [2021-01-28T00:27:12.388Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:27:12.388Z] ---> Running in ce669635a184 [2021-01-28T00:27:12.388Z] ---> Running in b54cff351999 [2021-01-28T00:27:12.388Z] ---> dc3396779219 [2021-01-28T00:27:12.388Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:27:12.388Z] ---> Running in 3c4e0ef5131e [2021-01-28T00:27:13.029Z] ---> Running in 95a8969f1806 [2021-01-28T00:27:15.011Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:27:15.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:27:15.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:27:15.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:27:15.612Z] ---> b8a789865ffb [2021-01-28T00:27:15.612Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:27:15.612Z] ---> Running in 957055c3aa12 [2021-01-28T00:27:16.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:27:21.852Z] Removing intermediate container a4e3ea072332 [2021-01-28T00:27:21.852Z] ---> 8ab336b42d06 [2021-01-28T00:27:21.852Z] Successfully built 8ab336b42d06 [2021-01-28T00:27:21.852Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:27:22.196Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:27:22.196Z] . [Pipeline] withDockerContainer [2021-01-28T00:27:22.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-23561 does not seem to be running inside a container [2021-01-28T00:27:22.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@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-arm64 cat [2021-01-28T00:27:24.101Z] $ docker top a29fe8c6294bb56ca72159ca346ee5d1ea26f77ae8e5bbd26d53d1cb4c94ee52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:27:25.081Z] + go version [2021-01-28T00:27:25.081Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:27:25.103Z] $ docker stop --time=1 a29fe8c6294bb56ca72159ca346ee5d1ea26f77ae8e5bbd26d53d1cb4c94ee52 [2021-01-28T00:27:27.007Z] $ docker rm -f a29fe8c6294bb56ca72159ca346ee5d1ea26f77ae8e5bbd26d53d1cb4c94ee52 [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-01-28T00:27:28.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:27:28.137Z] [2021-01-28T00:27:28.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:27:28.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:27:28.515Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:27:28.515Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:27:28.515Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:27:28.515Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:27:29.113Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:27:29.113Z] 29e5d40040c1: Download complete [2021-01-28T00:27:29.390Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:27:29.390Z] 1ce36da41761: Download complete [2021-01-28T00:27:29.665Z] 29e5d40040c1: Pull complete [2021-01-28T00:27:31.108Z] 1ce36da41761: Pull complete [2021-01-28T00:27:31.108Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:27:31.108Z] 25b303627fd3: Download complete [2021-01-28T00:27:41.299Z] 25b303627fd3: Pull complete [2021-01-28T00:27:41.299Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:27:41.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:27:41.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:27:41.592Z] prd-ubuntu18.04-docker-arm64-4c-16g-23561 does not seem to be running inside a container [2021-01-28T00:27:41.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@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-arm64:latest cat [2021-01-28T00:27:45.123Z] $ docker top 5e5fa81e030dded0ddef30c9214b5a428d3fdb8bdffbeaa13119a173de8106ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:27:46.163Z] + docker-compose build --help [2021-01-28T00:27:46.163Z] + grep parallel [2021-01-28T00:27:50.471Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:27:50.494Z] $ docker stop --time=1 5e5fa81e030dded0ddef30c9214b5a428d3fdb8bdffbeaa13119a173de8106ca [2021-01-28T00:27:52.592Z] $ docker rm -f 5e5fa81e030dded0ddef30c9214b5a428d3fdb8bdffbeaa13119a173de8106ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:27:53.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:27:53.478Z] . [Pipeline] withDockerContainer [2021-01-28T00:27:53.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-23561 does not seem to be running inside a container [2021-01-28T00:27:54.003Z] $ 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/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@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-01-28T00:27:55.443Z] $ docker top 93cf3f231247db82402d38f5e6a24037ce9e34c722235fe19d7d21ac052382d7 -eo pid,comm [Pipeline] { [2021-01-28T00:27:55.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] sh [2021-01-28T00:27:56.478Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:28:00.778Z] Building docker-core-command-go ... [2021-01-28T00:28:00.778Z] Building docker-core-data-go ... [2021-01-28T00:28:00.778Z] Building docker-core-metadata-go ... [2021-01-28T00:28:00.778Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:28:00.778Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:28:00.778Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:28:00.778Z] Building docker-support-notifications-go ... [2021-01-28T00:28:00.778Z] Building docker-support-scheduler-go ... [2021-01-28T00:28:00.778Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:28:00.778Z] Building docker-security-bootstrapper-go [2021-01-28T00:28:00.778Z] Building docker-core-command-go [2021-01-28T00:28:00.778Z] Building docker-security-proxy-setup-go [2021-01-28T00:28:00.778Z] Building docker-core-data-go [2021-01-28T00:28:00.778Z] Building docker-support-notifications-go [2021-01-28T00:28:02.562Z] Removing intermediate container ce669635a184 [2021-01-28T00:28:02.562Z] ---> 3ded4675b6a6 [2021-01-28T00:28:02.562Z] [2021-01-28T00:28:02.562Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:28:02.562Z] Removing intermediate container b54cff351999 [2021-01-28T00:28:02.562Z] ---> a88b722db640 [2021-01-28T00:28:02.562Z] [2021-01-28T00:28:02.563Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:28:02.563Z] Removing intermediate container 957055c3aa12 [2021-01-28T00:28:02.563Z] ---> ce1d9cfa40c2 [2021-01-28T00:28:02.563Z] [2021-01-28T00:28:02.563Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:28:02.563Z] Removing intermediate container 3c4e0ef5131e [2021-01-28T00:28:02.563Z] ---> 43bccc6c97a8 [2021-01-28T00:28:02.563Z] [2021-01-28T00:28:02.563Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:28:02.563Z] 3.12: Pulling from library/alpine [2021-01-28T00:28:02.563Z] 3.12: Pulling from library/alpine [2021-01-28T00:28:02.563Z] 3.12: Pulling from library/alpine [2021-01-28T00:28:02.563Z] 3.12: Pulling from library/alpine [2021-01-28T00:28:02.839Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:28:02.839Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:28:02.839Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:28:02.839Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:28:02.839Z] ---> 389fef711851 [2021-01-28T00:28:02.839Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:28:02.839Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:28:02.839Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:28:02.839Z] ---> 389fef711851 [2021-01-28T00:28:02.839Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:28:02.839Z] ---> 389fef711851 [2021-01-28T00:28:02.839Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:28:02.839Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:28:02.839Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:28:02.839Z] ---> 389fef711851 [2021-01-28T00:28:02.839Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:28:04.795Z] ---> Running in 021700826b8c [2021-01-28T00:28:04.795Z] ---> Running in d3fd6a490ea2 [2021-01-28T00:28:04.795Z] ---> Running in 96458970dbd4 [2021-01-28T00:28:05.076Z] ---> Running in f767916b5205 [2021-01-28T00:28:05.676Z] Removing intermediate container 95a8969f1806 [2021-01-28T00:28:05.676Z] ---> f0e3cd8f576a [2021-01-28T00:28:05.676Z] [2021-01-28T00:28:05.676Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:28:05.676Z] ---> 389fef711851 [2021-01-28T00:28:05.676Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:28:05.950Z] ---> Running in 0df577ff48cd [2021-01-28T00:28:06.550Z] Removing intermediate container 0df577ff48cd [2021-01-28T00:28:06.550Z] ---> f709593255f4 [2021-01-28T00:28:06.550Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:28:06.832Z] ---> Running in 41bd9e50379b [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.153Z] Removing intermediate container 41bd9e50379b [2021-01-28T00:28:07.153Z] ---> c9dd1928f916 [2021-01-28T00:28:07.153Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.153Z] ---> Running in 296351c5f1a1 [2021-01-28T00:28:07.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:07.459Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:28:07.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:28:07.459Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:28:07.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:28:07.459Z] OK: 6 MiB in 15 packages [2021-01-28T00:28:07.459Z] OK: 6 MiB in 15 packages [2021-01-28T00:28:07.459Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:28:07.777Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:28:07.777Z] Removing intermediate container 296351c5f1a1 [2021-01-28T00:28:07.777Z] ---> dc0b33008b39 [2021-01-28T00:28:07.777Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:07.777Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:28:07.777Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:28:07.777Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:28:07.777Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:28:07.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:28:07.777Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:28:07.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:28:07.777Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:28:07.777Z] OK: 7 MiB in 18 packages [2021-01-28T00:28:07.777Z] OK: 6 MiB in 16 packages [2021-01-28T00:28:08.369Z] ---> Running in 07d7bf94f9be [2021-01-28T00:28:08.632Z] Removing intermediate container d3fd6a490ea2 [2021-01-28T00:28:08.632Z] ---> 4f3c283272dd [2021-01-28T00:28:08.632Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:28:08.908Z] ---> Running in 41174423169b [2021-01-28T00:28:09.189Z] Removing intermediate container 021700826b8c [2021-01-28T00:28:09.189Z] ---> 394d2a9962cd [2021-01-28T00:28:09.189Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:28:09.786Z] ---> Running in 3da37b4b179a [2021-01-28T00:28:10.055Z] Removing intermediate container 41174423169b [2021-01-28T00:28:10.055Z] ---> 15919d9e9dfb [2021-01-28T00:28:10.055Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:28:10.055Z] Removing intermediate container 96458970dbd4 [2021-01-28T00:28:10.055Z] ---> 0766ef3155ba [2021-01-28T00:28:10.055Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:28:10.055Z] Removing intermediate container f767916b5205 [2021-01-28T00:28:10.055Z] ---> aaf4d6a5afe2 [2021-01-28T00:28:10.055Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:28:10.055Z] ---> Running in 819ccf4fc4fa [2021-01-28T00:28:10.359Z] Removing intermediate container 3da37b4b179a [2021-01-28T00:28:10.359Z] ---> 2b98cae37deb [2021-01-28T00:28:10.359Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:28:10.359Z] ---> Running in 12e1300cc144 [2021-01-28T00:28:10.359Z] ---> Running in e0e383c6d855 [2021-01-28T00:28:10.359Z] ---> Running in 16f40e7e9da6 [2021-01-28T00:28:10.635Z] Removing intermediate container 819ccf4fc4fa [2021-01-28T00:28:10.635Z] ---> 69bdfade23c7 [2021-01-28T00:28:10.635Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:28:10.635Z] Removing intermediate container 12e1300cc144 [2021-01-28T00:28:10.635Z] ---> cac47ec1778d [2021-01-28T00:28:10.635Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:28:10.635Z] Removing intermediate container e0e383c6d855 [2021-01-28T00:28:10.635Z] ---> 62f66debd40a [2021-01-28T00:28:10.635Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:28:10.912Z] ---> Running in 87cd57ad1a3a [2021-01-28T00:28:10.912Z] Removing intermediate container 16f40e7e9da6 [2021-01-28T00:28:10.912Z] ---> f4e8ae6e6464 [2021-01-28T00:28:10.912Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:28:10.912Z] Removing intermediate container 07d7bf94f9be [2021-01-28T00:28:10.912Z] ---> a5db7be4ace2 [2021-01-28T00:28:10.912Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:28:10.912Z] ---> Running in 94ceaaa3e533 [2021-01-28T00:28:10.912Z] ---> Running in f7974e4d8ce8 [2021-01-28T00:28:11.183Z] ---> Running in 99d28f3f95a3 [2021-01-28T00:28:11.183Z] ---> Running in 9aeb5c3bedec [2021-01-28T00:28:11.183Z] Removing intermediate container 87cd57ad1a3a [2021-01-28T00:28:11.183Z] ---> 701aeac1e3ba [2021-01-28T00:28:11.183Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:28:11.457Z] Removing intermediate container f7974e4d8ce8 [2021-01-28T00:28:11.457Z] ---> 952af6bb6473 [2021-01-28T00:28:11.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:28:12.061Z] Removing intermediate container 94ceaaa3e533 [2021-01-28T00:28:12.061Z] ---> ca0d0b31df51 [2021-01-28T00:28:12.061Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:28:12.061Z] Removing intermediate container 99d28f3f95a3 [2021-01-28T00:28:12.061Z] ---> dcd01379e497 [2021-01-28T00:28:12.061Z] Step 15/23 : WORKDIR / [2021-01-28T00:28:12.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:12.330Z] ---> Running in fdfcea25de66 [2021-01-28T00:28:12.330Z] ---> 9b95e558c49a [2021-01-28T00:28:12.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:28:12.330Z] ---> Running in 242d249de9b6 [2021-01-28T00:28:12.599Z] Removing intermediate container fdfcea25de66 [2021-01-28T00:28:12.599Z] ---> 6d1e5bc0315b [2021-01-28T00:28:12.599Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:28:12.599Z] Removing intermediate container 242d249de9b6 [2021-01-28T00:28:12.599Z] ---> 35cc249c4db6 [2021-01-28T00:28:12.599Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:28:12.875Z] ---> 3c4964c65e10 [2021-01-28T00:28:12.875Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:28:12.875Z] ---> 617fe29756ab [2021-01-28T00:28:12.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:28:13.160Z] ---> 974d62691d50 [2021-01-28T00:28:13.160Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:28:13.447Z] ---> d7cd2a2c2030 [2021-01-28T00:28:13.447Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:28:13.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:13.447Z] ---> 86e2cf6ed65c [2021-01-28T00:28:13.447Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:28:13.717Z] ---> 987076425a34 [2021-01-28T00:28:13.717Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:28:14.006Z] ---> Running in 1bbed6bbc0ae [2021-01-28T00:28:14.006Z] ---> d61a0d7d0d9c [2021-01-28T00:28:14.006Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:28:14.281Z] ---> 769c3c40fc99 [2021-01-28T00:28:14.281Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:28:14.281Z] ---> a4bf05862b50 [2021-01-28T00:28:14.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:28:14.281Z] ---> Running in 2605bdd56c88 [2021-01-28T00:28:14.281Z] Removing intermediate container 1bbed6bbc0ae [2021-01-28T00:28:14.281Z] ---> 54a2d7095335 [2021-01-28T00:28:14.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:28:14.281Z] ---> Running in fdea65f5a515 [2021-01-28T00:28:14.556Z] ---> f866cb0fbfd8 [2021-01-28T00:28:14.556Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:28:14.832Z] Removing intermediate container 2605bdd56c88 [2021-01-28T00:28:14.832Z] ---> 2c7d00e4e895 [2021-01-28T00:28:14.832Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:28:14.832Z] ---> Running in 5e02530f9a81 [2021-01-28T00:28:14.832Z] Removing intermediate container fdea65f5a515 [2021-01-28T00:28:14.832Z] ---> 03a4234bb20f [2021-01-28T00:28:14.832Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:28:14.832Z] ---> 4ec1fd993abb [2021-01-28T00:28:14.832Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:28:14.832Z] ---> Running in 774c4086c365 [2021-01-28T00:28:15.107Z] ---> Running in 742049b3a443 [2021-01-28T00:28:15.107Z] ---> Running in 3e12090bd6aa [2021-01-28T00:28:15.107Z] Removing intermediate container 5e02530f9a81 [2021-01-28T00:28:15.107Z] ---> f7d82d1cba3f [2021-01-28T00:28:15.107Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:28:15.107Z] Removing intermediate container 774c4086c365 [2021-01-28T00:28:15.107Z] ---> 3fba8b0a116b [2021-01-28T00:28:15.107Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:28:15.372Z] ---> Running in ab371979b319 [2021-01-28T00:28:15.372Z] ---> Running in d98c07226042 [2021-01-28T00:28:15.372Z] Removing intermediate container 742049b3a443 [2021-01-28T00:28:15.372Z] ---> eb2d7c55d0d0 [2021-01-28T00:28:15.372Z] Step 21/22 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:28:15.372Z] Removing intermediate container 3e12090bd6aa [2021-01-28T00:28:15.372Z] ---> 602559c1c981 [2021-01-28T00:28:15.372Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:28:15.887Z] ---> Running in f6da88d3cdc3 [2021-01-28T00:28:15.887Z] ---> Running in 994e12b3d10c [2021-01-28T00:28:15.887Z] Removing intermediate container ab371979b319 [2021-01-28T00:28:15.887Z] ---> 4151067bb804 [2021-01-28T00:28:15.887Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:28:15.887Z] Removing intermediate container d98c07226042 [2021-01-28T00:28:15.887Z] ---> 70fe3f24c622 [2021-01-28T00:28:15.887Z] Step 20/21 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:28:15.887Z] ---> Running in 138b3c014ac2 [2021-01-28T00:28:16.208Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:28:16.208Z] ---> Running in ce3d512ecfbf [2021-01-28T00:28:16.208Z] Removing intermediate container f6da88d3cdc3 [2021-01-28T00:28:16.208Z] ---> 2fb1fd69dec8 [2021-01-28T00:28:16.208Z] Step 22/22 : LABEL version=2.0.0-dev.61 [2021-01-28T00:28:16.208Z] Removing intermediate container 994e12b3d10c [2021-01-28T00:28:16.208Z] ---> d470bb345069 [2021-01-28T00:28:16.208Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:28:16.208Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:28:16.208Z] ---> Running in 799cffbe0534 [2021-01-28T00:28:16.208Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:28:16.208Z] ---> Running in 517589a78a03 [2021-01-28T00:28:16.208Z] Removing intermediate container 138b3c014ac2 [2021-01-28T00:28:16.208Z] ---> 37ef8bde8291 [2021-01-28T00:28:16.208Z] Step 21/22 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:28:16.488Z] Removing intermediate container ce3d512ecfbf [2021-01-28T00:28:16.488Z] ---> 0ad1f2164efc [2021-01-28T00:28:16.488Z] Step 21/21 : LABEL version=2.0.0-dev.61 [2021-01-28T00:28:16.488Z] Removing intermediate container 799cffbe0534 [2021-01-28T00:28:16.488Z] ---> 7556aafb3fd4 [2021-01-28T00:28:16.488Z] [2021-01-28T00:28:16.488Z] ---> Running in 7ce1b467d1ab [2021-01-28T00:28:16.488Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:28:16.849Z] ---> Running in b890da805554 [2021-01-28T00:28:16.849Z] Removing intermediate container 517589a78a03 [2021-01-28T00:28:16.849Z] ---> ffdc13815d70 [2021-01-28T00:28:16.849Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:28:16.849Z] Successfully built 7556aafb3fd4 [2021-01-28T00:28:16.849Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:28:16.849Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:28:16.849Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7ce1b467d1ab [2021-01-28T00:28:16.849Z] ---> c580cbce1ede [2021-01-28T00:28:16.849Z] Step 22/22 : LABEL version=2.0.0-dev.61 [2021-01-28T00:28:16.849Z] ---> Running in d13825c3ded1 [2021-01-28T00:28:17.156Z] ---> Running in 43513643ccfc [2021-01-28T00:28:17.156Z] Removing intermediate container b890da805554 [2021-01-28T00:28:17.156Z] ---> 401da2d870c1 [2021-01-28T00:28:17.156Z] [2021-01-28T00:28:17.156Z] Removing intermediate container d13825c3ded1 [2021-01-28T00:28:17.156Z] ---> f47722e5a5ef [2021-01-28T00:28:17.156Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:28:17.476Z] Successfully built 401da2d870c1 [2021-01-28T00:28:17.476Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:28:17.476Z] ---> Running in 56db2f609c52 [2021-01-28T00:28:17.476Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-28T00:28:17.476Z] Removing intermediate container 43513643ccfc [2021-01-28T00:28:17.476Z] ---> 93a76d70ab70 [2021-01-28T00:28:17.476Z] [2021-01-28T00:28:17.476Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:28:17.755Z] Successfully built 93a76d70ab70 [2021-01-28T00:28:17.755Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:28:17.755Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-28T00:28:17.755Z] Removing intermediate container 56db2f609c52 [2021-01-28T00:28:17.755Z] ---> e6111b1dcd20 [2021-01-28T00:28:17.755Z] [2021-01-28T00:28:18.024Z] Successfully built e6111b1dcd20 [2021-01-28T00:28:18.024Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:28:18.024Z] Building docker-security-bootstrapper-go [2021-01-28T00:28:18.296Z]  Building docker-core-command-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:28:18.296Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:28:18.296Z] OK: 8 MiB in 20 packages [2021-01-28T00:28:20.280Z] Removing intermediate container 9aeb5c3bedec [2021-01-28T00:28:20.280Z] ---> b0ded3134962 [2021-01-28T00:28:20.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:28:23.679Z] ---> 828530787690 [2021-01-28T00:28:23.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:28:24.687Z] ---> 1f4d9ef7a4e1 [2021-01-28T00:28:24.687Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:28:25.694Z] ---> 7680b7e66142 [2021-01-28T00:28:25.694Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:28:26.007Z] ---> Running in 89196d38ed60 [2021-01-28T00:28:26.610Z] Removing intermediate container 89196d38ed60 [2021-01-28T00:28:26.610Z] ---> 7c35e8721190 [2021-01-28T00:28:26.610Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:28:26.610Z] ---> Running in 0b39618351f6 [2021-01-28T00:28:26.877Z] Removing intermediate container 0b39618351f6 [2021-01-28T00:28:26.877Z] ---> f8cceb8a17da [2021-01-28T00:28:26.877Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:28:27.517Z] ---> Running in 4f71ab7cc2cc [2021-01-28T00:28:28.126Z] Removing intermediate container 4f71ab7cc2cc [2021-01-28T00:28:28.126Z] ---> 892a944c1dbc [2021-01-28T00:28:28.126Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:28:28.406Z] ---> Running in fdf2be8404f6 [2021-01-28T00:28:28.999Z] Removing intermediate container fdf2be8404f6 [2021-01-28T00:28:28.999Z] ---> 811eee3035a5 [2021-01-28T00:28:28.999Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:28:29.328Z] ---> Running in 5ab5ce9c694c [2021-01-28T00:28:29.924Z] Removing intermediate container 5ab5ce9c694c [2021-01-28T00:28:29.924Z] ---> dc2edc30bf7f [2021-01-28T00:28:29.924Z] [2021-01-28T00:28:29.924Z] Successfully built dc2edc30bf7f [2021-01-28T00:28:29.924Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:28:47.854Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:47.854Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:47.854Z] ---> 8ab336b42d06 [2021-01-28T00:28:47.854Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:28:47.854Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:47.854Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:47.854Z] ---> 8ab336b42d06 [2021-01-28T00:28:47.854Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:28:47.854Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:47.854Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:47.854Z] ---> 8ab336b42d06 [2021-01-28T00:28:47.854Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:28:47.854Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:47.854Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:47.854Z] ---> 8ab336b42d06 [2021-01-28T00:28:47.854Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:28:47.854Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:47.854Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:47.854Z] ---> 8ab336b42d06 [2021-01-28T00:28:47.854Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:28:47.854Z] ---> Running in d61761dab9f8 [2021-01-28T00:28:47.854Z] ---> Running in d1fa37dfee06 [2021-01-28T00:28:47.854Z] ---> Running in cade9209b9db [2021-01-28T00:28:47.854Z] ---> Running in 33d31d803f27 [2021-01-28T00:28:47.854Z] ---> Running in 3d3413624c2f [2021-01-28T00:28:48.450Z] Removing intermediate container 3d3413624c2f [2021-01-28T00:28:48.450Z] ---> b19ba2a59e7b [2021-01-28T00:28:48.450Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:48.450Z] Removing intermediate container d61761dab9f8 [2021-01-28T00:28:48.450Z] ---> c24d78fa5b53 [2021-01-28T00:28:48.450Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:48.726Z] Removing intermediate container cade9209b9db [2021-01-28T00:28:48.726Z] ---> d758019e7b9e [2021-01-28T00:28:48.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:48.726Z] Removing intermediate container d1fa37dfee06 [2021-01-28T00:28:48.726Z] ---> 6032060a183a [2021-01-28T00:28:48.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 33d31d803f27 [2021-01-28T00:28:48.726Z] [2021-01-28T00:28:48.726Z] ---> c07097b7c41c [2021-01-28T00:28:48.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:48.726Z] ---> Running in d5b04d2ab7f7 [2021-01-28T00:28:48.726Z] ---> Running in ce2bf862f7de [2021-01-28T00:28:48.726Z] ---> Running in 5edfa4dec39a [2021-01-28T00:28:48.995Z] ---> Running in 999c5764688a [2021-01-28T00:28:48.995Z] ---> Running in af5efd7a27a1 [2021-01-28T00:28:52.317Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:52.317Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:52.317Z] ---> bc9f04ace505 [2021-01-28T00:28:52.317Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 5f8061857fb3 [2021-01-28T00:28:52.317Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 37a15950d321 [2021-01-28T00:28:52.317Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> de8ce5dc3cb0 [2021-01-28T00:28:52.317Z] Step 6/24 : COPY go.mod . [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> eb4b0d995946 [2021-01-28T00:28:52.317Z] Step 7/24 : RUN go mod download [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> b228b83d0be8 [2021-01-28T00:28:52.317Z] Step 8/24 : COPY . . [2021-01-28T00:28:52.317Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:52.317Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:52.317Z] ---> bc9f04ace505 [2021-01-28T00:28:52.317Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 5f8061857fb3 [2021-01-28T00:28:52.317Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 37a15950d321 [2021-01-28T00:28:52.317Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> de8ce5dc3cb0 [2021-01-28T00:28:52.317Z] Step 6/23 : COPY go.mod . [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> eb4b0d995946 [2021-01-28T00:28:52.317Z] Step 7/23 : RUN go mod download [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> b228b83d0be8 [2021-01-28T00:28:52.317Z] Step 8/23 : COPY . . [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> c6d8445f0790 [2021-01-28T00:28:52.317Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> c6d8445f0790 [2021-01-28T00:28:52.317Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:28:52.317Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:52.317Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:52.317Z] ---> bc9f04ace505 [2021-01-28T00:28:52.317Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 5f8061857fb3 [2021-01-28T00:28:52.317Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:52.317Z] ---> Using cache [2021-01-28T00:28:52.317Z] ---> 37a15950d321 [2021-01-28T00:28:52.317Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:28:52.417Z] Removing intermediate container ce2bf862f7de [2021-01-28T00:28:52.417Z] ---> 46bd2f828d71 [2021-01-28T00:28:52.417Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:28:52.697Z] ---> Running in 4eeb6df65edb [2021-01-28T00:28:52.697Z] Removing intermediate container d5b04d2ab7f7 [2021-01-28T00:28:52.697Z] ---> 28b406663cdf [2021-01-28T00:28:52.697Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:28:52.975Z] Removing intermediate container 5edfa4dec39a [2021-01-28T00:28:52.975Z] ---> d83cff8282d5 [2021-01-28T00:28:52.975Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:28:52.975Z] ---> Running in d54f557795d4 [2021-01-28T00:28:52.986Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:52.986Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:28:52.986Z] ---> bc9f04ace505 [2021-01-28T00:28:52.986Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:28:52.986Z] ---> Using cache [2021-01-28T00:28:52.986Z] ---> 5f8061857fb3 [2021-01-28T00:28:52.986Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:28:52.986Z] ---> Using cache [2021-01-28T00:28:52.986Z] ---> 37a15950d321 [2021-01-28T00:28:52.986Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:28:52.986Z] ---> Using cache [2021-01-28T00:28:52.986Z] ---> de8ce5dc3cb0 [2021-01-28T00:28:52.986Z] Step 6/34 : COPY go.mod . [2021-01-28T00:28:52.986Z] ---> Using cache [2021-01-28T00:28:52.986Z] ---> eb4b0d995946 [2021-01-28T00:28:52.986Z] Step 7/34 : RUN go mod download [2021-01-28T00:28:52.986Z] ---> Using cache [2021-01-28T00:28:52.986Z] ---> b228b83d0be8 [2021-01-28T00:28:52.986Z] Step 8/34 : COPY . . [2021-01-28T00:28:53.251Z] ---> Using cache [2021-01-28T00:28:53.251Z] ---> c6d8445f0790 [2021-01-28T00:28:53.251Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:28:53.264Z] ---> Running in 98365c67a35f [2021-01-28T00:28:53.265Z] Removing intermediate container af5efd7a27a1 [2021-01-28T00:28:53.265Z] ---> 22e892a27b25 [2021-01-28T00:28:53.265Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:28:53.526Z] ---> Running in 969d63a4646d [2021-01-28T00:28:53.526Z] ---> Running in 19a09464990d [2021-01-28T00:28:53.544Z] Removing intermediate container 999c5764688a [2021-01-28T00:28:53.544Z] ---> 2931d128bf50 [2021-01-28T00:28:53.544Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:28:53.793Z] ---> Running in 22a177de0df1 [2021-01-28T00:28:53.793Z] ---> Running in a7c53977241d [2021-01-28T00:28:53.818Z] ---> Running in a9eb70acd823 [2021-01-28T00:28:53.818Z] ---> Running in a38d4eecf251 [2021-01-28T00:28:54.374Z] Removing intermediate container 969d63a4646d [2021-01-28T00:28:54.374Z] ---> ff060e664343 [2021-01-28T00:28:54.374Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:28:54.374Z] ---> Running in 7de6fc7d735f [2021-01-28T00:28:54.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:28:55.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:28:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:55.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:55.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:28:55.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:56.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:28:56.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:56.126Z] OK: 217 MiB in 51 packages [2021-01-28T00:28:56.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:56.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:56.686Z] OK: 217 MiB in 51 packages [2021-01-28T00:28:56.979Z] OK: 217 MiB in 51 packages [2021-01-28T00:28:57.021Z] OK: 233 MiB in 51 packages [2021-01-28T00:28:57.256Z] OK: 217 MiB in 51 packages [2021-01-28T00:28:57.256Z] OK: 217 MiB in 51 packages [2021-01-28T00:28:57.873Z] Removing intermediate container 4eeb6df65edb [2021-01-28T00:28:57.873Z] ---> 58acc047ee2b [2021-01-28T00:28:57.873Z] Step 6/21 : COPY go.mod . [2021-01-28T00:28:58.473Z] Removing intermediate container d54f557795d4 [2021-01-28T00:28:58.473Z] ---> 189f9132edda [2021-01-28T00:28:58.473Z] Step 6/34 : COPY go.mod . [2021-01-28T00:28:58.483Z] Removing intermediate container a7c53977241d [2021-01-28T00:28:58.483Z] ---> 0224bda17f4d [2021-01-28T00:28:58.483Z] Step 6/26 : COPY go.mod . [2021-01-28T00:28:58.749Z] ---> a6aeae362a75 [2021-01-28T00:28:58.749Z] Step 7/21 : RUN go mod download [2021-01-28T00:28:59.023Z] ---> Running in 1f5b21b0bf31 [2021-01-28T00:28:59.023Z] Removing intermediate container a9eb70acd823 [2021-01-28T00:28:59.023Z] ---> 6bad9c479519 [2021-01-28T00:28:59.023Z] Step 6/22 : COPY go.mod . [2021-01-28T00:28:59.092Z] ---> 91bc18f3a2cc [2021-01-28T00:28:59.092Z] Step 7/26 : RUN go mod download [2021-01-28T00:28:59.092Z] ---> Running in 31ac6847d53d [2021-01-28T00:28:59.310Z] Removing intermediate container a38d4eecf251 [2021-01-28T00:28:59.310Z] ---> cb4942e4cb07 [2021-01-28T00:28:59.310Z] Step 6/23 : COPY go.mod . [2021-01-28T00:28:59.310Z] Removing intermediate container 98365c67a35f [2021-01-28T00:28:59.310Z] ---> e95afbf4342f [2021-01-28T00:28:59.310Z] Step 6/23 : COPY go.mod . [2021-01-28T00:28:59.588Z] ---> 5ecf56bf9a46 [2021-01-28T00:28:59.588Z] Step 7/34 : RUN go mod download [2021-01-28T00:28:59.873Z] ---> Running in 553d263c2b4b [2021-01-28T00:29:00.155Z] ---> 6da528909adf [2021-01-28T00:29:00.155Z] Step 7/22 : RUN go mod download [2021-01-28T00:29:00.431Z] ---> Running in c9e08646ef71 [2021-01-28T00:29:00.431Z] ---> dc5fd4ae8377 [2021-01-28T00:29:00.431Z] Step 7/23 : RUN go mod download [2021-01-28T00:29:00.431Z] ---> 01e2db9894e5 [2021-01-28T00:29:00.431Z] Step 7/23 : RUN go mod download [2021-01-28T00:29:00.710Z] ---> Running in ef2e242f65ef [2021-01-28T00:29:00.710Z] ---> Running in 556ae9ff0e32 [2021-01-28T00:29:03.383Z] Removing intermediate container 1f5b21b0bf31 [2021-01-28T00:29:03.383Z] ---> 3f4bb6b612ae [2021-01-28T00:29:03.383Z] Step 8/21 : COPY . . [2021-01-28T00:29:03.501Z] Removing intermediate container 31ac6847d53d [2021-01-28T00:29:03.501Z] ---> c0315884fee7 [2021-01-28T00:29:03.501Z] Step 8/26 : COPY . . [2021-01-28T00:29:04.027Z] Removing intermediate container 553d263c2b4b [2021-01-28T00:29:04.027Z] ---> 177b1b362f3c [2021-01-28T00:29:04.027Z] Step 8/34 : COPY . . [2021-01-28T00:29:05.496Z] Removing intermediate container c9e08646ef71 [2021-01-28T00:29:05.496Z] ---> 30b71741172c [2021-01-28T00:29:05.496Z] Step 8/22 : COPY . . [2021-01-28T00:29:05.769Z] Removing intermediate container ef2e242f65ef [2021-01-28T00:29:05.769Z] ---> 36b7eedb6836 [2021-01-28T00:29:05.769Z] Step 8/23 : COPY . . [2021-01-28T00:29:06.044Z] Removing intermediate container 556ae9ff0e32 [2021-01-28T00:29:06.044Z] ---> 92a14a702a94 [2021-01-28T00:29:06.044Z] Step 8/23 : COPY . . [2021-01-28T00:29:24.392Z] ---> b9252d07ea1d [2021-01-28T00:29:24.392Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:29:24.392Z] ---> 467a13fc82a7 [2021-01-28T00:29:24.392Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:29:24.392Z] ---> 2831f2876cd5 [2021-01-28T00:29:24.392Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:29:24.392Z] ---> 8fa831536300 [2021-01-28T00:29:24.392Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:29:24.392Z] ---> 76f3fd17364f [2021-01-28T00:29:24.392Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:29:24.392Z] ---> Running in 3ec508650ed7 [2021-01-28T00:29:24.392Z] ---> Running in b809c166c3b9 [2021-01-28T00:29:24.392Z] ---> Running in 867af0c01d8a [2021-01-28T00:29:24.392Z] ---> Running in de255242396f [2021-01-28T00:29:24.392Z] ---> Running in 1654de306da0 [2021-01-28T00:29:24.392Z] Removing intermediate container 3ec508650ed7 [2021-01-28T00:29:24.392Z] ---> 0e36954df2ef [2021-01-28T00:29:24.392Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:29:24.392Z] ---> Running in e96d493b7113 [2021-01-28T00:29:25.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:29:25.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:29:25.649Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:29:25.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:29:25.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:29:25.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:29:26.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:29:27.918Z] ---> 3a59c5d6eb2b [2021-01-28T00:29:27.918Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:29:28.201Z] ---> Running in 88facbf6743c [2021-01-28T00:29:29.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:29:31.722Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:29:31.722Z] + cd /tmp/build/dist/linux [2021-01-28T00:29:31.722Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:29:31.722Z] Cloning into '.'... [2021-01-28T00:29:32.006Z] + go get github.com/robfig/glock [2021-01-28T00:29:33.459Z] Removing intermediate container 19a09464990d [2021-01-28T00:29:33.459Z] ---> 17d09fed895a [2021-01-28T00:29:33.459Z] [2021-01-28T00:29:33.459Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:29:33.459Z] ---> 389fef711851 [2021-01-28T00:29:33.459Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:29:34.104Z] ---> Running in c67958adb7f7 [2021-01-28T00:29:36.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:36.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:36.480Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:29:36.480Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:29:36.480Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:29:36.480Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:29:36.769Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:29:36.769Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:29:36.769Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:29:36.769Z] OK: 7 MiB in 19 packages [2021-01-28T00:29:37.376Z] Removing intermediate container 22a177de0df1 [2021-01-28T00:29:37.376Z] ---> fecdc0187166 [2021-01-28T00:29:37.376Z] [2021-01-28T00:29:37.376Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:29:37.376Z] ---> 389fef711851 [2021-01-28T00:29:37.376Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:29:37.376Z] ---> Using cache [2021-01-28T00:29:37.376Z] ---> 394d2a9962cd [2021-01-28T00:29:37.376Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:29:37.376Z] ---> Using cache [2021-01-28T00:29:37.376Z] ---> 2b98cae37deb [2021-01-28T00:29:37.376Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:29:37.652Z] ---> Running in d61e619e8c5e [2021-01-28T00:29:38.276Z] Removing intermediate container d61e619e8c5e [2021-01-28T00:29:38.276Z] ---> e27d1dbf6433 [2021-01-28T00:29:38.276Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:29:38.605Z] ---> Running in 74efc8bc64ff [2021-01-28T00:29:38.605Z] Removing intermediate container c67958adb7f7 [2021-01-28T00:29:38.605Z] ---> 09e367df1514 [2021-01-28T00:29:38.605Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:29:38.605Z] ---> Running in 22e3b9e76a55 [2021-01-28T00:29:38.895Z] Removing intermediate container 74efc8bc64ff [2021-01-28T00:29:38.895Z] ---> d65e4f013e08 [2021-01-28T00:29:38.895Z] Step 15/23 : WORKDIR / [2021-01-28T00:29:38.895Z] Removing intermediate container 22e3b9e76a55 [2021-01-28T00:29:38.895Z] ---> 4aaa6bee7339 [2021-01-28T00:29:38.895Z] Step 13/24 : WORKDIR / [2021-01-28T00:29:39.172Z] ---> Running in 2b8bee920e66 [2021-01-28T00:29:39.172Z] ---> Running in 5a63e758f447 [2021-01-28T00:29:39.472Z] Removing intermediate container 2b8bee920e66 [2021-01-28T00:29:39.472Z] ---> d193f3193026 [2021-01-28T00:29:39.472Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:29:39.472Z] Removing intermediate container 5a63e758f447 [2021-01-28T00:29:39.472Z] ---> f2cf023cc51d [2021-01-28T00:29:39.472Z] 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-01-28T00:29:40.580Z] ---> f1385f798f41 [2021-01-28T00:29:40.580Z] 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-01-28T00:29:40.580Z] ---> 47a25a9da213 [2021-01-28T00:29:40.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:29:41.674Z] ---> f78edc984050 [2021-01-28T00:29:41.674Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:29:43.145Z] ---> b13cb8641c0d [2021-01-28T00:29:43.145Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:29:43.487Z] ---> 929962f89899 [2021-01-28T00:29:43.487Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:29:43.807Z] ---> 25856fe36981 [2021-01-28T00:29:43.807Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:29:44.121Z] ---> Running in 32cbad10a621 [2021-01-28T00:29:44.440Z] Removing intermediate container 32cbad10a621 [2021-01-28T00:29:44.440Z] ---> cb92b7f0c031 [2021-01-28T00:29:44.440Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:29:45.492Z] ---> 81f8feebcd42 [2021-01-28T00:29:45.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:29:45.492Z] ---> Running in ca9fe1748f24 [2021-01-28T00:29:46.154Z] Removing intermediate container ca9fe1748f24 [2021-01-28T00:29:46.154Z] ---> 315d40a11807 [2021-01-28T00:29:46.154Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:29:46.154Z] + glock sync -n [2021-01-28T00:29:46.425Z]  ---> Running in 235e64aa733c [2021-01-28T00:29:46.425Z] ---> 8c4d5ff94241 [2021-01-28T00:29:46.425Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:29:46.698Z] Removing intermediate container 235e64aa733c [2021-01-28T00:29:46.698Z] ---> cdee416e3435 [2021-01-28T00:29:46.698Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:29:46.698Z] ---> Running in a177a09af14e [2021-01-28T00:29:46.977Z] ---> 9d34176d0631 [2021-01-28T00:29:46.977Z] 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-01-28T00:29:46.977Z] Removing intermediate container a177a09af14e [2021-01-28T00:29:46.977Z] ---> 16b99131e8e6 [2021-01-28T00:29:46.977Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:29:46.977Z] ---> Running in f34a5a040003 [2021-01-28T00:29:46.977Z] ---> Running in 4f75fd796bef [2021-01-28T00:29:47.270Z] Removing intermediate container 4f75fd796bef [2021-01-28T00:29:47.270Z] ---> 5d7e9908ce95 [2021-01-28T00:29:47.270Z] [2021-01-28T00:29:47.864Z] Successfully built 5d7e9908ce95 [2021-01-28T00:29:47.864Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:29:48.836Z]  Building docker-core-metadata-go ... done Removing intermediate container f34a5a040003 [2021-01-28T00:29:48.836Z] ---> 57d9f5b7554e [2021-01-28T00:29:48.836Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:29:48.836Z] ---> Running in 30a0b0bfcf6f [2021-01-28T00:29:49.862Z] Removing intermediate container 30a0b0bfcf6f [2021-01-28T00:29:49.862Z] ---> db9cee80fc3c [2021-01-28T00:29:49.862Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:29:50.551Z] ---> Running in 563a4c154a9d [2021-01-28T00:29:50.855Z] Removing intermediate container 88facbf6743c [2021-01-28T00:29:50.855Z] ---> 1f7c93d277c1 [2021-01-28T00:29:50.855Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:29:51.817Z] ---> Running in e60a9b60cf75 [2021-01-28T00:29:51.817Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:29:51.817Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:29:51.817Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:29:52.415Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:29:52.415Z] + git describe '--abbrev=0' --tags [2021-01-28T00:29:52.415Z] + TAG=v0.6.1 [2021-01-28T00:29:52.415Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:29:52.415Z] + apk --print-arch [2021-01-28T00:29:52.415Z] Removing intermediate container 563a4c154a9d [2021-01-28T00:29:52.415Z] ---> 42399452564b [2021-01-28T00:29:52.415Z] Step 23/24 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:29:52.415Z] + arch=x86_64 [2021-01-28T00:29:52.415Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:29:52.415Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T00:29:52.415Z] building [dockerize] for amd64 ... [2021-01-28T00:29:53.455Z] ---> Running in 3be14662e52d [2021-01-28T00:29:54.074Z] Removing intermediate container 3be14662e52d [2021-01-28T00:29:54.074Z] ---> 4bfa37eb704f [2021-01-28T00:29:54.074Z] Step 24/24 : LABEL version=2.0.0-dev.61 [2021-01-28T00:29:54.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:29:54.074Z] ---> Running in 693d1e8f0e40 [2021-01-28T00:29:54.362Z] Removing intermediate container 693d1e8f0e40 [2021-01-28T00:29:54.362Z] ---> 0614325bfde6 [2021-01-28T00:29:54.362Z] [2021-01-28T00:29:54.654Z] Successfully built 0614325bfde6 [2021-01-28T00:29:54.655Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:29:56.129Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e60a9b60cf75 [2021-01-28T00:29:56.129Z] ---> 63f0c0e2995d [2021-01-28T00:29:56.129Z] [2021-01-28T00:29:56.129Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:29:56.129Z] 20.10.0: Pulling from library/docker [2021-01-28T00:30:11.684Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:30:11.684Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:30:11.684Z] ---> aefe523efa57 [2021-01-28T00:30:11.684Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:30:11.684Z] ---> Running in 79343fac815c [2021-01-28T00:30:11.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:11.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:12.121Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:30:12.121Z] + date [2021-01-28T00:30:12.121Z] + echo 'Thu Jan 28 00:30:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:30:12.121Z] Thu Jan 28 00:30:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:30:12.121Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:30:12.121Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:30:12.121Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:12.121Z] OK: 12 MiB in 22 packages [2021-01-28T00:30:13.223Z] Removing intermediate container 79343fac815c [2021-01-28T00:30:13.223Z] ---> 743bda8e33ff [2021-01-28T00:30:13.223Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:30:13.223Z] ---> Running in 47ed01c91a86 [2021-01-28T00:30:13.856Z] Removing intermediate container 47ed01c91a86 [2021-01-28T00:30:13.856Z] ---> 87632b7783b8 [2021-01-28T00:30:13.856Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:30:14.845Z] ---> Running in db0a0d849a50 [2021-01-28T00:30:15.432Z] Removing intermediate container db0a0d849a50 [2021-01-28T00:30:15.432Z] ---> 3e63cdf8a3af [2021-01-28T00:30:15.432Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:30:16.441Z] ---> Running in 68b0e768beeb [2021-01-28T00:30:17.432Z] Removing intermediate container 68b0e768beeb [2021-01-28T00:30:17.433Z] ---> 167f6b655302 [2021-01-28T00:30:17.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:30:18.852Z] ---> 9cc9c2a248c3 [2021-01-28T00:30:18.852Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:30:20.279Z] ---> d72f157b566e [2021-01-28T00:30:20.279Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:30:22.864Z] ---> 420abab2e836 [2021-01-28T00:30:22.864Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:30:23.824Z] ---> Running in bd92c29a1fb5 [2021-01-28T00:30:24.097Z] Removing intermediate container 7de6fc7d735f [2021-01-28T00:30:24.097Z] ---> 7fe0332a1839 [2021-01-28T00:30:24.097Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:30:24.369Z] ---> Running in f539d0e4937a [2021-01-28T00:30:24.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:24.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:24.916Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:30:24.916Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:30:24.916Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:30:24.916Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:30:24.916Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:30:24.916Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:30:24.916Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:30:24.916Z] statically linked [2021-01-28T00:30:24.916Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:30:27.519Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:30:27.519Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:30:27.519Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:30:27.519Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:30:27.519Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:30:27.785Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:30:27.785Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:30:27.785Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:30:27.785Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:30:28.366Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:30:29.782Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:30:29.782Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:30:29.782Z] Removing intermediate container f539d0e4937a [2021-01-28T00:30:29.782Z] ---> 9e0d4d243ca2 [2021-01-28T00:30:29.782Z] [2021-01-28T00:30:29.782Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:30:29.782Z] ---> 389fef711851 [2021-01-28T00:30:29.782Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:30:29.782Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:30:30.056Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:30:30.056Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:30:30.056Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:30:30.056Z] ---> Running in 7e014ab16f07 [2021-01-28T00:30:30.056Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:30:30.056Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:30:30.056Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:30:30.325Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:30:30.325Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:30:30.325Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:30:30.325Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:30:30.325Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:30:30.325Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:30:30.325Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:30:31.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:31.737Z] Removing intermediate container 7e014ab16f07 [2021-01-28T00:30:31.737Z] ---> 5569b91bc524 [2021-01-28T00:30:31.737Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:30:31.737Z] OK: 71 MiB in 55 packages [2021-01-28T00:30:31.737Z] ---> Running in c89f6c2e1f54 [2021-01-28T00:30:32.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:32.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:32.718Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:30:32.990Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:30:32.990Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:30:32.990Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:32.990Z] OK: 6 MiB in 17 packages [2021-01-28T00:30:37.271Z] Removing intermediate container c89f6c2e1f54 [2021-01-28T00:30:37.271Z] ---> 7c55ad74993b [2021-01-28T00:30:37.271Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:30:37.271Z] ---> Running in 9590b56359cc [2021-01-28T00:30:37.271Z] Removing intermediate container bd92c29a1fb5 [2021-01-28T00:30:37.271Z] ---> 30467a774f19 [2021-01-28T00:30:37.271Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:30:37.271Z] Removing intermediate container 9590b56359cc [2021-01-28T00:30:37.271Z] ---> 31683b69e7e5 [2021-01-28T00:30:37.271Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:30:37.271Z] ---> Running in 03a583ad7118 [2021-01-28T00:30:37.539Z] ---> Running in 3bed04dbe679 [2021-01-28T00:30:37.824Z] Removing intermediate container 3bed04dbe679 [2021-01-28T00:30:37.824Z] ---> 28a51722b5c3 [2021-01-28T00:30:37.824Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:30:37.824Z] ---> Running in f45fbae35f66 [2021-01-28T00:30:39.525Z] Removing intermediate container f45fbae35f66 [2021-01-28T00:30:39.525Z] ---> 839c71b14bca [2021-01-28T00:30:39.525Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:30:39.525Z] ---> Running in b1ccd79d6ed1 [2021-01-28T00:30:39.525Z] Collecting docker-compose==1.23.2 [2021-01-28T00:30:39.525Z] Removing intermediate container b1ccd79d6ed1 [2021-01-28T00:30:39.525Z] ---> c9aea634c1a0 [2021-01-28T00:30:39.525Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:30:39.525Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:30:39.792Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:30:39.792Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:30:40.063Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:30:40.063Z] ---> bd068cb837c9 [2021-01-28T00:30:40.063Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:30:40.063Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:30:40.331Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:30:40.331Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:30:40.601Z] ---> 9b020824fa39 [2021-01-28T00:30:40.601Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:30:40.601Z] ---> Running in b529cc8e9072 [2021-01-28T00:30:41.203Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:30:41.203Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:30:43.211Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:30:43.211Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:30:43.211Z] Removing intermediate container b529cc8e9072 [2021-01-28T00:30:43.211Z] ---> f12620293338 [2021-01-28T00:30:43.211Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:30:43.506Z] 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-01-28T00:30:43.506Z] ---> 5adfb47d340a [2021-01-28T00:30:43.506Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:30:43.506Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:30:43.506Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:30:44.085Z] ---> 5024bbaedcad [2021-01-28T00:30:44.085Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:30:44.355Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:30:44.355Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:30:44.355Z] ---> ccaf60d7882e [2021-01-28T00:30:44.355Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:30:44.355Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:30:44.622Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:30:44.622Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:30:44.622Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:30:44.622Z] 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-01-28T00:30:44.622Z] 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-01-28T00:30:44.897Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:30:44.897Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:30:45.167Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:30:45.167Z] ---> b070f89db472 [2021-01-28T00:30:45.167Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:30:45.167Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:30:45.167Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:30:45.167Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:30:45.167Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:30:45.167Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:30:45.167Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:30:45.167Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:30:45.441Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docopt, texttable, jsonschema, cached-property, docker-compose [2021-01-28T00:30:45.441Z] Attempting uninstall: idna [2021-01-28T00:30:45.441Z] Found existing installation: idna 2.9 [2021-01-28T00:30:45.441Z] Uninstalling idna-2.9: [2021-01-28T00:30:45.441Z] ---> 559a853aa07d [2021-01-28T00:30:45.441Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:30:45.441Z] Successfully uninstalled idna-2.9 [2021-01-28T00:30:45.707Z] Attempting uninstall: urllib3 [2021-01-28T00:30:45.707Z] ---> Running in eae495feef03 [2021-01-28T00:30:45.707Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:30:45.707Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:30:45.992Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:30:46.573Z] Attempting uninstall: requests [2021-01-28T00:30:46.573Z] Found existing installation: requests 2.23.0 [2021-01-28T00:30:46.573Z] Removing intermediate container eae495feef03 [2021-01-28T00:30:46.573Z] ---> 2c7b4d1b61f5 [2021-01-28T00:30:46.573Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:30:46.573Z] Uninstalling requests-2.23.0: [2021-01-28T00:30:46.573Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:30:47.977Z] ---> d91e27e06981 [2021-01-28T00:30:47.978Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:30:48.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:30:48.249Z] ---> Running in a49896051dc4 [2021-01-28T00:30:48.250Z] Running setup.py install for dockerpty: started [2021-01-28T00:30:49.233Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:30:49.233Z] Running setup.py install for PyYAML: started [2021-01-28T00:30:49.821Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:30:49.821Z] Running setup.py install for docopt: started [2021-01-28T00:30:50.404Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:30:50.404Z] Running setup.py install for texttable: started [2021-01-28T00:30:50.404Z] Removing intermediate container a49896051dc4 [2021-01-28T00:30:50.404Z] ---> 6ca0f5fb546a [2021-01-28T00:30:50.404Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:30:50.672Z] ---> Running in 2c12c7d12420 [2021-01-28T00:30:50.937Z] Removing intermediate container 2c12c7d12420 [2021-01-28T00:30:50.937Z] ---> f16aa4a225ab [2021-01-28T00:30:50.937Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:30:51.204Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:30:51.814Z] ---> Running in f70e16b2fe95 [2021-01-28T00:30:52.078Z] Removing intermediate container f70e16b2fe95 [2021-01-28T00:30:52.078Z] ---> d43767549dcf [2021-01-28T00:30:52.078Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:30:52.349Z] 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-01-28T00:30:52.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:30:52.614Z] ---> Running in 93dc9f6e94e7 [2021-01-28T00:30:52.614Z] Removing intermediate container 93dc9f6e94e7 [2021-01-28T00:30:52.614Z] ---> 16bbd8ad22fe [2021-01-28T00:30:52.614Z] Step 33/34 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:30:52.883Z] ---> Running in 3200bec02a4d [2021-01-28T00:30:53.180Z] Removing intermediate container 3200bec02a4d [2021-01-28T00:30:53.180Z] ---> ca714e2bd582 [2021-01-28T00:30:53.180Z] Step 34/34 : LABEL version=2.0.0-dev.61 [2021-01-28T00:30:53.447Z] ---> Running in 2c01fe7856af [2021-01-28T00:30:53.711Z] Removing intermediate container 2c01fe7856af [2021-01-28T00:30:53.711Z] ---> ffa3a26dc254 [2021-01-28T00:30:53.711Z] [2021-01-28T00:30:53.978Z] Successfully built ffa3a26dc254 [2021-01-28T00:30:53.978Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:30:54.946Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 03a583ad7118 [2021-01-28T00:30:54.946Z] ---> 037828ae4283 [2021-01-28T00:30:54.946Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:30:54.946Z] ---> Running in 28a58605f16d [2021-01-28T00:30:55.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:55.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:55.920Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:30:55.920Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:30:56.199Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:30:56.199Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:56.199Z] OK: 72 MiB in 58 packages [2021-01-28T00:30:56.786Z] Removing intermediate container 28a58605f16d [2021-01-28T00:30:56.786Z] ---> c65b36951b18 [2021-01-28T00:30:56.786Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:30:56.786Z] ---> Running in be5f1dfbcafc [2021-01-28T00:30:57.054Z] Removing intermediate container be5f1dfbcafc [2021-01-28T00:30:57.054Z] ---> c072ee120ac1 [2021-01-28T00:30:57.054Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:30:57.054Z] ---> Running in 43ca281f21d3 [2021-01-28T00:30:57.320Z] Removing intermediate container 43ca281f21d3 [2021-01-28T00:30:57.321Z] ---> 7307a9434113 [2021-01-28T00:30:57.321Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:30:57.321Z] ---> Running in 9e5761444561 [2021-01-28T00:30:57.593Z] Removing intermediate container 9e5761444561 [2021-01-28T00:30:57.593Z] ---> 504df850ec76 [2021-01-28T00:30:57.593Z] Step 25/26 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:30:57.593Z] ---> Running in c02e147845cf [2021-01-28T00:30:57.863Z] Removing intermediate container c02e147845cf [2021-01-28T00:30:57.863Z] ---> 6dd7153d13df [2021-01-28T00:30:57.863Z] Step 26/26 : LABEL version=2.0.0-dev.61 [2021-01-28T00:30:57.863Z] ---> Running in a70e68b68b15 [2021-01-28T00:30:58.132Z] Removing intermediate container a70e68b68b15 [2021-01-28T00:30:58.132Z] ---> 5cf08dda6166 [2021-01-28T00:30:58.132Z] [2021-01-28T00:30:58.400Z] Successfully built 5cf08dda6166 [2021-01-28T00:30:58.400Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:30:58.683Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:30:58.693Z] $ docker stop --time=1 d39bf1637661ce5b2a6a17ec6695dbe27e9d1b2c70ed7d82bb09ca7ee285e924 [2021-01-28T00:31:00.463Z] $ docker rm -f d39bf1637661ce5b2a6a17ec6695dbe27e9d1b2c70ed7d82bb09ca7ee285e924 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:31:00.985Z] + docker images [2021-01-28T00:31:00.985Z] + grep docker [2021-01-28T00:31:01.249Z] docker-sys-mgmt-agent-go latest 5cf08dda6166 4 seconds ago 313MB [2021-01-28T00:31:01.249Z] docker-security-bootstrapper-go latest ffa3a26dc254 8 seconds ago 33.5MB [2021-01-28T00:31:01.249Z] docker-security-secretstore-setup-go latest 0614325bfde6 About a minute ago 24.6MB [2021-01-28T00:31:01.249Z] docker-core-metadata-go latest 5d7e9908ce95 About a minute ago 18.8MB [2021-01-28T00:31:01.249Z] docker-core-data-go latest dc2edc30bf7f 2 minutes ago 22.3MB [2021-01-28T00:31:01.249Z] docker-support-notifications-go latest 93a76d70ab70 2 minutes ago 16.9MB [2021-01-28T00:31:01.249Z] docker-core-command-go latest e6111b1dcd20 2 minutes ago 16.3MB [2021-01-28T00:31:01.249Z] docker-security-proxy-setup-go latest 401da2d870c1 2 minutes ago 24.4MB [2021-01-28T00:31:01.249Z] docker-support-scheduler-go latest 7556aafb3fd4 2 minutes ago 16.4MB [2021-01-28T00:31:01.249Z] docker 20.10.0 aefe523efa57 6 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-01-28T00:31:01.820Z] provisioning config files... [2021-01-28T00:31:01.853Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/324@tmp/config7237376144292137299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:31:02.224Z] ---> docker-login.sh [2021-01-28T00:31:02.224Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:31:02.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:31:02.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:31:02.487Z] Configure a credential helper to remove this warning. See [2021-01-28T00:31:02.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:31:02.487Z] [2021-01-28T00:31:02.487Z] Login Succeeded [2021-01-28T00:31:02.487Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:31:02.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:31:02.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:31:02.753Z] Configure a credential helper to remove this warning. See [2021-01-28T00:31:02.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:31:02.753Z] [2021-01-28T00:31:02.753Z] Login Succeeded [2021-01-28T00:31:02.753Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:31:02.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:31:03.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:31:03.015Z] Configure a credential helper to remove this warning. See [2021-01-28T00:31:03.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:31:03.015Z] [2021-01-28T00:31:03.015Z] Login Succeeded [2021-01-28T00:31:03.015Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:31:03.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:31:03.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:31:03.278Z] Configure a credential helper to remove this warning. See [2021-01-28T00:31:03.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:31:03.278Z] [2021-01-28T00:31:03.278Z] Login Succeeded [2021-01-28T00:31:03.278Z] docker.io [2021-01-28T00:31:03.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:31:03.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:31:03.542Z] Configure a credential helper to remove this warning. See [2021-01-28T00:31:03.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:31:03.542Z] [2021-01-28T00:31:03.542Z] Login Succeeded [2021-01-28T00:31:03.542Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:31:03.553Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:03.777Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-28T00:31:03.777Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:03.777Z] 2.0.0-dev.61 [2021-01-28T00:31:03.777Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:03.777Z] master [2021-01-28T00:31:03.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:04.311Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:04.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:04.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T00:31:04.621Z] e6b66f712488: Preparing [2021-01-28T00:31:04.621Z] 6e73028ca4b7: Preparing [2021-01-28T00:31:04.621Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:04.621Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:04.621Z] 777b2c648970: Preparing [2021-01-28T00:31:04.621Z] 777b2c648970: Layer already exists [2021-01-28T00:31:04.882Z] 3f688b9f33ec: Pushed [2021-01-28T00:31:04.882Z] 6c7c38ebc735: Pushed [2021-01-28T00:31:04.882Z] e6b66f712488: Pushed [2021-01-28T00:31:04.922Z] Removing intermediate container b809c166c3b9 [2021-01-28T00:31:04.922Z] ---> 921ce44398c3 [2021-01-28T00:31:04.922Z] [2021-01-28T00:31:04.922Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:31:04.922Z] 3.12: Pulling from library/alpine [2021-01-28T00:31:05.828Z] 6e73028ca4b7: Pushed [2021-01-28T00:31:06.092Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:4bd2608854091c047766e3c29403df548529dbb72eff1bb9052ba5dabbf3096e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:06.396Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:31:06.396Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:31:06.396Z] ---> afeebe901d6b [2021-01-28T00:31:06.396Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:31:06.411Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:06.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.61 [2021-01-28T00:31:06.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T00:31:06.719Z] e6b66f712488: Preparing [2021-01-28T00:31:06.719Z] 6e73028ca4b7: Preparing [2021-01-28T00:31:06.719Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:06.719Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:06.719Z] 777b2c648970: Preparing [2021-01-28T00:31:06.719Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:06.719Z] 777b2c648970: Layer already exists [2021-01-28T00:31:06.719Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:06.719Z] e6b66f712488: Layer already exists [2021-01-28T00:31:06.719Z] 6e73028ca4b7: Layer already exists [2021-01-28T00:31:06.719Z] 2.0.0-dev.61: digest: sha256:4bd2608854091c047766e3c29403df548529dbb72eff1bb9052ba5dabbf3096e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:07.219Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:07.393Z] ---> Running in 19377b47eea6 [2021-01-28T00:31:07.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:07.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T00:31:07.588Z] e6b66f712488: Preparing [2021-01-28T00:31:07.588Z] 6e73028ca4b7: Preparing [2021-01-28T00:31:07.588Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:07.588Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:07.588Z] 777b2c648970: Preparing [2021-01-28T00:31:07.588Z] e6b66f712488: Layer already exists [2021-01-28T00:31:07.588Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:07.588Z] 777b2c648970: Layer already exists [2021-01-28T00:31:07.588Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:07.588Z] 6e73028ca4b7: Layer already exists [2021-01-28T00:31:07.588Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:4bd2608854091c047766e3c29403df548529dbb72eff1bb9052ba5dabbf3096e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:07.930Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:08.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-28T00:31:08.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T00:31:08.265Z] e6b66f712488: Preparing [2021-01-28T00:31:08.265Z] 6e73028ca4b7: Preparing [2021-01-28T00:31:08.265Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:08.265Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:08.265Z] 777b2c648970: Preparing [2021-01-28T00:31:08.265Z] 777b2c648970: Layer already exists [2021-01-28T00:31:08.529Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:08.529Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:08.529Z] 6e73028ca4b7: Layer already exists [2021-01-28T00:31:08.529Z] e6b66f712488: Layer already exists [2021-01-28T00:31:08.529Z] master: digest: sha256:4bd2608854091c047766e3c29403df548529dbb72eff1bb9052ba5dabbf3096e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:08.707Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:08.757Z] taggedImages: [2021-01-28T00:31:08.757Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:08.757Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.61 [2021-01-28T00:31:08.757Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:08.757Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-28T00:31:08.822Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-28T00:31:08.822Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:08.822Z] 2.0.0-dev.61 [2021-01-28T00:31:08.822Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:08.822Z] master [2021-01-28T00:31:08.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:09.322Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:09.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:09.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T00:31:09.630Z] 472e120edd0c: Preparing [2021-01-28T00:31:09.630Z] 3716382cd46d: Preparing [2021-01-28T00:31:09.630Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:09.630Z] 0c91094d8937: Preparing [2021-01-28T00:31:09.630Z] 00b65dc65572: Preparing [2021-01-28T00:31:09.630Z] 777b2c648970: Preparing [2021-01-28T00:31:09.630Z] 777b2c648970: Waiting [2021-01-28T00:31:09.630Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:09.630Z] 777b2c648970: Layer already exists [2021-01-28T00:31:09.895Z] 00b65dc65572: Pushed [2021-01-28T00:31:09.895Z] 472e120edd0c: Pushed [2021-01-28T00:31:10.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:10.159Z] 0c91094d8937: Pushed [2021-01-28T00:31:10.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:10.954Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:31:10.954Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:31:10.954Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:31:10.954Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:31:11.107Z] 3716382cd46d: Pushed [2021-01-28T00:31:11.234Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:31:11.234Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:31:11.369Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:98cdce996a359133e935d6e86a4914b3d9eef802ada973f23b9609ce304cccfc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:11.514Z] OK: 7 MiB in 18 packages [2021-01-28T00:31:11.686Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:11.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.61 [2021-01-28T00:31:11.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T00:31:11.989Z] 472e120edd0c: Preparing [2021-01-28T00:31:11.989Z] 3716382cd46d: Preparing [2021-01-28T00:31:11.989Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:11.989Z] 0c91094d8937: Preparing [2021-01-28T00:31:11.989Z] 00b65dc65572: Preparing [2021-01-28T00:31:11.989Z] 777b2c648970: Preparing [2021-01-28T00:31:11.989Z] 777b2c648970: Waiting [2021-01-28T00:31:11.989Z] 472e120edd0c: Layer already exists [2021-01-28T00:31:11.989Z] 0c91094d8937: Layer already exists [2021-01-28T00:31:11.989Z] 3716382cd46d: Layer already exists [2021-01-28T00:31:11.989Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:11.989Z] 00b65dc65572: Layer already exists [2021-01-28T00:31:11.989Z] 777b2c648970: Layer already exists [2021-01-28T00:31:11.989Z] 2.0.0-dev.61: digest: sha256:98cdce996a359133e935d6e86a4914b3d9eef802ada973f23b9609ce304cccfc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:12.311Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:12.510Z] Removing intermediate container 867af0c01d8a [2021-01-28T00:31:12.510Z] ---> 2783bee41c53 [2021-01-28T00:31:12.510Z] [2021-01-28T00:31:12.510Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:31:12.510Z] ---> afeebe901d6b [2021-01-28T00:31:12.510Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:31:12.510Z] Removing intermediate container de255242396f [2021-01-28T00:31:12.510Z] ---> 9dcebe6d4d69 [2021-01-28T00:31:12.510Z] [2021-01-28T00:31:12.510Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:31:12.510Z] ---> afeebe901d6b [2021-01-28T00:31:12.510Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:31:12.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:12.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T00:31:12.625Z] 472e120edd0c: Preparing [2021-01-28T00:31:12.625Z] 3716382cd46d: Preparing [2021-01-28T00:31:12.625Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:12.625Z] 0c91094d8937: Preparing [2021-01-28T00:31:12.625Z] 00b65dc65572: Preparing [2021-01-28T00:31:12.625Z] 777b2c648970: Preparing [2021-01-28T00:31:12.625Z] 777b2c648970: Waiting [2021-01-28T00:31:12.625Z] 472e120edd0c: Layer already exists [2021-01-28T00:31:12.625Z] 0c91094d8937: Layer already exists [2021-01-28T00:31:12.625Z] 3716382cd46d: Layer already exists [2021-01-28T00:31:12.625Z] 00b65dc65572: Layer already exists [2021-01-28T00:31:12.625Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:12.625Z] 777b2c648970: Layer already exists [2021-01-28T00:31:12.625Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:98cdce996a359133e935d6e86a4914b3d9eef802ada973f23b9609ce304cccfc size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:12.942Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:13.131Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:31:13.131Z] + cd /tmp/build/dist/linux [2021-01-28T00:31:13.131Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:31:13.131Z] Cloning into '.'... [2021-01-28T00:31:13.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-28T00:31:13.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T00:31:13.249Z] 472e120edd0c: Preparing [2021-01-28T00:31:13.249Z] 3716382cd46d: Preparing [2021-01-28T00:31:13.249Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:13.249Z] 0c91094d8937: Preparing [2021-01-28T00:31:13.249Z] 00b65dc65572: Preparing [2021-01-28T00:31:13.249Z] 777b2c648970: Preparing [2021-01-28T00:31:13.249Z] 777b2c648970: Waiting [2021-01-28T00:31:13.249Z] 3716382cd46d: Layer already exists [2021-01-28T00:31:13.249Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:13.249Z] 0c91094d8937: Layer already exists [2021-01-28T00:31:13.249Z] 00b65dc65572: Layer already exists [2021-01-28T00:31:13.249Z] 472e120edd0c: Layer already exists [2021-01-28T00:31:13.249Z] 777b2c648970: Layer already exists [2021-01-28T00:31:13.249Z] master: digest: sha256:98cdce996a359133e935d6e86a4914b3d9eef802ada973f23b9609ce304cccfc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:13.518Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:13.566Z] taggedImages: [2021-01-28T00:31:13.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:13.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.61 [2021-01-28T00:31:13.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:13.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-28T00:31:13.632Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-28T00:31:13.632Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:13.632Z] 2.0.0-dev.61 [2021-01-28T00:31:13.632Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:13.632Z] master [2021-01-28T00:31:13.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:14.148Z]  ---> Running in 8bd7094cad4a [2021-01-28T00:31:14.149Z] ---> Running in 14ee2219ed18 [2021-01-28T00:31:14.173Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:14.429Z] + go get github.com/robfig/glock [2021-01-28T00:31:14.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:14.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T00:31:14.477Z] 5f6f6e2beab9: Preparing [2021-01-28T00:31:14.477Z] 17d9d197f686: Preparing [2021-01-28T00:31:14.477Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:14.477Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:14.477Z] 777b2c648970: Preparing [2021-01-28T00:31:14.477Z] 777b2c648970: Layer already exists [2021-01-28T00:31:14.477Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:14.477Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:14.477Z] 5f6f6e2beab9: Pushed [2021-01-28T00:31:15.424Z] Removing intermediate container 19377b47eea6 [2021-01-28T00:31:15.424Z] ---> 4f2f06eff207 [2021-01-28T00:31:15.424Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:31:15.870Z] 17d9d197f686: Pushed [2021-01-28T00:31:15.870Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:fe3093d6d6e73b65c3fddba679295e447c3c7c9ca3f8f3629833fb6ccbd02bb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:16.187Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:16.442Z] ---> Running in 2f5653ba1f46 [2021-01-28T00:31:16.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.61 [2021-01-28T00:31:16.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T00:31:16.492Z] 5f6f6e2beab9: Preparing [2021-01-28T00:31:16.492Z] 17d9d197f686: Preparing [2021-01-28T00:31:16.492Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:16.492Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:16.492Z] 777b2c648970: Preparing [2021-01-28T00:31:16.492Z] 5f6f6e2beab9: Layer already exists [2021-01-28T00:31:16.492Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:16.492Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:16.492Z] 17d9d197f686: Layer already exists [2021-01-28T00:31:16.492Z] 777b2c648970: Layer already exists [2021-01-28T00:31:16.492Z] 2.0.0-dev.61: digest: sha256:fe3093d6d6e73b65c3fddba679295e447c3c7c9ca3f8f3629833fb6ccbd02bb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:16.800Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:17.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:17.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:17.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T00:31:17.100Z] 5f6f6e2beab9: Preparing [2021-01-28T00:31:17.100Z] 17d9d197f686: Preparing [2021-01-28T00:31:17.100Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:17.100Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:17.100Z] 777b2c648970: Preparing [2021-01-28T00:31:17.100Z] 5f6f6e2beab9: Layer already exists [2021-01-28T00:31:17.100Z] 17d9d197f686: Layer already exists [2021-01-28T00:31:17.100Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:17.100Z] 777b2c648970: Layer already exists [2021-01-28T00:31:17.100Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:17.100Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:fe3093d6d6e73b65c3fddba679295e447c3c7c9ca3f8f3629833fb6ccbd02bb8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:17.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:17.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:17.407Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:17.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:17.604Z] Removing intermediate container 2f5653ba1f46 [2021-01-28T00:31:17.604Z] ---> a23556430281 [2021-01-28T00:31:17.604Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:31:17.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-28T00:31:17.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T00:31:17.706Z] 5f6f6e2beab9: Preparing [2021-01-28T00:31:17.706Z] 17d9d197f686: Preparing [2021-01-28T00:31:17.706Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:17.706Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:17.706Z] 777b2c648970: Preparing [2021-01-28T00:31:17.706Z] 5f6f6e2beab9: Layer already exists [2021-01-28T00:31:17.706Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:17.706Z] 17d9d197f686: Layer already exists [2021-01-28T00:31:17.706Z] 777b2c648970: Layer already exists [2021-01-28T00:31:17.706Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:17.706Z] master: digest: sha256:fe3093d6d6e73b65c3fddba679295e447c3c7c9ca3f8f3629833fb6ccbd02bb8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-28T00:31:17.879Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:31:17.879Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:31:17.879Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:31:17.879Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] echo [2021-01-28T00:31:17.880Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:17.926Z] taggedImages: [2021-01-28T00:31:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.61 [2021-01-28T00:31:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-28T00:31:18.030Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-28T00:31:18.030Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:18.030Z] 2.0.0-dev.61 [2021-01-28T00:31:18.030Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:18.030Z] master [2021-01-28T00:31:18.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-28T00:31:18.151Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:31:18.151Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:31:18.151Z] OK: 5 MiB in 15 packages [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:18.426Z] OK: 6 MiB in 16 packages [2021-01-28T00:31:18.500Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:18.699Z] ---> Running in c3473f266bee [2021-01-28T00:31:18.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:18.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T00:31:18.828Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:18.828Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:18.828Z] 8084c6c3c236: Preparing [2021-01-28T00:31:18.828Z] 5126bb338c11: Preparing [2021-01-28T00:31:18.828Z] 9321fa2b9fe8: Preparing [2021-01-28T00:31:18.828Z] 9c3298446018: Preparing [2021-01-28T00:31:18.828Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:18.828Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:18.828Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:18.828Z] 78b9e1d9726b: Preparing [2021-01-28T00:31:18.828Z] 2b53d1237976: Preparing [2021-01-28T00:31:18.828Z] 8f17627ff708: Preparing [2021-01-28T00:31:18.828Z] 777b2c648970: Preparing [2021-01-28T00:31:18.828Z] 6c7c38ebc735: Waiting [2021-01-28T00:31:18.828Z] 2709c3cbc15a: Waiting [2021-01-28T00:31:18.828Z] 78b9e1d9726b: Waiting [2021-01-28T00:31:18.828Z] 2b53d1237976: Waiting [2021-01-28T00:31:18.828Z] 8f17627ff708: Waiting [2021-01-28T00:31:18.828Z] 777b2c648970: Waiting [2021-01-28T00:31:19.097Z] 8084c6c3c236: Pushed [2021-01-28T00:31:19.097Z] 7cbfcb7a7778: Pushed [2021-01-28T00:31:19.097Z] 9321fa2b9fe8: Pushed [2021-01-28T00:31:19.097Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:19.097Z] 2709c3cbc15a: Pushed [2021-01-28T00:31:19.097Z] 2b53d1237976: Pushed [2021-01-28T00:31:19.376Z] 777b2c648970: Layer already exists [2021-01-28T00:31:19.641Z] 8f17627ff708: Pushed [2021-01-28T00:31:19.689Z] Removing intermediate container c3473f266bee [2021-01-28T00:31:19.689Z] ---> 0146a94fd838 [2021-01-28T00:31:19.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:31:19.902Z] 5126bb338c11: Pushed [2021-01-28T00:31:19.902Z] 9c3298446018: Pushed [2021-01-28T00:31:20.163Z] 78b9e1d9726b: Pushed [2021-01-28T00:31:20.425Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:be0d34524228c24a891c8706ad2364bd59863004d9af8adcc199a8de797ba644 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:20.698Z] Removing intermediate container 14ee2219ed18 [2021-01-28T00:31:20.698Z] ---> e1757cc1205d [2021-01-28T00:31:20.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:31:20.745Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:21.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.61 [2021-01-28T00:31:21.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T00:31:21.047Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:21.047Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:21.047Z] 8084c6c3c236: Preparing [2021-01-28T00:31:21.047Z] 5126bb338c11: Preparing [2021-01-28T00:31:21.047Z] 9321fa2b9fe8: Preparing [2021-01-28T00:31:21.047Z] 9c3298446018: Preparing [2021-01-28T00:31:21.047Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:21.047Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:21.047Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:21.047Z] 78b9e1d9726b: Preparing [2021-01-28T00:31:21.047Z] 2b53d1237976: Preparing [2021-01-28T00:31:21.047Z] 8f17627ff708: Preparing [2021-01-28T00:31:21.047Z] 777b2c648970: Preparing [2021-01-28T00:31:21.047Z] 6c7c38ebc735: Waiting [2021-01-28T00:31:21.047Z] 2709c3cbc15a: Waiting [2021-01-28T00:31:21.047Z] 78b9e1d9726b: Waiting [2021-01-28T00:31:21.047Z] 2b53d1237976: Waiting [2021-01-28T00:31:21.047Z] 8f17627ff708: Waiting [2021-01-28T00:31:21.047Z] 777b2c648970: Waiting [2021-01-28T00:31:21.047Z] 9c3298446018: Layer already exists [2021-01-28T00:31:21.047Z] 5126bb338c11: Layer already exists [2021-01-28T00:31:21.047Z] 7cbfcb7a7778: Layer already exists [2021-01-28T00:31:21.047Z] 8084c6c3c236: Layer already exists [2021-01-28T00:31:21.047Z] 9321fa2b9fe8: Layer already exists [2021-01-28T00:31:21.047Z] 78b9e1d9726b: Layer already exists [2021-01-28T00:31:21.047Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:21.047Z] 2709c3cbc15a: Layer already exists [2021-01-28T00:31:21.047Z] 2b53d1237976: Layer already exists [2021-01-28T00:31:21.047Z] 8f17627ff708: Layer already exists [2021-01-28T00:31:21.047Z] 777b2c648970: Layer already exists [2021-01-28T00:31:21.047Z] 2.0.0-dev.61: digest: sha256:be0d34524228c24a891c8706ad2364bd59863004d9af8adcc199a8de797ba644 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:21.690Z] ---> 6ac55904f3df [2021-01-28T00:31:21.690Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:31:21.859Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:21.971Z] ---> Running in 44054571b89e [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:22.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:22.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T00:31:22.423Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:22.423Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:22.423Z] 8084c6c3c236: Preparing [2021-01-28T00:31:22.423Z] 5126bb338c11: Preparing [2021-01-28T00:31:22.423Z] 9321fa2b9fe8: Preparing [2021-01-28T00:31:22.423Z] 9c3298446018: Preparing [2021-01-28T00:31:22.423Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:22.423Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:22.423Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:22.423Z] 78b9e1d9726b: Preparing [2021-01-28T00:31:22.423Z] 2b53d1237976: Preparing [2021-01-28T00:31:22.423Z] 8f17627ff708: Preparing [2021-01-28T00:31:22.423Z] 777b2c648970: Preparing [2021-01-28T00:31:22.423Z] 2709c3cbc15a: Waiting [2021-01-28T00:31:22.423Z] 78b9e1d9726b: Waiting [2021-01-28T00:31:22.423Z] 8f17627ff708: Waiting [2021-01-28T00:31:22.423Z] 777b2c648970: Waiting [2021-01-28T00:31:22.423Z] 2b53d1237976: Waiting [2021-01-28T00:31:22.423Z] 6c7c38ebc735: Waiting [2021-01-28T00:31:22.423Z] 5126bb338c11: Layer already exists [2021-01-28T00:31:22.423Z] 7cbfcb7a7778: Layer already exists [2021-01-28T00:31:22.423Z] 9c3298446018: Layer already exists [2021-01-28T00:31:22.423Z] 9321fa2b9fe8: Layer already exists [2021-01-28T00:31:22.423Z] 8084c6c3c236: Layer already exists [2021-01-28T00:31:22.423Z] 2b53d1237976: Layer already exists [2021-01-28T00:31:22.423Z] 2709c3cbc15a: Layer already exists [2021-01-28T00:31:22.423Z] 78b9e1d9726b: Layer already exists [2021-01-28T00:31:22.423Z] 8f17627ff708: Layer already exists [2021-01-28T00:31:22.423Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:22.423Z] 777b2c648970: Layer already exists [2021-01-28T00:31:22.423Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:be0d34524228c24a891c8706ad2364bd59863004d9af8adcc199a8de797ba644 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:22.586Z] Removing intermediate container 8bd7094cad4a [2021-01-28T00:31:22.586Z] ---> 4c9844c16db5 [2021-01-28T00:31:22.586Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:31:22.730Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:23.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-28T00:31:23.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T00:31:23.031Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:23.031Z] 7cbfcb7a7778: Preparing [2021-01-28T00:31:23.031Z] 8084c6c3c236: Preparing [2021-01-28T00:31:23.031Z] 5126bb338c11: Preparing [2021-01-28T00:31:23.031Z] 9321fa2b9fe8: Preparing [2021-01-28T00:31:23.031Z] 9c3298446018: Preparing [2021-01-28T00:31:23.031Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:23.031Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:23.031Z] 2709c3cbc15a: Preparing [2021-01-28T00:31:23.031Z] 78b9e1d9726b: Preparing [2021-01-28T00:31:23.031Z] 2b53d1237976: Preparing [2021-01-28T00:31:23.031Z] 8f17627ff708: Preparing [2021-01-28T00:31:23.031Z] 777b2c648970: Preparing [2021-01-28T00:31:23.031Z] 6c7c38ebc735: Waiting [2021-01-28T00:31:23.031Z] 2709c3cbc15a: Waiting [2021-01-28T00:31:23.031Z] 78b9e1d9726b: Waiting [2021-01-28T00:31:23.031Z] 2b53d1237976: Waiting [2021-01-28T00:31:23.031Z] 8f17627ff708: Waiting [2021-01-28T00:31:23.031Z] 777b2c648970: Waiting [2021-01-28T00:31:23.031Z] 8084c6c3c236: Layer already exists [2021-01-28T00:31:23.031Z] 7cbfcb7a7778: Layer already exists [2021-01-28T00:31:23.031Z] 9c3298446018: Layer already exists [2021-01-28T00:31:23.031Z] 5126bb338c11: Layer already exists [2021-01-28T00:31:23.031Z] 9321fa2b9fe8: Layer already exists [2021-01-28T00:31:23.031Z] 2709c3cbc15a: Layer already exists [2021-01-28T00:31:23.031Z] 78b9e1d9726b: Layer already exists [2021-01-28T00:31:23.031Z] 8f17627ff708: Layer already exists [2021-01-28T00:31:23.031Z] 2b53d1237976: Layer already exists [2021-01-28T00:31:23.031Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:23.031Z] 777b2c648970: Layer already exists [2021-01-28T00:31:23.292Z] master: digest: sha256:be0d34524228c24a891c8706ad2364bd59863004d9af8adcc199a8de797ba644 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:23.508Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:23.560Z] taggedImages: [2021-01-28T00:31:23.560Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:23.560Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.61 [2021-01-28T00:31:23.560Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:23.560Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-28T00:31:23.576Z] Removing intermediate container 44054571b89e [2021-01-28T00:31:23.576Z] ---> 40dd6ef476ee [2021-01-28T00:31:23.576Z] Step 13/23 : ENV APP_PORT=48082 [Pipeline] echo [2021-01-28T00:31:23.622Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-28T00:31:23.622Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:23.622Z] 2.0.0-dev.61 [2021-01-28T00:31:23.622Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:23.622Z] master [2021-01-28T00:31:23.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:24.129Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:24.196Z] ---> Running in 463f3620cfe3 [2021-01-28T00:31:24.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:24.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T00:31:24.460Z] 4250ff829579: Preparing [2021-01-28T00:31:24.460Z] f53e363727e6: Preparing [2021-01-28T00:31:24.460Z] f9226da931e5: Preparing [2021-01-28T00:31:24.460Z] 685ee4ac1ef2: Preparing [2021-01-28T00:31:24.460Z] c45b52393b5b: Preparing [2021-01-28T00:31:24.460Z] 777b2c648970: Preparing [2021-01-28T00:31:24.460Z] 777b2c648970: Waiting [2021-01-28T00:31:24.729Z] f9226da931e5: Pushed [2021-01-28T00:31:24.729Z] 685ee4ac1ef2: Pushed [2021-01-28T00:31:24.729Z] 777b2c648970: Layer already exists [2021-01-28T00:31:24.800Z] ---> 87818f23484b [2021-01-28T00:31:24.800Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:31:24.800Z] ---> Running in 066f7b5f341e [2021-01-28T00:31:25.005Z] c45b52393b5b: Pushed [2021-01-28T00:31:25.438Z] Removing intermediate container 463f3620cfe3 [2021-01-28T00:31:25.438Z] ---> 0dea41ba9e38 [2021-01-28T00:31:25.439Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:31:25.592Z] f53e363727e6: Pushed [2021-01-28T00:31:25.592Z] 4250ff829579: Pushed [2021-01-28T00:31:25.854Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:253d48afc1e8dad56e181b0d537aebfa0c9c357ee2b1935367f8b32d9f66a0b0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:26.042Z] Removing intermediate container 066f7b5f341e [2021-01-28T00:31:26.042Z] ---> d691834cbd05 [2021-01-28T00:31:26.042Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:31:26.222Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:26.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.61 [2021-01-28T00:31:26.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T00:31:26.634Z] 4250ff829579: Preparing [2021-01-28T00:31:26.634Z] f53e363727e6: Preparing [2021-01-28T00:31:26.634Z] f9226da931e5: Preparing [2021-01-28T00:31:26.634Z] 685ee4ac1ef2: Preparing [2021-01-28T00:31:26.634Z] c45b52393b5b: Preparing [2021-01-28T00:31:26.634Z] 777b2c648970: Preparing [2021-01-28T00:31:26.634Z] 777b2c648970: Waiting [2021-01-28T00:31:26.634Z] c45b52393b5b: Layer already exists [2021-01-28T00:31:26.634Z] 4250ff829579: Layer already exists [2021-01-28T00:31:26.634Z] f53e363727e6: Layer already exists [2021-01-28T00:31:26.634Z] 685ee4ac1ef2: Layer already exists [2021-01-28T00:31:26.634Z] f9226da931e5: Layer already exists [2021-01-28T00:31:26.634Z] 777b2c648970: Layer already exists [2021-01-28T00:31:26.634Z] 2.0.0-dev.61: digest: sha256:253d48afc1e8dad56e181b0d537aebfa0c9c357ee2b1935367f8b32d9f66a0b0 size: 1574 [2021-01-28T00:31:26.649Z] ---> Running in b3d2734b2585 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:26.946Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:27.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:27.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T00:31:27.249Z] 4250ff829579: Preparing [2021-01-28T00:31:27.249Z] f53e363727e6: Preparing [2021-01-28T00:31:27.249Z] f9226da931e5: Preparing [2021-01-28T00:31:27.249Z] 685ee4ac1ef2: Preparing [2021-01-28T00:31:27.249Z] c45b52393b5b: Preparing [2021-01-28T00:31:27.249Z] 777b2c648970: Preparing [2021-01-28T00:31:27.249Z] 777b2c648970: Waiting [2021-01-28T00:31:27.249Z] f53e363727e6: Layer already exists [2021-01-28T00:31:27.249Z] c45b52393b5b: Layer already exists [2021-01-28T00:31:27.249Z] f9226da931e5: Layer already exists [2021-01-28T00:31:27.249Z] 685ee4ac1ef2: Layer already exists [2021-01-28T00:31:27.249Z] 4250ff829579: Layer already exists [2021-01-28T00:31:27.249Z] 777b2c648970: Layer already exists [2021-01-28T00:31:27.249Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:253d48afc1e8dad56e181b0d537aebfa0c9c357ee2b1935367f8b32d9f66a0b0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:27.557Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:27.641Z] ---> Running in 2cc65fabe30b [2021-01-28T00:31:27.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-28T00:31:27.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T00:31:27.899Z] 4250ff829579: Preparing [2021-01-28T00:31:27.899Z] f53e363727e6: Preparing [2021-01-28T00:31:27.899Z] f9226da931e5: Preparing [2021-01-28T00:31:27.899Z] 685ee4ac1ef2: Preparing [2021-01-28T00:31:27.899Z] c45b52393b5b: Preparing [2021-01-28T00:31:27.899Z] 777b2c648970: Preparing [2021-01-28T00:31:27.899Z] 777b2c648970: Waiting [2021-01-28T00:31:27.899Z] c45b52393b5b: Layer already exists [2021-01-28T00:31:27.899Z] f53e363727e6: Layer already exists [2021-01-28T00:31:27.899Z] 4250ff829579: Layer already exists [2021-01-28T00:31:27.899Z] 685ee4ac1ef2: Layer already exists [2021-01-28T00:31:27.899Z] f9226da931e5: Layer already exists [2021-01-28T00:31:27.899Z] 777b2c648970: Layer already exists [2021-01-28T00:31:27.899Z] master: digest: sha256:253d48afc1e8dad56e181b0d537aebfa0c9c357ee2b1935367f8b32d9f66a0b0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:28.088Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:28.133Z] taggedImages: [2021-01-28T00:31:28.133Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:28.133Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.61 [2021-01-28T00:31:28.133Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:28.133Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-28T00:31:28.199Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-28T00:31:28.199Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:28.199Z] 2.0.0-dev.61 [2021-01-28T00:31:28.199Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:28.199Z] master [2021-01-28T00:31:28.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-28T00:31:28.266Z] ---> f2aa7debb306 [2021-01-28T00:31:28.266Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:28.687Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:28.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:28.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T00:31:28.986Z] c50a09898b23: Preparing [2021-01-28T00:31:28.986Z] 01fec4b05282: Preparing [2021-01-28T00:31:28.986Z] 83ca93319d9a: Preparing [2021-01-28T00:31:28.986Z] d70f5c6188c5: Preparing [2021-01-28T00:31:28.986Z] bea4fd215215: Preparing [2021-01-28T00:31:28.986Z] d448b7d4845f: Preparing [2021-01-28T00:31:28.986Z] b6bfd555da62: Preparing [2021-01-28T00:31:28.986Z] 07a8a8c91baa: Preparing [2021-01-28T00:31:28.986Z] 777b2c648970: Preparing [2021-01-28T00:31:28.986Z] b6bfd555da62: Waiting [2021-01-28T00:31:28.986Z] 07a8a8c91baa: Waiting [2021-01-28T00:31:28.986Z] d448b7d4845f: Waiting [2021-01-28T00:31:28.986Z] 777b2c648970: Waiting [2021-01-28T00:31:29.252Z] c50a09898b23: Pushed [2021-01-28T00:31:29.252Z] 01fec4b05282: Pushed [2021-01-28T00:31:29.252Z] bea4fd215215: Pushed [2021-01-28T00:31:29.252Z] d448b7d4845f: Pushed [2021-01-28T00:31:29.252Z] 777b2c648970: Layer already exists [2021-01-28T00:31:29.252Z] b6bfd555da62: Pushed [2021-01-28T00:31:29.263Z] Removing intermediate container b3d2734b2585 [2021-01-28T00:31:29.263Z] ---> a37065a00c6d [2021-01-28T00:31:29.263Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:31:29.263Z] Removing intermediate container 2cc65fabe30b [2021-01-28T00:31:29.263Z] ---> 009bd2e138d3 [2021-01-28T00:31:29.263Z] Step 15/23 : WORKDIR / [2021-01-28T00:31:29.827Z] 07a8a8c91baa: Pushed [2021-01-28T00:31:29.860Z] ---> Running in 85decdd52fb1 [2021-01-28T00:31:30.089Z] 83ca93319d9a: Pushed [2021-01-28T00:31:30.089Z] d70f5c6188c5: Pushed [2021-01-28T00:31:30.352Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:808f91631e5792d717c8d84d4c6c78125f7c76bc78196e6acd0813794e5c268d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:30.663Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:30.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.61 [2021-01-28T00:31:30.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T00:31:30.966Z] c50a09898b23: Preparing [2021-01-28T00:31:30.966Z] 01fec4b05282: Preparing [2021-01-28T00:31:30.966Z] 83ca93319d9a: Preparing [2021-01-28T00:31:30.966Z] d70f5c6188c5: Preparing [2021-01-28T00:31:30.966Z] bea4fd215215: Preparing [2021-01-28T00:31:30.966Z] d448b7d4845f: Preparing [2021-01-28T00:31:30.966Z] b6bfd555da62: Preparing [2021-01-28T00:31:30.966Z] 07a8a8c91baa: Preparing [2021-01-28T00:31:30.966Z] 777b2c648970: Preparing [2021-01-28T00:31:30.966Z] d448b7d4845f: Waiting [2021-01-28T00:31:30.966Z] b6bfd555da62: Waiting [2021-01-28T00:31:30.966Z] 07a8a8c91baa: Waiting [2021-01-28T00:31:30.966Z] 777b2c648970: Waiting [2021-01-28T00:31:30.966Z] bea4fd215215: Layer already exists [2021-01-28T00:31:30.966Z] 83ca93319d9a: Layer already exists [2021-01-28T00:31:30.966Z] c50a09898b23: Layer already exists [2021-01-28T00:31:30.966Z] d70f5c6188c5: Layer already exists [2021-01-28T00:31:30.966Z] 01fec4b05282: Layer already exists [2021-01-28T00:31:30.966Z] b6bfd555da62: Layer already exists [2021-01-28T00:31:30.966Z] d448b7d4845f: Layer already exists [2021-01-28T00:31:30.966Z] 07a8a8c91baa: Layer already exists [2021-01-28T00:31:30.966Z] 777b2c648970: Layer already exists [2021-01-28T00:31:30.966Z] 2.0.0-dev.61: digest: sha256:808f91631e5792d717c8d84d4c6c78125f7c76bc78196e6acd0813794e5c268d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:31.280Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:31.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:31.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T00:31:31.591Z] c50a09898b23: Preparing [2021-01-28T00:31:31.591Z] 01fec4b05282: Preparing [2021-01-28T00:31:31.591Z] 83ca93319d9a: Preparing [2021-01-28T00:31:31.591Z] d70f5c6188c5: Preparing [2021-01-28T00:31:31.591Z] bea4fd215215: Preparing [2021-01-28T00:31:31.591Z] d448b7d4845f: Preparing [2021-01-28T00:31:31.591Z] b6bfd555da62: Preparing [2021-01-28T00:31:31.591Z] 07a8a8c91baa: Preparing [2021-01-28T00:31:31.591Z] 777b2c648970: Preparing [2021-01-28T00:31:31.591Z] d448b7d4845f: Waiting [2021-01-28T00:31:31.591Z] b6bfd555da62: Waiting [2021-01-28T00:31:31.591Z] 07a8a8c91baa: Waiting [2021-01-28T00:31:31.591Z] 777b2c648970: Waiting [2021-01-28T00:31:31.591Z] 01fec4b05282: Layer already exists [2021-01-28T00:31:31.591Z] bea4fd215215: Layer already exists [2021-01-28T00:31:31.591Z] d70f5c6188c5: Layer already exists [2021-01-28T00:31:31.591Z] c50a09898b23: Layer already exists [2021-01-28T00:31:31.591Z] 83ca93319d9a: Layer already exists [2021-01-28T00:31:31.591Z] d448b7d4845f: Layer already exists [2021-01-28T00:31:31.591Z] b6bfd555da62: Layer already exists [2021-01-28T00:31:31.591Z] 777b2c648970: Layer already exists [2021-01-28T00:31:31.591Z] 07a8a8c91baa: Layer already exists [2021-01-28T00:31:31.591Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:808f91631e5792d717c8d84d4c6c78125f7c76bc78196e6acd0813794e5c268d size: 2198 [2021-01-28T00:31:31.862Z] ---> Running in 0fd2bffa728c [2021-01-28T00:31:31.862Z] ---> Running in 96379010b2cd [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:32.162Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:32.457Z] Removing intermediate container 85decdd52fb1 [2021-01-28T00:31:32.457Z] ---> 52305039702e [2021-01-28T00:31:32.457Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:31:32.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-28T00:31:32.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T00:31:32.465Z] c50a09898b23: Preparing [2021-01-28T00:31:32.465Z] 01fec4b05282: Preparing [2021-01-28T00:31:32.465Z] 83ca93319d9a: Preparing [2021-01-28T00:31:32.465Z] d70f5c6188c5: Preparing [2021-01-28T00:31:32.465Z] bea4fd215215: Preparing [2021-01-28T00:31:32.465Z] d448b7d4845f: Preparing [2021-01-28T00:31:32.465Z] b6bfd555da62: Preparing [2021-01-28T00:31:32.465Z] 07a8a8c91baa: Preparing [2021-01-28T00:31:32.465Z] 777b2c648970: Preparing [2021-01-28T00:31:32.465Z] d448b7d4845f: Waiting [2021-01-28T00:31:32.465Z] b6bfd555da62: Waiting [2021-01-28T00:31:32.465Z] 07a8a8c91baa: Waiting [2021-01-28T00:31:32.465Z] 777b2c648970: Waiting [2021-01-28T00:31:32.465Z] c50a09898b23: Layer already exists [2021-01-28T00:31:32.465Z] 01fec4b05282: Layer already exists [2021-01-28T00:31:32.465Z] 83ca93319d9a: Layer already exists [2021-01-28T00:31:32.465Z] bea4fd215215: Layer already exists [2021-01-28T00:31:32.465Z] d70f5c6188c5: Layer already exists [2021-01-28T00:31:32.465Z] d448b7d4845f: Layer already exists [2021-01-28T00:31:32.465Z] b6bfd555da62: Layer already exists [2021-01-28T00:31:32.465Z] 07a8a8c91baa: Layer already exists [2021-01-28T00:31:32.465Z] 777b2c648970: Layer already exists [2021-01-28T00:31:32.465Z] master: digest: sha256:808f91631e5792d717c8d84d4c6c78125f7c76bc78196e6acd0813794e5c268d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:32.664Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:32.728Z] taggedImages: [2021-01-28T00:31:32.728Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:32.728Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.61 [2021-01-28T00:31:32.728Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:32.728Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-28T00:31:32.733Z] Removing intermediate container 0fd2bffa728c [2021-01-28T00:31:32.733Z] ---> fe55547cf9dc [2021-01-28T00:31:32.733Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] echo [2021-01-28T00:31:32.794Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-28T00:31:32.794Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:32.794Z] 2.0.0-dev.61 [2021-01-28T00:31:32.794Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:32.794Z] master [2021-01-28T00:31:32.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:33.329Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:33.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:33.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T00:31:33.634Z] 9fb83af39fa8: Preparing [2021-01-28T00:31:33.634Z] 67beef3acae2: Preparing [2021-01-28T00:31:33.634Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:33.634Z] 0896a6603b50: Preparing [2021-01-28T00:31:33.634Z] 777b2c648970: Preparing [2021-01-28T00:31:33.634Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:33.634Z] 777b2c648970: Layer already exists [2021-01-28T00:31:33.634Z] 9fb83af39fa8: Pushed [2021-01-28T00:31:33.732Z] ---> Running in 56623bc44d22 [2021-01-28T00:31:33.732Z] Removing intermediate container 96379010b2cd [2021-01-28T00:31:33.732Z] ---> a5cf3f6811f5 [2021-01-28T00:31:33.732Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:31:34.208Z] 0896a6603b50: Pushed [2021-01-28T00:31:34.723Z] ---> 6fe90b995c8b [2021-01-28T00:31:34.723Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:31:34.783Z] 67beef3acae2: Pushed [2021-01-28T00:31:34.783Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:9985ebf3171e8cc95fa37c0d13991e6f8b10996dc0ffb20823f0cdff9fdb00bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:35.097Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:35.336Z] + glock sync -n [2021-01-28T00:31:35.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.61 [2021-01-28T00:31:35.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T00:31:35.407Z] 9fb83af39fa8: Preparing [2021-01-28T00:31:35.407Z] 67beef3acae2: Preparing [2021-01-28T00:31:35.407Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:35.407Z] 0896a6603b50: Preparing [2021-01-28T00:31:35.407Z] 777b2c648970: Preparing [2021-01-28T00:31:35.407Z] 0896a6603b50: Layer already exists [2021-01-28T00:31:35.407Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:35.407Z] 777b2c648970: Layer already exists [2021-01-28T00:31:35.407Z] 67beef3acae2: Layer already exists [2021-01-28T00:31:35.407Z] 9fb83af39fa8: Layer already exists [2021-01-28T00:31:35.407Z] 2.0.0-dev.61: digest: sha256:9985ebf3171e8cc95fa37c0d13991e6f8b10996dc0ffb20823f0cdff9fdb00bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:35.718Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:35.936Z] Removing intermediate container 56623bc44d22 [2021-01-28T00:31:35.936Z] ---> f692719cba16 [2021-01-28T00:31:35.936Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:31:35.936Z] ---> 48576507261a [2021-01-28T00:31:35.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:31:36.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:36.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T00:31:36.025Z] 9fb83af39fa8: Preparing [2021-01-28T00:31:36.025Z] 67beef3acae2: Preparing [2021-01-28T00:31:36.025Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:36.025Z] 0896a6603b50: Preparing [2021-01-28T00:31:36.025Z] 777b2c648970: Preparing [2021-01-28T00:31:36.025Z] 67beef3acae2: Layer already exists [2021-01-28T00:31:36.025Z] 777b2c648970: Layer already exists [2021-01-28T00:31:36.025Z] 9fb83af39fa8: Layer already exists [2021-01-28T00:31:36.025Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:36.025Z] 0896a6603b50: Layer already exists [2021-01-28T00:31:36.025Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:9985ebf3171e8cc95fa37c0d13991e6f8b10996dc0ffb20823f0cdff9fdb00bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:36.336Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:36.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-28T00:31:36.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T00:31:36.640Z] 9fb83af39fa8: Preparing [2021-01-28T00:31:36.640Z] 67beef3acae2: Preparing [2021-01-28T00:31:36.640Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:36.640Z] 0896a6603b50: Preparing [2021-01-28T00:31:36.640Z] 777b2c648970: Preparing [2021-01-28T00:31:36.640Z] 9fb83af39fa8: Layer already exists [2021-01-28T00:31:36.640Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:36.640Z] 67beef3acae2: Layer already exists [2021-01-28T00:31:36.640Z] 777b2c648970: Layer already exists [2021-01-28T00:31:36.640Z] 0896a6603b50: Layer already exists [2021-01-28T00:31:36.640Z] master: digest: sha256:9985ebf3171e8cc95fa37c0d13991e6f8b10996dc0ffb20823f0cdff9fdb00bf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:36.854Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:36.904Z] taggedImages: [2021-01-28T00:31:36.904Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:36.904Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.61 [2021-01-28T00:31:36.904Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:36.904Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-28T00:31:36.976Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-28T00:31:36.976Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:36.976Z] 2.0.0-dev.61 [2021-01-28T00:31:36.976Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:36.976Z] master [2021-01-28T00:31:36.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:37.391Z] ---> Running in 1a3452caa267 [2021-01-28T00:31:37.391Z] ---> f04747f4262a [2021-01-28T00:31:37.391Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:31:37.477Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:37.665Z] Removing intermediate container 1654de306da0 [2021-01-28T00:31:37.665Z] ---> ae2426cfa8b1 [2021-01-28T00:31:37.665Z] [2021-01-28T00:31:37.665Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:31:37.665Z] ---> afeebe901d6b [2021-01-28T00:31:37.665Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:31:37.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:37.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T00:31:37.785Z] 8f5f871170c6: Preparing [2021-01-28T00:31:37.785Z] 2731cb3391ed: Preparing [2021-01-28T00:31:37.785Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:37.785Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:37.785Z] 777b2c648970: Preparing [2021-01-28T00:31:37.785Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:37.785Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:37.785Z] 777b2c648970: Layer already exists [2021-01-28T00:31:38.048Z] 8f5f871170c6: Pushed [2021-01-28T00:31:38.259Z] ---> 871c68db30ad [2021-01-28T00:31:38.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:31:38.865Z] ---> Running in 62270241416b [2021-01-28T00:31:39.002Z] 2731cb3391ed: Pushed [2021-01-28T00:31:39.264Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:ae60693d88a25b508b4114b44665c9defce294d1f59d2138dd36f4bb2d1bb9ca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:39.460Z] ---> a1c9ba848761 [2021-01-28T00:31:39.460Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:31:39.460Z] Removing intermediate container 1a3452caa267 [2021-01-28T00:31:39.460Z] ---> a173ceb8a4a9 [2021-01-28T00:31:39.460Z] Step 20/21 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:39.574Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:39.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.61 [2021-01-28T00:31:39.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T00:31:39.880Z] 8f5f871170c6: Preparing [2021-01-28T00:31:39.880Z] 2731cb3391ed: Preparing [2021-01-28T00:31:39.880Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:39.880Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:39.880Z] 777b2c648970: Preparing [2021-01-28T00:31:39.880Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:39.880Z] 8f5f871170c6: Layer already exists [2021-01-28T00:31:39.880Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:39.880Z] 777b2c648970: Layer already exists [2021-01-28T00:31:39.880Z] 2731cb3391ed: Layer already exists [2021-01-28T00:31:39.880Z] 2.0.0-dev.61: digest: sha256:ae60693d88a25b508b4114b44665c9defce294d1f59d2138dd36f4bb2d1bb9ca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:40.190Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:40.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:40.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T00:31:40.503Z] 8f5f871170c6: Preparing [2021-01-28T00:31:40.503Z] 2731cb3391ed: Preparing [2021-01-28T00:31:40.503Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:40.503Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:40.503Z] 777b2c648970: Preparing [2021-01-28T00:31:40.503Z] 777b2c648970: Layer already exists [2021-01-28T00:31:40.503Z] 2731cb3391ed: Layer already exists [2021-01-28T00:31:40.503Z] 8f5f871170c6: Layer already exists [2021-01-28T00:31:40.503Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:40.503Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:40.503Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:ae60693d88a25b508b4114b44665c9defce294d1f59d2138dd36f4bb2d1bb9ca size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:40.813Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:40.896Z] ---> Running in 15e1ce280cda [2021-01-28T00:31:40.896Z] ---> Running in a7431ae3c6a6 [2021-01-28T00:31:40.896Z] ---> 5a0a89a6ea0f [2021-01-28T00:31:40.896Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:31:41.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-28T00:31:41.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T00:31:41.117Z] 8f5f871170c6: Preparing [2021-01-28T00:31:41.117Z] 2731cb3391ed: Preparing [2021-01-28T00:31:41.117Z] 6c7c38ebc735: Preparing [2021-01-28T00:31:41.117Z] 3f688b9f33ec: Preparing [2021-01-28T00:31:41.117Z] 777b2c648970: Preparing [2021-01-28T00:31:41.117Z] 777b2c648970: Layer already exists [2021-01-28T00:31:41.117Z] 8f5f871170c6: Layer already exists [2021-01-28T00:31:41.117Z] 2731cb3391ed: Layer already exists [2021-01-28T00:31:41.117Z] 6c7c38ebc735: Layer already exists [2021-01-28T00:31:41.117Z] 3f688b9f33ec: Layer already exists [2021-01-28T00:31:41.117Z] master: digest: sha256:ae60693d88a25b508b4114b44665c9defce294d1f59d2138dd36f4bb2d1bb9ca size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:41.305Z] ===================================================== [Pipeline] echo [2021-01-28T00:31:41.368Z] taggedImages: [2021-01-28T00:31:41.368Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:41.368Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.61 [2021-01-28T00:31:41.368Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:41.368Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-28T00:31:41.471Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-28T00:31:41.472Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:41.472Z] 2.0.0-dev.61 [2021-01-28T00:31:41.472Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:41.472Z] master [2021-01-28T00:31:41.472Z] ===================================================== [2021-01-28T00:31:41.500Z] Removing intermediate container 62270241416b [2021-01-28T00:31:41.500Z] ---> 960a8cf5b99f [2021-01-28T00:31:41.500Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:41.957Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:42.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:42.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T00:31:42.268Z] ad9ac08b4ea8: Preparing [2021-01-28T00:31:42.268Z] c53464fc44b7: Preparing [2021-01-28T00:31:42.268Z] 1778c72a06c2: Preparing [2021-01-28T00:31:42.268Z] 1e1f2f9e33d7: Preparing [2021-01-28T00:31:42.268Z] b26e762e6036: Preparing [2021-01-28T00:31:42.268Z] b087a4476322: Preparing [2021-01-28T00:31:42.268Z] 492ea6eea7a0: Preparing [2021-01-28T00:31:42.268Z] 0754057c0ad3: Preparing [2021-01-28T00:31:42.268Z] 998cdf262ab1: Preparing [2021-01-28T00:31:42.268Z] 02e56110abd2: Preparing [2021-01-28T00:31:42.268Z] abc36efb885a: Preparing [2021-01-28T00:31:42.268Z] b0b09059f4e1: Preparing [2021-01-28T00:31:42.268Z] bb961f40224b: Preparing [2021-01-28T00:31:42.268Z] f4666769fca7: Preparing [2021-01-28T00:31:42.268Z] b087a4476322: Waiting [2021-01-28T00:31:42.268Z] 492ea6eea7a0: Waiting [2021-01-28T00:31:42.268Z] 0754057c0ad3: Waiting [2021-01-28T00:31:42.268Z] 998cdf262ab1: Waiting [2021-01-28T00:31:42.268Z] 02e56110abd2: Waiting [2021-01-28T00:31:42.268Z] abc36efb885a: Waiting [2021-01-28T00:31:42.268Z] f4666769fca7: Waiting [2021-01-28T00:31:42.268Z] b0b09059f4e1: Waiting [2021-01-28T00:31:42.268Z] bb961f40224b: Waiting [2021-01-28T00:31:42.481Z] ---> Running in aa834cb15356 [2021-01-28T00:31:42.481Z] ---> Running in 18ef3432f138 [2021-01-28T00:31:42.546Z] b26e762e6036: Pushed [2021-01-28T00:31:42.546Z] ad9ac08b4ea8: Pushed [2021-01-28T00:31:42.820Z] 1e1f2f9e33d7: Pushed [2021-01-28T00:31:42.820Z] 0754057c0ad3: Layer already exists [2021-01-28T00:31:42.820Z] 998cdf262ab1: Layer already exists [2021-01-28T00:31:42.820Z] 02e56110abd2: Layer already exists [2021-01-28T00:31:43.081Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:31:43.081Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:31:43.081Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:31:43.087Z] 492ea6eea7a0: Pushed [2021-01-28T00:31:43.087Z] abc36efb885a: Layer already exists [2021-01-28T00:31:43.087Z] b0b09059f4e1: Layer already exists [2021-01-28T00:31:43.087Z] bb961f40224b: Layer already exists [2021-01-28T00:31:43.087Z] f4666769fca7: Layer already exists [2021-01-28T00:31:43.087Z] c53464fc44b7: Pushed [2021-01-28T00:31:43.360Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:31:43.360Z] + git describe '--abbrev=0' --tags [2021-01-28T00:31:43.360Z] + TAG=v0.6.1 [2021-01-28T00:31:43.360Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:31:43.360Z] + apk --print-arch [2021-01-28T00:31:43.360Z] + Removing intermediate container a7431ae3c6a6 [2021-01-28T00:31:43.360Z] ---> e52783dd1755 [2021-01-28T00:31:43.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:31:43.360Z] arch=aarch64 [2021-01-28T00:31:43.360Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:31:43.360Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:31:43.360Z] building [dockerize] for arm64 ... [2021-01-28T00:31:43.360Z] Removing intermediate container 15e1ce280cda [2021-01-28T00:31:43.360Z] ---> c030243e0489 [2021-01-28T00:31:43.360Z] Step 21/21 : LABEL version=2.0.0-dev.61 [2021-01-28T00:31:43.667Z] b087a4476322: Pushed [2021-01-28T00:31:43.974Z] Removing intermediate container 18ef3432f138 [2021-01-28T00:31:43.974Z] ---> 5fee0947067b [2021-01-28T00:31:43.974Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:31:43.974Z] Removing intermediate container aa834cb15356 [2021-01-28T00:31:43.974Z] ---> 4296eda4cd19 [2021-01-28T00:31:43.974Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:31:44.573Z] ---> Running in e7b9e5e8b797 [2021-01-28T00:31:44.573Z] ---> Running in 59a01fff95cf [2021-01-28T00:31:45.180Z] ---> Running in 224b7d80ebdc [2021-01-28T00:31:45.180Z] ---> Running in 7c2dd1efa495 [2021-01-28T00:31:45.785Z] Removing intermediate container 59a01fff95cf [2021-01-28T00:31:45.785Z] ---> 04dfecef7ed0 [2021-01-28T00:31:45.785Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:31:45.785Z] Removing intermediate container e7b9e5e8b797 [2021-01-28T00:31:45.785Z] ---> 700cd1ed418d [2021-01-28T00:31:45.785Z] [2021-01-28T00:31:46.068Z] Successfully built 700cd1ed418d [2021-01-28T00:31:47.052Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:31:47.052Z] Building docker-core-metadata-go [2021-01-28T00:31:47.060Z] 1778c72a06c2: Pushed [2021-01-28T00:31:47.327Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:37bd662e5e3c5635a54d1527bb1245d34530f8b86013b1d9fd3c58677df69405 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:47.644Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:47.665Z]  Building docker-security-proxy-setup-go ... done + date [2021-01-28T00:31:47.665Z] + echo 'Thu Jan 28 00:31:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:31:47.665Z] Thu Jan 28 00:31:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:31:47.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.61 [2021-01-28T00:31:47.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T00:31:47.952Z] ad9ac08b4ea8: Preparing [2021-01-28T00:31:47.952Z] c53464fc44b7: Preparing [2021-01-28T00:31:47.952Z] 1778c72a06c2: Preparing [2021-01-28T00:31:47.952Z] 1e1f2f9e33d7: Preparing [2021-01-28T00:31:47.952Z] b26e762e6036: Preparing [2021-01-28T00:31:47.952Z] b087a4476322: Preparing [2021-01-28T00:31:47.952Z] 492ea6eea7a0: Preparing [2021-01-28T00:31:47.952Z] 0754057c0ad3: Preparing [2021-01-28T00:31:47.952Z] 998cdf262ab1: Preparing [2021-01-28T00:31:47.952Z] 02e56110abd2: Preparing [2021-01-28T00:31:47.952Z] abc36efb885a: Preparing [2021-01-28T00:31:47.952Z] b0b09059f4e1: Preparing [2021-01-28T00:31:47.952Z] bb961f40224b: Preparing [2021-01-28T00:31:47.952Z] f4666769fca7: Preparing [2021-01-28T00:31:47.952Z] b087a4476322: Waiting [2021-01-28T00:31:47.952Z] b0b09059f4e1: Waiting [2021-01-28T00:31:47.952Z] 492ea6eea7a0: Waiting [2021-01-28T00:31:47.952Z] 0754057c0ad3: Waiting [2021-01-28T00:31:47.952Z] 998cdf262ab1: Waiting [2021-01-28T00:31:47.952Z] 02e56110abd2: Waiting [2021-01-28T00:31:47.952Z] abc36efb885a: Waiting [2021-01-28T00:31:47.952Z] bb961f40224b: Waiting [2021-01-28T00:31:47.952Z] f4666769fca7: Waiting [2021-01-28T00:31:47.952Z] b26e762e6036: Layer already exists [2021-01-28T00:31:47.952Z] 1778c72a06c2: Layer already exists [2021-01-28T00:31:47.952Z] c53464fc44b7: Layer already exists [2021-01-28T00:31:47.952Z] 1e1f2f9e33d7: Layer already exists [2021-01-28T00:31:47.952Z] ad9ac08b4ea8: Layer already exists [2021-01-28T00:31:47.952Z] b087a4476322: Layer already exists [2021-01-28T00:31:47.952Z] 492ea6eea7a0: Layer already exists [2021-01-28T00:31:47.952Z] 998cdf262ab1: Layer already exists [2021-01-28T00:31:47.952Z] 0754057c0ad3: Layer already exists [2021-01-28T00:31:47.952Z] 02e56110abd2: Layer already exists [2021-01-28T00:31:47.952Z] abc36efb885a: Layer already exists [2021-01-28T00:31:47.952Z] bb961f40224b: Layer already exists [2021-01-28T00:31:47.952Z] f4666769fca7: Layer already exists [2021-01-28T00:31:47.952Z] b0b09059f4e1: Layer already exists [2021-01-28T00:31:47.952Z] 2.0.0-dev.61: digest: sha256:37bd662e5e3c5635a54d1527bb1245d34530f8b86013b1d9fd3c58677df69405 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:48.262Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:48.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:48.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T00:31:48.566Z] ad9ac08b4ea8: Preparing [2021-01-28T00:31:48.566Z] c53464fc44b7: Preparing [2021-01-28T00:31:48.566Z] 1778c72a06c2: Preparing [2021-01-28T00:31:48.566Z] 1e1f2f9e33d7: Preparing [2021-01-28T00:31:48.566Z] b26e762e6036: Preparing [2021-01-28T00:31:48.566Z] b087a4476322: Preparing [2021-01-28T00:31:48.566Z] 492ea6eea7a0: Preparing [2021-01-28T00:31:48.566Z] 0754057c0ad3: Preparing [2021-01-28T00:31:48.566Z] 998cdf262ab1: Preparing [2021-01-28T00:31:48.566Z] 02e56110abd2: Preparing [2021-01-28T00:31:48.566Z] abc36efb885a: Preparing [2021-01-28T00:31:48.566Z] b0b09059f4e1: Preparing [2021-01-28T00:31:48.566Z] bb961f40224b: Preparing [2021-01-28T00:31:48.566Z] f4666769fca7: Preparing [2021-01-28T00:31:48.566Z] b087a4476322: Waiting [2021-01-28T00:31:48.566Z] 492ea6eea7a0: Waiting [2021-01-28T00:31:48.566Z] 0754057c0ad3: Waiting [2021-01-28T00:31:48.566Z] 998cdf262ab1: Waiting [2021-01-28T00:31:48.566Z] 02e56110abd2: Waiting [2021-01-28T00:31:48.566Z] abc36efb885a: Waiting [2021-01-28T00:31:48.566Z] b0b09059f4e1: Waiting [2021-01-28T00:31:48.566Z] bb961f40224b: Waiting [2021-01-28T00:31:48.566Z] f4666769fca7: Waiting [2021-01-28T00:31:48.566Z] 1778c72a06c2: Layer already exists [2021-01-28T00:31:48.566Z] 1e1f2f9e33d7: Layer already exists [2021-01-28T00:31:48.566Z] c53464fc44b7: Layer already exists [2021-01-28T00:31:48.566Z] ad9ac08b4ea8: Layer already exists [2021-01-28T00:31:48.566Z] b26e762e6036: Layer already exists [2021-01-28T00:31:48.566Z] 02e56110abd2: Layer already exists [2021-01-28T00:31:48.566Z] 492ea6eea7a0: Layer already exists [2021-01-28T00:31:48.566Z] 998cdf262ab1: Layer already exists [2021-01-28T00:31:48.566Z] b087a4476322: Layer already exists [2021-01-28T00:31:48.566Z] 0754057c0ad3: Layer already exists [2021-01-28T00:31:48.566Z] abc36efb885a: Layer already exists [2021-01-28T00:31:48.566Z] b0b09059f4e1: Layer already exists [2021-01-28T00:31:48.566Z] bb961f40224b: Layer already exists [2021-01-28T00:31:48.566Z] f4666769fca7: Layer already exists [2021-01-28T00:31:48.566Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:37bd662e5e3c5635a54d1527bb1245d34530f8b86013b1d9fd3c58677df69405 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:48.876Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:49.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-28T00:31:49.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T00:31:49.185Z] ad9ac08b4ea8: Preparing [2021-01-28T00:31:49.185Z] c53464fc44b7: Preparing [2021-01-28T00:31:49.185Z] 1778c72a06c2: Preparing [2021-01-28T00:31:49.185Z] 1e1f2f9e33d7: Preparing [2021-01-28T00:31:49.185Z] b26e762e6036: Preparing [2021-01-28T00:31:49.185Z] b087a4476322: Preparing [2021-01-28T00:31:49.185Z] 492ea6eea7a0: Preparing [2021-01-28T00:31:49.185Z] 0754057c0ad3: Preparing [2021-01-28T00:31:49.185Z] 998cdf262ab1: Preparing [2021-01-28T00:31:49.185Z] 02e56110abd2: Preparing [2021-01-28T00:31:49.185Z] abc36efb885a: Preparing [2021-01-28T00:31:49.185Z] b0b09059f4e1: Preparing [2021-01-28T00:31:49.185Z] bb961f40224b: Preparing [2021-01-28T00:31:49.185Z] f4666769fca7: Preparing [2021-01-28T00:31:49.185Z] b087a4476322: Waiting [2021-01-28T00:31:49.185Z] 492ea6eea7a0: Waiting [2021-01-28T00:31:49.185Z] 0754057c0ad3: Waiting [2021-01-28T00:31:49.185Z] 998cdf262ab1: Waiting [2021-01-28T00:31:49.185Z] 02e56110abd2: Waiting [2021-01-28T00:31:49.185Z] f4666769fca7: Waiting [2021-01-28T00:31:49.185Z] abc36efb885a: Waiting [2021-01-28T00:31:49.185Z] b0b09059f4e1: Waiting [2021-01-28T00:31:49.185Z] bb961f40224b: Waiting [2021-01-28T00:31:49.185Z] b26e762e6036: Layer already exists [2021-01-28T00:31:49.185Z] c53464fc44b7: Layer already exists [2021-01-28T00:31:49.185Z] 1e1f2f9e33d7: Layer already exists [2021-01-28T00:31:49.185Z] ad9ac08b4ea8: Layer already exists [2021-01-28T00:31:49.185Z] 1778c72a06c2: Layer already exists [2021-01-28T00:31:49.185Z] b087a4476322: Layer already exists [2021-01-28T00:31:49.185Z] 492ea6eea7a0: Layer already exists [2021-01-28T00:31:49.185Z] 0754057c0ad3: Layer already exists [2021-01-28T00:31:49.185Z] 02e56110abd2: Layer already exists [2021-01-28T00:31:49.185Z] 998cdf262ab1: Layer already exists [2021-01-28T00:31:49.185Z] abc36efb885a: Layer already exists [2021-01-28T00:31:49.185Z] b0b09059f4e1: Layer already exists [2021-01-28T00:31:49.185Z] bb961f40224b: Layer already exists [2021-01-28T00:31:49.185Z] f4666769fca7: Layer already exists [2021-01-28T00:31:49.185Z] master: digest: sha256:37bd662e5e3c5635a54d1527bb1245d34530f8b86013b1d9fd3c58677df69405 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:31:49.629Z] ===================================================== [2021-01-28T00:31:49.638Z] ---> Running in 7560904b74dc [2021-01-28T00:31:49.638Z] Removing intermediate container 7c2dd1efa495 [2021-01-28T00:31:49.638Z] ---> bae4c12e8870 [2021-01-28T00:31:49.638Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:49.638Z] Removing intermediate container 224b7d80ebdc [2021-01-28T00:31:49.638Z] ---> 1ef8d868d9f8 [2021-01-28T00:31:49.638Z] Step 21/23 : LABEL arch=arm64 [Pipeline] echo [2021-01-28T00:31:49.676Z] taggedImages: [2021-01-28T00:31:49.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:49.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.61 [2021-01-28T00:31:49.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:31:49.676Z] - 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-01-28T00:31:51.083Z] ---> Running in 147b4212c8b6 [2021-01-28T00:31:51.083Z] ---> Running in 7d12462d4da4 [2021-01-28T00:31:51.683Z] Removing intermediate container 7560904b74dc [2021-01-28T00:31:51.683Z] ---> 84a32dee4b2b [2021-01-28T00:31:51.683Z] Step 21/22 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:52.297Z] Removing intermediate container 7d12462d4da4 [2021-01-28T00:31:52.297Z] ---> c0cd8caff39a [2021-01-28T00:31:52.297Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:31:52.903Z] ---> Running in b09b30b94aca [2021-01-28T00:31:53.196Z] ---> Running in 33db6917f62d [2021-01-28T00:31:53.806Z] Removing intermediate container b09b30b94aca [2021-01-28T00:31:53.806Z] ---> 21bd5f34581b [2021-01-28T00:31:53.806Z] Step 22/22 : LABEL version=2.0.0-dev.61 [2021-01-28T00:31:54.410Z] Removing intermediate container 33db6917f62d [2021-01-28T00:31:54.410Z] ---> 8cac18cc9869 [2021-01-28T00:31:54.410Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:31:55.035Z] ---> Running in 9faa68f11c1f [2021-01-28T00:31:56.051Z] ---> Running in ad55bbee934e [2021-01-28T00:31:56.658Z] Removing intermediate container 9faa68f11c1f [2021-01-28T00:31:56.658Z] ---> 6afe04f793b8 [2021-01-28T00:31:56.658Z] [2021-01-28T00:31:56.658Z] Removing intermediate container 147b4212c8b6 [2021-01-28T00:31:56.658Z] ---> cf6d274543c1 [2021-01-28T00:31:56.658Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:31:57.258Z] Successfully built 6afe04f793b8 [2021-01-28T00:31:58.234Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:31:58.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:31:59.220Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:31:59.220Z] ---> 8ab336b42d06 [2021-01-28T00:31:59.220Z] Step 3/23 : WORKDIR /edgex-go Building docker-support-notifications-go ... done  [2021-01-28T00:31:59.220Z] ---> Using cache [2021-01-28T00:31:59.220Z] ---> c07097b7c41c [2021-01-28T00:31:59.220Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:59.220Z] ---> Using cache [2021-01-28T00:31:59.220Z] ---> 2931d128bf50 [2021-01-28T00:31:59.220Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:31:59.220Z] Building docker-security-secretstore-setup-go [2021-01-28T00:31:59.220Z] Removing intermediate container ad55bbee934e [2021-01-28T00:31:59.220Z] ---> 3daccb496275 [2021-01-28T00:31:59.220Z] [2021-01-28T00:31:59.494Z] Successfully built 3daccb496275 [2021-01-28T00:32:02.103Z] ---> Running in e07405af628d [2021-01-28T00:32:02.103Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:32:02.103Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-28T00:32:03.541Z] ---> Running in b7225625b524 [2021-01-28T00:32:04.993Z] Removing intermediate container e96d493b7113 [2021-01-28T00:32:04.993Z] ---> cd9c96a4921f [2021-01-28T00:32:04.993Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:32:05.600Z] ---> Running in 55816debf623 [2021-01-28T00:32:05.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:05.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:06.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:06.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:07.203Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:32:07.203Z] statically linked [2021-01-28T00:32:07.481Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:32:07.482Z] OK: 217 MiB in 51 packages [2021-01-28T00:32:07.482Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:32:07.482Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:32:07.763Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:32:08.043Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:32:08.322Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:32:08.322Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:08.322Z] OK: 8 MiB in 20 packages [2021-01-28T00:32:10.317Z] Removing intermediate container 55816debf623 [2021-01-28T00:32:10.317Z] ---> 764050a4a8de [2021-01-28T00:32:10.317Z] [2021-01-28T00:32:10.317Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:32:10.317Z] ---> afeebe901d6b [2021-01-28T00:32:10.317Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:32:11.037Z] ---> Running in 099d00443d39 [2021-01-28T00:32:11.037Z] Removing intermediate container b7225625b524 [2021-01-28T00:32:11.037Z] ---> a01d6e23e0f9 [2021-01-28T00:32:11.037Z] Step 6/23 : COPY go.mod . [2021-01-28T00:32:11.353Z] Removing intermediate container e07405af628d [2021-01-28T00:32:11.353Z] ---> 6f4de498d950 [2021-01-28T00:32:11.354Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:32:11.668Z] Removing intermediate container 099d00443d39 [2021-01-28T00:32:11.668Z] ---> b883c98bc742 [2021-01-28T00:32:11.668Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:32:12.336Z] ---> Running in 73b7c077edf6 [2021-01-28T00:32:13.346Z] ---> 2d813457e475 [2021-01-28T00:32:13.346Z] Step 7/23 : RUN go mod download [2021-01-28T00:32:13.346Z] ---> 6d0ed1d41281 [2021-01-28T00:32:13.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:32:13.618Z] ---> Running in f767255b829c [2021-01-28T00:32:13.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:14.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:15.173Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:32:15.173Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:32:15.173Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:32:15.173Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:15.173Z] OK: 6 MiB in 17 packages [2021-01-28T00:32:16.661Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:32:16.661Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:32:16.661Z] ---> 8ab336b42d06 [2021-01-28T00:32:16.661Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:32:16.661Z] ---> Using cache [2021-01-28T00:32:16.661Z] ---> c07097b7c41c [2021-01-28T00:32:16.661Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:32:16.661Z] ---> Using cache [2021-01-28T00:32:16.661Z] ---> 2931d128bf50 [2021-01-28T00:32:16.661Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:32:16.661Z] ---> Using cache [2021-01-28T00:32:16.661Z] ---> a01d6e23e0f9 [2021-01-28T00:32:16.661Z] Step 6/24 : COPY go.mod . [2021-01-28T00:32:16.661Z] ---> Using cache [2021-01-28T00:32:16.661Z] ---> 2d813457e475 [2021-01-28T00:32:16.661Z] Step 7/24 : RUN go mod download [2021-01-28T00:32:17.659Z] ---> 13bdcc014a33 [2021-01-28T00:32:17.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:32:17.659Z] ---> Running in 60b5f3010b59 [2021-01-28T00:32:18.649Z] Removing intermediate container 73b7c077edf6 [2021-01-28T00:32:18.649Z] ---> 7e207b283432 [2021-01-28T00:32:18.649Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:32:18.926Z] ---> d0d3f4cfc06c [2021-01-28T00:32:18.926Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:32:19.203Z] ---> Running in ff8ff5a15b3a [2021-01-28T00:32:19.203Z] ---> Running in 645b63427eae [2021-01-28T00:32:19.485Z] Removing intermediate container f767255b829c [2021-01-28T00:32:19.485Z] ---> 3215cb46e9f4 [2021-01-28T00:32:19.485Z] Step 8/23 : COPY . . [2021-01-28T00:32:20.094Z] Removing intermediate container ff8ff5a15b3a [2021-01-28T00:32:20.094Z] ---> aedb15c546da [2021-01-28T00:32:20.094Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:32:20.094Z] Removing intermediate container 645b63427eae [2021-01-28T00:32:20.094Z] ---> e446b3bd0c19 [2021-01-28T00:32:20.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:32:20.094Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:32:20.094Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:32:20.094Z] ---> 8ab336b42d06 [2021-01-28T00:32:20.094Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:32:20.094Z] ---> Using cache [2021-01-28T00:32:20.094Z] ---> c07097b7c41c [2021-01-28T00:32:20.094Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:32:20.094Z] ---> Using cache [2021-01-28T00:32:20.094Z] ---> 2931d128bf50 [2021-01-28T00:32:20.094Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:32:20.094Z] ---> Using cache [2021-01-28T00:32:20.094Z] ---> a01d6e23e0f9 [2021-01-28T00:32:20.094Z] Step 6/22 : COPY go.mod . [2021-01-28T00:32:20.094Z] ---> Using cache [2021-01-28T00:32:20.094Z] ---> 2d813457e475 [2021-01-28T00:32:20.094Z] Step 7/22 : RUN go mod download [2021-01-28T00:32:20.094Z] ---> Using cache [2021-01-28T00:32:20.094Z] ---> 3215cb46e9f4 [2021-01-28T00:32:20.094Z] Step 8/22 : COPY . . [2021-01-28T00:32:20.382Z] ---> Running in 3a2d61144322 [2021-01-28T00:32:20.382Z] ---> Running in 44a2320764a1 [2021-01-28T00:32:21.872Z] Removing intermediate container 3a2d61144322 [2021-01-28T00:32:21.872Z] ---> 15ae98e46889 [2021-01-28T00:32:21.872Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:32:23.317Z] Removing intermediate container 44a2320764a1 [2021-01-28T00:32:23.317Z] ---> afb74624e71f [2021-01-28T00:32:23.317Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:32:23.931Z] ---> Running in ca4b456a7f40 [2021-01-28T00:32:23.931Z] Removing intermediate container 60b5f3010b59 [2021-01-28T00:32:23.931Z] ---> 80b546ed2acb [2021-01-28T00:32:23.931Z] Step 8/24 : COPY . . [2021-01-28T00:32:23.931Z] ---> Running in 6fae4a75743e [2021-01-28T00:32:24.918Z] Removing intermediate container 6fae4a75743e [2021-01-28T00:32:24.918Z] ---> 796e6f7fc1a1 [2021-01-28T00:32:24.918Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:32:25.905Z] ---> Running in c30d4cda01a9 [2021-01-28T00:32:27.385Z] Removing intermediate container c30d4cda01a9 [2021-01-28T00:32:27.385Z] ---> 901cfa3098c9 [2021-01-28T00:32:27.385Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:32:28.380Z] ---> Running in 8e7108559935 [2021-01-28T00:32:28.753Z] Removing intermediate container ca4b456a7f40 [2021-01-28T00:32:28.753Z] ---> b069bbacf29b [2021-01-28T00:32:28.753Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:32:29.741Z] ---> Running in 29e051ebee45 [2021-01-28T00:32:29.741Z] Removing intermediate container 8e7108559935 [2021-01-28T00:32:29.741Z] ---> 09f2db7ac5c1 [2021-01-28T00:32:29.741Z] [2021-01-28T00:32:30.342Z] Successfully built 09f2db7ac5c1 [2021-01-28T00:32:30.342Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:32:30.342Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:32:30.617Z]  Building docker-core-data-go ... done Removing intermediate container 29e051ebee45 [2021-01-28T00:32:30.617Z] ---> 8e5f9f1672e6 [2021-01-28T00:32:30.617Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:32:32.609Z] ---> 707f7aefdbbd [2021-01-28T00:32:32.609Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:32:34.598Z] ---> Running in ef42db6d3a36 [2021-01-28T00:32:34.876Z] ---> 4d1306f28570 [2021-01-28T00:32:34.876Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:32:35.165Z] ---> a30758dabff2 [2021-01-28T00:32:35.165Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:32:35.815Z] ---> Running in 7c9e9d8db47f [2021-01-28T00:32:36.435Z] ---> e20a46995b99 [2021-01-28T00:32:36.435Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:32:36.716Z] ---> Running in 487210bd33ed [2021-01-28T00:32:36.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:32:38.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:32:38.783Z] ---> f7fb9351f29b [2021-01-28T00:32:38.783Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:32:39.393Z] ---> Running in c304932bdb19 [2021-01-28T00:32:41.380Z] Removing intermediate container 487210bd33ed [2021-01-28T00:32:41.380Z] ---> dac1fb1d511a [2021-01-28T00:32:41.380Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:32:41.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:32:42.991Z] ---> 56e70b369966 [2021-01-28T00:32:42.991Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:32:45.687Z] ---> e62ddcde3e99 [2021-01-28T00:32:45.687Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:32:46.293Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:32:46.293Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:32:46.293Z] ---> 8ab336b42d06 [2021-01-28T00:32:46.293Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:32:46.293Z] ---> Using cache [2021-01-28T00:32:46.293Z] ---> c07097b7c41c [2021-01-28T00:32:46.293Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:32:46.293Z] ---> Using cache [2021-01-28T00:32:46.293Z] ---> 2931d128bf50 [2021-01-28T00:32:46.293Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:32:46.293Z] ---> Running in 9855ce68346c [2021-01-28T00:32:47.286Z] ---> 831920dd56c2 [2021-01-28T00:32:47.286Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:32:49.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:49.557Z] ---> b60996159f8c [2021-01-28T00:32:49.557Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:32:49.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:32:50.838Z] ---> eaa20a2686c7 [2021-01-28T00:32:50.838Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:32:50.838Z] OK: 217 MiB in 51 packages [2021-01-28T00:32:51.127Z] ---> Running in dee3cbb7c4cb [2021-01-28T00:32:52.137Z] Removing intermediate container dee3cbb7c4cb [2021-01-28T00:32:52.137Z] ---> 856b76d8f3a7 [2021-01-28T00:32:52.137Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:32:52.760Z] Removing intermediate container 9855ce68346c [2021-01-28T00:32:52.760Z] ---> 4673176e2fac [2021-01-28T00:32:52.760Z] Step 6/26 : COPY go.mod . [2021-01-28T00:32:53.382Z] ---> 6060c0c0d4b6 [2021-01-28T00:32:53.382Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:32:53.997Z] ---> 9b6854ce3c4d [2021-01-28T00:32:53.997Z] Step 7/26 : RUN go mod download [2021-01-28T00:32:54.300Z] ---> Running in 50d6927ff367 [2021-01-28T00:32:54.300Z] ---> Running in bf3c1745f80f [2021-01-28T00:32:58.674Z] Removing intermediate container 50d6927ff367 [2021-01-28T00:32:58.674Z] ---> 85d71c578bf6 [2021-01-28T00:32:58.674Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:32:58.961Z] ---> Running in e672619423d4 [2021-01-28T00:32:59.948Z] Removing intermediate container e672619423d4 [2021-01-28T00:32:59.949Z] ---> 7e582cb67af2 [2021-01-28T00:32:59.949Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:33:00.226Z] Removing intermediate container bf3c1745f80f [2021-01-28T00:33:00.226Z] ---> c8c084bfcebb [2021-01-28T00:33:00.226Z] Step 8/26 : COPY . . [2021-01-28T00:33:00.503Z] ---> Running in 615ce23315a0 [2021-01-28T00:33:01.492Z] Removing intermediate container 615ce23315a0 [2021-01-28T00:33:01.492Z] ---> 2419cc80a4d1 [2021-01-28T00:33:01.492Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:33:02.502Z] ---> Running in a484c26effa0 [2021-01-28T00:33:03.504Z] Removing intermediate container a484c26effa0 [2021-01-28T00:33:03.504Z] ---> 24534f748b83 [2021-01-28T00:33:03.504Z] Step 33/34 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:33:04.498Z] ---> Running in 171ea02902cd [2021-01-28T00:33:05.958Z] Removing intermediate container 171ea02902cd [2021-01-28T00:33:05.958Z] ---> 78fb7c4d71a2 [2021-01-28T00:33:05.958Z] Step 34/34 : LABEL version=2.0.0-dev.61 [2021-01-28T00:33:06.567Z] ---> Running in 658bb87c0b6d [2021-01-28T00:33:07.571Z] Removing intermediate container 658bb87c0b6d [2021-01-28T00:33:07.571Z] ---> 4bd2a31c7f15 [2021-01-28T00:33:07.571Z] [2021-01-28T00:33:08.181Z] Successfully built 4bd2a31c7f15 [2021-01-28T00:33:08.181Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:33:14.977Z]  Building docker-security-bootstrapper-go ... done  ---> 286d8a24881c [2021-01-28T00:33:14.977Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:33:14.977Z] ---> Running in 06bb99e16c80 [2021-01-28T00:33:16.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:34:03.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:34:09.203Z] Removing intermediate container ef42db6d3a36 [2021-01-28T00:34:09.203Z] ---> e79c10a006f7 [2021-01-28T00:34:09.203Z] [2021-01-28T00:34:09.203Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:34:09.203Z] ---> afeebe901d6b [2021-01-28T00:34:09.203Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:34:09.203Z] ---> Using cache [2021-01-28T00:34:09.203Z] ---> e1757cc1205d [2021-01-28T00:34:09.204Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:34:09.204Z] ---> Using cache [2021-01-28T00:34:09.204Z] ---> 40dd6ef476ee [2021-01-28T00:34:09.204Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:34:09.486Z] ---> Running in 566637559aab [2021-01-28T00:34:10.955Z] Removing intermediate container 566637559aab [2021-01-28T00:34:10.955Z] ---> 22ab48bd20b8 [2021-01-28T00:34:10.955Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:34:11.237Z] ---> Running in 3d58ed8373ab [2021-01-28T00:34:12.246Z] Removing intermediate container 3d58ed8373ab [2021-01-28T00:34:12.246Z] ---> c473bb1cdf79 [2021-01-28T00:34:12.246Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:34:12.246Z] Removing intermediate container c304932bdb19 [2021-01-28T00:34:12.246Z] ---> 101165e00fd8 [2021-01-28T00:34:12.246Z] [2021-01-28T00:34:12.536Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:34:12.536Z] ---> afeebe901d6b [2021-01-28T00:34:12.536Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:34:12.536Z] ---> Running in 7b3f87005b49 [2021-01-28T00:34:13.551Z] ---> 0691802b56aa [2021-01-28T00:34:13.551Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:34:14.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:14.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:15.467Z] ---> a77e9c0b34a0 [2021-01-28T00:34:15.467Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:34:15.755Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:34:15.755Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:34:15.755Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:34:15.755Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:34:16.050Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:34:16.050Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:34:16.050Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:34:16.334Z] OK: 7 MiB in 19 packages [2021-01-28T00:34:16.954Z] ---> 835869503e52 [2021-01-28T00:34:16.954Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:34:16.954Z] ---> Running in bf57b33ba613 [2021-01-28T00:34:17.962Z] Removing intermediate container bf57b33ba613 [2021-01-28T00:34:17.962Z] ---> d7cad33fa0ec [2021-01-28T00:34:17.962Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:34:18.247Z] ---> Running in e3a8a00177a4 [2021-01-28T00:34:18.871Z] Removing intermediate container 7b3f87005b49 [2021-01-28T00:34:18.871Z] ---> cf2067c6439c [2021-01-28T00:34:18.871Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:34:19.160Z] Removing intermediate container e3a8a00177a4 [2021-01-28T00:34:19.160Z] ---> 78cdb27f4562 [2021-01-28T00:34:19.160Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:34:19.160Z] ---> Running in d681324cc708 [2021-01-28T00:34:19.160Z] ---> Running in b94ac6272cd4 [2021-01-28T00:34:19.770Z] Removing intermediate container d681324cc708 [2021-01-28T00:34:19.770Z] ---> 6f3ac3127341 [2021-01-28T00:34:19.770Z] Step 13/24 : WORKDIR / [2021-01-28T00:34:20.045Z] ---> Running in c76751a400fd [2021-01-28T00:34:20.045Z] Removing intermediate container b94ac6272cd4 [2021-01-28T00:34:20.045Z] ---> 6aa5442c8092 [2021-01-28T00:34:20.045Z] Step 21/22 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:34:20.322Z] ---> Running in d657387947cb [2021-01-28T00:34:20.942Z] Removing intermediate container c76751a400fd [2021-01-28T00:34:20.942Z] ---> c7cafcbbcb58 [2021-01-28T00:34:20.942Z] 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-01-28T00:34:20.942Z] Removing intermediate container d657387947cb [2021-01-28T00:34:20.942Z] ---> e6b31782d923 [2021-01-28T00:34:20.942Z] Step 22/22 : LABEL version=2.0.0-dev.61 [2021-01-28T00:34:21.221Z] ---> Running in 62f03655aa7a [2021-01-28T00:34:22.219Z] Removing intermediate container 62f03655aa7a [2021-01-28T00:34:22.219Z] ---> 23e98c40592d [2021-01-28T00:34:22.219Z] [2021-01-28T00:34:22.219Z] ---> e99c919c8588 [2021-01-28T00:34:22.219Z] 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-01-28T00:34:22.499Z] Successfully built 23e98c40592d [2021-01-28T00:34:22.499Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:34:23.111Z]  Building docker-support-scheduler-go ... done  ---> 524e60faead3 [2021-01-28T00:34:23.111Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:34:24.130Z] ---> 742f61b3e1d4 [2021-01-28T00:34:24.130Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:34:26.156Z] ---> 410ff09f99dd [2021-01-28T00:34:26.156Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:34:27.602Z] ---> edf407fb236d [2021-01-28T00:34:27.602Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:34:28.214Z] Removing intermediate container 7c9e9d8db47f [2021-01-28T00:34:28.214Z] ---> c653ff4a2782 [2021-01-28T00:34:28.214Z] [2021-01-28T00:34:28.214Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:34:28.214Z] ---> afeebe901d6b [2021-01-28T00:34:28.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:34:28.214Z] ---> Using cache [2021-01-28T00:34:28.214Z] ---> e1757cc1205d [2021-01-28T00:34:28.214Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:34:28.214Z] ---> Using cache [2021-01-28T00:34:28.214Z] ---> 40dd6ef476ee [2021-01-28T00:34:28.214Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:34:28.503Z] ---> Running in b5721d574280 [2021-01-28T00:34:28.783Z] ---> 9b2555364cfd [2021-01-28T00:34:28.783Z] 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-01-28T00:34:29.076Z] ---> Running in 759ab79e9196 [2021-01-28T00:34:29.076Z] Removing intermediate container b5721d574280 [2021-01-28T00:34:29.076Z] ---> 656a1054467d [2021-01-28T00:34:29.076Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:34:29.372Z] ---> Running in 4b6bf47252f7 [2021-01-28T00:34:30.014Z] Removing intermediate container 06bb99e16c80 [2021-01-28T00:34:30.014Z] ---> 3405e4507364 [2021-01-28T00:34:30.014Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:34:30.014Z] ---> Running in 680107f7f75b [2021-01-28T00:34:30.318Z] Removing intermediate container 4b6bf47252f7 [2021-01-28T00:34:30.318Z] ---> d2e7d429f236 [2021-01-28T00:34:30.318Z] Step 15/23 : WORKDIR / [2021-01-28T00:34:30.318Z] ---> Running in 3bd158da3bd4 [2021-01-28T00:34:30.993Z] Removing intermediate container 3bd158da3bd4 [2021-01-28T00:34:30.993Z] ---> 8b2da2832915 [2021-01-28T00:34:30.993Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:34:31.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.61" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:34:31.921Z] ---> 473b977e01f5 [2021-01-28T00:34:31.921Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:34:31.921Z] Removing intermediate container 759ab79e9196 [2021-01-28T00:34:31.921Z] ---> 7dd07c7bc4b1 [2021-01-28T00:34:31.921Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:34:32.201Z] ---> Running in ed4547b8352c [2021-01-28T00:34:32.812Z] Removing intermediate container ed4547b8352c [2021-01-28T00:34:32.812Z] ---> d7f334d976ec [2021-01-28T00:34:32.812Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:34:33.090Z] ---> Running in 9f631a6779a3 [2021-01-28T00:34:33.691Z] Removing intermediate container 9f631a6779a3 [2021-01-28T00:34:33.691Z] ---> ae0f7eb27df0 [2021-01-28T00:34:33.691Z] Step 23/24 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:34:33.691Z] ---> 3436a57e8bb0 [2021-01-28T00:34:33.691Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:34:33.969Z] ---> Running in b84c14534943 [2021-01-28T00:34:34.566Z] Removing intermediate container b84c14534943 [2021-01-28T00:34:34.566Z] ---> 9fc9c66e248d [2021-01-28T00:34:34.566Z] Step 24/24 : LABEL version=2.0.0-dev.61 [2021-01-28T00:34:34.567Z] ---> f8cd409349c2 [2021-01-28T00:34:34.567Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:34:34.567Z] ---> Running in e14037a9593f [2021-01-28T00:34:34.841Z] ---> Running in 5a09424a1d17 [2021-01-28T00:34:35.120Z] Removing intermediate container 680107f7f75b [2021-01-28T00:34:35.120Z] ---> 607ade5cc4c6 [2021-01-28T00:34:35.120Z] [2021-01-28T00:34:35.120Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:34:35.120Z] 20.10.0: Pulling from library/docker [2021-01-28T00:34:35.399Z] Removing intermediate container e14037a9593f [2021-01-28T00:34:35.399Z] ---> d16bc713d1c3 [2021-01-28T00:34:35.399Z] [2021-01-28T00:34:35.399Z] Removing intermediate container 5a09424a1d17 [2021-01-28T00:34:35.399Z] ---> b1b350251fa1 [2021-01-28T00:34:35.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:34:35.676Z] Successfully built d16bc713d1c3 [2021-01-28T00:34:35.676Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:34:35.676Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in bab043215c74 [2021-01-28T00:34:36.674Z] Removing intermediate container bab043215c74 [2021-01-28T00:34:36.674Z] ---> 3eaaedb2f3ab [2021-01-28T00:34:36.674Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:34:36.959Z] ---> Running in 8fe33c5a01ad [2021-01-28T00:34:37.953Z] Removing intermediate container 8fe33c5a01ad [2021-01-28T00:34:37.953Z] ---> 92288db25306 [2021-01-28T00:34:37.953Z] Step 22/23 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:34:37.953Z] ---> Running in 1fa18e6e3a09 [2021-01-28T00:34:38.554Z] Removing intermediate container 1fa18e6e3a09 [2021-01-28T00:34:38.554Z] ---> 390f99f82f1a [2021-01-28T00:34:38.554Z] Step 23/23 : LABEL version=2.0.0-dev.61 [2021-01-28T00:34:38.831Z] ---> Running in 51372c8bbe0b [2021-01-28T00:34:39.864Z] Removing intermediate container 51372c8bbe0b [2021-01-28T00:34:39.864Z] ---> a2128d43d9ee [2021-01-28T00:34:39.864Z] [2021-01-28T00:34:40.142Z] Successfully built a2128d43d9ee [2021-01-28T00:34:40.142Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:34:42.751Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:34:42.751Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:34:42.751Z] ---> eeaf43b92773 [2021-01-28T00:34:42.751Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:34:43.731Z] ---> Running in 39fe83f4d2e7 [2021-01-28T00:34:44.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:44.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:45.954Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:34:45.954Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:34:45.954Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:34:45.954Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:34:45.954Z] OK: 12 MiB in 22 packages [2021-01-28T00:34:47.394Z] Removing intermediate container 39fe83f4d2e7 [2021-01-28T00:34:47.394Z] ---> 97e490102d14 [2021-01-28T00:34:47.394Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:34:47.394Z] ---> Running in a8493a9de9de [2021-01-28T00:34:47.987Z] Removing intermediate container a8493a9de9de [2021-01-28T00:34:47.987Z] ---> e24251f41fed [2021-01-28T00:34:47.987Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:34:47.987Z] ---> Running in c78053435afe [2021-01-28T00:34:48.580Z] Removing intermediate container c78053435afe [2021-01-28T00:34:48.580Z] ---> e0ec7d95b2d2 [2021-01-28T00:34:48.580Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:34:48.852Z] ---> Running in 70b61de0051e [2021-01-28T00:34:49.125Z] Removing intermediate container 70b61de0051e [2021-01-28T00:34:49.125Z] ---> 51a0012dc898 [2021-01-28T00:34:49.125Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:34:50.567Z] ---> 86de9d6f41c4 [2021-01-28T00:34:50.567Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:34:51.162Z] ---> 602704f83598 [2021-01-28T00:34:51.162Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:34:52.140Z] ---> 617a54c78c43 [2021-01-28T00:34:52.140Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:34:52.411Z] ---> Running in d57a02eac72a [2021-01-28T00:34:53.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:53.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:34:54.430Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:34:54.430Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:34:54.430Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:34:54.430Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:34:54.430Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:34:54.430Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:34:54.430Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:34:57.070Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:34:57.070Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:34:57.070Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:34:57.070Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:34:57.070Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:34:57.070Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:34:57.070Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:34:57.070Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:34:57.070Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:34:57.070Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:34:57.070Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:34:57.347Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:34:57.347Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:34:57.347Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:34:57.347Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:34:57.347Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:34:57.619Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:34:57.619Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:34:57.619Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:34:57.619Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:34:57.619Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:34:57.619Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:34:57.619Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:34:57.899Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:34:57.899Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:34:57.899Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:34:57.899Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:34:57.899Z] OK: 71 MiB in 55 packages [2021-01-28T00:35:04.623Z] Removing intermediate container d57a02eac72a [2021-01-28T00:35:04.624Z] ---> 136a4ba34667 [2021-01-28T00:35:04.624Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:35:04.897Z] ---> Running in 44ff8e5bb038 [2021-01-28T00:35:10.287Z] Collecting docker-compose==1.23.2 [2021-01-28T00:35:10.571Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:35:11.545Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:35:11.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:35:11.816Z] 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-01-28T00:35:12.085Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:35:12.357Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:35:13.327Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:35:13.327Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:35:13.597Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:35:13.598Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:35:16.212Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:35:16.212Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:35:18.834Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:35:18.834Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:35:19.115Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:35:19.115Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:35:22.535Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:35:22.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:35:26.834Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:35:26.834Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:35:27.105Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:35:27.105Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:35:27.105Z] 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-01-28T00:35:27.105Z] 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-01-28T00:35:27.710Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:35:27.710Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:35:28.309Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:35:28.309Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:35:28.309Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:35:28.309Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:35:28.309Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:35:28.309Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:35:28.912Z] Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, docopt, cached-property, dockerpty, PyYAML, docker-compose [2021-01-28T00:35:29.506Z] Attempting uninstall: urllib3 [2021-01-28T00:35:29.506Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:35:29.506Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:35:29.777Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:35:30.370Z] Attempting uninstall: idna [2021-01-28T00:35:30.370Z] Found existing installation: idna 2.9 [2021-01-28T00:35:30.370Z] Uninstalling idna-2.9: [2021-01-28T00:35:30.370Z] Successfully uninstalled idna-2.9 [2021-01-28T00:35:30.962Z] Attempting uninstall: requests [2021-01-28T00:35:30.962Z] Found existing installation: requests 2.23.0 [2021-01-28T00:35:30.962Z] Uninstalling requests-2.23.0: [2021-01-28T00:35:31.232Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:35:32.212Z] Running setup.py install for texttable: started [2021-01-28T00:35:34.821Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:35:34.821Z] Running setup.py install for docopt: started [2021-01-28T00:35:36.809Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:35:36.809Z] Running setup.py install for dockerpty: started [2021-01-28T00:35:39.441Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:35:39.441Z] Running setup.py install for PyYAML: started [2021-01-28T00:35:42.060Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:35:42.650Z] 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-01-28T00:35:46.947Z] Removing intermediate container 44ff8e5bb038 [2021-01-28T00:35:46.947Z] ---> f79398e78db6 [2021-01-28T00:35:46.947Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:35:46.947Z] ---> Running in ee4940e483e4 [2021-01-28T00:35:48.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:35:49.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:35:51.762Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:35:51.762Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:35:51.762Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:35:51.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:35:51.762Z] OK: 71 MiB in 58 packages [2021-01-28T00:35:53.197Z] Removing intermediate container ee4940e483e4 [2021-01-28T00:35:53.197Z] ---> 7026eae35e51 [2021-01-28T00:35:53.197Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:35:53.197Z] ---> Running in 026a77b7a577 [2021-01-28T00:35:53.802Z] Removing intermediate container 026a77b7a577 [2021-01-28T00:35:53.802Z] ---> ca9ec709ecaf [2021-01-28T00:35:53.802Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:35:53.802Z] ---> Running in ffb57d1bc69c [2021-01-28T00:35:54.392Z] Removing intermediate container ffb57d1bc69c [2021-01-28T00:35:54.392Z] ---> c89196544cbd [2021-01-28T00:35:54.392Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:35:54.664Z] ---> Running in 23d7eaeb4e8d [2021-01-28T00:35:54.936Z] Removing intermediate container 23d7eaeb4e8d [2021-01-28T00:35:54.936Z] ---> cb1c9fb0de77 [2021-01-28T00:35:54.936Z] Step 25/26 : LABEL git_sha=4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:35:55.208Z] ---> Running in 36a7965ef746 [2021-01-28T00:35:55.802Z] Removing intermediate container 36a7965ef746 [2021-01-28T00:35:55.802Z] ---> c60c34274dfa [2021-01-28T00:35:55.802Z] Step 26/26 : LABEL version=2.0.0-dev.61 [2021-01-28T00:35:55.802Z] ---> Running in b7bb221050fb [2021-01-28T00:35:56.396Z] Removing intermediate container b7bb221050fb [2021-01-28T00:35:56.396Z] ---> ca8d350bf7c2 [2021-01-28T00:35:56.396Z] [2021-01-28T00:35:56.667Z] Successfully built ca8d350bf7c2 [2021-01-28T00:35:56.667Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:35:57.295Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:35:57.291Z] $ docker stop --time=1 93cf3f231247db82402d38f5e6a24037ce9e34c722235fe19d7d21ac052382d7 [2021-01-28T00:35:59.338Z] $ docker rm -f 93cf3f231247db82402d38f5e6a24037ce9e34c722235fe19d7d21ac052382d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:36:00.028Z] + docker images [2021-01-28T00:36:00.028Z] + grep docker [2021-01-28T00:36:00.302Z] docker-sys-mgmt-agent-go-arm64 latest ca8d350bf7c2 4 seconds ago 300MB [2021-01-28T00:36:00.302Z] docker-core-metadata-go-arm64 latest a2128d43d9ee About a minute ago 17.7MB [2021-01-28T00:36:00.302Z] docker-security-secretstore-setup-go-arm64 latest d16bc713d1c3 About a minute ago 23.4MB [2021-01-28T00:36:00.302Z] docker-support-scheduler-go-arm64 latest 23e98c40592d About a minute ago 15.5MB [2021-01-28T00:36:00.302Z] docker-security-bootstrapper-go-arm64 latest 4bd2a31c7f15 2 minutes ago 31.9MB [2021-01-28T00:36:00.302Z] docker-core-data-go-arm64 latest 09f2db7ac5c1 3 minutes ago 21MB [2021-01-28T00:36:00.302Z] docker-core-command-go-arm64 latest 3daccb496275 4 minutes ago 15.4MB [2021-01-28T00:36:00.302Z] docker-support-notifications-go-arm64 latest 6afe04f793b8 4 minutes ago 16MB [2021-01-28T00:36:00.302Z] docker-security-proxy-setup-go-arm64 latest 700cd1ed418d 4 minutes ago 23.2MB [2021-01-28T00:36:00.302Z] docker 20.10.0 eeaf43b92773 6 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-01-28T00:36:01.030Z] provisioning config files... [2021-01-28T00:36:01.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/324@tmp/config2391016214462858027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:36:01.452Z] ---> docker-login.sh [2021-01-28T00:36:01.452Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:36:01.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:36:02.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:36:02.009Z] Configure a credential helper to remove this warning. See [2021-01-28T00:36:02.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:36:02.009Z] [2021-01-28T00:36:02.009Z] Login Succeeded [2021-01-28T00:36:02.009Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:36:02.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:36:02.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:36:02.561Z] Configure a credential helper to remove this warning. See [2021-01-28T00:36:02.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:36:02.561Z] [2021-01-28T00:36:02.561Z] Login Succeeded [2021-01-28T00:36:02.561Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:36:03.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:36:03.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:36:03.164Z] Configure a credential helper to remove this warning. See [2021-01-28T00:36:03.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:36:03.164Z] [2021-01-28T00:36:03.164Z] Login Succeeded [2021-01-28T00:36:03.164Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:36:03.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:36:03.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:36:03.764Z] Configure a credential helper to remove this warning. See [2021-01-28T00:36:03.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:36:03.764Z] [2021-01-28T00:36:03.764Z] Login Succeeded [2021-01-28T00:36:03.764Z] docker.io [2021-01-28T00:36:04.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:36:04.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:36:04.630Z] Configure a credential helper to remove this warning. See [2021-01-28T00:36:04.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:36:04.630Z] [2021-01-28T00:36:04.630Z] Login Succeeded [2021-01-28T00:36:04.630Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:36:04.646Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:04.838Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-28T00:36:04.838Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:04.838Z] 2.0.0-dev.61 [2021-01-28T00:36:04.838Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:04.838Z] master [2021-01-28T00:36:04.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:05.341Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:05.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:05.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T00:36:05.677Z] 92aa502b4e00: Preparing [2021-01-28T00:36:05.677Z] 0333541a8b2c: Preparing [2021-01-28T00:36:05.677Z] adb3ed25964e: Preparing [2021-01-28T00:36:05.677Z] 04fe6de19947: Preparing [2021-01-28T00:36:05.677Z] 379067d0cb53: Preparing [2021-01-28T00:36:05.951Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:05.951Z] 92aa502b4e00: Pushed [2021-01-28T00:36:05.951Z] 04fe6de19947: Pushed [2021-01-28T00:36:05.951Z] adb3ed25964e: Pushed [2021-01-28T00:36:08.556Z] 0333541a8b2c: Pushed [2021-01-28T00:36:08.556Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:010dc005d4161b069a9581c227acab4f566a3607491188a94b3119b806c72c80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:08.901Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:09.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:09.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T00:36:09.242Z] 92aa502b4e00: Preparing [2021-01-28T00:36:09.242Z] 0333541a8b2c: Preparing [2021-01-28T00:36:09.242Z] adb3ed25964e: Preparing [2021-01-28T00:36:09.242Z] 04fe6de19947: Preparing [2021-01-28T00:36:09.242Z] 379067d0cb53: Preparing [2021-01-28T00:36:09.512Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:09.512Z] 0333541a8b2c: Layer already exists [2021-01-28T00:36:09.512Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:09.512Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:09.512Z] 92aa502b4e00: Layer already exists [2021-01-28T00:36:09.512Z] 2.0.0-dev.61: digest: sha256:010dc005d4161b069a9581c227acab4f566a3607491188a94b3119b806c72c80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:09.883Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:10.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:10.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T00:36:10.227Z] 92aa502b4e00: Preparing [2021-01-28T00:36:10.227Z] 0333541a8b2c: Preparing [2021-01-28T00:36:10.227Z] adb3ed25964e: Preparing [2021-01-28T00:36:10.227Z] 04fe6de19947: Preparing [2021-01-28T00:36:10.227Z] 379067d0cb53: Preparing [2021-01-28T00:36:10.227Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:10.498Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:10.498Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:10.498Z] 0333541a8b2c: Layer already exists [2021-01-28T00:36:10.498Z] 92aa502b4e00: Layer already exists [2021-01-28T00:36:10.498Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:010dc005d4161b069a9581c227acab4f566a3607491188a94b3119b806c72c80 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:10.843Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:11.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-28T00:36:11.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T00:36:11.183Z] 92aa502b4e00: Preparing [2021-01-28T00:36:11.183Z] 0333541a8b2c: Preparing [2021-01-28T00:36:11.183Z] adb3ed25964e: Preparing [2021-01-28T00:36:11.183Z] 04fe6de19947: Preparing [2021-01-28T00:36:11.183Z] 379067d0cb53: Preparing [2021-01-28T00:36:11.454Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:11.454Z] 0333541a8b2c: Layer already exists [2021-01-28T00:36:11.454Z] 92aa502b4e00: Layer already exists [2021-01-28T00:36:11.454Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:11.454Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:11.454Z] master: digest: sha256:010dc005d4161b069a9581c227acab4f566a3607491188a94b3119b806c72c80 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:11.648Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:11.698Z] taggedImages: [2021-01-28T00:36:11.698Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:11.698Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:11.698Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:11.698Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-28T00:36:11.769Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-28T00:36:11.769Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:11.769Z] 2.0.0-dev.61 [2021-01-28T00:36:11.769Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:11.769Z] master [2021-01-28T00:36:11.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:12.273Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:12.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:12.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T00:36:12.614Z] d587f086d6d2: Preparing [2021-01-28T00:36:12.614Z] 3a85d8e1d7c7: Preparing [2021-01-28T00:36:12.614Z] adb3ed25964e: Preparing [2021-01-28T00:36:12.614Z] 0d0087e92acd: Preparing [2021-01-28T00:36:12.614Z] fed440ed4382: Preparing [2021-01-28T00:36:12.614Z] 379067d0cb53: Preparing [2021-01-28T00:36:12.614Z] 379067d0cb53: Waiting [2021-01-28T00:36:12.884Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:12.884Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:12.884Z] d587f086d6d2: Pushed [2021-01-28T00:36:12.884Z] fed440ed4382: Pushed [2021-01-28T00:36:13.476Z] 0d0087e92acd: Pushed [2021-01-28T00:36:16.078Z] 3a85d8e1d7c7: Pushed [2021-01-28T00:36:16.078Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:48d439aa262efbee1f189393591f05d2a9f379508a66cd1731d958ec888e1a28 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:16.418Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:16.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:16.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T00:36:17.346Z] d587f086d6d2: Preparing [2021-01-28T00:36:17.346Z] 3a85d8e1d7c7: Preparing [2021-01-28T00:36:17.346Z] adb3ed25964e: Preparing [2021-01-28T00:36:17.346Z] 0d0087e92acd: Preparing [2021-01-28T00:36:17.346Z] fed440ed4382: Preparing [2021-01-28T00:36:17.346Z] 379067d0cb53: Preparing [2021-01-28T00:36:17.346Z] 379067d0cb53: Waiting [2021-01-28T00:36:17.346Z] fed440ed4382: Layer already exists [2021-01-28T00:36:17.346Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:17.346Z] 0d0087e92acd: Layer already exists [2021-01-28T00:36:17.346Z] d587f086d6d2: Layer already exists [2021-01-28T00:36:17.346Z] 3a85d8e1d7c7: Layer already exists [2021-01-28T00:36:17.346Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:17.346Z] 2.0.0-dev.61: digest: sha256:48d439aa262efbee1f189393591f05d2a9f379508a66cd1731d958ec888e1a28 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:17.690Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:18.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:18.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T00:36:18.024Z] d587f086d6d2: Preparing [2021-01-28T00:36:18.024Z] 3a85d8e1d7c7: Preparing [2021-01-28T00:36:18.024Z] adb3ed25964e: Preparing [2021-01-28T00:36:18.024Z] 0d0087e92acd: Preparing [2021-01-28T00:36:18.024Z] fed440ed4382: Preparing [2021-01-28T00:36:18.024Z] 379067d0cb53: Preparing [2021-01-28T00:36:18.024Z] 379067d0cb53: Waiting [2021-01-28T00:36:18.294Z] 0d0087e92acd: Layer already exists [2021-01-28T00:36:18.294Z] fed440ed4382: Layer already exists [2021-01-28T00:36:18.294Z] 3a85d8e1d7c7: Layer already exists [2021-01-28T00:36:18.294Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:18.294Z] d587f086d6d2: Layer already exists [2021-01-28T00:36:18.294Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:18.294Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:48d439aa262efbee1f189393591f05d2a9f379508a66cd1731d958ec888e1a28 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:18.637Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:18.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-28T00:36:18.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T00:36:18.980Z] d587f086d6d2: Preparing [2021-01-28T00:36:18.980Z] 3a85d8e1d7c7: Preparing [2021-01-28T00:36:18.980Z] adb3ed25964e: Preparing [2021-01-28T00:36:18.980Z] 0d0087e92acd: Preparing [2021-01-28T00:36:18.980Z] fed440ed4382: Preparing [2021-01-28T00:36:18.980Z] 379067d0cb53: Preparing [2021-01-28T00:36:18.980Z] 379067d0cb53: Waiting [2021-01-28T00:36:19.249Z] 3a85d8e1d7c7: Layer already exists [2021-01-28T00:36:19.249Z] 0d0087e92acd: Layer already exists [2021-01-28T00:36:19.249Z] fed440ed4382: Layer already exists [2021-01-28T00:36:19.249Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:19.249Z] d587f086d6d2: Layer already exists [2021-01-28T00:36:19.249Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:19.249Z] master: digest: sha256:48d439aa262efbee1f189393591f05d2a9f379508a66cd1731d958ec888e1a28 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:19.427Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:19.470Z] taggedImages: [2021-01-28T00:36:19.470Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:19.470Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:19.470Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:19.470Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-28T00:36:19.533Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-28T00:36:19.533Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:19.533Z] 2.0.0-dev.61 [2021-01-28T00:36:19.533Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:19.533Z] master [2021-01-28T00:36:19.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:20.056Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:20.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:20.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T00:36:20.390Z] a47f127cf0b5: Preparing [2021-01-28T00:36:20.390Z] 6cbe9c6f70e4: Preparing [2021-01-28T00:36:20.390Z] adb3ed25964e: Preparing [2021-01-28T00:36:20.390Z] 04fe6de19947: Preparing [2021-01-28T00:36:20.390Z] 379067d0cb53: Preparing [2021-01-28T00:36:20.665Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:20.665Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:20.665Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:20.665Z] a47f127cf0b5: Pushed [2021-01-28T00:36:23.287Z] 6cbe9c6f70e4: Pushed [2021-01-28T00:36:23.571Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:9dd6748eb89922b3fc3e2b964b6fb99c46dec07ba15a60c455c16fb6d687b322 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:23.914Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:24.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:24.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T00:36:24.252Z] a47f127cf0b5: Preparing [2021-01-28T00:36:24.252Z] 6cbe9c6f70e4: Preparing [2021-01-28T00:36:24.252Z] adb3ed25964e: Preparing [2021-01-28T00:36:24.252Z] 04fe6de19947: Preparing [2021-01-28T00:36:24.252Z] 379067d0cb53: Preparing [2021-01-28T00:36:24.523Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:24.523Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:24.523Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:24.523Z] 6cbe9c6f70e4: Layer already exists [2021-01-28T00:36:24.523Z] a47f127cf0b5: Layer already exists [2021-01-28T00:36:24.523Z] 2.0.0-dev.61: digest: sha256:9dd6748eb89922b3fc3e2b964b6fb99c46dec07ba15a60c455c16fb6d687b322 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:24.865Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:25.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:25.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T00:36:25.203Z] a47f127cf0b5: Preparing [2021-01-28T00:36:25.203Z] 6cbe9c6f70e4: Preparing [2021-01-28T00:36:25.203Z] adb3ed25964e: Preparing [2021-01-28T00:36:25.203Z] 04fe6de19947: Preparing [2021-01-28T00:36:25.203Z] 379067d0cb53: Preparing [2021-01-28T00:36:25.474Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:25.474Z] 6cbe9c6f70e4: Layer already exists [2021-01-28T00:36:25.474Z] a47f127cf0b5: Layer already exists [2021-01-28T00:36:25.474Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:25.474Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:25.474Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:9dd6748eb89922b3fc3e2b964b6fb99c46dec07ba15a60c455c16fb6d687b322 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:25.849Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:26.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-28T00:36:26.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T00:36:26.194Z] a47f127cf0b5: Preparing [2021-01-28T00:36:26.194Z] 6cbe9c6f70e4: Preparing [2021-01-28T00:36:26.194Z] adb3ed25964e: Preparing [2021-01-28T00:36:26.194Z] 04fe6de19947: Preparing [2021-01-28T00:36:26.194Z] 379067d0cb53: Preparing [2021-01-28T00:36:26.464Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:26.464Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:26.464Z] a47f127cf0b5: Layer already exists [2021-01-28T00:36:26.464Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:26.464Z] 6cbe9c6f70e4: Layer already exists [2021-01-28T00:36:26.464Z] master: digest: sha256:9dd6748eb89922b3fc3e2b964b6fb99c46dec07ba15a60c455c16fb6d687b322 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:26.703Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:26.776Z] taggedImages: [2021-01-28T00:36:26.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:26.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:26.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:26.776Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-28T00:36:26.850Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-28T00:36:26.850Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:26.850Z] 2.0.0-dev.61 [2021-01-28T00:36:26.850Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:26.850Z] master [2021-01-28T00:36:26.850Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:27.398Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:27.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:27.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T00:36:27.751Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:27.751Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:27.751Z] 5bf79d18579b: Preparing [2021-01-28T00:36:27.751Z] 081b0fb3ac8a: Preparing [2021-01-28T00:36:27.751Z] 5dc70e3eeaac: Preparing [2021-01-28T00:36:27.751Z] 0b09f581f7b5: Preparing [2021-01-28T00:36:27.751Z] adb3ed25964e: Preparing [2021-01-28T00:36:27.751Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:27.751Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:27.751Z] fd6469ed804f: Preparing [2021-01-28T00:36:27.751Z] 207e8f2232ed: Preparing [2021-01-28T00:36:27.751Z] 1449376b3c80: Preparing [2021-01-28T00:36:27.751Z] 379067d0cb53: Preparing [2021-01-28T00:36:27.751Z] a4eca4bd27cb: Waiting [2021-01-28T00:36:27.751Z] fd6469ed804f: Waiting [2021-01-28T00:36:27.751Z] 207e8f2232ed: Waiting [2021-01-28T00:36:27.751Z] adb3ed25964e: Waiting [2021-01-28T00:36:27.751Z] 1449376b3c80: Waiting [2021-01-28T00:36:27.751Z] 379067d0cb53: Waiting [2021-01-28T00:36:29.190Z] 71d51a7f6e24: Pushed [2021-01-28T00:36:29.190Z] 5dc70e3eeaac: Pushed [2021-01-28T00:36:29.190Z] 5bf79d18579b: Pushed [2021-01-28T00:36:29.190Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:29.468Z] a4eca4bd27cb: Pushed [2021-01-28T00:36:29.468Z] 207e8f2232ed: Pushed [2021-01-28T00:36:29.751Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:29.751Z] 1449376b3c80: Pushed [2021-01-28T00:36:31.189Z] 081b0fb3ac8a: Pushed [2021-01-28T00:36:31.189Z] 0b09f581f7b5: Pushed [2021-01-28T00:36:31.459Z] fd6469ed804f: Pushed [2021-01-28T00:36:31.730Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:86e126884e5c7a928d98d1b0060ea55651fdb43cd80f0bb24492d4e7b5759718 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:32.073Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:32.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:32.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T00:36:32.412Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:32.412Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:32.412Z] 5bf79d18579b: Preparing [2021-01-28T00:36:32.412Z] 081b0fb3ac8a: Preparing [2021-01-28T00:36:32.685Z] 5dc70e3eeaac: Preparing [2021-01-28T00:36:32.685Z] 0b09f581f7b5: Preparing [2021-01-28T00:36:32.685Z] adb3ed25964e: Preparing [2021-01-28T00:36:32.685Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:32.685Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:32.685Z] fd6469ed804f: Preparing [2021-01-28T00:36:32.685Z] 207e8f2232ed: Preparing [2021-01-28T00:36:32.685Z] 1449376b3c80: Preparing [2021-01-28T00:36:32.685Z] 379067d0cb53: Preparing [2021-01-28T00:36:32.685Z] a4eca4bd27cb: Waiting [2021-01-28T00:36:32.685Z] fd6469ed804f: Waiting [2021-01-28T00:36:32.685Z] 207e8f2232ed: Waiting [2021-01-28T00:36:32.685Z] 1449376b3c80: Waiting [2021-01-28T00:36:32.685Z] 379067d0cb53: Waiting [2021-01-28T00:36:32.685Z] adb3ed25964e: Waiting [2021-01-28T00:36:32.685Z] 081b0fb3ac8a: Layer already exists [2021-01-28T00:36:32.685Z] 5bf79d18579b: Layer already exists [2021-01-28T00:36:32.685Z] 0b09f581f7b5: Layer already exists [2021-01-28T00:36:32.685Z] 5dc70e3eeaac: Layer already exists [2021-01-28T00:36:32.685Z] 71d51a7f6e24: Layer already exists [2021-01-28T00:36:32.685Z] fd6469ed804f: Layer already exists [2021-01-28T00:36:32.685Z] a4eca4bd27cb: Layer already exists [2021-01-28T00:36:32.685Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:32.685Z] 1449376b3c80: Layer already exists [2021-01-28T00:36:32.685Z] 207e8f2232ed: Layer already exists [2021-01-28T00:36:32.685Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:32.685Z] 2.0.0-dev.61: digest: sha256:86e126884e5c7a928d98d1b0060ea55651fdb43cd80f0bb24492d4e7b5759718 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:33.027Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:33.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:33.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T00:36:33.371Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:33.371Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:33.371Z] 5bf79d18579b: Preparing [2021-01-28T00:36:33.371Z] 081b0fb3ac8a: Preparing [2021-01-28T00:36:33.371Z] 5dc70e3eeaac: Preparing [2021-01-28T00:36:33.371Z] 0b09f581f7b5: Preparing [2021-01-28T00:36:33.371Z] adb3ed25964e: Preparing [2021-01-28T00:36:33.371Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:33.371Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:33.371Z] fd6469ed804f: Preparing [2021-01-28T00:36:33.371Z] 207e8f2232ed: Preparing [2021-01-28T00:36:33.371Z] 1449376b3c80: Preparing [2021-01-28T00:36:33.371Z] 379067d0cb53: Preparing [2021-01-28T00:36:33.371Z] fd6469ed804f: Waiting [2021-01-28T00:36:33.371Z] 207e8f2232ed: Waiting [2021-01-28T00:36:33.371Z] 1449376b3c80: Waiting [2021-01-28T00:36:33.371Z] 379067d0cb53: Waiting [2021-01-28T00:36:33.371Z] adb3ed25964e: Waiting [2021-01-28T00:36:33.642Z] 081b0fb3ac8a: Layer already exists [2021-01-28T00:36:33.643Z] 0b09f581f7b5: Layer already exists [2021-01-28T00:36:33.643Z] 5bf79d18579b: Layer already exists [2021-01-28T00:36:33.643Z] 5dc70e3eeaac: Layer already exists [2021-01-28T00:36:33.643Z] 71d51a7f6e24: Layer already exists [2021-01-28T00:36:33.643Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:33.643Z] fd6469ed804f: Layer already exists [2021-01-28T00:36:33.643Z] 207e8f2232ed: Layer already exists [2021-01-28T00:36:33.643Z] a4eca4bd27cb: Layer already exists [2021-01-28T00:36:33.643Z] 1449376b3c80: Layer already exists [2021-01-28T00:36:33.643Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:33.643Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:86e126884e5c7a928d98d1b0060ea55651fdb43cd80f0bb24492d4e7b5759718 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:33.986Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:34.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-28T00:36:34.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T00:36:34.326Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:34.326Z] 71d51a7f6e24: Preparing [2021-01-28T00:36:34.326Z] 5bf79d18579b: Preparing [2021-01-28T00:36:34.326Z] 081b0fb3ac8a: Preparing [2021-01-28T00:36:34.326Z] 5dc70e3eeaac: Preparing [2021-01-28T00:36:34.326Z] 0b09f581f7b5: Preparing [2021-01-28T00:36:34.326Z] adb3ed25964e: Preparing [2021-01-28T00:36:34.326Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:34.326Z] a4eca4bd27cb: Preparing [2021-01-28T00:36:34.326Z] fd6469ed804f: Preparing [2021-01-28T00:36:34.326Z] 207e8f2232ed: Preparing [2021-01-28T00:36:34.326Z] 1449376b3c80: Preparing [2021-01-28T00:36:34.326Z] 379067d0cb53: Preparing [2021-01-28T00:36:34.326Z] adb3ed25964e: Waiting [2021-01-28T00:36:34.326Z] a4eca4bd27cb: Waiting [2021-01-28T00:36:34.326Z] 207e8f2232ed: Waiting [2021-01-28T00:36:34.326Z] fd6469ed804f: Waiting [2021-01-28T00:36:34.326Z] 1449376b3c80: Waiting [2021-01-28T00:36:34.326Z] 379067d0cb53: Waiting [2021-01-28T00:36:34.599Z] 71d51a7f6e24: Layer already exists [2021-01-28T00:36:34.599Z] 081b0fb3ac8a: Layer already exists [2021-01-28T00:36:34.599Z] 5bf79d18579b: Layer already exists [2021-01-28T00:36:34.599Z] 0b09f581f7b5: Layer already exists [2021-01-28T00:36:34.599Z] 5dc70e3eeaac: Layer already exists [2021-01-28T00:36:34.599Z] a4eca4bd27cb: Layer already exists [2021-01-28T00:36:34.599Z] fd6469ed804f: Layer already exists [2021-01-28T00:36:34.599Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:34.599Z] 1449376b3c80: Layer already exists [2021-01-28T00:36:34.599Z] 207e8f2232ed: Layer already exists [2021-01-28T00:36:34.599Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:34.599Z] master: digest: sha256:86e126884e5c7a928d98d1b0060ea55651fdb43cd80f0bb24492d4e7b5759718 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:34.789Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:34.834Z] taggedImages: [2021-01-28T00:36:34.834Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:34.834Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:34.834Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:34.834Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-28T00:36:34.896Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-28T00:36:34.896Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:34.896Z] 2.0.0-dev.61 [2021-01-28T00:36:34.896Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:34.896Z] master [2021-01-28T00:36:34.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:35.418Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:35.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:35.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T00:36:35.796Z] 4021e84f2df1: Preparing [2021-01-28T00:36:35.796Z] c0267dcd5a92: Preparing [2021-01-28T00:36:35.796Z] e889fbd5b926: Preparing [2021-01-28T00:36:35.796Z] 3cb1e7ad7e08: Preparing [2021-01-28T00:36:35.796Z] d7710fc02594: Preparing [2021-01-28T00:36:35.796Z] 379067d0cb53: Preparing [2021-01-28T00:36:35.796Z] 379067d0cb53: Waiting [2021-01-28T00:36:36.068Z] e889fbd5b926: Pushed [2021-01-28T00:36:36.343Z] 3cb1e7ad7e08: Pushed [2021-01-28T00:36:36.343Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:36.617Z] d7710fc02594: Pushed [2021-01-28T00:36:38.590Z] c0267dcd5a92: Pushed [2021-01-28T00:36:38.590Z] 4021e84f2df1: Pushed [2021-01-28T00:36:38.590Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:5d8e7965f71c6c98e19e0a352ac5cd3e90da46c54c6eb9ddbc4a7eb0117ae098 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:38.934Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:39.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:39.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T00:36:39.294Z] 4021e84f2df1: Preparing [2021-01-28T00:36:39.294Z] c0267dcd5a92: Preparing [2021-01-28T00:36:39.294Z] e889fbd5b926: Preparing [2021-01-28T00:36:39.294Z] 3cb1e7ad7e08: Preparing [2021-01-28T00:36:39.294Z] d7710fc02594: Preparing [2021-01-28T00:36:39.294Z] 379067d0cb53: Preparing [2021-01-28T00:36:39.294Z] 379067d0cb53: Waiting [2021-01-28T00:36:39.294Z] d7710fc02594: Layer already exists [2021-01-28T00:36:39.294Z] 3cb1e7ad7e08: Layer already exists [2021-01-28T00:36:39.565Z] e889fbd5b926: Layer already exists [2021-01-28T00:36:39.565Z] c0267dcd5a92: Layer already exists [2021-01-28T00:36:39.565Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:39.565Z] 4021e84f2df1: Layer already exists [2021-01-28T00:36:39.565Z] 2.0.0-dev.61: digest: sha256:5d8e7965f71c6c98e19e0a352ac5cd3e90da46c54c6eb9ddbc4a7eb0117ae098 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:40.177Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:40.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:40.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T00:36:40.516Z] 4021e84f2df1: Preparing [2021-01-28T00:36:40.516Z] c0267dcd5a92: Preparing [2021-01-28T00:36:40.516Z] e889fbd5b926: Preparing [2021-01-28T00:36:40.516Z] 3cb1e7ad7e08: Preparing [2021-01-28T00:36:40.516Z] d7710fc02594: Preparing [2021-01-28T00:36:40.516Z] 379067d0cb53: Preparing [2021-01-28T00:36:40.516Z] 379067d0cb53: Waiting [2021-01-28T00:36:40.789Z] 4021e84f2df1: Layer already exists [2021-01-28T00:36:40.789Z] e889fbd5b926: Layer already exists [2021-01-28T00:36:40.789Z] 3cb1e7ad7e08: Layer already exists [2021-01-28T00:36:40.789Z] c0267dcd5a92: Layer already exists [2021-01-28T00:36:40.789Z] d7710fc02594: Layer already exists [2021-01-28T00:36:40.789Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:40.789Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:5d8e7965f71c6c98e19e0a352ac5cd3e90da46c54c6eb9ddbc4a7eb0117ae098 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:41.140Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:41.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-28T00:36:41.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T00:36:41.763Z] 4021e84f2df1: Preparing [2021-01-28T00:36:41.763Z] c0267dcd5a92: Preparing [2021-01-28T00:36:41.763Z] e889fbd5b926: Preparing [2021-01-28T00:36:41.763Z] 3cb1e7ad7e08: Preparing [2021-01-28T00:36:41.763Z] d7710fc02594: Preparing [2021-01-28T00:36:41.763Z] 379067d0cb53: Preparing [2021-01-28T00:36:41.763Z] 379067d0cb53: Waiting [2021-01-28T00:36:42.046Z] c0267dcd5a92: Layer already exists [2021-01-28T00:36:42.046Z] e889fbd5b926: Layer already exists [2021-01-28T00:36:42.046Z] 3cb1e7ad7e08: Layer already exists [2021-01-28T00:36:42.046Z] d7710fc02594: Layer already exists [2021-01-28T00:36:42.046Z] 4021e84f2df1: Layer already exists [2021-01-28T00:36:42.046Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:42.046Z] master: digest: sha256:5d8e7965f71c6c98e19e0a352ac5cd3e90da46c54c6eb9ddbc4a7eb0117ae098 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:42.247Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:42.293Z] taggedImages: [2021-01-28T00:36:42.293Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:42.293Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:42.293Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:42.293Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-28T00:36:42.357Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-28T00:36:42.357Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:42.357Z] 2.0.0-dev.61 [2021-01-28T00:36:42.357Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:42.357Z] master [2021-01-28T00:36:42.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:42.859Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:43.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:43.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T00:36:43.209Z] a43719af0d68: Preparing [2021-01-28T00:36:43.209Z] 83ebdc18bfa6: Preparing [2021-01-28T00:36:43.209Z] cdde90bb5c6b: Preparing [2021-01-28T00:36:43.209Z] 0edf64b25f25: Preparing [2021-01-28T00:36:43.209Z] cb49fec9b882: Preparing [2021-01-28T00:36:43.209Z] 234db9cb8e7c: Preparing [2021-01-28T00:36:43.209Z] 449947cb99f7: Preparing [2021-01-28T00:36:43.209Z] 6c84848df809: Preparing [2021-01-28T00:36:43.209Z] 379067d0cb53: Preparing [2021-01-28T00:36:43.209Z] 6c84848df809: Waiting [2021-01-28T00:36:43.209Z] 449947cb99f7: Waiting [2021-01-28T00:36:43.209Z] 379067d0cb53: Waiting [2021-01-28T00:36:43.209Z] 234db9cb8e7c: Waiting [2021-01-28T00:36:43.487Z] cb49fec9b882: Pushed [2021-01-28T00:36:43.487Z] a43719af0d68: Pushed [2021-01-28T00:36:43.487Z] 83ebdc18bfa6: Pushed [2021-01-28T00:36:43.774Z] 234db9cb8e7c: Pushed [2021-01-28T00:36:43.774Z] 449947cb99f7: Pushed [2021-01-28T00:36:43.774Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:44.387Z] 6c84848df809: Pushed [2021-01-28T00:36:45.828Z] 0edf64b25f25: Pushed [2021-01-28T00:36:45.828Z] cdde90bb5c6b: Pushed [2021-01-28T00:36:46.101Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:44d9a1222524cdf4c3fc2dfc22e005de3002b463a56b1199180607034414df64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:46.446Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:46.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:46.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T00:36:46.784Z] a43719af0d68: Preparing [2021-01-28T00:36:46.784Z] 83ebdc18bfa6: Preparing [2021-01-28T00:36:46.784Z] cdde90bb5c6b: Preparing [2021-01-28T00:36:46.784Z] 0edf64b25f25: Preparing [2021-01-28T00:36:46.784Z] cb49fec9b882: Preparing [2021-01-28T00:36:46.784Z] 234db9cb8e7c: Preparing [2021-01-28T00:36:46.784Z] 449947cb99f7: Preparing [2021-01-28T00:36:46.784Z] 6c84848df809: Preparing [2021-01-28T00:36:46.784Z] 379067d0cb53: Preparing [2021-01-28T00:36:46.784Z] 234db9cb8e7c: Waiting [2021-01-28T00:36:46.784Z] 449947cb99f7: Waiting [2021-01-28T00:36:46.784Z] 6c84848df809: Waiting [2021-01-28T00:36:46.784Z] 379067d0cb53: Waiting [2021-01-28T00:36:47.065Z] 0edf64b25f25: Layer already exists [2021-01-28T00:36:47.065Z] a43719af0d68: Layer already exists [2021-01-28T00:36:47.065Z] 83ebdc18bfa6: Layer already exists [2021-01-28T00:36:47.065Z] cdde90bb5c6b: Layer already exists [2021-01-28T00:36:47.065Z] cb49fec9b882: Layer already exists [2021-01-28T00:36:47.065Z] 449947cb99f7: Layer already exists [2021-01-28T00:36:47.065Z] 6c84848df809: Layer already exists [2021-01-28T00:36:47.065Z] 234db9cb8e7c: Layer already exists [2021-01-28T00:36:47.065Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:47.065Z] 2.0.0-dev.61: digest: sha256:44d9a1222524cdf4c3fc2dfc22e005de3002b463a56b1199180607034414df64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:47.411Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:47.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:47.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T00:36:47.755Z] a43719af0d68: Preparing [2021-01-28T00:36:47.755Z] 83ebdc18bfa6: Preparing [2021-01-28T00:36:47.755Z] cdde90bb5c6b: Preparing [2021-01-28T00:36:47.755Z] 0edf64b25f25: Preparing [2021-01-28T00:36:47.755Z] cb49fec9b882: Preparing [2021-01-28T00:36:47.755Z] 234db9cb8e7c: Preparing [2021-01-28T00:36:47.755Z] 449947cb99f7: Preparing [2021-01-28T00:36:47.755Z] 6c84848df809: Preparing [2021-01-28T00:36:47.755Z] 379067d0cb53: Preparing [2021-01-28T00:36:47.755Z] 449947cb99f7: Waiting [2021-01-28T00:36:47.755Z] 6c84848df809: Waiting [2021-01-28T00:36:47.755Z] 379067d0cb53: Waiting [2021-01-28T00:36:47.755Z] 234db9cb8e7c: Waiting [2021-01-28T00:36:48.027Z] a43719af0d68: Layer already exists [2021-01-28T00:36:48.027Z] cb49fec9b882: Layer already exists [2021-01-28T00:36:48.027Z] cdde90bb5c6b: Layer already exists [2021-01-28T00:36:48.027Z] 0edf64b25f25: Layer already exists [2021-01-28T00:36:48.027Z] 83ebdc18bfa6: Layer already exists [2021-01-28T00:36:48.027Z] 449947cb99f7: Layer already exists [2021-01-28T00:36:48.027Z] 234db9cb8e7c: Layer already exists [2021-01-28T00:36:48.027Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:48.027Z] 6c84848df809: Layer already exists [2021-01-28T00:36:48.027Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:44d9a1222524cdf4c3fc2dfc22e005de3002b463a56b1199180607034414df64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:48.371Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:48.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-28T00:36:48.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T00:36:48.711Z] a43719af0d68: Preparing [2021-01-28T00:36:48.711Z] 83ebdc18bfa6: Preparing [2021-01-28T00:36:48.711Z] cdde90bb5c6b: Preparing [2021-01-28T00:36:48.711Z] 0edf64b25f25: Preparing [2021-01-28T00:36:48.711Z] cb49fec9b882: Preparing [2021-01-28T00:36:48.711Z] 234db9cb8e7c: Preparing [2021-01-28T00:36:48.711Z] 449947cb99f7: Preparing [2021-01-28T00:36:48.711Z] 6c84848df809: Preparing [2021-01-28T00:36:48.711Z] 379067d0cb53: Preparing [2021-01-28T00:36:48.711Z] 234db9cb8e7c: Waiting [2021-01-28T00:36:48.711Z] 449947cb99f7: Waiting [2021-01-28T00:36:48.711Z] 6c84848df809: Waiting [2021-01-28T00:36:48.711Z] 379067d0cb53: Waiting [2021-01-28T00:36:48.984Z] a43719af0d68: Layer already exists [2021-01-28T00:36:48.984Z] cb49fec9b882: Layer already exists [2021-01-28T00:36:48.984Z] 83ebdc18bfa6: Layer already exists [2021-01-28T00:36:48.984Z] cdde90bb5c6b: Layer already exists [2021-01-28T00:36:48.984Z] 0edf64b25f25: Layer already exists [2021-01-28T00:36:48.984Z] 449947cb99f7: Layer already exists [2021-01-28T00:36:48.984Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:48.984Z] 6c84848df809: Layer already exists [2021-01-28T00:36:48.984Z] 234db9cb8e7c: Layer already exists [2021-01-28T00:36:48.984Z] master: digest: sha256:44d9a1222524cdf4c3fc2dfc22e005de3002b463a56b1199180607034414df64 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:49.203Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:49.252Z] taggedImages: [2021-01-28T00:36:49.252Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:49.252Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:49.252Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:49.252Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-28T00:36:49.318Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-28T00:36:49.318Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:49.318Z] 2.0.0-dev.61 [2021-01-28T00:36:49.318Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:49.318Z] master [2021-01-28T00:36:49.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:49.841Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:50.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:50.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T00:36:50.273Z] 16478cfbf972: Preparing [2021-01-28T00:36:50.273Z] 726639fde255: Preparing [2021-01-28T00:36:50.273Z] adb3ed25964e: Preparing [2021-01-28T00:36:50.273Z] 8373bb60878e: Preparing [2021-01-28T00:36:50.273Z] 379067d0cb53: Preparing [2021-01-28T00:36:50.578Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:50.578Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:50.578Z] 16478cfbf972: Pushed [2021-01-28T00:36:50.853Z] 8373bb60878e: Pushed [2021-01-28T00:36:53.467Z] 726639fde255: Pushed [2021-01-28T00:36:53.467Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:50529ee3ced9f1108b0e7bbcecc2aae7890e6454a31c99bc905e2c05cf2ca8be size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:53.815Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:54.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:54.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T00:36:54.153Z] 16478cfbf972: Preparing [2021-01-28T00:36:54.153Z] 726639fde255: Preparing [2021-01-28T00:36:54.153Z] adb3ed25964e: Preparing [2021-01-28T00:36:54.153Z] 8373bb60878e: Preparing [2021-01-28T00:36:54.153Z] 379067d0cb53: Preparing [2021-01-28T00:36:54.425Z] 16478cfbf972: Layer already exists [2021-01-28T00:36:54.425Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:54.425Z] 8373bb60878e: Layer already exists [2021-01-28T00:36:54.425Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:54.425Z] 726639fde255: Layer already exists [2021-01-28T00:36:54.425Z] 2.0.0-dev.61: digest: sha256:50529ee3ced9f1108b0e7bbcecc2aae7890e6454a31c99bc905e2c05cf2ca8be size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:54.773Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:55.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:55.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T00:36:55.111Z] 16478cfbf972: Preparing [2021-01-28T00:36:55.111Z] 726639fde255: Preparing [2021-01-28T00:36:55.111Z] adb3ed25964e: Preparing [2021-01-28T00:36:55.111Z] 8373bb60878e: Preparing [2021-01-28T00:36:55.111Z] 379067d0cb53: Preparing [2021-01-28T00:36:55.388Z] 16478cfbf972: Layer already exists [2021-01-28T00:36:55.388Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:55.388Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:55.388Z] 8373bb60878e: Layer already exists [2021-01-28T00:36:55.388Z] 726639fde255: Layer already exists [2021-01-28T00:36:55.388Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:50529ee3ced9f1108b0e7bbcecc2aae7890e6454a31c99bc905e2c05cf2ca8be size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:55.731Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:56.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-28T00:36:56.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T00:36:56.071Z] 16478cfbf972: Preparing [2021-01-28T00:36:56.071Z] 726639fde255: Preparing [2021-01-28T00:36:56.071Z] adb3ed25964e: Preparing [2021-01-28T00:36:56.071Z] 8373bb60878e: Preparing [2021-01-28T00:36:56.071Z] 379067d0cb53: Preparing [2021-01-28T00:36:56.346Z] 8373bb60878e: Layer already exists [2021-01-28T00:36:56.346Z] 16478cfbf972: Layer already exists [2021-01-28T00:36:56.346Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:56.346Z] 726639fde255: Layer already exists [2021-01-28T00:36:56.346Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:56.346Z] master: digest: sha256:50529ee3ced9f1108b0e7bbcecc2aae7890e6454a31c99bc905e2c05cf2ca8be size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:36:56.620Z] ===================================================== [Pipeline] echo [2021-01-28T00:36:56.665Z] taggedImages: [2021-01-28T00:36:56.665Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:56.665Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.61 [2021-01-28T00:36:56.665Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:56.665Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-28T00:36:56.725Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-28T00:36:56.725Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:56.725Z] 2.0.0-dev.61 [2021-01-28T00:36:56.725Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:36:56.725Z] master [2021-01-28T00:36:56.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:57.241Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:57.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:36:57.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T00:36:57.587Z] aa28d065268e: Preparing [2021-01-28T00:36:57.587Z] 03b43e159725: Preparing [2021-01-28T00:36:57.587Z] adb3ed25964e: Preparing [2021-01-28T00:36:57.587Z] 04fe6de19947: Preparing [2021-01-28T00:36:57.587Z] 379067d0cb53: Preparing [2021-01-28T00:36:57.861Z] adb3ed25964e: Layer already exists [2021-01-28T00:36:57.862Z] 04fe6de19947: Layer already exists [2021-01-28T00:36:57.862Z] 379067d0cb53: Layer already exists [2021-01-28T00:36:57.862Z] aa28d065268e: Pushed [2021-01-28T00:37:00.469Z] 03b43e159725: Pushed [2021-01-28T00:37:00.469Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:c0c3db2918c79fe4e9c8ef99af60cbee625c45e5da496cb35dd7eba7f5ab7586 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:00.822Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:01.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.61 [2021-01-28T00:37:01.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T00:37:01.162Z] aa28d065268e: Preparing [2021-01-28T00:37:01.162Z] 03b43e159725: Preparing [2021-01-28T00:37:01.162Z] adb3ed25964e: Preparing [2021-01-28T00:37:01.162Z] 04fe6de19947: Preparing [2021-01-28T00:37:01.162Z] 379067d0cb53: Preparing [2021-01-28T00:37:01.434Z] aa28d065268e: Layer already exists [2021-01-28T00:37:01.434Z] 04fe6de19947: Layer already exists [2021-01-28T00:37:01.434Z] adb3ed25964e: Layer already exists [2021-01-28T00:37:01.434Z] 03b43e159725: Layer already exists [2021-01-28T00:37:01.434Z] 379067d0cb53: Layer already exists [2021-01-28T00:37:01.434Z] 2.0.0-dev.61: digest: sha256:c0c3db2918c79fe4e9c8ef99af60cbee625c45e5da496cb35dd7eba7f5ab7586 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:01.805Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:02.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:37:02.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T00:37:02.154Z] aa28d065268e: Preparing [2021-01-28T00:37:02.154Z] 03b43e159725: Preparing [2021-01-28T00:37:02.154Z] adb3ed25964e: Preparing [2021-01-28T00:37:02.154Z] 04fe6de19947: Preparing [2021-01-28T00:37:02.154Z] 379067d0cb53: Preparing [2021-01-28T00:37:02.428Z] 379067d0cb53: Layer already exists [2021-01-28T00:37:02.428Z] adb3ed25964e: Layer already exists [2021-01-28T00:37:02.428Z] 04fe6de19947: Layer already exists [2021-01-28T00:37:02.428Z] 03b43e159725: Layer already exists [2021-01-28T00:37:02.428Z] aa28d065268e: Layer already exists [2021-01-28T00:37:02.428Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:c0c3db2918c79fe4e9c8ef99af60cbee625c45e5da496cb35dd7eba7f5ab7586 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:02.769Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:03.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-28T00:37:03.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T00:37:03.105Z] aa28d065268e: Preparing [2021-01-28T00:37:03.105Z] 03b43e159725: Preparing [2021-01-28T00:37:03.105Z] adb3ed25964e: Preparing [2021-01-28T00:37:03.105Z] 04fe6de19947: Preparing [2021-01-28T00:37:03.105Z] 379067d0cb53: Preparing [2021-01-28T00:37:03.382Z] adb3ed25964e: Layer already exists [2021-01-28T00:37:03.382Z] 04fe6de19947: Layer already exists [2021-01-28T00:37:03.382Z] 379067d0cb53: Layer already exists [2021-01-28T00:37:03.382Z] 03b43e159725: Layer already exists [2021-01-28T00:37:03.382Z] aa28d065268e: Layer already exists [2021-01-28T00:37:03.382Z] master: digest: sha256:c0c3db2918c79fe4e9c8ef99af60cbee625c45e5da496cb35dd7eba7f5ab7586 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:37:03.594Z] ===================================================== [Pipeline] echo [2021-01-28T00:37:03.644Z] taggedImages: [2021-01-28T00:37:03.644Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:37:03.644Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.61 [2021-01-28T00:37:03.644Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:37:03.644Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-28T00:37:03.708Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-28T00:37:03.708Z] 4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:37:03.708Z] 2.0.0-dev.61 [2021-01-28T00:37:03.708Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:37:03.708Z] master [2021-01-28T00:37:03.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:04.225Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:05.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:37:05.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T00:37:05.827Z] ccbe35e1e77f: Preparing [2021-01-28T00:37:05.827Z] 97cc7def3358: Preparing [2021-01-28T00:37:05.827Z] 0ae82e7d9277: Preparing [2021-01-28T00:37:05.827Z] f6780a8564e2: Preparing [2021-01-28T00:37:05.827Z] fa59abca8337: Preparing [2021-01-28T00:37:05.827Z] 3c29bc1c686e: Preparing [2021-01-28T00:37:05.827Z] 3e32d69cbc84: Preparing [2021-01-28T00:37:05.827Z] 9ded3b6bb9b5: Preparing [2021-01-28T00:37:05.827Z] fa1afe8e6ed9: Preparing [2021-01-28T00:37:05.827Z] 87a09b4c083e: Preparing [2021-01-28T00:37:05.827Z] 3e32d69cbc84: Waiting [2021-01-28T00:37:05.827Z] 9ded3b6bb9b5: Waiting [2021-01-28T00:37:05.827Z] fa1afe8e6ed9: Waiting [2021-01-28T00:37:05.827Z] 0f74e9ff2a61: Preparing [2021-01-28T00:37:05.827Z] 3c29bc1c686e: Waiting [2021-01-28T00:37:05.827Z] 87a09b4c083e: Waiting [2021-01-28T00:37:05.827Z] b122376c33c6: Preparing [2021-01-28T00:37:05.827Z] f8381ed47b22: Preparing [2021-01-28T00:37:05.827Z] e934a737d657: Preparing [2021-01-28T00:37:05.827Z] 0f74e9ff2a61: Waiting [2021-01-28T00:37:05.827Z] b122376c33c6: Waiting [2021-01-28T00:37:05.827Z] e934a737d657: Waiting [2021-01-28T00:37:05.827Z] f8381ed47b22: Waiting [2021-01-28T00:37:06.424Z] fa59abca8337: Pushed [2021-01-28T00:37:06.698Z] ccbe35e1e77f: Pushed [2021-01-28T00:37:07.293Z] f6780a8564e2: Pushed [2021-01-28T00:37:07.293Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T00:37:07.293Z] fa1afe8e6ed9: Layer already exists [2021-01-28T00:37:07.564Z] 3e32d69cbc84: Pushed [2021-01-28T00:37:07.564Z] 87a09b4c083e: Layer already exists [2021-01-28T00:37:07.564Z] 0f74e9ff2a61: Layer already exists [2021-01-28T00:37:07.564Z] b122376c33c6: Layer already exists [2021-01-28T00:37:07.564Z] f8381ed47b22: Layer already exists [2021-01-28T00:37:07.564Z] e934a737d657: Layer already exists [2021-01-28T00:37:08.158Z] 97cc7def3358: Pushed [2021-01-28T00:37:08.750Z] 3c29bc1c686e: Pushed [2021-01-28T00:37:18.874Z] 0ae82e7d9277: Pushed [2021-01-28T00:37:18.874Z] 4a83cd830d92d64e3c8662a0b68849c078e73697: digest: sha256:18d420e0f55af4e31c9d63e960e551d4bb0aa6e1a12cc24cd02ce35199a493c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:19.220Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:19.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.61 [2021-01-28T00:37:19.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T00:37:19.556Z] ccbe35e1e77f: Preparing [2021-01-28T00:37:19.556Z] 97cc7def3358: Preparing [2021-01-28T00:37:19.556Z] 0ae82e7d9277: Preparing [2021-01-28T00:37:19.556Z] f6780a8564e2: Preparing [2021-01-28T00:37:19.556Z] fa59abca8337: Preparing [2021-01-28T00:37:19.556Z] 3c29bc1c686e: Preparing [2021-01-28T00:37:19.556Z] 3e32d69cbc84: Preparing [2021-01-28T00:37:19.556Z] 9ded3b6bb9b5: Preparing [2021-01-28T00:37:19.556Z] fa1afe8e6ed9: Preparing [2021-01-28T00:37:19.556Z] 87a09b4c083e: Preparing [2021-01-28T00:37:19.556Z] 0f74e9ff2a61: Preparing [2021-01-28T00:37:19.556Z] b122376c33c6: Preparing [2021-01-28T00:37:19.556Z] f8381ed47b22: Preparing [2021-01-28T00:37:19.556Z] e934a737d657: Preparing [2021-01-28T00:37:19.556Z] 3c29bc1c686e: Waiting [2021-01-28T00:37:19.556Z] 0f74e9ff2a61: Waiting [2021-01-28T00:37:19.556Z] 3e32d69cbc84: Waiting [2021-01-28T00:37:19.556Z] 9ded3b6bb9b5: Waiting [2021-01-28T00:37:19.556Z] fa1afe8e6ed9: Waiting [2021-01-28T00:37:19.556Z] 87a09b4c083e: Waiting [2021-01-28T00:37:19.556Z] b122376c33c6: Waiting [2021-01-28T00:37:19.556Z] f8381ed47b22: Waiting [2021-01-28T00:37:19.556Z] e934a737d657: Waiting [2021-01-28T00:37:19.556Z] 0ae82e7d9277: Layer already exists [2021-01-28T00:37:19.556Z] f6780a8564e2: Layer already exists [2021-01-28T00:37:19.828Z] 97cc7def3358: Layer already exists [2021-01-28T00:37:19.828Z] fa59abca8337: Layer already exists [2021-01-28T00:37:19.828Z] ccbe35e1e77f: Layer already exists [2021-01-28T00:37:19.828Z] 3e32d69cbc84: Layer already exists [2021-01-28T00:37:19.828Z] 3c29bc1c686e: Layer already exists [2021-01-28T00:37:19.828Z] fa1afe8e6ed9: Layer already exists [2021-01-28T00:37:19.828Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T00:37:19.828Z] 87a09b4c083e: Layer already exists [2021-01-28T00:37:19.828Z] 0f74e9ff2a61: Layer already exists [2021-01-28T00:37:19.828Z] b122376c33c6: Layer already exists [2021-01-28T00:37:19.828Z] f8381ed47b22: Layer already exists [2021-01-28T00:37:19.828Z] e934a737d657: Layer already exists [2021-01-28T00:37:19.828Z] 2.0.0-dev.61: digest: sha256:18d420e0f55af4e31c9d63e960e551d4bb0aa6e1a12cc24cd02ce35199a493c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:20.186Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:20.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:37:20.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T00:37:20.523Z] ccbe35e1e77f: Preparing [2021-01-28T00:37:20.523Z] 97cc7def3358: Preparing [2021-01-28T00:37:20.523Z] 0ae82e7d9277: Preparing [2021-01-28T00:37:20.523Z] f6780a8564e2: Preparing [2021-01-28T00:37:20.523Z] fa59abca8337: Preparing [2021-01-28T00:37:20.523Z] 3c29bc1c686e: Preparing [2021-01-28T00:37:20.523Z] 3e32d69cbc84: Preparing [2021-01-28T00:37:20.523Z] 9ded3b6bb9b5: Preparing [2021-01-28T00:37:20.523Z] fa1afe8e6ed9: Preparing [2021-01-28T00:37:20.523Z] 87a09b4c083e: Preparing [2021-01-28T00:37:20.523Z] 0f74e9ff2a61: Preparing [2021-01-28T00:37:20.523Z] b122376c33c6: Preparing [2021-01-28T00:37:20.523Z] f8381ed47b22: Preparing [2021-01-28T00:37:20.523Z] e934a737d657: Preparing [2021-01-28T00:37:20.523Z] 3c29bc1c686e: Waiting [2021-01-28T00:37:20.523Z] 3e32d69cbc84: Waiting [2021-01-28T00:37:20.523Z] 9ded3b6bb9b5: Waiting [2021-01-28T00:37:20.523Z] fa1afe8e6ed9: Waiting [2021-01-28T00:37:20.523Z] 87a09b4c083e: Waiting [2021-01-28T00:37:20.523Z] 0f74e9ff2a61: Waiting [2021-01-28T00:37:20.523Z] e934a737d657: Waiting [2021-01-28T00:37:20.523Z] b122376c33c6: Waiting [2021-01-28T00:37:20.523Z] f8381ed47b22: Waiting [2021-01-28T00:37:20.794Z] 0ae82e7d9277: Layer already exists [2021-01-28T00:37:20.794Z] f6780a8564e2: Layer already exists [2021-01-28T00:37:20.794Z] ccbe35e1e77f: Layer already exists [2021-01-28T00:37:20.794Z] 97cc7def3358: Layer already exists [2021-01-28T00:37:20.794Z] fa59abca8337: Layer already exists [2021-01-28T00:37:20.794Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T00:37:20.794Z] 3c29bc1c686e: Layer already exists [2021-01-28T00:37:20.794Z] 3e32d69cbc84: Layer already exists [2021-01-28T00:37:20.794Z] fa1afe8e6ed9: Layer already exists [2021-01-28T00:37:20.794Z] 87a09b4c083e: Layer already exists [2021-01-28T00:37:20.794Z] b122376c33c6: Layer already exists [2021-01-28T00:37:20.794Z] 0f74e9ff2a61: Layer already exists [2021-01-28T00:37:20.794Z] f8381ed47b22: Layer already exists [2021-01-28T00:37:20.794Z] e934a737d657: Layer already exists [2021-01-28T00:37:20.794Z] 4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61: digest: sha256:18d420e0f55af4e31c9d63e960e551d4bb0aa6e1a12cc24cd02ce35199a493c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:21.203Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:21.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-28T00:37:21.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T00:37:21.698Z] ccbe35e1e77f: Preparing [2021-01-28T00:37:21.698Z] 97cc7def3358: Preparing [2021-01-28T00:37:21.698Z] 0ae82e7d9277: Preparing [2021-01-28T00:37:21.698Z] f6780a8564e2: Preparing [2021-01-28T00:37:21.698Z] fa59abca8337: Preparing [2021-01-28T00:37:21.698Z] 3c29bc1c686e: Preparing [2021-01-28T00:37:21.698Z] 3e32d69cbc84: Preparing [2021-01-28T00:37:21.698Z] 3c29bc1c686e: Waiting [2021-01-28T00:37:21.698Z] 9ded3b6bb9b5: Preparing [2021-01-28T00:37:21.698Z] fa1afe8e6ed9: Preparing [2021-01-28T00:37:21.698Z] 87a09b4c083e: Preparing [2021-01-28T00:37:21.698Z] 3e32d69cbc84: Waiting [2021-01-28T00:37:21.698Z] 0f74e9ff2a61: Preparing [2021-01-28T00:37:21.698Z] b122376c33c6: Preparing [2021-01-28T00:37:21.698Z] f8381ed47b22: Preparing [2021-01-28T00:37:21.698Z] e934a737d657: Preparing [2021-01-28T00:37:21.698Z] fa1afe8e6ed9: Waiting [2021-01-28T00:37:21.698Z] 9ded3b6bb9b5: Waiting [2021-01-28T00:37:21.698Z] 87a09b4c083e: Waiting [2021-01-28T00:37:21.698Z] f8381ed47b22: Waiting [2021-01-28T00:37:21.698Z] 0f74e9ff2a61: Waiting [2021-01-28T00:37:21.698Z] b122376c33c6: Waiting [2021-01-28T00:37:21.698Z] e934a737d657: Waiting [2021-01-28T00:37:21.698Z] f6780a8564e2: Layer already exists [2021-01-28T00:37:21.698Z] 0ae82e7d9277: Layer already exists [2021-01-28T00:37:21.698Z] 97cc7def3358: Layer already exists [2021-01-28T00:37:21.698Z] ccbe35e1e77f: Layer already exists [2021-01-28T00:37:21.698Z] fa59abca8337: Layer already exists [2021-01-28T00:37:21.982Z] 3c29bc1c686e: Layer already exists [2021-01-28T00:37:21.982Z] 3e32d69cbc84: Layer already exists [2021-01-28T00:37:21.982Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T00:37:21.982Z] fa1afe8e6ed9: Layer already exists [2021-01-28T00:37:21.982Z] 87a09b4c083e: Layer already exists [2021-01-28T00:37:21.982Z] 0f74e9ff2a61: Layer already exists [2021-01-28T00:37:21.982Z] b122376c33c6: Layer already exists [2021-01-28T00:37:21.982Z] e934a737d657: Layer already exists [2021-01-28T00:37:21.982Z] f8381ed47b22: Layer already exists [2021-01-28T00:37:21.982Z] master: digest: sha256:18d420e0f55af4e31c9d63e960e551d4bb0aa6e1a12cc24cd02ce35199a493c0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T00:37:22.181Z] ===================================================== [Pipeline] echo [2021-01-28T00:37:22.231Z] taggedImages: [2021-01-28T00:37:22.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697 [2021-01-28T00:37:22.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.61 [2021-01-28T00:37:22.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4a83cd830d92d64e3c8662a0b68849c078e73697-2.0.0-dev.61 [2021-01-28T00:37:22.231Z] - 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-01-28T00:37:23.711Z] provisioning config files... [2021-01-28T00:37:23.722Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/324@tmp/config1781025966134539044tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:37:24.095Z] + set +x [2021-01-28T00:37:24.095Z] + curl -s https://codecov.io/bash [2021-01-28T00:37:24.095Z] + bash -s -- [2021-01-28T00:37:24.669Z] [2021-01-28T00:37:24.669Z] _____ _ [2021-01-28T00:37:24.669Z] / ____| | | [2021-01-28T00:37:24.669Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:37:24.669Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:37:24.669Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:37:24.669Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:37:24.669Z] Bash-20210128-d4071a2 [2021-01-28T00:37:24.669Z] [2021-01-28T00:37:24.669Z] [2021-01-28T00:37:24.669Z] ==> git version 2.24.3 found [2021-01-28T00:37:24.669Z] ==> 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-01-28T00:37:24.669Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:37:24.669Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:37:24.669Z] ==> Jenkins CI detected. [2021-01-28T00:37:24.669Z] project root: . [2021-01-28T00:37:24.669Z] --> token set from env [2021-01-28T00:37:24.669Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:37:24.669Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:37:24.669Z] ==> Python coveragepy not found [2021-01-28T00:37:24.669Z] ==> Searching for coverage reports in: [2021-01-28T00:37:24.669Z] + . [2021-01-28T00:37:24.669Z] -> Found 1 reports [2021-01-28T00:37:24.669Z] ==> Detecting git/mercurial file structure [2021-01-28T00:37:24.669Z] ==> Reading reports [2021-01-28T00:37:24.669Z] + ./coverage.out bytes=564700 [2021-01-28T00:37:24.669Z] ==> Appending adjustments [2021-01-28T00:37:24.669Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:37:27.981Z] + Found adjustments [2021-01-28T00:37:27.981Z] ==> Gzipping contents [2021-01-28T00:37:27.981Z] 84K /tmp/codecov.hNuTF2.gz [2021-01-28T00:37:27.981Z] ==> Uploading reports [2021-01-28T00:37:27.981Z] url: https://codecov.io [2021-01-28T00:37:27.981Z] query: branch=master&commit=4a83cd830d92d64e3c8662a0b68849c078e73697&build=324&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F324%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T00:37:27.981Z] -> Pinging Codecov [2021-01-28T00:37:27.981Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=4a83cd830d92d64e3c8662a0b68849c078e73697&build=324&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F324%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T00:37:28.582Z] -> Uploading to [2021-01-28T00:37:28.582Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/4a83cd830d92d64e3c8662a0b68849c078e73697/e17ccaff-5edd-4de3-8a83-4c0a20af13ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T003728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=925c6329a2a53583196b75199aa89415a263e4c629a8715070fd9c9574449bce [2021-01-28T00:37:28.582Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:37:28.582Z] Dload Upload Total Spent Left Speed [2021-01-28T00:37:28.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85448 0 0 100 85448 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-01-28T00:37:28.845Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4a83cd830d92d64e3c8662a0b68849c078e73697 [Pipeline] } [2021-01-28T00:37:28.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-28T00:37:29.718Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-28T00:37:29.771Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:30.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T00:37:30.131Z] [2021-01-28T00:37:30.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:30.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T00:37:30.477Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-28T00:37:30.477Z] 188c0c94c7c5: Already exists [2021-01-28T00:37:30.477Z] 0ef7d3d256c8: Already exists [2021-01-28T00:37:30.477Z] de9db76c5a1d: Already exists [2021-01-28T00:37:30.477Z] 0eba1c9be4d2: Pulling fs layer [2021-01-28T00:37:30.477Z] 0d57e429df01: Pulling fs layer [2021-01-28T00:37:30.477Z] 4e4be7b47b0d: Pulling fs layer [2021-01-28T00:37:30.477Z] e1f770b5df2f: Pulling fs layer [2021-01-28T00:37:30.477Z] 85a0685a4137: Pulling fs layer [2021-01-28T00:37:30.477Z] e1f770b5df2f: Waiting [2021-01-28T00:37:30.477Z] 85a0685a4137: Waiting [2021-01-28T00:37:30.477Z] 0d57e429df01: Verifying Checksum [2021-01-28T00:37:30.477Z] 0d57e429df01: Download complete [2021-01-28T00:37:30.477Z] 4e4be7b47b0d: Verifying Checksum [2021-01-28T00:37:30.477Z] 4e4be7b47b0d: Download complete [2021-01-28T00:37:33.800Z] e1f770b5df2f: Verifying Checksum [2021-01-28T00:37:33.800Z] e1f770b5df2f: Download complete [2021-01-28T00:37:37.140Z] 0eba1c9be4d2: Verifying Checksum [2021-01-28T00:37:37.140Z] 0eba1c9be4d2: Download complete [2021-01-28T00:37:37.720Z] 85a0685a4137: Verifying Checksum [2021-01-28T00:37:37.720Z] 85a0685a4137: Download complete [2021-01-28T00:37:43.047Z] 0eba1c9be4d2: Pull complete [2021-01-28T00:37:43.047Z] 0d57e429df01: Pull complete [2021-01-28T00:37:43.047Z] 4e4be7b47b0d: Pull complete [2021-01-28T00:37:47.278Z] e1f770b5df2f: Pull complete [2021-01-28T00:37:57.341Z] 85a0685a4137: Pull complete [2021-01-28T00:37:57.341Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-28T00:37:57.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T00:37:57.341Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-28T00:37:57.574Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:37:57.634Z] $ 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/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-28T00:37:59.146Z] $ docker top 531f77b5fe148680714bae29016ca2d2e9c509b68a74fc7a5c97894d3c8e63ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:37:59.418Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-28T00:37:59.717Z] + set -o pipefail [2021-01-28T00:37:59.718Z] + snyk monitor '--org=edgex-jenkins' [2021-01-28T00:38:12.013Z] [2021-01-28T00:38:12.013Z] Monitoring /w/workspace/edgex-go/324 (github.com/edgexfoundry/edgex-go)... [2021-01-28T00:38:12.013Z] [2021-01-28T00:38:12.013Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1b945f9f-048b-49fa-b624-b84bbe9f8d0a [2021-01-28T00:38:12.013Z] [2021-01-28T00:38:12.013Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-28T00:38:12.013Z] [2021-01-28T00:38:12.013Z] [Pipeline] } [2021-01-28T00:38:12.059Z] $ docker stop --time=1 531f77b5fe148680714bae29016ca2d2e9c509b68a74fc7a5c97894d3c8e63ee [2021-01-28T00:38:15.062Z] $ docker rm -f 531f77b5fe148680714bae29016ca2d2e9c509b68a74fc7a5c97894d3c8e63ee [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-01-28T00:38:16.335Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:38:16.389Z] provisioning config files... [2021-01-28T00:38:16.405Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/324@tmp/config8413309455631899236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:38:16.791Z] --> edgex-publish-swagger.sh [2021-01-28T00:38:16.791Z] === Publish openapi/v1 API === [2021-01-28T00:38:16.791Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-28T00:38:16.791Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/324/openapi/v1/core-command.yaml] [2021-01-28T00:38:16.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:16.791Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:18.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8145 0:00:01 0:00:01 --:--:-- 8150 100 10522 0 0 100 10522 0 7892 0:00:01 0:00:01 --:--:-- 7899 [2021-01-28T00:38:18.184Z] [2021-01-28T00:38:18.184Z] [2021-01-28T00:38:18.184Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/324/openapi/v1/core-data.yaml] [2021-01-28T00:38:18.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:18.184Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:19.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28726 0:00:01 0:00:01 --:--:-- 28735 100 32557 0 0 100 32557 0 28718 0:00:01 0:00:01 --:--:-- 28735 [2021-01-28T00:38:19.168Z] [2021-01-28T00:38:19.168Z] [2021-01-28T00:38:19.168Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/324/openapi/v1/core-metadata.yaml] [2021-01-28T00:38:19.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:19.168Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:20.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60448 0:00:01 0:00:01 --:--:-- 60476 100 73721 0 0 100 73721 0 57547 0:00:01 0:00:01 --:--:-- 57594 [2021-01-28T00:38:20.635Z] [2021-01-28T00:38:20.635Z] [2021-01-28T00:38:20.635Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/324/openapi/v1/support-logging.yaml] [2021-01-28T00:38:20.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:20.635Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:21.581Z] 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 12005 0:00:01 0:00:01 --:--:-- 12007 100 13581 0 0 100 13581 0 12003 0:00:01 0:00:01 --:--:-- 12007 [2021-01-28T00:38:21.581Z] [2021-01-28T00:38:21.581Z] [2021-01-28T00:38:21.581Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/324/openapi/v1/support-notifications.yaml] [2021-01-28T00:38:21.581Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:21.581Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:22.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34401 0:00:01 0:00:01 --:--:-- 34415 100 38890 0 0 100 38890 0 34393 0:00:01 0:00:01 --:--:-- 34415 [2021-01-28T00:38:22.973Z] [2021-01-28T00:38:22.973Z] [2021-01-28T00:38:22.973Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/324/openapi/v1/support-scheduler.yaml] [2021-01-28T00:38:22.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:22.973Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:23.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12826 0:00:01 0:00:01 --:--:-- 12836 100 14249 0 0 100 14249 0 12824 0:00:01 0:00:01 --:--:-- 12836 [2021-01-28T00:38:23.918Z] [2021-01-28T00:38:23.918Z] [2021-01-28T00:38:23.918Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/324/openapi/v1/system-agent.yaml] [2021-01-28T00:38:23.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:23.918Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:25.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3380 0:00:01 0:00:01 --:--:-- 3382 100 4110 0 0 100 4110 0 3222 0:00:01 0:00:01 --:--:-- 3223 [2021-01-28T00:38:25.311Z] [2021-01-28T00:38:25.311Z] [2021-01-28T00:38:25.311Z] === Publish openapi/v2 API === [2021-01-28T00:38:25.311Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-28T00:38:25.311Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/324/openapi/v2/core-command.yaml] [2021-01-28T00:38:25.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:25.311Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:26.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 18493 0:00:01 0:00:01 --:--:-- 18510 100 20843 0 0 100 20843 0 18489 0:00:01 0:00:01 --:--:-- 18494 [2021-01-28T00:38:26.261Z] [2021-01-28T00:38:26.261Z] [2021-01-28T00:38:26.261Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/324/openapi/v2/core-data.yaml] [2021-01-28T00:38:26.261Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:26.261Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:27.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47229 0:00:01 0:00:01 --:--:-- 47270 100 57055 0 0 100 57055 0 47222 0:00:01 0:00:01 --:--:-- 47230 [2021-01-28T00:38:27.652Z] [2021-01-28T00:38:27.652Z] [2021-01-28T00:38:27.652Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/324/openapi/v2/core-metadata.yaml] [2021-01-28T00:38:27.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:27.652Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:29.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 120k 0 0 100 120k 0 98k 0:00:01 0:00:01 --:--:-- 98k [2021-01-28T00:38:29.060Z] [2021-01-28T00:38:29.060Z] [2021-01-28T00:38:29.060Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/324/openapi/v2/support-logging.yaml] [2021-01-28T00:38:29.060Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:29.060Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:30.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20683 0:00:01 0:00:01 --:--:-- 20691 100 23692 0 0 100 23692 0 20678 0:00:01 0:00:01 --:--:-- 20691 [2021-01-28T00:38:30.004Z] [2021-01-28T00:38:30.004Z] [2021-01-28T00:38:30.004Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/324/openapi/v2/support-notifications.yaml] [2021-01-28T00:38:30.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:30.004Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:31.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 52119 0:00:01 0:00:01 --:--:-- 52170 100 58900 0 0 100 58900 0 52106 0:00:01 0:00:01 --:--:-- 52123 [2021-01-28T00:38:31.401Z] [2021-01-28T00:38:31.401Z] [2021-01-28T00:38:31.401Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/324/openapi/v2/support-scheduler.yaml] [2021-01-28T00:38:31.401Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:31.401Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:32.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 33220 0:00:01 0:00:01 --:--:-- 33249 100 39667 0 0 100 39667 0 33213 0:00:01 0:00:01 --:--:-- 33221 [2021-01-28T00:38:32.347Z] [2021-01-28T00:38:32.347Z] [2021-01-28T00:38:32.347Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/324/openapi/v2/system-agent.yaml] [2021-01-28T00:38:32.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:38:32.347Z] Dload Upload Total Spent Left Speed [2021-01-28T00:38:33.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19416 0:00:01 0:00:01 --:--:-- 19431 100 23726 0 0 100 23726 0 18919 0:00:01 0:00:01 --:--:-- 18935 [2021-01-28T00:38:33.735Z] [2021-01-28T00:38:33.735Z] [Pipeline] } [2021-01-28T00:38:33.745Z] 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-01-28T00:38:34.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:38:34.514Z] . [Pipeline] withDockerContainer [2021-01-28T00:38:34.627Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:38:34.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:38:35.779Z] $ docker top 360a45ffa7aa6879482b430ba0c97332fb071a8cc5e35eecd8f49414e2011fdd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:38:36.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:38:36.061Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:38:36.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:38:36.321Z] $ docker exec 360a45ffa7aa6879482b430ba0c97332fb071a8cc5e35eecd8f49414e2011fdd ssh-agent [2021-01-28T00:38:36.528Z] SSH_AUTH_SOCK=/tmp/ssh-q5VMGoJTKltn/agent.12 [2021-01-28T00:38:36.528Z] SSH_AGENT_PID=18 [2021-01-28T00:38:36.535Z] Running ssh-add (command line suppressed) [2021-01-28T00:38:36.687Z] Identity added: /w/workspace/edgex-go/324@tmp/private_key_7046521816277142604.key (/w/workspace/edgex-go/324@tmp/private_key_7046521816277142604.key) [2021-01-28T00:38:36.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:38:37.087Z] + git semver tag [2021-01-28T00:38:37.349Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:38:37.349Z] # $GIT_DIR = /w/workspace/edgex-go/324/.git [2021-01-28T00:38:37.349Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/324 [2021-01-28T00:38:37.349Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:38:37.349Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:38:37.349Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:38:37.349Z] # $SEMVER_BRANCH = master [2021-01-28T00:38:37.349Z] # $SEMVER_DIR = /w/workspace/edgex-go/324/.semver [2021-01-28T00:38:37.349Z] # 4a83cd830d92d64e3c8662a0b68849c078e73697 HEAD [2021-01-28T00:38:37.922Z] # -> Force: false [2021-01-28T00:38:37.922Z] # 0b0029843ff0f1cb75dd8427f466374c1200fc97 refs/tags/v2.0.0-dev.61 [Pipeline] } [2021-01-28T00:38:37.936Z] $ docker exec --env ******** --env ******** 360a45ffa7aa6879482b430ba0c97332fb071a8cc5e35eecd8f49414e2011fdd ssh-agent -k [2021-01-28T00:38:38.104Z] unset SSH_AUTH_SOCK; [2021-01-28T00:38:38.104Z] unset SSH_AGENT_PID; [2021-01-28T00:38:38.104Z] echo Agent pid 18 killed; [2021-01-28T00:38:38.188Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:38:38.687Z] + git semver [Pipeline] } [2021-01-28T00:38:38.705Z] $ docker stop --time=1 360a45ffa7aa6879482b430ba0c97332fb071a8cc5e35eecd8f49414e2011fdd [2021-01-28T00:38:40.107Z] $ docker rm -f 360a45ffa7aa6879482b430ba0c97332fb071a8cc5e35eecd8f49414e2011fdd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:40.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T00:38:40.773Z] [2021-01-28T00:38:40.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:41.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T00:38:41.149Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-28T00:38:41.149Z] ab5ef0e58194: Pulling fs layer [2021-01-28T00:38:41.149Z] 9712f1f96733: Pulling fs layer [2021-01-28T00:38:41.149Z] 63f879dbbcfc: Pulling fs layer [2021-01-28T00:38:41.149Z] 0d9ebad4ef96: Pulling fs layer [2021-01-28T00:38:41.149Z] e9a5061849ea: Pulling fs layer [2021-01-28T00:38:41.149Z] d747dcd14b5f: Pulling fs layer [2021-01-28T00:38:41.149Z] 2de7ff778b66: Pulling fs layer [2021-01-28T00:38:41.149Z] d747dcd14b5f: Waiting [2021-01-28T00:38:41.149Z] e9a5061849ea: Waiting [2021-01-28T00:38:41.149Z] 2de7ff778b66: Waiting [2021-01-28T00:38:41.149Z] 9712f1f96733: Verifying Checksum [2021-01-28T00:38:41.150Z] 9712f1f96733: Download complete [2021-01-28T00:38:43.083Z] 63f879dbbcfc: Verifying Checksum [2021-01-28T00:38:43.083Z] 63f879dbbcfc: Download complete [2021-01-28T00:38:43.083Z] e9a5061849ea: Verifying Checksum [2021-01-28T00:38:43.083Z] e9a5061849ea: Download complete [2021-01-28T00:38:43.083Z] d747dcd14b5f: Verifying Checksum [2021-01-28T00:38:43.083Z] d747dcd14b5f: Download complete [2021-01-28T00:38:43.674Z] 2de7ff778b66: Verifying Checksum [2021-01-28T00:38:43.674Z] 2de7ff778b66: Download complete [2021-01-28T00:38:43.945Z] 0d9ebad4ef96: Verifying Checksum [2021-01-28T00:38:43.945Z] 0d9ebad4ef96: Download complete [2021-01-28T00:38:43.945Z] ab5ef0e58194: Download complete [2021-01-28T00:38:49.305Z] ab5ef0e58194: Pull complete [2021-01-28T00:38:49.569Z] 9712f1f96733: Pull complete [2021-01-28T00:38:53.908Z] 63f879dbbcfc: Pull complete [2021-01-28T00:39:00.530Z] 0d9ebad4ef96: Pull complete [2021-01-28T00:39:02.484Z] e9a5061849ea: Pull complete [2021-01-28T00:39:02.484Z] d747dcd14b5f: Pull complete [2021-01-28T00:39:05.802Z] 2de7ff778b66: Pull complete [2021-01-28T00:39:05.802Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-28T00:39:05.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T00:39:05.802Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-28T00:39:06.008Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:39:06.074Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-28T00:39:09.375Z] $ docker top a980302a009e3bd4bc5ac2ff2cf08ab191e0853a1195bf0cf80ffba8be1841d9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:39:09.627Z] provisioning config files... [2021-01-28T00:39:09.687Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/324@tmp/config2851024586801493685tmp [2021-01-28T00:39:09.711Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/324@tmp/config1429108953123298074tmp [2021-01-28T00:39:09.728Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/324@tmp/config4974704396500188604tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:39:09.783Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:39:10.083Z] ---> sigul-configuration.sh [2021-01-28T00:39:10.083Z] gpg: directory `/root/.gnupg' created [2021-01-28T00:39:10.083Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-28T00:39:10.083Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-28T00:39:10.083Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-28T00:39:10.083Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-28T00:39:10.083Z] gpg: CAST5 encrypted data [2021-01-28T00:39:10.345Z] gpg: encrypted with 1 passphrase [2021-01-28T00:39:10.345Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-28T00:39:10.657Z] + mkdir /home/jenkins [2021-01-28T00:39:10.657Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-28T00:39:10.958Z] + 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-01-28T00:39:10.971Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:39:11.270Z] ---> sigul-install.sh [2021-01-28T00:39:17.874Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-28T00:39:18.180Z] + git tag --list [2021-01-28T00:39:18.180Z] 0.6.0 [2021-01-28T00:39:18.180Z] 0.6.1 [2021-01-28T00:39:18.180Z] 0.7.0 [2021-01-28T00:39:18.180Z] 0.7.1 [2021-01-28T00:39:18.180Z] v1.0.0 [2021-01-28T00:39:18.180Z] v1.0.1 [2021-01-28T00:39:18.180Z] v1.1.0 [2021-01-28T00:39:18.180Z] v1.2.0 [2021-01-28T00:39:18.180Z] v1.2.1 [2021-01-28T00:39:18.180Z] v1.2.2-dev.1 [2021-01-28T00:39:18.180Z] v1.2.2-dev.10 [2021-01-28T00:39:18.180Z] v1.2.2-dev.100 [2021-01-28T00:39:18.180Z] v1.2.2-dev.101 [2021-01-28T00:39:18.180Z] v1.2.2-dev.102 [2021-01-28T00:39:18.180Z] v1.2.2-dev.103 [2021-01-28T00:39:18.180Z] v1.2.2-dev.104 [2021-01-28T00:39:18.180Z] v1.2.2-dev.105 [2021-01-28T00:39:18.180Z] v1.2.2-dev.106 [2021-01-28T00:39:18.180Z] v1.2.2-dev.107 [2021-01-28T00:39:18.180Z] v1.2.2-dev.11 [2021-01-28T00:39:18.180Z] v1.2.2-dev.12 [2021-01-28T00:39:18.180Z] v1.2.2-dev.13 [2021-01-28T00:39:18.180Z] v1.2.2-dev.14 [2021-01-28T00:39:18.180Z] v1.2.2-dev.15 [2021-01-28T00:39:18.180Z] v1.2.2-dev.16 [2021-01-28T00:39:18.180Z] v1.2.2-dev.17 [2021-01-28T00:39:18.180Z] v1.2.2-dev.18 [2021-01-28T00:39:18.180Z] v1.2.2-dev.19 [2021-01-28T00:39:18.180Z] v1.2.2-dev.2 [2021-01-28T00:39:18.180Z] v1.2.2-dev.20 [2021-01-28T00:39:18.180Z] v1.2.2-dev.21 [2021-01-28T00:39:18.180Z] v1.2.2-dev.22 [2021-01-28T00:39:18.180Z] v1.2.2-dev.23 [2021-01-28T00:39:18.180Z] v1.2.2-dev.24 [2021-01-28T00:39:18.180Z] v1.2.2-dev.25 [2021-01-28T00:39:18.180Z] v1.2.2-dev.26 [2021-01-28T00:39:18.180Z] v1.2.2-dev.27 [2021-01-28T00:39:18.180Z] v1.2.2-dev.28 [2021-01-28T00:39:18.180Z] v1.2.2-dev.29 [2021-01-28T00:39:18.180Z] v1.2.2-dev.3 [2021-01-28T00:39:18.180Z] v1.2.2-dev.30 [2021-01-28T00:39:18.180Z] v1.2.2-dev.31 [2021-01-28T00:39:18.180Z] v1.2.2-dev.32 [2021-01-28T00:39:18.180Z] v1.2.2-dev.33 [2021-01-28T00:39:18.180Z] v1.2.2-dev.34 [2021-01-28T00:39:18.180Z] v1.2.2-dev.35 [2021-01-28T00:39:18.180Z] v1.2.2-dev.36 [2021-01-28T00:39:18.180Z] v1.2.2-dev.37 [2021-01-28T00:39:18.180Z] v1.2.2-dev.38 [2021-01-28T00:39:18.180Z] v1.2.2-dev.39 [2021-01-28T00:39:18.180Z] v1.2.2-dev.4 [2021-01-28T00:39:18.180Z] v1.2.2-dev.40 [2021-01-28T00:39:18.180Z] v1.2.2-dev.41 [2021-01-28T00:39:18.180Z] v1.2.2-dev.42 [2021-01-28T00:39:18.180Z] v1.2.2-dev.43 [2021-01-28T00:39:18.180Z] v1.2.2-dev.44 [2021-01-28T00:39:18.180Z] v1.2.2-dev.45 [2021-01-28T00:39:18.180Z] v1.2.2-dev.46 [2021-01-28T00:39:18.180Z] v1.2.2-dev.47 [2021-01-28T00:39:18.180Z] v1.2.2-dev.48 [2021-01-28T00:39:18.180Z] v1.2.2-dev.49 [2021-01-28T00:39:18.180Z] v1.2.2-dev.5 [2021-01-28T00:39:18.180Z] v1.2.2-dev.50 [2021-01-28T00:39:18.180Z] v1.2.2-dev.51 [2021-01-28T00:39:18.180Z] v1.2.2-dev.52 [2021-01-28T00:39:18.180Z] v1.2.2-dev.53 [2021-01-28T00:39:18.180Z] v1.2.2-dev.54 [2021-01-28T00:39:18.180Z] v1.2.2-dev.55 [2021-01-28T00:39:18.180Z] v1.2.2-dev.56 [2021-01-28T00:39:18.180Z] v1.2.2-dev.57 [2021-01-28T00:39:18.180Z] v1.2.2-dev.58 [2021-01-28T00:39:18.180Z] v1.2.2-dev.59 [2021-01-28T00:39:18.180Z] v1.2.2-dev.6 [2021-01-28T00:39:18.180Z] v1.2.2-dev.60 [2021-01-28T00:39:18.180Z] v1.2.2-dev.61 [2021-01-28T00:39:18.180Z] v1.2.2-dev.62 [2021-01-28T00:39:18.180Z] v1.2.2-dev.63 [2021-01-28T00:39:18.180Z] v1.2.2-dev.64 [2021-01-28T00:39:18.180Z] v1.2.2-dev.65 [2021-01-28T00:39:18.180Z] v1.2.2-dev.66 [2021-01-28T00:39:18.180Z] v1.2.2-dev.67 [2021-01-28T00:39:18.180Z] v1.2.2-dev.68 [2021-01-28T00:39:18.180Z] v1.2.2-dev.69 [2021-01-28T00:39:18.180Z] v1.2.2-dev.7 [2021-01-28T00:39:18.180Z] v1.2.2-dev.70 [2021-01-28T00:39:18.180Z] v1.2.2-dev.71 [2021-01-28T00:39:18.180Z] v1.2.2-dev.72 [2021-01-28T00:39:18.180Z] v1.2.2-dev.73 [2021-01-28T00:39:18.180Z] v1.2.2-dev.74 [2021-01-28T00:39:18.180Z] v1.2.2-dev.75 [2021-01-28T00:39:18.180Z] v1.2.2-dev.76 [2021-01-28T00:39:18.180Z] v1.2.2-dev.77 [2021-01-28T00:39:18.180Z] v1.2.2-dev.78 [2021-01-28T00:39:18.180Z] v1.2.2-dev.79 [2021-01-28T00:39:18.180Z] v1.2.2-dev.8 [2021-01-28T00:39:18.180Z] v1.2.2-dev.80 [2021-01-28T00:39:18.180Z] v1.2.2-dev.81 [2021-01-28T00:39:18.180Z] v1.2.2-dev.82 [2021-01-28T00:39:18.180Z] v1.2.2-dev.83 [2021-01-28T00:39:18.180Z] v1.2.2-dev.84 [2021-01-28T00:39:18.180Z] v1.2.2-dev.85 [2021-01-28T00:39:18.180Z] v1.2.2-dev.86 [2021-01-28T00:39:18.180Z] v1.2.2-dev.87 [2021-01-28T00:39:18.180Z] v1.2.2-dev.88 [2021-01-28T00:39:18.180Z] v1.2.2-dev.89 [2021-01-28T00:39:18.180Z] v1.2.2-dev.9 [2021-01-28T00:39:18.180Z] v1.2.2-dev.90 [2021-01-28T00:39:18.180Z] v1.2.2-dev.91 [2021-01-28T00:39:18.180Z] v1.2.2-dev.92 [2021-01-28T00:39:18.180Z] v1.2.2-dev.93 [2021-01-28T00:39:18.180Z] v1.2.2-dev.94 [2021-01-28T00:39:18.180Z] v1.2.2-dev.95 [2021-01-28T00:39:18.180Z] v1.2.2-dev.96 [2021-01-28T00:39:18.180Z] v1.2.2-dev.97 [2021-01-28T00:39:18.180Z] v1.2.2-dev.98 [2021-01-28T00:39:18.180Z] v1.2.2-dev.99 [2021-01-28T00:39:18.180Z] v1.3.0 [2021-01-28T00:39:18.180Z] v1.3.1-dev.1 [2021-01-28T00:39:18.180Z] v1.3.1-dev.10 [2021-01-28T00:39:18.180Z] v1.3.1-dev.11 [2021-01-28T00:39:18.180Z] v1.3.1-dev.12 [2021-01-28T00:39:18.180Z] v1.3.1-dev.13 [2021-01-28T00:39:18.180Z] v1.3.1-dev.14 [2021-01-28T00:39:18.180Z] v1.3.1-dev.15 [2021-01-28T00:39:18.180Z] v1.3.1-dev.16 [2021-01-28T00:39:18.180Z] v1.3.1-dev.17 [2021-01-28T00:39:18.180Z] v1.3.1-dev.18 [2021-01-28T00:39:18.180Z] v1.3.1-dev.2 [2021-01-28T00:39:18.180Z] v1.3.1-dev.3 [2021-01-28T00:39:18.180Z] v1.3.1-dev.4 [2021-01-28T00:39:18.180Z] v1.3.1-dev.5 [2021-01-28T00:39:18.180Z] v1.3.1-dev.6 [2021-01-28T00:39:18.180Z] v1.3.1-dev.7 [2021-01-28T00:39:18.180Z] v1.3.1-dev.8 [2021-01-28T00:39:18.180Z] v1.3.1-dev.9 [2021-01-28T00:39:18.180Z] v2.0.0-dev.1 [2021-01-28T00:39:18.180Z] v2.0.0-dev.10 [2021-01-28T00:39:18.180Z] v2.0.0-dev.11 [2021-01-28T00:39:18.180Z] v2.0.0-dev.12 [2021-01-28T00:39:18.180Z] v2.0.0-dev.13 [2021-01-28T00:39:18.180Z] v2.0.0-dev.14 [2021-01-28T00:39:18.180Z] v2.0.0-dev.15 [2021-01-28T00:39:18.180Z] v2.0.0-dev.16 [2021-01-28T00:39:18.180Z] v2.0.0-dev.17 [2021-01-28T00:39:18.180Z] v2.0.0-dev.18 [2021-01-28T00:39:18.180Z] v2.0.0-dev.19 [2021-01-28T00:39:18.180Z] v2.0.0-dev.2 [2021-01-28T00:39:18.180Z] v2.0.0-dev.20 [2021-01-28T00:39:18.180Z] v2.0.0-dev.21 [2021-01-28T00:39:18.180Z] v2.0.0-dev.22 [2021-01-28T00:39:18.180Z] v2.0.0-dev.23 [2021-01-28T00:39:18.180Z] v2.0.0-dev.24 [2021-01-28T00:39:18.180Z] v2.0.0-dev.25 [2021-01-28T00:39:18.180Z] v2.0.0-dev.26 [2021-01-28T00:39:18.180Z] v2.0.0-dev.27 [2021-01-28T00:39:18.180Z] v2.0.0-dev.28 [2021-01-28T00:39:18.180Z] v2.0.0-dev.29 [2021-01-28T00:39:18.180Z] v2.0.0-dev.3 [2021-01-28T00:39:18.180Z] v2.0.0-dev.30 [2021-01-28T00:39:18.180Z] v2.0.0-dev.31 [2021-01-28T00:39:18.180Z] v2.0.0-dev.32 [2021-01-28T00:39:18.180Z] v2.0.0-dev.33 [2021-01-28T00:39:18.180Z] v2.0.0-dev.34 [2021-01-28T00:39:18.180Z] v2.0.0-dev.35 [2021-01-28T00:39:18.180Z] v2.0.0-dev.36 [2021-01-28T00:39:18.180Z] v2.0.0-dev.37 [2021-01-28T00:39:18.180Z] v2.0.0-dev.38 [2021-01-28T00:39:18.180Z] v2.0.0-dev.39 [2021-01-28T00:39:18.180Z] v2.0.0-dev.4 [2021-01-28T00:39:18.180Z] v2.0.0-dev.40 [2021-01-28T00:39:18.180Z] v2.0.0-dev.41 [2021-01-28T00:39:18.180Z] v2.0.0-dev.42 [2021-01-28T00:39:18.180Z] v2.0.0-dev.43 [2021-01-28T00:39:18.180Z] v2.0.0-dev.44 [2021-01-28T00:39:18.180Z] v2.0.0-dev.45 [2021-01-28T00:39:18.180Z] v2.0.0-dev.46 [2021-01-28T00:39:18.180Z] v2.0.0-dev.47 [2021-01-28T00:39:18.180Z] v2.0.0-dev.48 [2021-01-28T00:39:18.180Z] v2.0.0-dev.49 [2021-01-28T00:39:18.180Z] v2.0.0-dev.5 [2021-01-28T00:39:18.180Z] v2.0.0-dev.50 [2021-01-28T00:39:18.180Z] v2.0.0-dev.51 [2021-01-28T00:39:18.180Z] v2.0.0-dev.52 [2021-01-28T00:39:18.180Z] v2.0.0-dev.53 [2021-01-28T00:39:18.180Z] v2.0.0-dev.54 [2021-01-28T00:39:18.180Z] v2.0.0-dev.55 [2021-01-28T00:39:18.180Z] v2.0.0-dev.56 [2021-01-28T00:39:18.180Z] v2.0.0-dev.57 [2021-01-28T00:39:18.180Z] v2.0.0-dev.58 [2021-01-28T00:39:18.180Z] v2.0.0-dev.59 [2021-01-28T00:39:18.180Z] v2.0.0-dev.6 [2021-01-28T00:39:18.180Z] v2.0.0-dev.60 [2021-01-28T00:39:18.180Z] v2.0.0-dev.61 [2021-01-28T00:39:18.180Z] v2.0.0-dev.7 [2021-01-28T00:39:18.180Z] v2.0.0-dev.8 [2021-01-28T00:39:18.180Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-28T00:39:18.485Z] + lftools sign git-tag v2.0.0-dev.61 [2021-01-28T00:39:19.878Z] Signing Git tag with Sigul... [2021-01-28T00:39:19.878Z] Signing v2.0.0-dev.61 [Pipeline] echo [2021-01-28T00:39:21.284Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:39:21.586Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-28T00:39:21.595Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-28T00:39:21.706Z] $ docker stop --time=1 a980302a009e3bd4bc5ac2ff2cf08ab191e0853a1195bf0cf80ffba8be1841d9 [2021-01-28T00:39:23.856Z] $ docker rm -f a980302a009e3bd4bc5ac2ff2cf08ab191e0853a1195bf0cf80ffba8be1841d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:24.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:39:24.684Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:24.791Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:39:24.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:39:25.968Z] $ docker top 9881b2ff45bdc45a182449271a42a1a74afd7fe86a031c3bb823f566fc41eff0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:39:26.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:39:26.297Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:39:26.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:39:26.527Z] $ docker exec 9881b2ff45bdc45a182449271a42a1a74afd7fe86a031c3bb823f566fc41eff0 ssh-agent [2021-01-28T00:39:26.711Z] SSH_AUTH_SOCK=/tmp/ssh-qfyGoGD4Ivhm/agent.11 [2021-01-28T00:39:26.711Z] SSH_AGENT_PID=17 [2021-01-28T00:39:26.719Z] Running ssh-add (command line suppressed) [2021-01-28T00:39:26.856Z] Identity added: /w/workspace/edgex-go/324@tmp/private_key_8671178163403264253.key (/w/workspace/edgex-go/324@tmp/private_key_8671178163403264253.key) [2021-01-28T00:39:26.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:39:27.273Z] + git semver bump pre [2021-01-28T00:39:27.274Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:39:27.274Z] # $GIT_DIR = /w/workspace/edgex-go/324/.git [2021-01-28T00:39:27.274Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/324 [2021-01-28T00:39:27.274Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:39:27.274Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:39:27.274Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:39:27.274Z] # $SEMVER_BRANCH = master [2021-01-28T00:39:27.274Z] # $SEMVER_DIR = /w/workspace/edgex-go/324/.semver [2021-01-28T00:39:27.274Z] 2.0.0-dev.62 [Pipeline] } [2021-01-28T00:39:27.288Z] $ docker exec --env ******** --env ******** 9881b2ff45bdc45a182449271a42a1a74afd7fe86a031c3bb823f566fc41eff0 ssh-agent -k [2021-01-28T00:39:27.416Z] unset SSH_AUTH_SOCK; [2021-01-28T00:39:27.416Z] unset SSH_AGENT_PID; [2021-01-28T00:39:27.416Z] echo Agent pid 17 killed; [2021-01-28T00:39:27.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:39:27.974Z] + git semver [Pipeline] } [2021-01-28T00:39:27.995Z] $ docker stop --time=1 9881b2ff45bdc45a182449271a42a1a74afd7fe86a031c3bb823f566fc41eff0 [2021-01-28T00:39:29.386Z] $ docker rm -f 9881b2ff45bdc45a182449271a42a1a74afd7fe86a031c3bb823f566fc41eff0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:29.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:39:29.934Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:30.045Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:39:30.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:39:31.080Z] $ docker top e061f6786a0ff4e5b6e76335fe43ad42c65f8812dba0cffa0877c9a1a14e15f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:39:31.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:39:31.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:39:31.839Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:39:31.843Z] $ docker exec e061f6786a0ff4e5b6e76335fe43ad42c65f8812dba0cffa0877c9a1a14e15f1 ssh-agent [2021-01-28T00:39:32.035Z] SSH_AUTH_SOCK=/tmp/ssh-J2okpEjWvxUJ/agent.11 [2021-01-28T00:39:32.035Z] SSH_AGENT_PID=16 [2021-01-28T00:39:32.043Z] Running ssh-add (command line suppressed) [2021-01-28T00:39:32.184Z] Identity added: /w/workspace/edgex-go/324@tmp/private_key_6509663795548706991.key (/w/workspace/edgex-go/324@tmp/private_key_6509663795548706991.key) [2021-01-28T00:39:32.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:39:32.659Z] + git semver push [2021-01-28T00:39:32.659Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:39:32.659Z] # $GIT_DIR = /w/workspace/edgex-go/324/.git [2021-01-28T00:39:32.659Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/324 [2021-01-28T00:39:32.659Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:39:32.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:39:32.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:39:32.659Z] # $SEMVER_BRANCH = master [2021-01-28T00:39:32.659Z] # $SEMVER_DIR = /w/workspace/edgex-go/324/.semver [Pipeline] } [2021-01-28T00:39:45.000Z] $ docker exec --env ******** --env ******** e061f6786a0ff4e5b6e76335fe43ad42c65f8812dba0cffa0877c9a1a14e15f1 ssh-agent -k [2021-01-28T00:39:45.170Z] unset SSH_AUTH_SOCK; [2021-01-28T00:39:45.170Z] unset SSH_AGENT_PID; [2021-01-28T00:39:45.170Z] echo Agent pid 16 killed; [2021-01-28T00:39:45.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:39:45.729Z] + git semver [Pipeline] } [2021-01-28T00:39:45.746Z] $ docker stop --time=1 e061f6786a0ff4e5b6e76335fe43ad42c65f8812dba0cffa0877c9a1a14e15f1 [2021-01-28T00:39:47.154Z] $ docker rm -f e061f6786a0ff4e5b6e76335fe43ad42c65f8812dba0cffa0877c9a1a14e15f1 [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-01-28T00:39:48.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:39:49.089Z] ---> package-listing.sh [2021-01-28T00:39:49.089Z] ++ facter osfamily [2021-01-28T00:39:49.089Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:39:49.089Z] + OS_FAMILY=redhat [2021-01-28T00:39:49.089Z] + workspace=/w/workspace/edgex-go/324 [2021-01-28T00:39:49.089Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:39:49.089Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:39:49.089Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:39:49.089Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:39:49.089Z] + '[' /w/workspace/edgex-go/324 ']' [2021-01-28T00:39:49.089Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:39:49.089Z] + case "${OS_FAMILY}" in [2021-01-28T00:39:49.089Z] + rpm -qa [2021-01-28T00:39:49.089Z] + sort [2021-01-28T00:39:54.392Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:39:54.392Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:39:54.392Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:39:54.392Z] + '[' /w/workspace/edgex-go/324 ']' [2021-01-28T00:39:54.392Z] + mkdir -p /w/workspace/edgex-go/324/archives/ [2021-01-28T00:39:54.392Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/324/archives/ [Pipeline] echo [2021-01-28T00:39:54.406Z] 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/324/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:39:54.697Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:55.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:39:55.002Z] [2021-01-28T00:39:55.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:55.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:39:55.358Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:39:55.358Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:39:55.358Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:39:55.358Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:39:55.358Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:39:55.358Z] 93b61091891f: Pulling fs layer [2021-01-28T00:39:55.358Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:39:55.358Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:39:55.358Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:39:55.358Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:39:55.358Z] 93b9cdb0e59b: Waiting [2021-01-28T00:39:55.358Z] 5e14af77c1be: Waiting [2021-01-28T00:39:55.358Z] 01666e4c0597: Waiting [2021-01-28T00:39:55.358Z] aa168da1d23b: Waiting [2021-01-28T00:39:55.358Z] 46f8f816bc3b: Waiting [2021-01-28T00:39:55.358Z] 93b61091891f: Waiting [2021-01-28T00:39:55.358Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:39:55.358Z] 36b3adc4ff6f: Download complete [2021-01-28T00:39:55.358Z] 46f8f816bc3b: Download complete [2021-01-28T00:39:55.623Z] 93b61091891f: Verifying Checksum [2021-01-28T00:39:55.623Z] 93b61091891f: Download complete [2021-01-28T00:39:55.623Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:39:55.623Z] df20fa9351a1: Download complete [2021-01-28T00:39:55.623Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:39:55.623Z] 93b9cdb0e59b: Download complete [2021-01-28T00:39:55.623Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:39:55.623Z] 5e14af77c1be: Download complete [2021-01-28T00:39:55.623Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:39:55.623Z] 01666e4c0597: Download complete [2021-01-28T00:39:55.886Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:39:55.886Z] 8ad3a11d3b57: Download complete [2021-01-28T00:39:55.886Z] df20fa9351a1: Pull complete [2021-01-28T00:39:56.150Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:39:57.574Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:39:57.837Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:39:57.837Z] aa168da1d23b: Download complete [2021-01-28T00:39:58.410Z] 46f8f816bc3b: Pull complete [2021-01-28T00:39:58.983Z] 93b61091891f: Pull complete [2021-01-28T00:39:58.983Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:39:59.246Z] 5e14af77c1be: Pull complete [2021-01-28T00:39:59.246Z] 01666e4c0597: Pull complete [2021-01-28T00:40:07.444Z] aa168da1d23b: Pull complete [2021-01-28T00:40:07.444Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:40:07.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:40:07.444Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:40:07.672Z] prd-centos7-docker-4c-2g-23553 does not seem to be running inside a container [2021-01-28T00:40:07.723Z] $ 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/324/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/324 -v /w/workspace/edgex-go/324:/w/workspace/edgex-go/324:rw,z -v /w/workspace/edgex-go/324@tmp:/w/workspace/edgex-go/324@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T00:40:10.324Z] $ docker top f077000b762f4004eed8d636fb562b51ca67018902a5c3039ffd5968edfabc21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:40:10.895Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:40:11.197Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:40:11.496Z] + ls /var/log/sa-host [2021-01-28T00:40:11.496Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:40:11.496Z] file_magic: OK [2021-01-28T00:40:11.496Z] HZ: Using current value: 100 [2021-01-28T00:40:11.496Z] file_header: OK [2021-01-28T00:40:11.496Z] 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-01-28T00:40:11.496Z] Statistics: [2021-01-28T00:40:11.496Z] Hnuu...uuuununununu... [2021-01-28T00:40:11.496Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:40:11.496Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:40:11.496Z] file_magic: OK [2021-01-28T00:40:11.496Z] HZ: Using current value: 100 [2021-01-28T00:40:11.496Z] file_header: OK [2021-01-28T00:40:11.496Z] 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-01-28T00:40:11.496Z] Statistics: [2021-01-28T00:40:11.496Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:40:11.496Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:40:11.695Z] provisioning config files... [2021-01-28T00:40:11.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/324@tmp/config1233934055962158538tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:40:11.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:12.088Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:40:12.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:40:12.188Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:12.486Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:40:12.501Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:12.806Z] ---> sudo-logs.sh [2021-01-28T00:40:12.806Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:40:12.824Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:13.139Z] ---> job-cost.sh [2021-01-28T00:40:13.139Z] lf-activate-venv: SKIPPING [2021-01-28T00:40:13.139Z] INFO: No Stack... [2021-01-28T00:40:14.111Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:40:14.706Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:40:14.743Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:15.185Z] ---> logs-deploy.sh [2021-01-28T00:40:15.185Z] lf-activate-venv: SKIPPING [2021-01-28T00:40:15.185Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/324 [2021-01-28T00:40:15.185Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:40:16.683Z] Archives upload complete. [2021-01-28T00:40:16.683Z] INFO: archiving logs to Nexus