Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f 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-22885 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/321 [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/321 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f (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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 Commit message: "feat(security): add build code in Dockerfile for both AMD64 and ARM64 of dockerize binary (#3082)" > git rev-list --no-walk eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T22:53:29.007Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T22:53:29.400Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T22:53:29.498Z] ========================================================= [2021-01-26T22:53:29.498Z] EdgeX Global Pipelines Version Info [2021-01-26T22:53:29.498Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T22:53:31.017Z] ------------------- [2021-01-26T22:53:31.017Z] stable info: [2021-01-26T22:53:31.017Z] ------------------- [2021-01-26T22:53:31.017Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T22:53:31.017Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T22:53:31.017Z] Message: update stable to v1.0.179 [2021-01-26T22:53:31.967Z] ------------------- [2021-01-26T22:53:31.967Z] experimental info: [2021-01-26T22:53:31.967Z] ------------------- [2021-01-26T22:53:31.967Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T22:53:31.967Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T22:53:31.967Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T22:53:32.240Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-26T22:53:32.333Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-26T22:53:32.430Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T22:53:32.529Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T22:53:32.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T22:53:32.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T22:53:32.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T22:53:32.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-26T22:53:33.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-26T22:53:33.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-26T22:53:33.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T22:53:33.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T22:53:33.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T22:53:33.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T22:53:33.684Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T22:53:33.775Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T22:53:33.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T22:53:34.054Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T22:53:34.174Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-26T22:53:34.271Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-26T22:53:34.375Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-26T22:53:34.473Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T22:53:34.565Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T22:53:34.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-26T22:53:34.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-26T22:53:34.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-26T22:53:35.007Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] echo [2021-01-26T22:53:35.143Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 668f0a3 [Pipeline] echo [2021-01-26T22:53:35.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T22:53:35.752Z] provisioning config files... [2021-01-26T22:53:35.808Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/321@tmp/config2131120613183239530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T22:53:36.172Z] ---> docker-login.sh [2021-01-26T22:53:36.172Z] nexus3.edgexfoundry.org:10001 [2021-01-26T22:53:36.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:53:36.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:53:36.700Z] Configure a credential helper to remove this warning. See [2021-01-26T22:53:36.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:53:36.700Z] [2021-01-26T22:53:36.700Z] Login Succeeded [2021-01-26T22:53:36.700Z] nexus3.edgexfoundry.org:10002 [2021-01-26T22:53:36.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:53:36.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:53:36.700Z] Configure a credential helper to remove this warning. See [2021-01-26T22:53:36.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:53:36.700Z] [2021-01-26T22:53:36.700Z] Login Succeeded [2021-01-26T22:53:36.700Z] nexus3.edgexfoundry.org:10003 [2021-01-26T22:53:36.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:53:36.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:53:36.965Z] Configure a credential helper to remove this warning. See [2021-01-26T22:53:36.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:53:36.965Z] [2021-01-26T22:53:36.965Z] Login Succeeded [2021-01-26T22:53:36.965Z] nexus3.edgexfoundry.org:10004 [2021-01-26T22:53:37.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:53:37.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:53:37.228Z] Configure a credential helper to remove this warning. See [2021-01-26T22:53:37.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:53:37.228Z] [2021-01-26T22:53:37.228Z] Login Succeeded [2021-01-26T22:53:37.228Z] docker.io [2021-01-26T22:53:37.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:53:37.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:53:37.492Z] Configure a credential helper to remove this warning. See [2021-01-26T22:53:37.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:53:37.492Z] [2021-01-26T22:53:37.492Z] Login Succeeded [2021-01-26T22:53:37.492Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T22:53:37.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T22:53:38.025Z] ++ 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-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/core-command/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/core-data/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-26T22:53:38.025Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T22:53:38.025Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-26T22:53:38.025Z] ++ cut -d/ -f2 [2021-01-26T22:53:38.025Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-26T22:53:38.111Z] 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-26T22:53:39.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T22:53:39.624Z] [2021-01-26T22:53:39.624Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:53:39.977Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T22:53:39.977Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T22:53:39.977Z] 31603596830f: Pulling fs layer [2021-01-26T22:53:39.977Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T22:53:39.977Z] 6ca5941a6612: Pulling fs layer [2021-01-26T22:53:39.977Z] ecc8261a40a4: Pulling fs layer [2021-01-26T22:53:39.977Z] ecc8261a40a4: Waiting [2021-01-26T22:53:39.977Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T22:53:39.977Z] 2a8b12db71e7: Download complete [2021-01-26T22:53:39.977Z] 31603596830f: Verifying Checksum [2021-01-26T22:53:39.977Z] 31603596830f: Download complete [2021-01-26T22:53:40.242Z] ecc8261a40a4: Verifying Checksum [2021-01-26T22:53:40.242Z] ecc8261a40a4: Download complete [2021-01-26T22:53:40.242Z] 6ca5941a6612: Verifying Checksum [2021-01-26T22:53:40.242Z] 6ca5941a6612: Download complete [2021-01-26T22:53:40.505Z] 31603596830f: Pull complete [2021-01-26T22:53:40.768Z] 2a8b12db71e7: Pull complete [2021-01-26T22:53:41.347Z] 6ca5941a6612: Pull complete [2021-01-26T22:53:41.622Z] ecc8261a40a4: Pull complete [2021-01-26T22:53:41.884Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T22:53:41.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T22:53:41.884Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T22:53:42.019Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T22:53:42.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T22:53:44.826Z] $ docker top 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T22:53:45.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T22:53:45.139Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T22:53:45.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T22:53:45.415Z] $ docker exec 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d ssh-agent [2021-01-26T22:53:45.591Z] SSH_AUTH_SOCK=/tmp/ssh-mCOAi95KIYeZ/agent.12 [2021-01-26T22:53:45.591Z] SSH_AGENT_PID=18 [2021-01-26T22:53:45.603Z] Running ssh-add (command line suppressed) [2021-01-26T22:53:45.736Z] Identity added: /w/workspace/edgex-go/321@tmp/private_key_6817003758577100434.key (/w/workspace/edgex-go/321@tmp/private_key_6817003758577100434.key) [2021-01-26T22:53:45.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T22:53:46.131Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T22:53:46.154Z] $ docker exec --env ******** --env ******** 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d ssh-agent -k [2021-01-26T22:53:46.272Z] unset SSH_AUTH_SOCK; [2021-01-26T22:53:46.273Z] unset SSH_AGENT_PID; [2021-01-26T22:53:46.273Z] echo Agent pid 18 killed; [2021-01-26T22:53:46.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T22:53:46.463Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T22:53:46.463Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T22:53:46.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T22:53:46.644Z] $ docker exec 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d ssh-agent [2021-01-26T22:53:46.821Z] SSH_AUTH_SOCK=/tmp/ssh-ZM6aVg9CYOcC/agent.48 [2021-01-26T22:53:46.821Z] SSH_AGENT_PID=54 [2021-01-26T22:53:46.828Z] Running ssh-add (command line suppressed) [2021-01-26T22:53:46.952Z] Identity added: /w/workspace/edgex-go/321@tmp/private_key_3028939252330454865.key (/w/workspace/edgex-go/321@tmp/private_key_3028939252330454865.key) [2021-01-26T22:53:47.012Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T22:53:47.353Z] + git semver init [2021-01-26T22:53:47.353Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T22:53:47.353Z] # $GIT_DIR = /w/workspace/edgex-go/321/.git [2021-01-26T22:53:47.353Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/321 [2021-01-26T22:53:47.353Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T22:53:47.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T22:53:47.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T22:53:47.353Z] # $SEMVER_BRANCH = master [2021-01-26T22:53:47.353Z] # $SEMVER_TEMP = /tmp/semver-144393416 [2021-01-26T22:53:47.353Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-26T22:54:05.563Z] # '/tmp/semver-144393416' -> '/w/workspace/edgex-go/321/.semver' [2021-01-26T22:54:05.563Z] # -> Force: false [2021-01-26T22:54:05.563Z] # $SEMVER_DIR = /w/workspace/edgex-go/321/.semver [Pipeline] } [2021-01-26T22:54:05.582Z] $ docker exec --env ******** --env ******** 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d ssh-agent -k [2021-01-26T22:54:05.918Z] unset SSH_AUTH_SOCK; [2021-01-26T22:54:05.919Z] unset SSH_AGENT_PID; [2021-01-26T22:54:05.919Z] echo Agent pid 54 killed; [2021-01-26T22:54:06.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T22:54:06.522Z] + git semver [Pipeline] } [2021-01-26T22:54:06.543Z] $ docker stop --time=1 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d [2021-01-26T22:54:08.180Z] $ docker rm -f 13eab1ee35fb230a820f971bbda571d616f643b8aecc0a79dd0d3330113e6a8d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T22:54:08.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T22:54:09.248Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T22:54:09.250Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.58 [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-26T22:54:10.135Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T22:54:10.445Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T22:54:10.746Z] + sudo service docker restart [2021-01-26T22:54:10.746Z] + true [2021-01-26T22:54:10.746Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-26T22:54:11.338Z] ========================================================= [2021-01-26T22:54:11.338Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T22:54:11.338Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:54:11.681Z] + 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-26T22:54:17.004Z] Sending build context to Docker daemon 327.1MB [2021-01-26T22:54:17.004Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T22:54:17.004Z] Step 2/6 : FROM ${BASE} [2021-01-26T22:54:17.004Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T22:54:17.004Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T22:54:17.004Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T22:54:17.004Z] de9db76c5a1d: Pulling fs layer [2021-01-26T22:54:17.004Z] bca2f99d35d6: Pulling fs layer [2021-01-26T22:54:17.004Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T22:54:17.004Z] 7c6f9722023f: Pulling fs layer [2021-01-26T22:54:17.004Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T22:54:17.004Z] 93359f2a8cfa: Waiting [2021-01-26T22:54:17.004Z] 7c6f9722023f: Waiting [2021-01-26T22:54:17.004Z] a35cf1a2eb13: Waiting [2021-01-26T22:54:17.004Z] bca2f99d35d6: Waiting [2021-01-26T22:54:17.004Z] de9db76c5a1d: Verifying Checksum [2021-01-26T22:54:17.004Z] de9db76c5a1d: Download complete [2021-01-26T22:54:17.004Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T22:54:17.004Z] 0ef7d3d256c8: Download complete [2021-01-26T22:54:17.004Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T22:54:17.004Z] 93359f2a8cfa: Download complete [2021-01-26T22:54:17.581Z] 7c6f9722023f: Download complete [2021-01-26T22:54:17.581Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T22:54:17.581Z] 188c0c94c7c5: Download complete [2021-01-26T22:54:17.846Z] 188c0c94c7c5: Pull complete [2021-01-26T22:54:18.115Z] 0ef7d3d256c8: Pull complete [2021-01-26T22:54:18.383Z] de9db76c5a1d: Pull complete [2021-01-26T22:54:18.962Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T22:54:18.962Z] a35cf1a2eb13: Download complete [2021-01-26T22:54:19.914Z] bca2f99d35d6: Verifying Checksum [2021-01-26T22:54:19.914Z] bca2f99d35d6: Download complete [2021-01-26T22:54:24.624Z] Still waiting to schedule task [2021-01-26T22:54:24.625Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-26T22:54:26.578Z] bca2f99d35d6: Pull complete [2021-01-26T22:54:26.578Z] 93359f2a8cfa: Pull complete [2021-01-26T22:54:26.578Z] 7c6f9722023f: Pull complete [2021-01-26T22:54:30.822Z] a35cf1a2eb13: Pull complete [2021-01-26T22:54:30.822Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T22:54:30.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T22:54:30.822Z] ---> a62c8e92a672 [2021-01-26T22:54:30.822Z] 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-26T22:54:30.822Z] ---> Running in ae098057ee6a [2021-01-26T22:54:31.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:54:32.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:54:33.297Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T22:54:33.297Z] (2/12) Installing file (5.38-r0) [2021-01-26T22:54:33.297Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T22:54:33.560Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T22:54:37.784Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T22:54:37.784Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T22:54:37.784Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T22:54:37.784Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T22:54:37.784Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T22:54:38.048Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T22:54:38.048Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T22:54:38.312Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T22:54:38.312Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:54:38.312Z] OK: 233 MiB in 51 packages [2021-01-26T22:54:42.556Z] Removing intermediate container ae098057ee6a [2021-01-26T22:54:42.556Z] ---> bd9e22ff92f8 [2021-01-26T22:54:42.556Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T22:54:42.556Z] ---> Running in c9aefc3afb78 [2021-01-26T22:54:42.556Z] Removing intermediate container c9aefc3afb78 [2021-01-26T22:54:42.556Z] ---> b9eb489ce2b2 [2021-01-26T22:54:42.556Z] Step 5/6 : COPY go.mod . [2021-01-26T22:54:42.819Z] ---> a95b0124cbf6 [2021-01-26T22:54:42.819Z] Step 6/6 : RUN go mod download [2021-01-26T22:54:42.819Z] ---> Running in 2b20196f0320 [2021-01-26T22:55:04.869Z] Removing intermediate container 2b20196f0320 [2021-01-26T22:55:04.869Z] ---> 41cb36272134 [2021-01-26T22:55:04.869Z] Successfully built 41cb36272134 [2021-01-26T22:55:04.869Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:55:05.191Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T22:55:05.191Z] . [Pipeline] withDockerContainer [2021-01-26T22:55:05.299Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T22:55:05.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T22:55:06.217Z] $ docker top 1f60925c3e120f255494dfbbbf8da6f0ea6bb43df010a0e67d66eb4e058f257f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T22:55:06.716Z] + go version [2021-01-26T22:55:06.716Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T22:55:06.740Z] $ docker stop --time=1 1f60925c3e120f255494dfbbbf8da6f0ea6bb43df010a0e67d66eb4e058f257f [2021-01-26T22:55:08.122Z] $ docker rm -f 1f60925c3e120f255494dfbbbf8da6f0ea6bb43df010a0e67d66eb4e058f257f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:55:08.994Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T22:55:08.994Z] . [Pipeline] withDockerContainer [2021-01-26T22:55:09.095Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T22:55:09.150Z] $ 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/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T22:55:09.837Z] $ docker top c1350ed74bf7b124e435a4b140cc5388ed612a1bcd8b24496c24105b113c6fae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T22:55:10.071Z] ========================================================= [2021-01-26T22:55:10.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-26T22:55:10.072Z] ========================================================= [Pipeline] sh [2021-01-26T22:55:10.370Z] + make test [2021-01-26T22:55:10.370Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-26T22:55:20.467Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-26T22:55:35.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-26T22:55:42.360Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-26T22:55:42.360Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-26T22:55:42.360Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-26T22:55:42.360Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-26T22:55:46.061Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-26T22:55:48.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-26T22:55:48.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-26T22:55:48.014Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-26T22:55:50.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-26T22:55:50.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-26T22:55:50.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-26T22:55:50.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-26T22:55:50.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-26T22:55:50.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-26T22:55:54.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-26T22:55:54.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-26T22:55:54.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-26T22:55:54.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-26T22:55:54.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 82.3% of statements [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-26T22:55:54.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-26T22:55:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-26T22:55:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 92.8% of statements [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-26T22:56:00.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-01-26T22:56:00.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 63.5% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.0% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-26T22:56:12.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-26T22:56:12.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.801s coverage: 29.1% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-26T22:56:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-01-26T22:56:13.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-26T22:56:13.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-26T22:56:14.263Z] GO111MODULE=on go vet ./... [2021-01-26T22:56:41.018Z] gofmt -l . [2021-01-26T22:56:41.018Z] [ "`gofmt -l .`" = "" ] [2021-01-26T22:56:41.018Z] ./bin/test-go-mod-tidy.sh [2021-01-26T22:56:41.018Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-26T22:56:41.334Z] + ls -al . [2021-01-26T22:56:41.334Z] total 668 [2021-01-26T22:56:41.334Z] drwxrwxr-x 10 1001 1001 4096 Jan 26 22:56 . [2021-01-26T22:56:41.334Z] drwxr-xr-x 4 root root 32 Jan 26 22:55 .. [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 11 Jan 26 22:53 .dockerignore [2021-01-26T22:56:41.334Z] drwxrwxr-x 8 1001 1001 162 Jan 26 22:53 .git [2021-01-26T22:56:41.334Z] drwxrwxr-x 3 1001 1001 125 Jan 26 22:53 .github [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 872 Jan 26 22:53 .gitignore [2021-01-26T22:56:41.334Z] drwx------ 3 1001 1001 45 Jan 26 22:54 .semver [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 22:53 .sonarcloud.properties [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 7859 Jan 26 22:53 Attribution.txt [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 22:53 CONTRIBUTING.md [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 931 Jan 26 22:53 Dockerfile.build [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 863 Jan 26 22:53 Jenkinsfile [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 22:53 LICENSE [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 6001 Jan 26 22:53 Makefile [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 6524 Jan 26 22:53 README.md [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 6755 Jan 26 22:53 SECURITY.md [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 12 Jan 26 22:54 VERSION [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 4131 Jan 26 22:53 ZMQWindows.md [2021-01-26T22:56:41.334Z] drwxrwxr-x 2 1001 1001 117 Jan 26 22:53 bin [2021-01-26T22:56:41.334Z] drwxrwxr-x 15 1001 1001 4096 Jan 26 22:53 cmd [2021-01-26T22:56:41.334Z] -rw-r--r-- 1 root root 564700 Jan 26 22:56 coverage.out [2021-01-26T22:56:41.334Z] -rw-r--r-- 1 root root 1053 Jan 26 22:56 go.mod [2021-01-26T22:56:41.334Z] -rw-r--r-- 1 root root 18995 Jan 26 22:56 go.sum [2021-01-26T22:56:41.334Z] drwxrwxr-x 8 1001 1001 127 Jan 26 22:53 internal [2021-01-26T22:56:41.334Z] drwxrwxr-x 4 1001 1001 26 Jan 26 22:53 openapi [2021-01-26T22:56:41.334Z] drwxrwxr-x 4 1001 1001 71 Jan 26 22:53 snap [2021-01-26T22:56:41.334Z] -rw-rw-r-- 1 1001 1001 168 Jan 26 22:53 version.go [Pipeline] sh [2021-01-26T22:56:41.640Z] + '[' -e coverage.out ] [2021-01-26T22:56:41.640Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-26T22:56:41.897Z] Stashed 1 file(s) [Pipeline] sh [2021-01-26T22:56:42.200Z] + make build [2021-01-26T22:56:42.200Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T22:56:47.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T22:56:54.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T22:56:55.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T22:56:57.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T22:56:57.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T22:56:59.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T22:57:00.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T22:57:01.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T22:57:03.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T22:57:03.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T22:57:04.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T22:57:06.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-26T22:57:07.783Z] $ docker stop --time=1 c1350ed74bf7b124e435a4b140cc5388ed612a1bcd8b24496c24105b113c6fae [2021-01-26T22:57:09.490Z] $ docker rm -f c1350ed74bf7b124e435a4b140cc5388ed612a1bcd8b24496c24105b113c6fae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:57:13.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T22:57:13.742Z] [2021-01-26T22:57:13.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:57:14.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T22:57:14.116Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-26T22:57:14.116Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-26T22:57:14.116Z] ca9280d653b3: Pulling fs layer [2021-01-26T22:57:14.116Z] 7e9c9ca2126c: Pulling fs layer [2021-01-26T22:57:14.116Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-26T22:57:14.116Z] cbdbe7a5bc2a: Download complete [2021-01-26T22:57:14.698Z] cbdbe7a5bc2a: Pull complete [2021-01-26T22:57:14.698Z] ca9280d653b3: Verifying Checksum [2021-01-26T22:57:14.698Z] ca9280d653b3: Download complete [2021-01-26T22:57:16.115Z] ca9280d653b3: Pull complete [2021-01-26T22:57:16.115Z] 7e9c9ca2126c: Download complete [2021-01-26T22:57:22.757Z] 7e9c9ca2126c: Pull complete [2021-01-26T22:57:22.757Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-26T22:57:22.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T22:57:22.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-26T22:57:22.911Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T22:57:22.963Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-26T22:57:26.166Z] $ docker top 76742a74cb785e68d7296065b9117d13b9f697bb4f9e52eeb399121675676baf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T22:57:26.733Z] + docker-compose build --help [2021-01-26T22:57:26.733Z] + grep parallel [2021-01-26T22:57:27.685Z] --parallel Build images in parallel. [Pipeline] } [2021-01-26T22:57:27.962Z] $ docker stop --time=1 76742a74cb785e68d7296065b9117d13b9f697bb4f9e52eeb399121675676baf [2021-01-26T22:57:29.374Z] $ docker rm -f 76742a74cb785e68d7296065b9117d13b9f697bb4f9e52eeb399121675676baf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:57:30.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T22:57:30.039Z] . [Pipeline] withDockerContainer [2021-01-26T22:57:30.141Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T22:57:30.191Z] $ 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/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@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-26T22:57:30.944Z] $ docker top 889fc24f9fa2df7a07f4978d689c2c41af6aa25f260764456e8d23414745b1e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T22:57:31.578Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T22:57:33.005Z] Building docker-core-command-go ... [2021-01-26T22:57:33.005Z] Building docker-core-data-go ... [2021-01-26T22:57:33.005Z] Building docker-core-metadata-go ... [2021-01-26T22:57:33.005Z] Building docker-security-bootstrapper-go ... [2021-01-26T22:57:33.005Z] Building docker-security-proxy-setup-go ... [2021-01-26T22:57:33.005Z] Building docker-security-secretstore-setup-go ... [2021-01-26T22:57:33.005Z] Building docker-support-notifications-go ... [2021-01-26T22:57:33.005Z] Building docker-support-scheduler-go ... [2021-01-26T22:57:33.005Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T22:57:33.005Z] Building docker-core-metadata-go [2021-01-26T22:57:33.005Z] Building docker-security-secretstore-setup-go [2021-01-26T22:57:33.005Z] Building docker-support-notifications-go [2021-01-26T22:57:33.005Z] Building docker-security-bootstrapper-go [2021-01-26T22:57:33.005Z] Building docker-core-command-go [2021-01-26T22:58:05.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T22:58:05.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T22:58:05.285Z] ---> 41cb36272134 [2021-01-26T22:58:05.285Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T22:58:05.285Z] [2021-01-26T22:58:05.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T22:58:05.285Z] ---> 41cb36272134 [2021-01-26T22:58:05.285Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T22:58:05.285Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T22:58:05.285Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T22:58:05.285Z] ---> 41cb36272134 [2021-01-26T22:58:05.285Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T22:58:05.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T22:58:05.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T22:58:05.285Z] ---> 41cb36272134 [2021-01-26T22:58:05.285Z] Step 3/23 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T22:58:05.285Z] [2021-01-26T22:58:05.285Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T22:58:05.285Z] ---> 41cb36272134 [2021-01-26T22:58:05.285Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T22:58:05.383Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22886 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-26T22:58:05.482Z] Running in /w/workspace/edgex-go/321 [Pipeline] { [Pipeline] checkout [2021-01-26T22:58:05.869Z] ---> Running in cf8fe9ccd642 [2021-01-26T22:58:05.870Z] ---> Running in d7859c8cf4e0 [2021-01-26T22:58:05.870Z] ---> Running in eb6284d0c20e [2021-01-26T22:58:05.870Z] ---> Running in cf941f19a595 [2021-01-26T22:58:05.870Z] ---> Running in ca8f3ea6b5c9 [2021-01-26T22:58:06.142Z] Removing intermediate container cf8fe9ccd642 [2021-01-26T22:58:06.142Z] ---> 6ec96e22b195 [2021-01-26T22:58:06.142Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T22:58:06.142Z] Removing intermediate container eb6284d0c20e [2021-01-26T22:58:06.142Z] ---> 2516db3ca4d6 [2021-01-26T22:58:06.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T22:58:06.142Z] Removing intermediate container d7859c8cf4e0 [2021-01-26T22:58:06.142Z] ---> 7511181da6a9 [2021-01-26T22:58:06.142Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T22:58:06.142Z] Removing intermediate container ca8f3ea6b5c9 [2021-01-26T22:58:06.142Z] ---> 06cf18bcccb8 [2021-01-26T22:58:06.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T22:58:06.409Z] Removing intermediate container cf941f19a595 [2021-01-26T22:58:06.409Z] ---> 3175e6dfafdd [2021-01-26T22:58:06.409Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T22:58:06.409Z] ---> Running in a499b0f4aafd [2021-01-26T22:58:06.409Z] ---> Running in cbc8c92f57bc [2021-01-26T22:58:06.409Z] ---> Running in 3dd06845b58c [2021-01-26T22:58:06.409Z] ---> Running in 98e8d763fa01 [2021-01-26T22:58:06.409Z] ---> Running in 8619001446e3 [2021-01-26T22:58:08.989Z] Removing intermediate container a499b0f4aafd [2021-01-26T22:58:08.989Z] ---> 1a1700fe35bc [2021-01-26T22:58:08.989Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T22:58:08.989Z] Removing intermediate container cbc8c92f57bc [2021-01-26T22:58:08.989Z] ---> 0c55411b5761 [2021-01-26T22:58:08.989Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T22:58:08.989Z] ---> Running in 9b200ae4a881 [2021-01-26T22:58:09.258Z] ---> Running in 18ef2061799b [2021-01-26T22:58:09.258Z] Removing intermediate container 98e8d763fa01 [2021-01-26T22:58:09.258Z] ---> 88e4d3d97be3 [2021-01-26T22:58:09.258Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T22:58:09.258Z] Removing intermediate container 3dd06845b58c [2021-01-26T22:58:09.258Z] ---> 70be37e631cd [2021-01-26T22:58:09.258Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T22:58:09.258Z] Removing intermediate container 8619001446e3 [2021-01-26T22:58:09.258Z] ---> e3715958fcb6 [2021-01-26T22:58:09.258Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T22:58:09.526Z] ---> Running in dc55255257d2 [2021-01-26T22:58:09.526Z] ---> Running in 1930572fee6d [2021-01-26T22:58:09.526Z] ---> Running in 156baa140ec8 [2021-01-26T22:58:10.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.797Z] using credential edgex-jenkins-ssh [2021-01-26T22:58:10.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:10.945Z] Cloning the remote Git repository [2021-01-26T22:58:11.194Z] OK: 233 MiB in 51 packages [2021-01-26T22:58:11.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:58:11.194Z] OK: 233 MiB in 51 packages [2021-01-26T22:58:11.458Z] OK: 233 MiB in 51 packages [2021-01-26T22:58:11.458Z] OK: 233 MiB in 51 packages [2021-01-26T22:58:11.727Z] OK: 233 MiB in 51 packages [2021-01-26T22:58:11.727Z] Removing intermediate container 9b200ae4a881 [2021-01-26T22:58:11.727Z] ---> 92785448a8de [2021-01-26T22:58:11.727Z] Step 6/22 : COPY go.mod . [2021-01-26T22:58:11.010Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-26T22:58:11.116Z] > git init /w/workspace/edgex-go/321 # timeout=10 [2021-01-26T22:58:11.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T22:58:11.188Z] > git --version # timeout=10 [2021-01-26T22:58:11.207Z] > git --version # 'git version 2.17.1' [2021-01-26T22:58:11.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T22:58:11.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T22:58:11.996Z] ---> 5cef9a168449 [2021-01-26T22:58:11.996Z] Step 7/22 : RUN go mod download [2021-01-26T22:58:12.265Z] Removing intermediate container dc55255257d2 [2021-01-26T22:58:12.265Z] ---> f34146e95b46 [2021-01-26T22:58:12.265Z] Step 6/23 : COPY go.mod . [2021-01-26T22:58:12.265Z] ---> Running in a1e5766e9ebe [2021-01-26T22:58:12.531Z] Removing intermediate container 1930572fee6d [2021-01-26T22:58:12.531Z] ---> 42ad6c5902c1 [2021-01-26T22:58:12.531Z] Step 6/24 : COPY go.mod . [2021-01-26T22:58:12.531Z] ---> 00853a991d0e [2021-01-26T22:58:12.531Z] Step 7/23 : RUN go mod download [2021-01-26T22:58:12.800Z] ---> Running in a0b89c207d5c [2021-01-26T22:58:12.800Z] Removing intermediate container 156baa140ec8 [2021-01-26T22:58:12.800Z] ---> fca69c163fa7 [2021-01-26T22:58:12.800Z] Step 6/23 : COPY go.mod . [2021-01-26T22:58:13.064Z] Removing intermediate container 18ef2061799b [2021-01-26T22:58:13.064Z] ---> f93491c2623d [2021-01-26T22:58:13.064Z] Step 6/33 : COPY go.mod . [2021-01-26T22:58:13.064Z] ---> 8e03db436ef4 [2021-01-26T22:58:13.064Z] Step 7/24 : RUN go mod download [2021-01-26T22:58:13.329Z] ---> Running in b40723174bbe [2021-01-26T22:58:13.597Z] ---> b9ae51df7d90 [2021-01-26T22:58:13.597Z] Step 7/23 : RUN go mod download [2021-01-26T22:58:13.597Z] ---> faedf6a7325d [2021-01-26T22:58:13.597Z] Step 7/33 : RUN go mod download [2021-01-26T22:58:13.597Z] ---> Running in baba6c549e2d [2021-01-26T22:58:13.597Z] ---> Running in 17fd7ad99940 [2021-01-26T22:58:15.024Z] Removing intermediate container a1e5766e9ebe [2021-01-26T22:58:15.024Z] ---> 04ae6616160c [2021-01-26T22:58:15.024Z] Step 8/22 : COPY . . [2021-01-26T22:58:15.024Z] Removing intermediate container a0b89c207d5c [2021-01-26T22:58:15.024Z] ---> 415f1ed771d6 [2021-01-26T22:58:15.024Z] Step 8/23 : COPY . . [2021-01-26T22:58:15.616Z] Removing intermediate container b40723174bbe [2021-01-26T22:58:15.616Z] ---> ad4d7ca7e201 [2021-01-26T22:58:15.616Z] Step 8/24 : COPY . . [2021-01-26T22:58:22.265Z] Removing intermediate container 17fd7ad99940 [2021-01-26T22:58:22.265Z] ---> c1f5d33a6947 [2021-01-26T22:58:22.265Z] Step 8/33 : COPY . . [2021-01-26T22:58:22.265Z] Removing intermediate container baba6c549e2d [2021-01-26T22:58:22.265Z] ---> 588a2ff3c2a7 [2021-01-26T22:58:22.265Z] Step 8/23 : COPY . . [2021-01-26T22:58:27.719Z] Checking out Revision 668f0a3a269f3b051418dc2678a30c23b2beea7f (master) [2021-01-26T22:58:27.026Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T22:58:27.050Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T22:58:27.078Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T22:58:27.112Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T22:58:27.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T22:58:27.125Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T22:58:27.738Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T22:58:27.757Z] > git checkout -f 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-26T22:58:32.392Z] Commit message: "feat(security): add build code in Dockerfile for both AMD64 and ARM64 of dockerize binary (#3082)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T22:58:33.860Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T22:58:34.292Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T22:58:34.633Z] + + sudo service docker restart [2021-01-26T22:58:34.633Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T22:58:36.701Z] provisioning config files... [2021-01-26T22:58:36.747Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/321@tmp/config5806615643636066909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T22:58:37.323Z] ---> docker-login.sh [2021-01-26T22:58:37.323Z] nexus3.edgexfoundry.org:10001 [2021-01-26T22:58:38.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:58:38.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:58:38.593Z] Configure a credential helper to remove this warning. See [2021-01-26T22:58:38.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:58:38.593Z] [2021-01-26T22:58:38.593Z] Login Succeeded [2021-01-26T22:58:38.593Z] nexus3.edgexfoundry.org:10002 [2021-01-26T22:58:38.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:58:39.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:58:39.143Z] Configure a credential helper to remove this warning. See [2021-01-26T22:58:39.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:58:39.143Z] [2021-01-26T22:58:39.143Z] Login Succeeded [2021-01-26T22:58:39.143Z] nexus3.edgexfoundry.org:10003 [2021-01-26T22:58:39.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:58:39.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:58:39.699Z] Configure a credential helper to remove this warning. See [2021-01-26T22:58:39.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:58:39.699Z] [2021-01-26T22:58:39.699Z] Login Succeeded [2021-01-26T22:58:39.699Z] nexus3.edgexfoundry.org:10004 [2021-01-26T22:58:39.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:58:40.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:58:40.246Z] Configure a credential helper to remove this warning. See [2021-01-26T22:58:40.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:58:40.246Z] [2021-01-26T22:58:40.246Z] Login Succeeded [2021-01-26T22:58:40.246Z] docker.io [2021-01-26T22:58:40.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T22:58:41.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T22:58:41.127Z] Configure a credential helper to remove this warning. See [2021-01-26T22:58:41.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T22:58:41.127Z] [2021-01-26T22:58:41.127Z] Login Succeeded [2021-01-26T22:58:41.127Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T22:58:41.146Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-26T22:58:41.595Z] ========================================================= [2021-01-26T22:58:41.596Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T22:58:41.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:58:41.975Z] + 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-26T22:58:44.658Z] Sending build context to Docker daemon 165.9MB [2021-01-26T22:58:44.658Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T22:58:44.658Z] Step 2/6 : FROM ${BASE} [2021-01-26T22:58:44.658Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T22:58:44.658Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T22:58:44.658Z] a4357932f1b6: Pulling fs layer [2021-01-26T22:58:44.658Z] 18c013af1878: Pulling fs layer [2021-01-26T22:58:44.658Z] 00ac8860ef70: Pulling fs layer [2021-01-26T22:58:44.658Z] 63d7cb157983: Pulling fs layer [2021-01-26T22:58:44.658Z] b116817d02f9: Pulling fs layer [2021-01-26T22:58:44.658Z] 745a02a5169b: Pulling fs layer [2021-01-26T22:58:44.658Z] 00ac8860ef70: Waiting [2021-01-26T22:58:44.658Z] 63d7cb157983: Waiting [2021-01-26T22:58:44.658Z] b116817d02f9: Waiting [2021-01-26T22:58:44.658Z] 745a02a5169b: Waiting [2021-01-26T22:58:44.658Z] 18c013af1878: Download complete [2021-01-26T22:58:44.658Z] a4357932f1b6: Verifying Checksum [2021-01-26T22:58:44.658Z] a4357932f1b6: Download complete [2021-01-26T22:58:44.658Z] 63d7cb157983: Verifying Checksum [2021-01-26T22:58:44.659Z] 63d7cb157983: Download complete [2021-01-26T22:58:44.659Z] b116817d02f9: Verifying Checksum [2021-01-26T22:58:44.659Z] b116817d02f9: Download complete [2021-01-26T22:58:44.659Z] 5f621e34cdf4: Download complete [2021-01-26T22:58:45.262Z] 5f621e34cdf4: Pull complete [2021-01-26T22:58:45.871Z] a4357932f1b6: Pull complete [2021-01-26T22:58:46.156Z] 18c013af1878: Pull complete [2021-01-26T22:58:47.152Z] 745a02a5169b: Download complete [2021-01-26T22:58:48.153Z] 00ac8860ef70: Verifying Checksum [2021-01-26T22:58:48.153Z] 00ac8860ef70: Download complete [2021-01-26T22:58:58.345Z] 00ac8860ef70: Pull complete [2021-01-26T22:58:58.617Z] 63d7cb157983: Pull complete [2021-01-26T22:58:58.890Z] b116817d02f9: Pull complete [2021-01-26T22:59:01.508Z] ---> 68d5822e18e2 [2021-01-26T22:59:01.508Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T22:59:01.508Z] ---> e2379c0dd0c9 [2021-01-26T22:59:01.508Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T22:59:01.508Z] ---> 98350a63ad86 [2021-01-26T22:59:01.508Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T22:59:01.508Z] ---> c71d5562d211 [2021-01-26T22:59:01.508Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T22:59:01.508Z] ---> 229fbbc20cde [2021-01-26T22:59:01.508Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-26T22:59:01.508Z] ---> Running in ab1600ad13fb [2021-01-26T22:59:01.508Z] ---> Running in c84e4f597294 [2021-01-26T22:59:01.508Z] ---> Running in b3bd1a09e965 [2021-01-26T22:59:01.508Z] ---> Running in c017fb21782d [2021-01-26T22:59:01.508Z] ---> Running in bc401190dd73 [2021-01-26T22:59:01.508Z] Removing intermediate container c017fb21782d [2021-01-26T22:59:01.508Z] ---> c95654aeda66 [2021-01-26T22:59:01.508Z] Step 10/33 : 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 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; 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-26T22:59:01.508Z] ---> Running in 7bc30959412e [2021-01-26T22:59:01.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T22:59:01.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T22:59:01.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T22:59:01.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T22:59:01.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T22:59:03.211Z] 745a02a5169b: Pull complete [2021-01-26T22:59:03.211Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T22:59:03.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T22:59:03.211Z] ---> b7e6874047d6 [2021-01-26T22:59:03.211Z] 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-26T22:59:05.856Z] ---> Running in d4426e2d3b73 [2021-01-26T22:59:07.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T22:59:07.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T22:59:08.487Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T22:59:08.761Z] (2/12) Installing file (5.38-r0) [2021-01-26T22:59:08.761Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T22:59:08.761Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T22:59:14.194Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T22:59:14.194Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T22:59:14.194Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T22:59:14.194Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T22:59:14.194Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T22:59:14.194Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T22:59:14.194Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T22:59:14.194Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T22:59:14.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:59:14.467Z] OK: 217 MiB in 51 packages [2021-01-26T22:59:18.785Z] Removing intermediate container d4426e2d3b73 [2021-01-26T22:59:18.785Z] ---> c6b4d2c1828b [2021-01-26T22:59:18.785Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T22:59:18.785Z] ---> Running in cc6394599d93 [2021-01-26T22:59:18.785Z] Removing intermediate container cc6394599d93 [2021-01-26T22:59:18.785Z] ---> 6262344673e4 [2021-01-26T22:59:18.785Z] Step 5/6 : COPY go.mod . [2021-01-26T22:59:19.764Z] ---> e701ea344183 [2021-01-26T22:59:19.764Z] Step 6/6 : RUN go mod download [2021-01-26T22:59:19.765Z] ---> Running in eb7d0b547398 [2021-01-26T22:59:23.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T22:59:24.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T22:59:30.973Z] + mkdir -p /tmp/build/dist/linux [2021-01-26T22:59:30.973Z] + cd /tmp/build/dist/linux [2021-01-26T22:59:30.973Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-26T22:59:30.973Z] Cloning into '.'... [2021-01-26T22:59:30.973Z] Removing intermediate container c84e4f597294 [2021-01-26T22:59:30.973Z] ---> d56c2e9cb4af [2021-01-26T22:59:30.973Z] [2021-01-26T22:59:30.973Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T22:59:31.236Z] 3.12: Pulling from library/alpine [2021-01-26T22:59:32.185Z] Removing intermediate container b3bd1a09e965 [2021-01-26T22:59:32.185Z] ---> b4444f527130 [2021-01-26T22:59:32.185Z] [2021-01-26T22:59:32.185Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T22:59:32.185Z] Removing intermediate container ab1600ad13fb [2021-01-26T22:59:32.185Z] ---> 928768587b6d [2021-01-26T22:59:32.185Z] [2021-01-26T22:59:32.185Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T22:59:32.185Z] + go get github.com/robfig/glock [2021-01-26T22:59:32.185Z] 3.12: Pulling from library/alpine [2021-01-26T22:59:32.185Z] 3.12: Pulling from library/alpine [2021-01-26T22:59:32.449Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T22:59:32.449Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T22:59:32.449Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T22:59:32.449Z] Status: Image is up to date for alpine:3.12 [2021-01-26T22:59:32.449Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T22:59:32.449Z] Status: Image is up to date for alpine:3.12 [2021-01-26T22:59:32.449Z] ---> 389fef711851 [2021-01-26T22:59:32.449Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T22:59:32.449Z] ---> 389fef711851 [2021-01-26T22:59:32.449Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T22:59:32.449Z] ---> 389fef711851 [2021-01-26T22:59:32.449Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T22:59:32.756Z] ---> Running in 7699e3f42135 [2021-01-26T22:59:32.756Z] ---> Running in 471d1b93afdc [2021-01-26T22:59:32.756Z] ---> Running in db1c81b2c91b [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:33.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:34.010Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T22:59:34.010Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T22:59:34.010Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T22:59:34.010Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T22:59:34.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:59:34.960Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T22:59:34.960Z] OK: 6 MiB in 15 packages [2021-01-26T22:59:34.960Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T22:59:34.960Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T22:59:34.960Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T22:59:34.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:59:34.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:59:34.960Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T22:59:34.960Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T22:59:34.960Z] OK: 6 MiB in 16 packages [2021-01-26T22:59:34.960Z] OK: 7 MiB in 19 packages [2021-01-26T22:59:36.355Z] Removing intermediate container bc401190dd73 [2021-01-26T22:59:36.355Z] ---> 9b29953417fe [2021-01-26T22:59:36.355Z] [2021-01-26T22:59:36.355Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T22:59:36.355Z] ---> 389fef711851 [2021-01-26T22:59:36.355Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T22:59:36.933Z] ---> Running in c6541e19b128 [2021-01-26T22:59:37.915Z] Removing intermediate container db1c81b2c91b [2021-01-26T22:59:37.915Z] ---> 6c3e1a2f94f1 [2021-01-26T22:59:37.915Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T22:59:38.522Z] Removing intermediate container 471d1b93afdc [2021-01-26T22:59:38.522Z] ---> ce009140005b [2021-01-26T22:59:38.522Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T22:59:38.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:38.522Z] ---> Running in 7f0f05f30917 [2021-01-26T22:59:38.522Z] Removing intermediate container 7699e3f42135 [2021-01-26T22:59:38.522Z] ---> cd8f5501bb09 [2021-01-26T22:59:38.522Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T22:59:38.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T22:59:38.522Z] ---> Running in b009edf10cba [2021-01-26T22:59:38.522Z] ---> Running in 1bddee87afa6 [2021-01-26T22:59:38.796Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T22:59:38.796Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T22:59:38.796Z] OK: 6 MiB in 15 packages [2021-01-26T22:59:39.771Z] Removing intermediate container 7f0f05f30917 [2021-01-26T22:59:39.771Z] ---> af9885722ea2 [2021-01-26T22:59:39.771Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T22:59:41.696Z] Removing intermediate container b009edf10cba [2021-01-26T22:59:41.696Z] ---> 855218c1c4f1 [2021-01-26T22:59:41.696Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T22:59:41.696Z] Removing intermediate container 1bddee87afa6 [2021-01-26T22:59:41.696Z] ---> f03db30a85de [2021-01-26T22:59:41.696Z] Step 13/24 : WORKDIR / [2021-01-26T22:59:41.696Z] ---> Running in ea46d0f12dbc [2021-01-26T22:59:41.696Z] ---> Running in f6bca4dbccd9 [2021-01-26T22:59:41.696Z] ---> Running in 7fcef25ba552 [2021-01-26T22:59:41.961Z] Removing intermediate container ea46d0f12dbc [2021-01-26T22:59:41.961Z] ---> c15050439d3f [2021-01-26T22:59:41.961Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T22:59:41.961Z] Removing intermediate container f6bca4dbccd9 [2021-01-26T22:59:41.961Z] ---> c2814ffa2a65 [2021-01-26T22:59:41.961Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T22:59:41.961Z] Removing intermediate container c6541e19b128 [2021-01-26T22:59:41.961Z] ---> 57448d36eb14 [2021-01-26T22:59:41.961Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T22:59:42.226Z] ---> Running in 11a7d598876c [2021-01-26T22:59:42.226Z] ---> Running in 09404baeed90 [2021-01-26T22:59:42.226Z] ---> Running in 93521d39e8d2 [2021-01-26T22:59:42.226Z] Removing intermediate container 7fcef25ba552 [2021-01-26T22:59:42.226Z] ---> d474bb5b49d5 [2021-01-26T22:59:42.226Z] 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-26T22:59:42.491Z] Removing intermediate container 09404baeed90 [2021-01-26T22:59:42.491Z] ---> a94b9675d002 [2021-01-26T22:59:42.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T22:59:42.491Z] Removing intermediate container 11a7d598876c [2021-01-26T22:59:42.491Z] ---> d5c70184ffce [2021-01-26T22:59:42.491Z] Step 15/23 : WORKDIR / [2021-01-26T22:59:42.491Z] Removing intermediate container 93521d39e8d2 [2021-01-26T22:59:42.491Z] ---> d2db5a28c10c [2021-01-26T22:59:42.491Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T22:59:42.753Z] ---> Running in 4cf200c725c6 [2021-01-26T22:59:42.753Z] + glock sync -n [2021-01-26T22:59:42.753Z]  ---> Running in 362739d6b51a [2021-01-26T22:59:43.019Z] ---> 602c8bf2aca3 [2021-01-26T22:59:43.019Z] 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-26T22:59:43.019Z] ---> ab8d7f8985ab [2021-01-26T22:59:43.019Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T22:59:43.019Z] Removing intermediate container 362739d6b51a [2021-01-26T22:59:43.019Z] ---> eb010c2d0054 [2021-01-26T22:59:43.019Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T22:59:43.292Z] Removing intermediate container 4cf200c725c6 [2021-01-26T22:59:43.292Z] ---> 7187b0f08f54 [2021-01-26T22:59:43.292Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T22:59:43.292Z] ---> Running in d9118058ff73 [2021-01-26T22:59:43.560Z] ---> 563f3752f432 [2021-01-26T22:59:43.560Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T22:59:43.560Z] ---> 87cf1d580737 [2021-01-26T22:59:43.560Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T22:59:43.560Z] ---> d72ad8ebedb2 [2021-01-26T22:59:43.560Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T22:59:43.560Z] Removing intermediate container d9118058ff73 [2021-01-26T22:59:43.560Z] ---> 8dd6bec23c1c [2021-01-26T22:59:43.560Z] Step 15/23 : WORKDIR / [2021-01-26T22:59:44.153Z] ---> Running in f188528a113f [2021-01-26T22:59:44.153Z] ---> cbb160a98b69 [2021-01-26T22:59:44.153Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T22:59:44.432Z] ---> 892b0a967fe9 [2021-01-26T22:59:44.432Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T22:59:44.432Z] ---> 17d3355210d2 [2021-01-26T22:59:44.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T22:59:45.011Z] ---> Running in aede52617df9 [2021-01-26T22:59:45.011Z] Removing intermediate container f188528a113f [2021-01-26T22:59:45.011Z] ---> 569a60115498 [2021-01-26T22:59:45.011Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T22:59:45.293Z] ---> c6b18162feb8 [2021-01-26T22:59:45.293Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T22:59:45.293Z] ---> 955249996548 [2021-01-26T22:59:45.293Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T22:59:45.293Z] Removing intermediate container aede52617df9 [2021-01-26T22:59:45.293Z] ---> d23dcc5d0e4d [2021-01-26T22:59:45.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T22:59:45.293Z] ---> Running in ed51a61b0957 [2021-01-26T22:59:45.571Z] ---> Running in 74c12bf2f6eb [2021-01-26T22:59:45.852Z] ---> 885084d0baa9 [2021-01-26T22:59:45.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T22:59:45.852Z] Removing intermediate container ed51a61b0957 [2021-01-26T22:59:45.852Z] ---> 4fc3c6a15243 [2021-01-26T22:59:45.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T22:59:45.852Z] Removing intermediate container 74c12bf2f6eb [2021-01-26T22:59:45.852Z] ---> ede55684ad16 [2021-01-26T22:59:45.852Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T22:59:46.117Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-26T22:59:46.117Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-26T22:59:46.117Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-26T22:59:46.575Z] Removing intermediate container eb7d0b547398 [2021-01-26T22:59:46.575Z] ---> 04797ab5f2a7 [2021-01-26T22:59:46.575Z] Successfully built 04797ab5f2a7 [2021-01-26T22:59:46.575Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:59:46.933Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T22:59:46.934Z] . [Pipeline] withDockerContainer [2021-01-26T22:59:47.084Z] ---> Running in 9bfe60466e4d [2021-01-26T22:59:47.084Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-26T22:59:47.084Z] + git describe '--abbrev=0' --tags [2021-01-26T22:59:47.084Z] + TAG=v0.6.1 [2021-01-26T22:59:47.084Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-26T22:59:47.084Z] + apk --print-arch [2021-01-26T22:59:47.084Z] + arch=x86_64 [2021-01-26T22:59:47.084Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-26T22:59:47.084Z] + 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-26T22:59:47.084Z] building [dockerize] for amd64 ... [2021-01-26T22:59:47.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-22886 does not seem to be running inside a container [2021-01-26T22:59:47.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-26T22:59:48.512Z] ---> bf9f7923937d [2021-01-26T22:59:48.512Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T22:59:48.512Z] ---> Running in 11eb32551cf3 [2021-01-26T22:59:48.512Z] ---> b7f69ab9863a [2021-01-26T22:59:48.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-26T22:59:48.512Z] Removing intermediate container 9bfe60466e4d [2021-01-26T22:59:48.512Z] ---> e7d0040f22d2 [2021-01-26T22:59:48.512Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T22:59:48.787Z] Removing intermediate container 11eb32551cf3 [2021-01-26T22:59:48.787Z] ---> e8279509b56d [2021-01-26T22:59:48.787Z] Step 21/22 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T22:59:48.846Z] $ docker top 11fcefd5f87233c5802662cf01bec6617b7e795aa51c8206ad548af0b57b7a1e -eo pid,comm [2021-01-26T22:59:49.058Z] ---> Running in 7c13be28858f [2021-01-26T22:59:49.058Z] ---> 8238af8e6064 [2021-01-26T22:59:49.058Z] 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-26T22:59:49.058Z] ---> ed04e74bfd2d [2021-01-26T22:59:49.058Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T22:59:49.058Z] ---> Running in 778a5ab58255 [Pipeline] { [Pipeline] sh [2021-01-26T22:59:49.329Z] ---> Running in b03e7656e947 [2021-01-26T22:59:49.329Z] ---> Running in 177e47cea34d [2021-01-26T22:59:49.329Z] Removing intermediate container 778a5ab58255 [2021-01-26T22:59:49.329Z] ---> 16ea6cd6dbae [2021-01-26T22:59:49.329Z] Step 22/22 : LABEL version=2.0.0-dev.58 [2021-01-26T22:59:49.611Z] Removing intermediate container 7c13be28858f [2021-01-26T22:59:49.611Z] ---> 038d86737b65 [2021-01-26T22:59:49.611Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T22:59:49.611Z] ---> Running in 66f20d6a9bca [2021-01-26T22:59:49.611Z] ---> Running in c5518fd61b3e [2021-01-26T22:59:49.611Z] Removing intermediate container 177e47cea34d [2021-01-26T22:59:49.611Z] ---> da75b03a7fbd [2021-01-26T22:59:49.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T22:59:49.890Z] + go version [2021-01-26T22:59:49.890Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T22:59:49.914Z] $ docker stop --time=1 11fcefd5f87233c5802662cf01bec6617b7e795aa51c8206ad548af0b57b7a1e [2021-01-26T22:59:49.916Z] ---> Running in edd3e71f3a7c [2021-01-26T22:59:50.202Z] Removing intermediate container 66f20d6a9bca [2021-01-26T22:59:50.202Z] ---> 11b15d056b1b [2021-01-26T22:59:50.202Z] [2021-01-26T22:59:50.202Z] Removing intermediate container c5518fd61b3e [2021-01-26T22:59:50.202Z] ---> 697f539d7c7f [2021-01-26T22:59:50.202Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T22:59:50.202Z] Removing intermediate container edd3e71f3a7c [2021-01-26T22:59:50.202Z] ---> dc1bd1333edd [2021-01-26T22:59:50.202Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T22:59:50.202Z] ---> Running in ad4a86be3f8b [2021-01-26T22:59:50.469Z] ---> Running in c5df575d1c5a [2021-01-26T22:59:50.469Z] Successfully built 11b15d056b1b [2021-01-26T22:59:50.469Z] Successfully tagged docker-support-notifications-go:latest [2021-01-26T22:59:50.741Z] Removing intermediate container ad4a86be3f8b [2021-01-26T22:59:50.741Z] ---> 1849a1c65f9e [2021-01-26T22:59:50.741Z] [2021-01-26T22:59:50.741Z] Building docker-security-proxy-setup-go [2021-01-26T22:59:50.741Z]  Building docker-support-notifications-go ... done Removing intermediate container c5df575d1c5a [2021-01-26T22:59:50.741Z] ---> 5069e9e000b1 [2021-01-26T22:59:50.741Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T22:59:51.018Z] Successfully built 1849a1c65f9e [2021-01-26T22:59:51.018Z] ---> Running in b7d7fe153d82 [2021-01-26T22:59:51.018Z] Successfully tagged docker-core-command-go:latest [2021-01-26T22:59:51.018Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-26T22:59:51.298Z] Removing intermediate container b7d7fe153d82 [2021-01-26T22:59:51.298Z] ---> 181cedb292f3 [2021-01-26T22:59:51.298Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T22:59:51.298Z] ---> Running in 0e36de9c01ec [2021-01-26T22:59:51.298Z] Removing intermediate container b03e7656e947 [2021-01-26T22:59:51.298Z] ---> c07882d6b4e4 [2021-01-26T22:59:51.298Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T22:59:51.844Z] $ docker rm -f 11fcefd5f87233c5802662cf01bec6617b7e795aa51c8206ad548af0b57b7a1e [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-26T22:59:53.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T22:59:53.049Z] [2021-01-26T22:59:53.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T22:59:53.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T22:59:53.434Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-26T22:59:53.434Z] 29e5d40040c1: Pulling fs layer [2021-01-26T22:59:53.434Z] 1ce36da41761: Pulling fs layer [2021-01-26T22:59:53.435Z] 25b303627fd3: Pulling fs layer [2021-01-26T22:59:54.028Z] 29e5d40040c1: Verifying Checksum [2021-01-26T22:59:54.028Z] 29e5d40040c1: Download complete [2021-01-26T22:59:54.306Z] 29e5d40040c1: Pull complete [2021-01-26T22:59:54.306Z] 1ce36da41761: Verifying Checksum [2021-01-26T22:59:54.306Z] 1ce36da41761: Download complete [2021-01-26T22:59:55.741Z] 1ce36da41761: Pull complete [2021-01-26T22:59:56.012Z] 25b303627fd3: Verifying Checksum [2021-01-26T22:59:56.012Z] 25b303627fd3: Download complete [2021-01-26T23:00:01.395Z] Removing intermediate container 0e36de9c01ec [2021-01-26T23:00:01.396Z] ---> e81798070600 [2021-01-26T23:00:01.396Z] [2021-01-26T23:00:01.396Z] ---> Running in cf54672def8c [2021-01-26T23:00:01.396Z] Successfully built e81798070600 [2021-01-26T23:00:01.396Z] Successfully tagged docker-core-metadata-go:latest [2021-01-26T23:00:01.396Z] Building docker-support-scheduler-go [2021-01-26T23:00:06.170Z] 25b303627fd3: Pull complete [2021-01-26T23:00:06.170Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-26T23:00:06.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T23:00:06.170Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-26T23:00:06.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-22886 does not seem to be running inside a container [2021-01-26T23:00:06.495Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@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-26T23:00:09.551Z] $ docker top dc04cceee7fec55f2cb481bf30910fc60f406003ea1f2e30380b47a98e5b8cf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T23:00:10.663Z] + docker-compose build --help [2021-01-26T23:00:10.663Z] + grep parallel [2021-01-26T23:00:13.786Z]  Building docker-core-metadata-go ... done Removing intermediate container cf54672def8c [2021-01-26T23:00:13.786Z] ---> c3773698586f [2021-01-26T23:00:13.786Z] Step 22/24 : LABEL arch=x86_64 [2021-01-26T23:00:14.045Z] --parallel Build images in parallel. [Pipeline] } [2021-01-26T23:00:14.073Z] $ docker stop --time=1 dc04cceee7fec55f2cb481bf30910fc60f406003ea1f2e30380b47a98e5b8cf1 [2021-01-26T23:00:15.220Z] ---> Running in 766e719e82ad [2021-01-26T23:00:15.823Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:00:15.823Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:00:15.823Z] ---> 41cb36272134 [2021-01-26T23:00:15.823Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> 3175e6dfafdd [2021-01-26T23:00:15.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> e3715958fcb6 [2021-01-26T23:00:15.823Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> fca69c163fa7 [2021-01-26T23:00:15.823Z] Step 6/21 : COPY go.mod . [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> b9ae51df7d90 [2021-01-26T23:00:15.823Z] Step 7/21 : RUN go mod download [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> 588a2ff3c2a7 [2021-01-26T23:00:15.823Z] Step 8/21 : COPY . . [2021-01-26T23:00:15.823Z] ---> Using cache [2021-01-26T23:00:15.823Z] ---> c71d5562d211 [2021-01-26T23:00:15.823Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T23:00:16.005Z] $ docker rm -f dc04cceee7fec55f2cb481bf30910fc60f406003ea1f2e30380b47a98e5b8cf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-26T23:00:16.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:00:16.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:00:16.427Z] ---> 41cb36272134 [2021-01-26T23:00:16.427Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T23:00:16.427Z] ---> Using cache [2021-01-26T23:00:16.427Z] ---> 3175e6dfafdd [2021-01-26T23:00:16.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:00:16.427Z] ---> Using cache [2021-01-26T23:00:16.427Z] ---> e3715958fcb6 [2021-01-26T23:00:16.427Z] Step 5/26 : RUN apk add --update --no-cache make bash git [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:00:16.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T23:00:16.831Z] . [Pipeline] withDockerContainer [2021-01-26T23:00:17.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-22886 does not seem to be running inside a container [2021-01-26T23:00:17.180Z] $ 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/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-26T23:00:17.503Z] Removing intermediate container 766e719e82ad [2021-01-26T23:00:17.503Z] ---> 0c301a1f32b5 [2021-01-26T23:00:17.503Z] Step 23/24 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:00:17.773Z] ---> Running in 516064ac2799 [2021-01-26T23:00:17.773Z] ---> Running in 2613a0bd215b [2021-01-26T23:00:18.046Z] ---> Running in a80d57c2127c [2021-01-26T23:00:18.645Z] Removing intermediate container a80d57c2127c [2021-01-26T23:00:18.645Z] ---> ccf84cab3043 [2021-01-26T23:00:18.645Z] Step 24/24 : LABEL version=2.0.0-dev.58 [2021-01-26T23:00:18.668Z] $ docker top 5899cdb19c5a8394d7b4197343e199b51f4abfc991dbff8e7c8fdde25f61a891 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T23:00:19.689Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T23:00:20.096Z] ---> Running in aa23ac02df36 [2021-01-26T23:00:21.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T23:00:21.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:00:21.345Z] Removing intermediate container aa23ac02df36 [2021-01-26T23:00:21.345Z] ---> 121a46ec1baa [2021-01-26T23:00:21.345Z] [2021-01-26T23:00:21.611Z] Successfully built 121a46ec1baa [2021-01-26T23:00:21.611Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-26T23:00:21.611Z] Building docker-core-data-go [2021-01-26T23:00:21.874Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:00:22.469Z] OK: 233 MiB in 51 packages [2021-01-26T23:00:23.078Z] Building docker-core-command-go ... [2021-01-26T23:00:23.078Z] Building docker-core-data-go ... [2021-01-26T23:00:23.078Z] Building docker-core-metadata-go ... [2021-01-26T23:00:23.078Z] Building docker-security-bootstrapper-go ... [2021-01-26T23:00:23.078Z] Building docker-security-proxy-setup-go ... [2021-01-26T23:00:23.078Z] Building docker-security-secretstore-setup-go ... [2021-01-26T23:00:23.078Z] Building docker-support-notifications-go ... [2021-01-26T23:00:23.078Z] Building docker-support-scheduler-go ... [2021-01-26T23:00:23.078Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T23:00:23.078Z] Building docker-support-notifications-go [2021-01-26T23:00:23.078Z] Building docker-security-bootstrapper-go [2021-01-26T23:00:23.078Z] Building docker-security-proxy-setup-go [2021-01-26T23:00:23.078Z] Building docker-support-scheduler-go [2021-01-26T23:00:23.078Z] Building docker-core-command-go [2021-01-26T23:00:23.483Z] + date [2021-01-26T23:00:23.483Z] + echo 'Tue Jan 26 23:00:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-26T23:00:23.483Z] Tue Jan 26 23:00:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-26T23:00:26.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:00:26.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:00:26.091Z] ---> 41cb36272134 [2021-01-26T23:00:26.091Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> 3175e6dfafdd [2021-01-26T23:00:26.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> e3715958fcb6 [2021-01-26T23:00:26.091Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> fca69c163fa7 [2021-01-26T23:00:26.091Z] Step 6/22 : COPY go.mod . [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> b9ae51df7d90 [2021-01-26T23:00:26.091Z] Step 7/22 : RUN go mod download [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> 588a2ff3c2a7 [2021-01-26T23:00:26.091Z] Step 8/22 : COPY . . [2021-01-26T23:00:26.091Z] ---> Using cache [2021-01-26T23:00:26.091Z] ---> c71d5562d211 [2021-01-26T23:00:26.091Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T23:00:26.907Z] ---> Running in 32300812124e [2021-01-26T23:00:28.276Z] Removing intermediate container 516064ac2799 [2021-01-26T23:00:28.276Z] ---> 9c93b5a7a2b8 [2021-01-26T23:00:28.276Z] Step 6/26 : COPY go.mod . [2021-01-26T23:00:29.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T23:00:29.613Z] ---> 33a0a4c7d284 [2021-01-26T23:00:29.613Z] Step 7/26 : RUN go mod download [2021-01-26T23:00:31.046Z] ---> Running in d9466fe0c611 [2021-01-26T23:00:37.791Z] Removing intermediate container d9466fe0c611 [2021-01-26T23:00:37.791Z] ---> 71a349da6eef [2021-01-26T23:00:37.792Z] Step 8/26 : COPY . . [2021-01-26T23:00:44.476Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:00:44.476Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:00:44.476Z] ---> 41cb36272134 [2021-01-26T23:00:44.476Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T23:00:44.476Z] ---> Using cache [2021-01-26T23:00:44.476Z] ---> 3175e6dfafdd [2021-01-26T23:00:44.476Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:00:44.476Z] ---> Using cache [2021-01-26T23:00:44.476Z] ---> e3715958fcb6 [2021-01-26T23:00:44.476Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T23:00:45.455Z] ---> Running in 75af7194c31d [2021-01-26T23:00:45.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T23:00:47.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:00:47.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:00:48.353Z] OK: 233 MiB in 51 packages [2021-01-26T23:00:56.625Z] Removing intermediate container 75af7194c31d [2021-01-26T23:00:56.625Z] ---> 89718683e0e3 [2021-01-26T23:00:56.625Z] Step 6/23 : COPY go.mod . [2021-01-26T23:00:59.200Z] ---> 4b13f868c286 [2021-01-26T23:00:59.200Z] Step 7/23 : RUN go mod download [2021-01-26T23:01:02.534Z] ---> Running in 4568c958d57b [2021-01-26T23:01:03.125Z] Removing intermediate container 2613a0bd215b [2021-01-26T23:01:03.125Z] ---> 9a56858845ff [2021-01-26T23:01:03.125Z] [2021-01-26T23:01:03.125Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T23:01:03.125Z] ---> 389fef711851 [2021-01-26T23:01:03.125Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T23:01:03.125Z] Removing intermediate container 32300812124e [2021-01-26T23:01:03.125Z] ---> aac1ca5d734a [2021-01-26T23:01:03.125Z] [2021-01-26T23:01:03.125Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T23:01:03.125Z] ---> 389fef711851 [2021-01-26T23:01:03.125Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-26T23:01:03.125Z] Removing intermediate container 7bc30959412e [2021-01-26T23:01:03.125Z] ---> 267b8dc3e7a3 [2021-01-26T23:01:03.125Z] [2021-01-26T23:01:03.125Z] Step 11/33 : FROM alpine:3.12 [2021-01-26T23:01:03.125Z] ---> 389fef711851 [2021-01-26T23:01:03.125Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T23:01:03.125Z] ---> c7d5997773d5 [2021-01-26T23:01:03.125Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T23:01:03.125Z] ---> Using cache [2021-01-26T23:01:03.125Z] ---> 57448d36eb14 [2021-01-26T23:01:03.125Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T23:01:03.125Z] ---> Using cache [2021-01-26T23:01:03.125Z] ---> d2db5a28c10c [2021-01-26T23:01:03.125Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T23:01:03.125Z] ---> Running in 9db9a830dde0 [2021-01-26T23:01:03.125Z] ---> Running in da27db3b2306 [2021-01-26T23:01:03.125Z] ---> Running in 3411e349d9d5 [2021-01-26T23:01:03.125Z] ---> Running in 87e596c9bbd3 [2021-01-26T23:01:03.716Z] Removing intermediate container 9db9a830dde0 [2021-01-26T23:01:03.716Z] ---> 76aef74f206f [2021-01-26T23:01:03.716Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T23:01:03.716Z] Removing intermediate container 3411e349d9d5 [2021-01-26T23:01:03.716Z] ---> bcd36c51ecb8 [2021-01-26T23:01:03.716Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-26T23:01:03.716Z] ---> Running in 9dd22a9742a4 [2021-01-26T23:01:03.980Z] ---> Running in 5e6a2f464bfd [2021-01-26T23:01:03.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:04.251Z] Removing intermediate container 9dd22a9742a4 [2021-01-26T23:01:04.251Z] ---> 4a76150971df [2021-01-26T23:01:04.251Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:01:04.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T23:01:04.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:04.519Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T23:01:04.520Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T23:01:04.520Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T23:01:04.520Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T23:01:04.520Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:01:04.520Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T23:01:04.788Z] OK: 7 MiB in 18 packages [2021-01-26T23:01:05.364Z] ---> fd65edbe7dee [2021-01-26T23:01:05.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T23:01:05.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:06.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:06.211Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T23:01:06.477Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T23:01:06.477Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T23:01:06.477Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:01:06.477Z] OK: 6 MiB in 17 packages [2021-01-26T23:01:07.071Z] Removing intermediate container 4568c958d57b [2021-01-26T23:01:07.071Z] ---> 68258b3987f8 [2021-01-26T23:01:07.071Z] Step 8/23 : COPY . . [2021-01-26T23:01:07.071Z] ---> 060be9127b47 [2021-01-26T23:01:07.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T23:01:08.509Z] ---> e9bf4969b3d6 [2021-01-26T23:01:08.509Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T23:01:08.785Z] Removing intermediate container 5e6a2f464bfd [2021-01-26T23:01:08.785Z] ---> a5b67429327e [2021-01-26T23:01:08.785Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T23:01:10.156Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:01:10.156Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:01:10.156Z] ---> 04797ab5f2a7 [2021-01-26T23:01:10.156Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T23:01:10.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:01:10.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:01:10.156Z] ---> 04797ab5f2a7 [2021-01-26T23:01:10.156Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T23:01:10.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:01:10.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:01:10.156Z] ---> 04797ab5f2a7 [2021-01-26T23:01:10.156Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T23:01:10.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:01:10.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:01:10.156Z] ---> 04797ab5f2a7 [2021-01-26T23:01:10.156Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T23:01:10.156Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:01:10.156Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:01:10.156Z] ---> 04797ab5f2a7 [2021-01-26T23:01:10.156Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T23:01:10.211Z] ---> Running in 7a4890ff3a02 [2021-01-26T23:01:10.211Z] Removing intermediate container da27db3b2306 [2021-01-26T23:01:10.211Z] ---> 86d554041d4f [2021-01-26T23:01:10.211Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T23:01:10.795Z] ---> Running in 7d06ac1bbc4b [2021-01-26T23:01:11.770Z] ---> Running in a419d0baf126 [2021-01-26T23:01:12.767Z] Removing intermediate container 7a4890ff3a02 [2021-01-26T23:01:12.767Z] ---> f40bea7e9fb1 [2021-01-26T23:01:12.767Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:01:12.800Z] ---> Running in ba7052f3c2a7 [2021-01-26T23:01:12.800Z] ---> Running in 72bd058ab1a1 [2021-01-26T23:01:12.800Z] ---> Running in 7b548b908c33 [2021-01-26T23:01:12.800Z] ---> Running in e8597efc972f [2021-01-26T23:01:12.800Z] ---> Running in 3488acdab54f [2021-01-26T23:01:13.076Z] Removing intermediate container e8597efc972f [2021-01-26T23:01:13.077Z] ---> 4aa8d1498f89 [2021-01-26T23:01:13.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:13.077Z] Removing intermediate container 72bd058ab1a1 [2021-01-26T23:01:13.077Z] ---> cf924580c331 [2021-01-26T23:01:13.077Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:13.349Z] Removing intermediate container 7b548b908c33 [2021-01-26T23:01:13.349Z] ---> 907f35372602 [2021-01-26T23:01:13.349Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:13.349Z] Removing intermediate container 3488acdab54f [2021-01-26T23:01:13.349Z] ---> c7876e1a443e [2021-01-26T23:01:13.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:13.349Z] ---> Running in ddaeaf3bcaf6 [2021-01-26T23:01:13.349Z] Removing intermediate container ba7052f3c2a7 [2021-01-26T23:01:13.349Z] ---> 619af518b929 [2021-01-26T23:01:13.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:13.623Z] ---> Running in d5d480df3994 [2021-01-26T23:01:13.623Z] ---> Running in 182b389be812 [2021-01-26T23:01:13.623Z] ---> Running in 320077402d7b [2021-01-26T23:01:13.623Z] ---> Running in 786e64917806 [2021-01-26T23:01:14.751Z] Removing intermediate container 7d06ac1bbc4b [2021-01-26T23:01:14.751Z] ---> baa977996ecf [2021-01-26T23:01:14.751Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T23:01:15.020Z] Removing intermediate container a419d0baf126 [2021-01-26T23:01:15.020Z] ---> ce42bccba9f3 [2021-01-26T23:01:15.020Z] Step 13/21 : WORKDIR /edgex [2021-01-26T23:01:15.020Z] ---> Running in 2976f794bc0e [2021-01-26T23:01:15.995Z] ---> Running in c87afa0e1bbc [2021-01-26T23:01:16.967Z] ---> Running in c7bd720da21e [2021-01-26T23:01:17.042Z] Removing intermediate container ddaeaf3bcaf6 [2021-01-26T23:01:17.042Z] ---> 3ce13f9f1731 [2021-01-26T23:01:17.042Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T23:01:17.042Z] ---> Running in d0e924dfe624 [2021-01-26T23:01:17.315Z] Removing intermediate container d5d480df3994 [2021-01-26T23:01:17.315Z] ---> a09d9a5e152e [2021-01-26T23:01:17.315Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T23:01:17.315Z] Removing intermediate container 182b389be812 [2021-01-26T23:01:17.315Z] ---> 3a634b96ed2e [2021-01-26T23:01:17.315Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T23:01:17.590Z] ---> Running in e7482520eb3e [2021-01-26T23:01:17.863Z] ---> Running in 29b4b6b17291 [2021-01-26T23:01:17.863Z] Removing intermediate container 320077402d7b [2021-01-26T23:01:17.863Z] ---> 03e720fd5ce1 [2021-01-26T23:01:17.863Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T23:01:17.950Z] Removing intermediate container 2976f794bc0e [2021-01-26T23:01:17.951Z] ---> b51c9e836fe1 [2021-01-26T23:01:17.951Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T23:01:18.139Z] Removing intermediate container 786e64917806 [2021-01-26T23:01:18.139Z] ---> 1a5516f25c57 [2021-01-26T23:01:18.139Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T23:01:18.139Z] ---> Running in c6928c7c2995 [2021-01-26T23:01:18.415Z] ---> Running in 05fcdf5756c2 [2021-01-26T23:01:18.547Z] Removing intermediate container c87afa0e1bbc [2021-01-26T23:01:18.547Z] ---> de4274bce319 [2021-01-26T23:01:18.547Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-26T23:01:19.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:19.513Z] ---> Running in edd1b9de94b0 [2021-01-26T23:01:19.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:19.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:19.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:19.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.454Z] OK: 217 MiB in 51 packages [2021-01-26T23:01:20.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.493Z] ---> Running in d7ad639e9fdd [2021-01-26T23:01:20.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:01:20.763Z] Removing intermediate container c7bd720da21e [2021-01-26T23:01:20.763Z] ---> 9146aa0ea32f [2021-01-26T23:01:20.763Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T23:01:21.016Z] OK: 217 MiB in 51 packages [2021-01-26T23:01:21.304Z] OK: 217 MiB in 51 packages [2021-01-26T23:01:21.598Z] OK: 217 MiB in 51 packages [2021-01-26T23:01:21.887Z] OK: 217 MiB in 51 packages [2021-01-26T23:01:22.172Z] Removing intermediate container edd1b9de94b0 [2021-01-26T23:01:22.173Z] ---> b11ad2dc14f6 [2021-01-26T23:01:22.173Z] Step 21/22 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:01:22.186Z] Removing intermediate container d0e924dfe624 [2021-01-26T23:01:22.186Z] ---> 75d6f220c295 [2021-01-26T23:01:22.186Z] Step 6/23 : COPY go.mod . [2021-01-26T23:01:23.143Z] ---> Running in 104e5eb4985f [2021-01-26T23:01:23.168Z] Removing intermediate container e7482520eb3e [2021-01-26T23:01:23.168Z] ---> 22cc81d5c1d7 [2021-01-26T23:01:23.168Z] Step 6/21 : COPY go.mod . [2021-01-26T23:01:23.168Z] ---> 8869f4f9dd7f [2021-01-26T23:01:23.168Z] Step 7/23 : RUN go mod download [2021-01-26T23:01:23.414Z] ---> 34f158c78b8a [2021-01-26T23:01:23.414Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T23:01:23.451Z] ---> Running in 093aff111883 [2021-01-26T23:01:23.724Z] Removing intermediate container c6928c7c2995 [2021-01-26T23:01:23.724Z] ---> 8e5b9f870157 [2021-01-26T23:01:23.724Z] Step 6/22 : COPY go.mod . [2021-01-26T23:01:23.724Z] Removing intermediate container 29b4b6b17291 [2021-01-26T23:01:23.724Z] ---> ba4ec7294346 [2021-01-26T23:01:23.724Z] Step 6/33 : COPY go.mod . [2021-01-26T23:01:23.724Z] Removing intermediate container 05fcdf5756c2 [2021-01-26T23:01:23.724Z] ---> c143676564c3 [2021-01-26T23:01:23.724Z] Step 6/22 : COPY go.mod . [2021-01-26T23:01:24.002Z] ---> f15ee14bd8c6 [2021-01-26T23:01:24.002Z] Step 7/21 : RUN go mod download [2021-01-26T23:01:24.004Z] Removing intermediate container 104e5eb4985f [2021-01-26T23:01:24.004Z] ---> 61af41505ddf [2021-01-26T23:01:24.004Z] Step 22/22 : LABEL version=2.0.0-dev.58 [2021-01-26T23:01:24.270Z] ---> Running in 42ce574dc1b8 [2021-01-26T23:01:24.274Z] ---> Running in caeabcbb5c44 [2021-01-26T23:01:24.535Z] ---> 80ef1536884a [2021-01-26T23:01:24.535Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T23:01:24.813Z] Removing intermediate container 42ce574dc1b8 [2021-01-26T23:01:24.813Z] ---> 0f7d60b2190a [2021-01-26T23:01:24.813Z] [2021-01-26T23:01:24.901Z] ---> d7b6cba21972 [2021-01-26T23:01:24.901Z] Step 7/22 : RUN go mod download [2021-01-26T23:01:24.901Z] ---> Running in 2b6f2b48c8a3 [2021-01-26T23:01:25.175Z] ---> 8a595c480a3e [2021-01-26T23:01:25.175Z] Step 7/33 : RUN go mod download [2021-01-26T23:01:25.175Z] ---> a978afbf7a63 [2021-01-26T23:01:25.175Z] Step 7/22 : RUN go mod download [2021-01-26T23:01:25.391Z] Successfully built 0f7d60b2190a [2021-01-26T23:01:25.451Z] ---> Running in dda364eea721 [2021-01-26T23:01:25.451Z] ---> Running in 309acbd3d929 [2021-01-26T23:01:25.654Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-26T23:01:27.444Z] Removing intermediate container 093aff111883 [2021-01-26T23:01:27.444Z] ---> cb8716b7ade9 [2021-01-26T23:01:27.444Z] Step 8/23 : COPY . . [2021-01-26T23:01:28.213Z]  Building docker-support-scheduler-go ... done  ---> c8df677fbb8e [2021-01-26T23:01:28.213Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T23:01:28.787Z] Removing intermediate container d7ad639e9fdd [2021-01-26T23:01:28.787Z] ---> 2af14908ca99 [2021-01-26T23:01:28.787Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T23:01:28.787Z] ---> Running in 03e8eb67139f [2021-01-26T23:01:28.787Z] Removing intermediate container 87e596c9bbd3 [2021-01-26T23:01:28.787Z] ---> 40d2fe94de3f [2021-01-26T23:01:28.787Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T23:01:28.787Z] ---> Running in a5aa5fd0aef5 [2021-01-26T23:01:28.907Z] Removing intermediate container caeabcbb5c44 [2021-01-26T23:01:28.907Z] ---> 9a2553c73aae [2021-01-26T23:01:28.907Z] Step 8/21 : COPY . . [2021-01-26T23:01:29.049Z] ---> Running in 8c73977aa3f5 [2021-01-26T23:01:29.049Z] ---> 313e6db2517a [2021-01-26T23:01:29.049Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T23:01:29.315Z] Removing intermediate container 03e8eb67139f [2021-01-26T23:01:29.315Z] ---> 6de1d8bdaf76 [2021-01-26T23:01:29.315Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T23:01:29.315Z] ---> Running in 3f552ee879e1 [2021-01-26T23:01:29.315Z] Removing intermediate container a5aa5fd0aef5 [2021-01-26T23:01:29.315Z] ---> 5407bcb36231 [2021-01-26T23:01:29.315Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-26T23:01:29.581Z] ---> Running in 1c26beb3a28a [2021-01-26T23:01:29.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T23:01:29.846Z] Removing intermediate container 1c26beb3a28a [2021-01-26T23:01:29.846Z] ---> 2b4df01be419 [2021-01-26T23:01:29.846Z] Step 19/21 : LABEL arch=x86_64 [2021-01-26T23:01:29.889Z] Removing intermediate container 2b6f2b48c8a3 [2021-01-26T23:01:29.889Z] ---> df58d773a259 [2021-01-26T23:01:29.889Z] Step 8/22 : COPY . . [2021-01-26T23:01:30.113Z] ---> Running in a1207f55eeb3 [2021-01-26T23:01:30.113Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T23:01:30.113Z] ---> d2a946ece2ca [2021-01-26T23:01:30.113Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T23:01:30.161Z] Removing intermediate container dda364eea721 [2021-01-26T23:01:30.161Z] ---> 10f2b4194b96 [2021-01-26T23:01:30.161Z] Step 8/33 : COPY . . [2021-01-26T23:01:30.383Z] Removing intermediate container a1207f55eeb3 [2021-01-26T23:01:30.383Z] ---> f85dd9092a4f [2021-01-26T23:01:30.383Z] Step 20/21 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:01:30.383Z] ---> Running in 2ad554f943be [2021-01-26T23:01:30.658Z] ---> 429cb517d754 [2021-01-26T23:01:30.658Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T23:01:30.658Z] Removing intermediate container 2ad554f943be [2021-01-26T23:01:30.658Z] ---> 94c7ed63834c [2021-01-26T23:01:30.658Z] Step 21/21 : LABEL version=2.0.0-dev.58 [2021-01-26T23:01:30.658Z] ---> Running in 6069470d913d [2021-01-26T23:01:30.658Z] ---> Running in ef17600f2c02 [2021-01-26T23:01:30.755Z] Removing intermediate container 309acbd3d929 [2021-01-26T23:01:30.755Z] ---> 363cadd22088 [2021-01-26T23:01:30.755Z] Step 8/22 : COPY . . [2021-01-26T23:01:30.935Z] Removing intermediate container ef17600f2c02 [2021-01-26T23:01:30.935Z] ---> a2d3b3f7c75e [2021-01-26T23:01:30.935Z] [2021-01-26T23:01:31.221Z] Successfully built a2d3b3f7c75e [2021-01-26T23:01:31.221Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-26T23:01:32.093Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8c73977aa3f5 [2021-01-26T23:01:32.093Z] ---> 89d24ce3adce [2021-01-26T23:01:32.093Z] [2021-01-26T23:01:32.093Z] Step 11/26 : FROM docker:20.10.0 [2021-01-26T23:01:32.093Z] 20.10.0: Pulling from library/docker [2021-01-26T23:01:32.694Z] Removing intermediate container 6069470d913d [2021-01-26T23:01:32.694Z] ---> 2008ed94bd8e [2021-01-26T23:01:32.694Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:01:34.117Z] ---> 93b94053eaab [2021-01-26T23:01:34.117Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T23:01:36.084Z] ---> 517d714d1ebe [2021-01-26T23:01:36.084Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T23:01:36.684Z] ---> 8f1ba5ff1b6f [2021-01-26T23:01:36.685Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T23:01:38.161Z] ---> 6be88929ced4 [2021-01-26T23:01:38.161Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T23:01:38.442Z] ---> 5fdc0d449656 [2021-01-26T23:01:38.442Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T23:01:39.435Z] ---> Running in d091a4f298c4 [2021-01-26T23:01:40.036Z] Removing intermediate container d091a4f298c4 [2021-01-26T23:01:40.036Z] ---> 441bb8db8a7a [2021-01-26T23:01:40.036Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T23:01:40.629Z] ---> 9577a80c02df [2021-01-26T23:01:40.629Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T23:01:41.229Z] ---> Running in 8a4ba377a9b0 [2021-01-26T23:01:43.860Z] Removing intermediate container 8a4ba377a9b0 [2021-01-26T23:01:43.860Z] ---> 42d030dc1af4 [2021-01-26T23:01:43.860Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T23:01:44.128Z] ---> Running in 2e0ed80bc771 [2021-01-26T23:01:44.128Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T23:01:44.392Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T23:01:44.392Z] ---> aefe523efa57 [2021-01-26T23:01:44.392Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T23:01:44.392Z] ---> Running in 7ae8439ca940 [2021-01-26T23:01:44.392Z] Removing intermediate container 2e0ed80bc771 [2021-01-26T23:01:44.392Z] ---> f33b7dc3277e [2021-01-26T23:01:44.392Z] Step 30/33 : CMD ["gate"] [2021-01-26T23:01:44.665Z] ---> Running in 93b7476770de [2021-01-26T23:01:44.928Z] Removing intermediate container 93b7476770de [2021-01-26T23:01:44.929Z] ---> 8d126c975416 [2021-01-26T23:01:44.929Z] Step 31/33 : LABEL arch=x86_64 [2021-01-26T23:01:44.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:45.223Z] ---> Running in aba17756d7a2 [2021-01-26T23:01:45.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:45.521Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T23:01:45.521Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T23:01:45.521Z] Removing intermediate container aba17756d7a2 [2021-01-26T23:01:45.521Z] ---> b160928fa48b [2021-01-26T23:01:45.521Z] Step 32/33 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:01:45.521Z] Executing bash-5.0.17-r0.post-install [2021-01-26T23:01:45.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:01:45.521Z] OK: 12 MiB in 22 packages [2021-01-26T23:01:46.913Z] ---> Running in b4e4763c61ae [2021-01-26T23:01:47.492Z] Removing intermediate container b4e4763c61ae [2021-01-26T23:01:47.492Z] ---> 7e241677a538 [2021-01-26T23:01:47.492Z] Step 33/33 : LABEL version=2.0.0-dev.58 [2021-01-26T23:01:47.492Z] ---> Running in bcf176b9c538 [2021-01-26T23:01:47.830Z] Removing intermediate container 7ae8439ca940 [2021-01-26T23:01:47.830Z] ---> 226ded5abe14 [2021-01-26T23:01:47.830Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T23:01:47.830Z] ---> Running in c05162e604c8 [2021-01-26T23:01:47.830Z] Removing intermediate container bcf176b9c538 [2021-01-26T23:01:47.830Z] ---> 69fed6508411 [2021-01-26T23:01:47.830Z] [2021-01-26T23:01:48.167Z] Successfully built 69fed6508411 [2021-01-26T23:01:48.167Z] Removing intermediate container c05162e604c8 [2021-01-26T23:01:48.167Z] ---> 22304633e57e [2021-01-26T23:01:48.167Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T23:01:48.167Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-26T23:01:48.167Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 548241eb3183 [2021-01-26T23:01:48.455Z] Removing intermediate container 548241eb3183 [2021-01-26T23:01:48.455Z] ---> 32e23d22b76f [2021-01-26T23:01:48.455Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T23:01:48.778Z] ---> Running in ac646739a8bf [2021-01-26T23:01:49.075Z] ---> d7948446982c [2021-01-26T23:01:49.075Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T23:01:49.075Z] ---> Running in de7b7bcccd0d [2021-01-26T23:01:49.075Z] ---> 51d55a51c418 [2021-01-26T23:01:49.075Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-26T23:01:49.075Z] ---> a30dfc8e3eb0 [2021-01-26T23:01:49.075Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T23:01:49.075Z] ---> 4e52eab4cfe6 [2021-01-26T23:01:49.076Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T23:01:49.076Z] ---> b717db88a9f4 [2021-01-26T23:01:49.076Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T23:01:49.076Z] ---> Running in 06a125a2917c [2021-01-26T23:01:49.076Z] ---> Running in 88eccb205a84 [2021-01-26T23:01:49.076Z] ---> Running in 2bffa232d621 [2021-01-26T23:01:49.076Z] ---> Running in eaf33afe2237 [2021-01-26T23:01:49.076Z] Removing intermediate container 06a125a2917c [2021-01-26T23:01:49.076Z] ---> 2aafcb4bc8aa [2021-01-26T23:01:49.076Z] Step 10/33 : 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 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; 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-26T23:01:49.076Z] ---> Running in ef9450c87227 [2021-01-26T23:01:49.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T23:01:49.803Z] Removing intermediate container ac646739a8bf [2021-01-26T23:01:49.804Z] ---> 5c3a0954c56c [2021-01-26T23:01:49.804Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T23:01:50.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T23:01:50.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T23:01:50.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T23:01:50.381Z] Removing intermediate container 3f552ee879e1 [2021-01-26T23:01:50.381Z] ---> fa3906d45161 [2021-01-26T23:01:50.381Z] [2021-01-26T23:01:50.381Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T23:01:50.381Z] ---> 389fef711851 [2021-01-26T23:01:50.381Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T23:01:50.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T23:01:50.643Z] ---> ce2e343af201 [2021-01-26T23:01:50.643Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T23:01:50.643Z] ---> Running in 9261345d78e9 [2021-01-26T23:01:50.643Z] Removing intermediate container 9261345d78e9 [2021-01-26T23:01:50.643Z] ---> e3acf11f3a5d [2021-01-26T23:01:50.643Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T23:01:50.904Z] ---> Running in 4eb9ca4f0999 [2021-01-26T23:01:50.904Z] ---> a78adb65e865 [2021-01-26T23:01:50.904Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T23:01:50.904Z] Removing intermediate container 4eb9ca4f0999 [2021-01-26T23:01:50.904Z] ---> 19eb144b48fc [2021-01-26T23:01:50.904Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T23:01:51.181Z] ---> Running in edf77edde21e [2021-01-26T23:01:51.181Z] ---> ca7233a3c6fa [2021-01-26T23:01:51.181Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T23:01:51.181Z] ---> Running in a22f0880caf6 [2021-01-26T23:01:51.446Z] Removing intermediate container edf77edde21e [2021-01-26T23:01:51.446Z] ---> 66b7fce3cdf1 [2021-01-26T23:01:51.446Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:01:51.446Z] ---> Running in 4bd8bf96067d [2021-01-26T23:01:52.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:52.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:52.294Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T23:01:52.294Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T23:01:52.294Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T23:01:52.294Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T23:01:52.294Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T23:01:52.294Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T23:01:52.294Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T23:01:53.687Z] Removing intermediate container 4bd8bf96067d [2021-01-26T23:01:53.687Z] ---> 4dfdb64ab6a8 [2021-01-26T23:01:53.687Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T23:01:57.011Z] ---> Running in af7b4169e98e [2021-01-26T23:01:57.011Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T23:01:57.011Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T23:01:57.011Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T23:01:57.011Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T23:01:57.011Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T23:01:57.011Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T23:01:57.011Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T23:01:57.011Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T23:01:57.011Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T23:01:57.011Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T23:01:57.011Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T23:01:57.011Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T23:01:57.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T23:01:57.011Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T23:01:57.011Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T23:01:57.011Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T23:01:57.011Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T23:01:57.274Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T23:01:57.274Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T23:01:57.274Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T23:01:57.274Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T23:01:57.274Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T23:01:57.274Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T23:01:57.274Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T23:01:57.274Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T23:01:57.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:57.274Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T23:01:57.274Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:01:57.535Z] OK: 71 MiB in 55 packages [2021-01-26T23:01:57.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:01:58.373Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T23:01:58.373Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T23:01:58.373Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T23:01:58.636Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T23:01:58.636Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T23:01:59.586Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T23:01:59.586Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:01:59.586Z] OK: 8 MiB in 20 packages [2021-01-26T23:02:02.923Z] Removing intermediate container af7b4169e98e [2021-01-26T23:02:02.923Z] ---> 9d1613c23d85 [2021-01-26T23:02:02.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:02:04.325Z] ---> c113b3ead2a9 [2021-01-26T23:02:04.326Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T23:02:04.326Z] Removing intermediate container a22f0880caf6 [2021-01-26T23:02:04.326Z] ---> 6c6759b4ea2f [2021-01-26T23:02:04.326Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T23:02:04.595Z] ---> Running in 41612ce3ec2f [2021-01-26T23:02:04.859Z] ---> bc63834928bd [2021-01-26T23:02:04.859Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-26T23:02:06.791Z] ---> d04958fa46bf [2021-01-26T23:02:06.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T23:02:06.791Z] ---> Running in f558c3707ed6 [2021-01-26T23:02:06.791Z] Removing intermediate container f558c3707ed6 [2021-01-26T23:02:06.791Z] ---> 804d96f2676c [2021-01-26T23:02:06.791Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:02:06.791Z] ---> Running in f6552d136f0d [2021-01-26T23:02:07.054Z] Removing intermediate container f6552d136f0d [2021-01-26T23:02:07.054Z] ---> 024977322e6e [2021-01-26T23:02:07.054Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T23:02:07.054Z] Collecting docker-compose==1.23.2 [2021-01-26T23:02:07.054Z] ---> Running in 6a935b114c92 [2021-01-26T23:02:07.054Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T23:02:07.322Z] Removing intermediate container 6a935b114c92 [2021-01-26T23:02:07.322Z] ---> 46b472f4aae2 [2021-01-26T23:02:07.322Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:07.322Z] ---> Running in 001532d68caf [2021-01-26T23:02:07.591Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T23:02:07.591Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T23:02:07.591Z] Removing intermediate container 001532d68caf [2021-01-26T23:02:07.591Z] ---> 1931953d5f80 [2021-01-26T23:02:07.591Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T23:02:07.591Z] ---> Running in aa70f8e0cf52 [2021-01-26T23:02:07.853Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T23:02:07.853Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T23:02:07.853Z] Removing intermediate container aa70f8e0cf52 [2021-01-26T23:02:07.853Z] ---> 4ecdb7ca7730 [2021-01-26T23:02:07.853Z] [2021-01-26T23:02:07.853Z] Successfully built 4ecdb7ca7730 [2021-01-26T23:02:08.117Z] Successfully tagged docker-core-data-go:latest [2021-01-26T23:02:08.379Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-01-26T23:02:08.379Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T23:02:09.775Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T23:02:09.775Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T23:02:09.775Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T23:02:09.775Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T23:02:10.354Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T23:02:10.354Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T23:02:10.621Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T23:02:10.621Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T23:02:10.621Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T23:02:10.621Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T23:02:11.200Z] 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-26T23:02:11.200Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T23:02:11.200Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T23:02:11.464Z] 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-26T23:02:11.464Z] 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-26T23:02:11.464Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T23:02:11.464Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T23:02:11.725Z] Collecting idna<2.8,>=2.5 [2021-01-26T23:02:11.725Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T23:02:11.988Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T23:02:11.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T23:02:11.988Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T23:02:11.988Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T23:02:11.988Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T23:02:11.988Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T23:02:12.252Z] Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, websocket-client, docopt, jsonschema, cached-property, texttable, docker-pycreds, docker, docker-compose [2021-01-26T23:02:12.252Z] Attempting uninstall: urllib3 [2021-01-26T23:02:12.252Z] Found existing installation: urllib3 1.25.9 [2021-01-26T23:02:12.252Z] Uninstalling urllib3-1.25.9: [2021-01-26T23:02:12.252Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T23:02:12.515Z] Attempting uninstall: idna [2021-01-26T23:02:12.515Z] Found existing installation: idna 2.9 [2021-01-26T23:02:12.515Z] Uninstalling idna-2.9: [2021-01-26T23:02:12.515Z] Successfully uninstalled idna-2.9 [2021-01-26T23:02:12.777Z] Attempting uninstall: requests [2021-01-26T23:02:12.777Z] Found existing installation: requests 2.23.0 [2021-01-26T23:02:12.777Z] Uninstalling requests-2.23.0: [2021-01-26T23:02:12.777Z] Successfully uninstalled requests-2.23.0 [2021-01-26T23:02:12.777Z] Running setup.py install for dockerpty: started [2021-01-26T23:02:13.355Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T23:02:13.355Z] Running setup.py install for PyYAML: started [2021-01-26T23:02:13.934Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T23:02:14.199Z] Running setup.py install for docopt: started [2021-01-26T23:02:14.468Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T23:02:14.735Z] Running setup.py install for texttable: started [2021-01-26T23:02:15.315Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T23:02:15.891Z] 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-26T23:02:18.460Z] Removing intermediate container 41612ce3ec2f [2021-01-26T23:02:18.460Z] ---> 89371d78efbe [2021-01-26T23:02:18.460Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T23:02:18.734Z] ---> Running in 887a1af187af [2021-01-26T23:02:19.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T23:02:19.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T23:02:19.579Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T23:02:19.579Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T23:02:19.579Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T23:02:19.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:02:19.579Z] OK: 72 MiB in 58 packages [2021-01-26T23:02:20.158Z] Removing intermediate container 887a1af187af [2021-01-26T23:02:20.158Z] ---> 293c5059390d [2021-01-26T23:02:20.158Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T23:02:20.421Z] ---> Running in 31973b2b2a3d [2021-01-26T23:02:20.421Z] Removing intermediate container 31973b2b2a3d [2021-01-26T23:02:20.421Z] ---> a3b446b139dd [2021-01-26T23:02:20.421Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:02:20.683Z] ---> Running in 938629b319fb [2021-01-26T23:02:20.683Z] Removing intermediate container 938629b319fb [2021-01-26T23:02:20.683Z] ---> 948b0163e56b [2021-01-26T23:02:20.683Z] Step 24/26 : LABEL arch=x86_64 [2021-01-26T23:02:20.683Z] ---> Running in 90ffce7d7963 [2021-01-26T23:02:20.947Z] Removing intermediate container 90ffce7d7963 [2021-01-26T23:02:20.947Z] ---> 1114f3e43fb0 [2021-01-26T23:02:20.947Z] Step 25/26 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:20.947Z] ---> Running in 6e6716837d1c [2021-01-26T23:02:21.209Z] Removing intermediate container 6e6716837d1c [2021-01-26T23:02:21.209Z] ---> a738e47557ad [2021-01-26T23:02:21.209Z] Step 26/26 : LABEL version=2.0.0-dev.58 [2021-01-26T23:02:21.209Z] ---> Running in 5ddd7bea583b [2021-01-26T23:02:21.471Z] Removing intermediate container 5ddd7bea583b [2021-01-26T23:02:21.471Z] ---> 23fd9edff134 [2021-01-26T23:02:21.471Z] [2021-01-26T23:02:21.471Z] Successfully built 23fd9edff134 [2021-01-26T23:02:21.735Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-26T23:02:22.695Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-26T23:02:22.702Z] $ docker stop --time=1 889fc24f9fa2df7a07f4978d689c2c41af6aa25f260764456e8d23414745b1e9 [2021-01-26T23:02:24.314Z] $ docker rm -f 889fc24f9fa2df7a07f4978d689c2c41af6aa25f260764456e8d23414745b1e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T23:02:24.840Z] + docker images [2021-01-26T23:02:24.840Z] + grep docker [2021-01-26T23:02:25.103Z] docker-sys-mgmt-agent-go latest 23fd9edff134 4 seconds ago 313MB [2021-01-26T23:02:25.103Z] docker-core-data-go latest 4ecdb7ca7730 18 seconds ago 22.3MB [2021-01-26T23:02:25.103Z] docker-security-bootstrapper-go latest 69fed6508411 38 seconds ago 33.5MB [2021-01-26T23:02:25.103Z] docker-security-proxy-setup-go latest a2d3b3f7c75e 55 seconds ago 24.4MB [2021-01-26T23:02:25.103Z] docker-support-scheduler-go latest 0f7d60b2190a About a minute ago 16.4MB [2021-01-26T23:02:25.103Z] docker-security-secretstore-setup-go latest 121a46ec1baa 2 minutes ago 24.6MB [2021-01-26T23:02:25.103Z] docker-core-metadata-go latest e81798070600 2 minutes ago 18.8MB [2021-01-26T23:02:25.103Z] docker-core-command-go latest 1849a1c65f9e 2 minutes ago 16.3MB [2021-01-26T23:02:25.103Z] docker-support-notifications-go latest 11b15d056b1b 2 minutes ago 16.9MB [2021-01-26T23:02:25.103Z] 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-26T23:02:25.750Z] provisioning config files... [2021-01-26T23:02:25.789Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/321@tmp/config6434925691752779493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:02:26.187Z] ---> docker-login.sh [2021-01-26T23:02:26.187Z] nexus3.edgexfoundry.org:10001 [2021-01-26T23:02:26.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:02:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:02:26.455Z] Configure a credential helper to remove this warning. See [2021-01-26T23:02:26.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:02:26.455Z] [2021-01-26T23:02:26.455Z] Login Succeeded [2021-01-26T23:02:26.455Z] nexus3.edgexfoundry.org:10002 [2021-01-26T23:02:26.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:02:26.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:02:26.455Z] Configure a credential helper to remove this warning. See [2021-01-26T23:02:26.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:02:26.455Z] [2021-01-26T23:02:26.455Z] Login Succeeded [2021-01-26T23:02:26.455Z] nexus3.edgexfoundry.org:10003 [2021-01-26T23:02:26.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:02:26.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:02:26.718Z] Configure a credential helper to remove this warning. See [2021-01-26T23:02:26.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:02:26.718Z] [2021-01-26T23:02:26.718Z] Login Succeeded [2021-01-26T23:02:26.718Z] nexus3.edgexfoundry.org:10004 [2021-01-26T23:02:26.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:02:26.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:02:26.982Z] Configure a credential helper to remove this warning. See [2021-01-26T23:02:26.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:02:26.982Z] [2021-01-26T23:02:26.982Z] Login Succeeded [2021-01-26T23:02:26.982Z] docker.io [2021-01-26T23:02:27.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:02:27.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:02:27.508Z] Configure a credential helper to remove this warning. See [2021-01-26T23:02:27.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:02:27.508Z] [2021-01-26T23:02:27.508Z] Login Succeeded [2021-01-26T23:02:27.508Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T23:02:27.517Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:27.716Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-26T23:02:27.716Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:27.716Z] 2.0.0-dev.58 [2021-01-26T23:02:27.716Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:27.716Z] master [2021-01-26T23:02:27.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:28.217Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:28.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:28.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-26T23:02:28.528Z] 54a188d31e3a: Preparing [2021-01-26T23:02:28.528Z] dee82992ca50: Preparing [2021-01-26T23:02:28.528Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:28.528Z] cf79a58ff8f5: Preparing [2021-01-26T23:02:28.528Z] 777b2c648970: Preparing [2021-01-26T23:02:28.528Z] 777b2c648970: Layer already exists [2021-01-26T23:02:28.791Z] cf79a58ff8f5: Pushed [2021-01-26T23:02:28.791Z] 27c96c1b4ea7: Pushed [2021-01-26T23:02:28.791Z] 54a188d31e3a: Pushed [2021-01-26T23:02:29.742Z] dee82992ca50: Pushed [2021-01-26T23:02:30.024Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:62c982aace8e40a14f406c4f0ec0d5e1135db844e34a5034b892fa95273a1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:30.356Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:30.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.58 [2021-01-26T23:02:30.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-26T23:02:30.686Z] 54a188d31e3a: Preparing [2021-01-26T23:02:30.686Z] dee82992ca50: Preparing [2021-01-26T23:02:30.686Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:30.686Z] cf79a58ff8f5: Preparing [2021-01-26T23:02:30.686Z] 777b2c648970: Preparing [2021-01-26T23:02:30.686Z] cf79a58ff8f5: Layer already exists [2021-01-26T23:02:30.686Z] 54a188d31e3a: Layer already exists [2021-01-26T23:02:30.686Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:30.686Z] 777b2c648970: Layer already exists [2021-01-26T23:02:30.686Z] dee82992ca50: Layer already exists [2021-01-26T23:02:30.686Z] 2.0.0-dev.58: digest: sha256:62c982aace8e40a14f406c4f0ec0d5e1135db844e34a5034b892fa95273a1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:31.040Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:31.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:31.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-26T23:02:31.348Z] 54a188d31e3a: Preparing [2021-01-26T23:02:31.348Z] dee82992ca50: Preparing [2021-01-26T23:02:31.348Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:31.348Z] cf79a58ff8f5: Preparing [2021-01-26T23:02:31.348Z] 777b2c648970: Preparing [2021-01-26T23:02:31.348Z] 777b2c648970: Layer already exists [2021-01-26T23:02:31.348Z] 54a188d31e3a: Layer already exists [2021-01-26T23:02:31.348Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:31.348Z] cf79a58ff8f5: Layer already exists [2021-01-26T23:02:31.348Z] dee82992ca50: Layer already exists [2021-01-26T23:02:31.348Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:62c982aace8e40a14f406c4f0ec0d5e1135db844e34a5034b892fa95273a1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:31.659Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:31.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-26T23:02:31.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-26T23:02:31.968Z] 54a188d31e3a: Preparing [2021-01-26T23:02:31.968Z] dee82992ca50: Preparing [2021-01-26T23:02:31.968Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:31.968Z] cf79a58ff8f5: Preparing [2021-01-26T23:02:31.968Z] 777b2c648970: Preparing [2021-01-26T23:02:31.968Z] dee82992ca50: Layer already exists [2021-01-26T23:02:31.968Z] 777b2c648970: Layer already exists [2021-01-26T23:02:31.968Z] cf79a58ff8f5: Layer already exists [2021-01-26T23:02:31.968Z] 54a188d31e3a: Layer already exists [2021-01-26T23:02:31.968Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:31.968Z] master: digest: sha256:62c982aace8e40a14f406c4f0ec0d5e1135db844e34a5034b892fa95273a1d81 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:32.178Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:32.234Z] taggedImages: [2021-01-26T23:02:32.234Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:32.234Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.58 [2021-01-26T23:02:32.234Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:32.234Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-26T23:02:32.303Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-26T23:02:32.303Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:32.303Z] 2.0.0-dev.58 [2021-01-26T23:02:32.303Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:32.303Z] master [2021-01-26T23:02:32.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:32.793Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:33.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:33.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-26T23:02:33.100Z] 829021cd8d49: Preparing [2021-01-26T23:02:33.100Z] de9c4a0ebb32: Preparing [2021-01-26T23:02:33.100Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:33.100Z] c01901c22bab: Preparing [2021-01-26T23:02:33.100Z] 9f6216db857d: Preparing [2021-01-26T23:02:33.100Z] 777b2c648970: Preparing [2021-01-26T23:02:33.100Z] 777b2c648970: Waiting [2021-01-26T23:02:33.100Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:33.100Z] 777b2c648970: Layer already exists [2021-01-26T23:02:33.364Z] 9f6216db857d: Pushed [2021-01-26T23:02:33.364Z] 829021cd8d49: Pushed [2021-01-26T23:02:33.364Z] c01901c22bab: Pushed [2021-01-26T23:02:34.311Z] de9c4a0ebb32: Pushed [2021-01-26T23:02:34.573Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:1dccac32bda452c7709dc627023bdcece2d38d34e1fc8b08d8bc4b86ac625b3f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:34.887Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:35.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.58 [2021-01-26T23:02:35.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-26T23:02:35.277Z] 829021cd8d49: Preparing [2021-01-26T23:02:35.277Z] de9c4a0ebb32: Preparing [2021-01-26T23:02:35.277Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:35.277Z] c01901c22bab: Preparing [2021-01-26T23:02:35.277Z] 9f6216db857d: Preparing [2021-01-26T23:02:35.277Z] 777b2c648970: Preparing [2021-01-26T23:02:35.277Z] 777b2c648970: Waiting [2021-01-26T23:02:35.277Z] c01901c22bab: Layer already exists [2021-01-26T23:02:35.277Z] 9f6216db857d: Layer already exists [2021-01-26T23:02:35.277Z] 829021cd8d49: Layer already exists [2021-01-26T23:02:35.277Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:35.277Z] de9c4a0ebb32: Layer already exists [2021-01-26T23:02:35.277Z] 777b2c648970: Layer already exists [2021-01-26T23:02:35.277Z] 2.0.0-dev.58: digest: sha256:1dccac32bda452c7709dc627023bdcece2d38d34e1fc8b08d8bc4b86ac625b3f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:36.088Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:36.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:36.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-26T23:02:36.431Z] 829021cd8d49: Preparing [2021-01-26T23:02:36.431Z] de9c4a0ebb32: Preparing [2021-01-26T23:02:36.431Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:36.431Z] c01901c22bab: Preparing [2021-01-26T23:02:36.431Z] 9f6216db857d: Preparing [2021-01-26T23:02:36.431Z] 777b2c648970: Preparing [2021-01-26T23:02:36.431Z] 777b2c648970: Waiting [2021-01-26T23:02:36.431Z] 829021cd8d49: Layer already exists [2021-01-26T23:02:36.431Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:36.431Z] c01901c22bab: Layer already exists [2021-01-26T23:02:36.431Z] de9c4a0ebb32: Layer already exists [2021-01-26T23:02:36.431Z] 9f6216db857d: Layer already exists [2021-01-26T23:02:36.431Z] 777b2c648970: Layer already exists [2021-01-26T23:02:36.431Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:1dccac32bda452c7709dc627023bdcece2d38d34e1fc8b08d8bc4b86ac625b3f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:36.774Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:37.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-26T23:02:37.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-26T23:02:37.077Z] 829021cd8d49: Preparing [2021-01-26T23:02:37.077Z] de9c4a0ebb32: Preparing [2021-01-26T23:02:37.077Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:37.077Z] c01901c22bab: Preparing [2021-01-26T23:02:37.077Z] 9f6216db857d: Preparing [2021-01-26T23:02:37.077Z] 777b2c648970: Preparing [2021-01-26T23:02:37.077Z] 777b2c648970: Waiting [2021-01-26T23:02:37.077Z] 829021cd8d49: Layer already exists [2021-01-26T23:02:37.077Z] c01901c22bab: Layer already exists [2021-01-26T23:02:37.077Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:37.077Z] 9f6216db857d: Layer already exists [2021-01-26T23:02:37.077Z] de9c4a0ebb32: Layer already exists [2021-01-26T23:02:37.077Z] 777b2c648970: Layer already exists [2021-01-26T23:02:37.077Z] master: digest: sha256:1dccac32bda452c7709dc627023bdcece2d38d34e1fc8b08d8bc4b86ac625b3f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:37.262Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:37.321Z] taggedImages: [2021-01-26T23:02:37.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:37.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.58 [2021-01-26T23:02:37.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:37.321Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-26T23:02:37.385Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-26T23:02:37.386Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:37.386Z] 2.0.0-dev.58 [2021-01-26T23:02:37.386Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:37.386Z] master [2021-01-26T23:02:37.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:37.871Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:38.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:38.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-26T23:02:38.170Z] 8622bf1b5baf: Preparing [2021-01-26T23:02:38.170Z] 66cc6cdb24eb: Preparing [2021-01-26T23:02:38.170Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:38.170Z] 41394820c8e0: Preparing [2021-01-26T23:02:38.170Z] 777b2c648970: Preparing [2021-01-26T23:02:38.170Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:38.170Z] 777b2c648970: Layer already exists [2021-01-26T23:02:38.434Z] 8622bf1b5baf: Pushed [2021-01-26T23:02:38.434Z] 41394820c8e0: Pushed [2021-01-26T23:02:39.381Z] 66cc6cdb24eb: Pushed [2021-01-26T23:02:39.643Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:1dc1d7df5702bc7a90f384a48ae822dfd68058fc2002327805f226c98dd37bdd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:39.958Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:40.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.58 [2021-01-26T23:02:40.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-26T23:02:40.263Z] 8622bf1b5baf: Preparing [2021-01-26T23:02:40.263Z] 66cc6cdb24eb: Preparing [2021-01-26T23:02:40.263Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:40.263Z] 41394820c8e0: Preparing [2021-01-26T23:02:40.263Z] 777b2c648970: Preparing [2021-01-26T23:02:40.263Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:40.263Z] 8622bf1b5baf: Layer already exists [2021-01-26T23:02:40.263Z] 66cc6cdb24eb: Layer already exists [2021-01-26T23:02:40.263Z] 41394820c8e0: Layer already exists [2021-01-26T23:02:40.263Z] 777b2c648970: Layer already exists [2021-01-26T23:02:40.263Z] 2.0.0-dev.58: digest: sha256:1dc1d7df5702bc7a90f384a48ae822dfd68058fc2002327805f226c98dd37bdd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:40.580Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:40.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:40.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-26T23:02:40.915Z] 8622bf1b5baf: Preparing [2021-01-26T23:02:40.915Z] 66cc6cdb24eb: Preparing [2021-01-26T23:02:40.915Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:40.915Z] 41394820c8e0: Preparing [2021-01-26T23:02:40.915Z] 777b2c648970: Preparing [2021-01-26T23:02:40.915Z] 41394820c8e0: Layer already exists [2021-01-26T23:02:40.915Z] 66cc6cdb24eb: Layer already exists [2021-01-26T23:02:40.915Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:40.915Z] 8622bf1b5baf: Layer already exists [2021-01-26T23:02:40.915Z] 777b2c648970: Layer already exists [2021-01-26T23:02:40.915Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:1dc1d7df5702bc7a90f384a48ae822dfd68058fc2002327805f226c98dd37bdd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:41.220Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:41.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-26T23:02:41.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-26T23:02:41.520Z] 8622bf1b5baf: Preparing [2021-01-26T23:02:41.520Z] 66cc6cdb24eb: Preparing [2021-01-26T23:02:41.520Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:41.520Z] 41394820c8e0: Preparing [2021-01-26T23:02:41.520Z] 777b2c648970: Preparing [2021-01-26T23:02:41.520Z] 777b2c648970: Layer already exists [2021-01-26T23:02:41.520Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:41.520Z] 41394820c8e0: Layer already exists [2021-01-26T23:02:41.520Z] 66cc6cdb24eb: Layer already exists [2021-01-26T23:02:41.520Z] 8622bf1b5baf: Layer already exists [2021-01-26T23:02:41.520Z] master: digest: sha256:1dc1d7df5702bc7a90f384a48ae822dfd68058fc2002327805f226c98dd37bdd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:41.719Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:41.765Z] taggedImages: [2021-01-26T23:02:41.765Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:41.765Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.58 [2021-01-26T23:02:41.765Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:41.765Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-26T23:02:41.832Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-26T23:02:41.832Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:41.832Z] 2.0.0-dev.58 [2021-01-26T23:02:41.832Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:41.832Z] master [2021-01-26T23:02:41.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:42.363Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:42.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:42.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-26T23:02:42.676Z] 79823e3f23f8: Preparing [2021-01-26T23:02:42.676Z] 79823e3f23f8: Preparing [2021-01-26T23:02:42.676Z] d05fd21ca3e7: Preparing [2021-01-26T23:02:42.676Z] 01272a99aa98: Preparing [2021-01-26T23:02:42.676Z] 6808a594b8c8: Preparing [2021-01-26T23:02:42.676Z] 1de380f264f7: Preparing [2021-01-26T23:02:42.676Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:42.676Z] d9f50382b9ad: Preparing [2021-01-26T23:02:42.676Z] d9f50382b9ad: Preparing [2021-01-26T23:02:42.676Z] f4e6a2442673: Preparing [2021-01-26T23:02:42.676Z] 82a7773ee71e: Preparing [2021-01-26T23:02:42.676Z] 026e5ec791f2: Preparing [2021-01-26T23:02:42.676Z] 777b2c648970: Preparing [2021-01-26T23:02:42.676Z] d9f50382b9ad: Waiting [2021-01-26T23:02:42.676Z] f4e6a2442673: Waiting [2021-01-26T23:02:42.676Z] 82a7773ee71e: Waiting [2021-01-26T23:02:42.676Z] 777b2c648970: Waiting [2021-01-26T23:02:42.676Z] 026e5ec791f2: Waiting [2021-01-26T23:02:42.948Z] d05fd21ca3e7: Pushed [2021-01-26T23:02:42.948Z] 79823e3f23f8: Pushed [2021-01-26T23:02:42.948Z] 6808a594b8c8: Pushed [2021-01-26T23:02:42.948Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:43.216Z] d9f50382b9ad: Pushed [2021-01-26T23:02:43.216Z] 82a7773ee71e: Pushed [2021-01-26T23:02:43.216Z] 777b2c648970: Layer already exists [2021-01-26T23:02:43.486Z] 026e5ec791f2: Pushed [2021-01-26T23:02:43.748Z] 01272a99aa98: Pushed [2021-01-26T23:02:43.748Z] 1de380f264f7: Pushed [2021-01-26T23:02:44.012Z] f4e6a2442673: Pushed [2021-01-26T23:02:44.274Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:d2ddc1ee18589d657deb4b1b2f4da69502063bfa0237b51477fd9318b524b999 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:44.597Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:44.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.58 [2021-01-26T23:02:44.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-26T23:02:44.905Z] 79823e3f23f8: Preparing [2021-01-26T23:02:44.905Z] 79823e3f23f8: Preparing [2021-01-26T23:02:44.905Z] d05fd21ca3e7: Preparing [2021-01-26T23:02:44.905Z] 01272a99aa98: Preparing [2021-01-26T23:02:44.905Z] 6808a594b8c8: Preparing [2021-01-26T23:02:44.905Z] 1de380f264f7: Preparing [2021-01-26T23:02:44.905Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:44.905Z] d9f50382b9ad: Preparing [2021-01-26T23:02:44.905Z] d9f50382b9ad: Preparing [2021-01-26T23:02:44.905Z] f4e6a2442673: Preparing [2021-01-26T23:02:44.905Z] 82a7773ee71e: Preparing [2021-01-26T23:02:44.905Z] 026e5ec791f2: Preparing [2021-01-26T23:02:44.905Z] 777b2c648970: Preparing [2021-01-26T23:02:44.905Z] d9f50382b9ad: Waiting [2021-01-26T23:02:44.905Z] f4e6a2442673: Waiting [2021-01-26T23:02:44.905Z] 82a7773ee71e: Waiting [2021-01-26T23:02:44.905Z] 27c96c1b4ea7: Waiting [2021-01-26T23:02:44.905Z] 026e5ec791f2: Waiting [2021-01-26T23:02:44.905Z] 777b2c648970: Waiting [2021-01-26T23:02:44.905Z] d05fd21ca3e7: Layer already exists [2021-01-26T23:02:44.905Z] 1de380f264f7: Layer already exists [2021-01-26T23:02:44.905Z] 01272a99aa98: Layer already exists [2021-01-26T23:02:44.905Z] 79823e3f23f8: Layer already exists [2021-01-26T23:02:44.905Z] 6808a594b8c8: Layer already exists [2021-01-26T23:02:44.905Z] 82a7773ee71e: Layer already exists [2021-01-26T23:02:44.905Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:44.905Z] d9f50382b9ad: Layer already exists [2021-01-26T23:02:44.905Z] f4e6a2442673: Layer already exists [2021-01-26T23:02:44.905Z] 026e5ec791f2: Layer already exists [2021-01-26T23:02:44.905Z] 777b2c648970: Layer already exists [2021-01-26T23:02:45.169Z] 2.0.0-dev.58: digest: sha256:d2ddc1ee18589d657deb4b1b2f4da69502063bfa0237b51477fd9318b524b999 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:45.496Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:45.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:45.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-26T23:02:45.804Z] 79823e3f23f8: Preparing [2021-01-26T23:02:45.804Z] 79823e3f23f8: Preparing [2021-01-26T23:02:45.804Z] d05fd21ca3e7: Preparing [2021-01-26T23:02:45.804Z] 01272a99aa98: Preparing [2021-01-26T23:02:45.804Z] 6808a594b8c8: Preparing [2021-01-26T23:02:45.804Z] 1de380f264f7: Preparing [2021-01-26T23:02:45.804Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:45.804Z] d9f50382b9ad: Preparing [2021-01-26T23:02:45.804Z] d9f50382b9ad: Preparing [2021-01-26T23:02:45.804Z] f4e6a2442673: Preparing [2021-01-26T23:02:45.804Z] 82a7773ee71e: Preparing [2021-01-26T23:02:45.804Z] 026e5ec791f2: Preparing [2021-01-26T23:02:45.804Z] 777b2c648970: Preparing [2021-01-26T23:02:45.804Z] d9f50382b9ad: Waiting [2021-01-26T23:02:45.804Z] f4e6a2442673: Waiting [2021-01-26T23:02:45.804Z] 82a7773ee71e: Waiting [2021-01-26T23:02:45.804Z] 026e5ec791f2: Waiting [2021-01-26T23:02:45.804Z] 777b2c648970: Waiting [2021-01-26T23:02:45.804Z] 79823e3f23f8: Layer already exists [2021-01-26T23:02:45.804Z] 6808a594b8c8: Layer already exists [2021-01-26T23:02:45.804Z] d05fd21ca3e7: Layer already exists [2021-01-26T23:02:45.804Z] 01272a99aa98: Layer already exists [2021-01-26T23:02:45.804Z] 1de380f264f7: Layer already exists [2021-01-26T23:02:45.804Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:45.804Z] d9f50382b9ad: Layer already exists [2021-01-26T23:02:45.804Z] f4e6a2442673: Layer already exists [2021-01-26T23:02:45.804Z] 82a7773ee71e: Layer already exists [2021-01-26T23:02:45.804Z] 026e5ec791f2: Layer already exists [2021-01-26T23:02:45.804Z] 777b2c648970: Layer already exists [2021-01-26T23:02:45.804Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:d2ddc1ee18589d657deb4b1b2f4da69502063bfa0237b51477fd9318b524b999 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:46.119Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:46.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-26T23:02:46.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-26T23:02:46.424Z] 79823e3f23f8: Preparing [2021-01-26T23:02:46.424Z] 79823e3f23f8: Preparing [2021-01-26T23:02:46.424Z] d05fd21ca3e7: Preparing [2021-01-26T23:02:46.424Z] 01272a99aa98: Preparing [2021-01-26T23:02:46.424Z] 6808a594b8c8: Preparing [2021-01-26T23:02:46.424Z] 1de380f264f7: Preparing [2021-01-26T23:02:46.424Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:46.424Z] d9f50382b9ad: Preparing [2021-01-26T23:02:46.424Z] d9f50382b9ad: Preparing [2021-01-26T23:02:46.424Z] f4e6a2442673: Preparing [2021-01-26T23:02:46.424Z] 82a7773ee71e: Preparing [2021-01-26T23:02:46.424Z] 026e5ec791f2: Preparing [2021-01-26T23:02:46.424Z] 777b2c648970: Preparing [2021-01-26T23:02:46.424Z] 27c96c1b4ea7: Waiting [2021-01-26T23:02:46.424Z] d9f50382b9ad: Waiting [2021-01-26T23:02:46.424Z] f4e6a2442673: Waiting [2021-01-26T23:02:46.424Z] 82a7773ee71e: Waiting [2021-01-26T23:02:46.424Z] 026e5ec791f2: Waiting [2021-01-26T23:02:46.424Z] 777b2c648970: Waiting [2021-01-26T23:02:46.424Z] 1de380f264f7: Layer already exists [2021-01-26T23:02:46.424Z] 6808a594b8c8: Layer already exists [2021-01-26T23:02:46.424Z] 79823e3f23f8: Layer already exists [2021-01-26T23:02:46.424Z] d05fd21ca3e7: Layer already exists [2021-01-26T23:02:46.424Z] 01272a99aa98: Layer already exists [2021-01-26T23:02:46.424Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:46.424Z] d9f50382b9ad: Layer already exists [2021-01-26T23:02:46.424Z] 026e5ec791f2: Layer already exists [2021-01-26T23:02:46.424Z] 82a7773ee71e: Layer already exists [2021-01-26T23:02:46.424Z] f4e6a2442673: Layer already exists [2021-01-26T23:02:46.424Z] 777b2c648970: Layer already exists [2021-01-26T23:02:46.424Z] master: digest: sha256:d2ddc1ee18589d657deb4b1b2f4da69502063bfa0237b51477fd9318b524b999 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:46.971Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:47.053Z] taggedImages: [2021-01-26T23:02:47.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:47.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.58 [2021-01-26T23:02:47.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:47.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-26T23:02:47.116Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-26T23:02:47.116Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:47.116Z] 2.0.0-dev.58 [2021-01-26T23:02:47.116Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:47.116Z] master [2021-01-26T23:02:47.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:47.597Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:47.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:47.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-26T23:02:47.903Z] d0c648e8734f: Preparing [2021-01-26T23:02:47.903Z] fd7f18126060: Preparing [2021-01-26T23:02:47.903Z] 0bf0bfe92af3: Preparing [2021-01-26T23:02:47.903Z] c817cdf56cd2: Preparing [2021-01-26T23:02:47.903Z] 926f39635184: Preparing [2021-01-26T23:02:47.903Z] 777b2c648970: Preparing [2021-01-26T23:02:47.903Z] 777b2c648970: Waiting [2021-01-26T23:02:48.171Z] 0bf0bfe92af3: Pushed [2021-01-26T23:02:48.171Z] c817cdf56cd2: Pushed [2021-01-26T23:02:48.171Z] 777b2c648970: Layer already exists [2021-01-26T23:02:48.443Z] 926f39635184: Pushed [2021-01-26T23:02:49.021Z] d0c648e8734f: Pushed [2021-01-26T23:02:49.021Z] fd7f18126060: Pushed [2021-01-26T23:02:49.021Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:a03dc5c2fab64e12bc07447615e8b4cd5a16c9a239ef10c2caeab8d182c9c284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:49.330Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:49.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.58 [2021-01-26T23:02:49.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-26T23:02:49.636Z] d0c648e8734f: Preparing [2021-01-26T23:02:49.636Z] fd7f18126060: Preparing [2021-01-26T23:02:49.636Z] 0bf0bfe92af3: Preparing [2021-01-26T23:02:49.636Z] c817cdf56cd2: Preparing [2021-01-26T23:02:49.636Z] 926f39635184: Preparing [2021-01-26T23:02:49.636Z] 777b2c648970: Preparing [2021-01-26T23:02:49.636Z] 777b2c648970: Waiting [2021-01-26T23:02:49.636Z] 0bf0bfe92af3: Layer already exists [2021-01-26T23:02:49.636Z] 926f39635184: Layer already exists [2021-01-26T23:02:49.636Z] c817cdf56cd2: Layer already exists [2021-01-26T23:02:49.636Z] fd7f18126060: Layer already exists [2021-01-26T23:02:49.636Z] d0c648e8734f: Layer already exists [2021-01-26T23:02:49.636Z] 777b2c648970: Layer already exists [2021-01-26T23:02:49.636Z] 2.0.0-dev.58: digest: sha256:a03dc5c2fab64e12bc07447615e8b4cd5a16c9a239ef10c2caeab8d182c9c284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:49.946Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:50.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:50.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-26T23:02:50.254Z] d0c648e8734f: Preparing [2021-01-26T23:02:50.254Z] fd7f18126060: Preparing [2021-01-26T23:02:50.254Z] 0bf0bfe92af3: Preparing [2021-01-26T23:02:50.254Z] c817cdf56cd2: Preparing [2021-01-26T23:02:50.254Z] 926f39635184: Preparing [2021-01-26T23:02:50.254Z] 777b2c648970: Preparing [2021-01-26T23:02:50.254Z] c817cdf56cd2: Layer already exists [2021-01-26T23:02:50.254Z] fd7f18126060: Layer already exists [2021-01-26T23:02:50.254Z] d0c648e8734f: Layer already exists [2021-01-26T23:02:50.254Z] 926f39635184: Layer already exists [2021-01-26T23:02:50.254Z] 0bf0bfe92af3: Layer already exists [2021-01-26T23:02:50.254Z] 777b2c648970: Layer already exists [2021-01-26T23:02:50.254Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:a03dc5c2fab64e12bc07447615e8b4cd5a16c9a239ef10c2caeab8d182c9c284 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:50.560Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:50.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-26T23:02:50.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-26T23:02:50.860Z] d0c648e8734f: Preparing [2021-01-26T23:02:50.860Z] fd7f18126060: Preparing [2021-01-26T23:02:50.860Z] 0bf0bfe92af3: Preparing [2021-01-26T23:02:50.860Z] c817cdf56cd2: Preparing [2021-01-26T23:02:50.860Z] 926f39635184: Preparing [2021-01-26T23:02:50.860Z] 777b2c648970: Preparing [2021-01-26T23:02:50.860Z] 777b2c648970: Waiting [2021-01-26T23:02:50.860Z] fd7f18126060: Layer already exists [2021-01-26T23:02:50.860Z] c817cdf56cd2: Layer already exists [2021-01-26T23:02:50.860Z] d0c648e8734f: Layer already exists [2021-01-26T23:02:50.860Z] 0bf0bfe92af3: Layer already exists [2021-01-26T23:02:50.860Z] 926f39635184: Layer already exists [2021-01-26T23:02:50.860Z] 777b2c648970: Layer already exists [2021-01-26T23:02:50.860Z] master: digest: sha256:a03dc5c2fab64e12bc07447615e8b4cd5a16c9a239ef10c2caeab8d182c9c284 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:51.040Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:51.102Z] taggedImages: [2021-01-26T23:02:51.102Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:51.102Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.58 [2021-01-26T23:02:51.102Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:51.102Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-26T23:02:51.199Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-26T23:02:51.199Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:51.199Z] 2.0.0-dev.58 [2021-01-26T23:02:51.199Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:51.199Z] master [2021-01-26T23:02:51.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:51.672Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:53.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:53.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-26T23:02:53.244Z] cf168f0ff066: Preparing [2021-01-26T23:02:53.244Z] a01eefdf2a3b: Preparing [2021-01-26T23:02:53.244Z] 49c666297dc0: Preparing [2021-01-26T23:02:53.244Z] 9e6626572dc9: Preparing [2021-01-26T23:02:53.244Z] a7cf30266f8f: Preparing [2021-01-26T23:02:53.244Z] fde4753cb14f: Preparing [2021-01-26T23:02:53.244Z] 43af7ef14e11: Preparing [2021-01-26T23:02:53.244Z] f7451f5fcf09: Preparing [2021-01-26T23:02:53.244Z] 777b2c648970: Preparing [2021-01-26T23:02:53.244Z] fde4753cb14f: Waiting [2021-01-26T23:02:53.244Z] f7451f5fcf09: Waiting [2021-01-26T23:02:53.244Z] 777b2c648970: Waiting [2021-01-26T23:02:53.244Z] 43af7ef14e11: Waiting [2021-01-26T23:02:53.244Z] cf168f0ff066: Pushed [2021-01-26T23:02:53.244Z] a01eefdf2a3b: Pushed [2021-01-26T23:02:53.244Z] a7cf30266f8f: Pushed [2021-01-26T23:02:53.244Z] fde4753cb14f: Pushed [2021-01-26T23:02:53.244Z] 43af7ef14e11: Pushed [2021-01-26T23:02:53.244Z] 777b2c648970: Layer already exists [2021-01-26T23:02:53.244Z] f7451f5fcf09: Pushed [2021-01-26T23:02:53.244Z] 49c666297dc0: Pushed [2021-01-26T23:02:53.244Z] 9e6626572dc9: Pushed [2021-01-26T23:02:53.244Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:ca75981b1772df130f18412abadac2530da7453199b3dfd816f4312322a5d2c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:53.571Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:53.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.58 [2021-01-26T23:02:53.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-26T23:02:53.877Z] cf168f0ff066: Preparing [2021-01-26T23:02:53.877Z] a01eefdf2a3b: Preparing [2021-01-26T23:02:53.877Z] 49c666297dc0: Preparing [2021-01-26T23:02:53.877Z] 9e6626572dc9: Preparing [2021-01-26T23:02:53.877Z] a7cf30266f8f: Preparing [2021-01-26T23:02:53.877Z] fde4753cb14f: Preparing [2021-01-26T23:02:53.877Z] 43af7ef14e11: Preparing [2021-01-26T23:02:53.877Z] f7451f5fcf09: Preparing [2021-01-26T23:02:53.877Z] 777b2c648970: Preparing [2021-01-26T23:02:53.877Z] 43af7ef14e11: Waiting [2021-01-26T23:02:53.877Z] f7451f5fcf09: Waiting [2021-01-26T23:02:53.877Z] fde4753cb14f: Waiting [2021-01-26T23:02:53.877Z] 777b2c648970: Waiting [2021-01-26T23:02:53.877Z] a01eefdf2a3b: Layer already exists [2021-01-26T23:02:53.877Z] cf168f0ff066: Layer already exists [2021-01-26T23:02:53.877Z] a7cf30266f8f: Layer already exists [2021-01-26T23:02:53.877Z] 49c666297dc0: Layer already exists [2021-01-26T23:02:53.877Z] 9e6626572dc9: Layer already exists [2021-01-26T23:02:53.877Z] f7451f5fcf09: Layer already exists [2021-01-26T23:02:53.877Z] fde4753cb14f: Layer already exists [2021-01-26T23:02:53.877Z] 43af7ef14e11: Layer already exists [2021-01-26T23:02:53.877Z] 777b2c648970: Layer already exists [2021-01-26T23:02:53.877Z] 2.0.0-dev.58: digest: sha256:ca75981b1772df130f18412abadac2530da7453199b3dfd816f4312322a5d2c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:54.197Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:54.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:54.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-26T23:02:54.504Z] cf168f0ff066: Preparing [2021-01-26T23:02:54.504Z] a01eefdf2a3b: Preparing [2021-01-26T23:02:54.504Z] 49c666297dc0: Preparing [2021-01-26T23:02:54.504Z] 9e6626572dc9: Preparing [2021-01-26T23:02:54.504Z] a7cf30266f8f: Preparing [2021-01-26T23:02:54.504Z] fde4753cb14f: Preparing [2021-01-26T23:02:54.504Z] 43af7ef14e11: Preparing [2021-01-26T23:02:54.504Z] f7451f5fcf09: Preparing [2021-01-26T23:02:54.504Z] 777b2c648970: Preparing [2021-01-26T23:02:54.504Z] fde4753cb14f: Waiting [2021-01-26T23:02:54.504Z] 43af7ef14e11: Waiting [2021-01-26T23:02:54.504Z] f7451f5fcf09: Waiting [2021-01-26T23:02:54.504Z] 777b2c648970: Waiting [2021-01-26T23:02:54.504Z] cf168f0ff066: Layer already exists [2021-01-26T23:02:54.504Z] 49c666297dc0: Layer already exists [2021-01-26T23:02:54.504Z] 9e6626572dc9: Layer already exists [2021-01-26T23:02:54.504Z] a7cf30266f8f: Layer already exists [2021-01-26T23:02:54.504Z] a01eefdf2a3b: Layer already exists [2021-01-26T23:02:54.504Z] fde4753cb14f: Layer already exists [2021-01-26T23:02:54.504Z] 43af7ef14e11: Layer already exists [2021-01-26T23:02:54.504Z] f7451f5fcf09: Layer already exists [2021-01-26T23:02:54.504Z] 777b2c648970: Layer already exists [2021-01-26T23:02:54.504Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:ca75981b1772df130f18412abadac2530da7453199b3dfd816f4312322a5d2c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:54.874Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:55.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-26T23:02:55.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-26T23:02:55.212Z] cf168f0ff066: Preparing [2021-01-26T23:02:55.212Z] a01eefdf2a3b: Preparing [2021-01-26T23:02:55.212Z] 49c666297dc0: Preparing [2021-01-26T23:02:55.212Z] 9e6626572dc9: Preparing [2021-01-26T23:02:55.212Z] a7cf30266f8f: Preparing [2021-01-26T23:02:55.212Z] fde4753cb14f: Preparing [2021-01-26T23:02:55.212Z] 43af7ef14e11: Preparing [2021-01-26T23:02:55.212Z] f7451f5fcf09: Preparing [2021-01-26T23:02:55.212Z] 777b2c648970: Preparing [2021-01-26T23:02:55.212Z] fde4753cb14f: Waiting [2021-01-26T23:02:55.212Z] f7451f5fcf09: Waiting [2021-01-26T23:02:55.212Z] 777b2c648970: Waiting [2021-01-26T23:02:55.212Z] 43af7ef14e11: Waiting [2021-01-26T23:02:55.212Z] 49c666297dc0: Layer already exists [2021-01-26T23:02:55.212Z] 9e6626572dc9: Layer already exists [2021-01-26T23:02:55.212Z] cf168f0ff066: Layer already exists [2021-01-26T23:02:55.212Z] a7cf30266f8f: Layer already exists [2021-01-26T23:02:55.212Z] a01eefdf2a3b: Layer already exists [2021-01-26T23:02:55.212Z] f7451f5fcf09: Layer already exists [2021-01-26T23:02:55.212Z] 43af7ef14e11: Layer already exists [2021-01-26T23:02:55.212Z] fde4753cb14f: Layer already exists [2021-01-26T23:02:55.212Z] 777b2c648970: Layer already exists [2021-01-26T23:02:55.212Z] master: digest: sha256:ca75981b1772df130f18412abadac2530da7453199b3dfd816f4312322a5d2c3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:55.483Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:55.578Z] taggedImages: [2021-01-26T23:02:55.578Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:55.578Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.58 [2021-01-26T23:02:55.578Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:55.578Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-26T23:02:55.643Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-26T23:02:55.643Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:55.643Z] 2.0.0-dev.58 [2021-01-26T23:02:55.643Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:55.643Z] master [2021-01-26T23:02:55.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:56.162Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:56.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:56.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-26T23:02:56.464Z] 2dcf25b35a94: Preparing [2021-01-26T23:02:56.464Z] c90cc54c235d: Preparing [2021-01-26T23:02:56.464Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:56.464Z] 13c0b0e29c66: Preparing [2021-01-26T23:02:56.464Z] 777b2c648970: Preparing [2021-01-26T23:02:56.464Z] 777b2c648970: Layer already exists [2021-01-26T23:02:56.464Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:56.464Z] 2dcf25b35a94: Pushed [2021-01-26T23:02:56.728Z] 13c0b0e29c66: Pushed [2021-01-26T23:02:57.675Z] c90cc54c235d: Pushed [2021-01-26T23:02:57.675Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:c51ab780be1151d6264a1dfcdeef1210fe802a6fe0ccb4d66fa0bd2b064262ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:57.986Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:58.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.58 [2021-01-26T23:02:58.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-26T23:02:58.287Z] 2dcf25b35a94: Preparing [2021-01-26T23:02:58.287Z] c90cc54c235d: Preparing [2021-01-26T23:02:58.287Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:58.287Z] 13c0b0e29c66: Preparing [2021-01-26T23:02:58.287Z] 777b2c648970: Preparing [2021-01-26T23:02:58.287Z] 13c0b0e29c66: Layer already exists [2021-01-26T23:02:58.287Z] 2dcf25b35a94: Layer already exists [2021-01-26T23:02:58.287Z] 777b2c648970: Layer already exists [2021-01-26T23:02:58.287Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:58.287Z] c90cc54c235d: Layer already exists [2021-01-26T23:02:58.287Z] 2.0.0-dev.58: digest: sha256:c51ab780be1151d6264a1dfcdeef1210fe802a6fe0ccb4d66fa0bd2b064262ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:58.597Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:58.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:58.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-26T23:02:58.896Z] 2dcf25b35a94: Preparing [2021-01-26T23:02:58.896Z] c90cc54c235d: Preparing [2021-01-26T23:02:58.896Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:58.896Z] 13c0b0e29c66: Preparing [2021-01-26T23:02:58.896Z] 777b2c648970: Preparing [2021-01-26T23:02:58.896Z] 777b2c648970: Layer already exists [2021-01-26T23:02:58.896Z] c90cc54c235d: Layer already exists [2021-01-26T23:02:58.896Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:58.896Z] 2dcf25b35a94: Layer already exists [2021-01-26T23:02:58.896Z] 13c0b0e29c66: Layer already exists [2021-01-26T23:02:58.896Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:c51ab780be1151d6264a1dfcdeef1210fe802a6fe0ccb4d66fa0bd2b064262ad size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:59.202Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:02:59.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-26T23:02:59.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-26T23:02:59.503Z] 2dcf25b35a94: Preparing [2021-01-26T23:02:59.503Z] c90cc54c235d: Preparing [2021-01-26T23:02:59.503Z] 27c96c1b4ea7: Preparing [2021-01-26T23:02:59.503Z] 13c0b0e29c66: Preparing [2021-01-26T23:02:59.503Z] 777b2c648970: Preparing [2021-01-26T23:02:59.503Z] 2dcf25b35a94: Layer already exists [2021-01-26T23:02:59.503Z] c90cc54c235d: Layer already exists [2021-01-26T23:02:59.503Z] 777b2c648970: Layer already exists [2021-01-26T23:02:59.503Z] 13c0b0e29c66: Layer already exists [2021-01-26T23:02:59.504Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:02:59.504Z] master: digest: sha256:c51ab780be1151d6264a1dfcdeef1210fe802a6fe0ccb4d66fa0bd2b064262ad size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:02:59.687Z] ===================================================== [Pipeline] echo [2021-01-26T23:02:59.732Z] taggedImages: [2021-01-26T23:02:59.732Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:59.732Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.58 [2021-01-26T23:02:59.732Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:59.732Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-26T23:02:59.794Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-26T23:02:59.795Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:02:59.795Z] 2.0.0-dev.58 [2021-01-26T23:02:59.795Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:02:59.795Z] master [2021-01-26T23:02:59.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:00.273Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:00.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:00.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-26T23:03:00.575Z] 991a06b6c684: Preparing [2021-01-26T23:03:00.575Z] 92e8bb481e8c: Preparing [2021-01-26T23:03:00.575Z] 27c96c1b4ea7: Preparing [2021-01-26T23:03:00.575Z] 41394820c8e0: Preparing [2021-01-26T23:03:00.575Z] 777b2c648970: Preparing [2021-01-26T23:03:00.575Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:03:00.575Z] 41394820c8e0: Layer already exists [2021-01-26T23:03:00.575Z] 777b2c648970: Layer already exists [2021-01-26T23:03:00.575Z] 991a06b6c684: Pushed [2021-01-26T23:03:01.964Z] 92e8bb481e8c: Pushed [2021-01-26T23:03:01.964Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:88c2a473048a51e73beca9cccce119ba615d1277e68893639998de21f1eefe64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:02.272Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:02.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.58 [2021-01-26T23:03:02.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-26T23:03:02.572Z] 991a06b6c684: Preparing [2021-01-26T23:03:02.572Z] 92e8bb481e8c: Preparing [2021-01-26T23:03:02.572Z] 27c96c1b4ea7: Preparing [2021-01-26T23:03:02.572Z] 41394820c8e0: Preparing [2021-01-26T23:03:02.572Z] 777b2c648970: Preparing [2021-01-26T23:03:02.572Z] 991a06b6c684: Layer already exists [2021-01-26T23:03:02.572Z] 777b2c648970: Layer already exists [2021-01-26T23:03:02.572Z] 41394820c8e0: Layer already exists [2021-01-26T23:03:02.572Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:03:02.572Z] 92e8bb481e8c: Layer already exists [2021-01-26T23:03:02.572Z] 2.0.0-dev.58: digest: sha256:88c2a473048a51e73beca9cccce119ba615d1277e68893639998de21f1eefe64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:02.879Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:03.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:03:03.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-26T23:03:03.182Z] 991a06b6c684: Preparing [2021-01-26T23:03:03.182Z] 92e8bb481e8c: Preparing [2021-01-26T23:03:03.182Z] 27c96c1b4ea7: Preparing [2021-01-26T23:03:03.182Z] 41394820c8e0: Preparing [2021-01-26T23:03:03.182Z] 777b2c648970: Preparing [2021-01-26T23:03:03.182Z] 41394820c8e0: Layer already exists [2021-01-26T23:03:03.182Z] 777b2c648970: Layer already exists [2021-01-26T23:03:03.182Z] 991a06b6c684: Layer already exists [2021-01-26T23:03:03.182Z] 92e8bb481e8c: Layer already exists [2021-01-26T23:03:03.182Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:03:03.182Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:88c2a473048a51e73beca9cccce119ba615d1277e68893639998de21f1eefe64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:03.496Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:03.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-26T23:03:03.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-26T23:03:03.805Z] 991a06b6c684: Preparing [2021-01-26T23:03:03.805Z] 92e8bb481e8c: Preparing [2021-01-26T23:03:03.805Z] 27c96c1b4ea7: Preparing [2021-01-26T23:03:03.805Z] 41394820c8e0: Preparing [2021-01-26T23:03:03.805Z] 777b2c648970: Preparing [2021-01-26T23:03:03.805Z] 27c96c1b4ea7: Layer already exists [2021-01-26T23:03:03.805Z] 777b2c648970: Layer already exists [2021-01-26T23:03:03.805Z] 41394820c8e0: Layer already exists [2021-01-26T23:03:03.805Z] 92e8bb481e8c: Layer already exists [2021-01-26T23:03:03.805Z] 991a06b6c684: Layer already exists [2021-01-26T23:03:03.805Z] master: digest: sha256:88c2a473048a51e73beca9cccce119ba615d1277e68893639998de21f1eefe64 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:03:04.032Z] ===================================================== [Pipeline] echo [2021-01-26T23:03:04.080Z] taggedImages: [2021-01-26T23:03:04.080Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:04.080Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.58 [2021-01-26T23:03:04.080Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:03:04.080Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-26T23:03:04.142Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-26T23:03:04.143Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:04.143Z] 2.0.0-dev.58 [2021-01-26T23:03:04.143Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:03:04.143Z] master [2021-01-26T23:03:04.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:04.633Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:04.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:04.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-26T23:03:04.936Z] 05e430386180: Preparing [2021-01-26T23:03:04.936Z] 59f72a716732: Preparing [2021-01-26T23:03:04.936Z] 85550387bfdb: Preparing [2021-01-26T23:03:04.936Z] 19e348f09ef9: Preparing [2021-01-26T23:03:04.936Z] 4d26fe3ed2f1: Preparing [2021-01-26T23:03:04.936Z] 718fd515c0ef: Preparing [2021-01-26T23:03:04.936Z] 3e20846fb520: Preparing [2021-01-26T23:03:04.936Z] 0754057c0ad3: Preparing [2021-01-26T23:03:04.936Z] 998cdf262ab1: Preparing [2021-01-26T23:03:04.936Z] 02e56110abd2: Preparing [2021-01-26T23:03:04.936Z] abc36efb885a: Preparing [2021-01-26T23:03:04.936Z] b0b09059f4e1: Preparing [2021-01-26T23:03:04.936Z] bb961f40224b: Preparing [2021-01-26T23:03:04.936Z] f4666769fca7: Preparing [2021-01-26T23:03:04.936Z] 02e56110abd2: Waiting [2021-01-26T23:03:04.936Z] abc36efb885a: Waiting [2021-01-26T23:03:04.936Z] b0b09059f4e1: Waiting [2021-01-26T23:03:04.936Z] bb961f40224b: Waiting [2021-01-26T23:03:04.936Z] 718fd515c0ef: Waiting [2021-01-26T23:03:04.936Z] 0754057c0ad3: Waiting [2021-01-26T23:03:04.936Z] f4666769fca7: Waiting [2021-01-26T23:03:04.936Z] 998cdf262ab1: Waiting [2021-01-26T23:03:04.936Z] 3e20846fb520: Waiting [2021-01-26T23:03:05.203Z] 4d26fe3ed2f1: Pushed [2021-01-26T23:03:05.203Z] 05e430386180: Pushed [2021-01-26T23:03:05.466Z] 19e348f09ef9: Pushed [2021-01-26T23:03:05.466Z] 3e20846fb520: Pushed [2021-01-26T23:03:05.728Z] 0754057c0ad3: Layer already exists [2021-01-26T23:03:05.728Z] 59f72a716732: Pushed [2021-01-26T23:03:05.728Z] 998cdf262ab1: Layer already exists [2021-01-26T23:03:05.728Z] 02e56110abd2: Layer already exists [2021-01-26T23:03:05.728Z] abc36efb885a: Layer already exists [2021-01-26T23:03:05.728Z] b0b09059f4e1: Layer already exists [2021-01-26T23:03:05.728Z] bb961f40224b: Layer already exists [2021-01-26T23:03:05.728Z] f4666769fca7: Layer already exists [2021-01-26T23:03:06.300Z] 718fd515c0ef: Pushed [2021-01-26T23:03:09.611Z] 85550387bfdb: Pushed [2021-01-26T23:03:09.872Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:aef808bcff29aa390f005a1a07e9f866cb0ef2ccdf93318a4c37da86618b53b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:10.176Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:10.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.58 [2021-01-26T23:03:10.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-26T23:03:10.474Z] 05e430386180: Preparing [2021-01-26T23:03:10.474Z] 59f72a716732: Preparing [2021-01-26T23:03:10.474Z] 85550387bfdb: Preparing [2021-01-26T23:03:10.474Z] 19e348f09ef9: Preparing [2021-01-26T23:03:10.474Z] 4d26fe3ed2f1: Preparing [2021-01-26T23:03:10.474Z] 718fd515c0ef: Preparing [2021-01-26T23:03:10.474Z] 3e20846fb520: Preparing [2021-01-26T23:03:10.474Z] 0754057c0ad3: Preparing [2021-01-26T23:03:10.474Z] 998cdf262ab1: Preparing [2021-01-26T23:03:10.474Z] 02e56110abd2: Preparing [2021-01-26T23:03:10.474Z] abc36efb885a: Preparing [2021-01-26T23:03:10.474Z] b0b09059f4e1: Preparing [2021-01-26T23:03:10.474Z] bb961f40224b: Preparing [2021-01-26T23:03:10.474Z] f4666769fca7: Preparing [2021-01-26T23:03:10.474Z] 0754057c0ad3: Waiting [2021-01-26T23:03:10.474Z] 998cdf262ab1: Waiting [2021-01-26T23:03:10.474Z] 02e56110abd2: Waiting [2021-01-26T23:03:10.474Z] abc36efb885a: Waiting [2021-01-26T23:03:10.474Z] b0b09059f4e1: Waiting [2021-01-26T23:03:10.474Z] bb961f40224b: Waiting [2021-01-26T23:03:10.474Z] f4666769fca7: Waiting [2021-01-26T23:03:10.474Z] 718fd515c0ef: Waiting [2021-01-26T23:03:10.474Z] 59f72a716732: Layer already exists [2021-01-26T23:03:10.474Z] 4d26fe3ed2f1: Layer already exists [2021-01-26T23:03:10.474Z] 19e348f09ef9: Layer already exists [2021-01-26T23:03:10.474Z] 85550387bfdb: Layer already exists [2021-01-26T23:03:10.474Z] 05e430386180: Layer already exists [2021-01-26T23:03:10.474Z] 0754057c0ad3: Layer already exists [2021-01-26T23:03:10.474Z] 718fd515c0ef: Layer already exists [2021-01-26T23:03:10.474Z] 3e20846fb520: Layer already exists [2021-01-26T23:03:10.474Z] 998cdf262ab1: Layer already exists [2021-01-26T23:03:10.474Z] 02e56110abd2: Layer already exists [2021-01-26T23:03:10.474Z] abc36efb885a: Layer already exists [2021-01-26T23:03:10.474Z] f4666769fca7: Layer already exists [2021-01-26T23:03:10.474Z] b0b09059f4e1: Layer already exists [2021-01-26T23:03:10.474Z] bb961f40224b: Layer already exists [2021-01-26T23:03:10.474Z] 2.0.0-dev.58: digest: sha256:aef808bcff29aa390f005a1a07e9f866cb0ef2ccdf93318a4c37da86618b53b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:10.776Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:11.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:03:11.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-26T23:03:11.070Z] 05e430386180: Preparing [2021-01-26T23:03:11.070Z] 59f72a716732: Preparing [2021-01-26T23:03:11.070Z] 85550387bfdb: Preparing [2021-01-26T23:03:11.070Z] 19e348f09ef9: Preparing [2021-01-26T23:03:11.070Z] 4d26fe3ed2f1: Preparing [2021-01-26T23:03:11.070Z] 718fd515c0ef: Preparing [2021-01-26T23:03:11.070Z] 3e20846fb520: Preparing [2021-01-26T23:03:11.070Z] 0754057c0ad3: Preparing [2021-01-26T23:03:11.070Z] 998cdf262ab1: Preparing [2021-01-26T23:03:11.070Z] 02e56110abd2: Preparing [2021-01-26T23:03:11.070Z] abc36efb885a: Preparing [2021-01-26T23:03:11.070Z] b0b09059f4e1: Preparing [2021-01-26T23:03:11.070Z] bb961f40224b: Preparing [2021-01-26T23:03:11.070Z] f4666769fca7: Preparing [2021-01-26T23:03:11.070Z] 718fd515c0ef: Waiting [2021-01-26T23:03:11.070Z] 3e20846fb520: Waiting [2021-01-26T23:03:11.070Z] 0754057c0ad3: Waiting [2021-01-26T23:03:11.070Z] 998cdf262ab1: Waiting [2021-01-26T23:03:11.070Z] 02e56110abd2: Waiting [2021-01-26T23:03:11.070Z] abc36efb885a: Waiting [2021-01-26T23:03:11.070Z] b0b09059f4e1: Waiting [2021-01-26T23:03:11.070Z] bb961f40224b: Waiting [2021-01-26T23:03:11.070Z] f4666769fca7: Waiting [2021-01-26T23:03:11.070Z] 85550387bfdb: Layer already exists [2021-01-26T23:03:11.070Z] 19e348f09ef9: Layer already exists [2021-01-26T23:03:11.070Z] 59f72a716732: Layer already exists [2021-01-26T23:03:11.070Z] 05e430386180: Layer already exists [2021-01-26T23:03:11.070Z] 4d26fe3ed2f1: Layer already exists [2021-01-26T23:03:11.070Z] 0754057c0ad3: Layer already exists [2021-01-26T23:03:11.070Z] 718fd515c0ef: Layer already exists [2021-01-26T23:03:11.070Z] 3e20846fb520: Layer already exists [2021-01-26T23:03:11.070Z] 998cdf262ab1: Layer already exists [2021-01-26T23:03:11.070Z] 02e56110abd2: Layer already exists [2021-01-26T23:03:11.070Z] abc36efb885a: Layer already exists [2021-01-26T23:03:11.070Z] bb961f40224b: Layer already exists [2021-01-26T23:03:11.070Z] b0b09059f4e1: Layer already exists [2021-01-26T23:03:11.070Z] f4666769fca7: Layer already exists [2021-01-26T23:03:11.070Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:aef808bcff29aa390f005a1a07e9f866cb0ef2ccdf93318a4c37da86618b53b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:11.375Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:03:11.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-26T23:03:11.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-26T23:03:11.671Z] 05e430386180: Preparing [2021-01-26T23:03:11.671Z] 59f72a716732: Preparing [2021-01-26T23:03:11.671Z] 85550387bfdb: Preparing [2021-01-26T23:03:11.671Z] 19e348f09ef9: Preparing [2021-01-26T23:03:11.671Z] 4d26fe3ed2f1: Preparing [2021-01-26T23:03:11.671Z] 718fd515c0ef: Preparing [2021-01-26T23:03:11.671Z] 3e20846fb520: Preparing [2021-01-26T23:03:11.671Z] 0754057c0ad3: Preparing [2021-01-26T23:03:11.671Z] 998cdf262ab1: Preparing [2021-01-26T23:03:11.671Z] 02e56110abd2: Preparing [2021-01-26T23:03:11.671Z] abc36efb885a: Preparing [2021-01-26T23:03:11.671Z] b0b09059f4e1: Preparing [2021-01-26T23:03:11.671Z] bb961f40224b: Preparing [2021-01-26T23:03:11.671Z] f4666769fca7: Preparing [2021-01-26T23:03:11.671Z] 718fd515c0ef: Waiting [2021-01-26T23:03:11.671Z] 3e20846fb520: Waiting [2021-01-26T23:03:11.671Z] 0754057c0ad3: Waiting [2021-01-26T23:03:11.671Z] 998cdf262ab1: Waiting [2021-01-26T23:03:11.671Z] 02e56110abd2: Waiting [2021-01-26T23:03:11.671Z] abc36efb885a: Waiting [2021-01-26T23:03:11.671Z] bb961f40224b: Waiting [2021-01-26T23:03:11.671Z] f4666769fca7: Waiting [2021-01-26T23:03:11.671Z] 05e430386180: Layer already exists [2021-01-26T23:03:11.671Z] 85550387bfdb: Layer already exists [2021-01-26T23:03:11.671Z] 59f72a716732: Layer already exists [2021-01-26T23:03:11.671Z] 19e348f09ef9: Layer already exists [2021-01-26T23:03:11.671Z] 4d26fe3ed2f1: Layer already exists [2021-01-26T23:03:11.671Z] 3e20846fb520: Layer already exists [2021-01-26T23:03:11.671Z] 718fd515c0ef: Layer already exists [2021-01-26T23:03:11.671Z] 0754057c0ad3: Layer already exists [2021-01-26T23:03:11.671Z] 02e56110abd2: Layer already exists [2021-01-26T23:03:11.671Z] 998cdf262ab1: Layer already exists [2021-01-26T23:03:11.671Z] abc36efb885a: Layer already exists [2021-01-26T23:03:11.671Z] b0b09059f4e1: Layer already exists [2021-01-26T23:03:11.671Z] bb961f40224b: Layer already exists [2021-01-26T23:03:11.671Z] f4666769fca7: Layer already exists [2021-01-26T23:03:11.936Z] master: digest: sha256:aef808bcff29aa390f005a1a07e9f866cb0ef2ccdf93318a4c37da86618b53b1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:03:12.142Z] ===================================================== [Pipeline] echo [2021-01-26T23:03:12.197Z] taggedImages: [2021-01-26T23:03:12.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:12.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.58 [2021-01-26T23:03:12.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:03:12.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-01-26T23:03:12.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T23:03:12.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T23:03:24.916Z] + mkdir -p /tmp/build/dist/linux [2021-01-26T23:03:24.916Z] + cd /tmp/build/dist/linux [2021-01-26T23:03:24.916Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-26T23:03:24.916Z] Cloning into '.'... [2021-01-26T23:03:25.893Z] Removing intermediate container 2bffa232d621 [2021-01-26T23:03:25.893Z] ---> fb2a401721c8 [2021-01-26T23:03:25.893Z] [2021-01-26T23:03:25.893Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T23:03:25.893Z] 3.12: Pulling from library/alpine [2021-01-26T23:03:26.169Z] Removing intermediate container de7b7bcccd0d [2021-01-26T23:03:26.169Z] ---> 2e5448f0404c [2021-01-26T23:03:26.169Z] [2021-01-26T23:03:26.169Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T23:03:26.169Z] Removing intermediate container eaf33afe2237 [2021-01-26T23:03:26.169Z] ---> 53bc60e1b230 [2021-01-26T23:03:26.169Z] Removing intermediate container 88eccb205a84 [2021-01-26T23:03:26.169Z] ---> c59679beb1a6 [2021-01-26T23:03:26.169Z] [2021-01-26T23:03:26.169Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T23:03:26.169Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T23:03:26.169Z] [2021-01-26T23:03:26.169Z] 3.12: Pulling from library/alpine [2021-01-26T23:03:26.169Z] 3.12: Pulling from library/alpine [2021-01-26T23:03:26.169Z] 3.12: Pulling from library/alpine [2021-01-26T23:03:26.767Z] + go get github.com/robfig/glock [2021-01-26T23:03:26.767Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T23:03:26.767Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T23:03:26.767Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T23:03:26.767Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T23:03:26.767Z] Status: Image is up to date for alpine:3.12 [2021-01-26T23:03:26.767Z] Status: Image is up to date for alpine:3.12 [2021-01-26T23:03:26.767Z] ---> afeebe901d6b [2021-01-26T23:03:26.767Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T23:03:26.767Z] ---> afeebe901d6b [2021-01-26T23:03:26.767Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T23:03:26.767Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T23:03:26.767Z] Status: Image is up to date for alpine:3.12 [2021-01-26T23:03:26.767Z] ---> afeebe901d6b [2021-01-26T23:03:26.767Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T23:03:26.767Z] ---> afeebe901d6b [2021-01-26T23:03:26.767Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-26T23:03:27.043Z] ---> Running in 7c6d615485d6 [2021-01-26T23:03:27.043Z] ---> Running in ef4708f6e3ec [2021-01-26T23:03:27.043Z] ---> Running in 789e255e66cc [2021-01-26T23:03:27.043Z] ---> Running in 2ef177dbb2ea [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:03:29.946Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T23:03:30.223Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T23:03:30.223Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T23:03:30.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:03:30.223Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T23:03:30.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:03:30.223Z] OK: 5 MiB in 15 packages [2021-01-26T23:03:30.223Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T23:03:30.223Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T23:03:30.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:03:30.223Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T23:03:30.223Z] OK: 5 MiB in 15 packages [2021-01-26T23:03:30.223Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T23:03:30.223Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T23:03:30.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:03:30.223Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T23:03:30.497Z] OK: 6 MiB in 16 packages [2021-01-26T23:03:30.497Z] OK: 7 MiB in 18 packages [2021-01-26T23:03:32.487Z] Removing intermediate container 7c6d615485d6 [2021-01-26T23:03:32.487Z] ---> 48f1eb36bfa9 [2021-01-26T23:03:32.487Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T23:03:32.487Z] ---> Running in 8e99a2989d5f [2021-01-26T23:03:33.088Z] Removing intermediate container 2ef177dbb2ea [2021-01-26T23:03:33.088Z] ---> b13d817adabe [2021-01-26T23:03:33.089Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T23:03:33.372Z] Removing intermediate container 789e255e66cc [2021-01-26T23:03:33.373Z] ---> df749a7fc710 [2021-01-26T23:03:33.373Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T23:03:33.373Z] ---> Running in 970d58849add [2021-01-26T23:03:33.373Z] Removing intermediate container 8e99a2989d5f [2021-01-26T23:03:33.373Z] ---> 1ad6f10d1fa6 [2021-01-26T23:03:33.373Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T23:03:33.665Z] Removing intermediate container ef4708f6e3ec [2021-01-26T23:03:33.665Z] ---> d24772a6b71d [2021-01-26T23:03:33.665Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T23:03:33.665Z] ---> Running in df750edf3f77 [2021-01-26T23:03:33.665Z] ---> Running in 40afca26fbcb [2021-01-26T23:03:33.948Z] ---> Running in ce22f367f9d9 [2021-01-26T23:03:34.222Z] Removing intermediate container 970d58849add [2021-01-26T23:03:34.222Z] ---> 3f6bbcbb5ffa [2021-01-26T23:03:34.222Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T23:03:34.497Z] ---> Running in 718373fe03c6 [2021-01-26T23:03:34.497Z] Removing intermediate container df750edf3f77 [2021-01-26T23:03:34.497Z] ---> a585b82eadee [2021-01-26T23:03:34.497Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T23:03:34.772Z] Removing intermediate container 40afca26fbcb [2021-01-26T23:03:34.772Z] ---> 6e14a7ab8d79 [2021-01-26T23:03:34.772Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T23:03:34.772Z] Removing intermediate container ce22f367f9d9 [2021-01-26T23:03:34.772Z] ---> 9cd0281ff977 [2021-01-26T23:03:34.772Z] Step 13/21 : WORKDIR /edgex [2021-01-26T23:03:34.772Z] ---> Running in bdc1f57e3bec [2021-01-26T23:03:35.050Z] ---> Running in f1ba79663108 [2021-01-26T23:03:35.050Z] ---> Running in 752e563f9677 [2021-01-26T23:03:35.050Z] Removing intermediate container 718373fe03c6 [2021-01-26T23:03:35.327Z] ---> a3ec477b1b8f [2021-01-26T23:03:35.327Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T23:03:35.327Z] ---> Running in 9f234b002ec7 [2021-01-26T23:03:35.600Z] Removing intermediate container bdc1f57e3bec [2021-01-26T23:03:35.600Z] ---> fcd94ad83853 [2021-01-26T23:03:35.600Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T23:03:35.879Z] Removing intermediate container f1ba79663108 [2021-01-26T23:03:35.879Z] ---> 7f7f80f7b7c0 [2021-01-26T23:03:35.879Z] Step 15/23 : WORKDIR / [2021-01-26T23:03:35.879Z] ---> Running in 923e4c95160d [2021-01-26T23:03:35.879Z] Removing intermediate container 752e563f9677 [2021-01-26T23:03:35.879Z] ---> 7ac9bf701353 [2021-01-26T23:03:35.879Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T23:03:35.879Z] ---> Running in 9b3ab4df18ea [2021-01-26T23:03:36.164Z] Removing intermediate container 9f234b002ec7 [2021-01-26T23:03:36.164Z] ---> db311f281c93 [2021-01-26T23:03:36.164Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:03:36.761Z] Removing intermediate container 923e4c95160d [2021-01-26T23:03:36.761Z] ---> 2508cbad9519 [2021-01-26T23:03:36.761Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:03:37.035Z] Removing intermediate container 9b3ab4df18ea [2021-01-26T23:03:37.035Z] ---> cf8fae58ce3f [2021-01-26T23:03:37.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:03:37.635Z] ---> 20b7d95908a2 [2021-01-26T23:03:37.635Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T23:03:37.918Z] ---> 1b26750004c3 [2021-01-26T23:03:37.918Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T23:03:38.528Z] ---> 7b57ea4d3338 [2021-01-26T23:03:38.528Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T23:03:39.140Z] ---> 6518bb52eaa3 [2021-01-26T23:03:39.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T23:03:40.591Z] ---> 48cbb68bd2b0 [2021-01-26T23:03:40.591Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T23:03:41.190Z] ---> 7e39ad3ea35b [2021-01-26T23:03:41.190Z] ---> 1c8655b7b8b1 [2021-01-26T23:03:41.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T23:03:41.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T23:03:41.465Z] ---> c6658a42419d [2021-01-26T23:03:41.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T23:03:41.747Z] ---> a01d68df98db [2021-01-26T23:03:41.747Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T23:03:42.029Z] ---> Running in aea0cf198665 [2021-01-26T23:03:42.635Z] ---> d4bacfa65cc3 [2021-01-26T23:03:42.635Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T23:03:42.635Z] ---> b90af59bf73c [2021-01-26T23:03:42.635Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T23:03:42.913Z] ---> Running in fa3e14593514 [2021-01-26T23:03:42.913Z] Removing intermediate container aea0cf198665 [2021-01-26T23:03:42.913Z] ---> 65b703b91891 [2021-01-26T23:03:42.913Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T23:03:42.913Z] ---> Running in 2693f377b01f [2021-01-26T23:03:42.913Z] ---> b5db822f76b2 [2021-01-26T23:03:42.913Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T23:03:43.193Z] ---> Running in ae7ca56d7c6f [2021-01-26T23:03:43.193Z] ---> Running in 039d64454bf2 [2021-01-26T23:03:43.471Z] Removing intermediate container fa3e14593514 [2021-01-26T23:03:43.471Z] ---> 8def67396252 [2021-01-26T23:03:43.471Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:03:43.891Z] Removing intermediate container 2693f377b01f [2021-01-26T23:03:43.891Z] ---> 4a8c769aafd8 [2021-01-26T23:03:43.891Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:03:43.891Z] ---> Running in 4000fbb7531e [2021-01-26T23:03:43.891Z] ---> Running in 1995a9c38456 [2021-01-26T23:03:43.891Z] Removing intermediate container 039d64454bf2 [2021-01-26T23:03:43.891Z] ---> 4e129ed8a783 [2021-01-26T23:03:43.891Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:03:43.891Z] Removing intermediate container ae7ca56d7c6f [2021-01-26T23:03:43.891Z] ---> 29b2793aa541 [2021-01-26T23:03:43.891Z] Step 19/21 : LABEL arch=arm64 [2021-01-26T23:03:44.358Z] ---> Running in dcac729924fe [2021-01-26T23:03:44.358Z] ---> Running in 56f3e06c6fea [2021-01-26T23:03:44.701Z] Removing intermediate container 1995a9c38456 [2021-01-26T23:03:44.701Z] ---> aa697260241d [2021-01-26T23:03:44.701Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T23:03:44.701Z] Removing intermediate container 4000fbb7531e [2021-01-26T23:03:44.701Z] ---> fdc5910c9281 [2021-01-26T23:03:44.701Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T23:03:44.992Z] ---> Running in 07ea801c8cb8 [2021-01-26T23:03:44.992Z] ---> Running in 591a8f8fb455 [2021-01-26T23:03:45.294Z] Removing intermediate container dcac729924fe [2021-01-26T23:03:45.294Z] ---> 3d06b6741e3c [2021-01-26T23:03:45.294Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T23:03:45.294Z] Removing intermediate container 56f3e06c6fea [2021-01-26T23:03:45.294Z] ---> 2d7ff52e3a46 [2021-01-26T23:03:45.294Z] Step 20/21 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:45.586Z] ---> Running in dcefa443507f [2021-01-26T23:03:45.586Z] ---> Running in d388613a9246 [2021-01-26T23:03:45.874Z] Removing intermediate container 07ea801c8cb8 [2021-01-26T23:03:45.874Z] ---> 8cd34d896473 [2021-01-26T23:03:45.874Z] Step 21/22 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:46.181Z] Removing intermediate container 591a8f8fb455 [2021-01-26T23:03:46.181Z] ---> 4e3ec7e67f99 [2021-01-26T23:03:46.181Z] Step 21/22 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:46.181Z] ---> Running in 11550c545c68 [2021-01-26T23:03:46.486Z] ---> Running in b1d6cfb00b3a [2021-01-26T23:03:46.486Z] Removing intermediate container dcefa443507f [2021-01-26T23:03:46.486Z] ---> 6af964f790cd [2021-01-26T23:03:46.486Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:03:46.784Z] ---> Running in 51b6fda2a2a6 [2021-01-26T23:03:46.784Z] Removing intermediate container d388613a9246 [2021-01-26T23:03:46.784Z] ---> 4ca23808fea6 [2021-01-26T23:03:46.784Z] Step 21/21 : LABEL version=2.0.0-dev.58 [2021-01-26T23:03:47.058Z] Removing intermediate container 11550c545c68 [2021-01-26T23:03:47.058Z] ---> 55f577447715 [2021-01-26T23:03:47.058Z] Step 22/22 : LABEL version=2.0.0-dev.58 [2021-01-26T23:03:47.058Z] Removing intermediate container b1d6cfb00b3a [2021-01-26T23:03:47.058Z] ---> 3c5498971844 [2021-01-26T23:03:47.058Z] Step 22/22 : LABEL version=2.0.0-dev.58 [2021-01-26T23:03:47.335Z] + glock sync -n [2021-01-26T23:03:47.335Z]  ---> Running in 2c19434fbeb0 [2021-01-26T23:03:47.335Z] ---> Running in 06e62ee7dbd6 [2021-01-26T23:03:47.335Z] ---> Running in c1be46a2b298 [2021-01-26T23:03:47.608Z] Removing intermediate container 51b6fda2a2a6 [2021-01-26T23:03:47.608Z] ---> 7b929e17f727 [2021-01-26T23:03:47.608Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T23:03:47.884Z] ---> Running in 8240ea87655a [2021-01-26T23:03:47.884Z] Removing intermediate container 2c19434fbeb0 [2021-01-26T23:03:47.884Z] ---> 295d3d9ccc93 [2021-01-26T23:03:47.884Z] [2021-01-26T23:03:48.161Z] Removing intermediate container 06e62ee7dbd6 [2021-01-26T23:03:48.161Z] ---> 0c0d3188f2e4 [2021-01-26T23:03:48.161Z] [2021-01-26T23:03:48.161Z] Removing intermediate container c1be46a2b298 [2021-01-26T23:03:48.161Z] ---> 436f2d022c9c [2021-01-26T23:03:48.161Z] [2021-01-26T23:03:48.435Z] Successfully built 295d3d9ccc93 [2021-01-26T23:03:48.435Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-26T23:03:48.435Z] Building docker-core-metadata-go [2021-01-26T23:03:48.435Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8240ea87655a [2021-01-26T23:03:48.435Z] ---> 51d3b669a6c1 [2021-01-26T23:03:48.435Z] [2021-01-26T23:03:48.710Z] Successfully built 436f2d022c9c [2021-01-26T23:03:48.710Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-26T23:03:48.710Z] Successfully built 0c0d3188f2e4 [2021-01-26T23:03:48.710Z] Building docker-security-secretstore-setup-go [2021-01-26T23:03:48.710Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-26T23:03:48.710Z] Building docker-core-data-go [2021-01-26T23:03:48.985Z]  Building docker-support-scheduler-go ... done Successfully built 51d3b669a6c1 [2021-01-26T23:03:48.985Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-26T23:03:48.985Z] Building docker-sys-mgmt-agent-go [2021-01-26T23:03:53.293Z]  Building docker-core-command-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-26T23:03:53.293Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-26T23:03:53.293Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-26T23:03:53.293Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-26T23:03:53.293Z] + git describe '--abbrev=0' --tags [2021-01-26T23:03:53.293Z] + TAG=v0.6.1 [2021-01-26T23:03:53.293Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-26T23:03:53.293Z] + apk --print-arch [2021-01-26T23:03:53.293Z] + arch=aarch64 [2021-01-26T23:03:53.293Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-26T23:03:53.293Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-26T23:03:53.293Z] building [dockerize] for arm64 ... [2021-01-26T23:03:57.611Z] + date [2021-01-26T23:03:57.612Z] + echoTue Jan 26 23:03:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-26T23:03:57.612Z]  'Tue Jan 26 23:03:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-26T23:04:10.003Z] Removing intermediate container ef9450c87227 [2021-01-26T23:04:10.003Z] ---> 4ba1505c45be [2021-01-26T23:04:10.003Z] [2021-01-26T23:04:10.003Z] Step 11/33 : FROM alpine:3.12 [2021-01-26T23:04:10.003Z] ---> afeebe901d6b [2021-01-26T23:04:10.003Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T23:04:10.003Z] ---> Running in f0ff95240ffe [2021-01-26T23:04:10.982Z] Removing intermediate container f0ff95240ffe [2021-01-26T23:04:10.982Z] ---> 0b3c91aeaf50 [2021-01-26T23:04:10.982Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-26T23:04:11.256Z] ---> Running in af5540973cdb [2021-01-26T23:04:12.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:12.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:13.591Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T23:04:13.591Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T23:04:13.591Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T23:04:13.591Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:04:13.591Z] OK: 6 MiB in 17 packages [2021-01-26T23:04:16.990Z] Removing intermediate container af5540973cdb [2021-01-26T23:04:16.990Z] ---> 4722e6bca0d0 [2021-01-26T23:04:16.990Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T23:04:16.990Z] ---> Running in aa03a8a4947c [2021-01-26T23:04:17.586Z] Removing intermediate container aa03a8a4947c [2021-01-26T23:04:17.586Z] ---> bfeec000b143 [2021-01-26T23:04:17.586Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T23:04:17.863Z] ---> Running in 7cfe5d2de06e [2021-01-26T23:04:18.845Z] Removing intermediate container 7cfe5d2de06e [2021-01-26T23:04:18.845Z] ---> f07dc8d69973 [2021-01-26T23:04:18.845Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-26T23:04:19.452Z] ---> Running in 13c7a9d1fb76 [2021-01-26T23:04:22.866Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:04:22.866Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:04:22.866Z] ---> 04797ab5f2a7 [2021-01-26T23:04:22.866Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T23:04:22.866Z] ---> Using cache [2021-01-26T23:04:22.866Z] ---> 619af518b929 [2021-01-26T23:04:22.866Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:04:22.866Z] ---> Using cache [2021-01-26T23:04:22.866Z] ---> 1a5516f25c57 [2021-01-26T23:04:22.866Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-26T23:04:23.159Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:04:23.159Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:04:23.159Z] ---> 04797ab5f2a7 [2021-01-26T23:04:23.159Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T23:04:23.159Z] ---> Using cache [2021-01-26T23:04:23.159Z] ---> 619af518b929 [2021-01-26T23:04:23.159Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:04:23.159Z] ---> Using cache [2021-01-26T23:04:23.159Z] ---> 1a5516f25c57 [2021-01-26T23:04:23.159Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T23:04:23.159Z] ---> Running in 10f498bc7070 [2021-01-26T23:04:23.434Z] ---> Running in 5134ee2e0a0c [2021-01-26T23:04:23.434Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:04:23.434Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:04:23.434Z] ---> 04797ab5f2a7 [2021-01-26T23:04:23.434Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T23:04:23.434Z] ---> Using cache [2021-01-26T23:04:23.434Z] ---> 619af518b929 [2021-01-26T23:04:23.434Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:04:23.434Z] ---> Using cache [2021-01-26T23:04:23.434Z] ---> 1a5516f25c57 [2021-01-26T23:04:23.434Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T23:04:23.709Z] Removing intermediate container 13c7a9d1fb76 [2021-01-26T23:04:23.709Z] ---> ad89516af459 [2021-01-26T23:04:23.709Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T23:04:23.709Z] ---> Running in a7575919cfc5 [2021-01-26T23:04:23.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T23:04:23.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T23:04:23.709Z] ---> 04797ab5f2a7 [2021-01-26T23:04:23.709Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T23:04:23.709Z] ---> Using cache [2021-01-26T23:04:23.709Z] ---> 619af518b929 [2021-01-26T23:04:23.709Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:04:23.709Z] ---> Using cache [2021-01-26T23:04:23.709Z] ---> 1a5516f25c57 [2021-01-26T23:04:23.709Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T23:04:23.986Z] ---> Running in d37c6386f412 [2021-01-26T23:04:23.986Z] ---> Running in 8d75a82a5081 [2021-01-26T23:04:24.971Z] Removing intermediate container d37c6386f412 [2021-01-26T23:04:24.971Z] ---> aaabcd1671db [2021-01-26T23:04:24.971Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-26T23:04:25.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:25.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:25.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:25.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:26.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:26.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:26.364Z] ---> b9cce6b37d09 [2021-01-26T23:04:26.364Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T23:04:26.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:26.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:04:26.645Z] OK: 217 MiB in 51 packages [2021-01-26T23:04:26.928Z] OK: 217 MiB in 51 packages [2021-01-26T23:04:27.532Z] OK: 217 MiB in 51 packages [2021-01-26T23:04:27.532Z] OK: 217 MiB in 51 packages [2021-01-26T23:04:27.532Z] ---> 3cbdc773be1e [2021-01-26T23:04:27.532Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T23:04:27.818Z] ---> Running in 99923c6d6f54 [2021-01-26T23:04:28.803Z] Removing intermediate container 10f498bc7070 [2021-01-26T23:04:28.803Z] ---> 4c42eb5bc96b [2021-01-26T23:04:28.803Z] Step 6/26 : COPY go.mod . [2021-01-26T23:04:28.803Z] Removing intermediate container 5134ee2e0a0c [2021-01-26T23:04:28.803Z] ---> 7c26ece58fa0 [2021-01-26T23:04:28.803Z] Step 6/24 : COPY go.mod . [2021-01-26T23:04:29.402Z] Removing intermediate container a7575919cfc5 [2021-01-26T23:04:29.402Z] ---> 112d719f838a [2021-01-26T23:04:29.402Z] Step 6/23 : COPY go.mod . [2021-01-26T23:04:29.402Z] Removing intermediate container 8d75a82a5081 [2021-01-26T23:04:29.402Z] ---> aac903354306 [2021-01-26T23:04:29.402Z] Step 6/23 : COPY go.mod . [2021-01-26T23:04:30.000Z] ---> 3495cdd8fd6b [2021-01-26T23:04:30.000Z] Step 7/26 : RUN go mod download [2021-01-26T23:04:30.000Z] ---> 71d93819120b [2021-01-26T23:04:30.000Z] Step 7/24 : RUN go mod download [2021-01-26T23:04:30.000Z] ---> Running in 96b98748b9e6 [2021-01-26T23:04:30.275Z] ---> Running in 9aeb2d3b3c9d [2021-01-26T23:04:30.275Z] ---> 9f6e3c67e89f [2021-01-26T23:04:30.275Z] Step 7/23 : RUN go mod download [2021-01-26T23:04:30.549Z] ---> Running in ec4dc67f9d94 [2021-01-26T23:04:30.824Z] ---> 2b3324ada48a [2021-01-26T23:04:30.824Z] Step 7/23 : RUN go mod download [2021-01-26T23:04:31.099Z] ---> Running in d2ed1f8222f2 [2021-01-26T23:04:31.701Z] Removing intermediate container 99923c6d6f54 [2021-01-26T23:04:31.701Z] ---> 027feda816f0 [2021-01-26T23:04:31.701Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:04:33.138Z] ---> 232732fd8423 [2021-01-26T23:04:33.138Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T23:04:35.118Z] ---> 28dbe9753426 [2021-01-26T23:04:35.118Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T23:04:35.118Z] Removing intermediate container 96b98748b9e6 [2021-01-26T23:04:35.118Z] ---> c0b904ab900d [2021-01-26T23:04:35.118Z] Step 8/26 : COPY . . [2021-01-26T23:04:35.118Z] Removing intermediate container 9aeb2d3b3c9d [2021-01-26T23:04:35.118Z] ---> 4ea3c12828ad [2021-01-26T23:04:35.118Z] Step 8/24 : COPY . . [2021-01-26T23:04:35.392Z] Removing intermediate container ec4dc67f9d94 [2021-01-26T23:04:35.392Z] ---> 0c2df11387f6 [2021-01-26T23:04:35.392Z] Step 8/23 : COPY . . [2021-01-26T23:04:35.669Z] Removing intermediate container d2ed1f8222f2 [2021-01-26T23:04:35.669Z] ---> ab297b9aa2df [2021-01-26T23:04:35.669Z] Step 8/23 : COPY . . [2021-01-26T23:04:35.943Z] ---> d02a5e33d84c [2021-01-26T23:04:35.943Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T23:04:41.344Z] ---> a16ee48aaefc [2021-01-26T23:04:41.344Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T23:04:42.788Z] ---> 3eb435882516 [2021-01-26T23:04:42.788Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T23:04:43.791Z] ---> Running in 4c43043dc4ed [2021-01-26T23:04:44.789Z] Removing intermediate container 4c43043dc4ed [2021-01-26T23:04:44.789Z] ---> 28c676ea027b [2021-01-26T23:04:44.789Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T23:04:46.772Z] ---> 87539ee439b4 [2021-01-26T23:04:46.772Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T23:04:48.216Z] ---> Running in 7e45cae2b99c [2021-01-26T23:04:48.825Z] ---> 4577835c5a92 [2021-01-26T23:04:48.825Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T23:04:48.825Z] ---> 0a41e1776f04 [2021-01-26T23:04:48.825Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T23:04:49.097Z] ---> 3228ef656351 [2021-01-26T23:04:49.097Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T23:04:49.376Z] ---> Running in 4626ae8b4c8a [2021-01-26T23:04:49.376Z] ---> Running in 45c937e4e13a [2021-01-26T23:04:49.376Z] ---> Running in c6695f0c801c [2021-01-26T23:04:49.657Z] ---> c40d560887eb [2021-01-26T23:04:49.657Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T23:04:49.936Z] ---> Running in 64c8adaf5d6a [2021-01-26T23:04:51.382Z] Removing intermediate container 7e45cae2b99c [2021-01-26T23:04:51.382Z] ---> a3a20b097a31 [2021-01-26T23:04:51.382Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T23:04:51.382Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T23:04:51.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T23:04:51.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T23:04:52.268Z] ---> Running in 9e8727569218 [2021-01-26T23:04:52.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T23:04:52.887Z] Removing intermediate container 9e8727569218 [2021-01-26T23:04:52.887Z] ---> 0452c5376878 [2021-01-26T23:04:52.887Z] Step 30/33 : CMD ["gate"] [2021-01-26T23:04:53.495Z] ---> Running in 54f91b2051d5 [2021-01-26T23:04:54.484Z] Removing intermediate container 54f91b2051d5 [2021-01-26T23:04:54.484Z] ---> 03d0d5540b6b [2021-01-26T23:04:54.484Z] Step 31/33 : LABEL arch=arm64 [2021-01-26T23:04:54.762Z] ---> Running in 4bc34d1e0956 [2021-01-26T23:04:55.373Z] Removing intermediate container 4bc34d1e0956 [2021-01-26T23:04:55.373Z] ---> 99b41905467c [2021-01-26T23:04:55.373Z] Step 32/33 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:04:56.359Z] ---> Running in fadc607d5d90 [2021-01-26T23:04:56.959Z] Removing intermediate container fadc607d5d90 [2021-01-26T23:04:56.959Z] ---> ca593efbc70f [2021-01-26T23:04:56.959Z] Step 33/33 : LABEL version=2.0.0-dev.58 [2021-01-26T23:04:57.559Z] ---> Running in a4d14ddd9954 [2021-01-26T23:04:58.157Z] Removing intermediate container a4d14ddd9954 [2021-01-26T23:04:58.157Z] ---> a6ab04174518 [2021-01-26T23:04:58.157Z] [2021-01-26T23:04:58.755Z] Successfully built a6ab04174518 [2021-01-26T23:04:58.755Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-26T23:06:06.874Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T23:06:10.314Z] Removing intermediate container c6695f0c801c [2021-01-26T23:06:10.314Z] ---> aa19f0a8eb45 [2021-01-26T23:06:10.314Z] [2021-01-26T23:06:10.314Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T23:06:10.594Z] ---> afeebe901d6b [2021-01-26T23:06:10.594Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T23:06:10.875Z] ---> Running in 17c9ef7a62dd [2021-01-26T23:06:11.479Z] Removing intermediate container 4626ae8b4c8a [2021-01-26T23:06:11.479Z] ---> ef75421b5ffa [2021-01-26T23:06:11.479Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T23:06:11.761Z] ---> Running in 444bb0286583 [2021-01-26T23:06:13.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:13.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:13.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.58" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T23:06:14.371Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T23:06:14.371Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T23:06:14.371Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T23:06:14.371Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T23:06:14.371Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T23:06:14.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:06:14.371Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T23:06:14.649Z] OK: 7 MiB in 19 packages [2021-01-26T23:06:17.305Z] Removing intermediate container 17c9ef7a62dd [2021-01-26T23:06:17.305Z] ---> 4878802f64c6 [2021-01-26T23:06:17.305Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T23:06:17.596Z] ---> Running in 841dfd6f187e [2021-01-26T23:06:18.210Z] Removing intermediate container 841dfd6f187e [2021-01-26T23:06:18.210Z] ---> f2256e36d701 [2021-01-26T23:06:18.210Z] Step 13/24 : WORKDIR / [2021-01-26T23:06:18.489Z] ---> Running in 96cf9144560a [2021-01-26T23:06:19.092Z] Removing intermediate container 444bb0286583 [2021-01-26T23:06:19.092Z] ---> 3d44d312bd5a [2021-01-26T23:06:19.092Z] [2021-01-26T23:06:19.092Z] Step 11/26 : FROM docker:20.10.0 [2021-01-26T23:06:19.092Z] 20.10.0: Pulling from library/docker [2021-01-26T23:06:19.378Z] Removing intermediate container 96cf9144560a [2021-01-26T23:06:19.378Z] ---> 27bee52d00af [2021-01-26T23:06:19.378Z] 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-26T23:06:21.367Z] ---> 7d8e3914d8bb [2021-01-26T23:06:21.367Z] 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-26T23:06:23.362Z] ---> 3f701e5cc2f8 [2021-01-26T23:06:23.362Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T23:06:24.803Z] ---> 96d51ee9921f [2021-01-26T23:06:24.803Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T23:06:27.448Z] ---> 2c135341b31d [2021-01-26T23:06:27.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T23:06:29.422Z] ---> dc9e29db12bc [2021-01-26T23:06:29.422Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T23:06:30.433Z] Removing intermediate container 64c8adaf5d6a [2021-01-26T23:06:30.433Z] ---> 19ff0b592ee9 [2021-01-26T23:06:30.433Z] [2021-01-26T23:06:30.433Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T23:06:30.433Z] ---> afeebe901d6b [2021-01-26T23:06:30.433Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T23:06:30.433Z] ---> Using cache [2021-01-26T23:06:30.433Z] ---> b13d817adabe [2021-01-26T23:06:30.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T23:06:30.433Z] ---> Using cache [2021-01-26T23:06:30.433Z] ---> 3f6bbcbb5ffa [2021-01-26T23:06:30.433Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T23:06:31.028Z] ---> Running in 74ac35ca04b2 [2021-01-26T23:06:31.028Z] ---> 5fdb9f54c316 [2021-01-26T23:06:31.028Z] 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-26T23:06:31.329Z] ---> Running in 9e619fee1d51 [2021-01-26T23:06:31.941Z] Removing intermediate container 74ac35ca04b2 [2021-01-26T23:06:31.941Z] ---> 1e4fb7bcbddc [2021-01-26T23:06:31.941Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T23:06:32.215Z] ---> Running in 9030517b36c6 [2021-01-26T23:06:32.837Z] Removing intermediate container 9030517b36c6 [2021-01-26T23:06:32.837Z] ---> 9cd65872bbc1 [2021-01-26T23:06:32.837Z] Step 15/23 : WORKDIR / [2021-01-26T23:06:33.433Z] ---> Running in a196d3db0821 [2021-01-26T23:06:34.414Z] Removing intermediate container a196d3db0821 [2021-01-26T23:06:34.414Z] ---> dd0bf0a269c3 [2021-01-26T23:06:34.414Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:06:35.018Z] Removing intermediate container 9e619fee1d51 [2021-01-26T23:06:35.018Z] ---> f2be776402bd [2021-01-26T23:06:35.018Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T23:06:35.018Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T23:06:35.018Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T23:06:35.018Z] ---> eeaf43b92773 [2021-01-26T23:06:35.018Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T23:06:35.636Z] ---> Running in 5b035bbff6b2 [2021-01-26T23:06:35.636Z] ---> Running in cc8a54286df4 [2021-01-26T23:06:35.636Z] ---> fc543447a454 [2021-01-26T23:06:35.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T23:06:36.233Z] Removing intermediate container 5b035bbff6b2 [2021-01-26T23:06:36.233Z] ---> d7c26a557887 [2021-01-26T23:06:36.233Z] Step 22/24 : LABEL arch=arm64 [2021-01-26T23:06:36.233Z] Removing intermediate container 45c937e4e13a [2021-01-26T23:06:36.233Z] ---> 32d6e3b0f378 [2021-01-26T23:06:36.233Z] [2021-01-26T23:06:36.233Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T23:06:36.233Z] ---> afeebe901d6b [2021-01-26T23:06:36.234Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T23:06:36.509Z] ---> Running in 3b57926da8f5 [2021-01-26T23:06:36.782Z] ---> Running in 585c01e41254 [2021-01-26T23:06:37.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:37.379Z] Removing intermediate container 3b57926da8f5 [2021-01-26T23:06:37.379Z] ---> 4719c489b410 [2021-01-26T23:06:37.379Z] Step 23/24 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:06:37.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:37.379Z] ---> 7fdc9d3eb355 [2021-01-26T23:06:37.379Z] Removing intermediate container 585c01e41254 [2021-01-26T23:06:37.379Z] ---> ba206f7295b9 [2021-01-26T23:06:37.379Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T23:06:37.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-26T23:06:37.664Z] ---> Running in dd1b0a1b68a0 [2021-01-26T23:06:37.664Z] ---> Running in 17433d398e47 [2021-01-26T23:06:37.939Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T23:06:37.939Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T23:06:38.214Z] Executing bash-5.0.17-r0.post-install [2021-01-26T23:06:38.214Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:06:38.214Z] OK: 12 MiB in 22 packages [2021-01-26T23:06:38.214Z] Removing intermediate container dd1b0a1b68a0 [2021-01-26T23:06:38.214Z] ---> b6e5a3c2fe18 [2021-01-26T23:06:38.214Z] Step 24/24 : LABEL version=2.0.0-dev.58 [2021-01-26T23:06:38.814Z] Removing intermediate container 17433d398e47 [2021-01-26T23:06:38.814Z] ---> 648f8faf7798 [2021-01-26T23:06:38.814Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T23:06:38.814Z] ---> Running in 860adf1ba594 [2021-01-26T23:06:38.814Z] ---> 2fb9cf102f91 [2021-01-26T23:06:38.814Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T23:06:38.814Z] ---> Running in eeae7b082010 [2021-01-26T23:06:39.085Z] ---> Running in e43316397559 [2021-01-26T23:06:39.357Z] Removing intermediate container 860adf1ba594 [2021-01-26T23:06:39.357Z] ---> f2fdfe9d5446 [2021-01-26T23:06:39.357Z] [2021-01-26T23:06:39.626Z] Removing intermediate container e43316397559 [2021-01-26T23:06:39.626Z] Removing intermediate container eeae7b082010 [2021-01-26T23:06:39.626Z] ---> a9469d1c7380 [2021-01-26T23:06:39.626Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T23:06:39.626Z] ---> ac13e2f10180 [2021-01-26T23:06:39.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:06:39.626Z] Removing intermediate container cc8a54286df4 [2021-01-26T23:06:39.626Z] ---> 38f2f08e553c [2021-01-26T23:06:39.626Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T23:06:39.626Z] Successfully built f2fdfe9d5446 [2021-01-26T23:06:39.906Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-26T23:06:39.906Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b580c9323e0e [2021-01-26T23:06:39.906Z] ---> Running in d457578631e8 [2021-01-26T23:06:40.191Z] ---> Running in 3ca688641168 [2021-01-26T23:06:40.784Z] Removing intermediate container b580c9323e0e [2021-01-26T23:06:40.784Z] Removing intermediate container 3ca688641168 [2021-01-26T23:06:40.784Z] ---> 26e1b1971f32 [2021-01-26T23:06:40.784Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T23:06:40.784Z] ---> 4b4e031ae369 [2021-01-26T23:06:40.784Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T23:06:41.057Z] ---> Running in 2641139916dc [2021-01-26T23:06:41.057Z] ---> Running in ea1fcece42ae [2021-01-26T23:06:41.673Z] Removing intermediate container ea1fcece42ae [2021-01-26T23:06:41.673Z] ---> cbc4186de4f4 [2021-01-26T23:06:41.673Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:06:41.673Z] Removing intermediate container 2641139916dc [2021-01-26T23:06:41.673Z] ---> d0f5543af255 [2021-01-26T23:06:41.673Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T23:06:41.673Z] ---> Running in f6dafba7aae6 [2021-01-26T23:06:41.673Z] ---> Running in 4786c2e00280 [2021-01-26T23:06:42.268Z] Removing intermediate container f6dafba7aae6 [2021-01-26T23:06:42.268Z] ---> 4f2d01e7d41b [2021-01-26T23:06:42.268Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T23:06:42.268Z] Removing intermediate container 4786c2e00280 [2021-01-26T23:06:42.268Z] ---> 8a95bea3f359 [2021-01-26T23:06:42.268Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T23:06:42.543Z] Removing intermediate container d457578631e8 [2021-01-26T23:06:42.543Z] ---> cff121d99dd0 [2021-01-26T23:06:42.543Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T23:06:42.543Z] ---> Running in 75152241b8a4 [2021-01-26T23:06:42.819Z] ---> Running in 94e37d4b6cd9 [2021-01-26T23:06:43.090Z] Removing intermediate container 75152241b8a4 [2021-01-26T23:06:43.090Z] ---> a94b86166275 [2021-01-26T23:06:43.090Z] [2021-01-26T23:06:43.685Z] Successfully built a94b86166275 [2021-01-26T23:06:43.685Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-26T23:06:43.685Z]  Building docker-core-metadata-go ... done  ---> a6fe13d5a462 [2021-01-26T23:06:43.685Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T23:06:43.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:44.555Z] ---> a81ab1ffa54d [2021-01-26T23:06:44.555Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T23:06:44.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:45.147Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T23:06:45.418Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T23:06:45.418Z] ---> fff492da3e35 [2021-01-26T23:06:45.418Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T23:06:45.418Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T23:06:45.418Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T23:06:45.692Z] ---> Running in ce6d77607de8 [2021-01-26T23:06:45.692Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T23:06:45.692Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T23:06:45.972Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:06:45.972Z] OK: 8 MiB in 20 packages [2021-01-26T23:06:46.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:46.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:06:47.225Z] Removing intermediate container 94e37d4b6cd9 [2021-01-26T23:06:47.225Z] ---> 88006f7cf3e4 [2021-01-26T23:06:47.225Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T23:06:47.498Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T23:06:47.498Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T23:06:47.498Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T23:06:47.498Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T23:06:47.498Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T23:06:47.779Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T23:06:47.779Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T23:06:48.375Z] ---> 39e94d843ddb [2021-01-26T23:06:48.375Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T23:06:49.804Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T23:06:49.804Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T23:06:49.804Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T23:06:49.804Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T23:06:49.804Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T23:06:49.804Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T23:06:49.804Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T23:06:49.804Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T23:06:49.804Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T23:06:49.804Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T23:06:49.804Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T23:06:49.804Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T23:06:49.804Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T23:06:49.804Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T23:06:49.804Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T23:06:50.102Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T23:06:50.102Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T23:06:50.102Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T23:06:50.102Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T23:06:50.102Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T23:06:50.102Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T23:06:50.102Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T23:06:50.102Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T23:06:50.102Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T23:06:50.102Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T23:06:50.374Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T23:06:50.374Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:06:50.374Z] OK: 71 MiB in 55 packages [2021-01-26T23:06:50.645Z] ---> 7cfeb01a5420 [2021-01-26T23:06:50.645Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-26T23:06:51.622Z] ---> 7be423554e47 [2021-01-26T23:06:51.622Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T23:06:51.622Z] ---> Running in ad5fa34c3b45 [2021-01-26T23:06:52.598Z] Removing intermediate container ad5fa34c3b45 [2021-01-26T23:06:52.598Z] ---> ae687f5d3e2f [2021-01-26T23:06:52.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:06:52.872Z] ---> Running in 886039eee823 [2021-01-26T23:06:53.469Z] Removing intermediate container 886039eee823 [2021-01-26T23:06:53.469Z] ---> 73ec73d5c41a [2021-01-26T23:06:53.469Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T23:06:53.744Z] ---> Running in 398dbe812231 [2021-01-26T23:06:54.019Z] Removing intermediate container 398dbe812231 [2021-01-26T23:06:54.019Z] ---> c2722c8946d4 [2021-01-26T23:06:54.019Z] Step 22/23 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:06:54.623Z] ---> Running in 4c3f6286c702 [2021-01-26T23:06:55.220Z] Removing intermediate container 4c3f6286c702 [2021-01-26T23:06:55.220Z] ---> 893078493635 [2021-01-26T23:06:55.220Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-01-26T23:06:55.491Z] ---> Running in 3a1ce7230497 [2021-01-26T23:06:56.464Z] Removing intermediate container 3a1ce7230497 [2021-01-26T23:06:56.464Z] ---> 875e00bc1d02 [2021-01-26T23:06:56.464Z] [2021-01-26T23:06:56.464Z] Removing intermediate container ce6d77607de8 [2021-01-26T23:06:56.464Z] ---> 2e4879d6175d [2021-01-26T23:06:56.464Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T23:06:56.464Z] Successfully built 875e00bc1d02 [2021-01-26T23:06:56.464Z] ---> Running in bd9eb857ee80 [2021-01-26T23:06:56.464Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-26T23:07:02.125Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-26T23:07:02.125Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T23:07:02.125Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T23:07:02.125Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T23:07:02.125Z] 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-26T23:07:03.102Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T23:07:03.102Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T23:07:03.372Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T23:07:03.643Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T23:07:04.233Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T23:07:04.233Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T23:07:04.504Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T23:07:04.504Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T23:07:06.468Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T23:07:06.468Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T23:07:09.145Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T23:07:09.145Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T23:07:10.129Z] Collecting PyYAML<4,>=3.10 [2021-01-26T23:07:10.129Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T23:07:12.735Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T23:07:13.007Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T23:07:14.972Z] Collecting idna<2.8,>=2.5 [2021-01-26T23:07:14.972Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T23:07:14.972Z] 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-26T23:07:14.972Z] 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-26T23:07:15.562Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T23:07:15.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T23:07:15.832Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T23:07:15.832Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T23:07:15.832Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T23:07:15.832Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T23:07:15.832Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T23:07:15.832Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T23:07:16.802Z] Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, websocket-client, texttable, dockerpty, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-01-26T23:07:16.802Z] Attempting uninstall: idna [2021-01-26T23:07:16.802Z] Found existing installation: idna 2.9 [2021-01-26T23:07:16.802Z] Uninstalling idna-2.9: [2021-01-26T23:07:16.802Z] Successfully uninstalled idna-2.9 [2021-01-26T23:07:17.395Z] Attempting uninstall: urllib3 [2021-01-26T23:07:17.395Z] Found existing installation: urllib3 1.25.9 [2021-01-26T23:07:17.395Z] Uninstalling urllib3-1.25.9: [2021-01-26T23:07:17.665Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T23:07:18.257Z] Attempting uninstall: requests [2021-01-26T23:07:18.257Z] Found existing installation: requests 2.23.0 [2021-01-26T23:07:18.257Z] Uninstalling requests-2.23.0: [2021-01-26T23:07:18.257Z] Successfully uninstalled requests-2.23.0 [2021-01-26T23:07:19.229Z] Running setup.py install for texttable: started [2021-01-26T23:07:21.182Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T23:07:21.182Z] Running setup.py install for dockerpty: started [2021-01-26T23:07:22.607Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T23:07:23.201Z] Running setup.py install for PyYAML: started [2021-01-26T23:07:25.159Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T23:07:25.430Z] Running setup.py install for docopt: started [2021-01-26T23:07:27.389Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T23:07:27.982Z] 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-26T23:07:32.276Z] Removing intermediate container bd9eb857ee80 [2021-01-26T23:07:32.276Z] ---> d369029248cc [2021-01-26T23:07:32.276Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T23:07:32.276Z] ---> Running in 830f79453cc5 [2021-01-26T23:07:32.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T23:07:33.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T23:07:33.734Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T23:07:33.734Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T23:07:33.734Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T23:07:33.734Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T23:07:33.734Z] OK: 71 MiB in 58 packages [2021-01-26T23:07:35.165Z] Removing intermediate container 830f79453cc5 [2021-01-26T23:07:35.165Z] ---> 85831fe22e42 [2021-01-26T23:07:35.166Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T23:07:35.166Z] ---> Running in 4763c2e3cd67 [2021-01-26T23:07:35.439Z] Removing intermediate container 4763c2e3cd67 [2021-01-26T23:07:35.439Z] ---> 222dd96bc80d [2021-01-26T23:07:35.439Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T23:07:35.712Z] ---> Running in 83c84587a83d [2021-01-26T23:07:36.302Z] Removing intermediate container 83c84587a83d [2021-01-26T23:07:36.302Z] ---> 3ef427e0667c [2021-01-26T23:07:36.302Z] Step 24/26 : LABEL arch=arm64 [2021-01-26T23:07:36.572Z] ---> Running in 1872077d7d3a [2021-01-26T23:07:37.162Z] Removing intermediate container 1872077d7d3a [2021-01-26T23:07:37.162Z] ---> 88769b601e15 [2021-01-26T23:07:37.162Z] Step 25/26 : LABEL git_sha=668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:37.434Z] ---> Running in 7f540d6feaa4 [2021-01-26T23:07:37.706Z] Removing intermediate container 7f540d6feaa4 [2021-01-26T23:07:37.706Z] ---> be999318cee3 [2021-01-26T23:07:37.706Z] Step 26/26 : LABEL version=2.0.0-dev.58 [2021-01-26T23:07:37.978Z] ---> Running in 6fb902b1fc25 [2021-01-26T23:07:38.572Z] Removing intermediate container 6fb902b1fc25 [2021-01-26T23:07:38.572Z] ---> c574a9ee19dd [2021-01-26T23:07:38.572Z] [2021-01-26T23:07:38.846Z] Successfully built c574a9ee19dd [2021-01-26T23:07:38.846Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-26T23:07:39.134Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-26T23:07:39.142Z] $ docker stop --time=1 5899cdb19c5a8394d7b4197343e199b51f4abfc991dbff8e7c8fdde25f61a891 [2021-01-26T23:07:41.099Z] $ docker rm -f 5899cdb19c5a8394d7b4197343e199b51f4abfc991dbff8e7c8fdde25f61a891 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T23:07:41.818Z] + + grepdocker docker images [2021-01-26T23:07:41.818Z] [2021-01-26T23:07:42.089Z] docker-sys-mgmt-agent-go-arm64 latest c574a9ee19dd 3 seconds ago 300MB [2021-01-26T23:07:42.089Z] docker-core-data-go-arm64 latest 875e00bc1d02 46 seconds ago 21MB [2021-01-26T23:07:42.089Z] docker-core-metadata-go-arm64 latest a94b86166275 59 seconds ago 17.7MB [2021-01-26T23:07:42.089Z] docker-security-secretstore-setup-go-arm64 latest f2fdfe9d5446 About a minute ago 23.4MB [2021-01-26T23:07:42.089Z] docker-security-bootstrapper-go-arm64 latest a6ab04174518 2 minutes ago 31.9MB [2021-01-26T23:07:42.089Z] docker-core-command-go-arm64 latest 51d3b669a6c1 3 minutes ago 15.4MB [2021-01-26T23:07:42.089Z] docker-support-notifications-go-arm64 latest 436f2d022c9c 3 minutes ago 16MB [2021-01-26T23:07:42.089Z] docker-security-proxy-setup-go-arm64 latest 295d3d9ccc93 3 minutes ago 23.2MB [2021-01-26T23:07:42.089Z] docker-support-scheduler-go-arm64 latest 0c0d3188f2e4 3 minutes ago 15.5MB [2021-01-26T23:07:42.089Z] 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-26T23:07:42.589Z] provisioning config files... [2021-01-26T23:07:42.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/321@tmp/config400144634810993434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:07:43.044Z] ---> docker-login.sh [2021-01-26T23:07:43.044Z] nexus3.edgexfoundry.org:10001 [2021-01-26T23:07:43.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:07:43.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:07:43.587Z] Configure a credential helper to remove this warning. See [2021-01-26T23:07:43.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:07:43.587Z] [2021-01-26T23:07:43.587Z] Login Succeeded [2021-01-26T23:07:43.587Z] nexus3.edgexfoundry.org:10002 [2021-01-26T23:07:43.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:07:44.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:07:44.131Z] Configure a credential helper to remove this warning. See [2021-01-26T23:07:44.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:07:44.131Z] [2021-01-26T23:07:44.131Z] Login Succeeded [2021-01-26T23:07:44.131Z] nexus3.edgexfoundry.org:10003 [2021-01-26T23:07:44.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:07:44.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:07:44.675Z] Configure a credential helper to remove this warning. See [2021-01-26T23:07:44.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:07:44.675Z] [2021-01-26T23:07:44.675Z] Login Succeeded [2021-01-26T23:07:44.675Z] nexus3.edgexfoundry.org:10004 [2021-01-26T23:07:45.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:07:45.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:07:45.280Z] Configure a credential helper to remove this warning. See [2021-01-26T23:07:45.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:07:45.280Z] [2021-01-26T23:07:45.280Z] Login Succeeded [2021-01-26T23:07:45.280Z] docker.io [2021-01-26T23:07:45.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T23:07:46.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T23:07:46.146Z] Configure a credential helper to remove this warning. See [2021-01-26T23:07:46.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T23:07:46.146Z] [2021-01-26T23:07:46.146Z] Login Succeeded [2021-01-26T23:07:46.146Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T23:07:46.161Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:07:46.374Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-26T23:07:46.374Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:46.374Z] 2.0.0-dev.58 [2021-01-26T23:07:46.374Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:07:46.374Z] master [2021-01-26T23:07:46.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:46.899Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:47.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:47.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-26T23:07:47.233Z] 24d4a27376fd: Preparing [2021-01-26T23:07:47.233Z] 68875688527e: Preparing [2021-01-26T23:07:47.233Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:47.233Z] 6c35d35f8e8d: Preparing [2021-01-26T23:07:47.233Z] 379067d0cb53: Preparing [2021-01-26T23:07:47.504Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:47.504Z] 7c103b4c5c49: Pushed [2021-01-26T23:07:47.775Z] 24d4a27376fd: Pushed [2021-01-26T23:07:47.775Z] 6c35d35f8e8d: Pushed [2021-01-26T23:07:49.729Z] 68875688527e: Pushed [2021-01-26T23:07:49.999Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:6ac59e02bedd294ea7a4f0cf660773c768d51b64ccb59ac7a264514c7bdce768 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:50.336Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:50.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.58 [2021-01-26T23:07:50.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-26T23:07:50.668Z] 24d4a27376fd: Preparing [2021-01-26T23:07:50.668Z] 68875688527e: Preparing [2021-01-26T23:07:50.668Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:50.668Z] 6c35d35f8e8d: Preparing [2021-01-26T23:07:50.668Z] 379067d0cb53: Preparing [2021-01-26T23:07:50.668Z] 24d4a27376fd: Layer already exists [2021-01-26T23:07:50.668Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:50.668Z] 68875688527e: Layer already exists [2021-01-26T23:07:50.668Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:50.668Z] 6c35d35f8e8d: Layer already exists [2021-01-26T23:07:50.938Z] 2.0.0-dev.58: digest: sha256:6ac59e02bedd294ea7a4f0cf660773c768d51b64ccb59ac7a264514c7bdce768 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:51.275Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:51.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:07:51.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-26T23:07:51.610Z] 24d4a27376fd: Preparing [2021-01-26T23:07:51.610Z] 68875688527e: Preparing [2021-01-26T23:07:51.610Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:51.610Z] 6c35d35f8e8d: Preparing [2021-01-26T23:07:51.610Z] 379067d0cb53: Preparing [2021-01-26T23:07:51.610Z] 68875688527e: Layer already exists [2021-01-26T23:07:51.610Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:51.880Z] 24d4a27376fd: Layer already exists [2021-01-26T23:07:51.880Z] 6c35d35f8e8d: Layer already exists [2021-01-26T23:07:51.880Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:51.880Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:6ac59e02bedd294ea7a4f0cf660773c768d51b64ccb59ac7a264514c7bdce768 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:52.220Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:52.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-26T23:07:52.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-26T23:07:52.559Z] 24d4a27376fd: Preparing [2021-01-26T23:07:52.559Z] 68875688527e: Preparing [2021-01-26T23:07:52.559Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:52.559Z] 6c35d35f8e8d: Preparing [2021-01-26T23:07:52.559Z] 379067d0cb53: Preparing [2021-01-26T23:07:52.559Z] 24d4a27376fd: Layer already exists [2021-01-26T23:07:52.559Z] 68875688527e: Layer already exists [2021-01-26T23:07:52.559Z] 6c35d35f8e8d: Layer already exists [2021-01-26T23:07:52.559Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:52.559Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:52.827Z] master: digest: sha256:6ac59e02bedd294ea7a4f0cf660773c768d51b64ccb59ac7a264514c7bdce768 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:07:53.008Z] ===================================================== [Pipeline] echo [2021-01-26T23:07:53.064Z] taggedImages: [2021-01-26T23:07:53.064Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:53.064Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.58 [2021-01-26T23:07:53.064Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:07:53.064Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-26T23:07:53.125Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-26T23:07:53.125Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:53.125Z] 2.0.0-dev.58 [2021-01-26T23:07:53.125Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:07:53.125Z] master [2021-01-26T23:07:53.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:53.692Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:54.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:07:54.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-26T23:07:54.090Z] d9ac5a907267: Preparing [2021-01-26T23:07:54.090Z] b662dc9663fc: Preparing [2021-01-26T23:07:54.090Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:54.090Z] c466e2a8cb95: Preparing [2021-01-26T23:07:54.090Z] 90fbf6e53bf7: Preparing [2021-01-26T23:07:54.090Z] 379067d0cb53: Preparing [2021-01-26T23:07:54.090Z] 379067d0cb53: Waiting [2021-01-26T23:07:54.375Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:54.375Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:54.375Z] d9ac5a907267: Pushed [2021-01-26T23:07:54.375Z] 90fbf6e53bf7: Pushed [2021-01-26T23:07:55.051Z] c466e2a8cb95: Pushed [2021-01-26T23:07:57.657Z] b662dc9663fc: Pushed [2021-01-26T23:07:57.927Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:c316de4af0706240ccc242d391005787574f21a3e71d14700cf2001aef151a38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:58.264Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:58.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.58 [2021-01-26T23:07:58.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-26T23:07:58.596Z] d9ac5a907267: Preparing [2021-01-26T23:07:58.596Z] b662dc9663fc: Preparing [2021-01-26T23:07:58.596Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:58.596Z] c466e2a8cb95: Preparing [2021-01-26T23:07:58.596Z] 90fbf6e53bf7: Preparing [2021-01-26T23:07:58.596Z] 379067d0cb53: Preparing [2021-01-26T23:07:58.596Z] 379067d0cb53: Waiting [2021-01-26T23:07:58.867Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:58.867Z] b662dc9663fc: Layer already exists [2021-01-26T23:07:58.867Z] 90fbf6e53bf7: Layer already exists [2021-01-26T23:07:58.867Z] c466e2a8cb95: Layer already exists [2021-01-26T23:07:58.867Z] d9ac5a907267: Layer already exists [2021-01-26T23:07:58.867Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:58.867Z] 2.0.0-dev.58: digest: sha256:c316de4af0706240ccc242d391005787574f21a3e71d14700cf2001aef151a38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:59.203Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:07:59.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:07:59.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-26T23:07:59.533Z] d9ac5a907267: Preparing [2021-01-26T23:07:59.533Z] b662dc9663fc: Preparing [2021-01-26T23:07:59.533Z] 7c103b4c5c49: Preparing [2021-01-26T23:07:59.533Z] c466e2a8cb95: Preparing [2021-01-26T23:07:59.533Z] 90fbf6e53bf7: Preparing [2021-01-26T23:07:59.533Z] 379067d0cb53: Preparing [2021-01-26T23:07:59.533Z] 379067d0cb53: Waiting [2021-01-26T23:07:59.803Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:07:59.803Z] 90fbf6e53bf7: Layer already exists [2021-01-26T23:07:59.803Z] c466e2a8cb95: Layer already exists [2021-01-26T23:07:59.803Z] b662dc9663fc: Layer already exists [2021-01-26T23:07:59.803Z] d9ac5a907267: Layer already exists [2021-01-26T23:07:59.803Z] 379067d0cb53: Layer already exists [2021-01-26T23:07:59.803Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:c316de4af0706240ccc242d391005787574f21a3e71d14700cf2001aef151a38 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:00.147Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:00.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-26T23:08:00.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-26T23:08:00.486Z] d9ac5a907267: Preparing [2021-01-26T23:08:00.486Z] b662dc9663fc: Preparing [2021-01-26T23:08:00.486Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:00.486Z] c466e2a8cb95: Preparing [2021-01-26T23:08:00.486Z] 90fbf6e53bf7: Preparing [2021-01-26T23:08:00.486Z] 379067d0cb53: Preparing [2021-01-26T23:08:00.486Z] 379067d0cb53: Waiting [2021-01-26T23:08:00.486Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:00.486Z] d9ac5a907267: Layer already exists [2021-01-26T23:08:00.486Z] b662dc9663fc: Layer already exists [2021-01-26T23:08:00.486Z] 90fbf6e53bf7: Layer already exists [2021-01-26T23:08:00.486Z] c466e2a8cb95: Layer already exists [2021-01-26T23:08:00.756Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:00.756Z] master: digest: sha256:c316de4af0706240ccc242d391005787574f21a3e71d14700cf2001aef151a38 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:00.950Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:00.999Z] taggedImages: [2021-01-26T23:08:00.999Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:00.999Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:00.999Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:00.999Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-26T23:08:01.068Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-26T23:08:01.068Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:01.068Z] 2.0.0-dev.58 [2021-01-26T23:08:01.068Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:01.068Z] master [2021-01-26T23:08:01.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:01.598Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:01.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:01.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-26T23:08:01.932Z] 4d6e7dd90d15: Preparing [2021-01-26T23:08:01.932Z] 17463efeaac1: Preparing [2021-01-26T23:08:01.932Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:01.932Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:01.932Z] 379067d0cb53: Preparing [2021-01-26T23:08:02.210Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:02.211Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:02.211Z] 4d6e7dd90d15: Pushed [2021-01-26T23:08:02.211Z] f2d5f1f573c4: Pushed [2021-01-26T23:08:05.575Z] 17463efeaac1: Pushed [2021-01-26T23:08:05.575Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:fef932cc91966213d1ae51daa24519fff506993f7cf6f6ae61254df8c95de212 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:05.916Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:06.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:06.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-26T23:08:06.248Z] 4d6e7dd90d15: Preparing [2021-01-26T23:08:06.248Z] 17463efeaac1: Preparing [2021-01-26T23:08:06.248Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:06.248Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:06.248Z] 379067d0cb53: Preparing [2021-01-26T23:08:06.248Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:06.248Z] 17463efeaac1: Layer already exists [2021-01-26T23:08:06.248Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:06.248Z] 4d6e7dd90d15: Layer already exists [2021-01-26T23:08:06.248Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:06.518Z] 2.0.0-dev.58: digest: sha256:fef932cc91966213d1ae51daa24519fff506993f7cf6f6ae61254df8c95de212 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:06.857Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:07.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:07.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-26T23:08:07.491Z] 4d6e7dd90d15: Preparing [2021-01-26T23:08:07.491Z] 17463efeaac1: Preparing [2021-01-26T23:08:07.491Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:07.491Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:07.491Z] 379067d0cb53: Preparing [2021-01-26T23:08:07.491Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:07.491Z] 17463efeaac1: Layer already exists [2021-01-26T23:08:07.491Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:07.491Z] 4d6e7dd90d15: Layer already exists [2021-01-26T23:08:07.491Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:07.760Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:fef932cc91966213d1ae51daa24519fff506993f7cf6f6ae61254df8c95de212 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:08.096Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:08.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-26T23:08:08.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-26T23:08:08.428Z] 4d6e7dd90d15: Preparing [2021-01-26T23:08:08.428Z] 17463efeaac1: Preparing [2021-01-26T23:08:08.428Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:08.428Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:08.428Z] 379067d0cb53: Preparing [2021-01-26T23:08:08.428Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:08.428Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:08.428Z] 4d6e7dd90d15: Layer already exists [2021-01-26T23:08:08.428Z] 17463efeaac1: Layer already exists [2021-01-26T23:08:08.700Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:08.700Z] master: digest: sha256:fef932cc91966213d1ae51daa24519fff506993f7cf6f6ae61254df8c95de212 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:08.902Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:08.947Z] taggedImages: [2021-01-26T23:08:08.947Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:08.947Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:08.947Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:08.947Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-26T23:08:09.012Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-26T23:08:09.012Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:09.012Z] 2.0.0-dev.58 [2021-01-26T23:08:09.012Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:09.012Z] master [2021-01-26T23:08:09.012Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:09.514Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:09.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:09.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-26T23:08:09.848Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:09.848Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:09.848Z] 7a5acd7c50eb: Preparing [2021-01-26T23:08:09.848Z] 4aae183c2959: Preparing [2021-01-26T23:08:09.848Z] ebca3e427560: Preparing [2021-01-26T23:08:09.848Z] c4d3b578a173: Preparing [2021-01-26T23:08:09.848Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:09.848Z] f4b4ae861785: Preparing [2021-01-26T23:08:09.848Z] f4b4ae861785: Preparing [2021-01-26T23:08:09.848Z] 374926a468e3: Preparing [2021-01-26T23:08:09.848Z] da2f21f32db4: Preparing [2021-01-26T23:08:09.848Z] d746d590c416: Preparing [2021-01-26T23:08:09.848Z] 379067d0cb53: Preparing [2021-01-26T23:08:09.848Z] f4b4ae861785: Waiting [2021-01-26T23:08:09.848Z] 374926a468e3: Waiting [2021-01-26T23:08:09.848Z] da2f21f32db4: Waiting [2021-01-26T23:08:09.848Z] d746d590c416: Waiting [2021-01-26T23:08:09.848Z] 379067d0cb53: Waiting [2021-01-26T23:08:09.848Z] 7c103b4c5c49: Waiting [2021-01-26T23:08:10.131Z] 7a5acd7c50eb: Pushed [2021-01-26T23:08:10.132Z] cb4a5fd21d02: Pushed [2021-01-26T23:08:10.132Z] ebca3e427560: Pushed [2021-01-26T23:08:10.404Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:10.404Z] f4b4ae861785: Pushed [2021-01-26T23:08:10.677Z] da2f21f32db4: Pushed [2021-01-26T23:08:10.677Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:10.948Z] d746d590c416: Pushed [2021-01-26T23:08:12.381Z] 4aae183c2959: Pushed [2021-01-26T23:08:12.381Z] c4d3b578a173: Pushed [2021-01-26T23:08:12.652Z] 374926a468e3: Pushed [2021-01-26T23:08:12.924Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:cd275e34ae42200da2e563f2052574c736bf40ae9ec698000d636224b49707d8 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:13.284Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:13.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:13.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-26T23:08:13.625Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:13.625Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:13.625Z] 7a5acd7c50eb: Preparing [2021-01-26T23:08:13.625Z] 4aae183c2959: Preparing [2021-01-26T23:08:13.625Z] ebca3e427560: Preparing [2021-01-26T23:08:13.625Z] c4d3b578a173: Preparing [2021-01-26T23:08:13.625Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:13.625Z] f4b4ae861785: Preparing [2021-01-26T23:08:13.625Z] f4b4ae861785: Preparing [2021-01-26T23:08:13.625Z] 374926a468e3: Preparing [2021-01-26T23:08:13.625Z] da2f21f32db4: Preparing [2021-01-26T23:08:13.625Z] d746d590c416: Preparing [2021-01-26T23:08:13.625Z] 379067d0cb53: Preparing [2021-01-26T23:08:13.625Z] 7c103b4c5c49: Waiting [2021-01-26T23:08:13.625Z] f4b4ae861785: Waiting [2021-01-26T23:08:13.625Z] 374926a468e3: Waiting [2021-01-26T23:08:13.625Z] da2f21f32db4: Waiting [2021-01-26T23:08:13.625Z] d746d590c416: Waiting [2021-01-26T23:08:13.625Z] 379067d0cb53: Waiting [2021-01-26T23:08:13.898Z] ebca3e427560: Layer already exists [2021-01-26T23:08:13.898Z] c4d3b578a173: Layer already exists [2021-01-26T23:08:13.898Z] cb4a5fd21d02: Layer already exists [2021-01-26T23:08:13.898Z] 4aae183c2959: Layer already exists [2021-01-26T23:08:13.898Z] 7a5acd7c50eb: Layer already exists [2021-01-26T23:08:13.898Z] f4b4ae861785: Layer already exists [2021-01-26T23:08:13.898Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:13.898Z] 374926a468e3: Layer already exists [2021-01-26T23:08:13.898Z] d746d590c416: Layer already exists [2021-01-26T23:08:13.898Z] da2f21f32db4: Layer already exists [2021-01-26T23:08:13.898Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:13.898Z] 2.0.0-dev.58: digest: sha256:cd275e34ae42200da2e563f2052574c736bf40ae9ec698000d636224b49707d8 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:14.248Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:14.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:14.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-26T23:08:14.580Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:14.580Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:14.580Z] 7a5acd7c50eb: Preparing [2021-01-26T23:08:14.580Z] 4aae183c2959: Preparing [2021-01-26T23:08:14.580Z] ebca3e427560: Preparing [2021-01-26T23:08:14.580Z] c4d3b578a173: Preparing [2021-01-26T23:08:14.580Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:14.580Z] f4b4ae861785: Preparing [2021-01-26T23:08:14.580Z] f4b4ae861785: Preparing [2021-01-26T23:08:14.580Z] 374926a468e3: Preparing [2021-01-26T23:08:14.580Z] da2f21f32db4: Preparing [2021-01-26T23:08:14.580Z] d746d590c416: Preparing [2021-01-26T23:08:14.580Z] 379067d0cb53: Preparing [2021-01-26T23:08:14.580Z] 7c103b4c5c49: Waiting [2021-01-26T23:08:14.580Z] 374926a468e3: Waiting [2021-01-26T23:08:14.580Z] da2f21f32db4: Waiting [2021-01-26T23:08:14.580Z] f4b4ae861785: Waiting [2021-01-26T23:08:14.580Z] d746d590c416: Waiting [2021-01-26T23:08:14.580Z] 379067d0cb53: Waiting [2021-01-26T23:08:14.580Z] 7a5acd7c50eb: Layer already exists [2021-01-26T23:08:14.580Z] cb4a5fd21d02: Layer already exists [2021-01-26T23:08:14.580Z] ebca3e427560: Layer already exists [2021-01-26T23:08:14.580Z] c4d3b578a173: Layer already exists [2021-01-26T23:08:14.580Z] 4aae183c2959: Layer already exists [2021-01-26T23:08:14.854Z] 374926a468e3: Layer already exists [2021-01-26T23:08:14.854Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:14.854Z] d746d590c416: Layer already exists [2021-01-26T23:08:14.854Z] f4b4ae861785: Layer already exists [2021-01-26T23:08:14.854Z] da2f21f32db4: Layer already exists [2021-01-26T23:08:14.854Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:14.854Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:cd275e34ae42200da2e563f2052574c736bf40ae9ec698000d636224b49707d8 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:15.195Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:15.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-26T23:08:15.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-26T23:08:15.533Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:15.533Z] cb4a5fd21d02: Preparing [2021-01-26T23:08:15.533Z] 7a5acd7c50eb: Preparing [2021-01-26T23:08:15.533Z] 4aae183c2959: Preparing [2021-01-26T23:08:15.533Z] ebca3e427560: Preparing [2021-01-26T23:08:15.533Z] c4d3b578a173: Preparing [2021-01-26T23:08:15.533Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:15.533Z] f4b4ae861785: Preparing [2021-01-26T23:08:15.533Z] f4b4ae861785: Preparing [2021-01-26T23:08:15.533Z] 374926a468e3: Preparing [2021-01-26T23:08:15.533Z] da2f21f32db4: Preparing [2021-01-26T23:08:15.533Z] d746d590c416: Preparing [2021-01-26T23:08:15.533Z] 379067d0cb53: Preparing [2021-01-26T23:08:15.533Z] 374926a468e3: Waiting [2021-01-26T23:08:15.533Z] 7c103b4c5c49: Waiting [2021-01-26T23:08:15.533Z] f4b4ae861785: Waiting [2021-01-26T23:08:15.533Z] 379067d0cb53: Waiting [2021-01-26T23:08:15.533Z] d746d590c416: Waiting [2021-01-26T23:08:15.533Z] 4aae183c2959: Layer already exists [2021-01-26T23:08:15.533Z] ebca3e427560: Layer already exists [2021-01-26T23:08:15.805Z] c4d3b578a173: Layer already exists [2021-01-26T23:08:15.805Z] cb4a5fd21d02: Layer already exists [2021-01-26T23:08:15.805Z] 7a5acd7c50eb: Layer already exists [2021-01-26T23:08:15.805Z] da2f21f32db4: Layer already exists [2021-01-26T23:08:15.805Z] 374926a468e3: Layer already exists [2021-01-26T23:08:15.805Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:15.805Z] f4b4ae861785: Layer already exists [2021-01-26T23:08:15.805Z] d746d590c416: Layer already exists [2021-01-26T23:08:15.805Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:15.805Z] master: digest: sha256:cd275e34ae42200da2e563f2052574c736bf40ae9ec698000d636224b49707d8 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:16.005Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:16.053Z] taggedImages: [2021-01-26T23:08:16.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:16.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:16.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:16.053Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-26T23:08:16.121Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-26T23:08:16.121Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:16.121Z] 2.0.0-dev.58 [2021-01-26T23:08:16.121Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:16.121Z] master [2021-01-26T23:08:16.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:16.647Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:16.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:16.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-26T23:08:16.981Z] 9c858551f48f: Preparing [2021-01-26T23:08:16.981Z] f4be814d1f72: Preparing [2021-01-26T23:08:16.981Z] dc9d1d488cef: Preparing [2021-01-26T23:08:16.981Z] 9955d75bf312: Preparing [2021-01-26T23:08:16.981Z] eb79e4c2ea86: Preparing [2021-01-26T23:08:16.981Z] 379067d0cb53: Preparing [2021-01-26T23:08:16.981Z] 379067d0cb53: Waiting [2021-01-26T23:08:17.269Z] dc9d1d488cef: Pushed [2021-01-26T23:08:17.269Z] 9955d75bf312: Pushed [2021-01-26T23:08:17.269Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:17.864Z] eb79e4c2ea86: Pushed [2021-01-26T23:08:19.290Z] f4be814d1f72: Pushed [2021-01-26T23:08:19.290Z] 9c858551f48f: Pushed [2021-01-26T23:08:19.568Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:ee4059c5d97bb93958dc567a91f9478440afbcb19a5633624fa8cd17b5e8adbd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:19.975Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:20.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:20.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-26T23:08:20.358Z] 9c858551f48f: Preparing [2021-01-26T23:08:20.358Z] f4be814d1f72: Preparing [2021-01-26T23:08:20.358Z] dc9d1d488cef: Preparing [2021-01-26T23:08:20.358Z] 9955d75bf312: Preparing [2021-01-26T23:08:20.358Z] eb79e4c2ea86: Preparing [2021-01-26T23:08:20.358Z] 379067d0cb53: Preparing [2021-01-26T23:08:20.358Z] 379067d0cb53: Waiting [2021-01-26T23:08:20.645Z] 9c858551f48f: Layer already exists [2021-01-26T23:08:20.645Z] 9955d75bf312: Layer already exists [2021-01-26T23:08:20.645Z] dc9d1d488cef: Layer already exists [2021-01-26T23:08:20.645Z] f4be814d1f72: Layer already exists [2021-01-26T23:08:20.645Z] eb79e4c2ea86: Layer already exists [2021-01-26T23:08:20.645Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:20.645Z] 2.0.0-dev.58: digest: sha256:ee4059c5d97bb93958dc567a91f9478440afbcb19a5633624fa8cd17b5e8adbd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:20.995Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:21.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:21.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-26T23:08:21.347Z] 9c858551f48f: Preparing [2021-01-26T23:08:21.347Z] f4be814d1f72: Preparing [2021-01-26T23:08:21.347Z] dc9d1d488cef: Preparing [2021-01-26T23:08:21.347Z] 9955d75bf312: Preparing [2021-01-26T23:08:21.347Z] eb79e4c2ea86: Preparing [2021-01-26T23:08:21.347Z] 379067d0cb53: Preparing [2021-01-26T23:08:21.347Z] 379067d0cb53: Waiting [2021-01-26T23:08:21.618Z] eb79e4c2ea86: Layer already exists [2021-01-26T23:08:21.618Z] dc9d1d488cef: Layer already exists [2021-01-26T23:08:21.618Z] 9c858551f48f: Layer already exists [2021-01-26T23:08:21.618Z] 9955d75bf312: Layer already exists [2021-01-26T23:08:21.618Z] f4be814d1f72: Layer already exists [2021-01-26T23:08:21.618Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:21.618Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:ee4059c5d97bb93958dc567a91f9478440afbcb19a5633624fa8cd17b5e8adbd size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:21.955Z] + 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-26T23:08:22.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-26T23:08:22.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-26T23:08:22.289Z] 9c858551f48f: Preparing [2021-01-26T23:08:22.289Z] f4be814d1f72: Preparing [2021-01-26T23:08:22.289Z] dc9d1d488cef: Preparing [2021-01-26T23:08:22.289Z] 9955d75bf312: Preparing [2021-01-26T23:08:22.289Z] eb79e4c2ea86: Preparing [2021-01-26T23:08:22.289Z] 379067d0cb53: Preparing [2021-01-26T23:08:22.289Z] 379067d0cb53: Waiting [2021-01-26T23:08:22.289Z] 9955d75bf312: Layer already exists [2021-01-26T23:08:22.289Z] eb79e4c2ea86: Layer already exists [2021-01-26T23:08:22.289Z] dc9d1d488cef: Layer already exists [2021-01-26T23:08:22.289Z] 9c858551f48f: Layer already exists [2021-01-26T23:08:22.289Z] f4be814d1f72: Layer already exists [2021-01-26T23:08:22.560Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:22.560Z] master: digest: sha256:ee4059c5d97bb93958dc567a91f9478440afbcb19a5633624fa8cd17b5e8adbd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:22.736Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:22.779Z] taggedImages: [2021-01-26T23:08:22.779Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:22.779Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:22.779Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:22.779Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-26T23:08:22.841Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-26T23:08:22.841Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:22.841Z] 2.0.0-dev.58 [2021-01-26T23:08:22.841Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:22.841Z] master [2021-01-26T23:08:22.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:23.383Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:23.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:23.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-26T23:08:23.725Z] 4da5e0f7c1a6: Preparing [2021-01-26T23:08:23.725Z] 8e0c2099ee26: Preparing [2021-01-26T23:08:23.725Z] 618c3806039b: Preparing [2021-01-26T23:08:23.725Z] f7ecd2b410e6: Preparing [2021-01-26T23:08:23.725Z] ea11302fe54e: Preparing [2021-01-26T23:08:23.725Z] ddf6281d6022: Preparing [2021-01-26T23:08:23.725Z] 0ec7e6d9faee: Preparing [2021-01-26T23:08:23.725Z] 940d467844a3: Preparing [2021-01-26T23:08:23.725Z] 379067d0cb53: Preparing [2021-01-26T23:08:23.725Z] ddf6281d6022: Waiting [2021-01-26T23:08:23.725Z] 0ec7e6d9faee: Waiting [2021-01-26T23:08:23.725Z] 940d467844a3: Waiting [2021-01-26T23:08:23.725Z] 379067d0cb53: Waiting [2021-01-26T23:08:23.996Z] 8e0c2099ee26: Pushed [2021-01-26T23:08:23.996Z] 4da5e0f7c1a6: Pushed [2021-01-26T23:08:23.996Z] ea11302fe54e: Pushed [2021-01-26T23:08:24.270Z] ddf6281d6022: Pushed [2021-01-26T23:08:24.270Z] 0ec7e6d9faee: Pushed [2021-01-26T23:08:24.270Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:24.869Z] 940d467844a3: Pushed [2021-01-26T23:08:26.292Z] f7ecd2b410e6: Pushed [2021-01-26T23:08:26.292Z] 618c3806039b: Pushed [2021-01-26T23:08:26.292Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:f6ef2b35d14961c3617586a6b13f4604c3e4c812acb4676170b7272c3461894e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:26.630Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:26.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:26.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-26T23:08:26.966Z] 4da5e0f7c1a6: Preparing [2021-01-26T23:08:26.966Z] 8e0c2099ee26: Preparing [2021-01-26T23:08:26.966Z] 618c3806039b: Preparing [2021-01-26T23:08:26.966Z] f7ecd2b410e6: Preparing [2021-01-26T23:08:26.966Z] ea11302fe54e: Preparing [2021-01-26T23:08:26.966Z] ddf6281d6022: Preparing [2021-01-26T23:08:26.966Z] 0ec7e6d9faee: Preparing [2021-01-26T23:08:26.966Z] 940d467844a3: Preparing [2021-01-26T23:08:26.966Z] 379067d0cb53: Preparing [2021-01-26T23:08:26.966Z] ddf6281d6022: Waiting [2021-01-26T23:08:26.966Z] 0ec7e6d9faee: Waiting [2021-01-26T23:08:26.966Z] 940d467844a3: Waiting [2021-01-26T23:08:26.966Z] 379067d0cb53: Waiting [2021-01-26T23:08:26.966Z] 4da5e0f7c1a6: Layer already exists [2021-01-26T23:08:26.966Z] 618c3806039b: Layer already exists [2021-01-26T23:08:26.966Z] 8e0c2099ee26: Layer already exists [2021-01-26T23:08:26.966Z] f7ecd2b410e6: Layer already exists [2021-01-26T23:08:26.966Z] ea11302fe54e: Layer already exists [2021-01-26T23:08:27.236Z] 940d467844a3: Layer already exists [2021-01-26T23:08:27.236Z] 0ec7e6d9faee: Layer already exists [2021-01-26T23:08:27.236Z] ddf6281d6022: Layer already exists [2021-01-26T23:08:27.236Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:27.236Z] 2.0.0-dev.58: digest: sha256:f6ef2b35d14961c3617586a6b13f4604c3e4c812acb4676170b7272c3461894e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:27.572Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:27.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:27.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-26T23:08:27.901Z] 4da5e0f7c1a6: Preparing [2021-01-26T23:08:27.901Z] 8e0c2099ee26: Preparing [2021-01-26T23:08:27.901Z] 618c3806039b: Preparing [2021-01-26T23:08:27.901Z] f7ecd2b410e6: Preparing [2021-01-26T23:08:27.901Z] ea11302fe54e: Preparing [2021-01-26T23:08:27.901Z] ddf6281d6022: Preparing [2021-01-26T23:08:27.901Z] 0ec7e6d9faee: Preparing [2021-01-26T23:08:27.901Z] 940d467844a3: Preparing [2021-01-26T23:08:27.901Z] 379067d0cb53: Preparing [2021-01-26T23:08:27.901Z] 0ec7e6d9faee: Waiting [2021-01-26T23:08:27.901Z] 940d467844a3: Waiting [2021-01-26T23:08:27.901Z] 379067d0cb53: Waiting [2021-01-26T23:08:27.901Z] ddf6281d6022: Waiting [2021-01-26T23:08:27.901Z] 618c3806039b: Layer already exists [2021-01-26T23:08:27.901Z] f7ecd2b410e6: Layer already exists [2021-01-26T23:08:27.901Z] ea11302fe54e: Layer already exists [2021-01-26T23:08:27.901Z] 8e0c2099ee26: Layer already exists [2021-01-26T23:08:27.901Z] 4da5e0f7c1a6: Layer already exists [2021-01-26T23:08:28.174Z] ddf6281d6022: Layer already exists [2021-01-26T23:08:28.174Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:28.174Z] 0ec7e6d9faee: Layer already exists [2021-01-26T23:08:28.174Z] 940d467844a3: Layer already exists [2021-01-26T23:08:28.174Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:f6ef2b35d14961c3617586a6b13f4604c3e4c812acb4676170b7272c3461894e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:28.529Z] + 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-26T23:08:28.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-26T23:08:28.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-26T23:08:28.859Z] 4da5e0f7c1a6: Preparing [2021-01-26T23:08:28.859Z] 8e0c2099ee26: Preparing [2021-01-26T23:08:28.859Z] 618c3806039b: Preparing [2021-01-26T23:08:28.859Z] f7ecd2b410e6: Preparing [2021-01-26T23:08:28.859Z] ea11302fe54e: Preparing [2021-01-26T23:08:28.859Z] ddf6281d6022: Preparing [2021-01-26T23:08:28.859Z] 0ec7e6d9faee: Preparing [2021-01-26T23:08:28.859Z] 940d467844a3: Preparing [2021-01-26T23:08:28.859Z] 379067d0cb53: Preparing [2021-01-26T23:08:28.859Z] ddf6281d6022: Waiting [2021-01-26T23:08:28.859Z] 0ec7e6d9faee: Waiting [2021-01-26T23:08:28.859Z] 940d467844a3: Waiting [2021-01-26T23:08:28.859Z] 379067d0cb53: Waiting [2021-01-26T23:08:28.859Z] 618c3806039b: Layer already exists [2021-01-26T23:08:28.859Z] 4da5e0f7c1a6: Layer already exists [2021-01-26T23:08:29.130Z] 8e0c2099ee26: Layer already exists [2021-01-26T23:08:29.130Z] ea11302fe54e: Layer already exists [2021-01-26T23:08:29.130Z] f7ecd2b410e6: Layer already exists [2021-01-26T23:08:29.130Z] ddf6281d6022: Layer already exists [2021-01-26T23:08:29.130Z] 940d467844a3: Layer already exists [2021-01-26T23:08:29.130Z] 0ec7e6d9faee: Layer already exists [2021-01-26T23:08:29.130Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:29.130Z] master: digest: sha256:f6ef2b35d14961c3617586a6b13f4604c3e4c812acb4676170b7272c3461894e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:29.318Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:29.364Z] taggedImages: [2021-01-26T23:08:29.364Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:29.364Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:29.364Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:29.364Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-26T23:08:29.427Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-26T23:08:29.428Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:29.428Z] 2.0.0-dev.58 [2021-01-26T23:08:29.428Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:29.428Z] master [2021-01-26T23:08:29.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:29.917Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:30.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:30.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-26T23:08:30.269Z] 284852b5621d: Preparing [2021-01-26T23:08:30.269Z] b5b9fe7f093d: Preparing [2021-01-26T23:08:30.269Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:30.269Z] 7c7075305beb: Preparing [2021-01-26T23:08:30.269Z] 379067d0cb53: Preparing [2021-01-26T23:08:30.547Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:30.547Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:30.547Z] 284852b5621d: Pushed [2021-01-26T23:08:30.818Z] 7c7075305beb: Pushed [2021-01-26T23:08:32.778Z] b5b9fe7f093d: Pushed [2021-01-26T23:08:33.049Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:cb3f4f3439b31332348697cc867ba3d177b35de537991ec6b4477353ab040cb0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:33.383Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:33.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:33.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-26T23:08:33.715Z] 284852b5621d: Preparing [2021-01-26T23:08:33.715Z] b5b9fe7f093d: Preparing [2021-01-26T23:08:33.715Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:33.715Z] 7c7075305beb: Preparing [2021-01-26T23:08:33.715Z] 379067d0cb53: Preparing [2021-01-26T23:08:33.715Z] 284852b5621d: Layer already exists [2021-01-26T23:08:33.715Z] 7c7075305beb: Layer already exists [2021-01-26T23:08:33.986Z] b5b9fe7f093d: Layer already exists [2021-01-26T23:08:33.986Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:33.986Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:33.986Z] 2.0.0-dev.58: digest: sha256:cb3f4f3439b31332348697cc867ba3d177b35de537991ec6b4477353ab040cb0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:34.325Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:34.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:34.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-26T23:08:34.659Z] 284852b5621d: Preparing [2021-01-26T23:08:34.659Z] b5b9fe7f093d: Preparing [2021-01-26T23:08:34.659Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:34.659Z] 7c7075305beb: Preparing [2021-01-26T23:08:34.659Z] 379067d0cb53: Preparing [2021-01-26T23:08:34.659Z] 284852b5621d: Layer already exists [2021-01-26T23:08:34.659Z] b5b9fe7f093d: Layer already exists [2021-01-26T23:08:34.659Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:34.659Z] 7c7075305beb: Layer already exists [2021-01-26T23:08:34.659Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:34.928Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:cb3f4f3439b31332348697cc867ba3d177b35de537991ec6b4477353ab040cb0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:35.268Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:35.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-26T23:08:35.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-26T23:08:35.601Z] 284852b5621d: Preparing [2021-01-26T23:08:35.601Z] b5b9fe7f093d: Preparing [2021-01-26T23:08:35.601Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:35.601Z] 7c7075305beb: Preparing [2021-01-26T23:08:35.601Z] 379067d0cb53: Preparing [2021-01-26T23:08:35.601Z] b5b9fe7f093d: Layer already exists [2021-01-26T23:08:35.601Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:35.601Z] 284852b5621d: Layer already exists [2021-01-26T23:08:35.601Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:35.601Z] 7c7075305beb: Layer already exists [2021-01-26T23:08:35.872Z] master: digest: sha256:cb3f4f3439b31332348697cc867ba3d177b35de537991ec6b4477353ab040cb0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:36.072Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:36.122Z] taggedImages: [2021-01-26T23:08:36.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:36.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:36.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:36.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-26T23:08:36.196Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-26T23:08:36.196Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:36.196Z] 2.0.0-dev.58 [2021-01-26T23:08:36.196Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:36.196Z] master [2021-01-26T23:08:36.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:36.694Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:37.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:37.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-26T23:08:37.028Z] b79f32e8b8c6: Preparing [2021-01-26T23:08:37.028Z] b05302242918: Preparing [2021-01-26T23:08:37.028Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:37.028Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:37.028Z] 379067d0cb53: Preparing [2021-01-26T23:08:37.028Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:37.028Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:37.298Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:37.298Z] b79f32e8b8c6: Pushed [2021-01-26T23:08:39.903Z] b05302242918: Pushed [2021-01-26T23:08:39.903Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:029ea16cf446976dc47953bb9793ce39f084405fcfe76bbe9a9811c7b6fe95c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:40.253Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:40.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:40.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-26T23:08:40.584Z] b79f32e8b8c6: Preparing [2021-01-26T23:08:40.584Z] b05302242918: Preparing [2021-01-26T23:08:40.584Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:40.584Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:40.584Z] 379067d0cb53: Preparing [2021-01-26T23:08:40.584Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:40.584Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:40.584Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:40.584Z] b79f32e8b8c6: Layer already exists [2021-01-26T23:08:40.584Z] b05302242918: Layer already exists [2021-01-26T23:08:40.857Z] 2.0.0-dev.58: digest: sha256:029ea16cf446976dc47953bb9793ce39f084405fcfe76bbe9a9811c7b6fe95c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:41.197Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:41.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:41.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-26T23:08:41.533Z] b79f32e8b8c6: Preparing [2021-01-26T23:08:41.533Z] b05302242918: Preparing [2021-01-26T23:08:41.533Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:41.533Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:41.533Z] 379067d0cb53: Preparing [2021-01-26T23:08:41.533Z] b79f32e8b8c6: Layer already exists [2021-01-26T23:08:41.533Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:41.533Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:41.533Z] b05302242918: Layer already exists [2021-01-26T23:08:41.533Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:41.806Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:029ea16cf446976dc47953bb9793ce39f084405fcfe76bbe9a9811c7b6fe95c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:42.239Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:42.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-26T23:08:42.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-26T23:08:42.616Z] b79f32e8b8c6: Preparing [2021-01-26T23:08:42.616Z] b05302242918: Preparing [2021-01-26T23:08:42.616Z] 7c103b4c5c49: Preparing [2021-01-26T23:08:42.616Z] f2d5f1f573c4: Preparing [2021-01-26T23:08:42.616Z] 379067d0cb53: Preparing [2021-01-26T23:08:42.616Z] b05302242918: Layer already exists [2021-01-26T23:08:42.901Z] b79f32e8b8c6: Layer already exists [2021-01-26T23:08:42.901Z] 7c103b4c5c49: Layer already exists [2021-01-26T23:08:42.901Z] f2d5f1f573c4: Layer already exists [2021-01-26T23:08:42.901Z] 379067d0cb53: Layer already exists [2021-01-26T23:08:42.901Z] master: digest: sha256:029ea16cf446976dc47953bb9793ce39f084405fcfe76bbe9a9811c7b6fe95c3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:08:43.117Z] ===================================================== [Pipeline] echo [2021-01-26T23:08:43.162Z] taggedImages: [2021-01-26T23:08:43.162Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:43.162Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:43.162Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:43.162Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-26T23:08:43.221Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-26T23:08:43.222Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:43.222Z] 2.0.0-dev.58 [2021-01-26T23:08:43.222Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:43.222Z] master [2021-01-26T23:08:43.222Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:43.770Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:44.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:08:44.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-26T23:08:44.107Z] a3910467df88: Preparing [2021-01-26T23:08:44.107Z] 371b804a6572: Preparing [2021-01-26T23:08:44.107Z] 89f886ae8835: Preparing [2021-01-26T23:08:44.107Z] 6cf7f4b9df8e: Preparing [2021-01-26T23:08:44.107Z] 91e1f47ca7ff: Preparing [2021-01-26T23:08:44.107Z] adafb6f559f4: Preparing [2021-01-26T23:08:44.107Z] d28efa8cd9a2: Preparing [2021-01-26T23:08:44.107Z] 9ded3b6bb9b5: Preparing [2021-01-26T23:08:44.107Z] fa1afe8e6ed9: Preparing [2021-01-26T23:08:44.107Z] adafb6f559f4: Waiting [2021-01-26T23:08:44.107Z] 87a09b4c083e: Preparing [2021-01-26T23:08:44.107Z] d28efa8cd9a2: Waiting [2021-01-26T23:08:44.107Z] 0f74e9ff2a61: Preparing [2021-01-26T23:08:44.107Z] b122376c33c6: Preparing [2021-01-26T23:08:44.107Z] 9ded3b6bb9b5: Waiting [2021-01-26T23:08:44.107Z] f8381ed47b22: Preparing [2021-01-26T23:08:44.107Z] fa1afe8e6ed9: Waiting [2021-01-26T23:08:44.107Z] e934a737d657: Preparing [2021-01-26T23:08:44.107Z] 87a09b4c083e: Waiting [2021-01-26T23:08:44.107Z] 0f74e9ff2a61: Waiting [2021-01-26T23:08:44.107Z] f8381ed47b22: Waiting [2021-01-26T23:08:44.107Z] b122376c33c6: Waiting [2021-01-26T23:08:44.107Z] e934a737d657: Waiting [2021-01-26T23:08:44.708Z] 91e1f47ca7ff: Pushed [2021-01-26T23:08:44.708Z] a3910467df88: Pushed [2021-01-26T23:08:45.309Z] 6cf7f4b9df8e: Pushed [2021-01-26T23:08:45.585Z] 9ded3b6bb9b5: Layer already exists [2021-01-26T23:08:45.585Z] fa1afe8e6ed9: Layer already exists [2021-01-26T23:08:45.585Z] d28efa8cd9a2: Pushed [2021-01-26T23:08:45.585Z] 87a09b4c083e: Layer already exists [2021-01-26T23:08:45.585Z] b122376c33c6: Layer already exists [2021-01-26T23:08:45.585Z] 0f74e9ff2a61: Layer already exists [2021-01-26T23:08:45.585Z] f8381ed47b22: Layer already exists [2021-01-26T23:08:45.856Z] e934a737d657: Layer already exists [2021-01-26T23:08:46.126Z] 371b804a6572: Pushed [2021-01-26T23:08:47.101Z] adafb6f559f4: Pushed [2021-01-26T23:08:57.220Z] 89f886ae8835: Pushed [2021-01-26T23:08:57.220Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f: digest: sha256:16a4c8039220261f8fe0c192f61b1e6ab08e87d1db940305617f5711f7ccce0d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:57.562Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:57.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.58 [2021-01-26T23:08:57.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-26T23:08:57.898Z] a3910467df88: Preparing [2021-01-26T23:08:57.898Z] 371b804a6572: Preparing [2021-01-26T23:08:57.898Z] 89f886ae8835: Preparing [2021-01-26T23:08:57.898Z] 6cf7f4b9df8e: Preparing [2021-01-26T23:08:57.898Z] 91e1f47ca7ff: Preparing [2021-01-26T23:08:57.898Z] adafb6f559f4: Preparing [2021-01-26T23:08:57.898Z] d28efa8cd9a2: Preparing [2021-01-26T23:08:57.898Z] 9ded3b6bb9b5: Preparing [2021-01-26T23:08:57.898Z] fa1afe8e6ed9: Preparing [2021-01-26T23:08:57.898Z] 87a09b4c083e: Preparing [2021-01-26T23:08:57.898Z] 0f74e9ff2a61: Preparing [2021-01-26T23:08:57.898Z] b122376c33c6: Preparing [2021-01-26T23:08:57.898Z] f8381ed47b22: Preparing [2021-01-26T23:08:57.898Z] e934a737d657: Preparing [2021-01-26T23:08:57.898Z] adafb6f559f4: Waiting [2021-01-26T23:08:57.898Z] d28efa8cd9a2: Waiting [2021-01-26T23:08:57.898Z] 9ded3b6bb9b5: Waiting [2021-01-26T23:08:57.898Z] fa1afe8e6ed9: Waiting [2021-01-26T23:08:57.898Z] 87a09b4c083e: Waiting [2021-01-26T23:08:57.898Z] 0f74e9ff2a61: Waiting [2021-01-26T23:08:57.898Z] b122376c33c6: Waiting [2021-01-26T23:08:57.898Z] f8381ed47b22: Waiting [2021-01-26T23:08:57.898Z] e934a737d657: Waiting [2021-01-26T23:08:57.898Z] a3910467df88: Layer already exists [2021-01-26T23:08:57.898Z] 6cf7f4b9df8e: Layer already exists [2021-01-26T23:08:57.898Z] 91e1f47ca7ff: Layer already exists [2021-01-26T23:08:57.898Z] 89f886ae8835: Layer already exists [2021-01-26T23:08:57.898Z] 371b804a6572: Layer already exists [2021-01-26T23:08:57.898Z] d28efa8cd9a2: Layer already exists [2021-01-26T23:08:58.169Z] 9ded3b6bb9b5: Layer already exists [2021-01-26T23:08:58.169Z] fa1afe8e6ed9: Layer already exists [2021-01-26T23:08:58.169Z] adafb6f559f4: Layer already exists [2021-01-26T23:08:58.169Z] 87a09b4c083e: Layer already exists [2021-01-26T23:08:58.169Z] e934a737d657: Layer already exists [2021-01-26T23:08:58.169Z] 0f74e9ff2a61: Layer already exists [2021-01-26T23:08:58.169Z] f8381ed47b22: Layer already exists [2021-01-26T23:08:58.169Z] b122376c33c6: Layer already exists [2021-01-26T23:08:58.169Z] 2.0.0-dev.58: digest: sha256:16a4c8039220261f8fe0c192f61b1e6ab08e87d1db940305617f5711f7ccce0d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:58.512Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:58.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:08:58.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-26T23:08:58.850Z] a3910467df88: Preparing [2021-01-26T23:08:58.850Z] 371b804a6572: Preparing [2021-01-26T23:08:58.850Z] 89f886ae8835: Preparing [2021-01-26T23:08:58.850Z] 6cf7f4b9df8e: Preparing [2021-01-26T23:08:58.850Z] 91e1f47ca7ff: Preparing [2021-01-26T23:08:58.850Z] adafb6f559f4: Preparing [2021-01-26T23:08:58.850Z] d28efa8cd9a2: Preparing [2021-01-26T23:08:58.850Z] 9ded3b6bb9b5: Preparing [2021-01-26T23:08:58.850Z] fa1afe8e6ed9: Preparing [2021-01-26T23:08:58.850Z] 87a09b4c083e: Preparing [2021-01-26T23:08:58.850Z] 0f74e9ff2a61: Preparing [2021-01-26T23:08:58.850Z] b122376c33c6: Preparing [2021-01-26T23:08:58.850Z] f8381ed47b22: Preparing [2021-01-26T23:08:58.850Z] e934a737d657: Preparing [2021-01-26T23:08:58.850Z] adafb6f559f4: Waiting [2021-01-26T23:08:58.850Z] d28efa8cd9a2: Waiting [2021-01-26T23:08:58.850Z] 9ded3b6bb9b5: Waiting [2021-01-26T23:08:58.850Z] fa1afe8e6ed9: Waiting [2021-01-26T23:08:58.850Z] 87a09b4c083e: Waiting [2021-01-26T23:08:58.850Z] 0f74e9ff2a61: Waiting [2021-01-26T23:08:58.850Z] b122376c33c6: Waiting [2021-01-26T23:08:58.850Z] f8381ed47b22: Waiting [2021-01-26T23:08:58.850Z] e934a737d657: Waiting [2021-01-26T23:08:58.850Z] 371b804a6572: Layer already exists [2021-01-26T23:08:58.850Z] 89f886ae8835: Layer already exists [2021-01-26T23:08:58.850Z] 91e1f47ca7ff: Layer already exists [2021-01-26T23:08:58.850Z] 6cf7f4b9df8e: Layer already exists [2021-01-26T23:08:58.850Z] a3910467df88: Layer already exists [2021-01-26T23:08:58.850Z] adafb6f559f4: Layer already exists [2021-01-26T23:08:58.851Z] d28efa8cd9a2: Layer already exists [2021-01-26T23:08:58.851Z] 9ded3b6bb9b5: Layer already exists [2021-01-26T23:08:58.851Z] 87a09b4c083e: Layer already exists [2021-01-26T23:08:58.851Z] fa1afe8e6ed9: Layer already exists [2021-01-26T23:08:59.124Z] e934a737d657: Layer already exists [2021-01-26T23:08:59.124Z] b122376c33c6: Layer already exists [2021-01-26T23:08:59.124Z] 0f74e9ff2a61: Layer already exists [2021-01-26T23:08:59.124Z] f8381ed47b22: Layer already exists [2021-01-26T23:08:59.124Z] 668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58: digest: sha256:16a4c8039220261f8fe0c192f61b1e6ab08e87d1db940305617f5711f7ccce0d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:08:59.469Z] + 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-26T23:08:59.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-26T23:08:59.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-26T23:08:59.805Z] a3910467df88: Preparing [2021-01-26T23:08:59.805Z] 371b804a6572: Preparing [2021-01-26T23:08:59.805Z] 89f886ae8835: Preparing [2021-01-26T23:08:59.805Z] 6cf7f4b9df8e: Preparing [2021-01-26T23:08:59.805Z] 91e1f47ca7ff: Preparing [2021-01-26T23:08:59.805Z] adafb6f559f4: Preparing [2021-01-26T23:08:59.805Z] d28efa8cd9a2: Preparing [2021-01-26T23:08:59.805Z] 9ded3b6bb9b5: Preparing [2021-01-26T23:08:59.805Z] fa1afe8e6ed9: Preparing [2021-01-26T23:08:59.805Z] 87a09b4c083e: Preparing [2021-01-26T23:08:59.805Z] 0f74e9ff2a61: Preparing [2021-01-26T23:08:59.805Z] b122376c33c6: Preparing [2021-01-26T23:08:59.805Z] f8381ed47b22: Preparing [2021-01-26T23:08:59.805Z] e934a737d657: Preparing [2021-01-26T23:08:59.805Z] 87a09b4c083e: Waiting [2021-01-26T23:08:59.805Z] 0f74e9ff2a61: Waiting [2021-01-26T23:08:59.805Z] b122376c33c6: Waiting [2021-01-26T23:08:59.805Z] f8381ed47b22: Waiting [2021-01-26T23:08:59.805Z] e934a737d657: Waiting [2021-01-26T23:08:59.805Z] adafb6f559f4: Waiting [2021-01-26T23:08:59.805Z] d28efa8cd9a2: Waiting [2021-01-26T23:08:59.805Z] 9ded3b6bb9b5: Waiting [2021-01-26T23:08:59.805Z] fa1afe8e6ed9: Waiting [2021-01-26T23:09:00.078Z] 371b804a6572: Layer already exists [2021-01-26T23:09:00.078Z] 91e1f47ca7ff: Layer already exists [2021-01-26T23:09:00.078Z] a3910467df88: Layer already exists [2021-01-26T23:09:00.078Z] 89f886ae8835: Layer already exists [2021-01-26T23:09:00.078Z] 6cf7f4b9df8e: Layer already exists [2021-01-26T23:09:00.078Z] 87a09b4c083e: Layer already exists [2021-01-26T23:09:00.078Z] adafb6f559f4: Layer already exists [2021-01-26T23:09:00.078Z] d28efa8cd9a2: Layer already exists [2021-01-26T23:09:00.078Z] fa1afe8e6ed9: Layer already exists [2021-01-26T23:09:00.078Z] 9ded3b6bb9b5: Layer already exists [2021-01-26T23:09:00.078Z] f8381ed47b22: Layer already exists [2021-01-26T23:09:00.078Z] b122376c33c6: Layer already exists [2021-01-26T23:09:00.078Z] 0f74e9ff2a61: Layer already exists [2021-01-26T23:09:00.078Z] e934a737d657: Layer already exists [2021-01-26T23:09:00.078Z] master: digest: sha256:16a4c8039220261f8fe0c192f61b1e6ab08e87d1db940305617f5711f7ccce0d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-26T23:09:00.339Z] ===================================================== [Pipeline] echo [2021-01-26T23:09:00.387Z] taggedImages: [2021-01-26T23:09:00.387Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f [2021-01-26T23:09:00.387Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.58 [2021-01-26T23:09:00.387Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:668f0a3a269f3b051418dc2678a30c23b2beea7f-2.0.0-dev.58 [2021-01-26T23:09:00.387Z] - 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-26T23:09:01.720Z] provisioning config files... [2021-01-26T23:09:01.730Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/321@tmp/config8748757689263926882tmp [Pipeline] { [Pipeline] sh [2021-01-26T23:09:02.116Z] + set +x [2021-01-26T23:09:02.116Z] + curl -s https://codecov.io/bash [2021-01-26T23:09:02.116Z] + bash -s -- [2021-01-26T23:09:02.378Z] [2021-01-26T23:09:02.378Z] _____ _ [2021-01-26T23:09:02.378Z] / ____| | | [2021-01-26T23:09:02.378Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T23:09:02.378Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T23:09:02.378Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T23:09:02.378Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T23:09:02.378Z] Bash-20210115-cec3c92 [2021-01-26T23:09:02.378Z] [2021-01-26T23:09:02.378Z] [2021-01-26T23:09:02.378Z] ==> git version 2.24.3 found [2021-01-26T23:09:02.378Z] ==> 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-26T23:09:02.378Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T23:09:02.378Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T23:09:02.378Z] ==> Jenkins CI detected. [2021-01-26T23:09:02.378Z] project root: . [2021-01-26T23:09:02.378Z] --> token set from env [2021-01-26T23:09:02.641Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T23:09:02.641Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T23:09:02.641Z] ==> Python coveragepy not found [2021-01-26T23:09:02.641Z] ==> Searching for coverage reports in: [2021-01-26T23:09:02.641Z] + . [2021-01-26T23:09:02.641Z] -> Found 1 reports [2021-01-26T23:09:02.641Z] ==> Detecting git/mercurial file structure [2021-01-26T23:09:02.641Z] ==> Reading reports [2021-01-26T23:09:02.641Z] + ./coverage.out bytes=564700 [2021-01-26T23:09:02.641Z] ==> Appending adjustments [2021-01-26T23:09:02.641Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T23:09:05.966Z] + Found adjustments [2021-01-26T23:09:05.966Z] ==> Gzipping contents [2021-01-26T23:09:05.966Z] 84K /tmp/codecov.VSTdCY.gz [2021-01-26T23:09:05.966Z] ==> Uploading reports [2021-01-26T23:09:05.966Z] url: https://codecov.io [2021-01-26T23:09:05.966Z] query: branch=master&commit=668f0a3a269f3b051418dc2678a30c23b2beea7f&build=321&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F321%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T23:09:05.966Z] -> Pinging Codecov [2021-01-26T23:09:05.966Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=668f0a3a269f3b051418dc2678a30c23b2beea7f&build=321&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F321%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-26T23:09:06.550Z] -> Uploading to [2021-01-26T23:09:06.550Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/00271124DB129430A58F1EEE437C3FCB/668f0a3a269f3b051418dc2678a30c23b2beea7f/c6caf9a1-2366-4c6d-b725-3b24753f4e15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T230906Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60822f00edc492766adc3be38f20d8cfcada84bccd57d619683e969d1126059b [2021-01-26T23:09:06.550Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:06.550Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:06.814Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 95 85541 0 0 95 81920 0 306k --:--:-- --:--:-- --:--:-- 306k 100 85541 0 0 100 85541 0 159k --:--:-- --:--:-- --:--:-- 159k [2021-01-26T23:09:06.814Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/668f0a3a269f3b051418dc2678a30c23b2beea7f [Pipeline] } [2021-01-26T23:09:06.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-26T23:09:07.829Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-26T23:09:07.926Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:09:08.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T23:09:08.275Z] [2021-01-26T23:09:08.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:09:08.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T23:09:08.624Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-26T23:09:08.624Z] 188c0c94c7c5: Already exists [2021-01-26T23:09:08.624Z] 0ef7d3d256c8: Already exists [2021-01-26T23:09:08.624Z] de9db76c5a1d: Already exists [2021-01-26T23:09:08.624Z] 0eba1c9be4d2: Pulling fs layer [2021-01-26T23:09:08.624Z] 0d57e429df01: Pulling fs layer [2021-01-26T23:09:08.624Z] 4e4be7b47b0d: Pulling fs layer [2021-01-26T23:09:08.624Z] e1f770b5df2f: Pulling fs layer [2021-01-26T23:09:08.624Z] 85a0685a4137: Pulling fs layer [2021-01-26T23:09:08.624Z] e1f770b5df2f: Waiting [2021-01-26T23:09:08.624Z] 85a0685a4137: Waiting [2021-01-26T23:09:08.624Z] 4e4be7b47b0d: Download complete [2021-01-26T23:09:08.624Z] 0d57e429df01: Download complete [2021-01-26T23:09:10.025Z] e1f770b5df2f: Verifying Checksum [2021-01-26T23:09:10.025Z] e1f770b5df2f: Download complete [2021-01-26T23:09:12.136Z] 0eba1c9be4d2: Download complete [2021-01-26T23:09:12.517Z] 85a0685a4137: Verifying Checksum [2021-01-26T23:09:12.517Z] 85a0685a4137: Download complete [2021-01-26T23:09:19.152Z] 0eba1c9be4d2: Pull complete [2021-01-26T23:09:19.152Z] 0d57e429df01: Pull complete [2021-01-26T23:09:19.152Z] 4e4be7b47b0d: Pull complete [2021-01-26T23:09:23.384Z] e1f770b5df2f: Pull complete [2021-01-26T23:09:31.576Z] 85a0685a4137: Pull complete [2021-01-26T23:09:31.576Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-26T23:09:31.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-26T23:09:31.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-26T23:09:31.784Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:09:31.842Z] $ 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/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-26T23:09:33.032Z] $ docker top 5447cc2f3eede32abdc11814b19d2ca6f80eaf75f68508b0bc4196ec191e1cbb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T23:09:33.441Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-26T23:09:33.744Z] + set -o pipefail [2021-01-26T23:09:33.744Z] + snyk monitor '--org=edgex-jenkins' [2021-01-26T23:09:46.006Z] [2021-01-26T23:09:46.006Z] Monitoring /w/workspace/edgex-go/321 (github.com/edgexfoundry/edgex-go)... [2021-01-26T23:09:46.006Z] [2021-01-26T23:09:46.006Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/089670d6-f02c-41ef-b8fb-e685ff33688c [2021-01-26T23:09:46.006Z] [2021-01-26T23:09:46.006Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-26T23:09:46.006Z] [2021-01-26T23:09:46.006Z] [Pipeline] } [2021-01-26T23:09:46.027Z] $ docker stop --time=1 5447cc2f3eede32abdc11814b19d2ca6f80eaf75f68508b0bc4196ec191e1cbb [2021-01-26T23:09:49.061Z] $ docker rm -f 5447cc2f3eede32abdc11814b19d2ca6f80eaf75f68508b0bc4196ec191e1cbb [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-26T23:09:50.566Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T23:09:50.620Z] provisioning config files... [2021-01-26T23:09:50.632Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/321@tmp/config7289428816629213541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:09:51.019Z] --> edgex-publish-swagger.sh [2021-01-26T23:09:51.019Z] === Publish openapi/v1 API === [2021-01-26T23:09:51.019Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-26T23:09:51.019Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/321/openapi/v1/core-command.yaml] [2021-01-26T23:09:51.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:51.019Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:51.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9452 0:00:01 0:00:01 --:--:-- 9462 100 10522 0 0 100 10522 0 9450 0:00:01 0:00:01 --:--:-- 9462 [2021-01-26T23:09:51.966Z] [2021-01-26T23:09:51.966Z] [2021-01-26T23:09:51.966Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/321/openapi/v1/core-data.yaml] [2021-01-26T23:09:51.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:51.966Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:53.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26829 0:00:01 0:00:01 --:--:-- 26840 100 32557 0 0 100 32557 0 26825 0:00:01 0:00:01 --:--:-- 26840 [2021-01-26T23:09:53.357Z] [2021-01-26T23:09:53.357Z] [2021-01-26T23:09:53.357Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/321/openapi/v1/core-metadata.yaml] [2021-01-26T23:09:53.357Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:53.357Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:54.747Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64465 0:00:01 0:00:01 --:--:-- 64497 100 73721 0 0 100 73721 0 64455 0:00:01 0:00:01 --:--:-- 64497 [2021-01-26T23:09:54.747Z] [2021-01-26T23:09:54.747Z] [2021-01-26T23:09:54.747Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/321/openapi/v1/support-logging.yaml] [2021-01-26T23:09:54.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:54.747Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:55.695Z] 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 13714 --:--:-- --:--:-- --:--:-- 13704 [2021-01-26T23:09:55.695Z] [2021-01-26T23:09:55.695Z] [2021-01-26T23:09:55.695Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/321/openapi/v1/support-notifications.yaml] [2021-01-26T23:09:55.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:55.695Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:56.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32066 0:00:01 0:00:01 --:--:-- 32061 100 38890 0 0 100 38890 0 30800 0:00:01 0:00:01 --:--:-- 30791 [2021-01-26T23:09:56.650Z] [2021-01-26T23:09:56.650Z] [2021-01-26T23:09:56.650Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/321/openapi/v1/support-scheduler.yaml] [2021-01-26T23:09:56.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:56.650Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:58.042Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12188 0:00:01 0:00:01 --:--:-- 12199 100 14249 0 0 100 14249 0 12186 0:00:01 0:00:01 --:--:-- 12189 [2021-01-26T23:09:58.042Z] [2021-01-26T23:09:58.042Z] [2021-01-26T23:09:58.042Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/321/openapi/v1/system-agent.yaml] [2021-01-26T23:09:58.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:58.042Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:58.987Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3998 0:00:01 0:00:01 --:--:-- 4001 100 4110 0 0 100 4110 0 3997 0:00:01 0:00:01 --:--:-- 4001 [2021-01-26T23:09:58.987Z] [2021-01-26T23:09:58.987Z] [2021-01-26T23:09:58.987Z] === Publish openapi/v2 API === [2021-01-26T23:09:58.987Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-26T23:09:58.987Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/321/openapi/v2/core-command.yaml] [2021-01-26T23:09:58.987Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:58.987Z] Dload Upload Total Spent Left Speed [2021-01-26T23:09:59.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 20814 0:00:01 0:00:01 --:--:-- 20822 100 20843 0 0 100 20843 0 20810 0:00:01 0:00:01 --:--:-- 20822 [2021-01-26T23:09:59.934Z] [2021-01-26T23:09:59.934Z] [2021-01-26T23:09:59.934Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/321/openapi/v2/core-data.yaml] [2021-01-26T23:09:59.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:09:59.934Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:01.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 49796 0:00:01 0:00:01 --:--:-- 49829 100 57055 0 0 100 57055 0 49788 0:00:01 0:00:01 --:--:-- 49829 [2021-01-26T23:10:01.323Z] [2021-01-26T23:10:01.323Z] [2021-01-26T23:10:01.323Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/321/openapi/v2/core-metadata.yaml] [2021-01-26T23:10:01.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:10:01.323Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:02.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 98k 0:00:01 0:00:01 --:--:-- 98k 100 120k 0 0 100 120k 0 93593 0:00:01 0:00:01 --:--:-- 93612 [2021-01-26T23:10:02.543Z] [2021-01-26T23:10:02.543Z] [2021-01-26T23:10:02.543Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/321/openapi/v2/support-logging.yaml] [2021-01-26T23:10:02.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:10:02.543Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:03.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21253 0:00:01 0:00:01 --:--:-- 21267 [2021-01-26T23:10:03.500Z] [2021-01-26T23:10:03.500Z] [2021-01-26T23:10:03.500Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/321/openapi/v2/support-notifications.yaml] [2021-01-26T23:10:03.500Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:10:03.500Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:04.711Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54247 0:00:01 0:00:01 --:--:-- 54230 100 62691 0 0 100 62691 0 54237 0:00:01 0:00:01 --:--:-- 54230 [2021-01-26T23:10:04.711Z] [2021-01-26T23:10:04.711Z] [2021-01-26T23:10:04.711Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/321/openapi/v2/support-scheduler.yaml] [2021-01-26T23:10:04.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:10:04.711Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:06.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 35752 0:00:01 0:00:01 --:--:-- 35768 100 39667 0 0 100 39667 0 35746 0:00:01 0:00:01 --:--:-- 35768 [2021-01-26T23:10:06.101Z] [2021-01-26T23:10:06.101Z] [2021-01-26T23:10:06.101Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/321/openapi/v2/system-agent.yaml] [2021-01-26T23:10:06.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T23:10:06.101Z] Dload Upload Total Spent Left Speed [2021-01-26T23:10:07.051Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21590 0:00:01 0:00:01 --:--:-- 21608 100 23726 0 0 100 23726 0 21583 0:00:01 0:00:01 --:--:-- 21588 [2021-01-26T23:10:07.051Z] [2021-01-26T23:10:07.051Z] [Pipeline] } [2021-01-26T23:10:07.064Z] 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-26T23:10:09.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T23:10:09.162Z] . [Pipeline] withDockerContainer [2021-01-26T23:10:09.273Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:10:09.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T23:10:10.364Z] $ docker top 14db0829e0fe2713b210323ca87d06f95e4bce5ad19c2eb2ed9865432e60ab07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T23:10:10.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T23:10:10.725Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T23:10:10.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T23:10:10.984Z] $ docker exec 14db0829e0fe2713b210323ca87d06f95e4bce5ad19c2eb2ed9865432e60ab07 ssh-agent [2021-01-26T23:10:11.176Z] SSH_AUTH_SOCK=/tmp/ssh-kDc4ioNC7zWg/agent.11 [2021-01-26T23:10:11.176Z] SSH_AGENT_PID=16 [2021-01-26T23:10:11.184Z] Running ssh-add (command line suppressed) [2021-01-26T23:10:11.322Z] Identity added: /w/workspace/edgex-go/321@tmp/private_key_654718608675370103.key (/w/workspace/edgex-go/321@tmp/private_key_654718608675370103.key) [2021-01-26T23:10:11.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T23:10:11.723Z] + git semver tag [2021-01-26T23:10:11.985Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T23:10:11.985Z] # $GIT_DIR = /w/workspace/edgex-go/321/.git [2021-01-26T23:10:11.985Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/321 [2021-01-26T23:10:11.985Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T23:10:11.985Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T23:10:11.985Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T23:10:11.985Z] # $SEMVER_BRANCH = master [2021-01-26T23:10:11.985Z] # $SEMVER_DIR = /w/workspace/edgex-go/321/.semver [2021-01-26T23:10:11.985Z] # 668f0a3a269f3b051418dc2678a30c23b2beea7f HEAD [2021-01-26T23:10:12.558Z] # -> Force: false [2021-01-26T23:10:12.558Z] # bf1f3d67efd549d6df68dab7cc0f45f617fe226c refs/tags/v2.0.0-dev.58 [Pipeline] } [2021-01-26T23:10:12.573Z] $ docker exec --env ******** --env ******** 14db0829e0fe2713b210323ca87d06f95e4bce5ad19c2eb2ed9865432e60ab07 ssh-agent -k [2021-01-26T23:10:12.700Z] unset SSH_AUTH_SOCK; [2021-01-26T23:10:12.700Z] unset SSH_AGENT_PID; [2021-01-26T23:10:12.700Z] echo Agent pid 16 killed; [2021-01-26T23:10:12.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T23:10:13.306Z] + git semver [Pipeline] } [2021-01-26T23:10:13.323Z] $ docker stop --time=1 14db0829e0fe2713b210323ca87d06f95e4bce5ad19c2eb2ed9865432e60ab07 [2021-01-26T23:10:14.668Z] $ docker rm -f 14db0829e0fe2713b210323ca87d06f95e4bce5ad19c2eb2ed9865432e60ab07 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:10:15.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T23:10:15.284Z] [2021-01-26T23:10:15.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:10:15.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T23:10:15.626Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-26T23:10:15.626Z] ab5ef0e58194: Pulling fs layer [2021-01-26T23:10:15.626Z] 9712f1f96733: Pulling fs layer [2021-01-26T23:10:15.626Z] 63f879dbbcfc: Pulling fs layer [2021-01-26T23:10:15.626Z] 0d9ebad4ef96: Pulling fs layer [2021-01-26T23:10:15.626Z] e9a5061849ea: Pulling fs layer [2021-01-26T23:10:15.626Z] d747dcd14b5f: Pulling fs layer [2021-01-26T23:10:15.626Z] 2de7ff778b66: Pulling fs layer [2021-01-26T23:10:15.626Z] e9a5061849ea: Waiting [2021-01-26T23:10:15.626Z] 2de7ff778b66: Waiting [2021-01-26T23:10:15.626Z] d747dcd14b5f: Waiting [2021-01-26T23:10:15.626Z] 0d9ebad4ef96: Waiting [2021-01-26T23:10:15.626Z] 9712f1f96733: Verifying Checksum [2021-01-26T23:10:15.626Z] 9712f1f96733: Download complete [2021-01-26T23:10:17.694Z] 63f879dbbcfc: Verifying Checksum [2021-01-26T23:10:17.695Z] 63f879dbbcfc: Download complete [2021-01-26T23:10:17.695Z] e9a5061849ea: Verifying Checksum [2021-01-26T23:10:17.695Z] e9a5061849ea: Download complete [2021-01-26T23:10:17.695Z] d747dcd14b5f: Verifying Checksum [2021-01-26T23:10:17.695Z] d747dcd14b5f: Download complete [2021-01-26T23:10:17.983Z] 2de7ff778b66: Verifying Checksum [2021-01-26T23:10:17.983Z] 2de7ff778b66: Download complete [2021-01-26T23:10:18.249Z] 0d9ebad4ef96: Verifying Checksum [2021-01-26T23:10:18.249Z] 0d9ebad4ef96: Download complete [2021-01-26T23:10:18.511Z] ab5ef0e58194: Verifying Checksum [2021-01-26T23:10:18.511Z] ab5ef0e58194: Download complete [2021-01-26T23:10:23.825Z] ab5ef0e58194: Pull complete [2021-01-26T23:10:23.825Z] 9712f1f96733: Pull complete [2021-01-26T23:10:26.393Z] 63f879dbbcfc: Pull complete [2021-01-26T23:10:33.007Z] 0d9ebad4ef96: Pull complete [2021-01-26T23:10:35.566Z] e9a5061849ea: Pull complete [2021-01-26T23:10:35.566Z] d747dcd14b5f: Pull complete [2021-01-26T23:10:38.896Z] 2de7ff778b66: Pull complete [2021-01-26T23:10:38.896Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-26T23:10:38.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-26T23:10:38.896Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-26T23:10:39.153Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:10:39.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-26T23:10:43.300Z] $ docker top 7b188a686f3534b9a2fbcabfffe15dc238e340e902c6e237919c6d799823e423 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-26T23:10:43.578Z] provisioning config files... [2021-01-26T23:10:43.588Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/321@tmp/config5715467632139832tmp [2021-01-26T23:10:43.605Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/321@tmp/config1949996202892366857tmp [2021-01-26T23:10:43.627Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/321@tmp/config8908808812929706451tmp [Pipeline] { [Pipeline] echo [2021-01-26T23:10:43.687Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:10:43.990Z] ---> sigul-configuration.sh [2021-01-26T23:10:43.990Z] gpg: directory `/root/.gnupg' created [2021-01-26T23:10:43.990Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-26T23:10:43.990Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-26T23:10:44.254Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-26T23:10:44.254Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-26T23:10:44.254Z] gpg: CAST5 encrypted data [2021-01-26T23:10:44.254Z] gpg: encrypted with 1 passphrase [2021-01-26T23:10:44.254Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-26T23:10:44.558Z] + mkdir /home/jenkins [2021-01-26T23:10:44.558Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-26T23:10:44.858Z] + 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-26T23:10:44.870Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:10:45.170Z] ---> sigul-install.sh [2021-01-26T23:10:51.786Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-26T23:10:52.083Z] + git tag --list [2021-01-26T23:10:52.084Z] 0.6.0 [2021-01-26T23:10:52.084Z] 0.6.1 [2021-01-26T23:10:52.084Z] 0.7.0 [2021-01-26T23:10:52.084Z] 0.7.1 [2021-01-26T23:10:52.084Z] v1.0.0 [2021-01-26T23:10:52.084Z] v1.0.1 [2021-01-26T23:10:52.084Z] v1.1.0 [2021-01-26T23:10:52.084Z] v1.2.0 [2021-01-26T23:10:52.084Z] v1.2.1 [2021-01-26T23:10:52.084Z] v1.2.2-dev.1 [2021-01-26T23:10:52.084Z] v1.2.2-dev.10 [2021-01-26T23:10:52.084Z] v1.2.2-dev.100 [2021-01-26T23:10:52.084Z] v1.2.2-dev.101 [2021-01-26T23:10:52.084Z] v1.2.2-dev.102 [2021-01-26T23:10:52.084Z] v1.2.2-dev.103 [2021-01-26T23:10:52.084Z] v1.2.2-dev.104 [2021-01-26T23:10:52.084Z] v1.2.2-dev.105 [2021-01-26T23:10:52.084Z] v1.2.2-dev.106 [2021-01-26T23:10:52.084Z] v1.2.2-dev.107 [2021-01-26T23:10:52.084Z] v1.2.2-dev.11 [2021-01-26T23:10:52.084Z] v1.2.2-dev.12 [2021-01-26T23:10:52.084Z] v1.2.2-dev.13 [2021-01-26T23:10:52.084Z] v1.2.2-dev.14 [2021-01-26T23:10:52.084Z] v1.2.2-dev.15 [2021-01-26T23:10:52.084Z] v1.2.2-dev.16 [2021-01-26T23:10:52.084Z] v1.2.2-dev.17 [2021-01-26T23:10:52.084Z] v1.2.2-dev.18 [2021-01-26T23:10:52.084Z] v1.2.2-dev.19 [2021-01-26T23:10:52.084Z] v1.2.2-dev.2 [2021-01-26T23:10:52.084Z] v1.2.2-dev.20 [2021-01-26T23:10:52.084Z] v1.2.2-dev.21 [2021-01-26T23:10:52.084Z] v1.2.2-dev.22 [2021-01-26T23:10:52.084Z] v1.2.2-dev.23 [2021-01-26T23:10:52.084Z] v1.2.2-dev.24 [2021-01-26T23:10:52.084Z] v1.2.2-dev.25 [2021-01-26T23:10:52.084Z] v1.2.2-dev.26 [2021-01-26T23:10:52.084Z] v1.2.2-dev.27 [2021-01-26T23:10:52.084Z] v1.2.2-dev.28 [2021-01-26T23:10:52.084Z] v1.2.2-dev.29 [2021-01-26T23:10:52.084Z] v1.2.2-dev.3 [2021-01-26T23:10:52.084Z] v1.2.2-dev.30 [2021-01-26T23:10:52.084Z] v1.2.2-dev.31 [2021-01-26T23:10:52.084Z] v1.2.2-dev.32 [2021-01-26T23:10:52.084Z] v1.2.2-dev.33 [2021-01-26T23:10:52.084Z] v1.2.2-dev.34 [2021-01-26T23:10:52.084Z] v1.2.2-dev.35 [2021-01-26T23:10:52.084Z] v1.2.2-dev.36 [2021-01-26T23:10:52.084Z] v1.2.2-dev.37 [2021-01-26T23:10:52.084Z] v1.2.2-dev.38 [2021-01-26T23:10:52.084Z] v1.2.2-dev.39 [2021-01-26T23:10:52.084Z] v1.2.2-dev.4 [2021-01-26T23:10:52.084Z] v1.2.2-dev.40 [2021-01-26T23:10:52.084Z] v1.2.2-dev.41 [2021-01-26T23:10:52.084Z] v1.2.2-dev.42 [2021-01-26T23:10:52.084Z] v1.2.2-dev.43 [2021-01-26T23:10:52.084Z] v1.2.2-dev.44 [2021-01-26T23:10:52.084Z] v1.2.2-dev.45 [2021-01-26T23:10:52.084Z] v1.2.2-dev.46 [2021-01-26T23:10:52.084Z] v1.2.2-dev.47 [2021-01-26T23:10:52.084Z] v1.2.2-dev.48 [2021-01-26T23:10:52.084Z] v1.2.2-dev.49 [2021-01-26T23:10:52.084Z] v1.2.2-dev.5 [2021-01-26T23:10:52.084Z] v1.2.2-dev.50 [2021-01-26T23:10:52.084Z] v1.2.2-dev.51 [2021-01-26T23:10:52.084Z] v1.2.2-dev.52 [2021-01-26T23:10:52.084Z] v1.2.2-dev.53 [2021-01-26T23:10:52.084Z] v1.2.2-dev.54 [2021-01-26T23:10:52.084Z] v1.2.2-dev.55 [2021-01-26T23:10:52.084Z] v1.2.2-dev.56 [2021-01-26T23:10:52.084Z] v1.2.2-dev.57 [2021-01-26T23:10:52.084Z] v1.2.2-dev.58 [2021-01-26T23:10:52.084Z] v1.2.2-dev.59 [2021-01-26T23:10:52.084Z] v1.2.2-dev.6 [2021-01-26T23:10:52.084Z] v1.2.2-dev.60 [2021-01-26T23:10:52.084Z] v1.2.2-dev.61 [2021-01-26T23:10:52.084Z] v1.2.2-dev.62 [2021-01-26T23:10:52.084Z] v1.2.2-dev.63 [2021-01-26T23:10:52.084Z] v1.2.2-dev.64 [2021-01-26T23:10:52.084Z] v1.2.2-dev.65 [2021-01-26T23:10:52.084Z] v1.2.2-dev.66 [2021-01-26T23:10:52.084Z] v1.2.2-dev.67 [2021-01-26T23:10:52.084Z] v1.2.2-dev.68 [2021-01-26T23:10:52.084Z] v1.2.2-dev.69 [2021-01-26T23:10:52.084Z] v1.2.2-dev.7 [2021-01-26T23:10:52.084Z] v1.2.2-dev.70 [2021-01-26T23:10:52.084Z] v1.2.2-dev.71 [2021-01-26T23:10:52.084Z] v1.2.2-dev.72 [2021-01-26T23:10:52.084Z] v1.2.2-dev.73 [2021-01-26T23:10:52.084Z] v1.2.2-dev.74 [2021-01-26T23:10:52.084Z] v1.2.2-dev.75 [2021-01-26T23:10:52.084Z] v1.2.2-dev.76 [2021-01-26T23:10:52.084Z] v1.2.2-dev.77 [2021-01-26T23:10:52.084Z] v1.2.2-dev.78 [2021-01-26T23:10:52.084Z] v1.2.2-dev.79 [2021-01-26T23:10:52.084Z] v1.2.2-dev.8 [2021-01-26T23:10:52.084Z] v1.2.2-dev.80 [2021-01-26T23:10:52.084Z] v1.2.2-dev.81 [2021-01-26T23:10:52.084Z] v1.2.2-dev.82 [2021-01-26T23:10:52.084Z] v1.2.2-dev.83 [2021-01-26T23:10:52.084Z] v1.2.2-dev.84 [2021-01-26T23:10:52.084Z] v1.2.2-dev.85 [2021-01-26T23:10:52.084Z] v1.2.2-dev.86 [2021-01-26T23:10:52.084Z] v1.2.2-dev.87 [2021-01-26T23:10:52.084Z] v1.2.2-dev.88 [2021-01-26T23:10:52.084Z] v1.2.2-dev.89 [2021-01-26T23:10:52.084Z] v1.2.2-dev.9 [2021-01-26T23:10:52.084Z] v1.2.2-dev.90 [2021-01-26T23:10:52.084Z] v1.2.2-dev.91 [2021-01-26T23:10:52.084Z] v1.2.2-dev.92 [2021-01-26T23:10:52.084Z] v1.2.2-dev.93 [2021-01-26T23:10:52.084Z] v1.2.2-dev.94 [2021-01-26T23:10:52.084Z] v1.2.2-dev.95 [2021-01-26T23:10:52.084Z] v1.2.2-dev.96 [2021-01-26T23:10:52.084Z] v1.2.2-dev.97 [2021-01-26T23:10:52.084Z] v1.2.2-dev.98 [2021-01-26T23:10:52.084Z] v1.2.2-dev.99 [2021-01-26T23:10:52.084Z] v1.3.0 [2021-01-26T23:10:52.084Z] v1.3.1-dev.1 [2021-01-26T23:10:52.084Z] v1.3.1-dev.10 [2021-01-26T23:10:52.084Z] v1.3.1-dev.11 [2021-01-26T23:10:52.084Z] v1.3.1-dev.12 [2021-01-26T23:10:52.084Z] v1.3.1-dev.13 [2021-01-26T23:10:52.084Z] v1.3.1-dev.14 [2021-01-26T23:10:52.084Z] v1.3.1-dev.15 [2021-01-26T23:10:52.084Z] v1.3.1-dev.16 [2021-01-26T23:10:52.084Z] v1.3.1-dev.17 [2021-01-26T23:10:52.084Z] v1.3.1-dev.18 [2021-01-26T23:10:52.084Z] v1.3.1-dev.2 [2021-01-26T23:10:52.084Z] v1.3.1-dev.3 [2021-01-26T23:10:52.084Z] v1.3.1-dev.4 [2021-01-26T23:10:52.084Z] v1.3.1-dev.5 [2021-01-26T23:10:52.084Z] v1.3.1-dev.6 [2021-01-26T23:10:52.084Z] v1.3.1-dev.7 [2021-01-26T23:10:52.084Z] v1.3.1-dev.8 [2021-01-26T23:10:52.084Z] v1.3.1-dev.9 [2021-01-26T23:10:52.084Z] v2.0.0-dev.1 [2021-01-26T23:10:52.084Z] v2.0.0-dev.10 [2021-01-26T23:10:52.084Z] v2.0.0-dev.11 [2021-01-26T23:10:52.084Z] v2.0.0-dev.12 [2021-01-26T23:10:52.084Z] v2.0.0-dev.13 [2021-01-26T23:10:52.084Z] v2.0.0-dev.14 [2021-01-26T23:10:52.084Z] v2.0.0-dev.15 [2021-01-26T23:10:52.084Z] v2.0.0-dev.16 [2021-01-26T23:10:52.084Z] v2.0.0-dev.17 [2021-01-26T23:10:52.084Z] v2.0.0-dev.18 [2021-01-26T23:10:52.084Z] v2.0.0-dev.19 [2021-01-26T23:10:52.084Z] v2.0.0-dev.2 [2021-01-26T23:10:52.084Z] v2.0.0-dev.20 [2021-01-26T23:10:52.084Z] v2.0.0-dev.21 [2021-01-26T23:10:52.084Z] v2.0.0-dev.22 [2021-01-26T23:10:52.084Z] v2.0.0-dev.23 [2021-01-26T23:10:52.084Z] v2.0.0-dev.24 [2021-01-26T23:10:52.084Z] v2.0.0-dev.25 [2021-01-26T23:10:52.084Z] v2.0.0-dev.26 [2021-01-26T23:10:52.084Z] v2.0.0-dev.27 [2021-01-26T23:10:52.084Z] v2.0.0-dev.28 [2021-01-26T23:10:52.084Z] v2.0.0-dev.29 [2021-01-26T23:10:52.084Z] v2.0.0-dev.3 [2021-01-26T23:10:52.084Z] v2.0.0-dev.30 [2021-01-26T23:10:52.084Z] v2.0.0-dev.31 [2021-01-26T23:10:52.084Z] v2.0.0-dev.32 [2021-01-26T23:10:52.084Z] v2.0.0-dev.33 [2021-01-26T23:10:52.084Z] v2.0.0-dev.34 [2021-01-26T23:10:52.084Z] v2.0.0-dev.35 [2021-01-26T23:10:52.084Z] v2.0.0-dev.36 [2021-01-26T23:10:52.084Z] v2.0.0-dev.37 [2021-01-26T23:10:52.084Z] v2.0.0-dev.38 [2021-01-26T23:10:52.084Z] v2.0.0-dev.39 [2021-01-26T23:10:52.084Z] v2.0.0-dev.4 [2021-01-26T23:10:52.084Z] v2.0.0-dev.40 [2021-01-26T23:10:52.084Z] v2.0.0-dev.41 [2021-01-26T23:10:52.084Z] v2.0.0-dev.42 [2021-01-26T23:10:52.084Z] v2.0.0-dev.43 [2021-01-26T23:10:52.084Z] v2.0.0-dev.44 [2021-01-26T23:10:52.084Z] v2.0.0-dev.45 [2021-01-26T23:10:52.084Z] v2.0.0-dev.46 [2021-01-26T23:10:52.084Z] v2.0.0-dev.47 [2021-01-26T23:10:52.084Z] v2.0.0-dev.48 [2021-01-26T23:10:52.084Z] v2.0.0-dev.49 [2021-01-26T23:10:52.084Z] v2.0.0-dev.5 [2021-01-26T23:10:52.084Z] v2.0.0-dev.50 [2021-01-26T23:10:52.084Z] v2.0.0-dev.51 [2021-01-26T23:10:52.084Z] v2.0.0-dev.52 [2021-01-26T23:10:52.084Z] v2.0.0-dev.53 [2021-01-26T23:10:52.084Z] v2.0.0-dev.54 [2021-01-26T23:10:52.084Z] v2.0.0-dev.55 [2021-01-26T23:10:52.084Z] v2.0.0-dev.56 [2021-01-26T23:10:52.084Z] v2.0.0-dev.57 [2021-01-26T23:10:52.084Z] v2.0.0-dev.58 [2021-01-26T23:10:52.084Z] v2.0.0-dev.6 [2021-01-26T23:10:52.084Z] v2.0.0-dev.7 [2021-01-26T23:10:52.084Z] v2.0.0-dev.8 [2021-01-26T23:10:52.084Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-26T23:10:52.382Z] + lftools sign git-tag v2.0.0-dev.58 [2021-01-26T23:10:53.771Z] Signing Git tag with Sigul... [2021-01-26T23:10:53.771Z] Signing v2.0.0-dev.58 [Pipeline] echo [2021-01-26T23:10:55.169Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:10:55.471Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-26T23:10:55.480Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-26T23:10:55.591Z] $ docker stop --time=1 7b188a686f3534b9a2fbcabfffe15dc238e340e902c6e237919c6d799823e423 [2021-01-26T23:10:57.673Z] $ docker rm -f 7b188a686f3534b9a2fbcabfffe15dc238e340e902c6e237919c6d799823e423 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:10:58.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T23:10:58.509Z] . [Pipeline] withDockerContainer [2021-01-26T23:10:58.640Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:10:58.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T23:10:59.644Z] $ docker top d6579644426426d36998db6e57bcf1269a83e8d2dc47b8a9336b47b78f0bc434 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T23:11:00.000Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T23:11:00.000Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T23:11:00.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T23:11:00.263Z] $ docker exec d6579644426426d36998db6e57bcf1269a83e8d2dc47b8a9336b47b78f0bc434 ssh-agent [2021-01-26T23:11:00.454Z] SSH_AUTH_SOCK=/tmp/ssh-IrxbvZCAMwIa/agent.11 [2021-01-26T23:11:00.454Z] SSH_AGENT_PID=16 [2021-01-26T23:11:00.463Z] Running ssh-add (command line suppressed) [2021-01-26T23:11:00.611Z] Identity added: /w/workspace/edgex-go/321@tmp/private_key_2629566698769006697.key (/w/workspace/edgex-go/321@tmp/private_key_2629566698769006697.key) [2021-01-26T23:11:00.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T23:11:01.013Z] + git semver bump pre [2021-01-26T23:11:01.013Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T23:11:01.013Z] # $GIT_DIR = /w/workspace/edgex-go/321/.git [2021-01-26T23:11:01.013Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/321 [2021-01-26T23:11:01.013Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T23:11:01.013Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T23:11:01.013Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T23:11:01.013Z] # $SEMVER_BRANCH = master [2021-01-26T23:11:01.013Z] # $SEMVER_DIR = /w/workspace/edgex-go/321/.semver [2021-01-26T23:11:01.013Z] 2.0.0-dev.59 [Pipeline] } [2021-01-26T23:11:01.025Z] $ docker exec --env ******** --env ******** d6579644426426d36998db6e57bcf1269a83e8d2dc47b8a9336b47b78f0bc434 ssh-agent -k [2021-01-26T23:11:01.194Z] unset SSH_AUTH_SOCK; [2021-01-26T23:11:01.194Z] unset SSH_AGENT_PID; [2021-01-26T23:11:01.194Z] echo Agent pid 16 killed; [2021-01-26T23:11:01.282Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T23:11:01.862Z] + git semver [Pipeline] } [2021-01-26T23:11:02.015Z] $ docker stop --time=1 d6579644426426d36998db6e57bcf1269a83e8d2dc47b8a9336b47b78f0bc434 [2021-01-26T23:11:03.465Z] $ docker rm -f d6579644426426d36998db6e57bcf1269a83e8d2dc47b8a9336b47b78f0bc434 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:11:04.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T23:11:04.042Z] . [Pipeline] withDockerContainer [2021-01-26T23:11:04.144Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:11:04.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T23:11:04.943Z] $ docker top 9e6217b94d758754d0d25c18c4ac2c2481142c262ffc18cb067c2c991bad1ba1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T23:11:05.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T23:11:05.241Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T23:11:05.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T23:11:05.435Z] $ docker exec 9e6217b94d758754d0d25c18c4ac2c2481142c262ffc18cb067c2c991bad1ba1 ssh-agent [2021-01-26T23:11:05.628Z] SSH_AUTH_SOCK=/tmp/ssh-4VDARppUuaQ8/agent.12 [2021-01-26T23:11:05.628Z] SSH_AGENT_PID=18 [2021-01-26T23:11:05.636Z] Running ssh-add (command line suppressed) [2021-01-26T23:11:05.771Z] Identity added: /w/workspace/edgex-go/321@tmp/private_key_1418045384583532872.key (/w/workspace/edgex-go/321@tmp/private_key_1418045384583532872.key) [2021-01-26T23:11:05.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T23:11:06.171Z] + git semver push [2021-01-26T23:11:06.172Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T23:11:06.172Z] # $GIT_DIR = /w/workspace/edgex-go/321/.git [2021-01-26T23:11:06.172Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/321 [2021-01-26T23:11:06.172Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T23:11:06.172Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T23:11:06.172Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T23:11:06.172Z] # $SEMVER_BRANCH = master [2021-01-26T23:11:06.172Z] # $SEMVER_DIR = /w/workspace/edgex-go/321/.semver [Pipeline] } [2021-01-26T23:11:18.440Z] $ docker exec --env ******** --env ******** 9e6217b94d758754d0d25c18c4ac2c2481142c262ffc18cb067c2c991bad1ba1 ssh-agent -k [2021-01-26T23:11:18.632Z] unset SSH_AUTH_SOCK; [2021-01-26T23:11:18.632Z] unset SSH_AGENT_PID; [2021-01-26T23:11:18.632Z] echo Agent pid 18 killed; [2021-01-26T23:11:18.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T23:11:19.239Z] + git semver [Pipeline] } [2021-01-26T23:11:19.255Z] $ docker stop --time=1 9e6217b94d758754d0d25c18c4ac2c2481142c262ffc18cb067c2c991bad1ba1 [2021-01-26T23:11:20.616Z] $ docker rm -f 9e6217b94d758754d0d25c18c4ac2c2481142c262ffc18cb067c2c991bad1ba1 [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-26T23:11:21.655Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:22.557Z] ---> package-listing.sh [2021-01-26T23:11:22.557Z] ++ facter osfamily [2021-01-26T23:11:22.557Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T23:11:22.557Z] + OS_FAMILY=redhat [2021-01-26T23:11:22.557Z] + workspace=/w/workspace/edgex-go/321 [2021-01-26T23:11:22.557Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T23:11:22.557Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T23:11:22.557Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T23:11:22.557Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T23:11:22.557Z] + '[' /w/workspace/edgex-go/321 ']' [2021-01-26T23:11:22.557Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T23:11:22.557Z] + case "${OS_FAMILY}" in [2021-01-26T23:11:22.557Z] + rpm -qa [2021-01-26T23:11:22.557Z] + sort [2021-01-26T23:11:27.863Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T23:11:27.863Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T23:11:27.863Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T23:11:27.863Z] + '[' /w/workspace/edgex-go/321 ']' [2021-01-26T23:11:27.863Z] + mkdir -p /w/workspace/edgex-go/321/archives/ [2021-01-26T23:11:27.863Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/321/archives/ [Pipeline] echo [2021-01-26T23:11:27.876Z] 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/321/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-26T23:11:28.166Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:11:28.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T23:11:28.477Z] [2021-01-26T23:11:28.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T23:11:28.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T23:11:28.826Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T23:11:28.826Z] df20fa9351a1: Pulling fs layer [2021-01-26T23:11:28.826Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T23:11:28.826Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T23:11:28.826Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T23:11:28.826Z] 93b61091891f: Pulling fs layer [2021-01-26T23:11:28.826Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T23:11:28.826Z] 5e14af77c1be: Pulling fs layer [2021-01-26T23:11:28.826Z] 01666e4c0597: Pulling fs layer [2021-01-26T23:11:28.826Z] aa168da1d23b: Pulling fs layer [2021-01-26T23:11:28.826Z] 46f8f816bc3b: Waiting [2021-01-26T23:11:28.826Z] 93b61091891f: Waiting [2021-01-26T23:11:28.826Z] 93b9cdb0e59b: Waiting [2021-01-26T23:11:28.826Z] 5e14af77c1be: Waiting [2021-01-26T23:11:28.826Z] 01666e4c0597: Waiting [2021-01-26T23:11:28.826Z] aa168da1d23b: Waiting [2021-01-26T23:11:28.826Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T23:11:28.826Z] 36b3adc4ff6f: Download complete [2021-01-26T23:11:29.091Z] 46f8f816bc3b: Verifying Checksum [2021-01-26T23:11:29.091Z] 46f8f816bc3b: Download complete [2021-01-26T23:11:29.091Z] df20fa9351a1: Verifying Checksum [2021-01-26T23:11:29.091Z] df20fa9351a1: Download complete [2021-01-26T23:11:29.091Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T23:11:29.091Z] 93b9cdb0e59b: Download complete [2021-01-26T23:11:29.091Z] 5e14af77c1be: Verifying Checksum [2021-01-26T23:11:29.091Z] 5e14af77c1be: Download complete [2021-01-26T23:11:29.091Z] 01666e4c0597: Verifying Checksum [2021-01-26T23:11:29.091Z] 01666e4c0597: Download complete [2021-01-26T23:11:29.091Z] 93b61091891f: Verifying Checksum [2021-01-26T23:11:29.091Z] 93b61091891f: Download complete [2021-01-26T23:11:29.355Z] df20fa9351a1: Pull complete [2021-01-26T23:11:29.618Z] 36b3adc4ff6f: Pull complete [2021-01-26T23:11:29.618Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T23:11:29.618Z] 8ad3a11d3b57: Download complete [2021-01-26T23:11:31.554Z] 8ad3a11d3b57: Pull complete [2021-01-26T23:11:31.554Z] aa168da1d23b: Verifying Checksum [2021-01-26T23:11:31.554Z] aa168da1d23b: Download complete [2021-01-26T23:11:32.127Z] 46f8f816bc3b: Pull complete [2021-01-26T23:11:32.391Z] 93b61091891f: Pull complete [2021-01-26T23:11:32.653Z] 93b9cdb0e59b: Pull complete [2021-01-26T23:11:32.653Z] 5e14af77c1be: Pull complete [2021-01-26T23:11:32.915Z] 01666e4c0597: Pull complete [2021-01-26T23:11:41.113Z] aa168da1d23b: Pull complete [2021-01-26T23:11:41.375Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T23:11:41.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T23:11:41.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T23:11:41.591Z] prd-centos7-docker-4c-2g-22885 does not seem to be running inside a container [2021-01-26T23:11:41.643Z] $ 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/321/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/321 -v /w/workspace/edgex-go/321:/w/workspace/edgex-go/321:rw,z -v /w/workspace/edgex-go/321@tmp:/w/workspace/edgex-go/321@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T23:11:44.705Z] $ docker top fae2bf8632f63ad8bcb78a945d53e35b65669ba0dd8da9cc69bb957e407c762a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T23:11:45.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T23:11:45.529Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T23:11:45.829Z] + ls /var/log/sa-host [2021-01-26T23:11:45.829Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T23:11:45.829Z] file_magic: OK [2021-01-26T23:11:45.829Z] HZ: Using current value: 100 [2021-01-26T23:11:45.829Z] file_header: OK [2021-01-26T23:11:45.829Z] 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-26T23:11:45.829Z] Statistics: [2021-01-26T23:11:45.829Z] Hnuu...uuuununununu... [2021-01-26T23:11:45.829Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T23:11:45.829Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T23:11:45.829Z] file_magic: OK [2021-01-26T23:11:45.829Z] HZ: Using current value: 100 [2021-01-26T23:11:45.829Z] file_header: OK [2021-01-26T23:11:45.829Z] 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-26T23:11:45.829Z] Statistics: [2021-01-26T23:11:45.829Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T23:11:45.829Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T23:11:46.069Z] provisioning config files... [2021-01-26T23:11:46.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/321@tmp/config1574329717210194875tmp [Pipeline] { [Pipeline] echo [2021-01-26T23:11:46.157Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:46.535Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T23:11:46.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T23:11:46.636Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:46.959Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T23:11:46.970Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:47.274Z] ---> sudo-logs.sh [2021-01-26T23:11:47.275Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T23:11:47.285Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:47.582Z] ---> job-cost.sh [2021-01-26T23:11:47.582Z] lf-activate-venv: SKIPPING [2021-01-26T23:11:47.582Z] INFO: No Stack... [2021-01-26T23:11:48.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T23:11:48.798Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T23:11:48.811Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T23:11:49.107Z] ---> logs-deploy.sh [2021-01-26T23:11:49.108Z] lf-activate-venv: SKIPPING [2021-01-26T23:11:49.108Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/321 [2021-01-26T23:11:49.108Z] INFO: archiving workspace using pattern(s): [2021-01-26T23:11:50.495Z] Archives upload complete. [2021-01-26T23:11:50.756Z] INFO: archiving logs to Nexus